@charset "UTF-8";
/* ---- pc,sp---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

/* --contentsInr-- */
.contentsInr {
  padding: 0;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100%;
  }
}
/* ----txt---- */
.txt-s {
  font-size: 1.4rem;
  margin-bottom: 2em;
  text-align: center;
}

@media (min-width: 740px) {
  .txt-s {
    text-align: left;
  }
}
.txC {
  text-align: center;
}

.txR {
  text-align: right;
}

.red {
  color: #cc0000;
}

/* h1 */
.pageTtl {
  margin-bottom: 0 !important;
}

/* heroimg */
.heroimgWrap.typeImg.heroimgWrap-titleImg .mainHeading {
  max-width: 100%;
  top: 0;
  transform: none;
  left: 0;
  position: relative;
  max-width: 100%;
  top: 0;
  transform: none;
  left: 0;
  position: relative;
}
.heroimgWrap.heroimgWrap-titleImg .mainHeading .mainTtl img {
  width: 100%;
}
.heroimgWrap.typeImg {
  padding-bottom: 0;
}

.img_image {
  padding-top: 1.2rem;
}

@media (min-width: 740px) {
  .heroimgWrap.typeImg {
    padding-bottom: 0;
  }
}
/* ---- sec ---- */
.sec {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media (min-width: 740px) {
  .sec {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

/* ----bg---- */
.bg-sec {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}

.bg__pnk01 {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/bg_pnk.jpg) repeat-y;
  background-size: 100%;
  background-size: cover;
}

.bg__pnk02 {
  background-color: #ffe8fa;
  padding-bottom: 0 !important;
  padding-bottom: 40px !important;
}

.bg__ylw01 {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/bg_ylw.jpg) repeat-y;
  background-size: 100%;
}

.bg__ylw02 {
  background-color: #fffad2;
}

.bg__bl01 {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/bg_bl.jpg) no-repeat;
  background-size: cover;
}

@media (min-width: 740px) {
  .bg-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* link / nav
-------------------------------------------------------------------- */
/* ---- mvlink ---- */
.mvlink {
  width: 100%;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
}
.mvlink.ctm_contentsFull {
  padding: 20px;
}
.mvlink a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.mvlink > div {
  display: inline;
  width: auto;
}
.mvlink .mvlink-btn {
  display: inline;
  padding: 0 1em;
}
.mvlink .txtLink:before {
  display: none;
}
.mvlink .txtLink:after {
  content: "";
  position: absolute;
  right: -1em;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  height: calc(tan(60deg) * 10px / 2);
  width: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.pointer-events_none {
  pointer-events: none;
}

@media (min-width: 740px) {
  .mvlink .mvlink-btn {
    padding: 0 2em;
  }
  .mvlink a {
    font-size: 2.1rem;
  }
}
/* ---- nav-anc ---- */
.nav-anc__wrap {
  margin-top: 30px;
}

.nav-anc a {
  display: block;
}

@media (min-width: 740px) {
  .nav-anc__wrap {
    margin-top: 50px;
  }
}
/* ---- module-link ---- */
.module-link {
  margin-bottom: 40px;
}
.module-link a {
  display: block;
  width: 335px;
  margin: 40px auto 0;
}

@media (min-width: 740px) {
  .module-link {
    margin-bottom: 70px;
  }
}
/* ---- nav-spe-search ---- */
.nav-spe-search {
  padding: 5px 0 25px;
}
.nav-spe-search > .colWrap {
  justify-content: center;
}
.nav-spe-search .col {
  width: 100%;
}
.nav-spe-search .nav-spe-search__btn .btn {
  background-color: #fff !important;
  border-radius: 40px;
  font-size: 1.6rem !important;
  width: 100% !important;
  font-weight: 700 !important;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 16px 2em 12px !important;
  line-height: 1 !important;
}
.nav-spe-search .nav-spe-search__btn .btn:after {
  display: none;
}
.nav-spe-search .nav-spe-search__btn.park .btn {
  border: 1px solid #ff6fff;
  color: #ff6fff;
}
.nav-spe-search .nav-spe-search__btn.price .btn {
  border: 1px solid #ff6fa9;
  color: #ff6fa9;
}
.nav-spe-search .nav-spe-search__btn.view .btn {
  border: 1px solid #c26fff;
  color: #c26fff;
}

@media (min-width: 740px) {
  .nav-spe-search .nav-spe-search {
    padding: 10px 0 50px;
  }
  .nav-spe-search .nav-spe-search__btn .btn {
    font-size: 2rem !important;
    min-height: 60px;
    max-width: 210px;
    padding: 20px 0.5em 16px !important;
    margin: 0.2em 1em !important;
  }
  .nav-spe-search .col {
    margin: 0 2em;
    width: auto !important;
  }
}
/* ---- btn-Bl ---- */
.btnBl {
  display: block !important;
  margin: auto;
}
.btnBl .btn {
  text-align: center;
  display: inline-block;
  margin: auto;
  position: relative;
  color: #fff;
  background-color: #2bb1ff;
  border-radius: 10px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1em 3em 0.6em;
}
.btnBl .btn:after {
  display: none;
}
.btnBl .btn:before {
  content: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/arw-r-wt.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  width: 7px;
}

/* heading
-------------------------------------------------------------------- */
/* ----heading__balloon---- */
.heading__balloon {
  text-align: center;
  color: #333333;
  position: relative;
  margin-bottom: 16px;
}
.heading__balloon > .ttlLv1 {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: none !important;
}
.heading__balloon > .ttlLv1 .heading {
  font-size: 2.8rem;
  font-weight: 400;
}
.heading__balloon.int > .ttlLv1 .heading {
  font-size: 2.2rem;
  padding-top: 15px;
}

.heading__balloon-img {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
}
.heading__balloon-img .cmp-image__image {
  max-width: 515px;
}

.heading__balloon-img-int {
  position: absolute;
  width: 30%;
  top: -20px;
  left: -10px;
}

@media (min-width: 740px) {
  .heading__balloon {
    margin-bottom: 26px;
  }
  .heading__balloon > .ttlLv1 .heading {
    font-size: 4.6rem;
  }
  .heading__balloon.int > .ttlLv1 .heading {
    font-size: 3rem;
  }
  .heading__balloon-img-int {
    left: -40px;
    top: -60px;
    width: 100%;
    max-width: 330px;
  }
}
.heading__balloon-int {
  padding-top: 25px;
  position: relative;
  display: block;
  text-align: center;
  color: #333333;
  font-size: 2rem;
  margin-bottom: 16px;
}

@media (min-width: 740px) {
  .heading__balloon-int {
    font-size: 3rem;
  }
}
/* ----heading ttlLv2---- */
.heading__bg-ylw {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}
.heading__bg-ylw > .ttlLv2 .heading {
  font-weight: 700;
  font-size: 1.6rem;
  color: #333;
  line-height: 1;
  padding: 7px 1em;
  width: 100%;
  max-width: 641px;
  background-color: #ffff74 !important;
}

@media (min-width: 740px) {
  .heading__bg-ylw > .ttlLv2 .heading {
    font-size: 1.8rem;
  }
}
/**/
.heading__bg-pnk {
  padding: 10px 0 22px;
}
.heading__bg-pnk > .ttlLv2 .heading {
  width: 100%;
  line-height: 1;
  color: #333;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.7em 1em;
  border-radius: 24px;
  border: solid 1px #000;
  box-shadow: 6px 6px 0 0 #fff;
  background: linear-gradient(90deg, #ffb6ff, #ffa5ff);
}

@media (min-width: 740px) {
  .heading__bg-pnk > .ttlLv2 .heading {
    font-size: 2.1rem;
  }
}
/**/
.heading__bg-wht > .ttlLv2 .heading {
  width: 100%;
  line-height: 1;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.7em 1em;
  border-radius: 24px;
  background: #fff !important;
  margin-bottom: 24px;
}
.heading__bg-wht.park > .ttlLv2 .heading {
  color: #ff6fff;
}
.heading__bg-wht.price > .ttlLv2 .heading {
  color: #ff6fa9;
}
.heading__bg-wht.view > .ttlLv2 .heading {
  color: #c26fff;
}

@media (min-width: 740px) {
  .heading__bg-wht > .ttlLv2 .heading {
    font-size: 2.1rem;
  }
}
/**/
.heading__rank {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.heading__rank span {
  margin-right: 7px;
}
.heading__rank span img {
  max-width: 50px;
  width: 50px;
}

/**/
.heading__bg-grn {
  width: 100%;
  line-height: 1;
  color: #000;
  font-weight: 700;
  font-size: 2.1rem;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 24px;
  border: solid 1px #000;
  box-shadow: 6px 6px 0 0 #fff;
  background: linear-gradient(90deg, #28d4ff, #98ea74);
  margin-bottom: 24px;
}

/**/
.heading_red-l {
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
}
.heading_red-l > .ttlLv2 .heading {
  font-size: 2.4rem;
  color: #cc0000;
}
.heading_red-l.hotel {
  margin-top: 40px;
}

@media (min-width: 740px) {
  .heading_red-l {
    margin-top: 30px;
  }
  .heading_red-l.hotel {
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .heading_red-l > .ttlLv2 .heading {
    font-size: 4.4rem;
  }
}
.heading_red {
  padding-top: 20px;
  color: #cc0000;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 740px) {
  .heading_red {
    padding-top: 30px;
    font-size: 1.8rem;
  }
}
/**/
.ttlLv1 {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: none !important;
}
.ttlLv1:after {
  display: none !important;
}

.ttlLv2 {
  padding: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.ttlLv2 .heading {
  border-left: none !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

/* list
-------------------------------------------------------------------- */
.sec_list .sec_list_box {
  border: solid 1px #c5c5c5;
  background: #fff;
}
.sec_list .colWrap .col .aem-Grid {
  height: 100%;
}

.footer-link {
  padding-top: 20px;
}

.footer-link-list .boxList {
  border: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.footer-link-list .linkBox .content {
  display: inline;
  padding: 0 1em;
  line-height: 1;
}
.footer-link-list .linkBox .inr {
  height: 1em;
}

.boxList .linkBox:not(:last-child) {
  border-bottom: none;
  border-right: solid 1px #999;
}

.footer-link-list .linkBox:after {
  display: none;
}

@media (min-width: 740px) {
  .footer-link {
    padding-top: 40px;
  }
}
/* btnBlock
-------------------------------------------------------------------- */
.btnBlock {
  margin-bottom: 40px;
}

@media (min-width: 740px) {
  .btnBlock {
    margin-bottom: 80px;
  }
}
/* bnr
-------------------------------------------------------------------- */
.bnr-txt {
  font-weight: 700;
  font-size: 1.5rem;
}

@media (min-width: 740px) {
  .bnr-txt {
    font-size: 1.8rem;
  }
}
.bnr-img {
  width: 100%;
  margin-bottom: 20px;
}

/*slider
-------------------------------------------------------------------- */
.search-slider {
  margin-bottom: 40px;
}
.search-slider .slidControl {
  display: none !important;
}

.item {
  margin: 0 7px;
}

.item-spot {
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
  margin: 0 10px 10px;
  display: flex !important;
  flex-direction: column;
}
.item-spot .spot__txt {
  padding: 20px 10px 10px;
}
.item-spot .spot__txt .spot__txt-hdg {
  font-size: 1.6rem;
  margin-bottom: 1.2em;
  font-weight: 700;
}
.item-spot .spot__txt .spot__txt-p {
  font-size: 1.4rem;
  margin-bottom: 0.6em;
}
.item-spot .btnBox {
  margin: auto 10px 10px;
}
.item-spot .btnBox .btn {
  width: auto;
  /* margin: 0 10px; */
  display: block;
}
.item-spot .btn:after {
  display: none !important;
}

/* ranking slider */
.slide-rank {
  display: flex !important;
  justify-content: space-between;
}

.int-sec {
  margin-bottom: 30px;
}

.item-rank {
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  margin: 0 10px;
}
.item-rank .image {
  width: 100%;
}
.item-rank .rank__txt {
  padding: 10px;
}
.item-rank .rank__txt p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.item-rank .rank__txt p:last-child {
  margin-bottom: 1.2em;
}
.item-rank .rank__price span {
  font-weight: 700;
  color: #cc0000;
  font-size: 1.6rem;
}
.item-rank .btnBox {
  margin: auto 10px 10px;
}
.item-rank .btnBox .btn {
  width: auto;
  /* margin: 0 10px; */
}
.item-rank .btnBox .btn:after {
  display: none !important;
}

.btn .altIcon {
  width: 7px;
}
.btn .altIcon.ext {
  width: 12px;
}

@media (min-width: 740px) {
  .slide-rank {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .int-sec {
    margin-bottom: 10px;
  }
  .item-rank {
    width: 300px;
    margin: 0 0 30px;
  }
  .item-rank .btnBox .btn {
    width: 100%;
    margin: 0;
  }
}
/*slick*/
.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-next, .slick-prev {
  height: 30px;
  width: 30px;
  z-index: 100;
}

.slick-next {
  right: -10px;
}

.slick-prev {
  left: -10px;
}

.slick-slide {
  padding: 0 !important;
}

.ctm_bdrColumn .colWrap .col {
  border: none !important;
  padding: 0;
}

.clm_1_3col.colWrap .col {
  margin-left: 0 !important;
}
.clm_1_3col.colWrap .col:nth-of-type(n+4) {
  margin-top: 0 !important;
}

.slick-prev:before {
  content: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/slider-nav-l.svg);
  opacity: 0.9;
  background: none !important;
  width: 30px;
  height: 30px;
}

.slick-next:before {
  content: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/slider-nav-r.svg);
  opacity: 0.9;
  background: none !important;
  width: 30px;
  height: 30px;
}

@media (min-width: 740px) {
  .slick-next {
    right: -35px;
  }
  .slick-prev {
    left: -35px;
  }
}
/* ssi用 */
.eventLink-wrap .eventLink-lead {
  color: #c00;
  text-align: center;
  font-size: 16px;
}
.eventLink-wrap .eventLink-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.eventLink-wrap .eventLink-group .eventLink-txt {
  font-size: 16px;
  position: relative;
  margin-left: 20px;
}
.eventLink-wrap .eventLink-group .eventLink-txt:first-of-type {
  margin: 0;
}
.eventLink-wrap .eventLink-group .eventLink-txt:before {
  content: "|";
  position: absolute;
  left: -13px;
}
.eventLink-wrap .eventLink-group .eventLink-txt:first-of-type:before {
  content: "";
}
.eventLink-wrap .eventLink-group .eventLink-txt a {
  color: #0f0f69;
}

/* ranking //コンポーネント使用時---------------------------*/
/*area_ranking*/
@media (max-width: 739px) {
  .area_ranking {
    overflow: auto;
    white-space: nowrap;
  }
  .area_ranking .colWrap {
    width: 100%;
    /* flex-wrap: nowrap; */
    overflow: auto;
    white-space: nowrap;
  }
}
.area_ranking .colWrap.clm_1_3col .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  /* width: fit-content; */
}
.area_ranking .colWrap.clm_1_3col .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12.inner_ttl.title.pageTtl_box + .text.aem-GridColumn.aem-GridColumn--default--12 {
  padding-left: 11px !important;
  padding-right: 11px !important;
  width: 100%;
}
.area_ranking .colWrap.clm_1_3col .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12.inner_ttl.title.pageTtl_box + .text.aem-GridColumn.aem-GridColumn--default--12 + .linkbtn.btnBox {
  padding-left: 11px !important;
  padding-right: 11px !important;
  width: 100%;
}
.area_ranking .colWrap.clm_1_3col .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12.inner_ttl.title.pageTtl_box + .text.aem-GridColumn.aem-GridColumn--default--12 + .linkbtn.btnBox + .text.aem-GridColumn.aem-GridColumn--default--12 + .linkbtn.btnBox {
  padding-left: 11px !important;
  padding-right: 11px !important;
  width: 100%;
}
.area_ranking .colWrap.clm_1_3col .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12.inner_ttl.title.pageTtl_box + .text.aem-GridColumn.aem-GridColumn--default--12 + .linkbtn.btnBox + .text.aem-GridColumn.aem-GridColumn--default--12 + .linkbtn.btnBox + .text.aem-GridColumn.aem-GridColumn--default--12 + .linkbtn.btnBox {
  padding-left: 11px !important;
  padding-right: 11px !important;
  width: 100%;
}
.area_ranking .colWrap.clm_1_3col .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12.linkbtn {
  width: 100%;
  margin-top: auto;
}
.area_ranking .colWrap.clm_1_3col .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12.inner_ttl.title.pageTtl_box + .text.aem-GridColumn.aem-GridColumn--default--12 {
  padding-top: 14px;
  min-height: 97px;
}
.area_ranking .colWrap.clm_1_3col > .col {
  padding: 11px;
  margin-bottom: 30px;
  border: 1px solid #CACACA;
  background: #fff;
  padding: 0 0 11px;
}
.area_ranking .colWrap.clm_1_3col > .col .ttlLv3 {
  margin: 0;
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
  padding-top: 0;
}
.area_ranking .colWrap.clm_1_3col > .col .ttlLv3 .heading {
  border: none !important;
}
.area_ranking .colWrap.clm_1_3col > .col .heading__ranking {
  position: relative;
  padding-left: 11px;
  padding-right: 11px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.area_ranking .colWrap.clm_1_3col > .col .heading__ranking.rank01:before {
  content: "";
  width: 50px;
  height: 46px;
  display: inline-block;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/icon_ranking01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.area_ranking .colWrap.clm_1_3col > .col .heading__ranking.rank02:before {
  content: "";
  width: 50px;
  height: 46px;
  display: inline-block;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/icon_ranking02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.area_ranking .colWrap.clm_1_3col > .col .heading__ranking.rank03:before {
  content: "";
  width: 50px;
  height: 46px;
  display: inline-block;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/icon_ranking03.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.area_ranking .colWrap.clm_1_3col > .col .heading__ranking.rank04:before {
  content: "";
  width: 50px;
  height: 46px;
  display: inline-block;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/icon_ranking04.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.area_ranking .colWrap.clm_1_3col > .col .heading__ranking.rank05:before {
  content: "";
  width: 50px;
  height: 46px;
  display: inline-block;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/icon_ranking05.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.area_ranking .colWrap.clm_1_3col > .col .heading__ranking.rank06:before {
  content: "";
  width: 50px;
  height: 46px;
  display: inline-block;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/icon_ranking06.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.area_ranking .colWrap.clm_1_3col > .col .heading__ranking.rank07:before {
  content: "";
  width: 50px;
  height: 46px;
  display: inline-block;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/icon_ranking07.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.area_ranking .colWrap.clm_1_3col > .col .heading__ranking.rank08:before {
  content: "";
  width: 50px;
  height: 46px;
  display: inline-block;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/icon_ranking08.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.area_ranking .colWrap.clm_1_3col > .col .heading__ranking.rank09:before {
  content: "";
  width: 50px;
  height: 46px;
  display: inline-block;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/icon_ranking09.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.area_ranking .colWrap.clm_1_3col > .col .detailPriceText {
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 24px;
}
.area_ranking .colWrap.clm_1_3col > .col .detailPriceText .price_txt {
  font-weight: bold;
  font-size: 1.6rem;
  color: #cc0000;
}
.area_ranking .area_ranking .colWrap.clm_1_3col .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12.linkbtn, .area_ranking .colWrap.clm_1_3col .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12.linkbtn {
  padding: 0 11px;
}

@media (min-width: 740px) {
  .area_ranking .colWrap.clm_1_3col {
    justify-content: space-between;
  }
}
@media (max-width: 739px) {
  .clm_1_3col.colWrap .col:nth-of-type(n+2) {
    margin-top: 0px;
    margin-left: 10px;
  }
  .clm_1_3col.colWrap .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 .imgParts {
    padding-bottom: 10px;
    min-width: calc(100vw - 39px);
  }
}
@media (max-width: 739px) {
  .area_ranking .colWrap.clm_1_3col .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12.inner_ttl.title.pageTtl_box + .text.aem-GridColumn.aem-GridColumn--default--12 {
    min-height: 1px;
  }
  .area_ranking .colWrap.clm_1_3col .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12.inner_ttl.title.pageTtl_box + .text.aem-GridColumn.aem-GridColumn--default--12 p {
    white-space: break-spaces;
  }
  .colWrap.clm_1_3col .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 .imgParts {
    padding-bottom: 10px;
    min-width: calc(100vw - 39px);
  }
}
.inner-txt {
  padding: 0 10px 10px;
}

.btn.iconOther {
  position: relative;
}

@media (min-width: 740px) {
  .area_ranking .colWrap.clm_1_3col > .col {
    padding-bottom: 81px;
    position: relative;
  }
  .area_ranking .colWrap.clm_1_3col .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12.linkbtn {
    margin-top: auto;
    bottom: 11px;
    left: 0;
    position: absolute;
  }
}
/*バナー見出しテキスト*/
.top-bnr {
  max-width: 950px;
  margin: 0 auto;
  float: none !important;
  clear: both !important;
  padding-top: 75px;
  font-size: 1.8rem;
}
.top-bnr .imgParts {
  margin-top: 15px;
}

.bnr__ttl p {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
}
.bnr__ttl p:before, .bnr__ttl p:after {
  content: "";
  height: 75%;
  width: 2px;
  background: #333333;
  position: absolute;
}
.bnr__ttl p:before {
  left: -15px;
  transform: rotate(-36deg);
  bottom: 2px;
}
.bnr__ttl p:after {
  right: -15px;
  transform: rotate(36deg);
  bottom: 2px;
}

@media (max-width: 739px) {
  .top-bnr {
    padding-top: 30px;
    font-size: 1.8rem;
  }
  .top-bnr .bnr__ttl {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .bnr__ttl p:before, .bnr__ttl p:after {
    display: none;
  }
  .bnr__ttl.forSP {
    position: relative;
    width: fit-content !important;
    padding: 0 15px 0 20px !important;
  }
  .bnr__ttl.forSP:before, .bnr__ttl.forSP:after {
    content: "";
    height: 75%;
    width: 2px;
    background: #333333;
    position: absolute;
  }
  .bnr__ttl.forSP:before {
    left: 0px;
    transform: rotate(-36deg);
    bottom: 4px;
  }
  .bnr__ttl.forSP:after {
    right: 0px;
    transform: rotate(36deg);
    bottom: 4px;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
251125更新
common
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt10 {
  font-size: 1rem;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}
.fnt14 ul li {
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .fnt14 ul li {
    font-size: 1.4rem;
  }
}

.fnt15 {
  font-size: 1.5rem;
}
.fnt15.spfnt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .fnt15.spfnt {
    font-size: 1.5rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 ul li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.lineheight2 {
  line-height: 2;
}

.top-lead {
  font-size: 1.8rem;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .top-lead {
    margin-inline: auto;
    padding: 20px;
    font-size: 2.4rem;
    font-weight: 300;
  }
}

.ttl-fukidashi {
  font-size: 1.8rem;
  font-weight: bold;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/student/img_sites/251125/bg_ttl_cmt.svg) no-repeat center center;
  background-size: 100%;
  padding: 20px 10px 30px;
  display: block;
}
@media screen and (min-width: 740px) {
  .ttl-fukidashi {
    padding: 30px 10px 40px;
    font-size: 2.4rem;
    min-width: 500px;
  }
}

.heading__point {
  border-bottom: 3px dashed #ffc4e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.heading__point .heading {
  font-size: 2rem;
  font-weight: 300 !important;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .heading__point .heading {
    font-size: 2.6rem;
  }
}
.heading__point .heading .point_num {
  font-size: 3rem;
  color: #ff40ae;
  font-weight: bold;
}
@media screen and (min-width: 740px) {
  .heading__point .heading .point_num {
    font-size: 4rem;
  }
}

.merit .inner .merit__flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
}
@media screen and (min-width: 740px) {
  .merit .inner .merit__flex {
    justify-content: center;
  }
}
.merit .inner .merit__flex::before {
  content: none;
}
.merit .inner .merit__flex > div {
  width: 47% !important;
}
@media screen and (min-width: 740px) {
  .merit .inner .merit__flex > div {
    width: 18% !important;
  }
}
.merit .inner .merit__flex .merit__link a {
  background: #ffffff;
  padding: 8px;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  box-shadow: rgba(196, 111, 252, 0.2) 3px 3px 3px;
  margin-top: 0;
}
@media screen and (min-width: 740px) {
  .merit .inner .merit__flex .merit__link a {
    padding: 12px;
  }
}
.merit .inner .merit__flex .merit__link a .btnInr > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
.merit .inner .txtList li::before {
  width: 8px;
  height: 8px;
  background-color: #ff40ae;
}

.keyword .keyword__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .keyword .keyword__flex {
    justify-content: center;
  }
}
.keyword .keyword__flex::before {
  content: none;
}
.keyword .keyword__flex > div {
  width: calc(50% - 5px) !important;
}
@media screen and (min-width: 740px) {
  .keyword .keyword__flex > div {
    width: calc(20% - 10px) !important;
  }
}
.keyword .keyword__flex > div.linkbtn .keyword__btn a {
  border-radius: 50px;
  background: #fff;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: rgba(196, 111, 252, 0.2) 3px 3px 3px;
}
.keyword .keyword__sub-ttl {
  position: relative;
  font-weight: 300 !important;
  padding-bottom: 20px;
}
.keyword .keyword__sub-ttl::before {
  content: "";
  background: linear-gradient(203deg, rgb(194, 111, 255) 0%, rgb(255, 111, 169) 100%);
  width: 90%;
  height: 12px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.keyword .keyword__sub-ttl .ttlLv2 {
  margin-top: 20px !important;
}
@media screen and (min-width: 740px) {
  .keyword .keyword__sub-ttl .ttlLv2 {
    margin-top: 30px !important;
  }
}
.keyword .keyword__sub-ttl .heading {
  position: relative;
  z-index: 2;
}

.nav-anc a {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .nav-anc a {
    font-size: 1.4rem;
  }
}

.heading__balloon > .ttlLv1 .heading {
  font-size: 2.6rem;
}
@media screen and (min-width: 740px) {
  .heading__balloon > .ttlLv1 .heading {
    font-size: 4.6rem;
  }
}