@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.0;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  overflow-x: hidden;
  line-height: 1.5;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media screen and (max-width:959px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}


/* common content-box */
.bg_white {
  background-color: #fff;
  padding: 60px 0;
  z-index: 1;
  position: relative;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
}

@media screen and (max-width:959px) {
  .bg_white {
    padding: 40px 0 42px;
  }
}

.content_rounded-corners {
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.section_content-box {
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}

.section_content-box._adventure,
.section_content-box._hotel,
.section_content-box._area {
  border-radius: 10px;
}

.section_content-box .box_decoration_upper {
  display: block;
  width: 100%;
  position: relative;
}

.section_content-box .box_decoration_upper::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 25px;
  height: 25px;
  background-color: #000;
  border-radius: 50%;
}

.section_content-box .box_decoration_upper::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  background-color: #000;
  border-radius: 50%;
}

.section_content-box .box_decoration_lower {
  display: block;
  width: 100%;
  position: relative;
}

.section_content-box .box_decoration_lower::before {
  content: '';
  position: absolute;
  top: -45px;
  left: 20px;
  width: 25px;
  height: 25px;
  background-color: #000;
  border-radius: 50%;
}

.section_content-box .box_decoration_lower::after {
  content: '';
  position: absolute;
  top: -45px;
  right: 20px;
  width: 25px;
  height: 25px;
  background-color: #000;
  border-radius: 50%;
}

.section_content-box._privilege {
  border: 10px solid #E58080;
  /* max-width: 645px;
  width: 67.1%; */
  margin: 0 auto;
  padding: 30px;
}

.content_rounded-corners._adventure-content {
  border: 20px solid #91D9B9;
  border-radius: 20px;
  background-color: #91D9B9;
}

.content_rounded-corners._hotel-content {
  border: 20px solid #FBC98E;
  border-radius: 20px;
  background-color: #FBC98E;
}

.content_rounded-corners._comb-content {
  border: 20px solid #eec1f6;
  border-radius: 20px;
  background-color: #eec1f6;
}

.content_rounded-corners._area-content {
  border: 20px solid #9DB4E8;
  border-radius: 20px;
  background-color: #9DB4E8;
}

@media screen and (max-width:959px) {

  .content_rounded-corners._adventure-content {
    border: 6px solid #91D9B9;
    border-radius: 15px;
    background-color: #91D9B9;
  }

  .content_rounded-corners._hotel-content {
    border: 6px solid #FBC98E;
    border-radius: 15px;
    background-color: #FBC98E;
  }

  .content_rounded-corners._comb-content {
    border: 6px solid #eec1f6;
    border-radius: 15px;
    background-color: #eec1f6;
  }

  .content_rounded-corners._area-content {
    border: 6px solid #9DB4E8;
    border-radius: 15px;
    background-color: #9DB4E8;
  }

  .section_content-box .box_decoration_upper::before {
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
  }

  .section_content-box .box_decoration_upper::after {
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
  }

  .section_content-box .box_decoration_lower::before {
    top: -20px;
    left: 10px;
    width: 10px;
    height: 10px;
  }

  .section_content-box .box_decoration_lower::after {
    top: -20px;
    right: 10px;
    width: 10px;
    height: 10px;
  }
}

.section_content-box._privilege .box_decoration_upper::before,
.section_content-box._privilege .box_decoration_upper::after {
  width: 15px;
  height: 15px;
  background-color: #CC0000;
  top: -20px;
  left: -20px;
}

.section_content-box._privilege .box_decoration_upper::after {
  left: auto;
  right: -20px;
}

.section_content-box._privilege .box_decoration_lower::before,
.section_content-box._privilege .box_decoration_lower::after {
  width: 15px;
  height: 15px;
  background-color: #CC0000;
  top: 4px;
  left: -20px;
}

.section_content-box._privilege .box_decoration_lower::after {
  left: auto;
  right: -20px;
}

.section_content-box._adventure .box_decoration_upper::before,
.section_content-box._adventure .box_decoration_upper::after,
.section_content-box._adventure .box_decoration_lower::before,
.section_content-box._adventure .box_decoration_lower::after {
  background-color: #23B473;
}

.section_content-box._hotel .box_decoration_upper::before,
.section_content-box._hotel .box_decoration_upper::after,
.section_content-box._hotel .box_decoration_lower::before,
.section_content-box._hotel .box_decoration_lower::after {
  background-color: #FFA05A;
}

.section_content-box._comb .box_decoration_upper::before,
.section_content-box._comb .box_decoration_upper::after,
.section_content-box._comb .box_decoration_lower::before,
.section_content-box._comb .box_decoration_lower::after {
  background-color: #ac60ba;
}

.section_content-box._area .box_decoration_upper::before,
.section_content-box._area .box_decoration_upper::after,
.section_content-box._area .box_decoration_lower::before,
.section_content-box._area .box_decoration_lower::after {
  background-color: #3C69D2;
}

@media screen and (max-width:959px) {
  .section_content-box {
    border-radius: 15px;
  }

  .section_content-box._privilege {
    border: 6px solid #E58080;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
  }

  .section_content-box._privilege .box_decoration_upper::before,
  .section_content-box._privilege .box_decoration_upper::after {
    width: 10px;
    height: 10px;
  }

  .section_content-box._privilege .box_decoration_lower::before,
  .section_content-box._privilege .box_decoration_lower::after {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}

/* end common content-box */

/* fv section */
.fv-section .pc_only img {
  object-fit: cover;
  height: 35.5vw;
}

/* end fv section */

/* privilege section */
.privilege-section {
  max-width: 960px;
  width: 74.21vw;
  margin: 0 auto;
}

.privilege-section h1 {
  max-width: 500px;
  max-height: 70px;
  width: 39vw;
  height: 5.46vw;
  margin: 30px auto;
}

.privilege-section .privilege_list {
  max-width: 525px;
  width: 41vw;
  margin: 0 auto;
  font-size: min(1.56vw, 2.0rem);
}

.privilege-section .privilege_list .list_item {
  padding: 12px 0 12px 40px;
  border-bottom: 1px solid #CBCBCB;
  position: relative;
}

.privilege-section .privilege_list .list_item:last-child {
  border-bottom: none;
}

.privilege-section .privilege_list .list_item::before {
  content: '';
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 20px;
  width: 12px;
  height: 12px;
  background-color: #333333;
  border-radius: 50%;
}

@media screen and (max-width:959px) {
  .privilege-section {
    max-width: 100%;
    width: 89.33%;
    margin: 0 auto;
  }

  .privilege-section h1 {
    max-width: 100%;
    max-height: 100%;
    width: 78.6vw;
    height: 10.93vw;
    margin: 35px auto 10px;
  }

  .privilege-section .privilege_list {
    max-width: 100%;
    width: 78.67vw;
    margin: 0 auto;
    font-size: 1.6rem;
    counter-reset: number 0;
  }

  .privilege-section .privilege_list .list_item {
    padding: 9px 0 9px 27px;
    border-bottom: 1px solid #CBCBCB;
    position: relative;
  }

  .privilege-section .privilege_list .list_item::before {
    top: 21px;
    left: 10px;
    width: 9px;
    height: 9px;
  }
}

/* end privilege section */

/* menu wrap */
.content_menu-wrap {
  max-width: 960px;
  width: 74.21vw;
  margin: 100px auto 0;
}

.content_menu-wrap .menu-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_menu-wrap .menu-list::before {
  content: '';
  position: absolute;
  top: -97px;
  left: -48px;
  width: 150px;
  height: 120px;
  background-image: url("/domtour/jaldp/adventure-world/img_sites/parts_oniohashi.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.content_menu-wrap .menu-list::after {
  content: '';
  position: absolute;
  top: -148px;
  right: 15px;
  width: 80px;
  height: 155px;
  background-image: url("/domtour/jaldp/adventure-world/img_sites/parts_eagle.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.content_menu-wrap .menu-list li {
  max-width: 240px;
  width: 25%;
  font-size: min(1.25vw, 1.6rem);
  font-weight: 600;
  text-align: center;
  margin-left: 3px;
}

.content_menu-wrap .menu-list li:nth-child(1) {
  background-color: #64C8FF;
  border-radius: 15px 0 0 15px;
  margin-left: 0;
}

.content_menu-wrap .menu-list li:nth-child(2) {
  background-color: #23B473;
}

.content_menu-wrap .menu-list li:nth-child(3) {
  background-color: #F7931E;
}

.content_menu-wrap .menu-list li:nth-child(4) {
  background-color: #cc0000;
  border-radius: 0 15px 15px 0;
}

.content_menu-wrap .menu-list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  color: #FFF800;
}

.content_menu-wrap .menu-list li a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 13px;
  height: 8px;
  background-image: url("/domtour/jaldp/adventure-world/img_sites/menu_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width:959px) {
  .content_menu-wrap {
    max-width: 100%;
    width: 89.33%;
    /* margin: 38.5px auto 0; */
    margin: -30px auto 0;
  }

  .content_menu-wrap .menu-list {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content_menu-wrap .menu-list li {
    max-width: 100%;
    width: 100%;
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 3px;
  }

  .content_menu-wrap .menu-list li:nth-child(1) {
    border-radius: 10px 10px 0 0;
    margin-top: 0;
  }

  .content_menu-wrap .menu-list li:nth-child(4) {
    border-radius: 0 0 10px 10px;
  }

  .content_menu-wrap .menu-list li a {
    padding: 0 35px;
    height: 66px;
  }

  .content_menu-wrap .menu-list::before {
    display: none;
  }

  .content_menu-wrap .menu-list::after {
    display: none;
  }
}

/* end menu wrap */

/* main section */
.main-section {
  padding: 50px 0 70px;
  position: relative;
  z-index: 0;
}

.main-section::before {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("/domtour/jaldp/adventure-world/img_sites/bg_pc.png") no-repeat center/cover;
}

.main-section .inner {
  max-width: 950px;
  width: 74.2vw;
  margin: 0 auto;
}

@media screen and (max-width:959px) {
  .main-section {
    width: 100vw;
    padding: 40px 0;
  }

  .main-section::before {
    background-image: url("/domtour/jaldp/adventure-world/img_sites/bg_sp.png");
  }

  .main-section .inner {
    max-width: 100%;
    width: 89.33vw;
  }
}

.main_limited-content h1 {
  text-align: center;
}

.main_limited-content h1 img {
  max-width: 690px;
  width: 53.9vw;
  margin: 0 auto;
}

@media screen and (max-width:959px) {
  .main_limited-content {
    padding-bottom: 35px;
  }

  .main_limited-content h1 img {
    max-width: 100%;
    width: 100%;
  }
}

.main_limited-content .image-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main_limited-content .image-wrap .image-item {
  max-width: 450px;
  width: 35.1vw;
}

.main_limited-content .image-wrap .image-item .image-box {
  border-radius: 20px;
  overflow: hidden;
}

.main_limited-content .image-wrap .image-item p {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 15px;
  letter-spacing: 0;
}

@media screen and (max-width:959px) {
  .main_limited-content .image-wrap {
    margin-top: 25px;
    flex-direction: column;
    justify-content: center;
  }

  .main_limited-content .image-wrap .image-item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .main_limited-content .image-wrap .image-item .image-box {
    border-radius: 10px;
    overflow: hidden;
  }

  .main_limited-content .image-wrap .image-item p {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 10px;
  }
}

.limited_event-content {
  margin-top: 35px;
  padding: 40px 60px;
  background-color: rgba(30, 100, 150, 0.7);
  border-radius: 20px;
  display: none;
}

.limited_event-content .animal_txt h2 {
  position: relative;
  font-size: min(1.8vw, 2.4rem);
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  letter-spacing: 0;
}

.limited_event-content .animal_txt h2 span.redTxt {
  font-size: 2.8rem;
  color: #CC0000;
}

.limited_event-content .animal_txt h2 span.exclusive {
  background-color: #cc0000;
  color: #fff800;
  font-size: 2.4rem;
  padding: 3px 3px 0px 10px;
  border-radius: 5px;
  line-height: 2;
  margin-right: 10px;
}

/* .limited_event-content .animal_txt h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  right: 40px;
  width: 159px;
  height: 114px;
  background-image: url("/domtour/jaldp/adventure-world/img_sites/parts_dolphin.png");
  background-size: contain;
  background-repeat: no-repeat;
} */
.limited_event-content .event_description {
  margin-top: 15px;
  line-height: 1.8;
}

.limited_event-content .event_detail-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}

.limited_event-content .event_detail-wrap .detail-area {
  font-weight: 600;
  margin-right: 50px;
}

.limited_event-content .event_detail-wrap .detail-area .dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 17px;
}

.limited_event-content .event_detail-wrap .detail-area .dl:last-of-type {
  margin-bottom: 0;
}

.limited_event-content .event_detail-wrap .detail-area .dt {
  width: 100px;
  min-height: 30px;
  height: auto;
  padding: 6px 3px 3px;
  text-align: center;
  font-size: 1.8rem;
  color: #64C8FF;
  background-color: #fff;
  border-radius: 5px;
  letter-spacing: 0rem;
  list-style: 1.2;
}

.limited_event-content .event_detail-wrap .detail-area .dd {
  margin-left: 15px;
  padding-top: 5px;
  flex: 1;
}

.limited_event-content .event_detail-wrap .detail-area .dd .small {
  font-size: 1.4rem;
  font-weight: 300;
}

/* .limited_event-content .event_detail-wrap .image-area {
  min-width: 300px;
  width: 23.4vw;
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
} */
@media screen and (max-width:959px) {
  .limited_event-content {
    margin-top: 0;
    padding: 20px 20px 30px;
    border-radius: 10px;
  }

  .limited_event-content h2 {
    font-size: 1.8rem;
    padding-bottom: 5px;
  }

  .limited_event-content h2 span {
    font-size: 1.8rem;
    color: #333;
  }

  .limited_event-content h2::before {
    display: none;
  }

  .limited_event-content .event_description {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .limited_event-content .event_detail-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-top: 17px;
  }

  .limited_event-content .event_detail-wrap .detail-area {
    font-weight: 600;
    margin-right: 0;
  }

  .limited_event-content .event_detail-wrap .detail-area .dl {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .limited_event-content .event_detail-wrap .detail-area .dl:last-of-type {
    margin-bottom: 0;
  }

  .limited_event-content .event_detail-wrap .detail-area .dt {
    width: 90px;
    min-height: 25px;
    padding: 3px;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 5px;
    letter-spacing: 0rem;
  }

  .limited_event-content .event_detail-wrap .detail-area .dd {
    margin-left: 0;
    padding-top: 5px;
  }

  .limited_event-content .event_detail-wrap .detail-area .dd .small {
    font-size: 1.4rem;
    font-weight: 300;
  }

  .limited_event-content .event_detail-wrap .detail-area .dd .sp_small {
    display: block;
    font-size: 1.2rem;
  }

  .limited_event-content .event_detail-wrap .image-area {
    /* display: none; */
  }
}

/* end limited content */

/* adventure content */
.main_adventure-content {
  margin-top: 80px;
}

.main_adventure-content .section_content-box .adventure_container {
  padding: 60px 0;
  max-width: 830px;
  width: 64.8vw;
  margin: 0 auto;
}

.main_adventure-content h1 {
  max-width: 640px;
  width: 50vw;
  margin: 0 auto;
}

.main_adventure-content h2 {
  position: relative;
  font-size: 3.0rem;
  font-weight: 600;
  color: #23B473;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #23B473;
}

.main_adventure-content .no-icon h2 {
  position:relative;
}

.main_adventure-content .no-icon h2::before,
.main_adventure-content .no-icon h2::after {
  display: none;
}

@media screen and (max-width:959px) {
  .main_adventure-content .no-icon h2 {
    margin-top: 20px;
  }
}

.main_adventure-content h2::before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 3px;
  width: 145px;
  height: 205px;
  background-image: url("/domtour/jaldp/adventure-world/img_sites/parts_giraffe.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.main_adventure-content h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: 4px;
  width: 128px;
  height: 125px;
  background-image: url("/domtour/jaldp/adventure-world/img_sites/parts_lion.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.main_adventure-content h2 span {
  font-size: 2.4rem;
}

.main_adventure-content .adventure_description,
.map_description {
  margin-top: 20px;
  line-height: 1.8;
}

.main_adventure-content .adventure_description.panda_description,
.map_description {
  text-align: center;
  font-weight: 700;
}

.main_adventure-content .adventure_description.panda_description {
  color: #ff9445;
}

.adventure_image-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

.adventure_image-wrap .colWrap.clm_1_4col {
  gap: 20px;
}

/* .adventure_image-wrap .image-item {
  max-width: 260px;
  width: 31.3%;
} */
.adventure_image-wrap .image-item .image-box {
  border-radius: 20px;
  overflow: hidden;
}

.adventure_image-wrap .image-item .image-box.mother,
.adventure_image-wrap .image-item .image-box.child {
  position: relative;
  overflow:visible;
}

.adventure_image-wrap .image-item .image-box.mother::before,
.adventure_image-wrap .image-item .image-box.child::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #23b473;
  font-weight: 700;
  font-size: 24px;
  width: 40px;
  height: 40px;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  background-color: #fff800;
}

.adventure_image-wrap .image-item .image-box.mother::before {
  content: "母";
}

.adventure_image-wrap .image-item .image-box.child::before {
  content: "子";
}

.adventure_image-wrap .image-item .image_note {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 10px;
}

.adventure_image-wrap .image-item .panda_name {
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 2.0;
  font-weight: 700;
}

.adventure_image-wrap .image-item .image_description {
  font-size: 1.4rem;
  margin-top: 15px;
  line-height: 1.6;
}

.adventure_image-wrap .image-item .image_description.no-margin {
  margin-top: 0px;
}

.adventure_detail-info {
  margin-top: 37px;
}

.adventure_detail-info h3 {
  width: 255px;
  height: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  color: #fff;
  background-color: #23B473 !important;
  border-radius: 5px;
  margin-right: 13px;
}

.adventure_detail-info p {
  font-weight: 600;
}

.adventure_detail-info .note {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 20px;
}

.adventure_detail-info .note span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.adventure_detail-info .business-time_flex {
  display: flex;
  align-items: baseline;
}

.adventure_detail-info .closed_flex {
  display: flex;
  align-items: baseline;
  margin-top: 35px;
}

.adventure_detail-info .closed_flex p span {
  font-size: 1.4rem;
  font-weight: 300;
}

.adventure_info-box {
  background-color: #DEF4EA;
  border-radius: 20px;
  margin-top: 35px;
  padding: 40px;
}

.adventure_info-box h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  color: #23B473;
  padding-bottom: 5px;
  border-bottom: 1px solid #23B473;
}

.adventure_info-box h3 span {
  font-size: 1.8rem;
}

.adventure_info-box h3.headline_admission::before {
  content: '';
  position: absolute;
  bottom: -15px;
  right: 15px;
  width: 138px;
  height: 131px;
  background-image: url("/domtour/jaldp/adventure-world/img_sites/parts_panda.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.adventure_info-box .info-box_description {
  /* margin-top: 15px; */
}

.adventure_info-box .price-table {
  display: table;
  margin-top: 15px;
  border-collapse: collapse;
  width: 100%;
}

.adventure_info-box .sp_only {
  display: none;
}

.adventure_info-box .price-table th {
  text-align: center;
  padding: 7px 0;
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #A7E1C7;
  border-left: 1px solid #23B473;
  padding: 15px 5px;
}

.adventure_info-box .price-table th:first-child {
  border-left: none;
}

.adventure_info-box .price-table td {
  width: 25%;
  font-size: 2.4rem;
  color: #23B473;
  background-color: #fff;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #23B473;
  border-left: 1px solid #23B473;
  padding: 10px 0;
}

.adventure_info-box .price-table td span {
  font-size: 1.4rem;
}

.adventure_info-box .price-table td:first-child {
  border-left: none;
}

.adventure_info-box .price-table tr:first-child th {
  padding: 7px 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #23B473;
}

.adventure_info-box h3.headline_change {
  margin-top: 33px;
}

.info-box_list {
  margin-top: 10px;
}

.info-box_list li {
  position: relative;
  padding: 5px 0 0 20px !important;
}

.info-box_list li::before {
  content: '';
  position: absolute;
  /* top: 50%; */
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
}

.info-box_process {
  /* margin-top: 37px; */
  margin-bottom: 22px;
}

.info-box_process .info-box_process h4 {
  width: 117px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #23B473;
  border-radius: 5px;
  margin-bottom: 15px;
}

.info-box_process .process_list {
  counter-reset: number 0;
}

.info-box_process .process_list .list_item {
  position: relative;
  margin-bottom: 38px;
  /* padding-left: 40px; */
  letter-spacing: 0;
}

.info-box_process .process_list .list_item:last-child {
  margin-bottom: 0;
}

.info-box_process .process_list .list_item h5 {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 7px;
  border-bottom: 1px solid #CCCCCC !important;
}

.info-box_process .process_list .list_item p {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.4;
}

.info-box_process .process_list .list_item p span {
  color: #CC0000;
}

.info-box_process .process_list .list_item::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  color: #23B473;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF800;
  border-radius: 50%;
}

.info-box_note {
  font-size: 1.2rem;
  margin-top: 15px;
}

.info-box_note span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width:959px) {
  .main_adventure-content {
    margin-top: 40px;
  }

  .main_adventure-content .section_content-box .adventure_container {
    padding: 35px 15px 20px;
    max-width: 100%;
    width: 100%;
  }

  .main_adventure-content h1 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .main_adventure-content h2 {
    font-size: 2.0rem;
    /* margin-top: 23px; */
    padding-bottom: 5px;
    margin-top: 0;
  }

  .main_adventure-content h2::before {
    display: none;
  }

  .main_adventure-content h2::after {
    display: none;
  }

  .main_adventure-content h2 span {
    font-size: 1.4rem;
  }

  .main_adventure-content .adventure_description,
  .map_description {
    font-size: 1.4rem;
    margin-top: 16px;
    line-height: 1.6;
  }

  .adventure_image-wrap {
    flex-direction: column;
    justify-content: center;
    margin-top: 13px;
  }

  .adventure_image-wrap .image-item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 22px;
  }

  .adventure_image-wrap .image-item:last-child {
    margin-bottom: 0;
  }

  .adventure_image-wrap .image-item .image-box {
    border-radius: 15px;
    overflow: hidden;
  }

  .adventure_image-wrap .image-item .image_description {
    letter-spacing: 0;
    margin-top: 10px;
  }

  .adventure_image-wrap .image-item .image_note {
    margin-top: 5px;
  }

  .adventure_detail-info {
    margin-top: 25px;
  }

  .adventure_detail-info h3 {
    width: 190px;
    height: 25px;
    font-size: 1.6rem;
    border-radius: 5px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .adventure_detail-info .note {
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 1.4;
  }

  .adventure_detail-info .business-time_flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .adventure_detail-info .closed_flex {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .adventure_detail-info .closed_flex p {
    letter-spacing: -0.1px;
  }

  .adventure_detail-info .closed_flex p span {
    display: block;
    letter-spacing: 1px;
  }

  .adventure_info-box {
    border-radius: 15px;
    margin-top: 30px;
    padding: 20px 20px 30px;
  }

  .adventure_info-box h3 {
    font-size: 2.0rem;
    padding-bottom: 3px;
    letter-spacing: -0.1px;
  }

  .adventure_info-box h3 span {
    font-size: 1.4rem;
    display: block;
  }

  .adventure_info-box h3.headline_admission::before {
    display: none;
  }

  .adventure_info-box .info-box_description {
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
    /* margin-top: 12px; */
  }

  .adventure_info-box .price-table {
    margin-top: 20px;
    border-collapse: collapse;
    width: 100%;
  }

  .adventure_info-box .pc_only {
    display: none;
  }

  .adventure_info-box .sp_only {
    display: block;
  }

  .adventure_info-box .price-table tbody {
    display: block;
  }

  .adventure_info-box .price-table tr {
    display: flex;
    flex-direction: column;
  }

  .adventure_info-box .price-table th {
    font-size: 1.4rem;
    padding: 4.5px 0;
  }

  .adventure_info-box .price-table th:first-child {
    border-left: none;
  }

  .adventure_info-box .price-table td {
    width: 100%;
    font-size: 2.4rem;
    border-left: none;
    padding: 4px 0;
  }

  .adventure_info-box .price-table td span {
    font-size: 1.4rem;
  }

  .adventure_info-box .price-table td:first-child {
    border-left: none;
  }

  .adventure_info-box .price-table tr:first-child th {
    padding: 4.5px 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    background-color: #23B473;
    letter-spacing: 0;
  }

  .adventure_info-box h3.headline_change {
    margin-top: 40px;
  }

  .info-box_list {
    margin-top: 12px;
  }

  .info-box_list li {
    font-size: 1.4rem;
    padding-left: 15px;
  }

  .info-box_list li::before {
    content: '';
    position: absolute;
    top: 7px;
    transform: translateY(0);
    left: 0;
    width: 7px;
    height: 7px;
  }

  .info-box_process {
    margin-top: 25px;
  }

  .info-box_process h4 {
    width: 90px;
    height: 25px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    letter-spacing: 0;
  }

  .info-box_process .process_list .list_item {
    margin-bottom: 25px;
    padding-left: 0;
    padding-top: 35px;
  }

  .info-box_process .process_list .list_item h5 {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
  }

  .info-box_process .process_list .list_item p {
    margin-top: 11px;
  }

  .info-box_process .process_list .list_item::before {
    font-size: 1.4rem;
  }
}

/* end adventure content */

/* hotel content */
.main_hotel-content {
  margin-top: 84px;
}

.main_hotel-content .hotel_container {
  padding: 60px 0;
  max-width: 830px;
  width: 64.8vw;
  margin: 0 auto;
}

.main_hotel-content .hotel_container h1 {
  max-width: 300px;
  width: 23.4vw;
  margin: 0 auto;
}

.main_hotel-content .hotel_container .hotel_description {
  text-align: center;
  margin-top: 18px;
  line-height: 1.8;
}

.main_hotel-content .hotel_container .hotel_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.main_hotel-content .hotel_container .hotel_list .hotel_item-box {
  /* max-width: 192.5px; */
  /* width: 24%; */
  border: 1px solid #C7C7C7;
  margin-top: 20px;
  padding: 10px 10px 15px 10px;
  letter-spacing: 0;
}

.main_hotel-content .hotel_container .hotel_list .hotel_item-box .item_category-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  padding: 3px 6px;
  display: inline-block;
}

.main_hotel-content .hotel_container .hotel_list .hotel_item-box .item_category-name._green {
  background-color: #00CCA5;
}

.main_hotel-content .hotel_container .hotel_list .hotel_item-box .item_category-name._blue {
  background-color: #007ECC;
}
.main_hotel-content .hotel_container .hotel_list .hotel_item-box .item_category-name._purple {
  background-color: #b400cc;
}
.main_hotel-content .hotel_container .hotel_list .hotel_item-box .item_category-name._pink {
  background-color: #cc005f;
}
.main_hotel-content .hotel_container .hotel_list .hotel_item-box .item_category-name._lightgreen {
  background-color: #4faf01;
}
.main_hotel-content .hotel_container .hotel_list .hotel_item-box .item_category-name._blue {
  background-color: #007ECC;
}

.main_hotel-content .hotel_container .hotel_list .hotel_item-box .item_image-area {
  margin-top: 5px;
}

.main_hotel-content .hotel_container .hotel_list .hotel_item-box .hotelTit {
  min-height: 60px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 5px 0 5px;
  display: flex;
  line-height: 1.4;
}

.main_hotel-content .hotel_container .hotel_list .hotel_item-box .item_image-area p {
  font-size: 1.3rem;
  margin-top: 10px;
}

.main_hotel-content .hotel_container .hotel_list .hotel_item-box .item_search-area {
  margin-top: 20px;
}

.main_hotel-content .hotel_container .hotel_list::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}

.main_hotel-content .hotel_container .hotel_list::after {
  content: "";
  display: block;
  width: 24%;
}

@media screen and (max-width:959px) {
  .main_hotel-content {
    margin-top: 40px;
  }

  .main_hotel-content .hotel_container {
    padding: 30px 15px;
    max-width: 100%;
    width: 100%;
  }

  .main_hotel-content .hotel_container h1 {
    max-width: 100%;
    width: 45.6vw;
  }

  .main_hotel-content .hotel_container .hotel_description {
    text-align: left;
    font-size: 1.4rem;
    margin-top: 25px;
    letter-spacing: 0;
    line-height: 1.6;
  }

  .main_hotel-content .hotel_container .hotel_list {
    /* flex-wrap: nowrap; */
    justify-content: flex-start;
    margin-top: 25px;
    overflow-x: auto;
  }

  .main_hotel-content .hotel_container .hotel_list .hotel_item-box {
    min-width: 192.5px;
    /* max-width: 100%; */
    margin-top: 0;
    margin-right: 20px;
  }

  .main_hotel-content .hotel_container .hotel_list .hotel_item-box:last-child {
    margin-right: 0;
  }
}

/* end hotel content */



/* comb content */
.main_comb-content {
  margin-top: 84px;
}

.main_comb-content .comb_container {
  padding: 60px 0;
  max-width: 830px;
  width: 64.8vw;
  margin: 0 auto;
}

.main_comb-content .comb_container h1 {
  max-width: 300px;
  width: 23.4vw;
  margin: 0 auto;
}

.main_comb-content .comb_container .comb_description {
  text-align: center;
  margin-top: 18px;
  line-height: 1.8;
}

.combBlock {
  margin-top: 40px;
}

.combBlock .colWrap.clm_1_2col .col {
  border-radius: 20px;
  overflow: hidden;
}

.clm_1_4col.colWrap .col {
  width: calc((100% - 60px)/4) !important;
  margin-left: 0 !important;
}

@media screen and (max-width:959px) {
  .clm_1_4col.colWrap .col {
    width: 100% !important;
  }
}

.adventure_detail-info.combArea .ttlLv2 .heading {
  background-color: #ac60ba !important;
}

.adventure_detail-info.combArea h3 {
  width: 220px;
}

@media screen and (max-width:959px) {
  .main_comb-content {
    margin-top: 40px;
  }

  .main_comb-content .comb_container {
    padding: 30px 15px;
    max-width: 100%;
    width: 100%;
  }

  .main_comb-content .comb_container h1 {
    max-width: 100%;
    width: 45.6vw;
  }

  .main_comb-content .comb_container .comb_description {
    text-align: left;
    font-size: 1.4rem;
    /* margin-top: 25px; */
    letter-spacing: 0;
    line-height: 1.6;
  }
}



/* area content */
.main_area-content {
  margin-top: 84px;
}

.main_area-content .area_container {
  padding: 60px 0;
  max-width: 830px;
  width: 64.8vw;
  margin: 0 auto;
}

.main_area-content .area_container h1 {
  max-width: 677px;
  width: 52.8vw;
  margin: 0 auto;
}

.main_area-content .area_container .area_txt-box h2 {
  font-size: 3.0rem;
  font-weight: 600;
  color: #3C69D2;
  text-align: center;
  margin-top: 27px;
}

.main_area-content .area_container .area_txt-box h2 span {
  font-size: 2.4rem;
}

.main_area-content .area_container .area_txt-box .area_note {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding-bottom: 15px;
  border-bottom: 2px solid #3C69D2;
  position: relative;
}

.main_area-content .area_container .area_txt-box .area_note::before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50px;
  width: 55px;
  height: 143px;
  background-image: url("/domtour/jaldp/adventure-world/img_sites/parts_flamingo.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.main_area-content .area_container .area_txt-box .area_note::after {
  content: '';
  position: absolute;
  bottom: -13px;
  right: 20px;
  width: 150px;
  height: 105px;
  background-image: url("/domtour/jaldp/adventure-world/img_sites/parts_rhino.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.main_area-content .area_container .area_txt-box .area_note img {
  width: 13px;
  height: 13px;
  margin: 0px 5px 2px;
}

.main_area-content .area_container .area_image-map {
  overflow: auto;
}

.main_area-content .area_container .area_image-map img {
  min-width: 830px;
}

@media screen and (max-width:959px) {
  .main_area-content {
    margin-top: 40px;
  }

  .main_area-content .area_container {
    padding: 30px 14px 28px;
    max-width: 100%;
    width: 100%;
  }

  .main_area-content .area_container h1 {
    max-width: 100%;
    width: 78.66vw;
  }

  .main_area-content .area_container .area_txt-box h2 {
    font-size: 1.8rem;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3C69D2;
  }

  .main_area-content .area_container .area_txt-box h2 span {
    font-size: 1.4rem;
  }

  .main_area-content .area_container .area_txt-box .area_note {
    display: none;
  }

  .main_area-content .area_container .area_txt-box .area_note::before {
    display: none;
  }

  .main_area-content .area_container .area_txt-box .area_note::after {
    display: none;
  }

  .main_area-content .area_container .area_txt-box .area_note img {
    width: 13px;
    height: 13px;
    margin: 0px 5px 2px;
  }

  .main_area-content .area_container .area_image-map {
    overflow: auto;
  }

  .main_area-content .area_container .area_image-map map area {
    pointer-events: none;
  }

  .main_area-content .area_container .area_image-map img {
    min-width: 460px;
  }

  .main_area-content .area_container .area_map-btns {
    margin-top: 25px;
  }

  .main_area-content .area_container .area_map-btns .area_map-list {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #F360C9;
    border-radius: 15px;
    counter-reset: number 0;
  }

  .area_map-list .map_list-item {
    border-bottom: 2px solid #F360C9;
    width: 100%;
    height: 40px;
  }

  .area_map-list .map_list-item:last-child {
    border-bottom: 0;
  }

  .area_map-list .map_list-item a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #F360C9;
    text-align: center;
  }

  .area_map-list .map_list-item a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 10px;
    height: 10px;
    background-image: url("/domtour/jaldp/adventure-world/img_sites/icon_link_sp.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .area_map-list .map_list-item a::after {
    counter-increment: number 1;
    content: counter(number);
    color: #3C69D2;
    font-size: 1.2rem;
    letter-spacing: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 18px;
    height: 18px;
    background-color: #FFF800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 1px 0 0;
  }
}

/* end area content */

/* modal */
.modal {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s ease, visibility 0.5s ease, opacity 0.5s ease;

  align-items: center;
  justify-content: center;
}

.modal.show {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fefefe;
  padding: 40px 50px 50px;
  border: 10px solid #FFCAE6;
  width: 645px;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: relative;
}

.modal-content.show {
  opacity: 1;
}

.modal-content .box_decoration_upper {
  display: block;
  width: 100%;
  position: relative;
}

.modal-content .box_decoration_upper::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -30px;
  width: 15px;
  height: 15px;
  background-color: #FF96CD;
  border-radius: 50%;
}

.modal-content .box_decoration_upper::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -30px;
  width: 15px;
  height: 15px;
  background-color: #FF96CD;
  border-radius: 50%;
}

.modal-content .box_decoration_lower {
  display: block;
  width: 100%;
  position: relative;
}

.modal-content .box_decoration_lower::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 15px;
  height: 15px;
  background-color: #FF96CD;
  border-radius: 50%;
}

.modal-content .box_decoration_lower::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 15px;
  height: 15px;
  background-color: #FF96CD;
  border-radius: 50%;
}

.modal-content h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #F360C9;
  text-align: center;
}

.modal-content p {
  font-size: 1.4rem;
  margin-top: 20px;
}

.modal-content .modal_access-box {
  margin-top: 25px;
  background-color: #FFDFF0;
  border-radius: 20px;
  padding: 20px;
}

.modal-content .modal_access-box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  font-size: 1.8rem;
  font-weight: 600;
  width: 96px;
  height: 30px;
  color: #fff;
  background-color: #FF96CD;
  border-radius: 5px;
}

.modal-content .modal_access-box p {
  margin-top: 15px;
}

@media screen and (max-width:959px) {
  .modal-content {
    background-color: #fefefe;
    padding: 30px 15px;
    border: 6px solid #FFCAE6;
    width: 89.3vw;
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .modal-content .box_decoration_upper::before {
    top: -20px;
    left: -5px;
    width: 10px;
    height: 10px;
  }

  .modal-content .box_decoration_upper::after {
    top: -20px;
    right: -5px;
    width: 10px;
    height: 10px;
  }

  .modal-content .box_decoration_lower::before {
    bottom: -23px;
    left: -5px;
    width: 10px;
    height: 10px;
  }

  .modal-content .box_decoration_lower::after {
    bottom: -23px;
    right: -5px;
    width: 10px;
    height: 10px;
  }

  .modal-content h2 {
    font-size: 2.0rem;
  }

  .modal-content p {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .modal-content .modal_access-box {
    margin-top: 20px;
    border-radius: 10px;
    padding: 15px;
  }

  .modal-content .modal_access-box h3 {
    padding-top: 3px;
    font-size: 1.6rem;
    width: 82px;
    height: 25px;
    border-radius: 5px;
  }

  .modal-content .modal_access-box p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

/* end modal */

/* end main section */


/* -----------------------------------------------------------
add 230712
----------------------------------------------------------- */

.section_content-box._privilege ul.txtList li {
  padding-left: 20px !important;
  font-size: 2rem;
}

.section_content-box._privilege ul.txtList>li:before {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.section_content-box._privilege ul.txtList>li:nth-child(n+2) {
  transform: translateY(0%);
}

.section_content-box._privilege .pointPic {
  padding: 0 100px;
}
@media screen and (max-width:959px) {
  .section_content-box._privilege .pointPic {
 		padding: 0 ;
	}
}


.menu-list ul.txtList {
  display: flex;
  width: 100%;
}

.menu-list ul.txtList li {
  padding: 0 !important;
}

.menu-list ul.txtList>li:before {
  display: contents;
}

.menu-list ul.txtList>li+li, .noteList>li+li, .noteList_star>li+li, .numList>li+li {
  margin-top: 0;
}
/*
.section_content-box._privilege li:nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px !important;
  border-top: 1px solid #ccc;
}
  */

a {
  transition: .4s;
}

a:hover {
  transition: .4s;
  text-decoration: none;
  opacity: .7;
}

.sec_tit_img {
  margin: 0 auto 20px;
}

.sec_tit_img.-n1 {
  width: 500px;
}

.sec_tit_img.-n2 {
  /* width: 690px; */
  width: 400px;
}

.bread_crumbs {
  z-index: 1;
  position: relative;
}

.pageTtl {
  margin-bottom: 0;
  z-index: 1;
}

.hero_img {
  z-index: 1;
  position: relative;
}

.main-section .ttlLv1,
.main-section .ttlLv2,
.main-section .ttlLv3,
.main-section .ttlLv4,
.main-section .ttlLv5 {
  display: contents !important;
}

.main-section .ttlLv1 .heading,
.main-section .ttlLv2 .heading,
.main-section .ttlLv3 .heading,
.main-section .ttlLv4 .heading,
.main-section .ttlLv5 .heading {
  display: block;
}

.main-section .ttlLv1:after {
  content: "";
  display: contents;
  width: 37.5%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #c41419;
}

.limited_event-content .image-box {
  min-width: 300px;
  width: 23.4vw;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 0 auto;
}

.alRBtn a {
  margin: 20px auto 0 0;
  display: block;
  width: 50%;
}

.dl .text.aem-GridColumn.aem-GridColumn--default--12 {
  display: contents;
}

.main-section .clm_1_3col.colWrap .col {
  width: calc((100% - 50px) / 3);
}

.main-section .clm_1_3col.colWrap .col:nth-child(n+2) {
  margin-left: 25px;
}

.main-section .ttlLv2 {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}

.main-section .ttlLv2 .heading {
  border-left: none;
  padding-left: 0 !important;
}

.adventure_detail-info .ttlLv2 .heading {
  background-color: #23B473 !important;
}

.business-time_flex .inner_ttl,
.closed_flex .inner_ttl {
  display: contents;
}

.info-box_process .ttlLv3 .heading {
  font-weight: bold;
  border-left: none;
  background-color: #23B473 !important;
  line-height: 2 !important;
  text-align: center;
}

.info-box_list .txtList>li {
  padding: 0 0 0 22px !important;
}

.info-box_process .ttlLv3 .heading {
  font-weight: bold;
  border-left: none;
  background-color: #23B473 !important;
  line-height: 2 !important;
  text-align: center;
  color: #fff;
  width: auto;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block;
}

.main_hotel-content .sec_tit_img.-n3 {
  width: 300px;
  margin: 0 auto;
}

.main_hotel-content .clm_2_4col.colWrap .col {
  width: calc((100% - 60px)/4);
  margin-left: 20px;
}

.main_hotel-content .clm_2_4col.colWrap .col:first-child,
.main_hotel-content .clm_2_4col.colWrap .col:nth-child(n+5) {
  margin-left: 0px;
}

.sub-section {
  width: 950px;
  margin: auto;
}

.dis_couponBlock {
  border: 3px solid #cc0000;
  padding: 30px;
  border-radius: 20px;
}

.dis_couponBlock_tit {
  font-weight: bold;
  color: #cc0000;
}

.module {
  position: relative;
  z-index: 2;
}

.aem-Grid.aem-Grid--12.aem-Grid--default--12.bg_white.-module {
  position: relative;
  margin-top: -170%;
  height: 175vh;
  z-index: 0;
  padding: 0;
}


.bg_white.-pd0 {
  padding: 60px 0 20px;
}

.bg_white_inner {
  width: 950px;
  margin: auto;
}

.contentsInr {
  margin: 0 auto;
}

.contents {
  margin-bottom: 0px;
}

.bg_white.-adjustment {
  padding: 0;
}

.socialBlock {
  background-color: #fff;
}

.footer {
  position: relative;
}

.tripBox180 {
  width: auto;
}

.tripBoxIn p, .tripBoxIn2 p {
  letter-spacing: -.05em;
}

.mdl_main_body a {
  color: #333;
}

.mdl_main_body .mdl_detailBtn {
  color: #fff;
}

.overLay {
  opacity: 0;
}

.sec_tit_img.-n4 {
  width: 677px;
}

.info-box_process .process_list .list_item.-adj_num_none::before {
  content: none;
}

.alcBtn a {
  margin: 40px auto 0 !important;
  display: block;
}

.list_item p strong {
  font-weight: normal;
}

/* .hotel._accessArea {
  background-color: #fddfbb;
  padding: 0 10px 7px;
  border-radius: 10px;
  margin: 10px 0 15px;
}

.main_hotel-content .hotel_container .hotel_list .hotel_item-box .item_image-area .hotel_accessTit p {
  background-color: #f7931e;
  color: #fff;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 8px;
  font-size: 12px;
}

.main_hotel-content .hotel_container .hotel_list .hotel_item-box .item_image-area .hotel_accessTxt p {
  margin-top: 5px;
  font-size: 12px;
  text-align: justify;
} */

.txtListBox li em span {
  color: #333;
  font-weight: normal;
}

.modal-content .modal_access-box h3.mgt20 {
  width: auto;
  display: inline-block;
  padding: 3px 10px 0;
}

.settei {
  margin: -30px auto 25px;
  font-size: 20px;
  font-weight: bold;
}

/* モーダルを閉じるボタンの指定 */
.modal-close.batsu {
  position: absolute;
  right: -60px !important;
  top: -60px !important;
  color: #ff96cd;
  background-color: #fff;
  cursor: pointer;
  width: 50px !important;
  height: 50px !important;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}


@media screen and (max-width:959px) {

  .-adjList {
    margin-top: -10px;
    /* margin-bottom: 30px; */
    font-size: 12px !important;
  }

  .sec_tit_img.-n1 {
    width: auto;
  }

  .settei {
    padding: 0 20px;
    margin: -20px auto 15px;
    font-size: 18px;
    letter-spacing: 0;
  }

  .info-box_process .process_list .list_item.-adj_num_none {
    padding-top: 0;
  }

  .main_hotel-content .sec_tit_img.-n3 {
    width: 200px;
    margin: 0 auto;
  }

  .sec_tit_img.-n4 {
    width: auto;
  }

  .section_content-box._privilege ul.txtList li {
    font-size: 1.6rem;
  }

  .section_content-box._privilege ul.txtList>li:nth-child(n+2):before {
    transform: translateY(0%);
  }

  .section_content-box._privilege {
    padding: 30px 10px;
  }

  .section_content-box._privilege .box_decoration_upper::before {
    left: 0px;
  }

  .section_content-box._privilege .box_decoration_lower::before {
    left: 0px;
  }

  .section_content-box._privilege .box_decoration_upper::after {
    right: 0px;
  }

  .section_content-box._privilege .box_decoration_lower::after {
    right: 0px;
  }

  .menu-list ul.txtList {
    flex-direction: column;
  }

  .content_menu-wrap .menu-list li:nth-child(n+2) {
    margin-top: 5px;
  }

  .sec_tit_img.-n2 {
    width: 242px;
  }

  .main-section {
    width: 100%;
  }

  .limited_event-content .animal_txt h2 {
    font-size: 18px;
  }

  .limited_event-content .animal_txt h2 span.redTxt {
    font-size: 2.1rem;
    color: #CC0000;
  }

  .limited_event-content .animal_txt h2 span.exclusive {
    font-size: 2rem;
    margin-right: 0px;
  }

  .adventure_image-wrap .colWrap {
    display: block;
  }

  .main-section .clm_1_3col.colWrap .col {
    width: 100%;
  }

  .main-section .clm_1_3col.colWrap .col:nth-child(n+2) {
    margin-left: 0;
    margin-top: 30px;
  }

  .adventure_detail-info .note {
    margin-top: 0px;
  }

  .info-box_process .ttlLv3 .heading {
    line-height: 1.7 !important;
    margin-bottom: 10px;
  }

  .adventure_detail-info .ttlLv2 .heading {
    line-height: 1.5;
  }

  .main_hotel-content .hotel_container .hotel_list .hotel_item-box .hotelTit {
    min-height: 50px;
  }

  .main_hotel-content .hotel_container .hotel_list .hotel_item-box .item_category-name {
    font-size: 1.2rem;
    padding: 1px 6px 0;
  }

  .main_hotel-content .clm_2_4col.colWrap .col {
    width: calc((100% - 10px) / 2);
    margin-left: 20px;
  }

  .main_hotel-content .hotel_container .hotel_list .hotel_item-box {
    min-width: auto;
    width: 100%;
    margin-top: 0;
    margin-right: 10px;
  }

  .main_hotel-content span.btnInr {
    font-size: 12px;
    line-height: 1.4;
  }

  .main_hotel-content .full .btn {
    padding: 5px 0px;
  }

  .main_hotel-content .clm_2_4col.colWrap .col {
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
  }

  .main_hotel-content .clm_2_4col.colWrap .col:nth-child(odd) {
    margin-left: 0 !important;
  }

  .main_hotel-content .hotel_container .hotel_list {
    margin-top: 10px;
  }

  .main_hotel-content .btnSml .btn {
    font-size: 1.3rem;
    padding: 3px 30px 1px 20px;
  }

  .main_area-content .area_container .area_txt-box h2 {
    margin-top: 0px;
  }

  .area_map-list .map_list-item a {
    justify-content: flex-start;
    padding-left: 45px;
  }

  .sub-section {
    width: auto;
    margin: auto;
  }

  .bg_white.-pd0 {
    padding: 40px 15px;
  }

  .dis_couponBlock {
    border: 3px solid #cc0000;
    padding: 20px;
    border-radius: 10px;
  }

  .dis_couponListBox {
    font-size: 1.4rem;
  }

  .contentsInr .ticketModule_unit {
    margin: 0px -10px 0 -10px;
  }

  .bg_white.-adjustment {
    padding: 0;
    display: block;
    width: auto;
    margin: auto;
  }

  .bg_white_inner {
    width: auto;
    margin: auto;
  }

  .aem-Grid.aem-Grid--12.aem-Grid--default--12.bg_white.-module {
    position: relative;
    margin-top: -110px;
    height: 0;
  }

  .colWrap.clm_1_1col {
    width: 100%;
  }

  .alRBtn a {
    margin: 20px auto 0;
    display: block;
    width: 70%;
  }

  .limited_event-content .image-box {
    min-width: auto;
    width: auto;
    margin: 20px 0 0 auto;
  }

  #footerArea .siteSach_inBox {
    background-color: #fff;
  }


  .alcBtn a {
    margin: 30px auto 0 !important;
  }

  .modal-close.batsu {
    position: absolute;
    right: -10px !important;
    top: -60px !important;
    color: #ff96cd;
    background-color: #fff;
    cursor: pointer;
    width: 40px !important;
    height: 40px !important;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}


/* -----------------------------------------------------------
add 2301107
----------------------------------------------------------- */

.main_limited-vol1 {
  margin-top: 80px;
  padding: 40px 60px;
  background-color: rgba(193, 233, 255, 0.7);
  border-radius: 20px;
  position: relative;
}

.main_limited-vol1::before {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  background-image: url("/domtour/jaldp/adventure-world/img_sites/icon_limited.png");
  background-size: contain;
  background-repeat: no-repeat;

  display: none;
}

.main_limited-tit {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}

.main_limited-btn a {
  width: 335px;
  display: block !important;
  margin: 30px auto 0;
  background-color: #fff !important;
}

.main_limited-sub {
  background-color: #fff;
  padding: 40px;
  margin-top: 60px;
  border-radius: 20px;
}

.main_limited-sub_tit {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}


.animal_txt h2.heading .redTxt {
  color: #fff !important;
}

.limited_event-content .event_description {
  color: #fff;
}

.limited_event-content .event_detail-wrap .detail-area .dd {
  color: #fff;
}


.tabBlock.tab_scroll {
  position: relative;
  z-index: 2;
}

.tabArea {
  width: 950px;
  margin: auto;
}

.bg_white.-pdadj {
  padding: 20px 0 0px;
}

.tabs_parent>li>a {
  font-size: 14px;
}

.tabs_parent>li>a>span.tab_small::after {
  content: none;
}

.limited_optionArea {
  position: relative;
  background-color: #fcdec0;
  padding: 60px 40px 20px;
  margin-top: 80px;
}

.limited_option_ribbon {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

span.limited {
  background-color: #cc0000;
  color: #fff;
  padding: 2px 10px 0;
  border-radius: 5px;
  margin-right: 10px;
}

span.red_txt {
  color: #cc0000;
}

.main_limited-sub_tit h5 {
  line-height: 1.7;
}

.-adjList02 {
  margin-top: -10px;
  text-align: center;
}

.main_limited-content .image-wrap .image-item .-adjList02 p {
  font-size: 14px;
}

html body.fixScroll {
  position: initial !important;
}

.overLay {
  opacity: 1;
}

@media screen and (min-width:768px) {
  .aem-Grid.aem-Grid--12.aem-Grid--default--12.bg_white.-module.-adj {
    margin-top: -122%;
    height: 120vh;
  }
}

@media screen and (max-width:959px) {


  .main_limited-vol1 {
    padding: 20px;
    margin-top: 0;
    border-radius: 10px;
  }

  .main_limited-vol1::before {
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
  }

  .main_limited-tit {
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
  }

  .main_limited-tit p {
    display: inline;
  }

  .main_limited-content .image-wrap {
    margin-top: 50px;
    padding-top: 50px;
  }

  .main_limited-sub {
    padding: 20px;
    margin-top: 40px;
    border-radius: 10px;
  }

  .main_limited-sub_tit {
    font-size: 16px;
    font-weight: bold;
  }

  .main_limited-btn a {
    width: auto;
    margin: 20px auto 0;
  }


  .limited_optionArea {
    padding: 60px 10px 20px 5px;
  }

  .limited_option_ribbon {
    top: -65px;
    width: 120%;
  }

  .limited_option_list {
    font-size: 14px;
  }

  .tabArea {
    width: auto;
    margin: auto;
  }

  .tabs_parent {
    padding-bottom: 20px;
  }

}


/* -----------------------------------------------------------
add 2400216
----------------------------------------------------------- */


.image-wrap.-adj .colWrap.clm_1_2col .col:nth-child(1) {
  width: 33%;
}

.image-wrap.-adj .colWrap.clm_1_2col .col:nth-child(1) .img {
  width: 66%;
}

.couponArea {
  width: 950px;
  margin: -80px auto;
  border: 2px solid #cc0000;
  padding: 20px;
}

.coupon_tit {
  font-weight: bold;
  background-color: #ffeded;
  padding: 15px;
}

.coupon_txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.list-none ul li {
  padding: 0 !important;
  font-size: 16px;
  margin-top: 10px;
}
.list-none ul li::before {
  content: none;
}

.list-none ul li img {
  width: 230px;
  padding: 0 5px;
  vertical-align: middle;
}

@media (min-width: 740px) {
  .list-none ul li {
      padding: 0 !important;
  }
  .list-none ul li::before {
      content: none;
  }
}

@media screen and (max-width:959px) {
  .image-wrap.-adj .colWrap.clm_1_2col .col:nth-child(1) {
    width: 100%;
  }
  
  .image-wrap.-adj .colWrap.clm_1_2col .col:nth-child(1) .img {
    width: 100%;
  }

  .couponArea {
    width: auto;
    margin: -40px 20px;
    padding: 10px;
  }
  
  .coupon_tit {
    padding: 8px;
  }

  .coupon_tit p span {
    font-size: 18px !important;
  }
  
  .coupon_txt {
    font-size: 14px;
  }
  
  .list-none ul li {
    font-size: 14px;
  }
}

.UsageGuide {
margin-top: 20px;
border: 1px solid #FBC98E;
padding: 10px;
}

.UsageGuide .flex-row {
  display: flex;
	font-size: 1.4rem;
}
.UsageGuide .flex-item {
  padding: 4px;
}
.UsageGuide .flex-item:nth-child(1) {
  width: 100px;
}
.UsageGuide .flex-item:nth-child(2) {
  flex: 2;
}
.UsageGuide .hayakime {
background: #f9d9ff;
}
.UsageGuide .renpaku {
background: #cbf5d8;
}

@media screen and (max-width:959px) {
  .UsageGuide .flex-row {
	font-size: 1.2rem;
}
  }

.icon-hayakime {
	background: #f9d9ff;
    font-size: 1rem;
    padding: 2px 6px 2px;
}
.icon-renpaku {
	background: #cbf5d8;
    font-size: 1rem;
    padding: 2px 6px 2px;
}

.-bgnone {
    background-color: none;
    background: none;
}

.rentalCar-content {
  display: none;
}

.endDate-SaleItems {
 margin-top: 5px;
 font-size: 1.2rem;
}


/* -----------------------------------------------------------
add 240722
----------------------------------------------------------- */

.newsArea {
  border: 5px solid #23b473;
  border-radius: 20px;
  padding: 30px;
  margin-top: 40px;
}

.newsArea h3.heading {
  margin-bottom: 20px;
  color: #23B473;
  padding-bottom: 5px;
  border-bottom: 1px solid #23B473;
}

.newsText {
  font-size: 15px;
}

.newsBlock .colWrap.clm_1_2col .col:nth-child(2) {
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width:959px) {
  .newsArea {
    border: 3px solid #23b473;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
  }
}


/* -----------------------------------------------------------
add 240801
----------------------------------------------------------- */


/* ----couponArea---- */


.borderBox-coupon {
  background-color: #dbc561;
  border-radius: 15px;
  margin: 40px auto 0;
  padding: 40px;
  position: relative;
  /* border: 10px solid #a17a1d; */
}

.borderBox-coupon_textArea .colWrap.clm_1_2col .col:nth-child(1) {
  text-align: right;
  width: 45%;
}

.borderBox-coupon_textArea .colWrap.clm_1_2col {
  align-items: center;
}

.borderBox-coupon_ {
  font-size: 24px;
  font-weight: bold;
}

.borderBox-coupon_textArea {
  background-color: #fff;
  border-radius: 10px;
  padding: 6px 0 2px;
  font-weight: bold;
  border: 4px solid #a17a1d;
  box-shadow: 7px 7px 0px 0px rgba(161, 122, 29, 1);
}

.borderBox-coupon_text.pay {
  font-size: 24px;
  color: #cc0000;
}

.ctm_pageTtl.hc03 {
  position: relative;
  background-color: #fff;
  padding: 10px 0px;
  border-radius: 10px;
  border: 4px solid #a17a1d;
  box-shadow: 7px 7px 0px 0px rgba(161, 122, 29, 1);
}

.borderBox-coupon .ctm_pageTtl .ttlLv2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 2px dashed #dbc561;
  border-bottom: 2px dashed #dbc561;
}

.borderBox-coupon .hc03_txt01 {
  font-size: 130%;
}

.borderBox-coupon .hc03_txt02 {
  font-size: 60%;
  display: block;
}

.borderBox-coupon .ctm_pageTtl .ttlLv2 .heading {
  font-size: 2.4rem;
}

.saraniBlock {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #fff;
}

.coupon__step .ttlLv4 {
  padding-top: 30px;
}

.sassoku p strong {
  background-color: #cc0000;
  color: #fff;
  padding: 1px 7px;
  margin-right: 5px;
}

.borderBox-coupon .hc03_txt01.red.l-size {
  font-size: 4.6rem;
  letter-spacing: -0.05em;
}

.borderBox-coupon .hc03_txt01.red{
  color: #cc0000;
}

span.sarani {
  background-color: #cc0000;
  color: #fff;
  padding: 5px 0 2px 7px;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  left: -20px;
  transform: rotate(-10deg);
}

.coupon_adj_payArea .colWrap.clm_1_2col {
  align-items: flex-end;
}

.coupon_adj_payArea .colWrap.clm_1_2col .col:nth-child(1) {
  width: 65%;
}

.coupon_adj_payArea .colWrap.clm_1_2col .col:nth-child(1) .imgParts {
  width: 110%;
}

.coupon_adj_payArea .colWrap.clm_1_2col .col:nth-child(2) {
  width: 35%;
  margin-left: 0;
}

.coupon_adj_pay {
  text-align: center;
}

.bg_white.-adj {
  padding-top: 0;
}

.bg_white.-textadj {
  padding: 10px 0 0;
}

.bg_white.-textadj p {
  width: 950px;
  margin: auto;
}

.bg_white.-tsbnr {
  padding: 0;
}

@media screen and (max-width:960px) {
  .borderBox-coupon {
    padding: 15px;
}

.borderBox-coupon .ctm_pageTtl .ttlLv2 .heading {
    font-size: 1.8rem;
    line-height: 1.4;
}

.borderBox-coupon .hc03_txt01.red.l-size {
    font-size: 3.2rem;
}

.ctm_pageTtl.hc03 {
    padding: 5px 0px;
    border: 3px solid #a17a1d;
    box-shadow: 3px 3px 0px 0px rgba(161, 122, 29, 1);
}

.borderBox-coupon .ctm_pageTtl .ttlLv2 {
    padding: 10px;
}

.borderBox-coupon .hc03_txt01 {
    font-size: 120%;
}

span.sarani {
    top: -17px;
    left: -15px;
    font-size: 16px;
}

.borderBox-coupon .list {
    font-size: 14px;
}

.borderBox-coupon .acodBlock > .heading {
    font-size: 15px;
}

.coupon_adj_payArea .colWrap.clm_1_2col {
    align-items: center;
    flex-direction: column;
}

.coupon_adj_payArea .colWrap.clm_1_2col .col:nth-child(1) {
    width: 100%;
}

.coupon_adj_payArea .colWrap.clm_1_2col .col:nth-child(1) .imgParts {
    width: 100%;
}

.coupon_adj_payArea .colWrap.clm_1_2col .col:nth-child(2) {
    width: 100%;
    margin-top: 0;
}

.coupon_adj_payArea .colWrap.clm_1_2col .col:nth-child(2) .coupon_adj_pay .ttlLv4 {
    padding-top: 0px;
}

.coupon__step .ttlLv4 {
    padding-top: 15px;
}

.bg_white.-textadj {
  padding: 10px 10px 20px;
}

.bg_white.-textadj p {
  width: auto;
}

}


/* ----bikeArea---- */

.bikeArea {
  background-color: #167ac6;
  border-radius: 20px;
  padding: 20px 60px 40px;
  position: relative;
	/*display: none;*/
}

.bikeArea .main_limited-tit {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.bikeArea .event_detail-wrap {
  margin-top: 40px;
}

.bikeArea .event_detail-wrap .colWrap.clm_1_2col {
  align-items: center;
}

.bikeArea .event_detail-wrap .colWrap.clm_1_2col .col:nth-child(1) {
  width: 57%;
  margin-right: 20px;
}

.bikeArea .event_detail-wrap .colWrap.clm_1_2col .col:nth-child(2) {
  width: 40%;
  margin-left: 0;
}

.bikeArea .main_limited-tit p strong {
  color: #fff800;
}

.bikeArea .main_limited-tit span.fsL {
  background-color: #cc0000;
  border: 2px solid #fff;
  color: #fff;
  padding: 2px 10px 0;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 20px !important;
}

.bikeArea .dl {
  display: flex;
  align-items: baseline;
}

.bike_dt {
  min-width: 145px;
  line-height: 1.2;
  height: auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  color: #167ac6;
  background-color: #fff !important;
  border-radius: 5px;
  margin-right: 13px;
  padding: 7px 0;
  text-align: center;
}

.bike_dd {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  width: 100%;
}



.image-box {
  border-radius: 20px;
  overflow: hidden;
}

.bike_osusume .ttlLv1 {
  display: contents;
}

.bike_osusume .ttlLv1 .heading {
  display: contents;
}

.bike_osusume h2 {
  position: relative;
  font-size: 3.0rem;
  font-weight: 600;
  color: #167ac6;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #167ac6;
}

.bike_whBg {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}

.bikeArea .main_limited-sub_tit {
  color: #fff800;
  /* border: 2px dashed #fff800;
  padding-bottom: 10px; */
  margin: 40px 0 0;
}

.bike_osusume .ttlLv1 {
  display: contents;
}

.bike_osusume .ttlLv1 .heading {
  display: contents;
}

.bike_limited_icon {
  position: absolute;
  left: 20px;
  top: -20px;
  background-color: #cc0000;
  border: 2px solid #fff;
  border-radius: 100px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  font-size: 28px;
  transform: rotate(-10deg);
}

.bike_whBg .info-box_process {
  margin: 20px 0;
}

.bike_whBg .info-box_process .ttlLv3 {
  display: contents;
} 

.bike_whBg .info-box_process .ttlLv3 .heading {
  margin-bottom: 0;
  background-color: #167ac6 !important;
}

.bike_osusume .ttlLv1:after {
  display: contents;
}


@media screen and (max-width:960px) {
  .bikeArea {
    padding: 20px 15px;
}

.bikeArea .main_limited-tit {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.7;
    padding-bottom: 10px;
}

.bikeArea .main_limited-tit span.fsL {
    font-size: 16px !important;
}

.bike_limited_icon {
    padding: 10px;
    font-size: 18px;
}

.bikeArea .event_detail-wrap {
  margin-top: 20px;
}

.bikeArea .event_detail-wrap .colWrap.clm_1_2col {
    align-items: baseline;
    flex-direction: column;
}

.bikeArea .event_detail-wrap .colWrap.clm_1_2col .col:nth-child(1) {
    width: 100%;
}

.bikeArea .dl {
    align-items: baseline;
    display: block;
}

.bike_dt {
    width: 200px;
    font-size: 1.6rem !important;
    margin-bottom: 10px;
}

.bike_dd {
    line-height: 1.4;
    width: 100%;
    font-size: 14px;
}

.bikeArea .event_detail-wrap .colWrap.clm_1_2col .col:nth-child(2) {
    width: 100%;
    margin-top: 20px;
}

.bikeArea .main_limited-sub_tit {
    padding: 10px 10px 0;
    margin: 20px 0 40px;
}

.bike_whBg {
    padding: 20px 15px;
}

.bike_osusume {
    margin-bottom: 5px;
}

.bike_whBg .info-box_process .ttlLv3 .heading {
    margin-bottom: 20px;
}

.bike_whBg .info-box_process .process_list .list_item h5 {
    padding-bottom: 5px;
}

.bike_whBg .info-box_process .process_list .list_item p {
    margin-top: 0px;
    margin-bottom: 20px;
}

.bike_whBg .info-box_process {
    margin: 20px 0 0;
}

.main_limited-sub_tit .ttlLv4 {
  padding-top: 0;
}

.process_list .ttlLv4 {
  padding-top: 0;
}

}


/* ----other---- */

.macth {
  height: 80px;
}

.sec_tit_img.-n5 {
  width: 640px;
}

.comb_settei {
  background-color: #cc0000;
  color: #fff100;
  padding: 5px 4px 2px 14px;
  border-radius: 10px;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width:960px) {
  .macth {
    height: auto;
}

.adventure_detail-info.combArea .business-time_flex {
    align-items: baseline;
    text-align: left;
    letter-spacing: 0;
}

.comb_settei {
    font-size: 18px;
    top: -20px;
}

.sec_tit_img.-n5 {
    width: auto;
    margin: 0;
}

.combBlock {
    margin-top: 20px;
}
.advmovie {
  width: auto !important;
}
}


.-none {
  display: none;
}

.borderBox-coupon .comb_settei {
  font-size: 20px;
  top: 25px;
  z-index: 1;
}

.wt_txt {
  color: #fff;
  text-align: center;
}

.bike_tit {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.bike_txt {
  margin-top: 10px;
  color: #fff;
}

.bike_txt_sub {
  background-color: rgba(255, 255, 255, .7);
  padding: 15px;
  border-radius: 10px;
  font-size: 15px;
  margin-top: 15px;
  color: #cc0000;
}

.bikeArea .event_detail-wrap {
  margin: 40px 0;
}

.mgt20.-adjbtn a {
  margin: 20px auto;
  display: block;
  width: 215px;
}

.sub-section-bnr {
  max-width: 960px;
  width: 74.21vw;
  margin: 0 auto 30px;
	padding: 0;
}

.sub-section-txt {
  max-width: 960px;
  width: 74.21vw;
  margin: 0 auto ;
	text-align: left;
}

.image-box.fx1 {
    width: 30%;
    margin: 20px auto 0;
}

.bold p {
  font-weight: bold;
}

.red {
  color: #cc0000;
}

span.smallTxt {
  font-size: 12px;
}

.limitedTit p strong {
  color: #000;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width:960px) {
  .borderBox-coupon .comb_settei {
    font-size: 16px;
    width: 80%;
    padding: 5px 0;
    top: -5px;
}

.sub-section-txt {
  width: 92vw;
	padding-bottom: 15px;
}

.image-box.fx1 {
    width: 100%;
}

.borderBox-coupon .comb_settei .fsL {
    font-size: 14px !important;
}

.sub-section-bnr {
  max-width: 100%;
  width: 89.33%;
}
.mgt20.-adjbtn a {
  margin: 10px auto 0;
}

ul.tabs_parent li a {
  font-size: 12px;
  text-align: left;
  letter-spacing: -.05em;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
}


/* ----241022---- */

.ul-adj ul li:nth-child(3) {
  display: none;
}

.coming-soon {
  position: relative;
}

.coming-soon-txt {
  position: relative;
}

.coming-soon-txt::before {
  content: '';
  position: absolute;
  background: #ccc;
  opacity: .98;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.coming-soon-front {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: #cc0000;
}

@media screen and (max-width:960px) {
  .coming-soon-front {
    font-size: 16px;
  }
}

.option-column .col {
  border: 1px solid #c4c4c4;
  padding: 15px 10px;
}

.option-column .col .option-title {
  font-size: 1.6rem;
  font-weight: 700;
}

.option-column .col .option-btn {
  display: flex;
}
.option-column .col .option-btn a {
  margin: 10px auto 0;
}

@media screen and (max-width:960px) {
  .option-column {
    margin-top: 30px;
  }
}

.center-text .txtList {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ----250623---- */
.option-live {
    border: 1px solid #CCCCCC;
    padding: 10px;
}
.option-live .option-title {
  font-size: 1.6rem;
  font-weight: 700;
}


/* ----2510---- */
.sec_point-area {
    background: #fff;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sec_point-area .point-tit p {
    font-size: 14px;
    background: linear-gradient(transparent 60%, #fbeaea 30%);
    display: inline;
    margin-bottom: 0;
}
.sec_point-area .point-tit2 p {
    font-size: 14px;
    background: linear-gradient(transparent 60%, #d2edfc 30%);
    display: inline;
    margin-bottom: 0;
}
.sec_point-area .point-tit.point01 p,
.sec_point-area .point-tit2.point01 p{
  font-size: 18px;
  font-weight: bold;
  color: #ca0000
}
.sec_point-area .noteList li {
  font-size: 9px;
  color: #606060;
}
.sec_point-area_img.point2 img {
  border-radius: 15px;
}
.section_content-box._privilege li {
  margin-top: 10px;
  padding-top: 10px !important;
  border-top: 1px solid #ccc;
}
.section_content-box._privilege .bdr0 li {
  border: none !important;
}

@media (min-width: 740px) {
  .sec_point-area {
    padding: 50px 40px 30px;
    margin-bottom: -35px;
  }
.sec_point-area .point-fukidashi {
    position: absolute;
    top: -25px;
    width: 145px;
}

.sec_point-area .point-tit strong,
.sec_point-area .point-tit2 strong {
    font-size: 120%;
}

.sec_point-area .txtList > li:before {
  display: none;
}

.point-list_dt {
  float: left;
  margin-right: 15px;
}

.point-list_dt  .txtList > li {
  background-color: #c1e9ff;
  width:116px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 5px 0 !important;
  border-radius: 15px;
}

.point-list_dd li {
  margin-bottom: 22px;
}

.sec_point-area_img {
  width: 216px;
  border-radius: 15px;
}

    .sec_point-area_img.point01 {
        margin-top: -120px;
        float: right;
    }

.sec_point-area_img.point02 {
  margin: 0 auto 20px;
}

.point-list_dd {
            font-size: 14px;
        width: 355px;
        float: right;
        margin-top: -268px;
}
.point-list_dd .txtList li {
  font-size: 13px;
}
.point_right-area{
    width: 381px !important;
    border-left: 2px solid #fbeaea;
    padding-left: 20px;
    padding-bottom: 40px;
    float: right;
}
.point_left-area{
    width: 470px !important;
    display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
}
.point_right-area .noteList {
      border-bottom: 2px solid #fbeaea;
    padding-bottom: 20px;
    margin-bottom: 70px;
}
.point_right-area .sec_point-area_img {
  margin: 0 auto 15px;
}
.point-fukidashi.point3 {
    top: 300px;
}
.sec_point-area_img.point03 {
  width: 150px;
}
.point-tit.point01 {
    width: 238px;
    padding-top: 20px;
}
.point-tit.point02,
.point-tit.point03 ,
.point-tit2.point03	{
    text-align: center;
    font-weight: bold;
}
.point-list_dt li:first-child {
    margin-bottom: 50px;
}
.point-list_dt li:last-child {
    margin-top: 30px;
}
.point_left-area .noteList {
    width: 250px;
}
.sec_point-area_img.point3 {
    width: 150px;
}
.featurePoint {
    width: 480px;
    margin: 0 auto;
    text-align: left;
}
.featurePoint .fcRD {
    padding-left: 108px;
}

}

@media (max-width: 739px) {
.sec_point-area {
  padding: 30px 20px 25px;
}
.point-fukidashi {
    width: 40%;
    margin: 0 auto;
}
.point-tit {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
}
.point-list {
    padding-bottom: 15px;
    font-size: 13px;
    border-bottom: 2px solid #fbeaea;
}
.point-list strong {
    background: #ccc;
    padding: 2px 12px 0;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}.point-list strong {
    background: #c1e9ff;
    padding: 2px 12px 0;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    width: 118px;
    color: #333;
}
.sec_point-area_img.point3 {
    width: 150px;
    margin: 0 auto;
}
.point_right-area .noteList {
    border-bottom: 2px solid #cccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.section_content-box._privilege span.fcWT {
  display: block;
  width: 200px;
  margin: 0 auto 8px;
  text-align: center;
}

.featurePoint .fs2L{
    text-align: center;
    display: block;
}
 .featurePoint .fsL {
  text-align: center;
 }
}


.section_content-box._privilege span.fcWT {
    background: #cc0000;
    padding: 2px 15px 0 15px;
    border-radius: 30px;
}

.section_content-box._privilege strong {
  display: inline-block;
  color: #333;
  margin-top: 15px;
}

.tktfontsize strong {
    color: #333;
}

.hotel_flexArea .col {
  position: relative;
}
.icon-area {
    position: absolute;
    top: 32px;
    right: 10px;
}

@media (max-width: 739px) {
  .icon-area {
    top: 3.5%;
  }
  .icon-area .fsS {
    font-size: 0.9rem !important;
    position: relative;
    top: -6px;
  }
  .icon-area .icon-hayakime  {
    font-size: 0.7rem;
    padding: 2px 4px;
  }
  .icon-area .icon-renpaku  {
    font-size: 0.7rem;
    padding: 2px 4px;
  }
  .icon-area span {
    position: relative;
    top: -8px;
}
.main_hotel-content .hotel_container .hotel_list .hotel_item-box.hotel_name_3L-sp .hotelTit {
  min-height: 74px !important;
}
}

.sec_point-area_img.point01 img {
    border-radius: 16px;
    border: 1px solid #ccc;
}

.main_hotel-content .hotel_container .hotel_list .hotel_item-box.hotel_name_3L .hotelTit {
  min-height: 74px !important;
}