@charset "utf-8";
/* 海外ホテルDST　PCSP共通（レスポンシブ） */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&display=swap');
/* リセット */
h1, h2, h3, h4, h5, h6, p, ul {
  font-weight: inherit;
  font-size: inherit;
}
ol {
  margin: 0;
}
li {
  list-style: none;
}
/* 基本設定 */
.main {
  --fs-default: 16px;
  --fs-mainTit: 40px;
  --fs-title: 22px;
  --fs-head: 32px;
  --fs-head2: 24px;
  --fs-head3: 18px;
  --fs-price: 20px;
  --fs-detail: 14px;
  --fs-point: 12px;
  --fs-note: 10px;
  --fs-sp-40: calc(80vw / 7.5);
  --fs-sp-35: calc(70vw / 7.5);
  --fs-sp-30: calc(60vw / 7.5);
  --fs-sp-25: calc(45vw / 7.5);
  --fs-sp-20: calc(40vw / 7.5);
  --fs-sp-18: calc(36vw / 7.5);
  --fs-sp-16: calc(32vw / 7.5);
  --fs-sp-15: calc(30vw / 7.5);
  --fs-sp-14: calc(28vw / 7.5);
  --fs-sp-13: calc(26vw / 7.5);
  --fs-sp-12: calc(24vw / 7.5);
  --fs-sp-11: calc(22vw / 7.5);
  --color-blue: #428FED;
  --color-darkblue: #140D77;
  --color-darkblue2: #10069F;
  --color-lightblue: #C2E4FA;
  --color-lightblue2: #9EC5F1;
  --color-paleblue: #DFF2FF;
  --color-gray: #C0C5CC;
  --color-lightgray: #E9ECF2;
  --color-red: #D63333;
  --color-orange: #F29423;
  --color-pink: #FFF7F7;
}
#mainContents {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
#mainContents a {
  color: inherit;
  text-decoration: none;
}
#mainContents a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 751px) {
  #mainContents {
    font-size: var(--fs-default);
    font-weight: 400;
    line-height: 1.6;
    color: #000;
  }
}
@media screen and (max-width: 750px) {
  #mainContents {
    font-size: var(--fs-sp-14);
    font-weight: 500;
    line-height: 1.6;
    color: #000;
  }
  #mainContents a:hover {
    opacity: 1;
  }
}
/* ナビ */
@media screen and (min-width: 751px) {
  #Nav {
    width: 100%;
    background-color: var(--color-lightblue2);
    font-size: var(--fs-detail);
    font-weight: 700;
    line-height: 1;
    padding: 15px 0 13px;
    z-index: 1000;
  }
  #Nav.is-fixed {
    position: fixed;
    top: 0; /* offsetY */
    left: 0;
  }
  #Nav.is-fixed.is-end {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .navBox {
    width: 992px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .navBox li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-right: 8px;
  }
  .nav_cityHead {
    margin-right: 5px !important;
    padding-right: 15px;
    padding-bottom: 3px;
  }
  .nav_cityHead:after {
    content: "";
    position: absolute;
    background: url(/cmn/icon/icon_arrow_right_black.svg) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
  }
  .nav_cityLink {
    font-size: var(--fs-point);
    font-weight: 400;
    padding: 6px 13px;
    margin-bottom: 3px;
    border-radius: 50px;
    background-color: #fff;
  }
  .nav_link {
    margin-right: 13px !important;
  }
  .nav_link a {
    border-bottom: 1px dashed #000;
    padding-bottom: 3px;
    padding-right: 16px;
  }
  .nav_link:after {
    content: "";
    position: absolute;
    background: url(/cmn/icon/icon_arrow_down_black.svg) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
  }
  .ML10 {
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  #Nav {
    width: 100%;
    background-color: var(--color-lightblue2);
    font-size: var(--fs-sp-13);
    font-weight: 700;
    line-height: 1;
    padding: 0 3vw 3vw 3vw;
    z-index: 1000;
  }
  #Nav.is-fixed {
    position: fixed;
    top: 0; /* offsetY */
    left: 0;
  }
  #Nav.is-fixed.is-end {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .navBox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .navBox li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 2vw;
    margin-right: 8px;
  }
  .nav_cityHead {
    margin-right: 5px !important;
    padding-right: 15px;
    padding-bottom: 3px;
  }
  .nav_cityHead:after {
    content: "";
    position: absolute;
    background: url(/cmn/icon/icon_arrow_right_black.svg) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
  }
  .nav_cityLink {
    font-size: var(--fs-sp-12);
    font-weight: 400;
    padding: calc(3vw / 2) 3vw;
    border-radius: 50px;
    margin-bottom: 1px;
    background-color: #fff;
  }
  .nav_link {
    margin-right: 10px !important;
  }
  .nav_link a {
    border-bottom: 1px dashed #000;
    padding-bottom: 3px;
    padding-right: 16px;
  }
  .nav_link:after {
    content: "";
    position: absolute;
    background: url(/cmn/icon/icon_arrow_down_black.svg) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
  }
}
/* MVエリア */
/*↓阪野追加↓*/
.mvArea {
  position: relative;
}
.mvBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mvBg_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mvBox {
  position: relative;
}
.mvBox .title {
  font-weight: bold;
}
.mvBox .title em {
  display: block;
}
/*↑阪野追加↑*/
@media screen and (min-width: 751px) {
  .mvArea {
    width: 100%;
    height: 400px;
  }
  .title {
    width: 992px;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
    line-height: 1.5;
    text-shadow:
      0 0 15px rgba(255, 255, 255, 1.0), 0 0 15px rgba(255, 255, 255, 1.0), 0 0 15px rgba(255, 255, 255, 1.0), 0 0 15px rgba(255, 255, 255, 1.0);
  }
  /*↓阪野修正↓*/
  .title {
    font-size: var(--fs-title) !important;
  }
  .title em {
    font-size: var(--fs-mainTit) !important;
    font-weight: 700;
  }
  /*↑阪野修正↑*/
  .lead {
    width: 880px;
    margin: 60px auto 0;
    padding: 18px;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 750px) {
  .mvArea {
    width: 100%;
    height: calc(460vw / 7.5);
  }
  .title {
    width: 90%;
    margin: 0 auto;
    padding-top: calc(42vw / 7.5);
    text-align: center;
    line-height: 1.5;
    text-shadow:
      0 0 18px rgba(255, 255, 255, 0.9), 0 0 18px rgba(255, 255, 255, 0.9), 0 0 18px rgba(255, 255, 255, 0.9), 0 0 18px rgba(255, 255, 255, 0.9);
  }
  /*↓阪野修正↓*/
  .title {
    font-size: var(--fs-sp-18) !important;
  }
  .title em {
    font-size: var(--fs-sp-30) !important;
    font-weight: 700;
  }
  /*↑阪野修正↑*/
  .lead {
    font-size: var(--fs-sp-12);
    font-weight: 400;
    width: 90%;
    margin: calc(42vw / 7.5) auto 0;
    padding: 2vw 3vw;
    background: rgba(255, 255, 255, 0.7);
  }
}
/* コンテンツエリア */
@media screen and (min-width: 751px) {
  .contentsArea {
    width: 992px;
    padding-top: 100px;
    margin: 0 auto;
  }
  .contentsArea:nth-child(3) {
    padding-top: 60px;
  }
  .contentsArea_blue {
    width: 100%;
    padding: 80px 0;
    margin: 100px 0 0;
    background-color: var(--color-paleblue);
    text-align: center;
  }
  .contentsArea_gray {
    width: 100%;
    padding: 80px 0;
    margin: 100px 0 0;
    background-color: var(--color-lightgray);
  }
  h2 {
    text-align: center;
    font-size: var(--fs-head) !important;
    font-weight: 500 !important;
    padding-bottom: 60px;
  }
  h3 {
    font-size: var(--fs-head2) !important;
    font-weight: 700 !important;
    border-bottom: 7px solid var(--color-darkblue);
    display: inline-block;
  }
  h4 {
    font-size: var(--fs-head2) !important;
    font-weight: 700 !important;
    margin-bottom: 40px;
  }
  .cpn_time {
    text-align: center;
    margin: -40px 0 60px;
    font-size: var(--fs-head3);
  }
  .cpn_detailBox {
    color: var(--color-red);
    background-color: var(--color-pink);
    margin-bottom: 40px;
    padding: 20px;
    font-weight: 500;
    font-size: var(--fs-detail);
  }
  .cpn_detail {
    position: relative;
    font-weight: 400;
    padding-left: 16px;
  }
  .cpn_detail:before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .contentsArea {
    width: 100%;
    padding-top: 12vw;
  }
  .contentsArea:nth-child(3) {
    padding-top: 8vw;
  }
  .contentsArea_blue {
    width: 100%;
    padding: 10vw 0;
    margin: 10vw 0 0;
    background-color: var(--color-paleblue);
    text-align: center;
  }
  .contentsArea_gray {
    width: 100%;
    padding: 10vw 0;
    margin: 10vw 0 0;
    background-color: var(--color-lightgray);
  }
  h2 {
    text-align: center;
    font-size: var(--fs-sp-25) !important;
    font-weight: 500 !important;
    padding-bottom: 8vw;
  }
  h3 {
    font-size: var(--fs-sp-20) !important;
    font-weight: 800 !important;
    background-color: var(--color-darkblue);
    color: #fff;
    padding: 4vw 0;
    line-height: 1;
  }
  h4 {
    font-size: var(--fs-sp-16) !important;
    font-weight: 700 !important;
    line-height: 1.4;
    border-left: 7px solid var(--color-darkblue);
    padding-left: 5px;
    display: inline-block;
    margin: 6vw 4vw 3vw;
    display: flex;
  }
  .cpn_time {
    text-align: center;
    margin: -5vw 0 8vw;
    font-weight: 400;
  }
  .cpn_detailBox {
    color: var(--color-red);
    background-color: var(--color-pink);
    padding: 3vw 4vw;
    margin: 0 4vw 6vw;
    font-weight: 700;
    font-size: var(--fs-sp-12);
  }
  .cpn_detail {
    position: relative;
    font-weight: 400;
    padding-left: var(--fs-sp-12);
    padding-top: 5px;
  }
  .cpn_detail:before {
    position: absolute;
    content: "・";
    top: 5px;
    left: 0;
  }
}
/*  ホテルカセット */
@media screen and (min-width: 751px) {
  .hotelListBox {
    display: grid;
    grid-template-columns: repeat(auto-fit, 233px);
    justify-content: center;
    gap: 23px 20px;
  }
  .hotelListBox:has(.wide) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hotelBox {
    width: 233px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
  }
  .hotelImg {
    position: relative;
    height: 150px;
  }
  .hotelImg img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .cityName {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 5px;
    font-size: var(--fs-point);
    font-weight: 500;
    color: #fff;
  }
  .hotel_detailBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }
  .hotel_txtBox {
    width: 100%;
    padding: 8px;
    font-size: var(--fs-point);
    text-align: left;
  }
  .hotelName {
    font-size: var(--fs-default);
    font-weight: 700;
  }
  .hotelRank {
    text-align: right;
    line-height: 1;
    margin: 5px 0 8px;
  }
  .hotelRank img {
    width: 90px;
  }
  .hotel_priceBox {
    width: 100%;
    text-align: right;
    padding: 0 8px 10px;
  }
  .price {
    font-weight: 800;
    color: var(--color-red);
  }
  .price span {
    font-size: var(--fs-price);
  }
  .price_conditions {
    font-size: var(--fs-note);
  }
  /*ホテルカセット1列*/
  .wide {
    width: 100%;
    background-color: #fff;
    flex-direction: row !important;
    flex-wrap: wrap;
    padding: 10px;
  }
  .wide:nth-child(n+2) {
    margin-top: 20px;
  }
  .wide .hotelImg {
    width: 150px;
    height: 150px;
  }
  .wide .hotelImg img {
    width: 150px;
    height: 150px;
  }
  .wide .hotel_detailBox {
    width: calc(100% - 190px);
  }
  .wide .hotel_txtBox {
    padding: 5px 5px 8px 20px;
  }
  .wide .hotelRank {
    text-align: left;
  }
  .wide .hotel_priceBox {
    padding: 0 5px 5px 20px;
  }
}
@media screen and (max-width: 750px) {
  .hotelListBox {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4vw 0;
  }
  .hotelBox {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 2vw;
    border: 1px solid #333;
  }
  .hotelBox:nth-child(n+2) {
    margin-top: 4vw;
  }
  .hotelImg {
    width: calc(155vw / 7.5);
    height: calc(155vw / 7.5);
    position: relative;
  }
  .hotelImg img {
    width: calc(155vw / 7.5);
    height: calc(155vw / 7.5);
    object-fit: cover;
  }
  .cityName {
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 100%;
    background: #000;
    padding: 0 4px;
    font-size: var(--fs-sp-11);
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .hotel_detailBox {
    width: calc(100% - (155vw / 7.5));
    text-align: left;
  }
  .hotel_txtBox {
    width: 100%;
    padding-left: 3vw;
    font-size: var(--fs-sp-12);
    font-weight: 400;
  }
  .hotelName {
    font-size: var(--fs-sp-14);
    font-weight: 700;
  }
  .hotelRank {
    text-align: right;
    line-height: 1;
    margin: 5px 0;
  }
  .hotelRank img {
    width: calc(150vw / 7.5);
  }
  .hotel_priceBox {
    width: 100%;
    text-align: right;
    padding-top: 1vw;
  }
  .price {
    font-weight: 800;
    color: var(--color-red);
  }
  .price span {
    font-size: var(--fs-sp-20);
  }
  .price_conditions {
    font-size: var(--fs-sp-11);
    font-weight: 400;
  }
}
/* CPNバナーエリア */
@media screen and (min-width: 751px) {
  .cpn_linkArea {
    margin: 60px auto 0;
    text-align: center;
    font-size: var(--fs-head3);
  }
  .cpn_linkArea p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .cpn_linkArea {
    margin: 8vw 4vw 5vw;
    text-align: center;
    font-size: var(--fs-sp-15);
  }
  .cpn_linkArea p {
    margin-bottom: 1vw;
  }
  .cpn_linkArea a img {
    width: 95%;
  }
}
/* 人気都市 */
@media screen and (min-width: 751px) {
  .cityNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -20px 0 60px;
  }
  .cityNav a {
    padding: 8px 16px 8px 32px;
    background: var(--color-lightblue);
    margin-right: 24px;
    position: relative;
  }
  .cityNav a:last-child {
    margin-right: 0;
  }
  .cityNav a:before {
    position: absolute;
    content: "";
    background: url(/cmn/icon/icon_arrow_down_black.svg) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: calc(50% - 9px);
    left: 12px;
  }
  .recommend_cityBox {
    text-align: center;
    margin-bottom: 100px;
  }
  .recommend_cityBox:last-child {
    margin-bottom: 0;
  }
  .recommend_detailBox {
    width: 100%;
    text-align: left;
    margin: 50px 0 60px;
  }
}
@media screen and (max-width: 750px) {
  .cityNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5vw 0 8vw;
  }
  .cityNav a {
    padding: 2vw 4vw 2vw 7vw;
    background: var(--color-lightblue);
    margin: 4vw 2vw 0;
    position: relative;
  }
  .cityNav a:before {
    position: absolute;
    content: "";
    background: url(/cmn/icon/icon_arrow_down_black.svg) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: calc(50% - 9px);
    left: 2vw;
  }
  .recommend_cityBox {
    text-align: center;
    margin-bottom: 12vw;
  }
  .recommend_cityBox:last-child {
    margin-bottom: 0;
  }
  .recommend_detailBox {
    width: 100%;
    padding: 5vw 4vw;
  }
}
/* おすすめ観光地 */
@media screen and (min-width: 751px) {
  .sightseeing_head {
    color: var(--color-darkblue);
    font-size: var(--fs-default);
    font-weight: 800;
    line-height: 1;
    padding: 14px 16px 16px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 60px;
  }
  .recommend_sightseeingBox {
    width: 992px;
    margin: 0 auto 100px;
    text-align: center;
  }
  .recommend_sightseeingBox:last-child {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  .sightseeing_head {
    color: var(--color-darkblue);
    font-size: var(--fs-default);
    font-weight: 800;
    line-height: 1.5;
    padding: 1vw calc(7vw / 2);
    2vw;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 7vw;
  }
  .sightseeing_head span {
    font-size: var(--fs-sp-12);
  }
  .recommend_sightseeingBox {
    width: 100%;
    margin: 0 auto 13vw;
    text-align: center;
  }
  .recommend_sightseeingBox:last-child {
    margin: 0 auto 20px;
  }
  .recommend_sightseeingBox h3 {
    font-size: var(--fs-sp-18) !important;
    background-color: transparent;
    color: #000;
    padding: 0 0 1vw;
    border-bottom: 6px solid var(--color-darkblue);
    display: inline-block;
  }
}
/* 都市・観光地 swiper */
@media screen and (min-width: 751px) {
  .swiperBox {
    position: relative;
    width: 100%;
  }
  .slider-recommend {
    width: 100%;
  }
  .swiper-wrapper {
    width: 100%;
  }
  .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .swiper-slideImg {
    width: 660px;
    position: relative;
  }
  .swiper-slideImg img {
    width: 660px;
  }
  .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: var(--fs-point);
    font-weight: 500;
    line-height: 1.0;
    padding: 5px 8px 7px;
    width: 100%;
  }
  .swiper-slideTxt {
    width: calc(100% - 660px);
    padding-left: 30px;
  }
  .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: calc(50% - 16px);
    margin-left: -46px;
    margin-right: -46px;
    z-index: 30;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 32px;
    font-weight: 800;
  }
  .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0 !important;
    right: 0;
    text-align: center;
  }
  .swiper-pagination-bullet {
    background-color: var(--color-gray);
    color: #fff;
    font-size: var(--fs-point);
    font-weight: 800;
    width: 20px;
    height: 20px;
    line-height: 1.5;
    transition: transform .2s linear;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background-color: var(--color-blue);
    color: #fff;
    transform: scale(1);
  }
}
@media screen and (max-width: 750px) {
  .swiperBox {
    position: relative;
    width: 100%;
  }
  .slider-recommend {
    width: 100%;
  }
  .swiper-wrapper {
    width: 100%;
    padding-bottom: 30px;
  }
  .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .swiper-slideImg {
    width: 100%;
    position: relative;
  }
  .swiper-slideImg img {
    width: 100%;
  }
  .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: var(--fs-sp-12);
    font-weight: 500;
    line-height: 1.0;
    padding: 5px;
    width: 100%;
  }
  .swiper-slideTxt {
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: var(--fs-sp-13);
    padding-top: 2vw;
  }
  .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: calc(50% - 14vw);
    margin-left: -5vw;
    margin-right: -5vw;
    z-index: 30;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    color: #fff;
  }
  .swiper-button-prev:after {
    font-size: 5vw;
    font-weight: 800;
    padding-right: 1vw;
  }
  .swiper-button-next:after {
    font-size: 5vw;
    font-weight: 800;
    padding-left: 1vw;
  }
  .swiper-pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0 !important;
    right: 0;
    text-align: center;
  }
  .swiper-pagination-bullet {
    background-color: var(--color-gray);
    color: #fff;
    font-size: var(--fs-point);
    font-weight: 800;
    width: 20px;
    height: 20px;
    line-height: 1.5;
    transition: transform .2s linear;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background-color: var(--color-blue);
    color: #fff;
    transform: scale(1);
  }
}
/* 旅行検索 */
.dstItem:not([href]) {
  cursor: default;
  &::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
  }
  &:hover {
    opacity: 1 !important;
  }
  .dstName {
    opacity: .9;
  }
}
@media screen and (min-width: 751px) {
  .search_linkArea img {
    width: 28px;
    height: 30px;
    margin-right: 5px;
  }
  /*↓阪野修正↓*/
  .search_sublinkTtl {
    margin-bottom: 15px;
  }
  .search_sublinkBox {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
  }
  .search_sublink {
    padding-right: 20px;
    position: relative;
    font-weight: 400;
    line-height: 1.2;
  }
  .search_sublink:after {
    position: absolute;
    content: "";
    background: url(/cmn/icon/icon_arrow_right_black.svg) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
  }
  .search_linkBox {
    --yohaku-yoko: 30px;
    width: 100%;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    gap: 25px var(--yohaku-yoko);
  }
  .search_linkBox_item {
    width: var(--size, calc((100% - var(--yohaku-yoko) * 2) / 3));
    position: relative;
  }
  .search_linkBox_item:has(.search_sublinkArea) {
    --size: 100%;
  }
  .search_linkBox_item:not(:has(.search_sublinkArea)):after {
    position: absolute;
    content: "";
    background: url(/cmn/icon/icon_arrow_right_black.svg) no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    top: 5px;
    right: 0;
  }
  /*↑阪野修正↑*/
  .other_infoArea {
    width: 100%;
    margin: 50px 0 0;
    padding: 18px 18px 3px;
    border: 1px solid #000;
    background-color: #fff;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: var(--fs-detail);
    line-height: 1;
  }
  .other_infoHead {
    width: 140px;
    font-weight: 800;
    position: relative;
  }
  .other_infoHead:after {
    position: absolute;
    content: "";
    background: url(/cmn/icon/icon_arrow_right_black.svg) no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    top: -1px;
    right: 0;
  }
  .other_infoItem {
    width: calc(100% - 160px);
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
  }
  .other_infoItem a {
    margin: 0 20px 15px 0;
    padding-bottom: 3px;
    border-bottom: 1px dashed #000;
  }
}
@media screen and (max-width: 750px) {
  .search_linkArea {
    padding: 0 4vw;
    font-size: var(--fs-sp-15);
  }
  .search_linkArea img {
    width: 7vw;
    height: 7vw;
    margin-right: 8px;
  }
  /*↓阪野修正↓*/
  .search_sublinkTtl {
    font-weight: 700;
  }
  .search_sublinkBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3vw;
    gap: 2vw 3vw;
  }
  .search_sublink {
    padding-right: calc(9vw / 2);
    position: relative;
    font-size: var(--fs-sp-14);
    font-weight: 400;
    line-height: 1.2;
  }
  .search_sublink:after {
    position: absolute;
    content: "";
    background: url(/cmn/icon/icon_arrow_right_black.svg) no-repeat;
    background-size: 5vw;
    width: 5vw;
    height: 5vw;
    top: 0;
    right: 0;
  }
  .search_linkBox {
    width: 100%;
    font-weight: 500;
  }
  .search_linkBox_item {
    width: 100%;
    position: relative;
    padding: 4vw 1vw;
  }
  .search_linkBox_item:first-child {
    padding-top: 0;
  }
  .search_linkBox_item:not(:last-child) {
    border-bottom: 1px dashed #000;
  }
  .search_linkBox_item:not(:has(.search_sublinkArea)):after {
    position: absolute;
    content: "";
    background: url(/cmn/icon/icon_arrow_right_black.svg) no-repeat;
    background-size: 7vw;
    width: 7vw;
    height: 7vw;
    top: 4vw;
    right: 0;
  }
  .search_link {
    display: block;
  }
  /*↑阪野修正↑*/
  .other_infoArea {
    margin: 5vw 4vw 0;
    padding: 4vw;
    background-color: var(--color-paleblue);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1;
  }
  .other_infoHead {
    width: 100%;
    font-weight: 800;
    margin-bottom: 5vw;
    font-size: var(--fs-sp-14);
  }
  .other_infoItem {
    display: flex;
    flex-direction: column;
  }
  .other_infoItem a {
    padding-bottom: 4vw;
    padding-left: 3vw;
    position: relative;
    font-weight: var(--fs-sp-13) !important;
    font-weight: 400 !important;
    line-height: 1;
  }
  .other_infoItem a:last-child {
    padding-bottom: 1vw;
  }
  .other_infoItem a:before {
    position: absolute;
    content: "";
    width: 2vw;
    height: 2vw;
    background-color: var(--color-darkblue);
    top: 1vw;
    left: 0;
  }
}
/* おすすめ記事 */
@media screen and (min-width: 751px) {
  .columnArea {
    display: grid;
    grid-template-columns: repeat(auto-fit, 233px);
    justify-content: center;
    gap: 23px 20px;
  }
  .columnArea a {
    width: 233px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
  }
  .columnImg {
    width: 233px;
    height: 150px;
  }
  .columnImg img {
    object-fit: cover;
    width: 100%;
    height: 150px;
  }
  .columnTitle {
    font-size: var(--fs-default);
    font-weight: 700;
    padding: 8px;
  }
  .columnTxt {
    font-size: var(--fs-point);
    font-weight: 400;
    padding: 0 8px 12px;
  }
}
@media screen and (max-width: 750px) {
  .columnArea {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4vw;
  }
  .columnArea a {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4vw;
  }
  .columnArea a:last-child {
    margin-bottom: 0;
  }
  .columnImg {
    width: calc(155vw / 7.5);
    height: calc(155vw / 7.5);
  }
  .columnImg img {
    width: calc(155vw / 7.5);
    height: calc(155vw / 7.5);
    object-fit: cover;
  }
  .column_detailBox {
    width: calc(100% - (155vw / 7.5));
    padding-left: 3vw;
  }
  .columnTitle {
    font-size: var(--fs-sp-14);
    font-weight: 700;
  }
  .columnTxt {
    font-size: var(--fs-sp-12);
    font-weight: 400;
  }
}
/* よくある質問 */
@media screen and (min-width: 751px) {
  .faq_listBox {
    width: 992px;
    margin: 0 auto;
  }
  .faq_listBox li {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding: 0 5px 20px;
  }
  .faq_listBox li:last-child {
    border-bottom: none;
    margin-bottom: 20px;
    padding: 0 5px;
  }
  .faq_Q {
    font-weight: 700;
    padding-left: 25px;
    position: relative;
  }
  .faq_Q:before {
    content: "Q.";
    position: absolute;
    left: 0;
    bottom: 1px;
  }
  .faq_A {
    font-size: var(--fs-detail);
    margin-top: 10px;
  }
  .faq_A a {
    color: var(--color-blue) !important;
  }
}
@media screen and (max-width: 750px) {
  .faq_listBox {
    width: 100%;
    padding: 0 4vw;
  }
  .faq_listBox li {
    border-bottom: 1px dashed;
    #000;
    margin-bottom: 4vw;
    padding: 0 1vw 4vw;
  }
  .faq_listBox li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 1vw;
  }
  .faq_Q {
    font-weight: 700;
    padding-left: 5vw;
    padding-right: 6vw;
    position: relative;
    font-size: var(--fs-sp-14);
    background: url(/cmn/icon/icon_arrow_down_black.svg) no-repeat;
    background-size: 6vw;
    background-position: right top;
  }
  .faq_Q.active {
    background: url(/kaigai/hotels/dst/assets/images/icon/icon_arrow_top_black.svg) no-repeat;
    background-size: 6vw;
    background-position: right top;
  }
  .faq_Q:before {
    content: "Q.";
    position: absolute;
    left: 0;
    top: 0;
  }
  .faq_A {
    font-size: var(--fs-sp-13);
    margin-top: 10px;
  }
  .faq_A a {
    color: var(--color-blue) !important;
  }
}
/* footer 国特集リンク */
@media screen and (min-width: 751px) {
  .footer_linkArea li {
    margin-bottom: 50px;
  }
  .footer_linkArea li:last-child {
    margin-bottom: 20px;
  }
  .dstTitle {
    padding-left: 8px;
    border-left: 7px solid var(--color-darkblue);
    line-height: 1.2;
    font-size: var(--fs-head3);
    font-weight: 800;
  }
  .dst_itemBox {
    display: flex;
    flex-wrap: wrap;
  }
  .dstItem {
    width: 150px;
    height: 150px;
    margin-top: 20px;
    margin-right: 18px;
    position: relative;
  }
  .dstItem:nth-child(6n) {
    margin-right: 0;
  }
  .dstItem img {
    width: 150px;
    height: 150px;
    object-fit: cover;
  }
  .dstItem p {
    position: absolute;
    content: "";
    font-size: var(--fs-head3);
    font-weight: 800;
    color: #fff;
    z-index: 100;
    width: 150px;
    height: 60px;
    top: 43px;
    left: 0;
    text-align: center;
    line-height: 1.3;
    text-shadow:
      0 0 12px rgba(0, 0, 0, 0.3), 0 0 12px rgba(0, 0, 0, 0.3), 0 0 12px rgba(0, 0, 0, 0.3), 0 0 12px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footerArea {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  .footer_linkArea li {
    margin-bottom: 7vw;
  }
  .footer_linkArea li:last-child {
    margin-bottom: 3vw;
  }
  .dstTitle {
    font-size: var(--fs-sp-16) !important;
    font-weight: 700 !important;
    line-height: 1.4;
    border-left: 7px solid var(--color-darkblue);
    padding-left: 5px;
    display: inline-block;
    margin: 0 4vw;
  }
  .dst_itemBox {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4vw;
  }
  .dstItem {
    width: calc(215vw / 7.5);
    height: calc(215vw / 7.5);
    aspect-ratio: 1 / 1;
    margin-top: 3vw;
    margin-right: 3vw;
    position: relative;
  }
  .dstItem:nth-child(3n) {
    margin-right: 0;
  }
  .dstItem img {
    width: 100%;
    height: calc(215vw / 7.5);
    object-fit: cover;
  }
  /*専用画像を作るまで非表示
.dstItem {
  width: calc((100% - 6vw) / 3);
  aspect-ratio: 1 / 1;
  margin-top: 3vw;
  margin-right: 3vw;
  position: relative;
}
.dstItem:nth-child(3n) {
  margin-right: 0;
}
.dstItem img {
  width: 100%;
  object-fit: cover;
}*/
  .dstItem p {
    position: absolute;
    content: "";
    font-size: var(--fs-sp-15);
    font-weight: 800;
    color: #fff;
    z-index: 100;
    width: 100%;
    height: 98%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 1.3;
    text-shadow:
      0 0 12px rgba(0, 0, 0, 0.3), 0 0 12px rgba(0, 0, 0, 0.3), 0 0 12px rgba(0, 0, 0, 0.3), 0 0 12px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footerArea {
    padding-bottom: 12vw;
  }
}
/* リンクボタン */
@media screen and (min-width: 751px) {
  .linkBtn_box {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .linkBtn {
    width: 992px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .linkBtn a {
    text-align: center;
    padding: 15px 0;
    background-color: var(--color-orange);
    color: #fff !important;
    position: relative;
    border-radius: 50px;
    font-weight: 700;
    width: calc((100% / 2) - 30px);
  }
  .linkBtn a:after {
    content: "";
    background: url(/cmn/icon/icon_arrow_right_white.svg) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    right: 20px;
    position: absolute;
    z-index: 100;
  }
  .white a {
    border: 1px solid #000;
    background-color: #fff;
    color: #000 !important;
  }
  .white a:after {
    content: "";
    background: url(/cmn/icon/icon_arrow_right_black.svg) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    right: 20px;
    position: absolute;
    z-index: 100;
  }
  .blue a {
    background-color: var(--color-darkblue);
  }
}
@media screen and (max-width: 750px) {
  .linkBtn_box {
    width: 100%;
    margin: 0 auto;
    padding: 10vw 4vw 0;
  }
  .linkBtn {
    width: 93%;
    margin: 0 auto;
  }
  .linkBtn a {
    text-align: center;
    padding: 5vw 0;
    background-color: var(--color-orange);
    color: #fff !important;
    position: relative;
    border-radius: 100px;
    font-weight: 700;
    display: block;
    font-size: var(--fs-sp-15);
  }
  .linkBtn a:after {
    content: "";
    background: url(/cmn/icon/icon_arrow_right_white.svg) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    right: 3vw;
    position: absolute;
    z-index: 100;
  }
  .white a {
    border: 1px solid #000;
    background-color: #fff;
    color: #000 !important;
  }
  .white a:after {
    content: "";
    background: url(/cmn/icon/icon_arrow_right_black.svg) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    right: 3vw;
    position: absolute;
    z-index: 100;
  }
  .blue a {
    background-color: var(--color-darkblue);
  }
}
/*PC/SP出し分け*/
@media screen and (max-width: 750px) {
  .PC_on {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  .SP_on {
    display: none !important;
  }
}
/*  SP - ホテルTOPに戻るボタン */
.his-top__link {
  display: none;
}
/* SP - パンくず */
@media screen and (max-width: 750px) {
  #breadcrumbArea, .breadcrumb__contents {
    overflow-x: scroll;
  }
}
/* トップに戻るボタン */
@media screen and (min-width: 751px) {
  .goTop {
    z-index: 1000;
  }
}
@media screen and (max-width: 750px) {
  .goTop {
    z-index: 5000;
  }
}
/* アンカーリンク位置調整 */
@media screen and (min-width: 751px) {
  .anchor:before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
  }
}
@media screen and (max-width: 750px) {
  .anchor:before {
    content: "";
    display: block;
    height: calc(150vw / 7.5);
    margin-top: calc(-150vw / 7.5);
    visibility: hidden;
  }
}