@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,700;1,700&family=Rubik:ital@0;1&family=Zen+Maru+Gothic:wght@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; text-align: center; text-decoration: inherit; text-transform: none; width: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ico-down-dir:before { content: '\e800'; }
.ico-sakura:before { content: '\e801'; }
.ico-pagetop:before { content: '\e802'; }
.ico-hotel:before { content: '\e803'; }
.ico-train:before { content: '\e804'; }
.ico-airplane:before { content: '\e805'; }
.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); }
}

.jtb-nav-breadcrumb { margin-bottom: 25px; max-width: 1236px; }
.l-page { color: #333; font-family: "Zen Maru Gothic", sans-serif; font-style: normal; font-weight: 500; font-size: 16px; line-height: 1; text-align: center; width: 100%; }
.l-page * { box-sizing: border-box; }
.l-page a { color: #333; }
.l-page a, .l-page a * { transition: all .4s ease; }
.l-page button { border: none; cursor: pointer; font-size: 16px; }
.l-page em { font-family: "Jost", sans-serif; font-weight: 700; line-height: 1; }
.l-page h1 { font-size: 18px; font-weight: bold; line-height: 1; margin: 0 auto 25px; max-width: 1280px; text-align: left; }
.l-page h2, .l-page h3, .l-page h4 { font-weight: 700; }
.l-page img { display: block; margin: 0 auto; max-width: 100%; }
.l-page strong { font-weight: 700; }
.l-page sub { font-size: .5em; vertical-align: bottom; }

/* .l-page .bg_cream { background-color: #f7f7cc; }
.l-page .bg_white { background-color: #fff; } */
.l-page .c-box { background-color: #fff; border-radius: .5em; box-shadow: 0 0 1em 0 rgba(0,0,0,.15);
 }
.l-page .c-btn { background-color: #00c2c1; border-radius: .5em; box-shadow: 0 .5em 0 0 #16b1b0; display: grid; margin: 0 auto; max-width: 1040px; place-content: center; width: 100%; }
.l-page .c-btn span { color: #feef19; font-weight: 700; position: relative; }
.l-page .c-btn__flower span::before, .l-page .c-btn__flower span::after { aspect-ratio: 36 / 29; background: url(../images/bg_btn_flower.png) no-repeat 50% 50% / contain; content: ""; display: block; position: absolute; top: 50%; translate: 0 -50%; width: 2.25em; }
.l-page .c-btn__flower span::before { left: -28%; }
.l-page .c-btn__flower span::after { right: -28%; transform: scaleX(-1); }
.l-page .c-fdc, .l-page .c-sec__head { display: flex; flex-direction: column; }
.l-page .c-head__copy { color: #db0000; font-weight: 700; }
.l-page .c-inner { display: flex; flex-direction: column; margin: 0 auto; max-width: 1280px; width: 89%; }
.l-page .c-link__arrow a::after { background-color: #00c2c1; border-radius: 50%; color: #fff; content: "\f105"; display: grid; font-family: "icon"; line-height: 1; place-content: center; position: absolute; top: 50%; translate: 0 -50%; }
.l-page .c-sec__head::before { color: #ffc4d0; content: "\e801"; display: block; font-family: "icon"; }
.l-page .c-sec__head p { padding-top: 1em; }
.l-page .c-sec__title span { color: #00c2c1; font-weight: 700; }
.l-page .c-sec__title--en { color: #ffc4d0; font-family: "Rubik", sans-serif; font-size: .875em; }
.l-page .c-sec__title .c-txt__small { display: block; font-size: 2em; }
.js-btn-page-top { bottom: 50px; cursor: pointer; display: none; position: fixed; right: 50px; z-index: 100; }
.js-btn-page-top a { display: block; height: 17px; 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; }
.is-fixed { left: 0; position:fixed; top: 0; z-index: 99; width: 100%; }

.l-mv { background: url(../images/bg_mv.png) no-repeat 50% 50% / cover; display: grid; place-content: center; position: relative; width: 100%; }
.l-mv__pic { position: absolute; right: 0; }
.l-anchor { position: relative; }
.l-anchor__float { background-color: #fff2f3; }
.l-anchor__list { display: flex }
.l-anchor__item { position: relative; width: 100%; }
.l-anchor__item + .l-anchor__item::before { background-color: #d3d3d3; content: ""; left: 0; position: absolute; width: 1px; }
.l-anchor__item a { display: grid; place-content: center; position: relative; width: 100%; }
.l-anchor__item a::after { aspect-ratio: 1 / 1; background-color: #ffa6b9; border-radius: 50%; color: #fff; content: "\f107"; display: grid; font-family: "icon"; left: 50%; line-height: 1; place-content: center; position: absolute; transition: all .4s ease; translate: -50% 0; }
.l-anchor__item span { color: #00c2c1; font-weight: 700; line-height: 1.2; }
.l-contents { background-color: #fff; }
.sec-campaign__item { border: 2px solid; border-radius: .75em; display: flex; flex-direction: column; gap: 1.125em; padding: 2.5em 1.5em; }
.sec-campaign__item p { font-size: 1.25em; }
.sec-campaign__title { line-height: 1.3; }
.sec-campaign__btn { border-radius: .5em; display: grid; margin: 0 auto; max-width: 660px; place-content: center; width: 100%; }
.sec-campaign__btn span { color: #fff; font-weight: 700; }
.sec-campaign__item.c-color__blue { background-color: #f2fdff; border-color: #12b0d0; }
.sec-campaign__item.c-color__blue strong, .sec-campaign__item.c-color__blue .sec-campaign__title { color: #12b0d0; }
.sec-campaign__item.c-color__blue .sec-campaign__btn { background-color: #12b0d0; }
.sec-campaign__item.c-color__green { background-color: #f7fffc; border-color: #26bf7c; }
.sec-campaign__item.c-color__green strong, .sec-campaign__item.c-color__green .sec-campaign__title { color: #26bf7c; }
.sec-campaign__item.c-color__green .sec-campaign__btn { background-color: #26bf7c; }
.sec-campaign__item.c-color__orange { background-color: #fffcf7; border-color: #ff712e; }
.sec-campaign__item.c-color__orange strong, .sec-campaign__item.c-color__orange .sec-campaign__title { color: #ff712e; }
.sec-campaign__item.c-color__orange .sec-campaign__btn { background-color: #ff712e; }
.sec-plan { background-color: #edfafa; }
.sec-plan p { line-height: 1.5; }
.sec-plan .c-sec__title .c-txt__small { padding-bottom: .625em; }
.sec-plan__wrap, .sec-plan__wrap a { color: #6b6b6b; }
.sec-plan__heading { color: #787878; font-weight: 700; }
.sec-plan__heading::before, .sec-plan__heading::after { aspect-ratio: 1 / 1; background: url(../images/bg_heading_hanabira.png) no-repeat 50% 50% / contain;content: ""; display: inline-block; width: .6em; }
.sec-plan__heading::before { padding-right: 1.25em; }
.sec-plan__heading::after { padding-left: 1.25em; transform: scaleX(-1); }
.sec-plan__title { font-weight: 700; }
.sec-plan__list { gap: 1em; margin-top: 1.5em; }
.sec-plan__item { align-items: flex-start; background-color: #f5ffff; border: 2px solid #00c2c1; border-radius: .5em; padding: 1em; }
.sec-plan__price { color: #ff0000; font-weight: 700; }
.sec-plan__price em { font-size: 1.25em; }
.sec-plan__type::before, .sec-plan__dep { color: #00c2c1; }
.sec-plan__kaigai .sec-plan__title { color: #00c2c1; }
.sec-plan__kaigai .c-box p { text-align: justify; }
.sec-plan__recommend a { gap: .5em; position: relative; }
.sec-plan__recommend a::after { right: .625em; }
.sec-plan__recommend .c-box { padding: 2em 1.5em; }
.sec-plan__recommend .sec-plan__title { color: #ff7b98; }
.sec-cal__wrap .c-catch { font-weight: 700; }
.sec-cal__wrap .c-catch strong { font-size: 1.25em; }
.sec-cal__wrap .c-cal__list { display: flex; }
.sec-cal__wrap .c-cal__item { background-color: #fff; border: 2px solid #a8a8a8; border-radius: .5em; display: flex; flex-direction: column; overflow: hidden; width: 7.5em; }
.sec-cal__wrap .c-cal__item .c-day, .sec-cal__wrap .c-cal__item .c-week { align-items: center; display: flex; justify-content: center; }
.sec-cal__wrap .c-cal__item .c-day { color: #a8a8a8; flex: 1; }
.sec-cal__wrap .c-cal__item .c-day sup { font-size: .6em; }
.sec-cal__wrap .c-cal__item .c-week { background-color: #a8a8a8; color: #fff; }
.sec-cal__wrap .c-cal__item.c-week__sat { border-color: #18b8f2; }
.sec-cal__wrap .c-cal__item.c-week__sat .c-day { color: #18b8f2; }
.sec-cal__wrap .c-cal__item.c-week__sat .c-week { background-color: #18b8f2; }
.sec-cal__wrap .c-cal__item.c-week__sun { border-color: #ff715e; }
.sec-cal__wrap .c-cal__item.c-week__sun .c-day { color: #ff715e; }
.sec-cal__wrap .c-cal__item.c-week__sun .c-week { background-color: #ff715e; }
.sec-cal__wrap .c-btn__bottom .c-btn span::before { left: -3em; }
.sec-cal__wrap .c-btn__bottom .c-btn span::after { right: -3em; }
.sec-coupon .c-inner { padding-bottom: 0 !important; }
.sec-coupon__item { background-color: #f5f5f5; border-radius: 1em; color: #4d4d4d; }
.sec-coupon__item.c-box__wide { align-items: center; }
.sec-coupon__item.c-box__wide .c-btn, .sec-reserve .c-btn { max-width: 660px; }
.sec-coupon__label { background-color: #ff7b98; border-radius: 100vh; display: inline-grid; place-content: center; padding: .5em 1.5em; }
.sec-coupon__label span { color: #fff; font-weight: 700; white-space: nowrap; }
.sec-coupon__title { color: #00c2c1; line-height: 1.5; }
.sec-coupon__item dt, .sec-coupon__item dd { padding: .25em 0; }
.sec-coupon__item dt { clear: left; float: left; width: 5.25em; }
.sec-coupon__item dd { padding-left: 5.25em; text-align: left; }
.sec-bnr__list { display: grid; }
.sec-bnr__item { gap: .5em; text-align: left; }
.sec-bnr__item img { max-width: inherit; width: 100%; }
.sec-bnr__item p { font-size: .875em; line-height: 1.3; }
.sec-bnr__title { color: #00c2c1; font-size: 1.125em; }
.sec-reserve { background-color: #f3f3f3; }
.sec-reserve__list { display: grid; }
.sec-reserve__item { align-items: center; display: flex; flex-direction: column; width: 100%; }
.sec-reserve__item a { gap: 1.5em; height: 100%; position: relative; }
.sec-reserve__item h3 { color: #00c2c1; font-size: 1.25em; }
.sec-reserve__item img { margin: 0 auto; width: 64%; }
.sec-reserve__item p { line-height: 1.4; text-align: left; }
.sec-reserve__item.c-link__arrow a::after { bottom: .5em; right: .5em; top: auto; translate: 0 0; }


@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; }
  .l-page a:hover { text-decoration: none; }
  .l-page a:hover img { opacity: .7; }
  .l-page .c-bnr__block { padding-top: 5em; }
  .l-page .c-btn { height: 4.75em; }
  .l-page .c-btn span { font-size: 1.25em; }
  .l-page .c-btn:hover { box-shadow: none; transform: translateY(.5em); }
  .l-page .c-btn__large { height: 8em; }
  .l-page .c-btn__middle { height: 5.375em; }
  .l-page .c-btn__small { height: 3.875em; }
  .l-page .c-col__two { gap: 2.5em; grid-template-columns: repeat(2, 1fr); }
  .l-page .c-col__three { display: grid; gap: 1.5em; grid-template-columns: repeat(3, 1fr); }
  .l-page .c-head__copy { font-size: 2.5em; padding: 1em 0; }
  .l-page .c-link__arrow a::after { height: 1.5vw; width: 1.5vw; }
  .l-page .c-sec__head { gap: 1em; }
  .l-page .c-sec__head::before { font-size: 3.5em; }
  .l-page .c-sec__title span { font-size: 3em; }
  .l-mv__title { width: 55.2083vw; }
  .l-mv__pic { bottom: 1em; width: 22.9167vw; }
  .l-anchor { height: 8em; }
  .l-anchor__item + .l-anchor__item::before { bottom: 1.375em; top: 1.375em; }
  .l-anchor__item a { height: 8em; padding-bottom: 1em; }
  .l-anchor__item a::after { bottom: 1em; width: 1.5em; }
  .l-anchor__item a:hover::after { transform: translateY(.25em); }
  .l-anchor__item span { font-size: 1.25em; }
  .l-anchor__float.is-fixed .l-anchor__item + .l-anchor__item::before { bottom: .75em; top: .75em; }
  .l-anchor__float.is-fixed .l-anchor__item a { height: 4em; }
  .l-anchor__float.is-fixed .l-anchor__item a::after { bottom: .5em; font-size: .75em; }
  .l-anchor__float.is-fixed .l-anchor__item span { font-size: 1em; }
  .l-anchor__float.is-fixed .l-anchor__item span br { display: none; }
  .l-contents .c-inner { gap: 3.5em; padding: 5.5em 0; }
  .sec-campaign .c-inner { gap: 1.875em; }
  .sec-campaign .c-btn__block { padding-top: 1.875em; }
  .sec-campaign .c-btn__block .c-btn span { font-size: 2em; }
  .sec-campaign__pic { margin-left: -1.25em; margin-right: -1.25em; }
  .sec-campaign__list { gap: 2.5em; }
  .sec-campaign__item p { font-size: 1.25em; }
  .sec-campaign__title { font-size: 2.5em; }
  .sec-campaign__btn { height: 5.375em; overflow: hidden; position: relative; }
  .sec-campaign__btn::before { background-color: rgba(0,0,0,.5); content: ""; display: block; height: 100%; left: -100%; mix-blend-mode: overlay; position: absolute; transition: all .4s ease; width: 100%; }
  .sec-campaign__btn span { font-size: 1.75em; }
  .sec-campaign__btn:hover::before { left: 0; }
  .sec-plan .c-inner { gap: 4.5em; }
  .sec-plan .c-btn__block { display: grid; gap: 1.25em; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: 1080px; width: 100%; }
  .sec-plan__heading { font-size: 2.5em; }
  .sec-plan__wrap { gap: 4em; }
  .sec-plan__block { gap: 2.5em; }
  .sec-plan__box .c-box__title { font-size: 1.25em; }
  .sec-plan__title { font-size: 2em; }
  .sec-plan__lead { gap: 1.5em; }
  .sec-plan__lead p strong { font-size: 1.5em; }
  .sec-plan__item:hover { border-color: #ffa6b9; }
  .sec-plan__item:hover .sec-plan__type::before, .sec-plan__item:hover .sec-plan__dep { color: #ffa6b9; }
  .sec-plan__block--heading p { padding-top: 1.25em; }
  .sec-plan__kaigai .c-box { gap: 2em; padding: 2.5em; }
  .sec-plan__kaigai .c-box p { font-size: 1.25em; }
  .sec-plan__recommend a { font-size: 1.25em; }
  .sec-plan__recommend a:hover { background-color: #fff2f3; }
  .sec-plan__recommend a:hover::after { background-color: #ffa6b9; }
  .sec-cal__wrap .c-catch { font-size: 2em; }
  .sec-cal__wrap .c-cal__list { gap: .5em; justify-content: center; }
  .sec-cal__wrap .c-cal__item { aspect-ratio: 49 / 60; }
  .sec-cal__wrap .c-cal__item .c-day { font-size: 2.25em; }
  .sec-cal__wrap .c-cal__item .c-week { height: 2em; }
  .sec-cal__wrap .c-btn__bottom { display: flex; gap: 1.5em; padding-top: 3.5em; }
  .sec-cal__wrap .c-btn__bottom .c-btn span { font-size: 1.75em; }
  .sec-coupon__list { display: grid; gap: 2.5em; grid-template-columns: repeat(2, 1fr); }
  .sec-coupon__item { gap: 1.25em; padding: 2.5em; }
  .sec-coupon__item.c-box__wide { gap: 2em; grid-column: span 2; }
  .sec-coupon__item .c-btn__small { margin: auto auto 0; max-width: 240px; }
  .sec-coupon__label span, .sec-coupon__item.c-box__wide .c-btn span, .sec-reserve .c-btn span { font-size: 1.75em; }
  .sec-coupon__title { font-size: 2.5em; }
  .sec-coupon__catch { font-size: 1.5em; }
  .sec-bnr__list { gap: 2.5em; grid-template-columns: repeat(4, 1fr); }
  .sec-reserve__list { gap: 1.75em; grid-template-columns: repeat(4, 1fr); }
  .sec-reserve__item a { padding: 2em; }
  .sec-reserve__item a:hover {  background-color: #fff9e9; }
  .sp-item { display: none; }
}

@media screen and (min-width:768px) and ( max-width:1440px) {
  .l-mv { aspect-ratio: 18 / 7; background-size: auto 100%;  }
}

@media screen and (min-width:1441px){
  .l-mv { background-size: cover; height: 35em; }
  .l-mv__title { width: 49.6875em; }
  .l-mv__pic { width: 20.625em; }
}

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

@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: 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: 20px 0 0; }
  .l-page h1 { margin-bottom: 20px; padding: 0 1%; }
  .l-page .c-bnr__block { padding-top: 2.5em; }
  .l-page .c-btn, .sec-campaign__btn  { height: 4.5em; }
  .l-page .c-btn span, .sec-campaign__btn span { font-size: 1.25em; }
  .l-page .c-col__three { display: flex; flex-direction: column; gap: 1.5em; }
  .l-page .c-head__copy { font-size: 1.5em; padding-bottom: 1em; }
  .l-page .c-link__arrow a::after { height: 2rem; width: 2rem; }
  .l-page .c-sec__head { gap: .5em; }
  .l-page .c-sec__head::before { font-size: 3em; }
  .l-page .c-sec__title span { font-size: 2.5em; }
  .l-mv { aspect-ratio: 11 / 5; }
  .l-mv__title { width: 62vw; }
  .l-mv__pic { bottom: 0; width: 26%; }
  .l-anchor { height: 4em; }
  .l-anchor__float .c-inner { width: 100%; }
  .l-anchor__list { justify-content: space-between; }
  .l-anchor__item { width: 100%; }
  .l-anchor__item + .l-anchor__item::before { bottom: .75em; top: .75em; }
  .l-anchor__item a { height: 4em; padding-bottom: .5em; }
  .l-anchor__item a::after { bottom: .25em; font-size: .75em; width: 1em; }
  .l-anchor__item a span { font-size: .75em; }
  .l-contents .c-inner { gap: 1.5em; padding: 2.5em 0 3.5em; }
  .sec-campaign__pic { margin-left: -.375em; margin-right: -.375em; }
  .sec-campaign__list { gap: 1.5em; }
  .sec-campaign__item p { line-height: 1.4; }
  .sec-campaign__item p:nth-of-type(1) { text-align: left; }
  .sec-campaign__title { font-size: 1.75em; }
  .sec-plan .c-inner { gap: 2.5em; }
  .sec-plan .c-btn__block, .sec-coupon__list { display: flex; flex-direction: column; gap: 1.25em; }
  .sec-plan__heading { font-size: 1.75em; }
  .sec-plan__wrap , .sec-plan__block { gap: 2em; }
  .sec-plan__box .c-box__title { font-size: 1.25em; }
  .sec-plan__title { font-size: 1.5em; }
  .sec-plan__lead { gap: 1.5em; }
  .sec-plan__lead p { text-align: justify; }
  .sec-plan__lead p br { display: none; }
  .sec-plan__lead p strong { font-size: 1.25em; }
  .sec-plan__block--heading p { padding-top: 1.25em; text-align: left; }
  .sec-plan__kaigai .c-box { gap: 1em; padding: 1.5em 1.5em 2em; }
  .sec-plan__kaigai .c-box p { font-size: 1.125em; }
  .sec-plan__recommend a { font-size: 1.25em; }
  .sec-cal__wrap .c-catch { font-size: 1.5em; }
  .sec-cal__wrap .c-cal__list { flex-wrap: wrap; gap: .25em; justify-content: center; margin-top: 1em; }
  .sec-cal__wrap .c-cal__item { aspect-ratio: 5 / 6; width: calc(calc(100% - 1.25em) / 6); }
  .sec-cal__wrap .c-cal__item .c-day { font-size: 1.75em; }
  .sec-cal__wrap .c-cal__item .c-week { height: 1.25em; }
  .sec-cal__wrap .c-btn__bottom { display: flex; flex-direction: column; gap: 1.5em; padding-top: 1.5em; }
  .sec-coupon__item { gap: 1.25em; padding: 2em 1.5em 2.5em; }
  .sec-coupon__label span { font-size: 1.5em; }
  .sec-coupon__title { font-size: 1.5em; }
  .sec-coupon__catch { font-size: 1.25em; }
  .sec-bnr__list { gap: 1.5em .8em; grid-template-columns: repeat(2, 1fr); }
  .sec-reserve__list { gap: .75em; grid-template-columns: repeat(2, 1fr); }
  .sec-reserve__item a { height: 100%; padding: 2em 1em; }
  .pc-item { display: none; }
}