@import url('https://fonts.googleapis.com/css2?family=Lato&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

@font-face {
  font-family: icon;
  src: url(../_font/icon.eot);
  src: url(../_font/icon.eot#iefix) format("embedded-opentype"),
       url(../_font/icon.woff) format("woff"),
       url(../_font/icon.ttf) format("truetype"),
       url(../_font/icon.svg#icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

 [class^="ico-"]:before, [class*=" ico-"]:before { display: inline-block; font-family: "icon"; font-size: 120%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1em; margin-left: .2em; margin-right: .2em; speak: none; text-align: center; text-decoration: inherit; text-transform: none; width: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ico-search:before { content: '\e800'; }
.ico-glass:before { content: '\e801'; }
.ico-pagetop:before { content: '\e802'; }
.ico-clock:before { content: '\e803'; }
.ico-hotel:before { content: '\e804'; }
.ico-link-ext:before { content: '\e805'; }
.ico-airplane:before { content: '\e806'; }
.ico-check:before { content: '\e807'; }
.ico-caution:before { content: '\e808'; }
.ico-bear:before { content: '\e809'; }
.ico-moon:before { content: '\e80a'; }
.ico-cup:before { content: '\e80b'; }
.ico-cake:before { content: '\e80c'; }
.ico-sparkle:before { content: '\e80e'; }
.ico-wave:before { content: '\e80f'; }
.ico-angle-left:before { content: '\f104'; }
.ico-angle-right:before { content: '\f105'; }
.ico-angle-up:before { content: '\f106'; }
.ico-angle-down:before { content: '\f107'; }


@keyframes slide-in {
  0% { opacity: 0; transform: translate3d(20px, 0, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes slideShow {
  0% { opacity: 1; }
  99% { opacity: 1; }
  100% { opacity: 1; z-index: 0; }
}
@keyframes slideShowImg {
  0% { opacity: 0; transform: scale(1.2); }
  4% { opacity: 1; }
  96% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; }
}

.jtb-nav-breadcrumb { max-width: 1280px; }
.l-page { color: #223842; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 16px; line-height: 1.6; text-align: center; width: 100%; }
.l-page * { -ms-box-sizing: border-box; box-sizing: border-box; }
.l-page h1, .l-page h2,.l-page h3, .l-page h4 { font-weight: 700; }
.l-page a, .l-page a img { transition: all .4s ease; }
.l-page button { border: none; cursor: pointer; font-size: 16px; }
.l-page em, .l-page strong { font-weight: 700; }
.l-page img { display: block; margin: 0 auto; width: 100%; }
.l-page li { list-style: none; }
.l-page sup { font-size: .625em; vertical-align: baseline; }
.l-page .bg-white { background-color: #fff; }
.l-page .c-box { background-color: #fff; box-shadow: 0 0 1em 0 rgba(0,0,0,.1); }
.l-page .c-fdc { display: flex; flex-direction: column; }
.l-page .c-pic { position: relative; }
.l-page .c-photo__cap { color: #fff; font-size: .75em; font-weight: 500; position: absolute;  text-shadow: 1px 1px 1px rgba(0,0,0,.6), -1px 1px 1px rgba(0,0,0,.6), 1px -1px 1px rgba(0,0,0,.6), -1px -1px 1px rgba(0,0,0,.6); }
.l-page .c-sec__inner { margin: 0 auto; max-width: 1280px; position: relative; width: 87%; z-index: 1; }
.l-page .c-sec__head { padding-bottom: 3em; }
.l-page .c-sec__head img { width: 5.25em; }
.l-page .c-sec__title { font-size: 2.75em; }
.l-page .en { font-family: "Lato", sans-serif; line-height: 1; }
.l-page .is-animated { animation: slide-in 0.8s ease both; }
.js-btn { bottom: 50px; cursor: pointer; display: none; position: fixed; right: 32px; text-align: center; z-index: 100; }
.js-btn-page-top a { display: block; height: 17px; margin: 0 auto; position: relative; width: 35px; }
.js-btn-page-top a::before { color: #000; content: "\e802"; display: inline-block; font-family: "icon"; font-size: 17px; height: 17px; width: 35px; }
.js-btn-page-top a:hover { opacity: .8; }
.js-btn-search a { align-items: center; background-color: #fff; border: 1px solid #2f9da3; border-radius: 50%; box-shadow: 2px 2px 2px 0 rgba(0,0,0,.15);
 color: #2f9da3; display: flex; flex-direction: column; height: 5em; justify-content: center; margin-bottom: .75em; padding-bottom: .5em; text-align: center; width: 5em; }
.js-btn-search a::before { display: block; font-size: 1.25em; font-weight: 500; margin-bottom: .125em; }
.js-btn-search a span { font-size: .875em; font-weight: 500; line-height: 1.2; }

.l-mv { background-color: #00699c; display: block; width: 100%; }
.l-mv__slider { overflow: hidden; position: relative; width: 100%; }
.l-mv__slider::after { background: linear-gradient(180deg, rgba(0,105,156,0) 0%, #00699c 89%); bottom: -1px; content: ""; display: block; height: 6em; left: 0; position: absolute; width: 100%; z-index: 10; }
.l-mv__slide { animation: slideShow 40s infinite 0s; height: 100%; inset: 0; opacity: 0; position: absolute; width: 100%; z-index: 10; }
.l-mv__slide:nth-of-type(2), .l-mv__slide:nth-of-type(2) img { animation-delay: 8s; }
.l-mv__slide:nth-of-type(3), .l-mv__slide:nth-of-type(3) img { animation-delay: 16s; }
.l-mv__slide:nth-of-type(4), .l-mv__slide:nth-of-type(4) img { animation-delay: 24s; }
.l-mv__slide:nth-of-type(5), .l-mv__slide:nth-of-type(5) img { animation-delay: 32s; }
.l-mv__slide img { animation: slideShowImg 40s infinite 0s; object-fit: cover; }
.l-mv__slide .c-photo__cap { right: 1em; top: 1em; }
.l-mv__bottom { color: #fff; }
.l-mv__title { transform: translateY(-2em); position: relative; z-index: 11; }
.l-mv__title h1 { font-size: 1.5em; margin-bottom: .5em; }
.l-mv__title p { font-size: 1.25em; margin-top: 1em; }
.l-mv__title--logo { margin: 0 auto; max-width: 15em; width: 40%; }
.l-mv__info { background-color: #586266; padding: 1em ;}
.l-mv__info p { color: #fff; font-weight: 500; margin: 0 auto; max-width: 1280px; width: 100%; }

.l-contents { background: url(../_images/bg_contents.jpg) repeat 50% 0; position: relative; }
.sec-charm__item { align-items: center; display: flex; position: relative; }
.sec-charm__item .c-pic { position: relative; z-index: 1; }
.sec-charm__item .c-pic::after { aspect-ratio: 12 / 7; background-color: #00699c; content: ""; display: block; position: absolute; width: 75%; z-index: -1; }
.sec-charm__item .c-pic span { bottom: 1em; }
.sec-charm__item .c-pic__frame { display: block; height: 100%; overflow: hidden; width: 100%; }
.sec-charm__item .c-pic__frame img { object-fit: cover; }
.sec-charm__item .c-txt { border-radius: .375em; text-align: left; }
.sec-charm__item .c-txt em { color: #b39050; }
.sec-charm__item:nth-child(odd) .c-pic span { left: 1em; }
.sec-charm__item:nth-child(even) .c-pic span { right: 1em; }
.sec-hotel { position: relative; }
.sec-hotel::before { aspect-ratio: 75 / 29; background-color: #00699c; content: ""; left: 50%; max-height: 588px; position: absolute; top: 0; translate: -50% 0; width: 100%; }
.sec-hotel .c-sec__title { color: #fff; }
.sec-hotel .c-btn__bottom { margin-top: 3.5em; }
.sec-hotel .c-btn__bottom p { margin-top: 1em; }
.sec-hotel .c-btn__large { align-items: center; background-color: #fff; border: .25em solid #2f9da3; border-radius: .75em; display: flex; justify-content: center; margin: 0 auto; max-width: 920px; width: 100%; }
.sec-hotel .c-btn__large span { align-items: center; color: #2f9da3; display: inline-flex; font-weight: 700; }
.sec-hotel .c-btn__large .c-btn__icon { font-size: 2em; }
.sec-hotel .c-btn__large .c-btn__txt { line-height: 1.3; }
.sec-hotel .c-btn__large .c-btn__txt::after { content: "\e805"; display: inline-block; font-family: "icon"; font-weight: 400 !important; padding-left: .9375em; }
.sec-hotel .c-hotel__list { display: flex; flex-wrap: wrap; padding-top: 4.5em }
.sec-hotel .c-hotel__item { gap: 1em; padding: 2em; position: relative; text-align: left; }
.sec-hotel .c-hotel__item .ic-premium { position: absolute; }
.sec-hotel .c-hotel__item .c-btn { background-color: #2f9da3; border-radius: .5em; box-shadow: 0 1px .1875em 0 rgba(0,0,0,.2); display: grid; height: 4em; place-content: center; width: 100%; }
.sec-hotel .c-hotel__item .c-btn span { color: #fff; font-size: 1.25em;font-weight: 700; }
.sec-hotel .c-slide { aspect-ratio: 4 / 3; }
.sec-hotel .c-slide img { object-fit: cover; }
/* .sec-hotel .c-slide:has(.slick-lazyload-error) { display: none; } */
.sec-hotel .c-slide__arrow { background-color: rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 .25em .25em 0 rgba(0,0,0,.25); cursor: pointer; display: grid !important; height: 3em; place-content: center; position: absolute; top: 50%; transition: all .3s ease; width: 3em; z-index: 2; }
.sec-hotel .c-slide__arrow.slick-disabled { display: none !important; }
.sec-hotel .c-slide__arrow::before { color: #2f9da3; display: inline-block; font-family: "icon"; font-size: 1.5em; }
.sec-hotel .c-arrow__prev { left: 0; translate: -50% -50%; }
.sec-hotel .c-arrow__prev::before { content: "\f104"; }
.sec-hotel .c-arrow__next { right: 0; translate: 50% -50%; }
.sec-hotel .c-arrow__next::before { content: "\f105"; }
.sec-hotel .c-hotel__data { display: flex; flex-direction: column; gap: 1em; margin-bottom: auto; }
.sec-hotel .c-hotel__area { font-size: .875em; }
.sec-hotel .c-hotel__name { font-size: 1.625em; }
.sec-hotel .c-hotel__copy { font-size: 1.375em; font-weight: 500; }
.sec-hotel .c-hotel__open li { display: flex; font-weight: 500; width: 100%; }
.sec-hotel .c-hotel__open li br { content: " "; display: inline; width: 1em; }
.sec-hotel .c-hotel__open li span { padding-right: .75em; white-space: nowrap; }
.sec-hotel .c-hotel__open li span::before { color: #b39050; }
.sec-hotel .c-hotel__feature--list { display: flex; flex-wrap: wrap; gap: .5em; }
.sec-hotel .c-hotel__feature--list li { line-height: 1; }
.sec-hotel .c-hotel__feature--list span { align-items: center; background-color: #fff; border: 1px solid #b39050; border-radius: 100vh; color: #b39050; display: inline-flex; font-weight: 500; height: 2.25em; justify-content: center; }
.sec-hotel .c-hotel__feature--list span::before { padding-top: 2px; }
.sec-hotel .c-hotel__note { background-color: #fef4ec; border-radius: .375em; padding: .375em .5em; }
.sec-hotel .c-hotel__note p { font-size: .875em; }
.sec-hotel .c-hotel__note p::before { color: #e18d52; padding-right: .25em; }
.sec-hotel .c-hotel__link li a::after { color: #2f9da3; content: "\e805"; display: inline-block; font-family: "icon"; font-size: 1.25em; line-height: 1; }
.sec-hotel .c-hotel__link li a { color: #223842; font-size: 1.125em; font-weight: 500; }
.sec-hotel__search { border-radius: .375em; display: inline-block; margin: 0 auto; }
.sec-hotel__search--title, .sec-hotel__search .c-filter__title { font-size: 1.25em; line-height: 1; }
.sec-hotel__search--title { font-weight: 700; margin-bottom: 2em; }
.sec-hotel__search--title::before { padding-right: .25em; }
.sec-hotel__search .c-filter__title { font-weight: 500; text-align: left; }
.sec-hotel__search .c-filter__item label { align-items: center; background-color: #fff; border: 1px solid #223842; border-radius: 100vh; cursor: pointer; justify-content: flex-start; position: relative; transition: all .3s ease; }
.sec-hotel__search .c-filter__item label::after { color: #2f9da3; content: "\e807"; display: inline-block; font-family: "icon"; font-size: 1.25em; right: .5em; opacity: 0; position: absolute; top: 50%; transform: translateY(-50%); transition: all .4s ease; }
.sec-hotel__search .c-filter__item input { display: none; }
.sec-hotel__search .c-filter__feature .c-filter__item label { display: flex; padding: 0 2em 0 .5em; }
.sec-hotel__search .c-filter__area .c-filter__item { position: absolute; }
.sec-hotel__search .c-filter__area .c-filter__item:nth-of-type(1) { left: 20%; top: 22%; }
.sec-hotel__search .c-filter__area .c-filter__item:nth-of-type(2) { left: 0; top: 50%; }
.sec-hotel__search .c-filter__area .c-filter__item:nth-of-type(3) { bottom: 0; left: 20%; }
.sec-hotel__search .c-filter__area .c-filter__item:nth-of-type(4) { right: 0; top: 56%; }
.sec-hotel__search .c-filter__area .c-filter__item label { display: inline-flex; padding: 0 2.25em 0 1em; }
.sec-hotel__search .c-filter__item.is-active label { background-color: #eaf5f6; border-color: #2f9da3; color: #2f9da3; }
.sec-hotel__search .c-filter__item.is-active label::before, .sec-hotel__search .c-filter__item.is-active label::after { color: #2f9da3; opacity: 1; }
.sec-time__item { counter-increment: counter; position: relative; }
.sec-time__item--head { align-items: baseline; display: flex; font-size: 2.5em; gap: .5em; }
.sec-time__item--head em::before { content: "#"; padding-right: .25em; }
.sec-time__item--head em::after { content: counter(counter, decimal-leading-zero); font-size: 1.6em; }
h3.sec-time__item--title { font-weight: 500; }
.sec-time__item .c-pic span { bottom: 1em; right: 1em; }
.sec-time__item p { align-items: flex-start; gap: .5em; }
.sec-time__item p span { background-color: #fff; font-weight: 500;padding: .2em .6em; }
.sec-time__item:nth-child(odd) { align-items: flex-start; background-color: #e5f0f5; }
.sec-time__item:nth-child(odd) .sec-time__item--head { color: #00699c; }
.sec-time__item:nth-child(even) { align-items: flex-end; background-color: #f7f4ed; }
.sec-time__item:nth-child(even) .sec-time__item--head { color: #b39050; }
.sec-notice__item { border-top: 1px solid #d9d9d9; padding: 1.5em 0; text-align: left; }
.sec-notice__item::before { content: "※"; }
.sec-faq__list { gap: .5em; position: relative; z-index: 2; }
.sec-faq__item { background-color: #f7f7f7; cursor: pointer; text-align: left; transition: all .4s ease; }
.sec-faq__item-q, .sec-faq__item-a { position: relative; }
.sec-faq__item-q { font-weight: 500; }
.sec-faq__item-q::before, .sec-faq__item-a::before { font-family: "Lato", sans-serif; font-size: 1.5em; font-weight: 400; line-height: 1; position: absolute; }
.sec-faq__item-q::before { color: #b39050; content: "Q." }
.sec-faq__item-q span { position: absolute; }
.sec-faq__item-q span::before, .sec-faq__item-q span::after { background-color: #b39050; content: ""; display: block; height: 2px; left: 0; position: absolute; top: 0; }
.sec-faq__item-q span::after { transform: rotate(-90deg); transition: all .3s ease; }
.sec-faq__item-q.is-open span::after { transform: rotate(-180deg); }
.sec-faq__item-a { background-color: #fff; border-radius: 0 0 .375em .375em; display: none; }
.sec-faq__item-a::before { color: #b39050; content: "A." }


@media screen and (min-width:768px){
  .sp-item { display: none; }
  .breadcrumb-upper { background-color: #fff; display: inline-block; left: 1em; line-height: 1; max-width: 1280px; padding: 0 .5em; position: absolute; top: 1em; text-align: left; z-index: 20; }
  .breadcrumb-upper a { color: #223842; }
  .breadcrumb-upper__fix, .breadcrumb-upper__scroll, .breadcrumb-upper__item { display: inline-block; font-size: 10px; }
  .breadcrumb-upper__item { line-height: 2.1; margin-left: 1.5em; padding-left: .2em; position: relative; }
  .breadcrumb-upper__item::before { color: #223842; content: ">"; left: -1.1em; line-height: 2.1; position: absolute; top: 0; }
  .l-page a:hover img { opacity: .7; }
  .l-page .c-sec { padding: 5.375em 0; }
  .js-btn { width: 72px; }
  .js-btn-search a:hover { background-color: #2f9da3; color: #fff; }
  .l-mv { position: relative; }
  .l-mv__slider { aspect-ratio: 9 / 5; }
  .l-mv__slide .c-photo__cap { font-size: .875em; }
  .l-mv__info p { font-size: 1.125em; }
  .l-contents { background-size: 1500px auto; }
  .sec-charm__list { gap: 4em; }
  .sec-charm__item .c-pic { aspect-ratio: 50 / 29; width: 62.5%; }
  .sec-charm__item .c-pic::after { bottom: -1.25em; }
  .sec-charm__item .c-txt { gap: 1.875em; padding: 3.75em 2em 3.75em 2.5em; position: absolute; top: 50%; translate: 0 -50%; width: 51%; z-index: 2; }
  .sec-charm__item .c-txt h3 { font-size: 2.25em; }
  .sec-charm__item .c-txt p { font-size: 1.125em; }
  .sec-charm__item:nth-child(odd) { padding-left: 1.25em; }
  .sec-charm__item:nth-child(odd) .c-pic::after { left: -1.25em; }
  .sec-charm__item:nth-child(odd) .c-txt { right: 0; }
  .sec-charm__item:nth-child(even) { flex-direction: row-reverse; padding-right: 1.25em; }
  .sec-charm__item:nth-child(even) .c-pic::after { right: -1.25em; }
  .sec-charm__item:nth-child(even) .c-txt { left: 0; }
  .sec-hotel .c-btn__large { gap: 1.5em; height: 7.5em; }
  .sec-hotel .c-btn__large .c-btn__txt { font-size: 2.4rem; }
  .sec-hotel .c-btn__large .c-btn__txt::after { font-size: 1.3em; }
  .sec-hotel .c-btn__large:hover { background-color: #2f9da3; }
  .sec-hotel .c-btn__large:hover * { color: #fff; }
  .sec-hotel .c-hotel__list { gap: 2.5em; }
  .sec-hotel .c-hotel__item { width: calc(50% - 1.25em); }
  .sec-hotel .c-hotel__item .c-btn:hover { background-color: #067278; }
  .sec-hotel .c-hotel__item .ic-premium { left: -3vw; top: -4.5vw; width: 50%; }
  .sec-hotel .c-slide__arrow:hover { background-color: #fff; }
  .sec-hotel .c-hotel__link li a:hover { color: #2f9da3; }
  .sec-hotel .c-hotel__feature--list span { padding: 0 .75em 2px .5em; }
  .sec-hotel__search { padding: 2.5em 4.375em 3.125em; }
  .sec-hotel__search .c-filter__wrap { display: flex; justify-content: center; }
  .sec-hotel__search .c-filter__title { padding-bottom: 1em; }
  .sec-hotel__search .c-filter__item label { height: 2.625em; }
  .sec-hotel__search .c-filter__item:hover label { background-color: #eaf5f6; }
  .sec-hotel__search .c-filter__feature { border-right: 1px solid #e0e0e0; margin-right: 3em; padding-right: 3em; }
  .sec-hotel__search .c-filter__feature .c-filter__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1em; }
  .sec-hotel__search .c-filter__area { aspect-ratio: 11 / 9; background: url(../_images/bg_search_map.png) no-repeat 0 0 / cover; position: relative; width: 20.625em; }
  .sec-time__list { gap: 2.75em; }
  .sec-time__item { padding: 5em 6.25em; }
  .sec-time__item .c-pic { margin-top: 1.5em; width: 74%; }
  .sec-time__item p { bottom: 12.5em; position: absolute; z-index: 1; }
  .sec-time__item:nth-child(odd) p { right: 5em; }
  .sec-time__item:nth-child(even) p { left: 5em; }
  .sec-time__item p span { font-size: 1.5em; }
  .sec-faq__item-q, .sec-faq__item-a { padding: 1.5em 3em 1.5em 4em; }
  .sec-faq__item-q span { right: 2.5em; top: 50%; transform: translateY(-50%); }
  .sec-faq__item-a { padding-right: 4em; }
  .sec-faq__item-q::before, .sec-faq__item-a::before { left: 1em; }
  .sec-faq__item-q span::before, .sec-faq__item-q span::after { width: 1.25em; }
}

@media screen and (min-width:768px) and ( max-width:1280px) {
  .l-page { font-size: 1.25vw; margin: 0; }
  .l-mv__info p { font-size: 1.3888vw; }
  .sec-charm__item .c-txt { gap: 1.25em; padding: 2.7778vw; }
}

@media screen and (max-width:767px){
  .pc-item { display: none; }
  #JTBGF-ly_footer.JTBGF-ly_footer { margin-top: 0 !important; }
  .breadcrumb-upper { background-color: #fff; border-top: 1px solid #d7d7d7; display: flex; flex-wrap: nowrap; font-size: 10px; line-height: 3rem; overflow: hidden; position: relative; }
  .breadcrumb-upper__fix { box-shadow: 6px 0 10px 0 rgba(0, 0, 0, .3); position: relative; transition: box-shadow .3s; width: 7em; z-index: 3; }
  .breadcrumb-upper__fix a { padding-left: .5rem; }
  .breadcrumb-upper__scroll { flex: 1; overflow: hidden; }
  .breadcrumb-upper__list { display: flex; flex-wrap: nowrap; height: 3rem; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; }
  .breadcrumb-upper__item a { padding: 0 .5rem 0 1.8rem; }
  .breadcrumb-upper__item:last-child { padding: 0 1.2rem 0 1.8rem; }
  .breadcrumb-upper__fix a, .breadcrumb-upper__item a { display: block; background-color: #fff; text-align: center; position: relative; }
  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before, .breadcrumb-upper__fix a:after, .breadcrumb-upper__item a:after { content: ""; border-style: solid; border-width: 2rem 0 2rem 1rem; position: absolute; top: -.5rem; }
  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before { border-color: transparent transparent transparent #fff; right: -.9rem; z-index: 2; }
  .breadcrumb-upper__fix a::after, .breadcrumb-upper__item a::after { border-color: transparent transparent transparent #d7d7d7; right: -1rem; z-index: 1; }
  .js-btn-page-top { bottom: 20px; right: 20px; }
  .js-btn-page-top a { background-color: #999; border-radius: 6px; display: block; height: 30px; width: 30px; }
  .js-btn-page-top a::before { color: #fff; content: "\f106"; display: inline-block; font-family: "icon"; line-height: 29px; width: auto; }
  .l-page { font-size: 3.2vw; padding: 0; }
  .l-page .c-sec { padding: 3.5em 0; }
  .js-btn { bottom: 20px; right: 10px; }
  .js-btn-page-top a { background-color: #999; border-radius: 6px; display: block; height: 30px; width: 30px; }
  .js-btn-page-top a::before { color: #fff; content: "\f106"; display: inline-block; font-family: "icon"; line-height: 29px; width: auto; }
  .l-mv__slider { aspect-ratio: 5 / 4; }
  .l-mv__slide img { height: 100%; object-fit: cover; width: 100%; }
  .l-mv__title p { padding: 0 2em; }
  .l-mv__info p { font-size: .875em; text-align: left; }
  .sec-charm__list { gap: 3.5em; }
  .sec-charm__item { flex-direction: column; }
  .sec-charm__item .c-pic { width: 100%; }
  .sec-charm__item .c-pic::after { bottom: -.75em; }
  .sec-charm__item:nth-child(odd) .c-pic::after { left: -.75em; }
  .sec-charm__item:nth-child(even) { padding-right: .75em; }
  .sec-charm__item:nth-child(even) .c-pic::after { right: -.75em; }
  .sec-charm__item .c-txt { gap: .75em; margin-top: 2em; padding: 2em; width: 100%; }
  .sec-charm__item .c-txt h3 { font-size: 1.5em; }
  .sec-charm__item .c-txt p { font-size: 1.5rem; }
  .sec-hotel .c-hotel__list { flex-direction: column; gap: 2.5em; }
  .sec-hotel .c-hotel__item { width: 100%; }
  .sec-hotel .c-hotel__item .ic-premium { left: -1.5em; top: -3.5em; width: 60%; }
  .sec-hotel .c-slide__arrow { font-size: .75em; }
  .sec-hotel .c-hotel__feature--list span { padding: 0 .75em 0 .5em; }
  .sec-hotel .c-btn__large { flex-direction: column; padding: .5em 0 .75em; position: relative; }
  .sec-hotel .c-btn__large .c-btn__txt { font-size: 2rem; }
  .sec-hotel .c-btn__large .c-btn__txt::after { font-size: 1.2em; padding-left: 0; position: absolute; right: .5em; top: 50%; translate: 0 -50%; }
  .sec-hotel__search { padding: 2em; width: 100%; }
  .sec-hotel__search .c-filter__item label { height: 3em; padding-left: 1.5em !important; }
  .sec-hotel__search .c-filter__list { display: none; }
  .sec-hotel__search .c-filter__feature { border-bottom: 1px solid #d7d7d7; }
  .sec-hotel__search .c-filter__feature .c-filter__list { flex-direction: column; gap: .375em; padding-bottom: 1em; }
  .sec-hotel__search .c-filter__area .c-filter__list { aspect-ratio: 11 / 9; background: url(../_images/bg_search_map.png) no-repeat 0 0 / cover; position: relative; width: 100%; }
  .sec-hotel__search .c-filter__title { align-items: center; display: flex; height: 4em; position: relative; width: 100%; }
  .sec-hotel__search .c-filter__title::after { content: "\f107"; display: inline-block; font-family: "icon"; font-size: 1.5em; position: absolute; right: 0; top: 50%; transition: all .3s ease; translate: 0 -50%; }
  .sec-hotel__search .c-filter__title.is-open::after { transform: rotate(180deg); }
  .sec-time__item { padding: 2em; }
  .sec-time__item--head { font-size: 1.75em; }
  .sec-time__item .c-txt { padding: 1em 0; }
  .sec-time__item p { font-size: 1.25em; }
  .sec-time__item:nth-child(even) p { align-items: flex-end; }
  .sec-notice__item { font-size: 1.5rem; }
  .sec-faq__list { z-index: 3; }
  .sec-faq__item-q, .sec-faq__item-a { font-size: 1.5rem; line-height: 1.6; padding: 1.5em 2em 1.5em 2.75em; }
  .sec-faq__item-q::before, .sec-faq__item-a::before { left: .5em; }
  .sec-faq__item-q span { right: 1.75em; top: 2.25em; }
  .sec-faq__item-q span::before, .sec-faq__item-q span::after { width: 1em; }
}

/* Slider */
.slider { opacity: 0; transition: opacity .3s linear; }
.slider.slick-initialized { opacity: 1; }
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0 -.25em; padding: 0 2.75em 0 0!important; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: flex; margin-left: auto; margin-right: auto; }
.slick-track::before, .slick-track::after { display: table; content: ""; }
.slick-track::after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: auto !important; min-height: 1px; margin: 0 .25em; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: flex; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dotted.slick-slider { margin-bottom: 2em; }
.slick-dots { bottom: -2em; display: block; margin: 0; padding: 0; position: absolute; text-align: center; width: 100%; }
.slick-dots li { display: inline-block; height: 1.5em; margin: 0; padding: 0; position: relative; width: 1.5em; }
.slick-dots li button { background-color: transparent; border: 0; color: transparent; display: block; height: 1.5em; line-height: 0; outline: none; width: 1.5em; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button::before { background-color: #ccc; content: ""; border-radius: 100vh; display: inline-block; height: .625em; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); transition: width .4s ease; width: .625em; }
.slick-dots li.slick-active button::before { background-color: #279ed1; width: 1.5em; }