@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@900&family=Train+One&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: 1; text-align: center; text-decoration: inherit; text-transform: none; width: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ico-coupon:before { content: '\e800'; }
.ico-right-circle:before { content: '\e801'; }
.ico-pagetop:before { content: '\e802'; }
.ico-plus:before { content: '\e803'; }
.ico-bag:before { content: '\e804'; }
.ico-flag:before { content: '\e805'; }
.ico-plus-circled:before { content: '\e806'; }
.ico-ribbon:before { content: '\e808'; }
.ico-airplane:before { content: '\e80c'; }
.ico-hotel:before { content: '\e80d'; }
.ico-running:before { content: '\e80e'; }
.ico-shinkansen:before { content: '\e80f'; }
.ico-car:before { content: '\e810'; }
.ico-kanransha:before { content: '\e811'; }
.ico-bus:before { content: '\e812'; }
.ico-binoculars:before { content: '\e813'; }
.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); }
}

body { background-color: #fff; }
.jtb-nav-breadcrumb { margin-bottom: 25px; max-width: 1236px; }
.l-page { font-family: "Noto Sans JP", sans-serif; font-size: 16px; line-height: 1.4; text-box-trim: trim-both; text-box-edge: text; text-align: center; width: 100%; }
.l-page * { box-sizing: border-box; }
.l-page a { color: #333; }
.l-page a, .l-page a img { transition: all .4s ease; }
.l-page h1 { font-size: 18px; font-weight: 700; margin: 0 auto 25px; max-width: 1280px; text-align: left; }
.l-page h2, .l-page h3, .l-page h4, .l-page h5 { font-weight: 900; }
.l-page button { font-size: 1em; }
.l-page em { font-family: "Train One", system-ui; font-weight: 400; }
.l-page img { display: block; margin: 0 auto; max-width: 100%; }
.l-page p, .l-page li { font-weight: 400; }
.l-page strong { font-weight: 900; }
.l-page .u-beige { background-color: #faf8f0; }
.l-page .u-l-green { background-color: #e3fcf4; }
.l-page .u-kokunai__autumn { background-color: #f29f05; }
.l-page .u-kaigai__autumn { background-color: #d96704; }
.l-page .u-kokunai__winter { background-color: #a289d9; }
.l-page .u-kaigai__winter { background-color: #6281dc; }
.l-page .u-arrow::after { content: "\f105"; display:inline-block; font-family: "icon"; padding-left: .75em; transition: all .4s ease; }
.l-page .u-arrow__down::after { content: "\f107"; display:inline-block; font-family: "icon"; padding-left: .75em; transition: all .4s ease; }
.l-page .f-rbt { font-family: "Roboto", sans-serif; font-weight: 900; }
.l-page .c-bnr__list p { display: block; font-weight: 500; padding-top: .5em; text-align: left; }
.l-page .c-btn { border-radius: 100vh; display: grid; margin: 0 auto; place-content: center; position: relative; width: 100%; }
.l-page .c-btn span { font-weight: 900; }
.l-page .c-btn__gradation { background: linear-gradient(90deg, #ed9600 0%, #d96704 33%, #a289d9 66%, #6281dc 100%); }
.l-page .c-btn__gradation::before { background-color: #fff; content: ""; border-radius: 100vh; inset: 2px; position: absolute; transition: all .4s ease; }
.l-page .c-btn__gradation span { background: linear-gradient(90deg, #ed9600 0%, #d96704 33%, #a289d9 66%, #6281dc 100%); background-clip: text; color: transparent; position: relative; z-index: 2; }
.l-page .c-btn.u-large { max-width: 680px; }
.l-page .c-cap { padding-top: 1em; }
.l-page .c-heading { padding-bottom: 1em; }
.l-page .c-inner { margin: 0 auto; max-width: 1280px; width: 89%; }
.l-page .c-inner + .c-inner { padding-top: 0; }
.l-page .c-sec__head { align-items: center; display: flex; justify-content: center; }
.l-page .c-sec__head::before, .l-page .c-sec__head::after { aspect-ratio: 46 / 41; background: no-repeat 50% 50% / cover; content: ""; display: inline-block; }
.l-page .c-sec__head::before { background-image: url(../images/bg_sec_head_left.png); }
.l-page .c-sec__head::after { background-image: url(../images/bg_sec_head_right.png); }
.l-page .c-sec__head--inner { align-items: center; display: flex; flex-direction: column; }
.l-page .c-sec__head em { background: linear-gradient(90deg, #ed9600 0%, #d96704 33%, #a289d9 66%, #6281dc 100%); background-clip: text; border-bottom: 1px solid; border-image: linear-gradient(90deg, #ed9600 0%, #d96704 33%, #a289d9 66%, #6281dc 100%) 1; color: transparent; padding-bottom: .5em; }
.l-page .c-sec__head .c-sub { font-weight: 700; }
.l-page .c-slide__nav { align-items: center; display: flex; justify-content: center; margin: 0 auto; position: relative; }
.l-page .c-slide__arrow .slick-arrow { background-color: #fff; border: 2px solid; border-radius: 50%; cursor: pointer; display: grid; place-content: center; position: relative; transition: all .3s ease; z-index: 2; }
.l-page .c-slide__arrow .slick-arrow::before { display: inline-block; font-family: "icon"; z-index: 3; }
.l-page .c-slide__arrow--prev .slick-arrow::before { content: "\f104"; }
.l-page .c-slide__arrow--next .slick-arrow::before { content: "\f105"; }
.l-page .c-slide__arrow .slick-disabled { border-color: #ccc !important }
.l-page .c-slide__arrow .slick-disabled::before { color: #ccc !important; }
.l-page .slick-dots:empty, .slick-dots:has(li:only-child) { display: none; }
.l-page .slick-track { display: flex; }
.l-page .slick-slide { height: auto; }
.js-btn-page-top { cursor: pointer; display: none; position: fixed; z-index: 100; }
.js-btn-page-top a { background-color: #bc311c; border-radius: 50%; color: #fff; display: flex; flex-direction: column; justify-content: center; position: relative; }
.js-btn-page-top a::before { content: "\e80e"; display: inline-block; font-family: "icon"; line-height: 1; }

.l-mv { position: relative; width: 100%; }
.l-mv__title { display: flex; flex-direction: column; left: 50%; position: absolute; top: 50%; translate: -50% -50%; z-index: 2; }
.l-mv__takuro { position: absolute; z-index: 2; }
.l-mv__bg { display: grid; grid-template-columns: repeat(2, 1fr); }
.l-mv__bg--pic { position: relative; width: 50vw; }
.l-mv__bg--pic img { filter: contrast(1.2); height: 100%; object-fit: cover; }
.l-mv__bg--pic::after { background: no-repeat 0 0 / auto 100%; content: ""; inset: 0; position: absolute; width: 100%; z-index: 1; }
.l-mv__bg--pic:first-child::after { background-image: url(../images/bg_mv_left.png); }
.l-mv__bg--pic:last-child::after { background-image: url(../images/bg_mv_right.png); background-position: 100% 0; }
.l-nav .c-bnr__block { line-height: 0; }
.l-nav .c-bnr__block a { display: inline-block; line-height: 0; }
.l-season-nav__list { display: grid; grid-template-columns: repeat(4, 1fr); }
.l-season-nav__item a { border-radius: .5em; display: grid; place-content: center; transition: background-color .4s ease, border-color .4s ease; }
.l-season-nav__item a span { color: #fff; font-weight: 700; }
.l-season-nav__item a span br { display: none; }
.l-season-nav__item a span::after { content: "\e801"; display: inline-block; font-family: "icon"; transition: transform .3s ease; }
.l-season-nav__trigger { aspect-ratio: 1 / 1; background-color: #000; border-radius: 50%; display: none; place-content: center; position: absolute; transition: all .3s ease; z-index: 2; }
.l-season-nav__trigger span { color: #fff; font-weight: 500; position: relative; transition: all .4s ease; }
.l-season-nav__trigger.is-open { background-color: #fff; }
.l-season-nav__trigger.is-open span { color: #000; font-size: .75em; }
.l-season-nav__trigger.is-open span::before, .l-season-nav__trigger.is-open span::after { background-color: #000; border-radius: 100vh; content: ""; height: .25em; left: 50%; position: absolute; transition: all .4s ease; width: 50%; }
.l-season-nav.is-fixed { filter: drop-shadow(0 0 .5em #64605240); position: fixed; z-index: 99; }
.l-season-nav.is-fixed .l-season-nav__trigger { display: grid; }
.l-season-nav.is-fixed .l-season-nav__list { display: flex; opacity: 0; pointer-events: none; position: absolute; visibility: hidden; width: max-content; }
.l-season-nav.is-fixed .l-season-nav__item a { border: .25em solid #fff; border-radius: 50%; height: 5em; width: 5em; }
.l-season-nav.is-fixed .l-season-nav__item a span { font-size: .875em; line-height: 1.35; text-align: center; }
.l-season-nav.is-fixed .l-season-nav__item a span br { display: block; }
.l-season-nav.is-fixed .l-season-nav__item a span::after { content: none; }
.l-season-nav.is-fixed .l-season-nav__list.is-open { opacity: 1; pointer-events: auto; visibility: visible; }
.l-anchor { position: relative; }
.l-anchor__float { background-color: #fff; }
.l-anchor__list { display: flex; }
.l-anchor__item { position: relative; width: 100%; }
.l-anchor__item a { display: grid; place-content: center; position: relative; width: 100%; }
.l-anchor__item a::after { bottom: 0; content: "\f107"; display: block; font-family: "icon"; left: 50%; line-height: 1; position: absolute; transition: all .4s ease; translate: -50% 0; }
.l-anchor__item span { font-weight: 500; }
.l-anchor__float.is-fixed { background: linear-gradient(90deg, #ed9600 0%, #d96704 33%, #a289d9 66%, #6281dc 100%); left: 0; position:fixed; top: 0; z-index: 99; width: 100%; }
.l-anchor__float.is-fixed .l-anchor__item a { color: #fff; }
.l-contents { background-color: #fff; }
.l-contents .c-inner { display: flex; flex-direction: column; }

.p-campaign .c-cassette__list { display: flex; }
.p-campaign .c-cassette__item { background-color: #fff; border-radius: .375em; filter: drop-shadow(0 0 .5em #64605240); display: flex; flex-direction: column; gap: 1em; overflow: hidden; text-align: left; }
.p-campaign .c-cassette__item p { font-size: .875em; }
.p-campaign .c-cassette__term { align-items: center; display: flex; gap: 1em; margin-top: auto; }
.p-campaign .c-cassette__term .c-label { background-color: #666; border-radius: .25em; color: #fff; display: inline-grid; height: 2em; padding: 0 .6667em; place-content: center; }
.p-campaign .c-tags { align-items: center; display: flex; gap: .375em; }
.p-campaign .c-tag { background-color: #fff; border: 1px solid #dedede; border-radius: 100vh; display: inline-grid; font-size: .75em; height: 2em; padding: 0 1.3333em; place-content: center; }
.p-campaign .c-tag.u-kaigai, .p-campaign .c-tag.u-kokunai { border: none; color: #fff !important; font-weight: 500; }
.p-campaign .c-tag.u-kaigai { background: linear-gradient(90deg, #4480fa 0%, #3ba4ef 100%); }
.p-campaign .c-tag.u-kokunai { background: linear-gradient(90deg, #eb6454 0%, #f47732 100%); }
.p-campaign .c-cassette__item.u-disabled .c-tag { color: #ccc; }
.p-campaign .c-cassette__item.u-disabled .c-tag.u-kaigai, .p-campaign .c-cassette__item.u-disabled .c-tag.u-kokunai { background: #ccc; }
.p-campaign .c-cassette__item.u-disabled .c-cassette__title { color: #999; }
.p-campaign .c-cassette__item.u-disabled p { color: #ccc; }
.p-campaign .c-cassette__item.u-disabled .c-label { background-color: #ccc; }
.p-campaign .c-cassette__item.u-disabled img { filter: grayscale(100%); }
.p-feature .c-btn span { color: #fff; }
.p-feature .c-sec__head .c-label__list { display: flex; gap: .5em; justify-content: center; }
.p-feature .c-sec__head .c-label { border-radius: .375em; display: inline-flex; padding: .375em .75em; }
.p-feature .c-sec__head .c-label span { color: #fff; font-weight: 700; }
.p-feature .c-sec__head .c-label.u-kokunai { background: linear-gradient(90deg, #f29f05 0%, #d96704 100%); }
.p-feature .c-sec__head .c-label.u-kaigai { background: linear-gradient(90deg, #a289d9 0%, #6281dc 100%); }
.p-feature .c-block__head img { margin: 0 auto; }
.p-feature .c-feature__item { position: relative; }
.p-feature .c-feature__item .c-label { background-color: #fff; border: 2px solid; border-radius: 50%; display: grid; left: 50%; place-content: center; position: absolute; }
.p-feature .c-feature__item .c-label span { font-weight: 700; }
.p-feature .c-feature__item .c-pic { aspect-ratio: 180 / 121; border-radius: .5em; overflow: hidden; width: 100%; }
.p-feature .c-feature__item .c-pic img { width: 100%; }
.p-feature .c-feature__item p { text-align: left; }
.p-feature .u-autumn .u-kokunai .c-label { border-color: #f29f05; color: #f29f05; }
.p-feature .u-autumn .u-kaigai .c-label { border-color: #d96704; color: #d96704; }
.p-feature .u-winter .u-kokunai .c-label { border-color: #a289d9; color: #a289d9; }
.p-feature .u-winter .u-kaigai .c-label { border-color: #6281dc; color: #6281dc; }
.p-u29 .c-sec__head::before, .p-u29 .c-sec__head::after { content: none; }
.p-u29 .c-heading { color: #048f61; }
.p-u29 .c-sec__head .c-sub { color: #048f61; }
.p-u29 .c-info__list { counter-reset: num;; }
.p-u29 .c-info__item { background: url(../images/bg_u29.svg) no-repeat 50% 50%; border-radius: .5em; color: #fff; counter-increment: num; display: flex; flex-direction: column; }
.p-u29 .c-info__item:nth-child(1) { background-color: #ff6161; }
.p-u29 .c-info__item:nth-child(2) { background-color: #9d8bf7; }
.p-u29 .c-info__item:nth-child(3) { background-color: #2d92f9; }
.p-u29 .c-info__item:nth-child(1) .c-btn span { color: #ff6161; }
.p-u29 .c-info__item:nth-child(2) .c-btn span { color: #9d8bf7; }
.p-u29 .c-info__item:nth-child(3) .c-btn span { color: #2d92f9; }
.p-u29 .c-info__item .c-catch { font-weight: 900; }
.p-u29 .c-info__item .c-catch span::before { content: counter(num); font-size: 1.6em; padding-right: .5em; }
.p-u29 .c-info__item .c-info__title { align-items: center; display: flex; gap: 1.5em; justify-content: center; }
.p-u29 .c-info__item .c-info__title img { margin: 0; }
.p-u29 .c-info__detail ul { display: inline-block; text-align: left; }
.p-u29 .c-info__detail li { display: list-item; font-weight: 700; list-style: disc; list-style-position: outside; margin-left: 1em; }
.p-u29 .c-info__detail--column { border: 1px solid #fff; border-radius: .5em; max-width: 720px; padding: 1em; width: 100%; }
.p-u29 .c-info__item .c-btn { background-color: #fff; }
.p-u29 .c-info__item div.c-btn span::after { content: none; }
.p-u29 .c-kw__box { background-color: #fff; border-radius: .5em; }
.p-u29 .c-kw__box .c-list { margin: 0 auto; max-width: 970px; width: 100%; }
.p-u29 .c-tags { display: flex; flex-wrap: wrap; padding-top: 3em; }
.p-u29 .c-tag { background-color: #fff; border: 1px solid #048f61; border-radius: 100vh; padding: .625em 1.25em; }
.p-u29 .c-tag span { color: #048f61; font-weight: 500; line-height: 1; white-space: nowrap; }
.p-u29 .c-tag.is-selected { background-color: #048f61; }
.p-u29 .c-tag.is-selected span { color: #fff; }
.p-omakase .c-sec__head, .p-omakase .c-heading { color: #cb1f31; }
.p-omakase .c-sec__head::before, .p-omakase .c-sec__head::after { content: none; }
.p-omakase .c-tags { display: flex; justify-content: center; }
.p-omakase .c-tag { background-color: #fff; border: 2px solid #cb1f31; border-radius: .375em; display: inline-grid; place-content: center; }
.p-omakase .c-tag span { color: #cb1f31; font-weight: 700; }
.p-omakase .c-omakase__flow { display: flex; flex-direction: column; }
.p-omakase .c-omakase__diagram { display: flex; flex-direction: column; gap: 1.75em; }
.p-omakase .c-omakase__diagram > div { border-radius: .375em; display: flex; flex-direction: column; gap: 1.5em; }
.p-omakase .c-omakase__diagram .u-list { display: flex; }
.p-omakase .c-omakase__diagram h4 + p { padding-top: .75em; }
.p-omakase .c-omakase__diagram .c-icon__item::before { line-height: 1; margin: 0 auto; }
.p-omakase .c-omakase__package { background-color: #faf8f0; }
.p-omakase .c-omakase__package .c-style__list { position: relative; }
.p-omakase .c-omakase__package .c-style__list::after { color: #cb1f31; content: "\e803"; display:inline-block; font-family: "icon"; position: absolute; }
.p-omakase .c-omakase__package .c-style__item { background-color: #fff; border: 1px solid #cb1f31; border-radius: .5em; color: #cb1f31; display: flex; flex-direction: column; }
.p-omakase .c-omakase__package .c-style__item h5 { font-size: 1.5em; }
.p-omakase .c-omakase__package .c-icon__list { align-items: center; justify-content: center; }
.p-omakase .c-omakase__package .c-icon__item:nth-child(2) { font-weight: 700;  }
.p-omakase .c-omakase__package--head h4 { color: #cb1f31; }
.p-omakase .c-omakase__package--head h4 span { display: block; font-size: .625em; }
.p-omakase .c-omakase__options { position: relative; }
.p-omakase .c-omakase__options .u-kokunai { background-color: #fcf2f3; color: #e95443; }
.p-omakase .c-omakase__options .u-kaigai { background-color: #f0f3fa; color: #457cfb; }
.p-omakase .c-omakase__options::before { color: #cb1f31; content: "\e806"; display:inline-block; font-family: "icon"; left: 50%; position: absolute; transform: translateX(-50%); }
.p-omakase .c-omakase__options .c-option__title { font-size: 1.125em; }
.p-omakase .c-omakase__options .c-option__list { gap: 1.5em; }
.p-omakase .c-omakase__options .c-option__item { border-radius: .5em; padding: 1.5em; width: 100%; }
.p-omakase .c-omakase__options .c-icon__list { display: grid; gap: 1em; grid-template-columns: repeat(2, 1fr); margin-top: 1em; }
.p-omakase .c-omakase__options .c-icon__item { background-color: #fff; border: 1px solid; border-radius: .5em; display: flex; flex-direction: column; height: 9.5em; justify-content: center; }
.p-omakase .c-omakase__options .c-icon__item::before { font-size: 5em; }
.p-omakase .c-omakase__panel { background-color: #fff; border: 1px solid #cb1f31; border-radius: .5em; }
.p-omakase .c-omakase__panel:nth-child(n + 2) { text-align: left; }
.p-omakase .c-omakase__panel--title { color: #cb1f31; border-bottom: 1px solid #ccc; padding-bottom: .8em; }
.p-omakase .c-omakase__panel--text { padding-top: 1em; }
.p-omakase .c-omakase__panel--text strong { color: #cb1f31; font-size: 1.25em; font-weight: 700; }
.p-omakase .c-box { background-color: #fff; border-radius: .5em; filter: drop-shadow(0 0 .5em #64605240); }
.p-omakase .c-omakase__panel .c-tag { background-color: #faf8f0; border-width: 1px; color: #cb1f31; height: 2.25em; padding: 0 1em; }
.p-omakase .c-omakase__panel--plan { margin-bottom: 1em; position: relative; }
.p-omakase .c-omakase__panel--plan::after { border-bottom: 0; border-left: 108px solid transparent; border-style: solid; border-right: 108px solid transparent; border-top: 24px solid #cb1f31; bottom: -2.25em; content: ""; height: 0; left: 50%; position: absolute; transform: translateX(-50%); width: 0; }
.p-omakase .c-box { display: flex; flex-direction: column; gap: 1em; }
.p-omakase .c-box .c-btn { border: 2px solid #cb1f31; }
.p-omakase .c-box .c-btn + .c-btn { margin-top: .5em; }
.p-omakase .c-box .c-btn span { color: #cb1f31; }
.p-omakase .c-btn.u-large { background-color: #cb1f31; }
.p-omakase .c-btn.u-large span { color: #fff; }
.p-plan { overflow: hidden; }
.p-plan .c-plan__item { background-color: #faf8f0; border: 1px solid #ccc299; display: grid; text-align: left; }
.p-plan .c-plan__item p { padding-top: 1em; }
.p-plan .c-plan__item .c-btn__block { grid-column: 1 / 3; grid-row: 2 / 3; margin-top: auto; }
.p-plan .c-slide__arrow .slick-arrow { background: linear-gradient(90deg, #ed9600 0%, #d96704 33%, #a289d9 66%, #6281dc 100%); border: none; }
.p-plan .c-slide__arrow .slick-arrow::after { background-color: #fff; border-radius: 50%; content: ""; inset: 2px; position: absolute; }
.p-plan .c-slide__arrow .slick-arrow::before { color: #f3650f; }
.p-plan .c-slide__arrow .slick-disabled { background: #ccc; }
.p-coupon .c-btn span { color: #fff; font-weight: 700; }
.p-coupon .c-coupon__item { background-color: #fff; border-radius: .5em; display: flex; flex-direction: column; height: 100%; max-width: 640px; width: 100%; }
.p-coupon .c-coupon__item .c-btn__block { margin-top: auto; }
.p-coupon .c-coupon__title { align-items: center; display: flex; margin-inline: auto; max-inline-size: max-content; text-align: left; }
.p-coupon .c-coupon__term { align-items: center; display: flex; flex-direction: column; gap: .75em; }
.p-coupon .c-coupon__term dt { background-color: #faf8f0; border: 1px solid #ccc299; display: grid; font-weight: 700; height: 2.25em; place-content: center; width: 8em; }
.p-coupon .c-coupon__term dd { font-size: 1.25em; font-weight: 700; }
.p-coupon .c-coupon__price { border-top: 1px dotted #000; font-size: 1.25em; font-weight: 700; line-height: 1; padding-top: .75em; }
.p-coupon .c-coupon__price strong { font-size: 1.4em; padding: 0 .25em; }
.p-coupon .c-coupon__price span { font-size: 1.7143em; }
.p-coupon .c-coupon__price small { font-size: .75em; }
.p-coupon .c-coupon__box { background-color: #fff; border: 1px solid; border-radius: .5em; display: flex; }
.c-coupon__box .c-txt h4::before { padding-right: .25em; }
.p-coupon .c-coupon__box .c-txt p { font-weight: 700; }
.p-coupon .u-kokunai .u-color, .p-coupon .u-kokunai .c-coupon__box .c-txt h4::before { color: #e95443; }
.p-coupon .u-kaigai .u-color, .p-coupon .u-kaigai .c-coupon__box .c-txt h4::before { color: #457cfb; }
.p-coupon .u-kokunai .u-color__bg { background-color: #e95443; }
.p-coupon .u-kaigai .u-color__bg { background-color: #457cfb; }
.p-coupon .u-kokunai .c-coupon__box { border-color: #e95443; }
.p-coupon .u-kaigai .c-coupon__box { border-color: #457cfb; }
.p-coupon .c-coupon__item.u-disabled, .p-coupon .c-coupon__item.u-disabled * { color: #999 !important; }
.p-coupon .c-coupon__item.u-disabled .c-coupon__term dt { border-color: #ccc !important; }
.p-coupon .c-coupon__item.u-disabled .c-btn { background-color: #ddd; pointer-events: none; }
.p-coupon .c-coupon__item.u-disabled .c-btn span::after { content: none; }
.p-recommend:not(.p-recommend + .p-recommend) .c-inner { padding-bottom: 0; }
.p-search-book .c-search__block { filter: drop-shadow(0 0 .5em #64605240); }
.p-search-book .c-tab__list { border-bottom: .25em solid #000; display: flex; }
.p-search-book .c-tab { background-color: #fff; display: grid; place-content: center; }
.p-search-book .c-tab:first-child { border-radius: .5em 0 0 0; }
.p-search-book .c-tab:last-child { border-radius: 0 .5em 0 0; }
.p-search-book .c-tab span { color: #000; font-weight: 700; }
.p-search-book .c-tab.is-selected { background-color: #000; }
.p-search-book .c-tab.is-selected span { color: #fff; }
.p-search-book .c-panel { background-color: #fff; border-radius: 0 0 .5em .5em; display: none; }
.p-search-book .c-panel.is-selected { animation: .8s slide-in; display: flex; flex-direction: column; }
.p-search-book .c-link__list { display: flex; }
.p-search-book .c-link__item { align-items: center; background-color: #faf8f0; border-radius: .5em; color: #000; display: flex; width: 100%; }
.p-search-book .c-link__item span { font-weight: 700; }
.p-search-book .c-reserve__list { display: grid; }
.p-search-book .c-reserve__item { background-color: #fff; border-radius: .5em; color: #000; display: flex; filter: drop-shadow(0 0 .5em #64605240); flex-direction: column; }
.p-search-book .c-reserve__item p { text-align: left; }

@media screen and (min-width:768px){
  .breadcrumb-upper { margin: 0 auto 25px; max-width: 1280px; padding: 0; text-align: left; }
  .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: #999; content: ">"; left: -1.1em; line-height: 2.1; position: absolute; top: 0; }
  .js-btn-page-top { bottom: 50px; right: 3em; }
  .js-btn-page-top a { height: 6.25em; padding-bottom: 1em; width: 6.25em; }
  .js-btn-page-top a::before { font-size: 3.5em; transition: transform .5s; }
  .js-btn-page-top a span { font-size: .875em; margin-top: -.5em; }
  .js-btn-page-top a:hover::before { transform: rotateY(360deg); }
  .l-page a:hover img { opacity: .7; }
  .l-page a.u-kokunai__autumn:hover { background-color: #d47504; border-color: #d47504; }
  .l-page a.u-kaigai__autumn:hover { background-color: #bc3a00; border-color: #bc3a00; }
  .l-page a.u-kokunai__winter:hover { background-color: #7a57c5; border-color: #7a57c5; }
  .l-page a.u-kaigai__winter:hover { background-color: #2b52c5; border-color: #2b52c5; }
  .l-page .c-cap { font-size: .8125em; }
  .l-page .c-btn.u-large { height: 5.125em; }
  .l-page .c-btn.u-large span { font-size: 1.5em; }
  .l-page .c-btn__gradation:hover::before { opacity: 0; }
  .l-page .c-btn__gradation:hover span { color: #fff; }
  .l-page .c-btn__gradation:hover span::after { transform: translateX(.25em); }
  .l-page .c-heading { font-size: 2.5em; }
  .l-page .c-sec__head { gap: 1em; }
  .l-page .c-sec__head::before, .l-page .c-sec__head::after { width: 5.75em; }
  .l-page .c-sec__head h2 { font-size: 3em; }
  .l-page .c-sec__head em { font-size: 1.25em; }
  .l-page .c-sec__head .c-sub { font-size: 1.5em; }
  .l-page .c-sec__head--inner { gap: .75em; }
  .l-page .c-slide__nav { gap: 1.5em; }
  .l-page .c-slide__arrow .slick-arrow { height: 2.5em; width: 2.5em; }
  .l-page .c-slide__arrow .slick-arrow::before { font-size: 1.5em; }
  .l-mv__bg--pic { aspect-ratio: 15 / 13; }
  .l-mv__title { width: 47.2222vw; }
  .l-mv__takuro { bottom: 1.875em; left: 50%; transform: translateX(27.5em); width: 14.0278vw; }
  .l-mv__takuro a:hover img { opacity: 1; transform: scale(1.05); }
  .l-nav { height: 27em; }
  .l-nav .c-bnr__block { padding: 3em 0; }
  .l-season-nav { height: 8.5em; padding: 1.875em 0 1.125em; }
  .l-season-nav__list { gap: 1em; }
  .l-season-nav__item a { height: 5.5em; }
  .l-season-nav__item a span { font-size: 1.5em; }
  .l-season-nav__item a span::after { padding-left: .75em; }
  .l-season-nav__item a:hover span::after { transform: translateX(.25em); }
  .l-season-nav.is-fixed { right: 3em; width: 6.25em; }
  .l-season-nav__trigger { cursor: pointer; right: 0; top: 5em; width: 6.25em; }
  .l-season-nav__trigger::before, .l-season-nav__trigger::after { aspect-ratio: 46 / 41; background: no-repeat 50% 50% / cover; content: ""; display: inline-block; position: absolute; top: 0; width: 2em; }
  .l-season-nav__trigger::before { background-image: url(../images/bg_sec_head_left.png); left: 0; }
  .l-season-nav__trigger::after { background-image: url(../images/bg_sec_head_right.png); right: 0; }
  .l-season-nav__trigger.is-open span { transform: translateY(1.5em); }
  .l-season-nav__trigger.is-open span::before, .l-season-nav__trigger.is-open span::after { top: -1.75em; }
  .l-season-nav__trigger.is-open span::before { transform: translateX(-50%) rotate(45deg); }
  .l-season-nav__trigger.is-open span::after { transform: translateX(-50%) rotate(-45deg); }
  .l-season-nav.is-fixed .l-season-nav__list { gap: .75em; right: 7em; top: 5.625em; }
  .l-season-nav.is-fixed .l-season-nav__item { opacity: 0; transform: translateX(2.5em) scale(.85); transition: opacity .35s ease, transform .45s cubic-bezier(.22, 1, .36, 1); }
	.l-season-nav.is-fixed .l-season-nav__list.is-open .l-season-nav__item { opacity: 1; transform: translateX(0) scale(1); }
	.l-season-nav.is-fixed .l-season-nav__list.is-open .l-season-nav__item:nth-child(1) { transition-delay: .21s; }
	.l-season-nav.is-fixed .l-season-nav__list.is-open .l-season-nav__item:nth-child(2) { transition-delay: .14s; }
	.l-season-nav.is-fixed .l-season-nav__list.is-open .l-season-nav__item:nth-child(3) { transition-delay: .07s; }
	.l-season-nav.is-fixed .l-season-nav__list.is-open .l-season-nav__item:nth-child(4) { transition-delay: 0s; }
  .l-anchor { height: 6.25em; }
  .l-anchor__float { padding: .75em 0; }
  .l-anchor__list { border-right: 1px solid #e6e6e6; }
  .l-anchor__item { border-left: 1px solid #e6e6e6; }
  .l-anchor__item a { height: 4.75em; padding-bottom: 1em; }
  .l-anchor__item a::after { font-size: 1.25em; }
  .l-anchor__item a:hover::after { bottom: -.25em; }
  .l-anchor__item span { position: relative; z-index: 1; }
  .l-anchor__float.is-fixed { padding: .5em; }
  .l-anchor__float.is-fixed .l-anchor__item a { height: 3em; }
  .l-anchor__float.is-fixed .l-anchor__item a::after { font-size: .9375em; }
  .l-anchor__float.is-fixed .l-anchor__item a span { font-size: .875em; }
  .l-contents { padding-bottom: 6.25em; }
  .l-contents .c-inner { gap: 5em; padding: 6.25em 0; }
  .p-campaign .c-cassette__list { gap: 2.5em; justify-content: center; }
  .p-campaign .c-cassette__item { padding: 0 1.5em 1.5em; width: 22.5em; }
  .p-campaign .c-cassette__bnr { margin-left: -1.5em; margin-right: -1.5em; }
  .p-campaign a.c-cassette__item:hover { transform: scale(1.05); }
  .p-campaign .c-cassette__item:hover img { opacity: 1; }
  .p-campaign .c-cassette__title { font-size: 1.125em; }
  .p-feature .c-block__head { padding-bottom: 5em; }
  .p-feature .c-block__head img { width: 23.5em; }
  .p-feature .c-block__head h3 { font-size: 1.5em; padding-top: 1em; }
  .p-feature .c-feature__list { display: grid; gap: 7.5em; grid-template-columns: repeat(2, 1fr); position: relative; }
  .p-feature .c-feature__list::after { background-color: #ccc; content: ""; height: 100%; left: 50%; position: absolute; top: 0; width: 1px; }
  .p-feature .c-feature__item { display: flex; flex-direction: column; gap: 1.5em; }
  .p-feature .c-feature__item .c-label { aspect-ratio: 1 / 1; top: 0; translate: -50% -50%; width: 8em; }
  .p-feature .c-feature__item .c-label span { font-size: 2em; }
  .p-u29 .c-info__list { display: grid; gap: 2.5em; grid-template-columns: repeat(2, 1fr); }
  .p-u29 .c-info__item { background-size: 50em auto; gap: 1.5em; padding: 2.5em 3em; }
  .p-u29 .c-info__item .c-catch { font-size: 1.25em; }
  .p-u29 .c-info__item .c-catch span::before { font-size: 2em; padding-left: .25em; }
  .p-u29 .c-info__item .c-info__title img { width: 7.5em; }
  .p-u29 .c-info__item .c-info__title h4 { font-size: 2em; }
  .p-u29 .c-info__detail p strong { font-size: 1.5em; }
  .p-u29 .c-info__detail--column { margin: 1.5em auto 0; }
  .p-u29 .c-info__item .c-btn { height: 3.125em; width: 17.5em; }
  .p-u29 .c-info__item .c-btn span { font-size: 1.25em; }
  .p-u29 .c-info__item a.c-btn:hover { background-color: #ffec4f; }
  .p-u29 .c-info__item:nth-child(3) { background-size: auto 100%; grid-column: 1 / 3; }
  .p-u29 .c-info__item:nth-child(3) .c-info__title h4 br { display: none; }
  .p-u29 .c-kw__box { margin-top: 3em; padding: 4em 6em; }
  .p-u29 .c-bnr__list { display: grid; gap: 1.875em; grid-template-columns: repeat(4, 1fr); }
  .p-u29 .c-bnr__list .c-bnr__long { grid-column: 1 / 5; }
  .p-u29 .c-tags { gap: 1em; justify-content: center; }
  .p-u29 .c-tag:hover { background-color: #048f61; }
  .p-u29 .c-tag span { font-size: 1.125em; }
  .p-u29 .c-tag:hover { background-color: #048f61; }
  .p-u29 .c-tag:hover span { color: #fff; }
  .p-omakase .c-tags { gap: 1em; margin-bottom: 1em; }
  .p-omakase .c-tag { height: 3.125em; padding: 0 2.5em; }
  .p-omakase .c-tag span { font-size: 1.5em; }
  .p-omakase .c-omakase__flow { gap: 3em; padding-top: 3em; }
  .p-omakase .c-omakase__diagram > div { padding: 2.5em; }
  .p-omakase .c-omakase__package .c-style__list { gap: 8%; justify-content: space-between; }
  .p-omakase .c-omakase__package .c-style__list::after { font-size: 3em; left: 38%; top: 50%; transform: translateY(-50%); }
  .p-omakase .c-omakase__package .c-style__item { gap: 1em; padding: 1.5em; }
  .p-omakase .c-omakase__package .c-style__item:first-child { width: 35%; }
  .p-omakase .c-omakase__package .c-style__item:last-child { flex: 1; }
  .p-omakase .c-omakase__package--head h4 { font-size: 2em; }
  .p-omakase .c-omakase__package .c-icon__item::before { font-size: 7em; }
  .p-omakase .c-omakase__package .c-icon__item:nth-child(2) { font-size: 1.75em; padding: 0 2em; }
  .p-omakase .c-omakase__options { border: 1px dotted #000; }
  .p-omakase .c-omakase__options::before { font-size: 4em; top: -1em; }
  .p-omakase .c-omakase__options--head h4 { font-size: 1.5em; }
  .p-omakase .c-omakase__panel { padding: 3em; }
  .p-omakase .c-omakase__panel .c-tag { margin-left: .5em; }
  .p-omakase .c-omakase__panel--title { font-size: 1.25em; }
  .p-omakase .c-box__list { display: grid; gap: 1.5em; grid-template-columns: repeat(2, 1fr); }
  .p-omakase .c-box { padding: 1.875em 2em; }
  .p-omakase .c-box p { font-size: 1.125em; }
  .p-omakase .c-box .c-btn__block { margin-top: auto; }
  .p-omakase .c-box .c-btn { height: 3em; }
  .p-omakase .c-box .c-btn:hover { background-color: #cb1f31; }
  .p-omakase .c-box .c-btn:hover span { color: #fff; }
  .p-omakase .c-btn.u-large:hover { background-color: #ae0012; }
  .p-omakase .c-btn:hover span::after { transform: translateX(.25em); }
  .p-plan .c-plan__item { gap: 1.5em; grid-template-columns: 14.625em 1fr; padding: 2em; width: 34.25em; }
  .p-plan .c-plan__item p { font-size: .875em; }
  .p-plan .c-plan__item .c-btn { height: 3em; }
  .p-plan .c-slide__nav { padding-top: 2.25em; }
  .p-coupon .c-btn { height: 4.125em; max-width: 352px; }
  .p-coupon .c-coupon__list:has(> .c-coupon__item:first-child:last-child) { max-width: 532px; margin-inline: auto; }
  .p-coupon .c-coupon__list:has(> .c-coupon__item:nth-child(2):last-child) { display: flex; gap: 2.5em; justify-content: center; }
  .p-coupon .c-coupon__list:has(> .c-coupon__item:nth-child(n + 3):last-child) { display: grid; gap: 2.5em; grid-template-columns: repeat(3, 1fr); }
  .p-coupon .c-coupon__item { filter: drop-shadow(0 0 .5em #64605240); gap: 1.75em; padding: 2.5em 1.5em; }
  .p-coupon .c-coupon__title { font-size: 1.5em; }
  .p-coupon .c-coupon__box { align-items: center; justify-content: center; padding: 3.5em 5em; }
  .p-coupon .c-coupon__box .c-txt { border-right: 1px dotted #000; padding-right: 4em; text-align: left; }
  .p-coupon .c-coupon__box .c-txt p { font-size: 1.5em; }
  .p-coupon .c-coupon__box .c-txt h4 { font-size: 3em; }
  .p-coupon .c-coupon__box .c-partition { flex: 1; }
  .p-coupon .c-coupon__box .c-btn__block { padding-left: 4em; }
  .p-coupon .c-coupon__box .c-btn__block .c-btn { width: 22em; }
  .p-coupon .u-kokunai .u-color__bg:hover { background-color: #c61400; }
  .p-coupon .u-kaigai .u-color__bg:hover { background-color: #0240cf; }
  .p-coupon .c-btn span { font-size: 1.25em; }
  .p-recommend .c-bnr__list { display: flex; gap: 2.5em; justify-content: center; }
  .p-recommend .c-bnr__list a { width: 16.25em; }
  .p-search-book .c-tab { cursor: pointer; height: 6.25em; width: 100%; }
  .p-search-book .c-tab span { font-size: 2em; }
  .p-search-book .c-panel { padding: 4.875em 4em; }
  .p-search-book .c-link__list { gap: 1em; }
  .p-search-book .c-link__item { flex-direction: column; height: 17.75em; padding-top: 3em; }
  .p-search-book .c-link__item i::before { font-size: 7.75em; transition: background .4s ease, transform .4s ease; }
  .p-search-book .c-link__item span { align-items: center; display: inline-flex; font-size: 1.125em; min-height: 2.6em; padding-top: 1em; transition: background .4s ease, transform .4s ease; }
  .p-search-book .c-link__item:hover i::before, .p-search-book .c-link__item:hover span { background: linear-gradient(90deg, #ed9600 0%, #d96704 33%, #a289d9 66%, #6281dc 100%); background-clip: text; color: transparent; transform: scale(1.05); }
  .p-search-book .c-reserve__list { gap: 1.75em; grid-template-columns: repeat(4, 1fr); }
  .p-search-book .c-reserve__item { padding: 2.5em 2em 1.875em; }
  .p-search-book .c-reserve__item:hover { background-color: #fffbe1; }
  .p-search-book .c-reserve__item:hover img { opacity: 1; transform: scale(1.05); }
  .p-search-book .c-reserve__title { font-size: 1.25em; }
  .p-search-book .c-btn__block { padding-top: 4em; }
  .kaigaicommonFooterlink { padding-top: 0 !important; }
  .slick-list { margin: 0 -1.25em; }
  .slick-slide { margin: 0 1.25em; }
  .slick-dotted.slick-slider { margin-bottom: 2em; }
  .u-sp { display: none; }
}

@media screen and (min-width:768px) and ( max-width:1280px) {
  .l-page { font-size: 1.25vw; margin: 0; }
}

@media screen and (min-width:1601px){
  .l-mv__title { width: 47.2222em; }
  .l-mv__takuro { width: 13.8889em; }
  .l-mv__bg--pic { aspect-ratio: unset; height: 43.3333em; }
  .l-mv__bg--pic img { width: 100%; }
}

@media screen and (max-width:767px){
  #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: 10px; }
  .js-btn-page-top a { height: 3.125em; padding-bottom: .5em; width: 3.125em; }
  .js-btn-page-top a::before { font-size: 1.5em; }
  .js-btn-page-top a span { font-size: .5em; }
  .l-page { font-size: 3.7209vw; }
  .l-page h1 { margin-bottom: 20px; padding: 0 1%; }
  .l-page .c-bnr__list { display: grid; gap: 1em .5em; grid-template-columns: repeat(2, 1fr); }
  .l-page .c-bnr__list p { font-size: .8125em; }
  .l-page .c-btn.u-large { height: 4em; }
  .l-page .c-btn.u-large span { font-size: 1.25em; }
  .l-page .c-cap { font-size: .75em; }
  .l-page .c-cassette__item { padding: 0 1em 1em; }
  .l-page .c-cassette__bnr { margin-left: -1em; margin-right: -1em; }
  .l-page .c-cassette__item img { width: 100%; }
  .l-page .c-cassette__item p { margin-top: -.25em; }
  .l-page .c-heading { font-size: 1.25em; }
  .l-page .c-sec__head { gap: .75em; margin-left: calc(50% - 49vw); margin-right: calc(50% - 49vw); }
  .l-page .c-sec__head::before, .l-page .c-sec__head::after { width: 12%; }
  .l-page .c-sec__head h2 { font-size: 1.75em; }
  .l-page .c-sec__head em { font-size: .875em; }
  .l-page .c-sec__head .c-sub { font-size: 1.125em; }
  .l-page .c-sec__head--inner { gap: .25em; }
  .l-page .c-sec__head--inner, .p-feature .c-sec__head .c-label__list { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
  .l-page .c-slide__nav { gap: .75em; margin-top: 1em; }
  .l-page .c-slide__arrow .slick-arrow { height: 2em; width: 2em; }
  .l-page .c-slide__arrow .slick-arrow::before { font-size: .875em; }
  .l-mv, .l-mv__bg { aspect-ratio: 2 / 1; }
  .l-mv__title { width: 60%; }
  .l-mv__takuro { bottom: 0; right: 0; width: 22%; }
  .l-nav { height: 13em; }
  .l-nav .c-bnr__block { margin: 0 auto; width: 89%; }
  .l-season-nav { padding: .5em 0; }
  .l-season-nav .c-inner { width: 98%; }
  .l-season-nav__list { gap: .25em; }
  .l-season-nav__item a { height: 3em; }
  .l-season-nav__item a span, .l-season-nav__trigger span { font-size: .625em; }
  .l-season-nav.is-fixed { right: .5em; width: 3.75em; }
  .l-season-nav__trigger { height: 3.75em; right: 0; top: 4em; width: 3.75em; }
  .l-season-nav__trigger.is-open span { color: transparent; user-select: none; }
  .l-season-nav__trigger.is-open span::before, .l-season-nav__trigger.is-open span::after { top: 50%; }
  .l-season-nav__trigger.is-open span::before { transform: translate(-50%, -50%) rotate(45deg); }
  .l-season-nav__trigger.is-open span::after { transform: translate(-50%, -50%) rotate(-45deg); }
  .l-season-nav.is-fixed .l-season-nav__list { flex-direction: column; gap: .5em; right: 0; top: 8.25em; }
  .l-season-nav.is-fixed .l-season-nav__item { font-size: .75em; opacity: 0; transform: translateY(-2.5em) scale(.85); transition: opacity .35s ease, transform .45s cubic-bezier(.22, 1, .36, 1); }
	.l-season-nav.is-fixed .l-season-nav__list.is-open .l-season-nav__item { opacity: 1; transform: translateY(0) scale(1); }
	.l-season-nav.is-fixed .l-season-nav__list.is-open .l-season-nav__item:nth-child(1) { transition-delay: 0s; }
	.l-season-nav.is-fixed .l-season-nav__list.is-open .l-season-nav__item:nth-child(2) { transition-delay: .07s; }
	.l-season-nav.is-fixed .l-season-nav__list.is-open .l-season-nav__item:nth-child(3) { transition-delay: .14s; }
	.l-season-nav.is-fixed .l-season-nav__list.is-open .l-season-nav__item:nth-child(4) { transition-delay: .21s; }
  .l-anchor { height: 4em; }
  .l-anchor__float .c-inner { width: 100%; }
  .l-anchor__item + .l-anchor__item::before { background-color: #e6e6e6; bottom: .5em; content: ""; left: 0; position: absolute; top: .5em; width: 1px; }
  .l-anchor__item a { height: 3em; padding: 0 .25em; }
  .l-anchor__item a::after { content: none; }
  .l-anchor__item a span { font-size: .5em; }
  .l-contents { padding-bottom: 4em; }
  .l-contents .c-inner { gap: 2.5em; padding: 3em 0; }
  .p-campaign .c-cassette__list { flex-direction: column; gap: 1.5em; }
  .p-feature .c-block__head { padding-bottom: 2.5em; }
  .p-feature .c-sec__head .c-label__list { font-size: .75em; }
  .p-feature .c-block__head img { width: 60%; }
  .p-feature .c-block__head h3 { font-size: 1.125em; padding-top: .5em; }
  .p-feature .c-feature__list { display: flex; flex-direction: column; gap: 2em; }
  .p-feature .c-feature__item { display: grid; gap: 1em; padding-top: 3.5em; }
  .p-feature .c-feature__item .c-label { border-radius: 100vh; height: 2.5em; top: 0; transform: translateX(-50%); width: 8em; }
  .p-feature .c-feature__item p { grid-column: 2 / 3; grid-row: 1 / 2; }
  .p-feature .c-feature__item .c-pic { grid-column: 1 / 2; grid-row: 1 / 2; }
  .p-feature .c-feature__item .c-btn__block { grid-column: 1 / 3; grid-row: 2 / 3; }
  .p-u29 .c-sec__head img { width: 76%; }
  .p-u29 .c-info__list { display: flex; flex-direction: column; gap: 1.5em; }
  .p-u29 .c-info__item { background-size: cover; gap: .5em; padding: 1.5em; }
  .p-u29 .c-info__item .c-info__title img { width: 20%; }
  .p-u29 .c-info__item .c-info__title h4 { font-size: 1.25em; text-align: left; }
  .p-u29 .c-info__detail li { font-size: .8125em; }
  .p-u29 .c-info__detail--column { margin-top: .5em; }
  .p-u29 .c-info__item .c-btn__block { padding-top: 1em; }
  .p-u29 .c-info__item .c-btn { height: 3em; }
  .p-u29 .c-kw__box { margin-top: 2em; padding: 1.5em; }
  .p-u29 .c-bnr__list { display: flex; }
  .p-u29 .c-slider__block a { flex-direction: column; }
  .p-u29 .c-slider__block a img { width: 100%; }
  .p-u29 .c-tags { font-size: .75em; gap: .75em .5em; }
  .p-u29 .c-bnr__list--tag { padding-bottom: 1em; }
  .p-u29 .c-bnr__list--tag .c-tag { font-size: .625em; margin: 0 .25em; }
  .p-omakase .c-tags { gap: .5em; margin-bottom: .5em; }
  .p-omakase .c-tag { height: 2em; padding: 0 .75em; }
  .p-omakase .c-tag span { font-size: .9375em; }
  .p-omakase .c-lead { font-size: .875em; text-align: left; }
  .p-omakase .c-omakase__flow { gap: 2em; margin-top: 2em; }
  .p-omakase .c-omakase__diagram .u-list { flex-direction: column; }
  .p-omakase .c-omakase__package { padding: 1.5em; }
  .p-omakase .c-omakase__package .c-style__list { gap: 2.5em; }
  .p-omakase .c-omakase__package .c-style__list::after { font-size: 2em; left: 50%; position: absolute; top: 50%; translate: -50% -50%; }
  .p-omakase .c-omakase__package .c-style__item { gap: .5em; padding: 1em .5em; }
  .p-omakase .c-omakase__package .c-icon__list { flex-direction: row !important; }
  .p-omakase .c-omakase__package .c-icon__item::before { font-size: 5em; }
  .p-omakase .c-omakase__package .c-icon__item:nth-child(2) { font-size: 1.25em; padding: 0 1em; }
  .p-omakase .c-omakase__package--head h4 { font-size: 1.5em; }
  .p-omakase .c-omakase__options { padding-top: 3em; }
  .p-omakase .c-omakase__options::before { font-size: 3em; top: -.5em; }
  .p-omakase .c-omakase__options .c-icon__item::before { font-size: 3.5em; }
  .p-omakase .c-omakase__options .c-icon__item p { font-size: .8125em; }
  .p-omakase .c-omakase__panel { padding: 1.5em; }
  .p-omakase .c-omakase__panel .c-tag { font-size: .8125em; margin-left: .5em; margin-top: .5em; }
  .p-omakase .c-omakase__panel--text { font-size: .875em; }
  .p-omakase .c-box__list { display: flex; flex-direction: column; gap: 1em; }
  .p-omakase .c-box { padding: 1.5em; }
  .p-omakase .c-box p { font-size: .875em; }
  .p-omakase .c-box .c-btn { height: 2.5em; }
  .p-plan .c-plan__item { gap: 1em .5em; grid-template-columns: 48% 1fr; padding: 1em; }
  .p-plan .c-plan__item p { font-size: .8125em; }
  .p-plan .c-plan__item .c-btn { height: 2.5em; }
  .p-plan .c-plan__item .c-btn span { font-size: .875em; }
  .p-coupon .c-btn__block { width: 100%; }
  .p-coupon .c-btn__block .c-btn { height: 3em; }
  .p-coupon .c-coupon__list { filter: drop-shadow(0 0 .5em #64605240); }
  .p-coupon .c-coupon__item { gap: 1.5em; padding: 1.5em; }
  .p-coupon .c-coupon__title { font-size: 1.25em; }
  .p-coupon .c-coupon__box { align-items: center; flex-direction: column; gap: 1em; padding: 1em; }
  .p-coupon .c-coupon__box .c-txt h4 { font-size: 1.5em; }
  .p-search-book .c-link__list { flex-direction: column; gap: .5em; }
  .p-search-book .c-tab { height: 3.5em; width: 100%; }
  .p-search-book .c-tab span { font-size: 1.25em; }
  .p-search-book .c-panel { padding: 2em; }
  .p-search-book .c-link__item { height: 4.5em; padding: 0 1em; }
  .p-search-book .c-link__item i::before { font-size: 2em; padding-right: .25em; }
  .p-search-book .c-link__item span { text-align: left; }
  .p-search-book .c-link__item span br { display: none; }
  .p-search-book .c-reserve__list { gap: .5em; grid-template-columns: repeat(2, 1fr); }
  .p-search-book .c-reserve__item { padding: 2em 1.125em; }
  .p-search-book .c-reserve__item p, .p-search-book .c-reserve__title { font-size: .9375em; }
  .p-search-book .c-btn__block { padding-top: 2em; }
  .slick-list { margin: 0 -.5em; }
  .slick-slide { margin: 0 .5em; }
  .u-pc { display: none; }
}

/* Slider */
.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; padding: 0; }
.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: block; 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: 100%; min-height: 1px; }
.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 !important; }

.slick-dots { display: block; margin: 0; padding: 0; text-align: center; }
.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 { cursor: pointer; outline: none; }
.slick-dots li button::before { background-color: #c4c4c4; content: ""; border-radius: 100vh; display: inline-block; height: .625em; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); transition: all .4s ease; width: .625em; }

.p-u29 .c-slide__arrow .slick-arrow { border-color: #048f61; color: #048f61; }
.p-u29 .slick-dots li.slick-active button::before { background-color: #048f61; }
.p-coupon .u-kokunai .c-slide__arrow .slick-arrow { border-color: #e95443; color: #e95443; }
.p-coupon .u-kokunai .slick-dots li.slick-active button::before { background-color: #e95443; }
.p-coupon .u-kaigai .c-slide__arrow .slick-arrow { border-color: #457cfb; color: #457cfb; }
.p-coupon .u-kaigai .slick-dots li.slick-active button::before { background-color: #457cfb; }
.p-plan .slick-list { overflow: visible; }
.p-plan .slick-initialized .slick-slide { display: grid; }
.p-plan .slick-dots li.slick-active button::before { background-color: #f3650f; }