@charset "UTF-8";
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; }

html { font-size: 62.5%; }
@media screen and (max-width: 750px) { html { font-size: 2.375vw; } }

body { background-color: #ffdce6; color: #333; font-family: "Zen Kaku Gothic New", YuGothicM, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; font-size: 1.6rem; -webkit-text-size-adjust: 100%; }

li { list-style: none; }

img { max-width: 100%; vertical-align: bottom; }

video { max-width: 100%; }

a { color: #1f1f1f; }
a:hover { text-decoration: none; }

button { padding: 0; border: none; background: none; font-family: inherit; font-size: 1.6rem; cursor: pointer; }

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="submit"], input[type="button"], textarea, select { font-family: inherit; font-size: 1.6rem; }

.only-pc { display: block; }
@media screen and (max-width: 750px) { .only-pc { display: none; } }

.only-sp { display: none; }
@media screen and (max-width: 750px) { .only-sp { display: block; } }

img.only-pc, span.only-pc { display: inline; }
@media screen and (max-width: 750px) { img.only-pc, span.only-pc { display: none; } }
img.only-sp, span.only-sp { display: none; }
@media screen and (max-width: 750px) { img.only-sp, span.only-sp { display: inline; } }

table.only-pc { display: table; }
@media screen and (max-width: 750px) { table.only-pc { display: none; } }
table.only-sp { display: none; }
@media screen and (max-width: 750px) { table.only-sp { display: table; } }

.js-tel { color: #333 !important; text-decoration: none; cursor: default; }

.pagetop { position: fixed; bottom: 60px; right: 20px; z-index: 9999; opacity: 0; transition: all .5s; transform: translateY(100px); width: 63px; }
@media screen and (max-width: 750px) { .pagetop { bottom: 2%; right: 2%; width: 12%; } }
.pagetop.is-show { opacity: 1; transform: translateY(0); }

.inner { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; line-height: 1.6; }
@media screen and (max-width: 750px) { .inner { padding: 0 4%; } }

/* ------------------------------ ヘッダー
------------------------------ */
.header { z-index: 99999; position: relative; }
.header .header-in { position: absolute; top: 0; left: 0; width: 100%; padding: 25px 40px; }
@media screen and (max-width: 1300px) { .header .header-in { position: static; padding: 0; } }
.header .header-con { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 65px; padding: 10px 10px 10px 45px; background-color: #fff; border-radius: 4em; }
@media screen and (max-width: 1300px) { .header .header-con { height: 120px; padding: 20px 30px; border-radius: 0; } }
@media screen and (max-width: 750px) { .header .header-con { height: 80px; padding-inline: 4%; } }
.header .header-logo { width: 100%; max-width: 362px; margin-right: 10px; }
@media screen and (max-width: 1300px) { .header .header-logo { max-width: 440px; } }
@media screen and (max-width: 750px) { .header .header-logo { max-width: 240px; } }
.header .header-nav { display: flex; align-items: center; justify-content: flex-end; flex: 1; }
.header .header-nav .gnav { display: flex; align-items: center; justify-content: flex-end; column-gap: 30px; margin-right: 45px; }
@media screen and (max-width: 1300px) { .header .header-nav .gnav { display: none; } }
.header .header-nav .gnav > li { position: relative; }
.header .header-nav .gnav > li > a, .header .header-nav .gnav > li div { text-decoration: none; font-weight: 500; cursor: pointer; }
.header .header-nav .gnav > li > a:hover, .header .header-nav .gnav > li div:hover { text-decoration: underline; }
.header .header-nav .gnav > li .popup { display: none; position: absolute; top: 0; left: 0; margin-top: 30px; width: 190px; background-color: #fff; border-radius: 10px; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); line-height: 1.6; }
.header .header-nav .gnav > li .popup ul { padding: 15px 5px; }
.header .header-nav .gnav > li .popup ul li a { display: block; text-decoration: none; padding: 5px 15px; font-weight: 500; }
.header .header-nav .gnav > li .popup ul li a:hover { background: #eef8f4 url("../img/common/ico_arrow.svg") no-repeat right 8px center; background-size: 15px auto; }
.header .header-nav .header-search { display: block; width: 46px; }
@media screen and (max-width: 1300px) { .header .header-nav .header-search { width: 80px; } }
@media screen and (max-width: 750px) { .header .header-nav .header-search { width: 40px; } }
.header .header-nav .header-menu { display: none; }
@media screen and (max-width: 1300px) { .header .header-nav .header-menu { display: block; width: 56px; height: 40px; margin-left: 20px; cursor: pointer; } }
@media screen and (max-width: 750px) { .header .header-nav .header-menu { width: 36px; height: 30px; } }
.header .header-nav .header-menu p { position: relative; width: 100%; height: 40px; margin: 0 auto; }
@media screen and (max-width: 750px) { .header .header-nav .header-menu p { height: 30px; } }
.header .header-nav .header-menu span { position: absolute; right: 0; display: block; width: 100%; height: 4px; background-color: #00adaf; transition: all .4s; }
.header .header-nav .header-menu span:nth-of-type(1) { top: 0; }
.header .header-nav .header-menu span:nth-of-type(2) { top: 50%; margin-top: -2px; }
.header .header-nav .header-menu span:nth-of-type(3) { bottom: 0; }

/* ------------------------------ SPメニュー
------------------------------ */
.nav-menu { z-index: 99999; display: none; position: fixed; top: 120px; right: 0; width: 84%; height: calc(100% - 120px); background: #edf3fc; border-top: 1px solid #00adaf; }
@media screen and (max-width: 750px) { .nav-menu { top: 80px; height: calc(100% - 80px); } }
.nav-menu .nav-menu-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 4.7619047619% 7.9365079365% 15.873015873%; overflow-y: auto; }
.nav-menu .nav-menu-list > li { border-bottom: 1px solid #00adaf; }
.nav-menu .nav-menu-list > li > a { display: block; text-decoration: none; padding: 30px 0; background: url("../img/common/ico_arrow.svg") no-repeat right center; background-size: 26px auto; font-size: 2.4rem; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-list > li > a { padding: 5.6603773585% 0; background-size: 4.9056603774% auto; font-size: 2.0923076923rem; } }
.nav-menu .nav-menu-list > li ul { padding-bottom: 30px; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-list > li ul { padding-bottom: 5.6603773585%; } }
.nav-menu .nav-menu-list > li ul li { border-bottom: none; background: url("../img/common/ico_arrow_circle.svg") no-repeat left 40px center; background-size: 30px auto; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-list > li ul li { background-position: left 5.6603773585% center; background-size: 5.6603773585% auto; } }
.nav-menu .nav-menu-list > li ul li a { display: block; padding: 30px 0 30px 95px; font-size: 2.0rem; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-list > li ul li a { padding: 5.6603773585% 0 5.6603773585% 17.9245283019%; font-size: 1.8461538462rem; } }
.nav-menu .nav-menu-list > li._info p { padding: 30px 0; font-size: 2.4rem; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-list > li._info p { padding: 5.6603773585% 0; font-size: 2.0923076923rem; } }
.nav-menu .nav-menu-list > li._info a { background: none; }

.js-menuopen { overflow: hidden; }
.js-menuopen .header-menu span:nth-child(1) { transform: translateY(18px) rotate(-45deg); }
@media screen and (max-width: 750px) { .js-menuopen .header-menu span:nth-child(1) { transform: translateY(13px) rotate(-45deg); } }
.js-menuopen .header-menu span:nth-child(2) { opacity: 0; }
.js-menuopen .header-menu span:nth-child(3) { transform: translateY(-18px) rotate(45deg); }
@media screen and (max-width: 750px) { .js-menuopen .header-menu span:nth-child(3) { transform: translateY(-13px) rotate(45deg); } }
.js-menuopen .header-menu .header-menu-txt:before { content: '' !important; }
.js-menuopen .nav-menu { display: block; }

/* ------------------------------ ページタイトル
------------------------------ */
.pagettl-sec { padding: 115px 0 90px; border-bottom-left-radius: 4em; border-bottom-right-radius: 4em; }
@media screen and (max-width: 1300px) { .pagettl-sec { padding: 20px 0 90px; } }
@media screen and (max-width: 750px) { .pagettl-sec { padding: 2.6666666667% 0 12%; border-bottom-left-radius: 3em; border-bottom-right-radius: 3em; } }
.pagettl-sec._subpage { background: #87efea; }
.pagettl-sec._subpage .pagettl-h { color: #005c6d; }
.pagettl-sec._subpage .topicpath { margin-bottom: 30px; }
@media screen and (max-width: 1300px) { .pagettl-sec._subpage .topicpath { margin-bottom: 90px; } }
@media screen and (max-width: 750px) { .pagettl-sec._subpage .topicpath { margin-bottom: 12%; } }
.pagettl-sec._subpage .topicpath ol li { color: #333; }
.pagettl-sec._detailpage { padding-bottom: 150px; background: #87efea; }
@media screen and (max-width: 750px) { .pagettl-sec._detailpage { padding-bottom: 20%; } }
.pagettl-sec._detailpage .topicpath { margin-bottom: 0; }
.pagettl-sec._detailpage .topicpath ol li { color: #333; }
.pagettl-sec .topicpath { margin-bottom: 70px; padding-block: 0; background: none; }
@media screen and (max-width: 1300px) { .pagettl-sec .topicpath { margin-bottom: 90px; } }
@media screen and (max-width: 750px) { .pagettl-sec .topicpath { margin-bottom: 12%; } }
.pagettl-sec .topicpath ol li { color: #fff; }
.pagettl-sec .pagettl-h { font-size: 3.7rem; font-weight: 500; text-align: center; color: #fff; line-height: 1.1; }
@media screen and (max-width: 750px) { .pagettl-sec .pagettl-h { font-size: 2.8307692308rem; } }
.pagettl-sec .pagettl-h span { font-size: 1.9rem; font-weight: 400; }
@media screen and (max-width: 750px) { .pagettl-sec .pagettl-h span { font-size: 1.4769230769rem; } }

.topicpath { padding: 15px 100px; background-color: #dfefed; }
@media screen and (max-width: 1300px) { .topicpath { padding: 30px 20px; } }
@media screen and (max-width: 750px) { .topicpath { padding: 4%; } }
.topicpath ol { display: flex; flex-wrap: wrap; }
.topicpath ol li { font-size: 1.2rem; font-weight: 500; }
@media screen and (max-width: 750px) { .topicpath ol li { font-size: 1.2307692308rem; } }
.topicpath ol li::after { content: '＞'; margin: 0 1em; }
.topicpath ol li:last-child::after { display: none; }
.topicpath ol li a { text-decoration: none; color: #007bff; }
.topicpath ol li a:hover { text-decoration: underline; }

/* ------------------------------ フッター
------------------------------ */
.footer { background-color: #fff; }
.footer .footer-main { padding: 70px 0 100px; }
@media screen and (max-width: 750px) { .footer .footer-main { padding: 0; } }
.footer .footer-main .footer-in { display: flex; justify-content: space-between; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-in { display: block; } }
.footer .footer-main .footer-box { width: 52.8571428571%; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-box { width: 100%; padding: 15.3333333333% 4% 12%; } }
.footer .footer-main .footer-box .footer-logo { width: 100%; max-width: 207px; margin: 0 auto 40px; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-box .footer-logo { width: 49.8550724638%; max-width: 100%; margin-bottom: 15.9420289855%; } }
.footer .footer-main .footer-box .footer-address { width: 100%; max-width: 310px; margin: 0 auto 20px; padding-bottom: 15px; border-bottom: 1px solid #c5dada; color: #333; line-height: 1.8; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-box .footer-address { width: 78.2608695652%; max-width: 100%; margin-bottom: 5.7971014493%; padding-bottom: 5.7971014493%; font-size: 1.5384615385rem; } }
.footer .footer-main .footer-box .footer-sns { display: flex; align-items: center; width: 100%; max-width: 310px; margin: 0 auto; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-box .footer-sns { width: 78.2608695652%; max-width: 100%; } }
.footer .footer-main .footer-box .footer-sns dt { flex: 1; font-size: 1.5rem; color: #333; line-height: 1.4; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-box .footer-sns dt { font-size: 1.5384615385rem; } }
.footer .footer-main .footer-box .footer-sns dt span { font-size: 3.0rem; font-weight: 500; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-box .footer-sns dt span { font-size: 3.0769230769rem; } }
.footer .footer-main .footer-box .footer-sns dd { display: flex; align-items: center; width: 122px; column-gap: 30px; margin-left: 10px; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-box .footer-sns dd { width: 37.037037037%; column-gap: 23.5%; margin-left: 1.8518518519%; } }
.footer .footer-main .footer-box .footer-sns dd p { width: 52px; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-box .footer-sns dd p { width: 43%; } }
.footer .footer-main .footer-box .footer-sns dd p:last-child { width: 40px; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-box .footer-sns dd p:last-child { width: 33.5%; } }
.footer .footer-main .footer-nav { flex: 1; padding-block: 10px; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-nav { padding-block: 0; } }
.footer .footer-main .footer-nav .footer-nav-con { display: flex; flex-direction: column; height: 100%; padding: 50px 60px; background-color: #edf3fc; border-top-left-radius: 2em; border-bottom-left-radius: 2em; }
@media screen and (max-width: 980px) { .footer .footer-main .footer-nav .footer-nav-con { padding-block: 40px; } }
@media screen and (max-width: 750px) { .footer .footer-main .footer-nav .footer-nav-con { padding: 5.3333333333% 4%; border-radius: 0; } }
.footer .footer-main .footer-nav .footer-nav-main { flex: 1; display: flex; }
@media screen and (max-width: 980px) { .footer .footer-main .footer-nav .footer-nav-main { display: block; } }
@media screen and (max-width: 750px) { .footer .footer-main .footer-nav .footer-nav-main { display: none; } }
.footer .footer-main .footer-nav .footer-nav-main > ul { width: 100%; max-width: 210px; padding-right: 2em; }
@media screen and (max-width: 980px) { .footer .footer-main .footer-nav .footer-nav-main > ul { margin-bottom: 25px; } }
.footer .footer-main .footer-nav .footer-nav-main > ul > li { margin-bottom: 25px; background: url("../img/common/ico_arrow_circle.svg") no-repeat left top 0.2em; background-size: 13px auto; }
.footer .footer-main .footer-nav .footer-nav-main > ul > li:last-child { margin-bottom: 0; }
.footer .footer-main .footer-nav .footer-nav-main > ul > li a { text-decoration: none; padding-left: 20px; }
.footer .footer-main .footer-nav .footer-nav-main > ul > li a:hover { text-decoration: underline; }
.footer .footer-main .footer-nav .footer-nav-main > ul > li span { padding-left: 20px; }
.footer .footer-main .footer-nav .footer-nav-main > ul > li ul { margin-top: 20px; }
.footer .footer-main .footer-nav .footer-nav-main > ul > li ul li { margin-bottom: 15px; font-size: 1.4rem; }
.footer .footer-main .footer-nav .footer-nav-main > ul > li ul li:last-child { margin-bottom: 0; }
.footer .footer-main .footer-nav .footer-nav-link { display: flex; margin-top: 35px; padding-top: 35px; border-top: 1px solid #c5dada; }
@media screen and (max-width: 980px) { .footer .footer-main .footer-nav .footer-nav-link { display: block; } }
@media screen and (max-width: 750px) { .footer .footer-main .footer-nav .footer-nav-link { display: flex; justify-content: center; margin-top: 0; padding-top: 0; border-top: none; } }
.footer .footer-main .footer-nav .footer-nav-link li { margin-right: 1em; padding-right: 1em; border-right: 1px solid #333; }
@media screen and (max-width: 980px) { .footer .footer-main .footer-nav .footer-nav-link li { margin-right: 0; margin-bottom: 25px; padding-right: 0; padding-bottom: 25px; border-right: none; border-bottom: 1px solid #333; } }
@media screen and (max-width: 750px) { .footer .footer-main .footer-nav .footer-nav-link li { margin-right: 1em; margin-bottom: 0; padding-right: 1em; padding-bottom: 0; border-right: 1px solid #333; border-bottom: none; } }
.footer .footer-main .footer-nav .footer-nav-link li:last-child { margin-right: 0; padding-right: 0; border-right: none; }
@media screen and (max-width: 980px) { .footer .footer-main .footer-nav .footer-nav-link li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } }
.footer .footer-main .footer-nav .footer-nav-link li a { text-decoration: none; font-size: 1.5rem; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-nav .footer-nav-link li a { font-size: 1.3538461538rem; } }
.footer .footer-main .footer-nav .footer-nav-link li a:hover { text-decoration: underline; }
.footer .copy { padding: 10px 20px; background-color: #005a68; }
@media screen and (max-width: 750px) { .footer .copy { padding: 4%; } }
.footer .copy p { font-size: 1.5rem; text-align: center; color: #fff; }
@media screen and (max-width: 750px) { .footer .copy p { font-size: 1.3538461538rem; } }

.font-en { font-family: "Barlow Condensed", sans-serif; }

.font-maru { font-family: "Zen Maru Gothic", sans-serif; }

.font-min { font-family: "Shippori Mincho B1", serif; }

.font-nsj { font-family: "Noto Sans JP", sans-serif; }

.opacity { transition: all .6s; }
.opacity:hover { opacity: 0.7; }

.tab { display: none; }
.tab.active { display: block; }

input[type="radio"], input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; width: 18px; height: 18px; margin: auto 5px auto 0; padding: 0; border: none; border-radius: 0; background: none; outline: none; line-height: 1; vertical-align: middle; }
input[type="radio"]:checked::after, input[type="checkbox"]:checked::after { content: ""; position: absolute; top: 50%; left: 0; -moz-box-sizing: border-box; box-sizing: border-box; display: block; }

input[type="radio"] { border: 1px solid #cacaca; border-radius: 30px; background: #fff; }
input[type="radio"]:checked::after { width: 16px; height: 16px; margin: -8px 0 0 6px; background: #666; border-radius: 30px; }

input[type="checkbox"] { border: 1px solid #c7c7c7; border-radius: 2px; background: #fff; }
input[type="checkbox"]:checked { background-color: #f4548d; }
input[type="checkbox"]:checked::after { width: 10px; height: 7px; margin: -5px 0 0 3px; border-left: 3px solid #fff; border-bottom: 3px solid #fff; transform: rotate(-45deg); }

.c-main { padding: 70px 0 140px; background-color: #fff; border-top-left-radius: 4em; border-top-right-radius: 4em; }
@media screen and (max-width: 750px) { .c-main { padding: 60px 0; border-top-left-radius: 3em; border-top-right-radius: 3em; } }

.c-detail { position: relative; }
.c-detail::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin-top: 90px; background-color: #fff; border-top-left-radius: 4em; border-top-right-radius: 4em; }
@media screen and (max-width: 750px) { .c-detail::before { margin-top: 60px; border-top-left-radius: 3em; border-top-right-radius: 3em; } }
.c-detail .detail-top { margin-top: -90px; margin-bottom: 20px; }
@media screen and (max-width: 750px) { .c-detail .detail-top { margin-top: -60px; } }
.c-detail .detail-top .detail-top-item { width: 100%; max-width: 800px; margin: 0 auto; }
.c-detail .detail-top .detail-mainfig { width: 100%; max-width: 800px; margin: 0 auto 40px; }
.c-detail .detail-top .detail-mainfig-swiper { position: relative; width: 100%; max-width: 843px; margin: 0 auto 40px; }
.c-detail .detail-top .detail-mainfig-swiper .mainfig-swiper-in { width: 100%; max-width: 800px; margin: 0 auto; overflow: hidden; }
.c-detail .detail-top .detail-mainfig-swiper .mainfig-swiper-main { margin-bottom: 20px; }
.c-detail .detail-top .detail-mainfig-swiper .mainfig-swiper-sub { width: 100%; max-width: 702px; margin: 0 auto; overflow: hidden; }
.c-detail .detail-top .detail-mainfig-swiper .mainfig-swiper-sub img { border-radius: 0.5em; }
.c-detail .detail-top .detail-mainfig-swiper .mainfig-swiper-sub .swiper-slide-thumb-active { border: 1px solid #00adaf; border-radius: 0.5em; }
.c-detail .detail-top .detail-mainfig-swiper .slide-btn { z-index: 999; position: absolute; bottom: 0; display: block; width: 56px; margin-bottom: 15px; }
.c-detail .detail-top .detail-mainfig-swiper .slide-btn._prev { left: 0; }
.c-detail .detail-top .detail-mainfig-swiper .slide-btn._next { right: 0; }
.c-detail .detail-top .detail-pagettl { margin-bottom: 20px; font-size: 2.4rem; font-weight: 400; text-align: center; }
@media screen and (max-width: 750px) { .c-detail .detail-top .detail-pagettl { font-size: 2.0rem; } }
.c-detail .detail-top .detail-copy { font-size: 1.7rem; font-weight: 500; color: #00adaf; text-align: center; }
.c-detail .detail-top .detail-spot { font-size: 1.4rem; font-weight: 500; color: #007aee; }
.c-detail .detail-top .detail-spot .ico { margin-right: 10px; }
.c-detail .detail-top .detail-tag { font-size: 1.4rem; font-weight: 500; color: #007aee; }
.c-detail .detail-top .detail-tag .ico { margin-right: 10px; }
.c-detail .detail-sns { margin-bottom: 30px; }
.c-detail .detail-sns ul { display: flex; align-items: center; justify-content: flex-end; column-gap: 10px; }
.c-detail .detail-sns ul li { width: 30px; }
.c-detail .detail-sns ul li._x { width: 23px; }
.c-detail .detail-sns ul li._link { width: 25px; }
.c-detail .detail-wrap { display: flex; border-top: 1px solid #c4d9d9; }
@media screen and (max-width: 980px) { .c-detail .detail-wrap { display: block; } }
.c-detail .detail-main { overflow: hidden; flex: 1; padding: 45px 65px 90px; border-right: 1px solid #c4d9d9; line-height: 1.6; }
@media screen and (max-width: 980px) { .c-detail .detail-main { padding-inline: 20px; border-right: none; border-bottom: 1px solid #c4d9d9; } }
.c-detail .detail-main .main-in { width: 100%; max-width: 880px; margin: 0 0 0 auto; }
@media screen and (max-width: 980px) { .c-detail .detail-main .main-in { max-width: 100%; } }
.c-detail .detail-side { width: 100%; max-width: 350px; padding: 45px 20px; line-height: 1.6; }
@media screen and (max-width: 980px) { .c-detail .detail-side { max-width: 100%; } }
@media screen and (max-width: 750px) { .c-detail .detail-side { padding-inline: 4%; } }
.c-detail .detail-side .side-in { width: 100%; max-width: 200px; margin: 0 auto; }
@media screen and (max-width: 750px) { .c-detail .detail-side .side-in { max-width: 100%; } }
.c-detail .detail-side .side-box { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #00adaf; }
.c-detail .detail-side .side-box:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.c-detail .detail-side .side-heding { margin-bottom: 25px; font-size: 2.2rem; font-weight: 700; color: #00adaf; }
.c-detail .detail-side ul li { margin-bottom: 30px; }
.c-detail .detail-side ul li a { display: block; text-decoration: none; }
.c-detail .detail-side ul li p { margin-top: 10px; font-size: 1.4rem; }
.c-detail .detail-side .slide-link a { display: block; text-decoration: none; padding: 10px; background: #00adaf url("../img/common/ico_arrow_w.svg") no-repeat right 15px center; font-size: 1.4rem; background-size: 14px auto; text-align: center; color: #fff; border-radius: 4em; }

.c-imground { border-radius: 1em; }
@media screen and (max-width: 750px) { .c-imground { border-radius: 0.5em; } }

.c-fig { position: relative; }
.c-fig::before { content: ''; display: block; width: 100%; aspect-ratio: 16 / 9; }
.c-fig img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; }

.c-morelist { display: flex; flex-wrap: wrap; gap: 80px 7.5%; margin-bottom: 100px; }
@media screen and (max-width: 750px) { .c-morelist { flex-direction: column; } }
.c-morelist li { width: 28.3333333333%; }
@media screen and (max-width: 750px) { .c-morelist li { width: 100%; } }
.c-morelist li a { display: block; text-decoration: none; }
.c-morelist li figure { margin-bottom: 15px; }
.c-morelist li .list-heading { margin-bottom: 15px; font-size: 1.5rem; font-weight: 700; }
.c-morelist li .list-txt { font-size: 1.4rem; }
.c-morelist li .list-item { margin-top: 15px; padding-top: 15px; border-top: 1px solid #c5dada; }
.c-morelist li .list-tag { display: flex; }
.c-morelist li .list-tag .list-tag-con { flex: 1; margin-left: 10px; }
.c-morelist li .list-tag .list-tag-con p { font-size: 1.4rem; font-weight: 500; color: #007aee; }
.c-morelist li .list-course { display: flex; }
@media screen and (max-width: 980px) { .c-morelist li .list-course { display: block; } }
@media screen and (max-width: 750px) { .c-morelist li .list-course { display: flex; } }
.c-morelist li .list-course dl { display: flex; align-items: center; width: 50%; padding-right: 1em; font-size: 1.4rem; font-weight: 500; line-height: 1; }
@media screen and (max-width: 980px) { .c-morelist li .list-course dl { width: 100%; margin-bottom: 10px; } }
@media screen and (max-width: 750px) { .c-morelist li .list-course dl { width: 50%; margin-bottom: 0; } }
.c-morelist li .list-course dl dt { width: 5em; margin-right: 10px; padding: 5px; background-color: #333; color: #fff; text-align: center; border-radius: 5px; }
.c-morelist li .list-course dl dd { flex: 1; display: flex; align-items: center; }
.c-morelist li .list-course dl dd .ico { margin-right: 10px; }
.c-morelist li .list-course dl dd .ico-access-car { width: 3rem; }
.c-morelist li .list-course dl dd .ico-access-train { width: 2rem; }
.c-morelist li .list-course dl dd .ico-access-bus { width: 2.5rem; }
.c-morelist li .list-course dl dd .ico-access-walk { width: 2rem; }
.c-morelist li .list-course dl dd span { flex: 1; }

.c-morebtn { display: block; text-decoration: none; width: 100%; padding: 20px; border: 1px solid #00adaf; background-color: #f1f7fc; font-size: 1.7rem; font-weight: 500; text-align: center; color: #00adaf; border-radius: 4em; cursor: pointer; line-height: 1; }
@media screen and (max-width: 750px) { .c-morebtn { font-size: 1.4rem; } }
.c-morebtn::after { content: '↓　もっと見る'; }

.c-search .search-main { padding: 50px 100px; background-color: #f1f7fc; border-radius: 2em; }
@media screen and (max-width: 980px) { .c-search .search-main { padding-inline: 50px; } }
@media screen and (max-width: 750px) { .c-search .search-main { padding: 30px; } }
.c-search .search-ttl { margin-bottom: 30px; font-size: 2.4rem; font-weight: 500; text-align: center; }
.c-search .search-con { display: flex; gap: 10px; margin-bottom: 10px; }
@media screen and (max-width: 750px) { .c-search .search-con { flex-direction: column; } }
.c-search .search-con .popup { z-index: 999999; display: none; position: absolute; left: 0; width: 100%; padding-inline: 120px; }
@media screen and (max-width: 980px) { .c-search .search-con .popup { padding-inline: 70px; } }
@media screen and (max-width: 750px) { .c-search .search-con .popup { padding-inline: 12%; } }
.c-search .search-con .popup .popup-main { position: relative; width: 100%; margin: 0 auto; padding: 35px 70px; background-color: #fff; border-radius: 10px; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
@media screen and (max-width: 750px) { .c-search .search-con .popup .popup-main { padding: 30px; } }
.c-search .search-con .popup .popup-close { display: block; position: absolute; top: 0; right: 0; width: 13px; margin-right: 15px; }
.c-search .search-con .search-category { width: 100%; }
.c-search .search-con .search-category .search-category-ttl { padding: 13px 20px; border: 1px solid #c7c7c7; background: #fff url("../img/common/ico_toggle_o.svg") no-repeat right 20px center; background-size: 12px auto; border-radius: 5px; font-weight: 500; cursor: pointer; }
.c-search .search-con .search-category .popup .popup-main { max-width: 1000px; }
.c-search .search-con .search-category .popup .popup-main ul { display: flex; flex-wrap: wrap; row-gap: 20px; }
.c-search .search-con .search-category .popup .popup-main ul li { width: calc(100% / 4); font-size: 1.5rem; font-weight: 500; }
@media screen and (max-width: 980px) { .c-search .search-con .search-category .popup .popup-main ul li { width: 50%; } }
@media screen and (max-width: 750px) { .c-search .search-con .search-category .popup .popup-main ul li { width: 100%; } }
.c-search .search-con .search-calendar { width: 100%; }
.c-search .search-con .search-calendar .search-calendar-ttl { padding: 13px 20px; border: 1px solid #c7c7c7; background: #fff url("../img/common/ico_calendar.svg") no-repeat right 20px center; background-size: 18px auto; border-radius: 5px; font-weight: 500; cursor: pointer; }
.c-search .search-con .search-calendar .popup .popup-main { max-width: 490px; }
.c-search .search-con .search-calendar .popup .popup-main .slide-btn { position: absolute; top: 50%; width: 36px; margin-top: -18px; }
.c-search .search-con .search-calendar .popup .popup-main .slide-btn._prev { left: 0; margin-left: 30px; }
@media screen and (max-width: 750px) { .c-search .search-con .search-calendar .popup .popup-main .slide-btn._prev { margin-left: 15px; } }
.c-search .search-con .search-calendar .popup .popup-main .slide-btn._next { right: 0; margin-right: 30px; }
@media screen and (max-width: 750px) { .c-search .search-con .search-calendar .popup .popup-main .slide-btn._next { margin-right: 15px; } }
.c-search .search-con .search-calendar .popup .popup-main .calendar-main { width: 100%; max-width: 315px; margin: 0 auto; }
@media screen and (max-width: 750px) { .c-search .search-con .search-calendar .popup .popup-main .calendar-main { max-width: 240px; } }
.c-search .search-con .search-calendar .popup .popup-main .calendar-main .calendar-ttl { padding-bottom: 10px; border-bottom: 1px solid #d0d0d0; font-weight: 500; text-align: center; }
.c-search .search-con .search-calendar .popup .popup-main .calendar-main .calendar-ttl .calendar-ttl-num { margin: 0 0.2em; font-size: 4.0rem; }
@media screen and (max-width: 750px) { .c-search .search-con .search-calendar .popup .popup-main .calendar-main .calendar-ttl .calendar-ttl-num { font-size: 3.0rem; } }
.c-search .search-con .search-calendar .popup .popup-main .calendar-main .calendar-ttl .calendar-ttl-txt { font-size: 2.2rem; }
@media screen and (max-width: 750px) { .c-search .search-con .search-calendar .popup .popup-main .calendar-main .calendar-ttl .calendar-ttl-txt { font-size: 1.8rem; } }
.c-search .search-con .search-keyword { width: 100%; }
.c-search .search-con .search-keyword input { padding: 15px 20px; border: 1px solid #c7c7c7; background-color: #fff; border-radius: 5px; }
.c-search .search-con .search-btn { display: block; width: 100%; max-width: 218px; padding: 15px; background: #653333 url("../img/common/ico_search_w.svg") no-repeat right 15px center; background-size: 22px auto; font-size: 1.4rem; font-weight: 500; text-align: center; color: #fff; border-radius: 4em; }
@media screen and (max-width: 750px) { .c-search .search-con .search-btn { margin: 0 auto; font-size: 1.2rem; } }
.c-search .search-conditions dt { margin-bottom: 10px; font-size: 1.4rem; font-weight: 500; }
.c-search .search-conditions dd { display: flex; align-items: center; gap: 8px; }
@media screen and (max-width: 750px) { .c-search .search-conditions dd { flex-direction: column; } }
.c-search .search-conditions dd .search-conditions-box { display: flex; flex-wrap: wrap; gap: 8px; }
.c-search .search-conditions dd .search-conditions-box .search-conditions-item { display: block; padding: 5px 1em; background-color: #fff; border: 1px solid #efefef; font-size: 1.4rem; font-weight: 500; border-radius: 2em; }
@media screen and (max-width: 750px) { .c-search .search-conditions dd .search-conditions-box .search-conditions-item { font-size: 1.2rem; } }
.c-search .search-conditions dd .search-clear { display: block; font-size: 1.4rem; font-weight: 500; color: #007bff; }

.c-back { width: 100%; max-width: 180px; }
.c-back a { display: flex; align-items: center; justify-content: center; text-decoration: none; padding: 15px; border: 1px solid #00adaf; background: #fff; line-height: 1; border-radius: 2em; }
.c-back a .ico { width: 2.3rem; margin-right: 10px; }
.c-back a span { font-size: 1.7rem; font-weight: 500; text-align: center; }

.c-calendar { width: 100%; line-height: 1; }
@media screen and (max-width: 750px) { .c-calendar { font-size: 1.2rem; } }
.c-calendar tr { text-align: center; }
.c-calendar tr th, .c-calendar tr td { border: 6px solid #fff; padding: 10px; }
@media screen and (max-width: 750px) { .c-calendar tr th, .c-calendar tr td { border-width: 3px; padding: 5px; } }
.c-calendar tr th { font-weight: 400; }
.c-calendar tr th._sun { color: #ff3232; }
.c-calendar tr th._sat { color: #0080ff; }
.c-calendar tr td { background-color: #f2f2f2; font-weight: 500; }
.c-calendar tr td._no { background: none; }
.c-calendar tr td._sun { background-color: #ffebe9; color: #ff3232; }
.c-calendar tr td._sat { background-color: #e2f5ff; }

.c-lnav { margin-bottom: 50px; }
.c-lnav ul { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; background-color: #edf3fc; gap: 20px; padding: 20px 10px; border-radius: 4em; }
@media screen and (max-width: 750px) { .c-lnav ul { gap: 20px 15px; border-radius: 2em; } }
.c-lnav ul li { border-right: 1px solid #00adaf; }
.c-lnav ul li:last-child { border-right: none; }
.c-lnav ul li a { display: flex; align-items: center; text-decoration: none; padding: 0 20px; font-size: 1.4rem; }
@media screen and (max-width: 750px) { .c-lnav ul li a { font-size: 1.2rem; } }
.c-lnav ul li a .ico { width: 0.7rem; margin-left: 7px; }

.scroll { padding-bottom: 20px; overflow-x: auto; white-space: nowrap; }
.scroll::-webkit-scrollbar { height: 5px; }
.scroll::-webkit-scrollbar-track { background-color: #ddd; }
.scroll::-webkit-scrollbar-thumb { background-color: #00adaf; }

.c-sec { margin-bottom: 50px; }

.c-blbox { padding: 40px; background-color: #eff8fd; border-radius: 20px; }
@media screen and (max-width: 750px) { .c-blbox { padding: 30px; } }

.c-wbox { padding: 40px; background-color: #fff; border-radius: 20px; }
@media screen and (max-width: 750px) { .c-wbox { padding: 30px; } }

.c-heading { margin-bottom: 35px; padding-bottom: 15px; border-bottom: 3px dotted #00adaf; font-size: 2.8rem; font-weight: 700; color: #00adaf; }
@media screen and (max-width: 750px) { .c-heading { font-size: 2.0rem; } }

.c-subheading { margin-bottom: 30px; padding: 5px 15px 10px; background-color: #00adaf; font-size: 2.2rem; font-weight: 500; color: #fff; border-radius: 10px; }
@media screen and (max-width: 750px) { .c-subheading { font-size: 1.8rem; } }

.c-txtheading { position: relative; margin-bottom: 30px; padding-left: 25px; font-size: 2.0rem; font-weight: 700; }
@media screen and (max-width: 750px) { .c-txtheading { font-size: 1.8rem; } }
.c-txtheading::after { content: ''; position: absolute; top: 0.5em; left: 0; width: 15px; height: 4px; background: url("../img/common/ico_heading.svg") no-repeat left center; }

.c-leadheading { margin-bottom: 30px; font-size: 1.8rem; font-weight: 700; }
@media screen and (max-width: 750px) { .c-leadheading { font-size: 1.6rem; } }

.c-txt { line-height: 2; }
.c-txt a { color: #007bff; }
.c-txt span { color: #ff110f; }
.c-txt strong { font-weight: 700; }
.c-txt._txtlist li { margin-bottom: 0.5em; }
.c-txt._txtlist li::before { content: '●'; margin-right: 0.5em; font-size: 100%; color: #00adaf; }

.c-caption { margin-top: 10px; font-size: 1.4rem; text-align: center; }
@media screen and (max-width: 750px) { .c-caption { font-size: 1.2rem; } }

.c-txtlink { display: block; text-decoration: none; }
.c-txtlink span { display: inline-block; padding: 1px 0 1px 25px; background: url("../img/common/ico_arrow_circle.svg") no-repeat left center; background-size: 16px auto; font-size: 1.5rem; font-weight: 500; }
.c-txtlink._file span { background: url("../img/common/ico_pdf.svg") no-repeat left center; background-size: 15px auto; color: #1f1f1f; }
.c-txtlink._external span { background: url("../img/common/ico_link.svg") no-repeat left center; background-size: 14px auto; color: #1f1f1f; }

.c-fig01 li { margin-bottom: 50px; }

.c-fig02 { display: flex; flex-wrap: wrap; gap: 25px 6.25%; }
.c-fig02 li { width: 46.875%; }

.c-fig03 { display: flex; flex-wrap: wrap; gap: 25px 3.125%; }
.c-fig03 li { width: 31.25%; }

.c-txtfig { display: flex; justify-content: space-between; gap: 25px 6.25%; }
@media screen and (max-width: 750px) { .c-txtfig { flex-direction: column; } }
.c-txtfig .txtfig-fig { width: 46.875%; }
@media screen and (max-width: 750px) { .c-txtfig .txtfig-fig { width: 100%; } }
.c-txtfig .txtfig-txt { flex: 1; }

.c-table { width: 100%; font-size: 1.4rem; }
.c-table th { padding: 15px; border: 1px solid #c4d9d9; background-color: #d2f0e9; font-weight: 500; }
.c-table td { padding: 15px; border: 1px solid #c4d9d9; background-color: #fff; }
.c-table._table01 thead th { text-align: center; }
.c-table._table01 tbody th { text-align: left; vertical-align: middle; }
.c-table._table02 th { width: 15em; text-align: left; vertical-align: top; border-left: none; }
@media screen and (max-width: 750px) { .c-table._table02 th { display: block; width: 100%; border-right: none; border-bottom: none; } }
.c-table._table02 td { border-right: none; }
@media screen and (max-width: 750px) { .c-table._table02 td { display: block; border-left: none; } }

.c-root .root-box { display: flex; align-items: flex-start; column-gap: 20px; margin-bottom: 25px; }
.c-root .root-box .ico { width: 5.7rem; }
.c-root .root-box dl { flex: 1; }
.c-root .root-box dl dt { margin-bottom: 10px; font-weight: 500; }

.c-map { width: 100%; aspect-ratio: 800 / 600; }
.c-map iframe { width: 100%; height: 100%; }

.c-btn { display: block; text-decoration: none; transition: all .6s; }
.c-btn:hover { opacity: 0.7; }
.c-btn span { display: inline-block; padding: 20px 60px 20px 40px; border: 1px solid #00adaf; background: #00adaf url("../img/common/ico_arrow_w.svg") no-repeat right 20px center; background-size: 17px auto; font-size: 1.7rem; font-weight: 500; color: #fff; line-height: 1.2; border-radius: 2em; }
@media screen and (max-width: 750px) { .c-btn span { font-size: 1.9692307692rem; } }
.c-btn._file span { background: #fff url("../img/common/ico_pdf.svg") no-repeat right 20px center; background-size: 15px auto; color: #1f1f1f; }
.c-btn._external span { background: #fff url("../img/common/ico_link.svg") no-repeat right 20px center; background-size: 14px auto; color: #1f1f1f; }

.c-mokuji { margin-bottom: 50px; border: 1px solid #00adaf; border-radius: 20px; overflow: hidden; }
.c-mokuji .mokuji-heading { display: flex; align-items: center; padding: 15px 45px; background-color: #87efea; }
.c-mokuji .mokuji-heading .ico { width: 2.6rem; margin-right: 20px; }
.c-mokuji .mokuji-heading span { font-size: 2.8rem; font-weight: 700; }
.c-mokuji .mokuji-in { position: relative; padding: 30px 40px; }
.c-mokuji .mokuji-in::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 178px; background: linear-gradient(to top, #fff, transparent); pointer-events: none; }
.c-mokuji.is-open .mokuji-in::before { display: none; }
.c-mokuji.is-open .mokuji-item { height: auto; }
.c-mokuji.is-open .mokuji-btn span::after { content: '目次を閉じる'; }
.c-mokuji.is-open .mokuji-btn .ico-toggle-o::before { content: url("../img/common/ico_toggle_c.svg"); }
.c-mokuji .mokuji-item { height: 200px; overflow: hidden; }
@media screen and (max-width: 750px) { .c-mokuji .mokuji-item { height: 300px; } }
.c-mokuji .mokuji-item > ul > li { margin-bottom: 0.5em; padding-left: 30px; background: url("../img/common/ico_toggle_o.svg") no-repeat left top 0.8em; background-size: 12px auto; font-size: 1.5rem; line-height: 2; }
.c-mokuji .mokuji-btn { padding-inline: 40px; cursor: pointer; }
.c-mokuji .mokuji-btn .mokuji-btn-in { display: flex; align-items: center; justify-content: center; padding-block: 20px; border-top: 1px solid #c5dada; line-height: 1; }
.c-mokuji .mokuji-btn .ico { widows: 1.2rem; margin-left: 10px; }
.c-mokuji .mokuji-btn span { font-size: 1.5rem; font-weight: 700; }
.c-mokuji .mokuji-btn span::after { content: '目次を開く'; }

.c-spot { padding: 100px 0 125px; background-color: #eff8fd; }
@media screen and (max-width: 750px) { .c-spot { padding: 60px 0; } }
.c-spot .spot-top .spot-heading { font-size: 2.8rem; font-weight: 700; text-align: center; color: #00adaf; }
@media screen and (max-width: 750px) { .c-spot .spot-top .spot-heading { font-size: 2.2rem; margin-bottom: 30px; } }
@media screen and (max-width: 750px) { .c-spot .spot-wrap { display: flex; flex-direction: column-reverse; } }
.c-spot .spot-tool { margin-top: -20px; margin-bottom: 35px; }
@media screen and (max-width: 980px) { .c-spot .spot-tool { margin-top: 30px; margin-bottom: 0; } }
.c-spot .spot-tool .spot-tool-in { display: flex; align-items: center; justify-content: flex-end; }
@media screen and (max-width: 750px) { .c-spot .spot-tool .spot-tool-in { display: block; } }
.c-spot .spot-tool .swiper-pagination-bullets { position: static; width: auto; margin: 0 25px 0 auto; }
@media screen and (max-width: 750px) { .c-spot .spot-tool .swiper-pagination-bullets { margin: 0 auto 20px; } }
.c-spot .spot-tool .swiper-pagination-bullet { width: 12px !important; height: 12px !important; margin: 0 12px !important; background: #00adaf !important; opacity: 0.5; }
.c-spot .spot-tool .swiper-pagination-bullet-active { opacity: 1; }
.c-spot .spot-tool .spot-btn { display: flex; align-items: center; justify-content: flex-end; width: 120px; column-gap: 8px; }
@media screen and (max-width: 750px) { .c-spot .spot-tool .spot-btn { margin: 0 0 0 auto; } }
.c-spot .spot-tool .spot-btn button { display: block; width: 56px; cursor: pointer; }
.c-spot .spot-main { overflow: hidden; }
.c-spot .spot-main figure figcaption { margin-top: 10px; font-size: 1.8rem; font-weight: 600; }

.c-newslist { border-top: 1px solid #c4d9d9; }
.c-newslist li { border-bottom: 1px solid #c4d9d9; }
.c-newslist li a { display: flex; align-items: flex-start; text-decoration: none; padding: 20px 0; }
@media screen and (max-width: 750px) { .c-newslist li a { display: block; } }
.c-newslist li a .news-top { display: flex; align-items: center; width: 13em; margin-right: 1em; }
@media screen and (max-width: 750px) { .c-newslist li a .news-top { width: 100%; margin-right: 0; margin-bottom: 20px; } }
.c-newslist li a .news-date { flex: 1; line-height: 1; }
@media screen and (max-width: 750px) { .c-newslist li a .news-date { flex: none; font-size: 1.7230769231rem; } }
.c-newslist li a .news-cate { width: 8em; margin-left: 1em; padding: 5px; font-size: 1.4rem; font-weight: 500; text-align: center; line-height: 1; }
@media screen and (max-width: 750px) { .c-newslist li a .news-cate { font-size: 1.5384615385rem; } }
.c-newslist li a .news-cate._cate01 { border: 1px solid #00adaf; }
.c-newslist li a .news-cate._cate02 { border: 1px solid #bf4cae; }
.c-newslist li a .news-cate._cate03 { border: 1px solid #002a92; }
.c-newslist li a .news-heading { flex: 1; }
@media screen and (max-width: 750px) { .c-newslist li a .news-heading { font-size: 1.7230769231rem; } }

.ico { display: inline-flex; justify-content: center; align-items: center; width: 1em; line-height: 0; }
.ico::before { width: 100% !important; }

.ico-tag::before { content: url("../img/common/ico_tag.svg"); }

.ico-spot::before { content: url("../img/common/ico_spot.svg"); }

.ico-spot-bl::before { content: url("../img/common/ico_spot_bl.svg"); }

.ico-experience::before { content: url("../img/common/ico_experience.svg"); }

.ico-dl::before { content: url("../img/common/ico_dl.svg"); }

.ico-toggle-o::before { content: url("../img/common/ico_toggle_o.svg"); }

.ico-calendar-bk::before { content: url("../img/common/ico_calendar_bk.svg"); }

.ico-arrow-w-b::before { content: url("../img/common/ico_arrow_w_b.svg"); }

.ico-access-car::before { content: url("../img/common/ico_access_car.svg"); }

.ico-access-car02::before { content: url("../img/common/ico_access_car02.svg"); }

.ico-access-bus::before { content: url("../img/common/ico_access_bus.svg"); }

.ico-access-bus02::before { content: url("../img/common/ico_access_bus02.svg"); }

.ico-access-walk02::before { content: url("../img/common/ico_access_walk02.svg"); }

.ico-access-train::before { content: url("../img/common/ico_access_train.svg"); }

.ico-access-train02::before { content: url("../img/common/ico_access_train02.svg"); }

.ico-back::before { content: url("../img/common/ico_back.svg"); }

.ico-mokuji::before { content: url("../img/common/ico_mokuji.svg"); }

.ico-spot-bl::before { content: url("../img/common/ico_spot_bl.svg"); }

.ico-time::before { content: url("../img/common/ico_time.svg"); }

.ico-error::before { content: url("../img/common/ico_error.svg"); }

.clearfix { zoom: 1; }
.clearfix::before { content: ""; display: table; }
.clearfix::after { content: ""; display: table; clear: both; }

.w100 { width: 100%; }

.mab10 { margin-bottom: 10px !important; }

.mab20 { margin-bottom: 20px !important; }

.mab30 { margin-bottom: 30px !important; }

.js-anime-fadein { opacity: 0; animation-duration: .5s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; }
.js-anime-fadein.js-anime-on { animation-name: fadeIn; }

@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
.js-anime-slide { opacity: 0; animation-duration: .5s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; }
.js-anime-slide.js-anime-on { animation-name: slide; }

@keyframes slide { 0% { opacity: 0; transform: translateY(100px); }
  100% { opacity: 1; transform: translateY(0); } }
.js-anime-slideleft { opacity: 0; animation-duration: .5s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; }
.js-anime-slideleft.js-anime-on { animation-name: slideLeft; }

@keyframes slideLeft { 0% { opacity: 0; transform: translateX(-100px); }
  100% { opacity: 1; transform: translateX(0); } }
.js-anime-slideright { opacity: 0; animation-duration: .5s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; }
.js-anime-slideright.js-anime-on { animation-name: slideRight; }

@keyframes slideRight { 0% { opacity: 0; transform: translateX(100px); }
  100% { opacity: 1; transform: translateX(0); } }
@media print { .js-anime-fadein, .js-anime-slide, .js-anime-slideleft, .js-anime-slideright { opacity: initial; } }

/*# sourceMappingURL=style.css.map */
