@charset "UTF-8";
/*----------
	大人の休日倶楽部　トップ用CSS
----------*/
/* mv */
@media only screen and (min-width: 751px) {
  .ot9top_mv {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ot9top_mv .ot9top_mv_img {
  width: 100%;
}

/* about */
.ot9top_about .ot9top_about_ttl {
  font-size: 3.2rem;
  font-size: clamp(2.6rem, 7.2727272727vw, 4.4rem);
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .ot9top_about .ot9top_about_ttl {
    font-size: 4.4rem;
  }
}
.ot9top_about .ot9top_about_txt {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 4.0909090909vw, 2.4rem);
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .ot9top_about .ot9top_about_txt {
    margin-top: 33px;
  }
}
.ot9top_about .ot9top_about_intro {
  display: flex;
  justify-content: center;
  gap: 20px;
  gap: clamp(12px, 4.5454545455vw, 30px);
  margin-top: 20px;
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .ot9top_about .ot9top_about_intro {
    margin-top: 47px;
  }
}
.ot9top_about .ot9top_about_intro_plusIcon {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 50px;
  width: clamp(40px, 11.3636363636vw, 75px);
  height: 50px;
  height: clamp(40px, 11.3636363636vw, 75px);
  background-color: var(--color-theme-main);
  border-radius: 50%;
}
.ot9top_about .ot9top_about_intro_plusIcon::before, .ot9top_about .ot9top_about_intro_plusIcon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 26px;
  width: clamp(16px, 5.9090909091vw, 39px);
  height: 6px;
  height: clamp(4px, 1.3636363636vw, 10px);
  background-color: #ffffff;
}
.ot9top_about .ot9top_about_intro_plusIcon::after {
  transform: rotate(90deg);
}
.ot9top_about .ot9top_about_intro_dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 20px) / 2);
  background-color: #e4fbea;
  border-radius: 20px;
  padding: 20px 20px 24px;
  padding: clamp(12px, 4.5454545455vw, 20px) clamp(12px, 4.5454545455vw, 20px) clamp(14px, 5.4545454545vw, 24px);
}
.ot9top_about .ot9top_about_intro_dt {
  font-size: 2rem;
  font-size: clamp(1.6rem, 4.5454545455vw, 3rem);
  font-weight: bold;
  color: var(--color-theme-main);
}
@media only screen and (min-width: 751px) {
  .ot9top_about .ot9top_about_intro_dt {
    font-size: 3rem;
  }
}
.ot9top_about .ot9top_about_intro_dd {
  margin-top: 20px;
}
.ot9top_about .ot9top_about_intro_dd p {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .ot9top_about .ot9top_about_intro_dd p {
    font-size: 2.1rem;
  }
}

/* otoku */
.ot9top_otoku .ot9_secbg {
  padding-bottom: 185px;
}
.ot9top_otoku .ot9top_otoku_mainImg {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 232px;
}
.ot9top_otoku .ot9top_otoku_01Img {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .ot9top_otoku .ot9top_otoku_01Txt {
    text-align: center;
  }
}
.ot9top_otoku .ot9top_otoku_02Img {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .ot9top_otoku .ot9top_otoku_02Txt {
    text-align: center;
  }
}
.ot9top_otoku .ot9top_otoku_03Img {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .ot9top_otoku .ot9top_otoku_03Txt {
    text-align: center;
  }
}
.ot9top_otoku .ot9top_otoku_benefitsImg {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .ot9top_otoku .ot9top_otoku_benefitsTxt {
    text-align: center;
  }
}
.ot9top_otoku .ot9top_otoku_slider {
  margin-top: -165px;
}
.ot9top_otoku .ot9top_otoku_passOuter {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 751px) {
  .ot9top_otoku .ot9top_otoku_passOuter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.ot9top_otoku .ot9top_otoku_passMapOuter {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 751px) {
  .ot9top_otoku .ot9top_otoku_passMapOuter {
    width: 48%;
  }
}
.ot9top_otoku .ot9top_otoku_passMapImgOuter {
  width: 100%;
  height: auto;
  display: block;
}
.ot9top_otoku .ot9top_otoku_passMapImg {
  width: 100%;
  max-width: 400px;
}
.ot9top_otoku .ot9top_otoku_passAreaOuter {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 751px) {
  .ot9top_otoku .ot9top_otoku_passAreaOuter {
    width: 48%;
    margin-top: 0;
  }
}
.ot9top_otoku .ot9top_otoku_passAreaList {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (min-width: 751px) {
  .ot9top_otoku .ot9top_otoku_passAreaList {
    flex-direction: column;
    align-items: center;
  }
}
.ot9top_otoku .ot9top_otoku_passAreaListTerm {
  width: 100%;
  height: auto;
  display: block;
  padding: 8px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 751px) {
  .ot9top_otoku .ot9top_otoku_passAreaListTerm {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.ot9top_otoku .ot9top_otoku_passAreaListDesc {
  width: fit-content;
  border-radius: 3px;
  padding: 0.25em 0.8em;
  margin-right: 0.7em;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (min-width: 751px) {
  .ot9top_otoku .ot9top_otoku_passAreaListDesc {
    margin-right: 0;
  }
}
@media only screen and (min-width: 751px) {
  .ot9top_otoku .ot9top_otoku_passAreaListDesc:not(:first-of-type) {
    margin-top: 10px;
  }
}
.ot9top_otoku .ot9top_otoku_passAreaListDesc.east {
  background-color: #008803;
}
.ot9top_otoku .ot9top_otoku_passAreaListDesc.easthkd {
  background-color: #005094;
}
.ot9top_otoku .ot9top_otoku_passAreaListDesc.hkd {
  background-color: #e58100;
}

/* 大人の休日倶楽部パスの乗り放題エリアのモーダル内 */
.ot9PassAreaModalContentsOuter {
  width: 100%;
  height: auto;
  display: block;
}

.ot9PassAreaModalContentsList {
  width: 100%;
  height: auto;
  display: block;
}

.ot9PassAreaModalContentsListItem {
  width: 100%;
  height: auto;
  display: block;
  padding: 20px 10px 30px 10px;
}
@media only screen and (min-width: 751px) {
  .ot9PassAreaModalContentsListItem {
    padding: 30px;
  }
}
.ot9PassAreaModalContentsListItem:not(:first-of-type) {
  margin-top: 50px;
}
.ot9PassAreaModalContentsListItem.easthkd {
  background-color: #dfedf9;
}
.ot9PassAreaModalContentsListItem.east {
  background-color: #e4fbea;
}
.ot9PassAreaModalContentsListItem.hkd {
  background-color: #fceedb;
}
.ot9PassAreaModalContentsListItem.discount {
  background-color: #fceedb;
}

.ot9top_otoku_passAreaDialogAreaNameOuter {
  width: 100%;
  height: auto;
  display: block;
}

.ot9top_otoku_passAreaDialogAreaName {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0.2em;
  border-bottom: 1px solid var(--color-border);
}
@media only screen and (min-width: 751px) {
  .ot9top_otoku_passAreaDialogAreaName {
    font-size: 2rem;
  }
}

.ot9top_otoku_passAreaDialogMapOuter {
  width: 100%;
  height: auto;
  display: block;
}

/* support */
.ot9top_support .ot9top_support_mainImg {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 232px;
}
.ot9top_support .ot9top_support_ttlOuter {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 751px) {
  .ot9top_support .ot9top_support_ttlOuter {
    margin-top: 40px;
  }
}
.ot9top_support .ot9top_support_ttl {
  font-size: 2rem;
  font-size: clamp(1.6rem, 4.5454545455vw, 2rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (min-width: 751px) {
  .ot9top_support .ot9top_support_ttl {
    font-size: 1.8rem;
  }
}
.ot9top_support .ot9top_support_01Video iframe {
  display: block;
  max-width: 400px;
  width: 100%;
  height: auto;
  aspect-ratio: 400/498;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .ot9top_support .ot9top_support_02_Point01Txt {
    text-align: center;
  }
}
@media only screen and (min-width: 751px) {
  .ot9top_support .ot9top_support_02_Point02Txt {
    text-align: center;
  }
}
.ot9top_support .ot9top_support_02_Point02Table {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .ot9top_support .ot9top_support_03Txt {
    text-align: center;
  }
}
.ot9top_support .ot9top_support_itinerary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 751px) {
  .ot9top_support .ot9top_support_itinerary {
    flex-direction: row;
    gap: 20px;
  }
}
.ot9top_support .ot9top_support_itineraryBox {
  max-width: 400px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
}
.ot9top_support .ot9top_support_itineraryDay {
  margin-right: 20px;
  padding: 13px;
  background-color: var(--color-theme-main);
  position: relative;
}
.ot9top_support .ot9top_support_itineraryDay::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  display: inline-block;
  width: 20px;
  height: 100%;
  background: var(--color-theme-main);
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
.ot9top_support .ot9top_support_itineraryDayTxt {
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
}
.ot9top_support .ot9top_support_itineraryFlex {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 20px;
  position: relative;
}
.ot9top_support .ot9top_support_itineraryFlex .ot9top_support_itineraryFlexBox:first-of-type .ot9top_support_itineraryFlexImgOuter::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: -60px;
  margin: auto;
  width: 40px;
  height: 40px;
  background-image: url(/otona/img2026/top_support_icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ot9top_support .ot9top_support_itineraryFlexBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ot9top_support .ot9top_support_itineraryFlexImgOuter {
  position: relative;
  width: fit-content;
}
.ot9top_support .ot9top_support_itineraryFlexImg {
  max-width: 140px;
  width: 100%;
}
.ot9top_support .ot9top_support_itineraryFlexTxt {
  text-align: center;
  margin-top: 10px;
}
.ot9top_support .ot9top_support_packagetourImg {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 232px;
}
.ot9top_support .ot9top_support_additionDeco {
  font-size: 2rem;
  font-size: clamp(1.6rem, 4.5454545455vw, 2.6rem);
  font-weight: bold;
  color: #ffffff;
  background-color: var(--color-theme-main);
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  position: relative;
}
.ot9top_support .ot9top_support_additionDeco::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-theme-main);
}
.ot9top_support .ot9top_support_additionFlex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.ot9top_support .ot9top_support_additionFlexBox {
  max-width: 190px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 14px 16px;
}
@media only screen and (min-width: 751px) {
  .ot9top_support .ot9top_support_additionFlexBox {
    max-width: 290px;
    padding: 30px 14px 25px;
  }
}
.ot9top_support .ot9top_support_additionFlexImg {
  max-width: 130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .ot9top_support .ot9top_support_additionFlexImg {
    max-width: 140px;
  }
}
.ot9top_support .ot9top_support_additionFlexTxt {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

/* howto */
.ot9top_howto .ot9top_howto_memberFlex {
  display: flex;
  justify-content: center;
  gap: 20px;
  gap: min(4.5454545455vw, 20px);
}
.ot9top_howto .ot9top_howto_memberFlexBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  width: calc((100% - 20px) / 2);
  width: calc((100% - min(4.5454545455vw, 20px)) / 2);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  text-decoration: none;
}
.ot9top_howto .ot9top_howto_memberFlexBox-middle {
  border-color: #00934f;
}
.ot9top_howto .ot9top_howto_memberFlexBox-middle .ot9top_howto_memberFlexTtlOuter {
  background-color: #00934f;
}
.ot9top_howto .ot9top_howto_memberFlexBox-Zipangu {
  border-color: #4346bb;
}
.ot9top_howto .ot9top_howto_memberFlexBox-Zipangu .ot9top_howto_memberFlexTtlOuter {
  background-color: #4346bb;
}
.ot9top_howto .ot9top_howto_memberFlexBoxInner {
  padding: 20px 12px 24px;
  padding: min(4.5454545455vw, 30px) min(2.7272727273vw, 12px) min(5.4545454545vw, 30px);
  width: 100%;
}
.ot9top_howto .ot9top_howto_memberFlexTtlOuter {
  padding: 10px;
  padding: min(2.2727272727vw, 16px);
  width: 100%;
}
.ot9top_howto .ot9top_howto_memberFlexTtl {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 3.6363636364vw, 1.8rem);
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 1.3;
}
.ot9top_howto .ot9top_howto_memberFlexTtl-l {
  font-size: 2rem;
  font-size: clamp(1.6rem, 4.5454545455vw, 2.6rem);
  font-weight: bold;
  text-align: center;
}
.ot9top_howto .ot9top_howto_memberFlexImg {
  max-width: 128px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .ot9top_howto .ot9top_howto_memberFlexImg {
    max-width: 320px;
  }
}
.ot9top_howto .ot9top_howto_memberFlexTxt {
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .ot9top_howto .ot9top_howto_memberFlexTxt {
    font-size: 1.6rem;
  }
}
.ot9top_howto .ot9top_howto_memberFlexTxt-l {
  font-size: 2rem;
  font-size: clamp(1.6rem, 4.5454545455vw, 2.6rem);
  font-weight: bold;
  text-align: center;
}
.ot9top_howto .ot9top_howto_memberFlexTxt-highlights {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 4.0909090909vw, 2.4rem);
  font-weight: bold;
  color: var(--color-warning);
  text-align: center;
}

/* features */
.ot9top_features .ot9top_features_01IllustFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ot9top_features .ot9top_features_01IllustFlexBox.ot9top_features_01IllustFlexBox-card {
  display: block;
  width: 200px;
  height: 200px;
  background-color: #e4fbea;
  border-radius: 50%;
  position: relative;
}
.ot9top_features .ot9top_features_01IllustFlexBox.ot9top_features_01IllustFlexBox-card .ot9top_features_01IllustFlexImg01,
.ot9top_features .ot9top_features_01IllustFlexBox.ot9top_features_01IllustFlexBox-card .ot9top_features_01IllustFlexImg02 {
  position: absolute;
  width: 128px;
}
.ot9top_features .ot9top_features_01IllustFlexBox.ot9top_features_01IllustFlexBox-card .ot9top_features_01IllustFlexImg01 {
  top: 19px;
  left: 15px;
}
.ot9top_features .ot9top_features_01IllustFlexBox.ot9top_features_01IllustFlexBox-card .ot9top_features_01IllustFlexImg02 {
  bottom: 13px;
  right: 8px;
}
.ot9top_features .ot9top_features_01IllustFlexBox.ot9top_features_01IllustFlexBox-penguin {
  display: block;
  width: 119px;
}
.ot9top_features .ot9top_features_02Illust {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ot9top_features .ot9top_features_02IllustImg {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ot9top_features .ot9top_features_02IllustTxt {
  padding: 20px;
  padding: clamp(12px, 4.5454545455vw, 30px);
  width: fit-content;
  background-color: #e4fbea;
  border-radius: 20px;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 3.6363636364vw, 1.6rem);
  font-weight: bold;
}
.ot9top_features .ot9top_features_02IllustTxt-l {
  font-size: 2rem;
  font-size: clamp(1.8rem, 4.5454545455vw, 2rem);
  font-weight: bold;
}
.ot9top_features .ot9top_features_introTtl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .ot9top_features .ot9top_features_introTtl {
    font-size: 2rem;
  }
}
.ot9top_features .ot9top_features_introVideo {
  margin-top: 20px;
}
.ot9top_features .ot9top_features_introVideo iframe {
  display: block;
  max-width: 640px;
  width: 100%;
  height: auto;
  aspect-ratio: 640/360;
  margin-left: auto;
  margin-right: auto;
}