@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;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-mark-spring:before { content: '\e800'; }
.ico-down-open:before { content: '\e801'; }
.ico-pagetop:before { content: '\e802'; }
.ico-right-open:before { content: '\e803'; }
.ico-left-open:before { content: '\e804'; }
.ico-up-open:before { content: '\e805'; }
.ico-hotel:before { content: '\e806'; }
.ico-air:before { content: '\e807'; }
.ico-train:before { content: '\e808'; }
.ico-btn-arrow:before { content: '\e809'; }
.ico-pin:before { content: '\e80a'; }
.ico-info-circled:before { content: '\e80b'; }
.ico-angle-up:before { content: '\f106'; }
.ico-angle-down:before { content: '\f107'; }


.jtb-nav-breadcrumb { margin-bottom: 25px; max-width: 1236px; }
.l-page { 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 { font-size: 18px; font-weight: bold; line-height: 1; margin: 0 auto 25px; max-width: 1236px; text-align: left; }
.l-page a, .l-page a img { transition: all .4s ease; }
.l-page img { display: block; margin: 0 auto; max-width: 100%; transition: opacity 3s ease; }
.l-page img.lazyload { border-radius: .5em; opacity: 0; }
.l-page img.lazyloaded { opacity: 1; }
.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; }

.c-bnr__list { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; max-width: 900px; width: 100%; }
.c-bnr__item a + * { margin-top: .5em; }
.c-bnr__item .c-title { font-weight: 700; }
.c-bnr__item p { text-align: left; }
.c-btn { align-items: center; border-radius: .375em; display: flex; justify-content: center; position: relative; }
.c-btn span::before, .c-btn span::after { display: inline-block; font-family: "icon"; position: absolute; top: 50%; transform: translateY(-50%); }
/*.c-btn__solid span::before, .c-btn__solid span::after { color: #fff; }*/
.c-btn__solid span { color: #fff; font-weight: 700; }
.c-btn__white { background-color: #fff; border: 2px solid; transition: all .4s ease; }
.c-btn__white span { font-weight: 700; }
.c-btn__stay span::before { content: "\e806"; }
.c-btn__jr span::before { content: "\e808"; }
.c-btn__air span::before { content: "\e807"; }
.c-bottom__link {  }
.c-bottom__link .c-btn { margin: 0 auto; width: 100%; }
.c-bottom__link .c-btn span::after { content: "\e809"; font-size: .75em; right: 2em; }
.c-faq__list { text-align: left; }
.c-faq__item { background-color: #fff; padding: 0 2.5em; }
.c-faq__item + .c-faq__item { margin-top: .25em; }
.c-faq__item--q, .c-faq__item--a { padding-left: 3em; position: relative; }
.c-faq__item--q { line-height: 1.5; font-weight: bold; padding-bottom: 2em; padding-top: 2em; }
.c-faq__item--q:hover { cursor: pointer; }
.c-faq__item--q::before, .c-faq__item--a::before { font-family: 'Zen Maru Gothic', sans-serif; font-size: 1.5em; font-weight: 700; left: 0; line-height: 1; position: absolute;  }
.c-faq__item--q::before { content: "Q." }
.c-faq__item--q::after { content: "\e801"; display: inline-block; font-family: "icon"; font-size: 1.5em; line-height: 1; position: absolute; right: 0; transition: all .5s ease; }
.c-faq__item--a { display: none; padding-bottom: 2em; }
.c-faq__item--a::before { content: "A." }
.c-inner { margin: 0 auto; max-width: 1236px; width: 88%; }
.c-pic .c-cap { display: block; font-size: .8125em; text-align: right; }
.c-sec:nth-child(even) { background-color: #fcf9f5; }
.c-sec__head::before { display: block; font-family: "icon"; font-size: 2.5em; line-height: 1; padding-bottom: .125em; }
.c-sec__head .c-sec__title { color: #873535; font-size: 2em; font-weight: 700; }
.c-sec__head span { display: inline-block; font-weight: 700; letter-spacing: .1em; -webkit-text-fill-color: transparent; }
.c-word { align-items: center; background-color: #fff; border: 1px solid; display: inline-flex; justify-content: center; }
.c-word span::before { content: "＃"; padding-right: .25em; }
.is-fixed { left: 0; position:fixed; top: 0; z-index: 4; width: 100%; }
.is-open::after { transform: rotate(-180deg); }

.l-mv, .l-anchor, .l-contents { font-family: 'Zen Maru Gothic', sans-serif; text-align: center; width: 100%; }
.l-mv { background: no-repeat 50% 0 / cover; display: flex; flex-direction: column; height: 100%; justify-content: center; padding-bottom: 2em; position: relative; width: 100%; }
.l-mv::after { background-color: rgba(0, 0, 0, .15); bottom: 0; content: ""; display: block; left: 0; height: 100%; position: absolute; right: 0; top: 0; width: 100%; }
.l-mv * { z-index: 1; }
.l-mv .c-btn { background-color: rgba(255, 255, 255, .9); bottom: 0; height: 3em; padding: 0 2em; position: absolute; right: 0; }
.l-mv .c-btn span { color: #873535; font-size: 1.25em; font-weight: 700; }
.l-mv .c-btn span::after { content: "\e803"; display: inline-block; font-family: "icon"; padding-left: .5em; }
.l-mv .c-title__wrap { position: relative; }
.l-mv .c-title { background: no-repeat 50% 0; color: #fff; display: block; position: relative; }
.l-mv .c-title::after { background: no-repeat 50% 50% / 100% auto; bottom: -.75em; content: ""; height: .625em; left: 50%; position: absolute; transform: translateX(-50%); width: 32.75em; }
.l-mv .c-title span { font-size: 5.375em; font-weight: 700; line-height: 1.4em; }
.l-mv .c-title em { font-size: 1.5349em; font-weight: 700; }
.l-anchor { position: absolute; }
.l-anchor .c-item { transform:translateY(-2em); }
.l-anchor .c-item a { align-items: center; background-color: #fff; border-radius: .375em; display: flex; justify-content: center; width: 100%; }
.l-anchor .c-item span { color: #873535; display: inline-block; font-size: 1.375em; font-weight: 700; line-height: 1.2; margin-bottom: 1em; position: relative; }
.l-anchor .c-item span::before { content: "\e800"; display: block; font-family: "icon"; font-size: 1em; font-weight: normal; padding-bottom: .5em; }
.l-anchor .c-item span::after { bottom: -1.25em; content: "\e801"; display: block; font-family: "icon"; font-size: 1.25em; left: 50%; position: absolute; transform: translateX(-50%); transition: all .4s ease; }
.l-anchor__float.is-fixed { background-color: #fff; width: 100%; }
.l-anchor__float.is-fixed .c-item { transform:translateY(0); }
.l-anchor__float.is-fixed .c-item span::before { display: inline-block; padding-right: .5em; }
.l-anchor__float.is-fixed .c-item span::after { bottom: -.75em; }
.l-block .c-title span { color: #873535; font-size: 1.625em; font-weight: 700; line-height: 1; }

.l-contents { background-color: #fcf9f5; }
.sec-keyword .c-list { background-color: #fff; border-radius: .75em; display: flex; flex-wrap: wrap; justify-content: center; margin-top: 1em; padding: 1.5em; }
.sec-keyword .c-word { border-radius: .25em; height: 2.25em; margin: .5em; padding: 0 1em; }
.sec-spot .c-list { flex-wrap: wrap; }
.sec-spot .c-item { padding-top: 2em; text-align: left; }
.sec-spot .c-item .c-head { padding: 0 0 .5em 3.5em; position: relative; }
.sec-spot .c-item .c-head .c-area { align-items: center; background-color: #fff; border-radius: 1.25em 0 1.25em 0; box-shadow: 0 0 1.5em rgba(0, 0, 0, .1); display: flex; justify-content: center; left: 0; padding: 1em 0; position: absolute; top: -.75em; transform: translateX(-50%); width: 4em; z-index: 3; }
.sec-spot .c-item .c-head .c-area span { font-size: 1.5em; font-weight: 700; letter-spacing: .1em; writing-mode: vertical-rl; }
.sec-spot .c-item .c-head .c-area span::before { content: "\e800"; display: inline-block; font-family: "icon"; font-weight: normal; padding-bottom: .375em; }
.sec-spot .c-item .c-head .c-title { color: #873535; font-weight: 700; }
.sec-spot .c-item .c-head .c-btn { bottom: .5em; display: inline-flex; padding: 0 .5em 0 1.5em; position: absolute; right: 0; }
.sec-spot .c-item .c-head .c-btn span { font-size: .8125em; font-weight: normal; }
.sec-spot .c-item .c-head .c-btn span::before { content: "\e80b"; left: .5em; }
.sec-spot .c-item .c-txt p { margin-top: .5em; }
.sec-spot .c-item .c-info { color: #b57b23; font-size: 1.25em; font-weight: 700; }
.sec-spot .c-item .c-info span { background-color: #b57b23; border-radius: .3em; color: #fff; display: inline-flex; margin-right: .8em; padding: 0 1em; }
.sec-spot .c-item .c-plan__btn { display: flex; margin-top: 1em; }
.sec-spot .c-item .c-plan__btn .c-btn { height: 4em; }
.sec-spot .c-item .c-plan__btn .c-btn span { line-height: 1.2; }
.sec-spot .c-item .c-plan__btn .c-btn span::before, .sec-spot .c-item .c-plan__btn .c-btn span::after { font-size: 1.25em; }
.sec-spot .c-item .c-plan__btn .c-btn span::before { left: .5em; }
.sec-spot .c-item .c-plan__btn .c-btn span::after { content: "\e803"; right: .75em; }
.sec-spot .c-item .c-more { margin-top: 1.375em; }
.sec-spot .c-item .c-more a { display: block; }
.sec-spot .c-item .c-more a::before { content: "#"; display: inline-block; padding-right: .25em; }
.sec-spot .c-item .c-more__title { color: #873535; font-size: 1.25em; font-weight: 700; }
.sec-spot .c-item .c-more__title::before { content: "\e80a"; display: inline-block; font-family: "icon"; padding-right: .5em; }
.sec-spot .c-item .c-more__title + a { margin-top: .5em; }
.sec-spot .c-pic img, .sec-area .c-pic img, .sec-theme .c-pic img { border-radius: .375em; width: 100%; }
.sec-spot .c-note { text-align: left; }
.sec-area .c-item .c-txt { display: flex; flex-direction: column; text-align: left; }
.sec-area .c-item .c-title { color: #873535; font-size: 1.5em; font-weight: 700; }
.sec-area .c-item .c-title a { color: #873535; }
.sec-area .c-item .c-title::before { content: "\e80a"; display: inline-block; font-family: "icon"; padding-right: .5em; }
.sec-area .c-item p { margin-top: .5em; }
.sec-area .c-btn__plan { position: relative; }
.sec-area .c-bnt__float { background-color: rgba(0, 0, 0, .8); border-radius: .25em; bottom: 0; left: 50%; opacity: 0; padding: 1em 1.25em; position: absolute; transform: translate(-50%, 120%); transition: all .3s ease-in; visibility: hidden; z-index: 10; }
.sec-area .c-bnt__float::before { border: .5em solid transparent; border-bottom: .5em solid rgba(0, 0, 0, .8); content: ""; margin-left: -.5em; left: 50%; position: absolute; top: -1em; }
.sec-area .c-btn__plan:hover .c-bnt__float { opacity: 1; transform: translate(-50%, 105%); visibility: visible; }
.sec-area .c-bottom__btn { margin-top: 1.25em; }
.sec-area .c-bottom__btn .c-btn { height: 3.375em; }
.sec-area .c-bnt__float li { display: block; padding: 1px 0; text-align: left; width: auto; }
.sec-area .c-bnt__float li a { background-color: transparent; color: #fff; display: block; padding-right: 2em; position: relative; white-space: nowrap; }
.sec-area .c-bnt__float li a::after { content: '\e803'; display: inline-block; font-family: 'icon'; font-size: .875em; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.sec-themepark .c-list { background-color: #fff; border-radius: .75em; display: flex; flex-wrap: wrap; justify-content: center; margin-top: 1em; padding: 1.5em; }
.sec-themepark .c-word { border-radius: .25em; height: 2.25em; margin: .5em; padding: 0 1em; }
.sec-with .c-pic { background: url(../images/bg_with_pic.svg) no-repeat 50% 50% / 100% auto; margin: 0 auto; padding: 0 0 1.125em 1.5em; position: relative; }
.sec-with .c-pic__mask { mask-image: url("../images/bg_with_mask.svg"); mask-repeat: no-repeat; mask-position: 50% 0; mask-size: 100% auto; -webkit-mask-image: url("../images/bg_with_mask.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-position: 50% 0; -webkit-mask-size: 100% auto; width: 100%; }
.sec-with .c-pic__mask::after { background-color: rgba(0, 0, 0, .25); bottom: 0; content: ""; display: block; left: 0; height: 100%; position: absolute; right: 0; top: 0; width: 100%; }
.sec-with .c-pic__mask img { width: 100%; }
.sec-with .c-pic__mask .c-title { color: #fff; font-size: 2em; font-weight: 700; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: nowrap; z-index: 1; }
.sec-with .c-bottom__link .c-btn { bottom: 2.25em; height: 2.25em; justify-content: flex-start; padding-left: 1.5em; position: absolute; right: 0; width: 12em; }
.sec-with .c-bottom__link .c-btn span::after { font-size: .5em; right: 1.5em; }
.sec-with .c-tag__list { margin-top: 1.5em; }
.sec-with .c-tag__list .c-word { border: none; border-radius: 100vh; height: 2.5em; padding: 0 1em; }
.sec-with .c-tag__list .c-word::before { content: "#"; padding-right: .5em; }
.sec-plan .c-list { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 1em; }
.sec-plan .c-list .c-word { align-items: center; background-color: #fff; border: 1px solid; border-radius: 100vh; display: inline-flex; height: 3.125em; justify-content: center; margin: .5em .25em; padding: 0 2em; }
.sec-plan .c-list .c-word span { font-weight: 700; }
.sec-plan .c-list.c-list__month .c-word { border-color: #1dab91; }
.sec-plan .c-list__month .c-word span { color: #1dab91; }
.sec-plan .c-bottom__link { margin-top: 3em; }
.sec-plan .c-bottom__link .c-btn { height: 3.625em; max-width: 500px; }
.sec-destination .l-block { text-align: left; }
.sec-destination .c-title span { font-size: 1.3125em; }
.sec-destination .c-list { display: flex; flex-wrap: wrap; }
.sec-destination .c-list li { font-size: .9375em; }
#JTBGF-ly_footer.JTBGF-ly_footer { margin-top: 0 !important; }

@media screen and (min-width:768px) and (max-width:1236px) {
  .l-page { font-size: 1.294498vw; margin: 0; }
}
@media screen and (min-width:768px){
  .sp-item { display: none; }
  .breadcrumb-upper { margin: 0 auto 25px; max-width: 1230px; padding: 0 .5em; 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-flex { display: flex; justify-content: space-between; }
  .c-bnr__item { width: calc(calc(100% - 7.5em) / 3); }
  .c-bnr__item:nth-child(n + 4) { margin-top: 2.5em; }
  .c-sec { padding: 4.25em 0 6em; }
  .c-sec__head { margin-bottom: 2.5em; }
  .l-mv { height: 31.25em; }
  .l-mv .c-btn:hover span { color: #fff; }
  .l-mv .c-btn:hover span::after { color: #ffe96e !important; }
  .l-anchor, .l-anchor .c-item a { height: 8.5em; }
  .l-anchor .c-item { width: calc(calc(100% - 1.875em) / 5); }
  .l-anchor .c-item a:hover span::after { bottom: -1.5em; }
  .l-anchor__float.is-fixed .c-item a { height: 4.5em; }
  .l-anchor__float.is-fixed .c-item span { font-size: 1em; }
  .l-anchor__float.is-fixed .c-item a:hover span::after { bottom: -1em; }
  .l-block .c-title span { font-size: 1.5em; }
  .sec-keyword { padding-top: 10em; }
  .sec-spot .c-item { display: flex; flex-direction: column; width: calc(50% - 1.625em); }
  .sec-spot .c-item:nth-child(n + 3) { margin-top: 3em; }
  .sec-spot .c-item .c-head .c-title { font-size: 1.875em; }
  .sec-spot .c-item .c-pic { aspect-ratio: 4 / 3; margin-bottom: 1.5em; }
  .sec-spot .c-item .c-plan__btn .c-btn { width: calc(calc(100% - 1.25em) / 3); }
  .sec-spot .c-item .c-plan__btn .c-btn::before { font-size: 1.375em; }
  .sec-spot .c-item .c-plan__btn .c-btn + .c-btn { margin-left: .625em; }
  .sec-spot .c-item .c-btn:hover::before, .sec-spot .c-item .c-btn:hover::after { color: #fff; }
  .sec-spot .c-item .c-more a:hover, .c-faq__item--a p a:hover, .sec-destination .c-list li a:hover { text-decoration: underline; }
  .sec-spot .c-note { margin-top: 4.5em; }
  .sec-area .c-item { display: flex; flex-direction: column; width: calc(calc(100% - 3.75em) / 3); }
  .sec-area .c-item .c-pic { margin-bottom: auto; }
  .sec-area .c-bottom__btn .c-btn { width: calc(50% - .375em);}
  .sec-area .c-btn__plan:hover { cursor: pointer; }
  .sec-area .c-btn__plan .c-bnt__float { width: auto; }
  .sec-with .c-list { display: flex; flex-wrap: wrap; justify-content: center; }
  .sec-with .c-item { width: calc(50% - 1.625em); }
  .sec-with .c-item:nth-child(n + 3) { margin-top: 3em; }
  .sec-with .c-pic { width: 75.7568%; }
  .sec-with .c-pic:hover { cursor: pointer; }
  .sec-with .c-tag__list .c-word:hover { color: #fff; }
  .sec-plan .l-block + .l-block { margin-top: 4.375em; }
  .sec-plan .c-list__month .c-word:hover { background-color: #1dab91; }
  .sec-destination dd + dt { border-top: 1px solid #d9d9d9; margin-top: 1.5em; padding-top: 2.25em }
  .sec-destination .c-list { margin-top: .5em; }
  .sec-destination .c-list li { line-height: 1; margin: 0 .75em .75em 0; padding: 1px 0; }
  .sec-destination .c-list li::after { color: #ccc; content: "/"; padding-left: .75em; }
  .sec-destination .c-list li:last-child::after { content: none; }
  .sec-destination li a { color: #333; }
}

@media all and (-ms-high-contrast:none){
/*  *::-ms-backdrop, .c-cal__item, .c-empty_item { width: 7.25em; }*/
}

@media screen and (max-width:767px){
  .pc-item { display: none; }
  .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%; }
  .c-bnr__item, .c-bnr__item img { width: 100%; }
  .c-bnr__item p, .c-card__item .c-txt p { font-size: 1.1667em; }
  .c-bnr__item .c-title { font-size: 1.25em; }
  .c-faq__item { padding: 0 5%; }
  .c-faq__item--q, .c-faq__item--a { font-size: 1.125em; }
  .c-faq__item--q { font-size: 1.125em; padding-right: 1.5em; }
  .c-faq__item--q::after { top: 1.5em; }
  .c-sec__head { margin-bottom: 1.5em; }
  .c-sec { padding: 3em 0 2em; }
  .c-sec__head .c-sec__title { font-size: 1.5em; }
  .l-mv .c-title__wrap { font-size: .625em; padding: 3em 0 6em; width: 100%; }
  .l-mv .c-btn { bottom: 1em; height: 2.75em; padding: 0 2em 0 1em; right: 1em; }
  .l-mv .c-btn span { font-size: 1em; }
  .l-anchor .c-list { display: flex; justify-content: space-between; }
  .l-anchor .c-item { width: calc(calc(108% - 0.5em) / 5); padding-top: 20px; margin: -15px;}
  .l-anchor .c-item a { padding: .5em 0; }
  .l-anchor .c-item span { font-size: .825em; }
  .l-anchor__float.is-fixed .c-inner { width: 92%; margin: 0 15px 15px 15px;}
  .l-anchor__float.is-fixed .c-item + .c-item { border-left: 1px solid #eee; }
  .l-anchor__float.is-fixed .c-item span { font-size: .75em; line-height: 1.1; }
  .l-anchor__float.is-fixed .c-item span::after { bottom: -1.25em; }
  .l-contents { padding-top: 2em; }
  .sec-keyword .c-word { margin: 0 .5em .5em 0; }
  .sec-spot .c-item .c-head { padding-left: 3em; }
  .sec-spot .c-item .c-head .c-title { font-size: 1.375em; }
  .sec-spot .c-item .c-head .c-area { font-size: .75em; left: .5em; top: 0; }
  .sec-spot .c-item .c-txt { padding-top: 1.5em; }
  .sec-spot .c-item .c-txt p, .sec-spot .c-item .c-more a { font-size: 1.1667em; }
  .sec-spot .c-item .c-plan__btn .c-btn { width: calc(calc(100% - .5em) / 3); }
  .sec-spot .c-item .c-plan__btn .c-btn::before { font-size: 1em; }
  .sec-spot .c-item .c-plan__btn .c-btn::after { right: .5em; }
  .sec-spot .c-item .c-plan__btn .c-btn + .c-btn { margin-left: .25em; }
  .sec-spot .c-item .c-plan__btn .c-btn span { font-size: .9em; }
  .sec-spot .c-note { margin-top: 3em; }
  .sec-area .c-item + .c-item { margin-top: 3em; }
  .sec-area .c-item .c-txt { padding-top: .5em; }
  .sec-area .c-bottom__btn { display: flex; justify-content: space-between; }
  .sec-area .c-bottom__btn .c-btn { width: calc(50% - .25em); }
  .sec-area .c-bnt__float { left: 0; transform: translate(0, 120%); width: 130%; }
  .sec-area .c-btn__plan:hover .c-bnt__float { transform: translate(0%, 105%); }
  .sec-area .c-bnt__float::before { left: 35%; top: -.9em; }
  .sec-area .c-bnt__float li a, .sec-area .c-item p, .sec-theme .c-bnt__float li a, .sec-theme .c-item p { font-size: 1.1667em; }
  .sec-with .c-item + .c-item { margin-top: 3em; }
  .sec-with .c-pic { width: 100%; }
  .sec-with .c-tag__list .c-word { font-weight: 700; }
  .sec-plan .l-block + .l-block { margin-top: 2.5em; }
  .sec-plan .c-list .c-word { height: 2.75em; padding: 0 1em; }
  .sec-plan .c-list .c-word { margin: 0 .25em .25em 0; }
  .sec-plan .c-list .c-word span { font-size: 1.125em; }
  .sec-destination .l-block { border-bottom: 1px solid #d9d9d9; }
  .sec-destination .c-inner { width: 100%; }
  .sec-destination .c-title { border-top: 1px solid #d9d9d9; padding: 1em 1.5em; position: relative; }
  .sec-destination .c-title::after { content: "\e801"; display: inline-block; font-family: "icon"; font-size: 1.5em; line-height: 1; position: absolute; right: 1em; transition: all .5s ease; }
  .sec-destination .c-title a { color: #333; pointer-events: none; }
  .sec-destination .c-title span { font-size: 1em; }
  .sec-destination dd { display: none; }
  .sec-destination dd .c-list { border-top: 1px solid #eee; display: flex; flex-wrap: wrap; justify-content: space-between; }
  .sec-destination dd .c-item { width: 50%; }
  .sec-destination dd .c-item:nth-child(odd) { border-right: 1px solid #eee; }
  .sec-destination dd .c-item:not(:last-child) { border-bottom: 1px solid #eee; }
  .sec-destination dd .c-item:nth-child(2n+1):nth-last-child(2) { border-bottom: none; }
  .sec-destination dd .c-item a { display: block; padding: .75em 1.5em; }
}

/*  season  */
.p-spring .c-btn__white, .p-spring .search-tab__list li a { border-color: #fa93a1; }

.p-spring .c-sec__head span { background: linear-gradient(90deg, #ee808e 0%, #e3c82d 100%); -webkit-background-clip: text; }
.p-spring .l-contents { background-color: #fcf0f2; }
.p-spring .l-mv { background-image: url(../images/bg_spring.jpg); }
.p-spring .l-mv .c-title { background-image: url(../images/mv_title_spring.png); background-size: 33.25em auto; }
.p-spring .l-mv .c-title::after { background-image: url(../images/mv_title_border_spring.png); }
.p-spring .l-mv .c-title em { color: #ffbfbf; }
.p-spring a, .p-spring .l-mv .c-btn span::after, .p-spring .l-anchor .c-item span::before, .p-spring .l-anchor .c-item span::after, .p-spring .c-btn__white span, .p-spring .c-faq__item--q::before, .p-spring .c-faq__item--q::after, .p-spring .sec-spot .c-item .c-head .c-area span, .p-spring .sec-spot .c-item .c-more__title::before, .p-spring .sec-area .c-item .c-title::before, .p-spring .sec-area .c-bnt__float li a:hover, .p-spring .sec-area .c-bnt__float li a::after, .p-spring .search-tab__list li a.active, .p-spring .sec-destination .c-title::after { color: #fa93a1; }
.p-spring .c-faq__item--a::before { color: #ea224b; }
.p-spring .search-tab__list li a, .p-spring .c-btn__solid { background-color: #fa93a1; }
.p-spring .search-tab__list li a.active { background-color: #fff; }
.p-spring .search-tab__list li a:not(.active):hover { background-color: #ffa1ae; border-color: #ffa1ae; }
.p-spring .c-cal__item .floatNavi li a::after { color: #ffa0b4; }

@media screen and (min-width:768px){
.p-spring .c-btn__white:hover, .p-spring .c-word:hover, .p-spring .l-mv .c-btn:hover { background-color: #fa93a1; }
.p-spring .c-btn__white:hover span,.p-spring .c-word:hover span { color: #fff; }
.p-spring .sec-area .c-bnt__float li a:hover, .p-spring .sec-destination .c-list li a:hover { color: #fa93a1; }
.p-spring .c-btn__solid:hover, .p-spring .sec-with .c-pic:hover .c-btn { background-color: #ea224b; }
.c-cal__item .floatNavi li a:hover { color: #ffa0b4; }
}

.k-bnr__item { width: calc(calc(100% - 0em)); }
  .k-bnr__item:nth-child(n + 4) { margin-top: 2.5em; }
  
/*  カレンダー  */
.c-cal__list { display: flex; flex-wrap: wrap; justify-content: space-between; }

.c-cal__item { border: 3px solid #dedede; border-radius: .5em; display: flex; flex-direction: column; position: relative; }

.c-cal__item .c-day { align-items: center; display: flex; flex: 1; font-size: 2em; font-weight: 700; justify-content: center; margin-bottom: auto; }

.c-cal__item .c-day sup { font-size: .625em; margin-top: -.5em; }

.c-cal__item .c-week { background-color: #dedede; display: block; height: 2em; line-height: 2; }

.c-cal__item.c-week__sat { border-color: #ade4ff; }
.c-cal__item.c-week__sat .c-day { color: #009ae7; }
.c-cal__item.c-week__sat .c-week { background-color: #ade4ff; }
.c-cal__item.c-week__sun { border-color: #ffb9b9; }
.c-cal__item.c-week__sun .c-day { color: #f00; }
.c-cal__item.c-week__sun .c-week { background-color: #ffb9b9; }

.c-cal__item .floatNavi { background-color: rgba(0, 0, 0, .8); border-radius: .25em; bottom: 0; left: 50%; opacity: 0; padding: 1em 1.5em; position: absolute; transform: translate(-50%, 120%); transition: all .2s ease-in; visibility: hidden; z-index: 10; }

.c-cal__item .floatNavi::before { border: .5em solid transparent; border-bottom: .5em solid rgba(0, 0, 0, .8); content: ""; margin-left: -.5em; left: 50%; position: absolute; top: -1em; }

.c-cal__item:hover .floatNavi { opacity: 1; transform: translate(-50%, 105%); visibility: visible; }

.c-cal__item .floatNavi li { display: block; padding: 1px 0; text-align: left; width: auto; }

.c-cal__item .floatNavi li a { background-color: transparent; color: #fff; display: block; }

.c-cal__item .floatNavi li a::after { content: '\e803'; display: inline-block; float: right; font-family: 'icon'; font-size: .875em; }

@media screen and (min-width:768px){

.c-cal__list { padding: 0 2px; }
  .c-cal__item { height: 6.75em; margin: .25em 0; width: calc(calc(100% - 4.5em) / 10); }
  .c-cal__item:hover { cursor: pointer; }
  .c-cal__item .floatNavi { width: 175%; }
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .c-cal__item, .c-empty_item { width: 7.25em; }
}

@media screen and (max-width:767px){
  .c-cal__item { border-width: 2px; height: 5em; width: calc(calc(100% - 1.5em) / 5); }
  .c-cal__item:nth-child(n + 6) { margin-top: .25em; }
  .c-cal__item .c-week { font-size: .8em; height: 2em; }
  .c-cal__item .floatNavi { width: calc(300% + 1.75em); }
  .c-cal__item .floatNavi::before { transform: translateY(1px); }
  .c-cal__item:nth-child(5n + 1) .floatNavi { left: -2px; transform: translate(0, 120%); }
  .c-cal__item:nth-child(5n + 1):hover .floatNavi { left: -2px; transform: translate(0, 105%); }
  .c-cal__item:nth-child(5n + 1) .floatNavi::before { left: calc(calc(100% - 1.5em) / 10 + 1em); }
  .c-cal__item:nth-child(5n + 5) .floatNavi { left: auto; right: -2px; transform: translate(0, 120%); }
  .c-cal__item:nth-child(5n + 5):hover .floatNavi { left: auto; right: -2px; transform: translate(0, 105%); }
  .c-cal__item:nth-child(5n + 5) .floatNavi::before { left: auto; right: calc(calc(100% - 1.5em) / 10 + .5em); }
  .c-cal__item .floatNavi li a { font-size: 1.125em; }
}
/*  テーマ  */
.sec-theme .c-item .c-txt { display: flex; flex-direction: column; text-align: left; }
.sec-theme .c-item .c-title { color: #873535; font-size: 1.2em; font-weight: 700; text-align: center; margin-top: 5px; }
.sec-theme .c-title a { color: #873535; }
.sec-theme .c-item p { margin-top: .5em; }
.sec-theme .c-btn__plan { position: relative; }
.sec-theme .c-bnt__float { background-color: rgba(0, 0, 0, .8); border-radius: .25em; bottom: 0; left: 50%; opacity: 0; padding: 1em 1.25em; position: absolute; transform: translate(-50%, 120%); transition: all .3s ease-in; visibility: hidden; z-index: 10; }
.sec-theme .c-bnt__float::before { border: .5em solid transparent; border-bottom: .5em solid rgba(0, 0, 0, .8); content: ""; margin-left: -.5em; left: 50%; position: absolute; top: -1em; }
.sec-theme .c-btn__plan:hover .c-bnt__float { opacity: 1; transform: translate(-50%, 105%); visibility: visible; }
.sec-theme .c-bottom__btn { margin-top: 1.25em; }
.sec-theme .c-bottom__btn .c-btn { height: 3.375em; }
.sec-theme .c-bnt__float li { display: block; padding: 1px 0; text-align: left; width: auto; }
.sec-theme .c-bnt__float li a { background-color: transparent; color: #fff; display: block; padding-right: 2em; position: relative; white-space: nowrap; }
.sec-theme .c-bnt__float li a::after { content: '\e803'; display: inline-block; font-family: 'icon'; font-size: .875em; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }

@media screen and (min-width:768px){
  .sec-theme .c-item { display: flex; flex-direction: column; width: calc(calc(100% - 3.75em) / 3); }
  .sec-theme .c-item .c-pic { margin-bottom: auto; }
  .sec-theme .c-bottom__btn .c-btn { width: calc(50% - .375em);}
  .sec-theme .c-btn__plan:hover { cursor: pointer; }
  .sec-theme .c-btn__plan .c-bnt__float { width: auto; }
}

@media screen and (max-width:767px){
  .sec-theme .c-item + .c-item { margin-top: 3em; }
  .sec-theme .c-item .c-txt { padding-top: .5em; }
  .sec-theme .c-bottom__btn { display: flex; justify-content: space-between; }
  .sec-theme .c-bottom__btn .c-btn { width: calc(50% - .25em); }
  .sec-theme .c-bnt__float { left: 0; transform: translate(0, 120%); width: 130%; }
  .sec-theme .c-btn__plan:hover .c-bnt__float { transform: translate(0%, 105%); }
  .sec-theme .c-bnt__float::before { left: 35%; top: -.9em; }
}
