/***TOP PAGE***/

/* .section_hero {
} */

.section_hero img {
  width: 100%;
  height: 100%;
}

.hero-pc {
  display: block;
}

.hero-sp {
  display: none;
}

/***Section Features***/
.section_features {
  background: linear-gradient(0deg, #454545, #454545),
    linear-gradient(0deg,
      rgba(35, 24, 21, 0) 71.28%,
      rgba(35, 24, 21, 0.5) 87.13%);
  background-blend-mode: overlay;
  margin-top: -6px;
}

/***Section Campaign***/

.campgn_bnnr {
  display: block;
  margin: auto;
  max-width: 800px;
  width: 100%;
  padding: 42px 0 99px 12px;
}

.campaign_sub::before {
  left: 107px;
}

.campaign_sub::after {
  right: 95px;
}

.campgn_action_btn {
  display: none;
  font-weight: 700;
  font-size: 1.6rem;
  color: #231815;
  justify-content: center;
  align-items: center;
  max-width: 187px;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
}

/***Section Information***/

.section_info {
  background-image: url("../images/information_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 77px;
}

.info_sub::before {
  left: 95px;
}

.info_sub::after {
  right: 83px;
}

.info_sub2 {
  max-width: 515px;
  width: 100%;
  margin-top: 74px;
  margin-bottom: 40px;
}


.info_list_wrp {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 830px;
  width: 100%;
  margin: auto;
}

.info_list_btn_wrp {
  display: flex;
  width: 100%;
  margin: 41px 0 0 165px;
}

.info_btn {
  border: 1px solid #ffdb00;
  border-radius: 2px;
  color: #ffdb00;
  font-weight: 700;
  font-size: 2rem;
  line-height: 24px;
  margin-left: 30px;
}

.info_btn_single {
  margin-left: 26%;
}

.info_btn.active {
  background: #ffdb00;
  font-weight: 700;
  font-size: 2rem;
  line-height: 24px;
  color: #231815;
  padding: 15px 100px;
  position: relative;
}

#noticeList {
  width: 100%;
}

#noticeLink {
  padding: 15px 100px;
}

#scheduleLink {
  padding: 15px 39px;
}

.info_btn.active::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 20px solid #ffdb00;
}

#pdfDownload {
  margin: 20px 0;
}

#pdfDownload a img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.info_notice_lst {
  margin: 35px 0 40px 0;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}

.info_notie_lst_itm {
  border: 2px solid #ffdb00;
  border-radius: 2px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  line-height: 25.6px;
  padding: 15px 45px 15px 20px;
  margin: 0 0 10px 18px;
  position: relative;
}

.info_notie_lst_itm a {
  color: #333333;
}

.info_notie_lst_itm::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 3px solid #231815;
  border-right: 3px solid #231815;
  position: absolute;
  top: 44%;
  right: 18px;
  transform: translateX(-44%) rotate(45deg);
}

.notice_date {
  color: #333333;
  font-weight: 500;
  font-size: 1.6rem;
  padding-right: 10px;
}

.info_notice_list_link {
  background: #ffdb00;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 16px;
  color: #231815;
  padding: 20px 40px;
  margin: 0 0 0 17px;
}

.info-btn-wrp {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 42px;
  justify-content: center;
}

/***Section Facility***/

.section_facility {
  position: relative;
  /* Required for positioning the pseudo-elements */
}

.section_facility::before,
.section_facility::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  /* Adjust the width to control the size of the gradient */
  z-index: 2;
  /* Ensure the gradient overlay is on top of the section content */
}

.section_facility::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.section_facility::after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.facility_sub::before {
  left: 158px;
}

.facility_sub::after {
  right: 144px;
}

.facility_map {
  display: block;
  position: relative;
  /* max-width: 603px; */
  max-width: 703px;
  width: 100%;
  height: 541px;
  margin: -15px auto 0 auto;
}

.facility_map_floor1--yokohama {
  position: absolute;
  top: -3%;
  left: -15%;
  color: #ffffff;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 800;
  font-size: 3.2rem;
  letter-spacing: 0.5px;
}

.facility_map_floor2--yokohama {
  top: 42%;
  left: -15%;
  position: absolute;
  color: #ffffff;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 800;
  font-size: 3.2rem;
  letter-spacing: 0.5px;
}

.facility_map_floor1--sapporo {
  position: absolute;
  top: -3%;
  left: -15%;
  color: #ffffff;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 800;
  font-size: 3.2rem;
  letter-spacing: 0.5px;
}

.facility_map_floor2--sapporo {
  top: 42%;
  left: -15%;
  position: absolute;
  color: #ffffff;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 800;
  font-size: 3.2rem;
  letter-spacing: 0.5px;
}

.facility_yokohama,
.facility_map--ashikga,
.facility_map--kamihoshikawa,
.facility_map--sapporo {
  height: auto;
}

.facility-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #ffdb00;
  color: #231815;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 50%;
  position: absolute;
  border: 2px solid #231815;
}

.facility-number.active {
  color: #ffdb00;
  background: #231815;
  border: 2px solid #231815;
}


/***Section Users guide***/


/** button positions */

.slide-wrap {
  position: absolute;
  box-sizing: border-box;
  border: 5px solid transparent;
}

.slide-wrap-selected {
  background-color: rgba(255, 219, 0, 0.4);
  border: 5px solid #ffdb00;
}

/**Aarea buttons Utsunomiya **/

/**slide 0 **/
#slide-0-wrap {
  position: absolute;
  bottom: 2%;
  right: 8%;
  width: 281px;
  height: 151px;
}

#slide-0 {
  bottom: 46%;
  right: 40%;
}

/**slide 1 **/
#slide-1-wrap {
  bottom: 30.3%;
  right: 34%;
  width: 72px;
  height: 69px;
}

#slide-1 {
  bottom: 10.3%;
  right: 19.6%;
}

/**slide 2 **/
#slide-2-wrap {
  bottom: 32.8%;
  right: 11.8%;
  width: 138px;
  height: 211px;
}

#slide-2 {
  bottom: 72.8%;
  right: 42.8%;
}

/**slide 3 **/
#slide-3-wrap {
  bottom: 51%;
  right: 34%;
  width: 70px;
  height: 87px;
  transform: rotate(13deg);
}

#slide-3 {
  bottom: 28.2%;
  right: 23.3%;
  transform: rotate(-10deg);
}

/**slide 4 **/
#slide-4-wrap {
  top: 12.2%;
  right: 10%;
  width: 133px;
  height: 97px;
  transform: rotate(9deg);
}

#slide-4 {
  top: 15.3%;
  right: 8.3%;
  transform: rotate(-8deg);
}

/**slide 5 **/
#slide-5-wrap {
  top: 9%;
  right: 28.2%;
  width: 163px;
  height: 130px;
  transform: rotate(10deg);
}

#slide-5 {
  top: 15%;
  right: 35.2%;
  transform: rotate(-9deg);
}

/**slide  6**/
#slide-6-wrap {
  bottom: 39%;
  left: 39%;
  width: 70px;
  height: 70px;
  transform: rotate(10deg);
}

#slide-6 {
  bottom: 15.5%;
  left: 9.8%;
  transform: rotate(-10deg);
}

/**slide  7**/
#slide-7-wrap {
  top: 18.8%;
  left: 33%;
  width: 62px;
  height: 64px;
}

#slide-7 {
  top: 21.8%;
  left: 17%;
}

/**slide  8**/
#slide-8-wrap {
  top: 5.5%;
  left: 37%;
  width: 110px;
  height: 64px;
  transform: rotate(12deg);
}

#slide-8 {
  top: 10.5%;
  left: 24%;
  transform: rotate(-11deg);
}

/**slide  9**/
#slide-9-wrap {
  top: 12.5%;
  left: 22.8%;
  width: 97px;
  height: 64px;
}

#slide-9 {
  top: 14.7%;
  left: 23.5%;
}

/**slide  10**/
#slide-10-wrap {
  top: -2%;
  left: 27.5%;
  width: 84px;
  height: 69px;
}

#slide-10 {
  top: 9%;
  left: 28.5%;
}

/**slide  11**/
#slide-11-wrap {
  top: 8%;
  left: 15.8%;
  width: 74px;
  height: 64px;
}

#slide-11 {
  top: 13%;
  left: 12%;
}

/**slide  12**/
#slide-12-wrap {
  top: 19%;
  left: 21%;
  width: 60px;
  height: 60px;
}

#slide-12 {
  top: 14.4%;
  left: 18.4%;
}

/**slide  13**/
#slide-13-wrap {
  bottom: 49.3%;
  left: 24.3%;
  width: 93px;
  height: 110px;
  transform: rotate(26deg);
}

#slide-13 {
  bottom: 38.3%;
  left: 21.3%;
  transform: rotate(-28deg);
}

/**slide  14**/
#slide-14-wrap {
  bottom: 61%;
  left: 16%;
  width: 75px;
  height: 70px;
  transform: rotate(19deg);
}

#slide-14 {
  bottom: 15%;
  left: 22%;
  transform: rotate(-20deg);
}

/**slide  15**/
#slide-15-wrap {
  bottom: 56%;
  left: 7%;
  width: 92px;
  height: 52px;
  transform: rotate(14deg);
}

#slide-15 {
  bottom: 15%;
  left: 21.3%;
  transform: rotate(-14deg);
}

/**slide  15**/
#slide-16-wrap {
  top: 22%;
  left: 6%;
  width: 94px;
  height: 64px;
  transform: rotate(12deg);
}

#slide-16 {
  top: 25%;
  left: 21%;
  transform: rotate(-12deg);
}

/**Aarea buttons Yokohama **/

#slide-0-wrap--yokohama {
  position: absolute;
  bottom: 16%;
  right: 6%;
  width: 365px;
  height: 151px;
  transform: rotate(23deg);
}

#slide-0--yokohama {
  bottom: 44%;
  right: 52%;
  transform: rotate(-21deg);
}

/**slide 1 **/
#slide-1-wrap--yokohama {
  bottom: 28%;
  left: 16%;
  width: 145px;
  height: 187px;
  transform: rotate(32deg);
}

#slide-1--yokohama {
  bottom: 47%;
  right: 33%;
  transform: rotate(-27deg);
}

/**slide 2 **/
#slide-2-wrap--yokohama {
  bottom: 10.8%;
  right: 4.8%;
  width: 369px;
  height: 86px;
  transform: rotate(28deg);
}

#slide-2--yokohama {
  bottom: 27.8%;
  right: 48.8%;
  transform: rotate(-31deg);
}

/**slide 3 **/
#slide-3-wrap--yokohama {
  bottom: 30%;
  right: 8%;
  width: 320px;
  height: 87px;
  transform: rotate(21deg);
}

#slide-3--yokohama {
  bottom: 32.2%;
  right: 46.3%;
  transform: rotate(-21deg);
}

/**slide 4 **/
#slide-4-wrap--yokohama {
  bottom: 38%;
  left: -1%;
  width: 210px;
  height: 84px;
  transform: rotate(-52deg);
}

#slide-4--yokohama {
  top: 30.3%;
  right: 39.3%;
  transform: rotate(53deg);
}

/**slide 5 **/
#slide-5-wrap--yokohama {
  top: 3%;
  right: 60.2%;
  width: 100px;
  height: 80px;
  transform: rotate(0deg);
}

#slide-5--yokohama {
  top: 15%;
  right: 35.2%;
  transform: rotate(0deg);
}

/**slide  6**/
#slide-6-wrap--yokohama {
  top: 12%;
  left: 20%;
  width: 70px;
  height: 70px;
  transform: rotate(0deg);
}

#slide-6--yokohama {
  bottom: 15%;
  left: 15%;
  transform: rotate(0deg);
}

/**slide  7**/
#slide-7-wrap--yokohama {
  top: 17%;
  right: 0%;
  width: 122px;
  height: 107px;
  transform: rotate(17deg);
}

#slide-7--yokohama {
  top: 38.8%;
  left: 33%;
  transform: rotate(-19deg);
}

/**slide  8**/
#slide-8-wrap--yokohama {
  top: 10%;
  left: 6%;
  width: 151px;
  height: 51px;
  transform: rotate(-49deg);
}

#slide-8--yokohama {
  top: 10.5%;
  left: 24%;
  transform: rotate(46deg);
}

/**slide  9**/
#slide-9-wrap--yokohama {
  top: 12%;
  left: 32%;
  width: 87px;
  height: 72px;
}

#slide-9--yokohama {
  top: 25%;
  left: 23%;
}

/**slide  10**/
#slide-10-wrap--yokohama {
  top: 9%;
  left: 36%;
  width: 82px;
  height: 60px;
  transform: rotate(24deg);
}

#slide-10--yokohama {
  top: 9%;
  left: 28%;
  transform: rotate(-26deg);
}

/**slide  11**/
#slide-11-wrap--yokohama {
  top: 15%;
  right: 34%;
  width: 75px;
  height: 64px;
}

#slide-11--yokohama {
  top: 19%;
  left: 24%;
}

/**slide  12**/
#slide-12-wrap--yokohama {
  display: none;
  top: 19%;
  left: 21%;
  width: 60px;
  height: 60px;
}

#slide-12--yokohama {
  top: 14.4%;
  left: 18.4%;
}

/**slide  13**/
#slide-13-wrap--yokohama {
  display: none;
  bottom: 49.3%;
  left: 24.3%;
  width: 93px;
  height: 110px;
  transform: rotate(26deg);
}

#slide-13--yokohama {
  bottom: 38.3%;
  left: 21.3%;
  transform: rotate(-28deg);
}

/**slide  14**/
#slide-14-wrap--yokohama {
  display: none;
  bottom: 61%;
  left: 16%;
  width: 75px;
  height: 70px;
  transform: rotate(19deg);
}

#slide-14--yokohama {
  bottom: 15%;
  left: 22%;
  transform: rotate(-20deg);
}

/**slide  15**/
#slide-15-wrap--yokohama {
  display: none;
  bottom: 56%;
  left: 7%;
  width: 92px;
  height: 52px;
  transform: rotate(14deg);
}

#slide-15--yokohama {
  bottom: 15%;
  left: 21.3%;
  transform: rotate(-14deg);
}

/**slide  15**/
#slide-16-wrap--yokohama {
  display: none;
  top: 22%;
  left: 6%;
  width: 94px;
  height: 64px;
  transform: rotate(12deg);
}

#slide-16--yokohama {
  top: 25%;
  left: 21%;
  transform: rotate(-12deg);
}

/**Aarea buttons Ashikata **/

/**slide 0 **/
#slide-0-wrap--ashikaga {
  position: absolute;
  bottom: 10%;
  right: 27%;
  width: 27%;
  height: 26%;
  transform: rotate(35deg);
}

#slide-0--ashikaga {
  bottom: 62%;
  right: 50%;
  transform: rotate(-34deg);
}

/**slide 1 **/
#slide-1-wrap--ashikaga {
  bottom: 29%;
  right: 13%;
  width: 16%;
  height: 32%;
  transform: rotate(35deg);
}

#slide-1--ashikaga {
  bottom: 47%;
  right: 33%;
  transform: rotate(-32deg);
}

/**slide 2 **/
#slide-2-wrap--ashikaga {
  top: 34%;
  right: 23%;
  width: 12%;
  height: 21%;
  transform: rotate(36deg);
}

#slide-2--ashikaga {
  bottom: 30%;
  right: 24%;
  transform: rotate(-35deg);
}

/**slide 3 **/
#slide-3-wrap--ashikaga {
  top: 29%;
  right: 34%;
  width: 14%;
  height: 18%;
  transform: rotate(39deg);
}

#slide-3--ashikaga {
  bottom: 32%;
  right: 29%;
  transform: rotate(-35deg);
}

/**slide 4 **/
#slide-4-wrap--ashikaga {
  bottom: 50%;
  left: 42%;
  width: 12%;
  height: 8%;
  transform: rotate(-47deg);
}

#slide-4--ashikaga {
  top: 11%;
  right: 39%;
  transform: rotate(44deg);
}

/**slide 5 **/
#slide-5-wrap--ashikaga {
  top: 25%;
  right: 8%;
  width: 18%;
  height: 12%;
  transform: rotate(32deg);
}

#slide-5--ashikaga {
  top: 60%;
  right: 35.2%;
  transform: rotate(-32deg);
}

/**slide  6**/
#slide-6-wrap--ashikaga {
  top: 21%;
  right: 14%;
  width: 10%;
  height: 10%;
  transform: rotate(0deg);
}

#slide-6--ashikaga {
  bottom: 48%;
  left: 63%;
  transform: rotate(0deg);
}

/**slide  7**/
#slide-7-wrap--ashikaga {
  top: 22%;
  right: 26%;
  width: 12%;
  height: 11%;
  transform: rotate(30deg);
}

#slide-7--ashikaga {
  top: 32%;
  left: 43%;
  transform: rotate(-27deg);
}

/**slide  8**/
#slide-8-wrap--ashikaga {
  top: 0%;
  left: 54%;
  width: 15%;
  height: 11%;
  transform: rotate(0deg);
}

#slide-8--ashikaga {
  top: 25%;
  left: 24%;
  transform: rotate(0deg);
}

/**slide  9**/
#slide-9-wrap--ashikaga {
  top: 5%;
  left: 38%;
  width: 18%;
  height: 15%;
  transform: rotate(36deg);
}

#slide-9--ashikaga {
  top: 27%;
  left: 66%;
  transform: rotate(-37deg);
}

/**slide  10**/
#slide-10-wrap--ashikaga {
  top: 30%;
  left: 37%;
  width: 13%;
  height: 13%;
  transform: rotate(38deg);
}

#slide-10--ashikaga {
  top: 30%;
  left: 28%;
  transform: rotate(-37deg);
}

/**slide  11**/
#slide-11-wrap--ashikaga {
  top: 25%;
  left: 18%;
  width: 23%;
  height: 9%;
  transform: rotate(34deg);
}

#slide-11--ashikaga {
  top: 15%;
  left: 46%;
  transform: rotate(-34deg);
}

/**slide  12**/
#slide-12-wrap--ashikaga {
  top: 32%;
  left: 0%;
  width: 19%;
  height: 7%;
  transform: rotate(-40deg);
}

#slide-12--ashikaga {
  top: 14%;
  left: 64%;
  transform: rotate(45deg);
}

/**slide  13**/
#slide-13-wrap--ashikaga {
  bottom: 54%;
  left: 8%;
  width: 5%;
  height: 9%;
  transform: rotate(49deg);
}

#slide-13--ashikaga {
  bottom: -72%;
  left: -53%;
  transform: rotate(-50deg);
}

/**slide  14**/
#slide-14-wrap--ashikaga {
  bottom: 35%;
  left: 11%;
  width: 37%;
  height: 21%;
  transform: rotate(36deg);
}

#slide-14--ashikaga {
  bottom: 52%;
  left: 40%;
  transform: rotate(-35deg);
}

/**slide  15**/
#slide-15-wrap--ashikaga {
  display: none;
  bottom: 56%;
  left: 7%;
  width: 92px;
  height: 52px;
  transform: rotate(14deg);
}

#slide-15--ashikaga {
  bottom: 15%;
  left: 21.3%;
  transform: rotate(-14deg);
}

/**slide  15**/
#slide-16-wrap--ashikaga {
  display: none;
  top: 22%;
  left: 6%;
  width: 94px;
  height: 64px;
  transform: rotate(12deg);
}

#slide-16---ashikaga {
  top: 25%;
  left: 21%;
  transform: rotate(-12deg);
}

/** kamihoshikawa  area buttons  **/

/**slide 0 **/
#slide-0-wrap--kamihoshikawa {
  position: absolute;
  bottom: 48%;
  right: 21%;
  width: 26%;
  height: 24%;
  transform: rotate(-46deg);
}

#slide-0--kamihoshikawa {
  bottom: 39%;
  right: 51%;
  transform: rotate(44deg);
}

/**slide 1 **/
#slide-1-wrap--kamihoshikawa {
  bottom: 62%;
  right: 1%;
  width: 12%;
  height: 11%;
  transform: rotate(-48deg);
}

#slide-1--kamihoshikawa {
  bottom: 22%;
  right: 28%;
  transform: rotate(52deg);
}

/**slide 2 **/
#slide-2-wrap--kamihoshikawa {
  top: 19%;
  right: 7%;
  width: 24%;
  height: 15%;
  transform: rotate(30deg);
}

#slide-2--kamihoshikawa {
  bottom: 30%;
  right: 39%;
  transform: rotate(-34deg);
}

/**slide 3 **/
#slide-3-wrap--kamihoshikawa {
  top: 5%;
  right: 26%;
  width: 23%;
  height: 14%;
  transform: rotate(31deg);
}

#slide-3--kamihoshikawa {
  bottom: 20%;
  right: 13%;
  transform: rotate(-35deg);
}

/**slide 4 **/
#slide-4-wrap--kamihoshikawa {
  bottom: 19%;
  left: 41%;
  width: 26%;
  height: 8%;
  transform: rotate(-47deg);
}

#slide-4--kamihoshikawa {
  top: 11%;
  right: 39%;
  transform: rotate(44deg);
}

/**slide 5 **/
#slide-5-wrap--kamihoshikawa {
  top: 56%;
  right: 37%;
  width: 32%;
  height: 20%;
  transform: rotate(-44deg);
}

#slide-5--kamihoshikawa {
  top: 34%;
  right: 35.2%;
  transform: rotate(37deg);
}

/**slide  6**/
#slide-6-wrap--kamihoshikawa {
  top: 39%;
  left: 26%;
  width: 10%;
  height: 10%;
  transform: rotate(0deg);
}

#slide-6--kamihoshikawa {
  bottom: 10%;
  left: 21%;
  transform: rotate(0deg);
}

/**slide  7**/
#slide-7-wrap--kamihoshikawa {
  top: 28%;
  left: 31%;
  width: 13%;
  height: 10%;
  transform: rotate(-41deg);
}

#slide-7--kamihoshikawa {
  top: 15%;
  left: 26%;
  transform: rotate(41deg);
}

/**slide  8**/
#slide-8-wrap--kamihoshikawa {
  top: 17%;
  left: 54%;
  width: 10%;
  height: 10%;
  transform: rotate(39deg);
}

#slide-8--kamihoshikawa {
  top: 12%;
  left: 17%;
  transform: rotate(-36deg);
}

/**slide  9**/
#slide-9-wrap--kamihoshikawa {
  top: 12%;
  left: 43%;
  width: 10%;
  height: 8%;
  transform: rotate(-41deg);
}

#slide-9--kamihoshikawa {
  top: -1%;
  left: 43%;
  transform: rotate(34deg);
}

/**slide  10**/
#slide-10-wrap--kamihoshikawa {
  top: 22%;
  left: 45%;
  width: 10%;
  height: 10%;
  transform: rotate(40deg);
}

#slide-10--kamihoshikawa {
  top: 8%;
  left: 28%;
  transform: rotate(-37deg);
}

/**slide  11**/
#slide-11-wrap--kamihoshikawa {
  top: 39%;
  left: 11%;
  width: 14%;
  height: 21%;
  transform: rotate(46deg);
}

#slide-11--kamihoshikawa {
  top: 27%;
  left: 31%;
  transform: rotate(-44deg);
}

/**slide  12**/
#slide-12-wrap--kamihoshikawa {
  display: none;
  top: 32%;
  left: 0%;
  width: 19%;
  height: 7%;
  transform: rotate(-40deg);
}

#slide-12--kamihoshikawa {
  top: 14%;
  left: 64%;
  transform: rotate(45deg);
}

/**slide  13**/
#slide-13-wrap--kamihoshikawa {
  display: none;
  bottom: 54%;
  left: 8%;
  width: 5%;
  height: 9%;
  transform: rotate(49deg);
}

#slide-13--kamihoshikawa {
  bottom: -72%;
  left: -53%;
  transform: rotate(-50deg);
}

/**slide  14**/
#slide-14-wrap--kamihoshikawa {
  display: none;
  bottom: 35%;
  left: 11%;
  width: 37%;
  height: 21%;
  transform: rotate(36deg);
}

#slide-14--kamihoshikawa {
  bottom: 52%;
  left: 40%;
  transform: rotate(-35deg);
}

/**slide  15**/
#slide-15-wrap--kamihoshikawa {
  display: none;
  display: none;
  bottom: 56%;
  left: 7%;
  width: 92px;
  height: 52px;
  transform: rotate(14deg);
}

#slide-15--kamihoshikawa {
  bottom: 15%;
  left: 21.3%;
  transform: rotate(-14deg);
}

/**slide  15**/
#slide-16-wrap--kamihoshikawa {
  display: none;
  display: none;
  top: 22%;
  left: 6%;
  width: 94px;
  height: 64px;
  transform: rotate(12deg);
}

#slide-16--kamihoshikawa {
  top: 25%;
  left: 21%;
  transform: rotate(-12deg);
}

/** Sapporo area buttons  **/
/**slide 0 **/
#slide-0-wrap--sapporo {
  position: absolute;
  bottom: 26%;
  right: 3%;
  width: 23%;
  height: 20%;
  transform: rotate(24deg);
}

#slide-0--sapporo {
  bottom: 60%;
  right: 29%;
  transform: rotate(-22deg);
}

/**slide 1 **/
#slide-1-wrap--sapporo {
  bottom: 10%;
  right: 11%;
  width: 60%;
  height: 25%;
  transform: rotate(32deg);
}

#slide-1--sapporo {
  bottom: 53%;
  right: 24%;
  transform: rotate(-32deg);
}

/**slide 2 **/
#slide-2-wrap--sapporo {
  top: 48%;
  right: 29%;
  width: 24%;
  height: 15%;
  transform: rotate(29deg);
}

#slide-2--sapporo {
  bottom: 30%;
  right: 39%;
  transform: rotate(-31deg);
}

/**slide 3 **/
#slide-3-wrap--sapporo {
  bottom: 33%;
  left: 4%;
  width: 23%;
  height: 14%;
  transform: rotate(34deg);
}

#slide-3--sapporo {
  bottom: 24%;
  right: 39%;
  transform: rotate(-35deg);
}

/**slide 4 **/
#slide-4-wrap--sapporo {
  top: 6%;
  left: 8%;
  width: 32%;
  height: 20%;
  transform: rotate(36deg);
}

#slide-4--sapporo {
  top: 38%;
  right: 39%;
  transform: rotate(-39deg);
}

/**slide 5 **/
#slide-5-wrap--sapporo {
  top: 7%;
  right: 41%;
  width: 6%;
  height: 5%;
  transform: rotate(0deg);
}

#slide-5--sapporo {
  top: -64%;
  right: 35.2%;
  transform: rotate(-3deg);
}

/**slide  6**/
#slide-6-wrap--sapporo {
  top: 16%;
  right: 27%;
  width: 16%;
  height: 5%;
  transform: rotate(29deg);
}

#slide-6--sapporo {
  bottom: 10%;
  left: 45%;
  transform: rotate(-30deg);
}

/**slide  7**/
#slide-7-wrap--sapporo {
  top: 21%;
  right: 24%;
  width: 25%;
  height: 3%;
  transform: rotate(30deg);
}

#slide-7--sapporo {
  top: 52%;
  left: 32%;
  transform: rotate(-32deg);
}

/**slide  8**/
#slide-8-wrap--sapporo {
  top: 22%;
  right: 10%;
  width: 13%;
  height: 10%;
  transform: rotate(26deg);
}

#slide-8--sapporo {
  top: 25%;
  left: 45%;
  transform: rotate(-26deg);
}

/**slide  9**/
#slide-9-wrap--sapporo {
  top: 9%;
  left: 63%;
  width: 15%;
  height: 7%;
  transform: rotate(26deg);
}

#slide-9--sapporo {
  top: 0%;
  left: 56%;
  transform: rotate(-28deg);
}

/**slide  10**/
#slide-10-wrap--sapporo {
  display: none;
  top: 22%;
  left: 45%;
  width: 10%;
  height: 10%;
  transform: rotate(40deg);
}

#slide-10--sapporo {
  top: 8%;
  left: 28%;
  transform: rotate(-37deg);
}

/**slide  11**/
#slide-11-wrap--sapporo {
  display: none;
  top: 39%;
  left: 11%;
  width: 14%;
  height: 21%;
  transform: rotate(46deg);
}

#slide-11--sapporo {
  top: 27%;
  left: 31%;
  transform: rotate(-44deg);
}

/**slide  12**/
#slide-12-wrap--sapporo {
  display: none;
  top: 32%;
  left: 0%;
  width: 19%;
  height: 7%;
  transform: rotate(-40deg);
}

#slide-12--sapporo {
  top: 14%;
  left: 64%;
  transform: rotate(45deg);
}

/**slide  13**/
#slide-13-wrap--sapporo {
  display: none;
  bottom: 54%;
  left: 8%;
  width: 5%;
  height: 9%;
  transform: rotate(49deg);
}

#slide-13--sapporo {
  bottom: -72%;
  left: -53%;
  transform: rotate(-50deg);
}

/**slide  14**/
#slide-14-wrap--sapporo {
  display: none;
  bottom: 35%;
  left: 11%;
  width: 37%;
  height: 21%;
  transform: rotate(36deg);
}

#slide-14--sapporo {
  bottom: 52%;
  left: 40%;
  transform: rotate(-35deg);
}

/**slide  15**/
#slide-15-wrap--sapporo {
  display: none;
  bottom: 56%;
  left: 7%;
  width: 92px;
  height: 52px;
  transform: rotate(14deg);
}

#slide-15--sapporo {
  bottom: 15%;
  left: 21.3%;
  transform: rotate(-14deg);
}

/**slide  15**/
#slide-16-wrap--sapporo {
  display: none;
  top: 22%;
  left: 6%;
  width: 94px;
  height: 64px;
  transform: rotate(12deg);
}

#slide-16--sapporo {
  top: 25%;
  left: 21%;
  transform: rotate(-12deg);
}

/** area slider **/

/* slide when not active/center*/
.area-slider-container {
  /* max-width: 1440px; */
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: -15px auto auto auto;
  padding-bottom: 80px;
}

/* slide when active/center */
.area-slick-slide .slick-center,
.area-slick-slide .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
  transform: scale(1, 1);
  opacity: 1;
}

.area-slick-slide .slick-slide,
.area-slick-slide:not(.slick-center)

/* .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"]  */
  {
  width: 540px !important;
  height: 360px !important;
  margin-top: 46px;
}

.area-slick-slide {
  width: 684px !important;
  height: 453px !important;
  object-fit: cover;
  margin-right: 77px;
}

.area-slick-slide-active,
.area-slick-slide.slick-center {
  border: 3px solid #ffdb00;
}

.area-slide-name-wrp {
  position: absolute;
  top: 0;
}

/* Main slider (images) */
.area-slider-main {
  width: 100%;
  display: flex;
  justify-content: center;
  /* Keep the slides centered */
  overflow: hidden;
  /* Ensure no wrapping occurs */
  margin-top: 8px;
  margin-bottom: 20px;
}

/* Navigation slider (buttons) */
.area-slider-nav-container {
  max-width: 100%;
  overflow-x: auto;
  display: flex;
  justify-content: center;
}

.area-slider-nav {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  /* Ensure horizontal scrolling */
  width: max-content;
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on mobile */
}

.area-slider-nav .slick-list {
  padding-top: 15px !important;
  padding-bottom: 18px !important;
}

.area-slider-nav-item {
  position: relative;
  display: flex !important;
  margin-top: 13px;
  cursor: pointer;
  padding: 10px 10px 10px 9px;
  border: 2px solid #ffdb00;
  color: #ffdb00;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 5px;
  text-align: center;
  margin-left: 28px;
  flex-shrink: 0;
  align-items: center;
  align-content: center;
}

.nav-slide-number {
  display: flex;
  width: 28px;
  height: 29px;
  background: #ffdb00;
  color: #231815;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
}

.nav-slide-name {
  margin-left: 7px;
  letter-spacing: -2px;
  padding-right: 14px;
}

.area-slider-nav-item.active {
  margin-top: 5px;
  padding: 20px 0 15px 0;
  background-color: #ffdb00;
  color: #231815;
  margin-left: 45px;
  /* margin-bottom: 20px; */
}

.area-slider-nav-item.active::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 53%;
  transform: translateX(-50%) rotate(180deg);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 20px solid #ffdb00;
  z-index: 10;
}

.exp_area_slider .area-slider-nav-item.active::before {
  display: none;
}

.area-slider-nav-item.active::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 53%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 20px solid #ffdb00;
  z-index: 10;
}

.nav-slide-number.active {
  display: flex;
  width: 28px;
  height: 29px;
  background: #231815;
  color: #ffdb00;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.nav-slide-name.active {
  margin-left: 7px;
  letter-spacing: -2px;
  padding-right: 21px;
}

/* .area-slider-nav-item:hover {
  background-color: #FFDB00;
  color: #231815;
} */

/***Section Support***/

.section_support {
  background-image: url(../images/support_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 4px;
}

.support_sub {
  max-width: 507px;
  width: 100%;
}

.support_welcome_txt {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  line-height: 27px;
  padding-left: 15px;
  text-align: center;
  margin: 42px auto 37px auto;
}

.support_list_wrp {
  max-width: 1112px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0 0 13px;
}

.support_box {
  display: flex;
  width: 100%;
  background: #231815;
  border: 2px solid #ffffff;
  margin-bottom: 30px;
  position: relative;
}

.support_box::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 1px;
  border-left: 4px solid #fff;
  bottom: -47px;
  left: 50%;
  transform: translateY(-50%);
}

.support_box:last-of-type::after {
  content: none;
}

.support_box_img_wrp {
  max-width: 457px;
  width: 100%;
  object-fit: cover;
  padding: 28px 30px 21px 30px;
}

.support_box_text_wrp {
  margin: 32px 30px 30px 0;
}

.support_tag {
  background-color: #4f4644;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 6px 13px;
}

.support_ttl {
  padding-top: 18px;
  color: #ffdb00;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 34px;
}

.support_info {
  padding-top: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 22.4px;
}

.supoort_note {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 19.6px;
  margin: 0 auto 0 0;
}

.supoort_note:last-child {
  margin-bottom: 66px;
}

/***Section User Guide***/
.usr_gd_sub {
  width: 200px;
}

.user_guide_wrp {
  max-width: 1115px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user_guide_txt {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  margin: 60px auto 47px;
  padding: 0 15px;
}

.user_guide_btn {
  color: #231815;
  background-color: #ffdb00;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 35px;
  margin: 0 auto 88px auto;
}

/***Section Plan***/
.section_plan {
  background-color: #2b2b2b;
  padding-bottom: 80px;
}

.plan_sub {
  width: 182px;
}

.plan_btn_wrap {
  display: block;
  margin: 56px auto 57px auto;
  text-align: center;
  width: 100%;
}

.plan_btn {
  color: #ffdb00;
  border: 2px solid #ffdb00;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 21.6px;
  position: relative;
  margin-right: 20px;
  position: relative;
}

.plan_btn br {
  display: none;
}

.plan_btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffdb00;
  border-right: 2px solid #ffdb00;
  bottom: 13%;
  left: 50%;
  transform: rotate(135deg);
}

.plan_btn_wrap a {
  padding: 10px 19px 17px 20px;
}

.plan_btn_wrap a:first-child {
  padding: 10px 19px 17px 20px;
  margin-left: 8px;
}

.plan_btn_wrap a:last-child {
  padding: 10px 24px 17px 21px;
  letter-spacing: 3px;
}

.plan_btn_caret {
  position: absolute;
  border-top: 2px solid #ffdb00;
  border-right: 2px solid #ffdb00;
  width: 8px;
  height: 8px;
  bottom: 7px;
  left: 48.5%;
  transform: translateY(-50%) rotate(135deg);
}

.plan_info_wrp {
  max-width: 1115px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 16px;
}

/* For header cells */
#usage_time_plan tbody th {
  padding: 5px 0;
}

#usage_age_plan tbody th {
  padding: 1.3px 0;
}

#usage_time_plan,
#usage_age_plan,
#boxing_pool_spa {
  margin-bottom: 50px;
}

#usage_age_plan,
#visitor_plan,
#boxing_pool_spa,
#option_rental_tbl,
.option_rental_tbl {
  width: 100%;
}

#usage_time_plan tr,
#usage_age_plan tr,
#visitor_plan tr,
#boxing_pool_spa tr,
.option_rental_tbl tr,
#express-price-tbl tr {
  border-bottom: 1px solid #c9c9c9;
}

#usage_time_plan tr:first-child,
#usage_age_plan tr:first-child,
#visitor_plan tr:first-child,
#boxing_pool_spa tr:first-child {
  border-left: none;
  border-right: none;
}

.plan_tble_ttl {
  background-color: #231815;
  color: #ffdb00;
  font-weight: 700;
  font-size: 2rem;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
  padding: 13px 0;
}

.plan_col_ttl {
  color: #fff;
  background-color: #231815;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 30px;
  border-right: 1px solid #d0d0d0;
  text-align: center;
  padding: 5px 0;
  position: relative;
}

#plan .option_rental_tbl {
  table-layout: fixed;
}

#plan .option_rental_tbl th {
  width: auto;
}

.plan_tbl_ttl_wrp th:nth-child(1) {
  width: 20.5%;
}

.plan_tbl_ttl_wrp th:nth-child(2) {
  width: 20%;
}

.plan_tbl_ttl_wrp th:nth-child(3) {
  width: 50%;
  border-right: none;
}

.plan_type_col {
  font-weight: 700;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  background: #e3e3e3;
  vertical-align: middle;
}

.icon-24h {
  width: 2rem;
  height: 2rem;
  top: 24%;
  left: 6%;
  vertical-align: middle;
  margin-right: 10px;
}

.cost_type_col {
  background-color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  vertical-align: middle;
  text-align: center;
}

.hours_col {
  background-color: #fff;
  border-left: 1px solid #dddddd;
  font-weight: 500;
  font-size: 1.6rem;
  vertical-align: middle;
  padding: 10px 0 10px 5px;
  line-height: 22px;
}

.regis_fee_col {
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #dddddd;
  font-weight: 500;
  font-size: 1.6rem;
  vertical-align: middle;
  padding: 10px 0 10px 5px;
  line-height: 22px;
}

.plan_bnr_wrp {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 70px auto 0;
  padding: 0 0 0 7px;
}

.plan_bnr {
  margin-bottom: 50px;
}

.plan_bnr:last-child {
  margin-bottom: 77px;
}

.plan_note_txt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
}

.plan_note_txt:first-of-type {
  margin-top: 10px;
}

/***Section option & rental ***/
.section_option_rental {
  background-color: #2b2b2b;
  padding-bottom: 80px;
}

.option_rental_sub {
  width: 390px;
}

.option_rental_tbl {
  margin-bottom: 50px;
}

/**** Section Join ****/

.section_join {
  background-image: url("../images/join_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding-bottom: 55px; */
}

.join_sub {
  width: 183px;
}

.join_info_wrp {
  max-width: 1014px;
  width: 100%;
  margin: 42px auto 0 auto;
  padding: 0px 0 0 13px;
}

.join_info_1 {
  background: #231815cc;
  position: relative;
  padding-bottom: 36px;
}

.join_info_2 {
  background: #231815cc;
  position: relative;
  padding-bottom: 14px;
}

.join_info_txt {
  color: #ffdb00;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28.8px;
  padding: 44px 0 18px 40px;
}

.join_info_box_wrp {
  display: flex;
  padding: 0 40px;
}

.join_info_box {
  border: 1px solid #ffffff;
  margin-right: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.join_info_box:last-child {
  margin-right: 0;
}

.join_info_box_1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  width: 200px;
  height: 72px;
}

.join_info_box_2 {
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  width: 225px;
  height: 70px;
}

.join_info_box_3 {
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  width: 260px;
  padding: 2px 0 0 10px;
  line-height: 25px;
}

.join_info_box_4 {
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  width: 130px;
}

.join_pay_type {
  color: #d4d4d4;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 18px 0 18px 40px;
}

.join_pay_type_txt {
  color: #d4d4d4;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0px 0 0 40px;
  line-height: 24.6px;
}

.join_info_box_txt {
  font-weight: 700;
  color: #ffdb00;
  font-size: 2.4rem;
  padding: 39px 0 19px 0;
}

.mmbr_cond_ttl {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 18px 0 0 40px;
}

.mmbr_cond_list {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  list-style: numeric;
  padding: 13px 0 0 60px;
}

.mmbr_cond_list li {
  line-height: 25.5px;
}

.join_rental_txt {
  color: #d4d4d4;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 13px 0 0 41px;
}

#join_rental_tbl {
  max-width: 920px;
  width: 100%;
  margin: 25px 0 22px 42px;
}

.rent_tbl_head {
  background-color: #231815;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 38px;
}

.rent_tbl_head th {
  text-align: center;
  color: #ffffff;
}

.rent_tbl_head th:first-child {
  border-right: 1px solid #fff;
  width: 63.5%;
}

.rent_tbl_item {
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}

.rent_tbl_item td {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 64px;
}

.rent_tbl_item td:first-child {
  border-right: 1px solid #dddddd;
}

.join_rental_note {
  color: #d4d4d4;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0 0 3px 41px;
}

.join_action_btn_wrp {
  width: 250px;
  display: flex;
  align-items: center;
  margin: 52px auto 0px auto;
}

.join_action_btn {
  color: #231815;
  width: 203px;
  display: flex;
  margin: 0px 0 0 31px;
  padding: 14px 0px 13px 0px;
  justify-content: center;
  background-color: #ffdb00;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  align-items: center;
}

/**** Section Trial ****/
.section_trial {
  background-color: #2b2b2b;
  padding-bottom: 60px;
}

.trial_sub {
  width: 183px;
}

.trail_box_wrp {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.trail_box {
  background: #231815cc;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 0 21px 0;
}

.trail_box:last-of-type {
  margin-bottom: 0;
}

.trial_box_ttl {
  color: #ffdb00;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 36px 0 16px 46px;
}

.trial_box_point {
  color: #ffffff;
  font-weight: 800;
  font-size: 2.4rem;
  padding: 5px 0 11px 50px;
  letter-spacing: 0.5px;
}

.trial_box_point_num {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.trial_box_note {
  color: #d4d4d4;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 5px 0 20px 47px;
}

.trail_prep_ttl {
  color: #d4d4d4;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 30px 0 9px 7px;
}

.trail_prep_txt {
  color: #d4d4d4;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0px 0 0 8px;
  line-height: 24px;
}

/**** Section Corporate  ****/
.section_corporate {
  background-image: url("../images/corporate_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}

.info_txt_corp {
  padding: 43px 0 20px 13px;
}

.corp_plan_wrp {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}

#corp_plan_tbl {
  width: 100%;
  margin: 0 0 0 9px;
}

#corp_plan_tbl2 {
  width: 100%;
  margin: 50px 0 0 9px;
}

.corp_plan_tbl_ttl {
  background-color: #231815;
  border-bottom: 1px solid #d0d0d0;
  color: #ffdb00;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 48px;
}

.corp_plan_tbl_col_ttl {
  background-color: #231815;
}

.corp_plan_tbl_col_ttl th:first-child {
  width: 17.2%;
}

.corp_plan_tbl_col_ttl th:nth-child(2) {
  width: 17.5%;
}

.corp_plan_tbl_col_ttl th:nth-child(3) {
  width: 22%;
}

.corp_plan_tbl_col_ttl th:nth-child(4) {
  width: 19.3%;
}

#corp_plan_tbl2 .corp_plan_tbl_col_ttl th:first-child {
  width: 17.3%;
}

#corp_plan_tbl2 .corp_plan_tbl_col_ttl th:nth-child(2) {
  width: 17.3%;
}

#corp_plan_tbl2 .corp_plan_tbl_col_ttl th:nth-child(3) {
  width: auto;
}

.corp_plan_tbl_col_ttl th {
  color: #ffffff;
  text-align: center;
  border-right: 1px solid #d0d0d0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 39px;
}

.corp_plan_tbl_col_ttl th:last-child {
  border-right: none;
}

.corp_plan_tbl_col_item {
  background-color: #ffffff;
}

.corp_plan_tbl_col_item td {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  border-right: 1px solid #d0d0d0;
  vertical-align: middle;
  padding: 5px 0;
}

#corp_plan_tbl2 .corp_plan_tbl_col_item td {
  line-height: 57px;
}

.corp_plan_tbl_col_date {
  text-align: left;
  padding: 0 0 0 47px;
}

.corp_plan_tbl_col_date span {
  padding-right: 33px;
}

.corp_plan_tbl_col_date span:last-child {
  padding-right: 18px;
}

.corp_plan_note {
  padding: 20px 0 0 8px;
}

.trail_prep_txt_lst {
  padding-top: 0;
}

/**** Section Faq ****/

.section_faq {
  background-color: #2b2b2b;
  padding-bottom: 60px;
}

.faq_sub {
  width: 235px;
}

.faq-box-wrp {
  max-width: 816px;
  width: 100%;
  margin: 51px auto 0 auto;
  padding: 0 0 0 13px;
}

.faq-box {
  display: flex;
  background: #231815;
  border: 2px solid #fff2a0;
  border-radius: 5px;
  margin-bottom: 10px;
  flex-direction: column;
  position: relative;
  user-select: none;
}

.faq-box:hover {
  cursor: pointer;
}

.faq-box::after {
  position: absolute;
  top: 36%;
  right: 2.2%;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffdb00;
  border-right: 2px solid #ffdb00;
  transform: rotate(135deg);
}

.faq-box.open::after {
  transform: rotate(-45deg);
}

.faq-box:last-child {
  margin-bottom: 0;
}

.faq_q_wrp {
  display: flex;
  align-items: center;
}

.faq_q {
  font-family: "YuMincho";
  color: #ffdb00;
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: capitalize;
  padding: 5px 20px 7px 20px;
}

.faq_q_txt {
  font-family: "YuGothic";
  color: #ffdb00;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 20px 0px 0px;
}

.faq_a_wrp {
  display: none;
  align-items: center;
}

.faq_a {
  font-family: "YuMincho";
  color: #ffdb00;
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0px 20px 8px 20px;
  align-self: flex-start;
}

.faq_a_txt {
  display: flex;
  flex-direction: column;
  font-family: "YuGothic";
  color: #ffdb00;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 60px 20px 0;
  /* align-items: center; */
}

/**** Section Access ****/

.section_access {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 75px;
}

.access_sub {
  width: 160px;
}

.access_info_wrap {
  max-width: 935px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 40px auto 0 auto;
  padding: 0 0 0 0;
}

.access_info_txt {
  font-size: 2.4rem;
  color: #ffff;
  font-weight: 700;
  text-align: center;
}

.access_info_hrs {
  display: block;
  margin: 0 auto 10px auto;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffff;
  border: 1px solid #ffffff;
  padding: 6px 20px;
}

.access_info_note {
  color: #ffff;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}

.access_map {
  margin-top: 20px;
}

.access_map_txt {
  color: #ffff;
  font-weight: 500;
  font-size: 1.6rem;
}

.access_map_txt a,
.access_map_txt a:visited,
.access_map_txt a:hover,
.access_map_txt a:active {
  color: #ffffff;
}

.access_info_map_wrap {
  width: 100%;
  margin-top: 6px;
  margin-left: 6px;
}

.access_info_wrap iframe {
  width: 100%;
}

.acccess_route_wrp {
  margin: 21px 0 0 0;
}

.aacccess_route_wrp_car {
  margin-top: 30px;
}

.acccess_route_ttl_wrp {
  display: flex;
  margin: 0 0 10px 0;
}

.acccess_route_icon {
  width: 20px;
  object-fit: cover;
  margin-right: 10px;
}

.acccess_route_ttl {
  color: #ffff;
  font-weight: 700;
  font-size: 1.8rem;
}

.acccess_route_txt {
  color: #ffff;
  font-weight: 700;
  font-size: 1.6rem;
}

/**** Section Store Banners ****/

.section_store_bnrs {
  background-color: #454545;
  display: flex;
  /* スライドのグループを横並び */
  overflow: hidden;
  /* はみ出たスライドを隠す */
}

.store_bnr_wrp {
  padding: 31px 0;
  margin-left: 16px;
  animation: scroll-left 50s infinite linear 0.5s both;
  display: flex;
}

@media (max-width: 768px) {
  .store_bnr_wrp:last-child {
    display: none;
  }
}

.store_bnr_item {
  margin-inline: 10px;
  width: calc(100vw / 3);
  /* 3はスライドの枚数 */
}

@media (max-width: 768px) {
  .store_bnr_item {
    max-width: 240px;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 769px) {
  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }
}

/* hover(マウスオーバー)で一時停止 */
.section_store_bnrs:hover .store_bnr_wrp {
  animation-play-state: paused;
}

.store_bnr_wrp a {
  margin-right: 30px;
}

.store_bnr_wrp a:last-child {
  margin-right: 0;
}

/**** MObile Styles ****/

@media (max-width: 768px) {

  /**section hero **/
  .hero-pc {
    display: none;
  }

  .hero-sp {
    display: block;
  }

  /**section Campign **/
  .features_sub {
    width: 315px;
  }

  /**section Campign **/
  .section_campaign {
    padding-bottom: 55px;
  }

  .campaign_sub {
    width: 380px;
    margin-right: 31px;
  }

  .campgn_bnnr {
    padding: 0px 0 11px 0;
  }

  .campgn_action_btn {
    display: flex;
    margin-bottom: 55px;
  }

  /**section Info **/
  .section_info {
    background-position: initial;
  }

  .info_sub {
    width: 389px;
  }

  .info_sub::after {
    right: 104px;
  }

  .info_list_btn_wrp {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 1.5rem;
  }

  .info_btn {
    padding: 15px 0;
    font-size: 1.8rem;
    line-height: 24px;
  }

  .info_btn.active {
    font-size: 1.8rem;
    color: #231815;
    padding: 0;
  }

  #pdfDownload {
    margin: 5px 10px 20px;
  }

  #noticeLink {
    width: 47%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
  }

  #scheduleLink {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
    width: 47%;
    height: 50px;
    letter-spacing: -2px;
    margin-left: 11px;
    font-size: 1.7rem;
  }

  .info_btn_single {
    margin-left: 26% !important;
  }

  .info_notice_lst {
    margin: 23px 0 40px 0;
  }

  .info_notie_lst_itm {
    font-size: 1.4rem;
    margin: 0 20px 10px 20px;
  }

  .notice_date {
    font-size: 1.4rem;
  }

  .info_notie_lst_itm {
    font-size: 1.4rem;
    margin: 0 20px 10px 20px;
    padding: 10px 32px 4px 19px;
    line-height: 21px;
  }

  .info_notie_lst_itm a {
    display: flex;
    flex-direction: column;
  }

  .info_notice_list_link {
    font-size: 1.6rem;
    line-height: 22px;
    padding: 16px 39px 18px;
    margin: 5px 0 0 2px;
  }

  /***Section Facility***/
  .facility_sub::before {
    left: 36vw;
  }

  .facility_sub::after {
    right: 37vw;
  }

  .section_facility::before,
  .section_facility::after {
    width: 7.5vw;
  }

  .facility_map_floor1--yokohama {
    top: -3%;
    left: 0%;
  }

  .facility_map_floor2--yokohama {
    top: 38%;
    left: 0%;
  }

  .facility_map_floor1--sapporo {
    top: -3%;
    left: 1%;
  }

  .facility_map_floor2--sapporo {
    top: 41.3%;
    left: 1%;
  }

  .facility-number {
    width: 26px;
    height: 26px;
    font-size: 1.3rem;
  }

  .slide-wrap {
    position: absolute;
  }

  .facility_map {
    max-width: 440px;
    width: 100%;
    height: unset;
    object-fit: cover;
  }

  .facility_yokohama {
    max-width: 90vw;
    height: auto;
  }

  .area-slider-container {
    padding-bottom: 30px;
    margin: 0 auto;
  }

  .area-slick-slide {
    width: 340px !important;
    height: 227px !important;
    object-fit: cover;
    margin-right: 20px;
  }

  .area-slick-slide .slick-slide,
  .area-slick-slide:not(.slick-center) {
    width: 240px !important;
    height: 160px !important;
    margin-top: 46px;
  }

  .area-slider-nav-item.active {
    padding: 19px 18px 15px 0;
    margin-left: 36px;
  }

  .area-slider-nav-item.active::before,
  .area-slider-nav-item.active::after {
    left: 50%;
  }

  /** number icon positions**/
  #slide-0-wrap {
    bottom: 1%;
    right: 8%;
    width: 40%;
    height: 29%;
  }

  #slide-0 {
    top: 25%;
    left: 49%;
  }

  #slide-1-wrap {
    bottom: 26%;
    left: 53%;
    width: 14%;
    height: 17%;
  }

  #slide-1 {
    bottom: 25.3%;
    right: 14.6%;
  }

  #slide-2-wrap {
    bottom: 27%;
    right: 10%;
    height: 40%;
    width: 23%;
  }

  #slide-2 {
    top: 12.8%;
    right: 38.8%;
  }

  #slide-3-wrap {
    bottom: 48%;
    right: 32%;
    height: 21%;
    width: 14%;
  }

  #slide-3 {
    top: 27.2%;
    right: 23.3%;
  }

  #slide-4-wrap {
    top: 7.5%;
    right: 7.5%;
    width: 21%;
    height: 18%;
  }

  #slide-4 {
    top: 5.5%;
    right: 22.5%;
  }

  #slide-5-wrap {
    top: 8%;
    right: 28%;
    width: 23%;
    height: 25%;
    transform: rotate(9deg);
  }

  #slide-5 {
    top: 14%;
    right: 36.2%;
  }

  #slide-6-wrap {
    bottom: 39%;
    left: 35%;
    width: 15%;
    height: 15%;
  }

  #slide-6 {
    bottom: 25.5%;
    left: 28.8%;
  }

  #slide-7-wrap {
    top: 17%;
    left: 30%;
    width: 15%;
    height: 15%;
  }

  #slide-7 {
    top: 17.8%;
    left: 25%;
  }

  #slide-8-wrap {
    top: 3%;
    left: 35%;
    width: 17%;
    height: 17%;
  }

  #slide-8 {
    top: 22.5%;
    left: 25%;
  }

  #slide-9-wrap {
    top: 5%;
    left: 22%;
    width: 70px;
    height: 60px;
  }

  #slide-9 {
    top: 20.7%;
    left: 27.5%;
  }

  #slide-10-wrap {
    top: -5%;
    left: 26%;
    width: 15%;
    height: 15%;
  }

  #slide-10 {
    top: 6%;
    left: 27.5%;
  }

  #slide-11-wrap {
    top: 3%;
    left: 12%;
    width: 16%;
    height: 16%;
  }

  #slide-11 {
    top: 26%;
    left: 30%;
  }

  #slide-12-wrap {
    top: 16%;
    left: 19%;
    width: 15%;
    height: 15%;
  }

  #slide-12 {
    top: 11.4%;
    left: 17.4%;
  }

  #slide-13-wrap {
    bottom: 50%;
    left: 24%;
    width: 15%;
    height: 17%;
  }

  #slide-13 {
    top: 24.3%;
    left: 23.3%;
  }

  #slide-14-wrap {
    bottom: 58%;
    left: 16%;
    width: 15%;
    height: 15%;
  }

  #slide-14 {
    top: 9%;
    left: 18%;
  }

  #slide-15-wrap {
    bottom: 51%;
    left: 4%;
    width: 19%;
    height: 15%;
  }

  #slide-15 {
    bottom: 28%;
    left: 15.3%;
  }

  #slide-16-wrap {
    top: 18%;
    left: 7%;
    width: 15%;
    height: 17%;
  }

  #slide-16 {
    top: 15%;
    left: 15%;
  }

  /**Aarea buttons Yokohama **/
  #slide-0-wrap--yokohama {
    bottom: 18%;
    right: 3%;
    width: 60%;
    height: 13%;
    transform: rotate(26deg);
  }

  #slide-0--yokohama {
    bottom: 28%;
  }

  /**slide 1 **/
  #slide-1-wrap--yokohama {
    width: 21%;
    height: 19%;
  }

  #slide-1--yokohama {
    bottom: 47%;
    right: 33%;
    transform: rotate(-27deg);
  }

  /**slide 2 **/
  #slide-2-wrap--yokohama {
    width: 61%;
    height: 10%;
    transform: rotate(28deg);
  }

  #slide-2--yokohama {
    bottom: 27.8%;
    right: 48.8%;
    transform: rotate(-31deg);
  }

  /**slide 3 **/
  #slide-3-wrap--yokohama {
    bottom: 30%;
    right: 5%;
    width: 49%;
    height: 10%;
    transform: rotate(21deg);
  }

  #slide-3--yokohama {
    bottom: 20%;
    right: 46%;
    transform: rotate(-21deg);
  }

  /**slide 4 **/
  #slide-4-wrap--yokohama {
    bottom: 38%;
    left: 1%;
    width: 27%;
    height: 9%;
    transform: rotate(-52deg);
  }

  #slide-4--yokohama {
    top: 15%;
    right: 40%;
    transform: rotate(53deg);
  }

  /**slide 5 **/
  #slide-5-wrap--yokohama {
    top: 2%;
    right: 60%;
    width: 15%;
    height: 10%;
    transform: rotate(0deg);
  }

  #slide-5--yokohama {
    top: 15%;
    right: 30%;
    transform: rotate(0deg);
  }

  /**slide  6**/
  #slide-6-wrap--yokohama {
    top: 11%;
    left: 17%;
    width: 15%;
    height: 10%;
    transform: rotate(0deg);
  }

  /* #slide-6--yokohama {
  bottom: 15%;
  left: 15%;
  transform: rotate(0deg);
} */

  /**slide  7**/
  #slide-7-wrap--yokohama {
    width: 20%;
    height: 15%;
    transform: rotate(17deg);
  }

  #slide-7--yokohama {
    top: 38.8%;
    left: 33%;
    transform: rotate(-19deg);
  }

  /**slide  8**/
  #slide-8-wrap--yokohama {
    top: 11%;
    left: -1%;
    width: 33%;
    height: 8%;
    transform: rotate(-46deg);
  }

  #slide-8--yokohama {
    top: 10.5%;
    left: 33%;
    transform: rotate(42deg);
  }

  /**slide  9**/
  #slide-9-wrap--yokohama {
    top: 10%;
    left: 32%;
    width: 15%;
    height: 10%;
  }

  #slide-9--yokohama {
    top: 25%;
    left: 23%;
  }

  /**slide  10**/
  #slide-10-wrap--yokohama {
    top: 9%;
    left: 36%;
    width: 82px;
    height: 60px;
    transform: rotate(24deg);
  }

  #slide-10--yokohama {
    top: 9%;
    left: 28%;
    transform: rotate(-26deg);
  }

  /**slide  11**/
  #slide-11-wrap--yokohama {
    top: 13%;
    right: 34%;
    width: 16%;
    height: 11%;
  }

  /* #slide-11--yokohama {
  top: 19%;
  left: 24%;
} */

  /**slide  12**/
  #slide-12-wrap--yokohama {
    display: none;
    top: 19%;
    left: 21%;
    width: 60px;
    height: 60px;
  }

  #slide-12--yokohama {
    top: 14.4%;
    left: 18.4%;
  }

  /***Section Support***/

  .support_sub {
    width: 346px;
  }

  .support_welcome_txt {
    margin: -2px 27px 37px 15px;
  }

  .support_box {
    flex-direction: column;
  }

  .support_list_wrp {
    padding: 0 20px 0 20px;
  }

  .support_box_img_wrp {
    padding: 30px 30px 20px 30px;
  }

  .support_box_text_wrp {
    margin: 0 20px 15px 20px;
  }

  .support_ttl {
    padding-top: 20px;
    font-size: 2rem;
    line-height: 28px;
  }

  .support_info {
    padding-top: 0px;
  }

  /***Section Plan***/
  .section_plan {
    padding-bottom: 0;
  }

  .plan_sub {
    width: 140px;
  }

  .plan_btn_wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto 50px auto;
    max-width: 530px;
    width: 100%;
  }

  .plan_btn {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 21.6px;
    position: relative;
    margin-right: 10px;
    width: 172px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .plan_btn::after {
    bottom: 14%;
    left: 47%;
  }

  .plan_btn br {
    display: block;
  }

  .plan_btn_wrap a:first-child {
    padding: 0px 20px 10px 20px;
    margin-left: 8px;
    line-height: 19px;
    letter-spacing: 1px;
  }

  .plan_btn_wrap a:last-child {
    padding: 9px 24px 17px 21px;
    letter-spacing: 0px;
    margin-left: 8px;
  }

  .table1,
  .table2,
  .table3 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    min-width: 530px;
  }

  .plan_tbl_ttl_wrp th:nth-child(1) {
    width: 29%;
  }

  .plan_tbl_ttl_wrp th:nth-child(2) {
    width: 29%;
  }

  .plan_tbl_ttl_wrp th:nth-child(3) {
    border-right: none;
  }

  .plan_tble_ttl {
    text-align: left;
    padding: 10px 0 32px 75px;
    position: relative;
  }

  .plan_tble_ttl::before {
    content: "右にスワイプしてください";
    color: #ffdb00;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: absolute;
    top: 64%;
    left: 2.9%;
  }

  .plan_tble_ttl::after {
    content: "";
    width: 31px;
    height: 30px;
    background-image: url(../images/icon-arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 71%;
    left: 37.3%;
  }

  .plan_type_col,
  .hours_col {
    font-size: 1.4rem;
  }

  .plan_bnr_wrp {
    padding: 0;
  }

  .plan_bnr {
    margin-bottom: 16px;
  }

  .plan_bnr_wrp a:nth-child(3) {
    margin-top: 37px;
  }

  .plan_bnr_wrp a:nth-child(4) {
    margin-top: 17px;
    margin-bottom: 65px;
  }

  .icon-24h::after {
    left: -15%;
  }

  .icon-24h-long::after {
    top: 41%;
    left: 2%;
  }

  .plan_note_txt {
    padding-right: 10px;
  }

  /***Section Plan***/
  .option_rental_sub {
    width: 270px;
  }

  /** Section Join **/
  .section_join {
    padding-bottom: 87px;
  }

  .join_sub {
    width: 140px;
  }

  .join_info_wrp {
    max-width: 1016px;
    width: 100%;
    margin: 44px auto 0 auto;
    padding: 0 20px 0 20px;
  }

  .join_info_box_wrp {
    display: flex;
    /* padding: 0 0 0 30px; */
    padding: 0 0 0 3rem;
    flex-wrap: wrap;
  }

  .join_info_1 {
    margin-bottom: 75px;
  }

  .join_info_txt {
    font-size: 1.6rem;
    padding: 16px 0 15px 36px;
  }

  .join_info_box {
    margin-right: 10px;
  }

  .join_info_box_1 {
    display: flex;
    font-size: 2rem;
    width: 44%;
    height: auto;
    padding: 0.8rem;
    margin-bottom: 1.2rem;
    text-align: center;
  }

  .join_info_box_3 {
    font-size: 1.6rem;
    /* width: 193px; */
    width: 53%;
    height: auto;
    padding: 0px 0 0 1rem;
    margin-bottom: 10px;
  }

  .join_info_box_4 {
    font-size: 1.6rem;
    width: 35%;
    height: 5rem;
  }

  .join_pay_type {
    font-size: 1.3rem;
    padding: 17px 13px 18px 20px;
    line-height: 18px;
  }

  .mmbr_cond_ttl {
    padding: 18px 0 0 20px;
  }

  .mmbr_cond_list {
    padding: 13px 20px 0 46px;
  }

  .join_info_box_txt {
    font-size: 1.6rem;
    padding: 33px 0 0px 37px;
  }

  .join_pay_type_txt {
    padding: 0px 13px 0 20px;
  }

  .join_rental_tbl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #join_rental_tbl {
    min-width: 390px;
  }

  .join_action_btn {
    width: 188px;
  }

  /**** Section Trial  ****/
  .trial_sub {
    width: 135px;
  }

  .join_rental_note {
    padding: 0 10px 3px 20px;
  }

  .trial_box_note {
    padding: 5px 10px 20px 20px;
  }

  .trail_prep_ttl {
    padding: 30px 0 9px 20px;
  }

  .trail_prep_txt {
    padding: 10px 10px 0 20px;
  }

  .trail_prep_txt_lst {
    padding-top: 0;
  }

  /**** Section Corporate  ****/
  .corporate_sub {
    width: 165px;
  }

  .info_txt {
    padding-top: 21.5px;
  }

  .trail_box {
    width: 95%;
    margin: 0 auto 40px auto;
  }

  .trial_box_ttl {
    padding: 18px 0 16px 20px;
  }

  #corp_plan_tbl {
    min-width: 740px;
  }

  #corp_plan_tbl2 {
    min-width: 650px;
  }

  .corp_plan_tbl_ttl {
    text-align: left;
    padding: 10px 0 32px 75px;
    position: relative;
  }

  .corp_plan_tbl_ttl::before {
    content: "右にスワイプしてください";
    color: #ffdb00;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: absolute;
    top: 48%;
    left: 2.9%;
  }

  .corp_plan_tbl_ttl::after {
    content: "";
    width: 31px;
    height: 30px;
    background-image: url(../images/icon-arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 67%;
    left: 27.3%;
  }

  .corp_plan_tbl_col_item td {
    line-height: 30px;
  }

  .corp_plan_tbl_col_date {
    padding: 0 0 0 10px;
  }

  .corp_plan_tbl_col_date span {
    padding-right: 8px;
  }

  .corp_plan_tbl_col_date span:last-child {
    padding-right: 6px;
  }

  .trial_box_point {
    font-size: 2rem;
    padding: 0 0 16px 20px;
  }

  /** Section FAQ **/
  .faq_sub {
    width: 173px;
  }

  .faq-box-wrp {
    max-width: 816px;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 17px 0 16px;
  }

  .faq-box::after {
    top: 30%;
    right: 5.2%;
  }

  .faq_q,
  .faq_a {
    padding: 0px 11px 8px 16px;
  }

  .faq_q_txt {
    font-size: 1.4em;
    padding: 0 45px 0px 0px;
  }

  /** Section Access **/
  .section_access {
    padding-bottom: 55px;
  }

  .access_sub {
    width: 125px;
  }

  .access_info_wrap {
    max-width: 935px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
  }

  .access_info_txt {
    font-size: 2rem;
  }

  .access_info_hrs {
    margin: 9px auto 12px auto;
    font-size: 1.6rem;
    padding: 5px 23px 5px 22px;
  }

  .access_info_map_wrap {
    max-width: 91vw;
    width: 100%;
    margin-top: 36px;
    margin-left: 6px;
    margin: 2.8rem auto 0px auto;
  }

  .access_info_note {
    padding: 0px 28px 0 16px;
    line-height: 19px;
  }

  .access_map_txt:first-child {
    margin-top: 40px;
  }

  .access_map_txt {
    padding: 0 78px 0 21px;
    letter-spacing: 0.8px;
  }

  /**Section Store banners**/
  .store_bnr_wrp {
    display: flex;
    justify-content: center;
    padding: 31px 0;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }

  .store_bnr_wrp a {
    margin-right: 0;
  }
}

/** number icon positions Adjustments **/
@media (max-width: 320px) {
  .features_sub::before {
    left: 33px;
  }

  .features_sub::after {
    right: 35px;
  }

  .campaign_sub::before {
    left: 98px;
  }

  .info_sub::after {
    right: 90px;
  }

  .support_sub::before {
    left: 29px;
  }

  .support_sub::after {
    right: 45px;
  }

  .plan_sub::before {
    left: 15px;
  }

  .plan_sub::after {
    right: 20px;
  }

  .facility_sub::after {
    right: 36vw;
  }
}

/**********************/
/** PAGE USER GUIDE ***/
/**********************/
.user_guide_pg_wrp {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.user_guide_itm_ttl {
  color: #ffdb00;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.5px;
  text-align: left;
  margin-top: 55px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.ug_ttl_hrs {
  margin-top: 50px;
}

.ug_ttl_need {
  margin-top: 80px;
}

.ug_ttl_need2 {
  margin-top: 119px;
}

.ug_ttl_need3 {
  margin-top: 74px;
}

.ug_ttl_rules {
  margin-top: 90px;
}

.user_guide_box {
  border: 2px solid #ffffff;
}

.user_guide--inner {
  padding: 58px;
}

.user_guide--inner--hours {
  padding: 28px 50px 27px 87px;
}

.user_guide--inner--need {
  padding: 28px 50px 44px 87px;
}

.rule_item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 0 0 0;
}

.rules-col-1,
.rules-col-2 {
  display: flex;
  flex-direction: column;
  width: 45%;
  padding: 25px 0 76px 0;
}

.rules-col-1 {
  margin-right: 10px;
  margin-left: 40px;
}

.box_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #ffffff;
}

.box_item_last {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.box_item_rule {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.box-chevron {
  position: relative;
  padding: 0 0 15px 0;
}

.box-chevron::after {
  position: absolute;
  bottom: -18px;
  left: 46%;
  border-bottom: 18px solid #fff;
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  height: 0;
  vertical-align: top;
  width: 0;
  transform: rotate(180deg);
}

.box_item--ttl {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  line-height: 27px;
  flex-shrink: 0;
  width: 24%;
}

.box_item--ttl--full-width {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  line-height: 27px;
}

.box_item--txt-wrp {
  margin: 25px 0 24px 0;
}

.box_item--txt-wrp--need3 {
  margin: 33px 0 20px 0;
}

.box_item--txt-wrp--rule {
  margin: 0;
}

.box_item--info-ttl {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
}

.box_item--info-txt {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
}

.box_item--info-txt-sm {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

.user_guide--inner-pay .box_item--ttl {
  margin-bottom: 14px;
}

.rule-icon {
  width: 58px;
  object-fit: cover;
  margin-right: 18px;
}

@media (max-width: 768px) {
  .user_guide_pg_wrp {
    padding: 0 15px;
  }

  .user_guide--inner {
    padding: 20px;
  }

  .user_guide--inner--hours,
  .user_guide--inner--need {
    padding: 28px 10px 27px 10px;
  }

  .box_item,
  .box_item_last {
    display: block;
    padding-block: 20px;
  }

  .box_item--txt-wrp {
    margin-block: 10px;
  }

  .box_item--ttl {
    width: 100%;
  }

  .rules-col-1,
  .rules-col-2 {
    width: 100%;
    margin-left: 20px;
    margin-right: 0px;
  }

  .rules-col-1 {
    padding-bottom: 0;
  }
}

/* form */
.section_form {
  background: linear-gradient(0deg, #454545, #454545),
    linear-gradient(0deg,
      rgba(35, 24, 21, 0) 71.28%,
      rgba(35, 24, 21, 0.5) 87.13%);
  background-blend-mode: overlay;
  margin-top: -6px;
}

.section_form {
  padding: 60px 15px;
}

.forms_sub {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .forms_sub {
    width: 240px;
  }
}

#form_table {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  min-width: auto;
}

#form_table th label {
  font-weight: 700 !important;
}

#form_table tr {
  border-bottom: 1px solid #fff;
}

#form_table th,
#form_table td {
  padding-top: 15px;
  font-size: 1.6rem;
  color: #fff;
}

@media (max-width: 768px) {

  #form_table th,
  #form_table td {
    display: block;
  }
}

#form_table .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.form_thanks_txt {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.form_btn_wrp {
  margin-top: 20px;
  text-align: center;
  padding-right: 10px;
}

.form_btn_wrp input,
.form_btn_wrp button,
.form_btn_wrp a {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  width: 320px;
  padding: 15px 10px;
  transition: all 0.3s;
  margin-bottom: 20px;
  margin-left: 10px;

  &:hover {
    cursor: pointer;
    background-color: #ffdb00;
    color: #000;
    border: 1px solid #000;
  }
}