/* セクション１
---------------------- */
.limited__section1 {
  position: relative;
}

.section1__contents {
  position: absolute;
  color: #fff;
  top: 0;
  text-align: center;
  width: 100%;
  text-shadow: 1px 2px 4px #000;
}

.section1__bg_img {
  width: 100%;
}

.section1__content_1 {
  padding: 50px 0 20px;
  font-size: 18px;
}

.section1__content_2 span {
  padding-left: 10px;
  font-size: 30px;
  padding-bottom: 5%;
}

.section1__span {
  display: inline-block;
  padding-bottom: 1px;
  padding-top: 10px;

}

.section1__content_3 {
  margin: 18px 0px;
  font-size: 18px;
}

.section1__content_4 {
  padding-bottom: 20px;
  font-size: 18px;

}

.section1__content_5 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2.5px;
}

.section1__content_3_sp {
  display: none;
}

.top-span__big {
  font-size: 35px;
}

/* トップ見出し
-------------------------- */
.top-schedule {
  width: 100%;
  margin: 10% auto;
}

.top-schedule h2 {
  font-family: 'ゴシックMB101 R';
  text-align: center;
  margin-bottom: 8%;
}

.top-schedule p {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8;
}

.top-schedule h3 {
  text-align: center;
  margin: 10% auto 5%;
}

.top-schedule div {
  border: 1px solid #ccc;
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}

.top-schedule table {
  width: 90%;
  max-width: 540px;
  margin: 40px auto;
  font-size: 14px;
  border-spacing: 0 18px;
  border-collapse: separate;
}

.top-schedule table th {
  width: 25%;
  height: auto;
  text-align: left;
  vertical-align: bottom;
}

.top-schedule table th:last-of-type {
  vertical-align: text-top;
}

.top-schedule table td {
  width: 75%;
  height: auto;
  text-align: left;
  vertical-align: bottom;
}

.top-schedule table td:last-of-type {
  vertical-align: text-top;
}

.top-schedule table td span {
  font-weight: bold;
  font-size: 160%;
}

.top-schedule {
  text-align: center;
}



/* セクション2
-------------------------- */
.limited__section2 {
  text-align: center;
  margin: 70px 5% 11%;
  line-height: 1.8;
}


.limited__section2 ul {
  margin-top: 20px;
}

/* セクション3
-------------------------- */
.limited__section3 {
  text-align: center;
}

.limited__section3 h2 {
  margin: 35px 0 30px;
}

.limited__section6 h2,
.limited__section3 h2 {
  font-family: 'ゴシックMB101 R';
}

.limited__section3 p {
  margin: 70px 5% 10%;
  line-height: 1.8;
}

.limited__section3_img1,
.limited__section3_img2 {
  width: 225px;
}

/* セクション４
-------------------------- */
.limited__section4 {
  text-align: center;
}

.limited__section4 h3 {
  font-weight: bold;
}

.section4__place {
  margin: 40px 0;
}

.section4__place img {
  width: 100%;
  margin-bottom: 10px;
}

.section4__access {
  background-color: #fafafa;
  padding-top: 15px;
  margin: 0 auto;
}

.section4__access h3 {
  padding: 40px 0 15px;
}

.section4__access_subtitle {
  color: #cbcbcb;
  margin-bottom: 20px;
  padding-top: 4px;
}

.limited__google_map {
  margin-top: 40px;
  width: 100%;
}

.limited__google_map iframe {
  height: 400px;
}

.limited__google_map__btn {
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px 25px;
  width: 140px;
  margin: 15px auto 8px;
  border: 1px solid #ddd;
}

.limited__google_map__btn a {
  text-decoration: underline;
  font-size: 14px;
}

.limited__google_map__btn a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  background-image: url(../images/arrow_textlink_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
  position: relative;
  top: 1px;
}

.limited__fukuoka_table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px auto;
  width: 90%;
  border: 1px solid #e2e2e2;
  text-align: left;
  background-color: white;
}

.limited__fukuoka_table tr {
  border: 1px solid #e2e2e2;
}

.limited__fukuoka_table tr th:first-child {
  font-size: 12px;
  background-color: #e2e2e2;
  width: 24%;
  padding: 10px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.limited__fukuoka_table tr th:last-child {
  border: 1px solid #e2e2e2;
  padding: 10px;
  font-weight: normal;
  font-size: 12px;
}

.section4__free_call::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 12px;
  background-image: url(../images/icon_freedial.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
  position: relative;
  top: 1px;
  margin-left: 51px;
}

.section4__phone_call::before {
  content: "";
  display: inline-block;
  width: 74px;
  height: 18px;
  background-image: url(../images/icon_keitaiok.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
  position: relative;
  top: 5px;
}

.section4__train_access h3 {
  line-height: 1.1;
  margin: 100px 0 15px;
}

.section4__train_access p {
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: left;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 40px;
}

.section4__train_access img {
  width: 90%;
}

.section4__car_access {
  margin: 60px 0 30px;

}

.section4__car_access h3 {
  margin-bottom: 15px;
}

.section4__car_access p {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

.section4__car_access a {
  text-decoration: underline;
}

.section4__car_access img {
  margin-top: 40px;
}

.section4__car_access p:nth-child(3) {
  margin: 15px auto 20px;
}

.table_pc_only {
  display: none;
}

.text_red {
  color: #b60200;
}

.section4__youtube {
  margin-bottom: 100px;
}

.section4__youtube p {
  margin: 10px auto 0;
  padding: 0 20px 20px;
  text-align: left;
}

.section4__youtube iframe {
  width: 100%;
}

/* セクション5
------------------------------ */
.limited__section5 {
  text-align: center;
}

.limited__section5 span {
  color: #cbcbcb;
  margin: 20px 0;
  display: inline-block;
}

.limited__section5 h3 {
  text-align: center;
  padding-top: 40px;
}

.section5__contents {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.section5__content {
  width: 50%;
}

.section5__content :last-child {
  margin: 20px 0;
}

.section5__content img {
  width: 100%;
}

.limited__section5_staff {
  width: 100%;
}

/* セクション6
------------------------- */
.limited__section6 {
  text-align: center;
  margin: 35px;
}

.limited__section6>div {
  margin: 0 auto;
}

.limited__section6 img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto 25px auto;

}

.limited__section6 h2 {
  margin: 10px 0;
}

.limited__section6 a {
  display: inline-block;
  background: #515150;
  width: 66.66667%;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  margin: 20px 0;
}




@media screen and (min-width: 767px) {


  /* セクション１
-------------------- */
  .limited_wrapper {
    padding-top: 9%;
  }

  .section1__content_1 {
    padding: 15% 0 20px;
    font-size: 28px;
  }

  .section1__content_2 {
    padding: 36px 0;
  }

  .section1__content_2 img {
    width: 45%;
  }

  .section1__content_2 span {
    font-size: 40px;
  }

  .section1__content_3 {
    margin: 6% 0px;
    font-size: 40px;
  }

  .section1__content_4 {
    padding-bottom: 40px;
    font-size: 30px;
  }
  
  .section1__content_5 {
    font-size: 25px;
    letter-spacing: 1.5px;
  }

  .top-schedule p {
    width: 70%;
  }

  .top-schedule {
    margin: 10% auto;
  }

  .top-span__big {
    font-size: 65px;
  }

  /* セクション2
---------------------- */
  .limited__section2 li {
    font-size: 16px;
  }


  /* セクション3
----------------------- */
  .limited__section3 h2 {
    margin: 50px 0 55px;
  }

  .limited__section3_img {
    width: 75%;
  }

  .limited__section3_img1,
  .limited__section3_img2 {
    width: 40%;
  }


  /* セクション４ 
------------------------ */
  .limited__section4 h3,
  .section4__car_access h3,
  .section4__train_access h3 {
    margin: 50px 0 55px;
  }

  .limited__section4 p,
  .section4__car_access p {
    width: 80%;
  }

  .section4__access span,
  .limited__section5 span {
    font-size: 12px;
    font-family: 'Frutiger LT W01_55 Roma1475738';
  }

  .section4__access h3 {
    padding: 0;
  }

  .section4__train_access img {
    width: 550px;
  }

  .section4__place img {
    width: 60%;
  }

  .section4__youtube iframe {
    width: 70%;
  }

  .section4__youtube p {
    text-align: left;
    width: 70%;
  }

  /* セクション5
-------------------------- */
  .section5__contents {
    width: 85%;
    margin: 80px auto;
  }

  .section5__content {
    width: 28%;
    margin: 10px 5px;
  }

  .limited__section5_staff {
    width: 65%;
  }


  /* セクション6
  ------------------------- */
  .limited__section6 div {
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1023px) {

  /* セクション１
-------------------- */
  .limited_wrapper {
    padding-top: 0;
  }

  .section1__content_3 {
    display: none;
  }

  .section1__content_3_sp {
    display: inline-block;
  }

  .section1__contents {
    font-size: 20px;
    padding: 0;
    text-shadow: 1px 2px 4px #333;

  }

  .section1__content_1 {
    padding: 8% 0 0 0;
    font-size: 20px;
  }

  .section1__content_2 {
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .section1__content_2 img {
    width: 220px;
  }

  .section1__content_3_pc_big {
    font-size: 50px !important;
  }

  .top-schedule h2 {
    margin-bottom: 5%;
  }

  .section1__content_2 span {
    padding-bottom: 0;
  }
  
  .section1__content_5 {
    padding-bottom: 10px;
  }

  /* セクション2
---------------------- */
  .limited__section2 {
    width: 70%;
    margin: 80px auto;
  }

  .limited__section2 p {
    margin-bottom: 10%;
  }

  /* セクション3
------------------------ */
  .limited__section3_img1 {
    width: 631px;
  }

  .limited__section3_img2 {
    width: 444px;
  }

  .top-schedule p,
  .limited__section2 p,
  .limited__section3 p {
    font-size: 16px;
  }

  /* セクション４
------------------------ */
  .section4__access {
    background-color: #fafafa;
    padding-bottom: 20px;
  }

  .section4__map_area {
    background-color: #fff;
    width: 980px;
    margin: 30px auto 0;
    display: flex;
    padding: 0;
    align-items: center;
  }

  .section4__place h3 {
    font-size: 24px
  }

  .limited__google_map {
    width: 605px;
    margin-top: 0;
  }

  .section4__access span {
    font-weight: 600;
  }

  .table_flex p:first-child {
    width: 78px;
    margin-right: 20px;
    margin-top: 10px;
    text-align: left;
  }

  .section4__train_access,
  .section4__car_access {
    background-color: #fafafa;
  }

  .section4__car_access img {
    width: 760px;
  }

  .section4__phone_call_pc span {
    font-size: 16px;
  }

  .section4__call_area {
    margin-top: 20px;
  }

  .section4__free_call_pc::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 12px;
    background-image: url(../images/icon_freedial.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
  }

  .section4__free_call_pc::after {
    content: "携帯からでもOK";
    display: inline-block;
    width: 82px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    border: 1px solid #eaeaea;
    font-size: 10px;
    margin-left: 8px;
    font-weight: 500;
    line-height: 2;
  }

  .limited__fukuoka_table {
    margin: 20px auto;
    width: 82%;
    border: none;
    font-size: 12px;
    text-align: left;
    background-color: white;
  }

  .limited__fukuoka_table tr {
    border: none;
  }


  .limited__fukuoka_table tr th:first-child {
    background-color: #fff;

  }

  .section4__youtube p {
    width: 960px;
  }

  .section4__youtube iframe {
    width: 70%;
  }


  .section4__table_area_pc {
    margin: 0 auto;
    width: 300px;
    margin-top: 10px;
    text-align: left;
  }

  .section4__table_area_pc div:first-child {
    margin-bottom: 30px;
  }



  .limited__section4 p {
    width: 100%;
  }

  .table_flex {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }

  span.section4__tel {
    font-size: 12px;
  }

  span.section4__tel:last-child {
    margin-left: 20px;
  }

  .limited__google_map iframe {
    height: 331px;
  }

  .section4__youtube {
    width: 940px;
    margin: 0 auto 100px;
  }

  .section4__youtube p {
    text-align: left;
    width: 70%;
  }

  .section4__car_access,
  .section4__train_access {
    width: 940px;
    margin: 0 auto;
  }

  .section4__car_access h3,
  .section4__train_access h3 {
    text-align: left;
    margin-bottom: 10px;
  }

  .section4__train_access img {
    width: 730px;
  }

  /* セクション5
  ---------------------------- */
  .section5__content img {
    width: 190px;
  }

  .section5__contents {
    width: 60%;
  }

  .limited__section5_staff {
    width: 100%;
  }

  /* セクション6
---------------------------------- */


  .limited__section6 {
    margin-bottom: 5%;
  }

  .limited__section6 h2 {
    margin: 30px 0;
  }

  .limited__section6 p {
    margin: 10px 0;
  }

}


/* 終了レポート */
.jump-btn {
  background-color: #333;
  color: white;
  padding: 15px 20px;
  border-radius: 5px;
}

.jump-btn:hover {
  background-color: #8b8b8b;
}

.archive_block {
  margin-bottom: 40%;
}

.archive_block h2 {
  font-size: 22px;
}

.archive_block p {
  margin: 20px auto 40px;
}

.archive_box {
  text-align: center;
}

.archive_box h3 {
  font-size: 25px;
}

.archive_box h4 {
  margin: 5% 0;
  color: #bcbcbc;
}

.archive_box img {
  width: 100%;
  margin: 5% auto;
  max-width: 800px;
  display: block;
}

@media screen and (min-width: 768px) {

  /* 終了レポート */
  .jump-btn {
    padding: 20px 60px;
    letter-spacing: 4px;
  }


  .archive_block {
    margin-bottom: 13%;
  }

  .archive_block h2 {
    font-size: 2.2rem;
  }

  .archive_block p {
    margin-bottom: 40px;
  }

  .archive_box h3 {
    margin-top: 10%;
    font-size: 30px;
  }
}

/* 20220909 杉山 美紀*/
/* 20220909 タイムスケジュール */
.limited__section7 {
  width: 100%;
  margin: 80px auto;

}

.TimeGlafImgBox {
  width: 100%;
}

.limited__section7 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;

}

.limited__section7 h3 {
  text-align: center;
  margin: 10% auto 5%;

}

.container {
  width: min(70%, 1250px);
  margin: 0 auto;
}

/* 20220909 予約受付 */
.limited__section8 {
  text-align: center;
  margin: 35px;
}

.limited__section8>div {
  width: min(70%, 1250px);
  margin: 0 auto;
}

.limited__section8 img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto 25px auto;
}

.limited__section8 h2 {
  margin: 10px 0;
}

.limited__section8 a {
  display: inline-block;
  background-color: #bcbcbc;
  width: 66.66667%;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  margin: 20px 0;
}