@charset "utf-8";
@import url(destyle.css);

/* 共通 */
:root {
    --base: #fcfcfb;
    --main01: #00a4c0;
    --main02: #001830;
    --sub01: #00466d;
    --swiper-theme-color: #98edff;
}

html {
    overflow: overlay;
    scroll-behavior: smooth;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: var(--main02);
}

::-webkit-scrollbar {
    width: 1px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background: var(--sub01);
    border-radius: 4px;
}

body {
    background: linear-gradient(141deg, rgb(4 173 223) 19%, rgb(61 155 251 / 76%) 51%, rgb(255 249 172) 100%);
    background-size: contain;
    background-attachment: fixed;
    background-position: left;
    letter-spacing: 0.05em;
}

.bg {
    background-image: url(../img/bg-blueline.png);
    background-repeat: repeat-y;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}


.center {
    margin: 0 auto;
    max-width: 950px;
}

.icon {
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    position: relative;
}


h3 {
    font-size: clamp(40px, 5vw, 60px);
    font-weight: bold;
    text-align: left;
}


h5 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}

.br {
    display: inline-block;
}


/*───────────────────index外 共有───────────────────*/

.page-header {
    position: relative;
    width: 100%;
}

.page-header-h {
    padding: 20px 0 0;
    color: var(--main02);
    /* text-shadow: 1px 1px 2px rgba(77, 73, 73, 0.4); */
}

.page-header-h h2 {
    font-size: 30px;
    text-align: center;
}

.page-header-h h2 .kana {
    font-size: .5em;
    width: auto;
}

.page-header .slide-img {
    background-color: var(--main01);
    background-blend-mode: soft-light;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 140px;
}


/* ─────────↓各コンテンツ見出し───────── */
.page-bg {
    padding: 50px 0 0 0;
    z-index: -100;

}

h2 p img {
    width: 72px;
    height: auto;
}

h2 .kana {
    font-size: .5em;
    width: 200px;
    margin: 0 auto;
    position: relative;
}

h2 .kana ::before {
    content: '';
    background-color: var(--main02);
    height: 2px;
    width: 12px;
    position: absolute;
    top: 0;
    left: 0;
}


.h2-caption {
    margin: 1em 0;
    font-size: .4em;
    letter-spacing: 0;
}

.topicon {
    margin: 0 auto;
    width: 64px;
    height: auto;
}

/* ─────────↓ヘッダー──────── */
header {
    margin: 0 0 0 auto;
    width: 100%;
    z-index: 5;
    position: sticky;
    top: 0;
}

.header-box {
    padding: 0 5px 0;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
    background-color: #00183055;
    position: fixed;
}

h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
}

h1 img {
    height: 50px;
}

h1 span {
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0 auto;
}

/* ↓pcナビ */

#navPc ul {
    padding: 2px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

#navPc ul a {
    margin: 0 17px 0 0;
    padding: 0px 10px;
    vertical-align: middle;
}

#navPc ul a li {
    position: relative;
}

#navPc ul a li .kana {
    margin: 2px 0 0 0;
    font-size: .6em;
}

#navPc ul a li::before {
    content: '';
    background-color: var(--main01);
    height: 28px;
    width: 3px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

/* ↑pcナビ */

.btn-reserve {
    padding: 0 20px;
    display: block;
    width: 120px;
    height: 42px;
    background-color: #fff;
    font-weight: bold;
    border: var(--main02) 1px solid;
    color: var(--main02);
    display: flex;
    align-items: center;
}

.btn-reserve p {
    padding: 0 0 0 1.5em;
    position: relative;
}

.btn-reserve p::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../img/calendar.svg);
    background-size: contain;
    position: absolute;
    left: .1em;
}

/* ─────────↓spナビ──────── */

.navbtn {
    margin: 0 10px 0 0;
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 99999;
}

.navbtn span {
    display: inline-block;
    background-color: var(--main01);
    height: 3px;
    width: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbtn span:nth-last-child(1) {
    top: 11px;
}

.navbtn span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
}

.navbtn span:nth-last-child(3) {
    bottom: 11px;
}

#navSp {
    padding: 40px 0 0 0;
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--main02);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 5;
}

#navSp ul li {
    margin: 10px 0 1em;
    padding: 0.8em;
    position: relative;
}

.navSp-text {
    position: relative;
}

.navSp-text::before {
    content: '';
    background-color: var(--main01);
    height: 54px;
    width: 4px;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}

.navSp-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}


.navSp-text {
    font-size: 26px;
    width: 60%;
}

.navSp-text-kana {
    margin-top: 0em;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    font-size: 12px;
}

.navSp-top {
    padding: 20px 0;
}


/* ─────────↑spナビ──────── */


/* ─────────↑ヘッダー──────── */

/* ─────────↓mv───────── */

.appearance {
    height: 100vh;
    object-fit: cover;
    display: none;
}

/* 共通スタイル */
.appearance_container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* 背景が見えないようにする */
}

.mv,
.appearance {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    /* 完全に非表示 */
    transition: opacity 2s ease, visibility 2s ease;
}

/* 表示状態のスタイル */
.show {
    opacity: 1;
    visibility: visible;
    /* 表示 */
}


.mv.hide,
.appearance.hide {
    opacity: 0;
    pointer-events: none;
    /* 非表示中の操作を無効化 */
}

.mv {
    margin: 20px 0 0;
    position: relative;
}

.mv-flex {
    padding-top: 110px;
}

.mv-lead {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    line-height: 1.8em;
    font-size: 25px;
    padding-top: 40px;
    white-space: nowrap;
    animation-name: fuwa;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
    text-shadow: 1px 1px 2px #a2d7d9;
}

.accent01 {
    font-size: 1.6em;
}

.accent02 {
    font-size: 1.3em;
    letter-spacing: -0.2em;
}

.mv-lead p:nth-of-type(1) {
    margin: 0 0 .4em;
}

.mini {
    font-size: .7em;
}

.opendate {
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 2.7em;
}

span.sub {
    font-size: 0.3em;
    letter-spacing: 0.2em;
}

.open {
    display: block;
    margin: 0.2em 0 0;
    font-size: 1.8em;
}

.mv-img {
    margin: 0 auto;
    width: 38%;
    padding-top: 20%;
    background-size: contain;
    background-position: center;
    background-image: url(../img/mv-01.gif);
    background-repeat: no-repeat;
    animation-name: fuwa;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fuwa {
    from {
        transform: translate(100);
        opacity: 0;
    }

    to {
        transform: translate(0);
        opacity: 1;
    }
}


/* ─────────↑mv───────── */

/* ─────────↓各セクション設定───────── */

.btn {
    width: 200px;
    text-align: center;
    margin: 30px auto 10px;
    padding: 14px 20px;
    display: block;
    background-color: var(--base);
    color: #222;
}


.scrolldown1 {
    position: absolute;
    left: 50%;
    top: 110%;
    height: 50px;
    z-index: 6;
}

.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: var(--base);
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

.sectionTitle {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(80px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lead-img {
    animation-name: slide;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slide {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* スクロールしたら出現する要素にはじめに透過0を指定 */
.fadeUpTrigger {
    opacity: 0;
}

/* ─────────↑各セクション設定───────── */

#lead {
    margin: 386px 0px 0px 14px;
}

h2.sectionTitle {
    font-size: 5.5em;
    margin: 0 auto;
    color: #1a181799;
    line-height: 1em;
}

.point1 {
    padding: 2em 0 0 4em;
}

.leadFlex {
    display: flex;
    flex-wrap: wrap;
    margin-top: -33px;
}

.lead-img {
    max-width: 480px;
    clip-path: polygon(4% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 17% 113%, 0 95%, 0 6%);
}

.textBox-flex {
    width: 40%;
    margin-top: 100px;
    margin-left: 40px;
}

.lead-text {
    align-self: flex-end;
    margin: 0 0 0 auto;
    width: 100%;
    line-height: 1.8em;
    padding-bottom: 43px;
    position: relative;
}

.btn-price {
    width: 190px;
    height: 33px;
    background-color: var(--base);
    color: var(--main02);
    margin-top: -10px;
    box-shadow: 0 2px 2px 0 #00183099;
}

.btn-price p {
    font-size: 13px;
    text-align: center;
    line-height: 33px;
    letter-spacing: 0.03em;
}

.btn-price:hover {
    background-color: var(--main01);
    color: var(--base);
    transition: 0.5s;
}

/* ─────────↓客室───────── */

#room {
    padding-top: 300px;
}

.flex-wrap-top {
    width: 40%;
    max-width: 450px;
    min-width: 210px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 55px;
}

.flex-wrap-top img.top {
    clip-path: polygon(3% 0, 97% 0, 100% 6%, 100% 94%, 97% 100%, 3% 100%, 0 94%, 0 7%);
    margin-bottom: 30px;
}

.flex-wrap-top img.room {
    clip-path: polygon(3% 0, 97% 0, 100% 6%, 100% 94%, 97% 100%, 3% 100%, 0 94%, 0 7%);
    margin: 60px 30px 0 30px;
    width: 80%;
    height: auto;
}

.flex-Box {
    display: flex;
    flex-wrap: wrap;
    padding: 17px 20px 0px 20px;
    justify-content: center;
}

.flex-wrap-L {
    width: 30%;
    max-width: 400px;
    min-width: 280px;
    padding-right: 119px;
}


.imgBox img.washroom {
    width: 200%;
    max-width: 400px;
    min-width: 300px;
    clip-path: polygon(5% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 5%);
}


.flex-wrap-R {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 100px;
    padding-top: 20px;
    flex-wrap: wrap;
}

.delay01 {
    animation-delay: 0.5s;
}

.delay02 {
    animation-delay: 1s;
}

.delay03 {
    animation-delay: 1.2s;
}


/* ─────────↓サービス───────── */

#service {
    background-image: url("../img/flont_01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    margin-top: 273px;
    background-attachment: fixed;
    padding: 30px 0;
}

#service h2.sectionTitle {
    color: #fff;
}

.service-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
}

.service-box {
    padding: 0 0 1.5em;
    margin: 7px;
    width: 23%;
    background-color: #fff;
}

.service-img {
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}

.service-img img {
    width: 100%;
    height: auto;
}

.service-text {
    margin: 0 auto;
    width: 86%;
}

.service-h img {
    margin: 10px auto 0;
    display: block;
    width: 18px;
}

.service-text h5 {
    font-size: 20px;
    margin: 8px 0;
    text-align: left;
}

.service-text p {
    margin: auto auto 0 0;
    padding: 0 0 10px 0;
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.5em;
    text-align: left;
}


.service-all {
    text-align: center;
    padding: 0px 20px;
}

.service-all p {
    margin: 20px 0;
    font-weight: bold;
    color: #fff;
}

.service-list {
    margin: 0 auto 10px;
    max-width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-list li {
    display: inline-block;
    margin: 3px;
    width: 70px;
    height: 90px;
    text-align: center;
    color: var(--main02);
    background-color: var(--base);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    border: solid 1px var(--sub01);
}


.service-list li img {
    margin-top: 5px;
    width: 42px;
    height: auto;
}


#equipment ul {
    margin: 0 auto;
    max-width: 400px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#equipment ul li {
    margin: 2px 3px;
    width: 100px;
    height: 30px;
    background-color: var(--base);
    font-weight: normal;
    border: solid 1px var(--sub01);
}

#equipment ul li img {
    width: 30px;
}

#equipment figure {
    display: flex;
    align-items: center;
}

#equipment ul li figcaption {
    margin: 0 0 0 .5em;
    font-size: 11px;
    letter-spacing: -0.1em;
    line-height: 0;
}

h6 {
    margin: 7px;
    font-size: 10px;
    letter-spacing: -0.05em;
}



/*─────────↑サービス─────────*/
#access {
    padding: 180px 0 120px;
}

.map {
    max-width: 600px;
    margin: 0 auto;
    margin: 35px auto 0px;
    width: 60%;
    min-width: 300px;
}

.map img {
    width: 100%;
    border: 1px solid var(--main01);
}

.route {
    margin: 1em auto;
    width: 160px;
    text-align: center;
}

.route p {
    line-height: 1.8em;
    padding-top: 0.8em;
}

.surrounding {
    padding: 20px 0 50px;
    text-align: center;
}

.surrounding h4 {
    text-align: center;
}

.surrounding-wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
}


.surrounding-box {
    margin: 5px;
    width: 28%;
}

.surrounding img {
    width: 100%;
}

.surrounding h5 {
    margin: 3px 0;
    font-size: clamp(0.938rem, 0.827rem + 0.48vw, 1.125rem);
    text-align: center;
}

.surrounding p {
    padding: .5em 0;
    display: block;
    font-size: 12px;
}

/*─────────↓footer─────────*/
footer {
    padding: 20px 20px 10px;
    background-color: #0000006b;
    color: var(--base);
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer a {
    color: var(--base);
}

footer .footer-hotel {
    margin: 0 40px 40px;
    width: 200px;
    font-size: 13px;
}

footer figure {
    text-align: center;
}

footer #footer-logo {
    max-width: 250px;
}

footer figcaption {
    font-size: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

footer address {
    font-size: .9em;
    margin: 0 0 0 1.4em;
}

footer .footer-tel {
    margin: .7em 0 0 2em;
    position: relative;
}

footer .footer-tel::before {
    content: '\f095';
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -1.5em;
}

footer .footer-mail {
    margin: .7em 0 0 2em;
    position: relative;
}

footer .footer-mail::before {
    content: '\f0e0';
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -1.5em;
}

footer .footer-address {
    margin: .7em 0 0 2em;
    position: relative;
}

footer .footer-address::before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -1.5em;
}

footer nav ul {
    margin: 0 0 20px;
    padding: 7px 0;
    width: 200px;
    display: block;
    font-size: 13px;
    text-align: left;
}

footer nav ul li {
    padding: 0 0 1em 0;
}

footer nav ul li:hover {
    opacity: .5;
    transition: .2s;
}

footer nav ul li::before {
    margin: 0 .4em 0 0;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: .7em;
    opacity: .5;
}

#copy {
    text-align: center;
    margin: 40px auto 6px;
}

small {
    font-size: 11px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: var(--base);
    opacity: .7
}


.smallList {
    margin: 40px 0 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
    font-size: 11px;
}

.smallList ul {
    display: flex;
    justify-content: center;
}

.smallList ul li {
    padding: 0 10px;
    position: relative;
}

.smallList ul li::before {
    content: "";
    background-color: var(--base);
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.smallList ul li:first-of-type::before {
    content: none;
}

.groupHotel-box {
    display: flex;
}

.groupHotel {
    margin: 5px 0;
    max-width: 500px;
}

.groupHotel h5 {
    font-size: 16px;
    margin: 0 0 12px 13px;
    position: relative;
}

.groupHotel h5::before {
    position: absolute;
    top: 50%;
    left: -9px;
    transform: translateY(-50%);
    content: '';
    height: 16px;
    width: 4px;
    background-color: var(--base);
}

.groupHotel img {
    margin: 0 3px 10px;
    width: 140px;
    height: auto;
}

.groupHotel .mini {
    margin: 5px 0 .5em .6em;
    font-size: 11px;
}

p.more {
    font-size: 12px;
    padding-left: 0.6em;
}

.groupHotel h6 {
    margin: 0 0 15px 5px;
    font-size: 15px;
    position: relative;
}

.groupHotel h6::before {
    content: '';
    position: absolute;
    top: -.2em;
    width: 98%;
    height: 1px;
    background-color: var(--base);
}

/*─────────↑footer─────────*/

/*─────────↓固定ボタン─────────*/
.totop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.95;
    z-index: 4;
}


.totop::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f139';
    font-size: 30px;
    color: var(--main02);
}



/*─────────↑固定ボタン─────────*/


.payment {
    margin: 0px auto;
    padding: 0px 20px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.payment h5 {
    margin: 0px 20px;
    font-size: 11px;
    text-align: center;
    color: var(--main01);
}

.payment h5:after {
    margin: -2px 0 0 0;
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(../img/url.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.payment p {
    font-family: 'Yu Gothic';
    font-size: 14px;
}

.payment-icon {
    width: 50px;
}

.payment-list {
    max-width: 250px;
}



@media screen and (max-width:710px) {

    .faq-label {
        width: 90%;
    }

    .faq-content {
        width: 80%;
    }

}

/* ─────────↑faq.html(よくある質問)───────── */

.pc {
    display: block;
}

.sp {
    display: none;
}

/* ─────────iPadレスポンシブ─────────*/


/* ─────────スマホレスポンシブ─────────*/

@Media screen and (max-width:710px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    header {
        padding: 0;
        bottom: 0;
    }

    .header-box {
        padding: 0;
    }

    h1 {
        padding: 0 0 0 10px;
    }

    h2 {
        font-size: 25px;
    }

    h2 .kana {
        font-size: .6em;
    }

    .h2-caption {
        font-size: .5em;
    }

    h4 {
        padding: 5px 0;
    }

    .service-text h5 {
        font-size: 17px;
    }

    .service-text p {
        font-size: 11px;
    }

    .btn-reserve {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 56px;
        left: 0;
        border-radius: 0;
        border: none;
        border-top: 1px solid var(--sub01);
    }

    .scrolldown1 {
        top: 105%;
    }

    .btn-reserve p {
        margin: 0 auto;
    }

    .page-header {
        position: relative;
        width: 100%;
    }

    .page-header .slide-img {
        height: 100px;
    }

    .bg-slider {
        height: 300px;
    }

    .appearance {
        object-position: 45% 0px;
    }

    .mv-img {
        width: 80%;
        padding-top: 80%;
    }

    .mv-lead {
        margin: 6px auto;
        font-size: 13px;
    }

    .mv-flex {
        padding-top: 26px;
    }

    #lead {
        margin: 250px 0 70px 14px;
    }

    h2.sectionTitle {
        font-size: 3.5em;
    }

    .lead-img {
        width: 70%;
    }

    .lead-text {
        margin: 47px 0 0 auto;
        width: 150%;
    }

    .leadFlex {
        margin-top: 6px;
    }

    #room {
        padding-top: 100px;
    }

    .flex-wrap-top {
        padding-top: 23px;
    }

    .textBox-flex {
        margin-top: -10px;
    }

    #service {
        padding: 31px 0 20px;
        background-attachment: local;
        margin-top: 140px;
    }

    .service-box {
        width: 40%;
    }

    #access {
        padding: 77px 0 120px;
    }

    #access h2 {
        margin: 0;
        text-align: center;
    }

    .accessmap {
        width: 90%;
    }

    .access-box {
        margin: 0 auto;
        padding: 32px;
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 370px;
        color: var(--------base);
    }

    .route {
        margin: 0 auto;
        padding: 18px 0 0 0;
    }

    .route .access-flex {
        justify-content: start;
    }

    .route-box {
        width: 48%;
    }

    .route-box h5 {
        font-size: 13px;
    }

    .airport::before {
        width: 18ox;
        height: 18px;
    }

    .route ul {
        margin: 0 0 10px 1em;
        width: 70%;
        font-size: 10px;
    }


    .gallery-name {
        font-size: 11px;
    }

    .gallery-box ul li {
        width: 100px;
        height: 100px;
    }


    address {
        margin: 10px 0 10px 18px;
    }

    .totop {
        bottom: 60px;
    }

}

@Media screen and (max-width:710px) {
    .point1 {
        padding: 2em 0 0 3em;
    }
}