/* 共通 */
html { -webkit-text-size-adjust: 100%; font-size: 62.5%; }
body { box-sizing: border-box; font-family: 'Zen Maru Gothic', sans-serif; color: #323743; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, input, p { margin: 0; padding: 0; }
.l-contents { background-color: #fcf0f2; line-height: 1.6;  }
[class^="sec-"]:nth-child(even) { background-color: #fcf9f5; }
li { list-style: none; }
a { color: #873535; text-decoration: none; }
figure { position: relative; margin: 0; padding: 0; }
figcaption { position: absolute; right: .8rem; bottom: .5rem; color: #000; font-size: 1rem; }
img { display: block; width: 100%; }
.c-inner { margin: 0 auto; max-width: 1236px; width: 88%; }
h1 { font-weight: bold; line-height: 1; text-align: left; }
h2,.c-title { color: #873535; }
h2 { font-family: "M PLUS Rounded 1c", sans-serif; font-weight: 800; text-shadow: 3px 3px 0 #fff; text-align: center; }
h3 { font-size: 1.6em; font-weight: 700; text-align: center; }
h4 { font-weight: 600; font-size: 1.3em; }
.c-sec__head { text-align: center; }
.c-sec__head span { background: linear-gradient(90deg, #ea224b 0%, #fC97aa 100%); background-clip: text; -webkit-background-clip: text; font-weight: 700; letter-spacing: .1em; -webkit-text-fill-color: transparent; }
@media screen and (min-width: 768px) {
  body { font-size: 1.6rem; }
  .l-page { font-size: 16px; }
  a:hover { opacity: .6; transition: 0.4s ease; }
  h1 { font-size: 1.8rem; margin: 0 auto 25px; max-width: 1236px; }
  h2 { font-size: 2em;}
  .c-sec { padding: 4.25em 0 6em; }
  .c-sec__head { margin-bottom: 2.5em; }
  .l-block .c-title span { font-size: 1.6rem; font-weight: 700; }
  .pc-none { display: none; }
}
@media screen and (max-width: 767px) {
  body { font-size: 1.2rem; }
  .l-page { font-size: 3.2vw; }
  h1 { font-size: 1.6rem; margin: 20px 0 16px 5px; }
  h2 { font-size: 1.7em;}
  .c-sec { padding: 3em 0 2em; }
  .c-sec__head { margin-bottom: 1.2em; }
}


/* ぱんくず */
@media screen and (min-width:768px){
  .breadcrumb-upper { margin: 0 auto 24px; max-width: 1230px; padding: 0 .5em; text-align: left; }
  .breadcrumb-upper__fix, .breadcrumb-upper__scroll, .breadcrumb-upper__item { display: inline-block; font-size: 8px; }
  .breadcrumb-upper__item { position: relative; margin-left: 1.5em; padding-left: .2em; line-height: 2.1; }
  .breadcrumb-upper__item::before { position: absolute; content: ">"; top: 0; left: -1.1em; color: #999; line-height: 2.1; }
}
@media screen and (max-width:767px){
  .breadcrumb-upper { position: relative; display: flex; flex-wrap: nowrap; overflow: hidden; background-color: #fff; border-top: 1px solid #d7d7d7; font-size: 10px; line-height: 3rem; }
  .breadcrumb-upper__fix { position: relative; width: 7em; transition: box-shadow .3s; box-shadow: 6px 0 10px 0 rgba(0, 0, 0, .3); z-index: 3; }
  .breadcrumb-upper__fix a, .breadcrumb-upper__item a { position: relative; display: block; background-color: #fff; text-align: center; }
  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before, .breadcrumb-upper__fix a:after, .breadcrumb-upper__item a:after { position: absolute; content: ""; border-style: solid; border-width: 2rem 0 2rem 1rem; 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; }
  .breadcrumb-upper__item a { padding: 0 .5rem 0 1.8rem; }
  .breadcrumb-upper__item:last-child { padding: 0 1.2rem 0 1.8rem; }
  .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; }
}

@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;
}
.m-ico { display: inline-flex; align-items: center; vertical-align: middle; font-style: normal;  font-weight: 400; }
.m-ico::before { position: relative; font-family: 'Material Icons Round'; content: attr(data-icon); top: -1px; }

/* MV */
.l-mv { display: flex; flex-direction: column; justify-content: center; }
.l-mv .c-title__wrap { position: relative; }
.l-mv .c-title img { height: auto; margin: 0 auto; padding-bottom: 20px; }
.l-mv .c-btn { position: absolute; display: flex; justify-content: center; align-items: center; background-color: rgba(255, 255, 255, .9); height: 3em; border-radius: .375em; }
.l-mv .c-btn span { color: #873535; font-weight: 700; }
.l-mv .c-btn span::after { position: absolute; content: "\e803"; display: inline-block; top: 50%; font-family: "icon"; padding-left: .5em; transform: translateY(-50%); }
@media screen and (min-width:768px){
  .l-mv { height: 32.25em; background: url(../images/mv_spring.webp) no-repeat center; background-size: cover; }
  .l-mv .c-title img { width: 34em; }
  .c-btn { padding: 0 2.5em 0 2.5em; top: 0; right: -32px; }
  .c-btn.c-btn1 { top: 60px; }
  .l-mv .c-btn span { font-size: 1em; }
}
@media screen and (max-width:767px){
  .l-mv { height: 14.25em; background: url(../images/mv_spring_sp.webp) no-repeat center; background-size: cover; padding-bottom: 2em; }
  .l-mv .c-title { margin-top: 20px; }
  .l-mv .c-title__wrap { font-size: .400em; }
  .l-mv .c-title img { width: 50vw; }
  .c-btn { padding: 0 2.5em 0 2.5em; top: 0; right: -12px; }
  .c-btn.c-btn1 { top: 20px; }
  .l-mv .c-btn span { font-size: 1.6em; }
}

/* NAV */
.l-anchor { position: absolute; width: 100%; }
.l-anchor .c-list { display: flex; justify-content: space-between; flex-wrap: wrap; }
.l-anchor .c-list .c-item { transform: translateY(-2em); }
.l-anchor .c-list .c-item a { display: flex; justify-content: center; align-items: center; background-color: #fff; border-radius: .375em; }
.l-anchor .c-list .c-item span { position: relative; display: inline-block; font-weight: 700; text-align: center; }
.l-anchor .c-list .c-item span::before { display: block; content: "\e800"; font-family: "icon"; color: #fa93a1; font-size: 1em; padding-bottom: 1.5em; }
.l-anchor .c-list .c-item span::after { position: absolute; display: block; content: "\e801"; font-family: "icon"; color: #fa93a1; font-size: 1.25em; left: 50%; transform: translateX(-50%); }
.is-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 4; }
.l-anchor__float.is-fixed { background-color: #fff; }
.l-anchor__float.is-fixed .c-item { transform: translateY(0); }
@media screen and (min-width: 768px) {
  .l-anchor .c-list .c-item { width: calc(calc(100% - 1.875em) / 5); }
  .l-anchor .c-list .c-item span { margin-bottom: 2em; }
  .l-anchor .c-list .c-item span::before { padding-bottom: 1.5em; }
  .l-anchor .c-list .c-item span::after { bottom: -2.25em; transition: all .4s ease; }
  .l-anchor .c-list .c-item a { height: 7em; }
  .l-anchor .c-list .c-item a:hover span::after { bottom: -1.5em; }
  .l-anchor .c-list .c-item a:hover { opacity: 1;}
  .l-anchor__float.is-fixed .c-item a { height: 5.5em; }
  .l-anchor__float.is-fixed .c-item span::before { padding-bottom: 0.5em; }
  .l-anchor__float.is-fixed .c-item span::after { bottom: -1.75em; }
}
@media screen and (max-width: 767px) {
  .l-anchor, .l-anchor .c-item a { padding-bottom: 1em; }
  .l-anchor .c-list .c-item span::before { padding-bottom: .5em; }
  .l-anchor .c-list .c-item span::after { padding-top: .1em; }
  .l-anchor .c-list .c-item { width: calc(calc(108% - 0.5em) / 5); margin: -15px; padding-top: 20px; }
  .l-anchor .c-list .c-item a { height: 4em; }
  .l-anchor__float.is-fixed .c-inner { width: 92%; margin: 0 15px 15px 15px; }
  .l-anchor__float.is-fixed .c-item span { line-height: 1.1; }
  .l-anchor__float.is-fixed .c-item span::after { bottom: -1.25em; }
}

/* 人気のキーワード */
.sec-keyword .c-list { display: flex; flex-wrap: wrap; justify-content: center; background-color: #fff; border-radius: .375em; }
.sec-keyword .c-word { display: inline-flex; align-items: center; height: 2.24em; border: 1px solid; border-radius: .375em; margin: .4em; padding: 0 .8em; }
.sec-keyword .c-word span::before { content: "＃"; padding-right: 0.25em; }
@media screen and (min-width: 768px) {
  .sec-keyword { padding-top: 8em; }
  .sec-keyword .c-list { padding: 1.6em; }
}
@media screen and (max-width: 767px) {
  .sec-keyword { padding-top: 6em; }
  .sec-keyword .c-list { padding: 1em; }
}

/* おすすめの旅行先 */
.sec-area .c-title { position: relative; display: flex; align-items: center; width: fit-content; margin: 0 auto; padding: 0 20px; transform: translateY(50%) translateX(0em); background: linear-gradient(to bottom, transparent 0%, transparent 50%, #ffffff 48%, #ffffff 100%); }
.sec-area .c-title::after { position: absolute; left: 0; content: ''; display: inline-block; width: 100%; background: radial-gradient(circle farthest-side, #fec519, #fec519 30%, transparent 30%, transparent); }
.sec-area .area-cassette-item, .sec-area .area-cassette-otherarea-item-item { background-color: #fff; border-radius: .375em; }
.sec-area .area-cassette .c-pic img { height: 12em; object-fit: cover; border-radius: .375em; }
.sec-area .area-btn, .sec-area .leisure-btn { position: relative; font-weight: 600; text-align: end; -webkit-transition: all 0.3s ease; transition: all  0.3s ease; }
.sec-area .area-btn span::after, .sec-area .leisure-btn span::after { position: absolute; display: block; content: ""; border-bottom: 2px solid #fa93a1; border-right: 3.5px solid #fa93a1; transform: skew(40deg); }
.sec-area .area_coupon_item { text-align: center; }
.sec-area .ho { color: #873535; }
.area_coupon_item + .area_coupon_item { margin-left: 8px; }
.sec-area .area_coupon_item img { border-radius: .375em; width: 100%; height: 5.5em; object-fit: cover; }
.sec-area .area_coupon_item span { font-size: .6em; font-weight: 600; }
.sec-area .area_coupon_item_other { display: flex; flex-wrap: wrap; }
.sec-area .area_coupon_item_other li { border: 1px solid #fa93a1; border-radius: 2em; padding: 0 0.5rem; margin-bottom: .5em; }
.sec-area .area_coupon_item_other li a::before { content: "＃"; color: #fa93a1; padding-right: 0.25em; }
.sec-area .area_coupon_item_other li:not(:first-child) { margin-left: .3rem; }
.sec-area .areapage-btn { position: relative; display: flex; justify-content: center; align-items: center; height: 3.375em; background-color: #fa93a1; border-radius: .375em; }
.sec-area .areapage span, .other-areapage-btn span { color: #fff; font-weight: 700; }
.sec-area .areapage-btn { margin: 1.25em auto 0; }
.sec-area .area-cassette-otherarea-item-item .c-txt { padding-top: 28px; }
@media screen and (min-width: 760px) {
  .sec-area .c-title::after { top: 30px; height: 36px; background-size: 23px; }
  .sec-area .area-cassette-item, .sec-area .area-cassette-otherarea-item-item { border: 3px solid #fa93a1; padding: 16px; margin-bottom: 32px; }
  .sec-area .area-cassette-item .c-item { display: flex; justify-content: space-around; padding-top: 48px; }
  .sec-area .area-cassette .c-item-item { position: relative; width: calc((90% - 10px) / 2); display: flex; flex-direction: column; justify-content: space-between; }
  .sec-area .area-cassette .c-item-item:first-of-type::after { position: absolute; left: 106%; top: 30px; content: ''; width: 2px; height: 85%; background-color: #ccc; }
  .sec-area .ho { margin-top: 8px; }
  .sec-area .carousel { overflow-x: hidden; }
  .sec-area .carousel_item { flex-shrink: unset; }
  .sec-area .area-btn, .sec-area .leisure-btn { padding-top: 8px; padding-right: 55px; }
  .sec-area .area-btn span::after, .sec-area .leisure-btn span::after { height: 10px; right: 20px; margin: -6px 0 0 -25px; }
  .sec-area .area-btn span::after { width: 30%; }
  .sec-area .leisure-btn span::after { width: 70%; }
  .sec-area .area_coupon_item { width: calc(100% / 4); }
  .sec-area .areapage { width: 50%; margin: 2.25em auto 0; }
  .sec-area .area-cassette_otherarea { display: flex; justify-content: space-around; }
  .sec-area .area-cassette-otherarea-item { width: calc(100% / 3 - 24px); }
}
@media screen and (max-width: 759px){
  .sec-area .c-title::after { top: 23px; height: 26px; background-size: 20px; }
  .sec-area .area-cassette-item, .sec-area .area-cassette-otherarea-item-item { border: 2px solid #fa93a1; padding: 16px; margin-bottom: 24px; }
  .sec-area .area-cassette-item .c-item { padding-top: 20px; }
  .sec-area .area-cassette-item .c-txt { padding-top: .5em; }
  .sec-area .ho { font-size: 1.5rem; margin-top: 20px; }
  .sec-area .area_coupon_item { width: calc(100% / 3); margin-bottom: 8px; }
  .area_coupon_item_other { margin-top: 8px; }
  .area_coupon_item_other li { font-size: 1.1rem; font-weight: bold; }
  .sec-area .area-btn, .sec-area .leisure-btn { padding: 8px 16px 0 0; }
  .sec-area .area-btn span::after, .sec-area .leisure-btn span::after { height: 8px; right: -8px; margin: -6px 12px 0 -25px; }
  .sec-area .area-btn span::after { width: 32%; }
  .sec-area .leisure-btn span::after { width: 85%; }
  .sec-area .areapage { margin-top: 1.8em; }
}

/* おすすめホテル */
.sec-yado .block { margin-bottom: 70px; }
.sec-yado .yado-titleblock { text-align: center; }
.sec-yado .c-title { position: relative; display: inline-block; padding: 0 55px; }
.sec-yado .c-title:before, .sec-yado .c-title:after { position: absolute; content: ''; top: 40%; display: inline-block; background-color: #eb7f00; }
.sec-yado .yado-img {  width: 100%; height: 10em; object-fit: cover; padding: 4px; border-radius: 10px; }
.sec-yado .yado-img-small { display: flex; padding: 0 5px; column-gap: 4px; }
.sec-yado .yado-img-small figure { width: calc(100% / 2); height: 6em; }
.sec-yado .c-pic figcaption { color: #fff; background-color: #323743; padding: 0 .8em; }
.sec-yado .yado-img-small img { width: 100%; height: 6em; object-fit: cover; border-radius: 4px; }
.sec-yado .c-item .c-txt { display: flex; flex-direction: column; padding: 8px; flex-grow: 1; }
.sec-yado .c-txt small { font-weight: 600; color: #873535; }
.sec-yado .c-item p { margin: 15px 0 5px; flex-grow: 1; }
.sec-yado .c-bottom__btn.c-flex { display: flex; justify-content: center; }
.sec-yado .c-bottom__btn .c-btn { height: 3.375em; }
.sec-yado .yado-sect__more { text-align: center; position: relative; font-weight: 700; }
.sec-yado .yado-sect__more span::after { position: absolute; display: block; content: ""; border-bottom: 2px solid #eb7f00; border-right: 3.5px solid #eb7f00; transform: skew(40deg); height: 10px; margin-top: -5px; left: 0px; right: 0px; margin-left: auto; margin-right: auto; }
.sec-yado .hotel-cassette_bt { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
.sec-yado .hotel-cassette_bt-item a { position: relative; display: flex; justify-content: center; align-items: center; padding: 5px 5px; min-height: 50px; text-align: center; font-size: 1.2rem; color: #fff; letter-spacing: 0; line-height: 1.3; border-radius: 5px; border: solid 1px #fa93a1; background: #fa93a1; }
.sec-yado .hotel-cassette_bt-item { margin-top: 5px; width: calc(100% / 2 - 2px); }
.sec-yado .hotel-cassette_bt-item.-jr a:before { content: "\e570"; }
.sec-yado .hotel-cassette_bt-item.-air a:before { content: "\e539"; }
.sec-yado .hotel-cassette_bt-item a:before { margin-right: 5px; font-family: 'Material Icons Round'; font-size: 2.0rem; color: #fff; line-height: 1; }
.sec-yado .hotel-cassette_bt-item em { display: block; font-size: 1.2rem; font-weight: bold; }
.sec-yado .hotel-cassette_bt-item a:after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: inline-block; font-family: 'Material Icons Round'; content: "\e5cc"; font-size: 2.0rem; }
.sec-yado .hotel-cassette_bt-item span { padding-right: 8px; }
@media screen and (min-width: 768px) {
  .sec-yado .c-title:before { width: 40px; height: 4px; left: 0; }
  .sec-yado .c-title:after { width: 40px; height: 4px; right: 0; }
  .sec-yado .c-item { display: flex; flex-direction: column; width: calc(calc(100% - 3em) / 3); margin: 20px 0 20px 0; background: #fff; box-shadow: 0 1px 3px rgb(0 0 0 / 20%); border-radius: 4px; }
  .sec-yado .c-item .c-pic { text-align: end; }
  .sec-yado .c-bottom__btn .c-btn { width: calc(100% - .375em); }
  .sec-yado .c-btn__plan .c-bnt__float { width: auto; }
  .sec-yado .hotel-cassette_bt-item a:hover { border: solid 1px #ad4a4a; background: #ad4a4a; }
  .sec-yado .yado-sect__more span::after { width: 28%; }
}
@media screen and (max-width: 767px) {
  .sec-yado .c-title:before { width: 30px; height: 3px; left: 15px; }
  .sec-yado .c-title:after { width: 30px; height: 3px; right: 15px; }
  .sec-yado .c-title span { font-size: 1.5rem; }
  .sec-yado .c-item { margin-bottom: 15px; }
  .sec-yado .c-item { width: 90%; background: #fff; -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%); box-shadow: 0 1px 3px rgb(0 0 0 / 20%); border-radius: 4px; }
  .sec-yado .c-item .c-txt { justify-content: space-evenly; }
  .sec-yado .c-bottom__btn .c-btn { width: 95%; }
  .sec-yado .yado-sect__more { margin-top: 20px; }
  .sec-yado .yado-sect__more span::after { width: 68%; }
} 

/* その他のテーマ */
.theme-title { position: relative; width: fit-content; font-weight: 700; color: #873535; }
.theme-title::before, .theme-title::after { position: absolute; display: block; content: ""; bottom: 0; width: 2px; height: 85%; background: #873535; }
.theme-title::before { left: 0; transform: rotate(-25deg); }
.theme-title::after { right: 0; transform: rotate(25deg); }
.other-theme img { width: auto; height: 8em; border-radius: 16px; object-fit: cover; }
.other-theme dd p { text-align: center; } 
.theme-btn { position: relative; text-align: end; padding-right: 28px; font-weight: 700; margin-top: 12px; }
.theme-btn a { color: #873535; }
.theme-btn span::after { position: absolute; display: block; content: ""; width: 48%; border-bottom: 2px solid #fa93a1; border-right: 3.5px solid #fa93a1; transform: skew(40deg); height: 10px; right: 12px; margin: -6px 0 0 -25px; }
@media screen and (min-width: 768px){
  .sec-yado .carousel { overflow-x: hidden; }
  .other-theme-title { padding-top:4.25em; }
  .other-theme { display: flex; justify-content: center; max-width: 1150px; margin: 0 auto; }
  .theme-title { margin: 0 auto 8px; padding: 0 2rem; font-size: 1.4rem; }
  .other-theme dl { width: calc(100% / 5 - 16px); }
  .other-theme dd { margin-top: 8px; font-size: 1.2rem; }
  .theme-btn span::after { width: 48%; }
}
@media screen and (max-width: 767px){
  .other-theme-title { padding-top:3em; }
  .theme-title { margin: 0 auto 5px; padding: 0 1rem; font-size: 1.2rem; }
  .other-theme dl { width: auto; }
  .other-theme dd { margin-top: 5px; font-size: 1.1rem; padding-bottom: 2em; }
  .theme-btn span::after { width: 60%; }
}

/* おすすめの記事 */
.sec-news .c-sec__head::before {
    content: "";
    background: url(../images/newsweb/ico_pamphlet.png) center / 100% auto no-repeat;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}
.sec-news .newswp { background: #fff; border-radius: .375em; box-shadow: 0 0 6px rgb(0 0 0 / 20%); }
.sec-news .news_img img { object-fit: cover; }
.sec-news .news_text { display: flex; flex-direction: column; }
.sec-news .area::before { content: "\e938"; font-family: 'jtb-dom'; padding-right: 2px; font-size: 1.6rem; }
.news_areadate { margin-top: auto; }
@media screen and (min-width: 768px){
  .news-cassette { display: flex; justify-content: center; width: 85%; margin: 0 auto; }
  .sec-news .newswp { width: calc(100% / 4 - 24px); border: solid 1.8px #873535; }
  .newswp + .newswp { margin-left: 24px; }
  .sec-news .news_img { padding: 4px; }
  .sec-news .news_img img { width: 100%; height: 10em; border-radius: 4px; }
  .sec-news .news_text { padding: 4px 8px; }
  .sec-news .news_title { font-size: 1.6rem; height: 4em; }
  .sec-news .news_areadate { padding-top: 12px; text-align: right; font-size: 1.4rem; }
  .sec-news .newsall_link { padding-top: 28px; text-align: center; }
}
@media screen and (max-width: 767px){
  .sec-news .newswp { border: solid 2.8px #873535; }
  .newswp + .newswp { margin-top: 8px; }
  .sec-news .news_item { display: flex; justify-content: space-between; padding: 8px; }
  .sec-news .news_img { width: 45%; }
  .sec-news .news_img img { height: 7.5em; }
  .sec-news .news_title { font-size: 1.4rem; text-align: left; }
  .sec-news .news_text { width: calc(55% - 8px); text-align: left; padding-left: 4px; }
  .sec-news .newsall_link { padding: 8px 0px; text-align: right; }
}

/* 人気のテーマパーク */
.sec-themepark .c-list { display: flex; flex-wrap: wrap; justify-content: center; background-color: #fff; border-radius: .375em; padding: 1.6em; }
.sec-themepark .c-word { display: inline-flex; align-items: center; height: 2.24em; border: 1px solid; border-radius: .375em; margin: .4em; padding: 0 .8em; }
.sec-themepark .c-word span::before { content: "＃"; padding-right: 0.25em; }

/* 検パネ */
.search-tab__list li a { background-color: #fa93a1; border-color: #fa93a1; height: auto; }
.search-tab__list li a.active { color: #fa93a1; border-color: #fa93a1; }
.search-tab__list li a:not(.active):hover { background-color: #ffa1ae; border-color: #ffa1ae;}
.search-tab__list li em { font-style: normal; }
@media screen and (max-width: 767px){
  .search-tab { padding-top: 0 !important; }
  .search-tab__list li { display: flex; }
  .search-tab__list li a { width: 100%; }
}

/* 注目情報 */
.news__list.dept-select { display: none; }
.news__list--new.-hide { display: none; }
.news__list.dept-select.-show { display: block; }
.news__list { position: relative; margin: 30px auto; max-width: 1200px; }
.news__list>dt { padding: .9em 2em .7em 5rem; border-bottom: 1px solid #d9d9d9; font-weight: 700; }
.news__list>dt span::after { position: absolute; content: "\e908"; font-family: 'jtb-dom'; right: 20px; color: #fa93a1; font-size: 20px; }

/* FAQ */
.sec-faq .c-faq__item { background-color: #fff; }
.sec-faq .c-faq__item--q, .sec-faq .c-faq__item--a { position: relative; padding: 2em 0em 2em 3em; }
.sec-faq .c-faq__item--q { font-weight: bold; line-height: 1.5; }
.sec-faq .c-faq__item--q::before, .sec-faq .c-faq__item--a::before { position: absolute; left: 0; font-size: 1.6em; font-weight: 700; }
.sec-faq .c-faq__item--q::before { content: "Q."; color: #fa93a1; }
.sec-faq .c-faq__item--q::after { position: absolute; display: inline-block; content: "\e801"; font-family: "icon"; font-size: 1.5em; right: 0; transition: all .5s ease; }
.sec-faq .c-faq__item--a { display: none; }
.sec-faq .c-faq__item--a::before { content: "A."; color: #ea224b; }
.sec-faq .c-faq__item .is-open::after { transform: rotate(-180deg); }
.c-faq__item + .c-faq__item { margin-top: .25em; }
@media screen and (min-width: 760px){
  .sec-faq .c-faq__item { padding: 0 2.5em; }
}
@media screen and (max-width: 759px){
  .sec-faq .c-faq__item { padding: 0 5%; }
  .sec-faq .c-faq__item--q { padding-right: 1.5em; }
}

/* フッター */
.l-block { text-align: left; }
.sec-destination .c-list { display: flex; flex-wrap: wrap; }
@media screen and (min-width: 760px){
  .sec-destination .c-list { margin-top: .5em; }
  .sec-destination .c-list li { font-size: .9375em; }
  .sec-destination .c-list li { line-height: 1; margin: 0 .75em .75em 0; padding: 1px 0; }
  .sec-destination .c-list li::after { content: "/"; color: #ccc; padding-left: .75em; }
}
@media screen and (max-width: 759px){
  .l-block { border-bottom: 1px solid #d9d9d9; }
  .sec-destination .c-title { position: relative; border-top: 1px solid #d9d9d9; padding: 1em 1.5em; }
  .sec-destination .c-title span { font-weight: 700; }
  .sec-destination .c-title::after { position: absolute; display: inline-block; content: "\e801"; font-family: "icon"; right: 1em; font-size: 1.5em; line-height: 1; color: #fa93a1; }
  .sec-destination dd { display: none; }
  .sec-destination dd .c-list { justify-content: space-between; border-top: 1px solid #eee; }
  .sec-destination dd .c-item { width: 48%; }
  .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 a { display: block; padding: .75em 1.5em; }
  .sec-destination .is-open::after { transform: rotate(-180deg); }
}

/* TOPへ戻るボタン */
.js-btn-page-top { display: none; position: fixed; right: 50px; bottom: 50px; z-index: 10; cursor: pointer; }
.js-btn-page-top a { display: block; position: relative; width: 35px; height: 17px; }
.js-btn-page-top a::before { display: inline-block; font-family: "icon"; content: "\e802"; color: #000; width: 35px; height: 17px; font-size: 17px; }
