@charset "utf-8";
@import url(destyle.css);

/* 共通 */
:root {
    --base: #fff;
    --main01: #d13131;
    --main02: #000;
    --sub01: #fff;
    --swiper-theme-color: #10d63b;
}

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(--main01);
    border-radius: 4px;
}

body {
    background-image: url(../img/bg_main.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: var(--base);
    background-size: cover;
    /* 画像を全画面に広げる */
    background-position: center;
    /* 画像を中央に配置 */
    letter-spacing: 0.05em;
}


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;
}


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(--main01);
    /* 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;
    padding: 10px 10px 10px 10px;
    width: 100%;
    z-index: 5;
    position: sticky;
    top: 0;
    background-color: #ffffff98;
}

.header-box {
    padding: 0 10px 0;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
}

h1 img {
    height: 40px;
    width: auto;
}

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;
}

#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: #ffffff00;
    font-weight: bold;
    border: var(--main01) 1px solid;
    color: var(--main01);
    display: flex;
    align-items: center;
}

.btn-reserve:hover {
    background-color: #d13131;
    color: var(--base);
    transition: .3s;
}


.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: 60px 0 0 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.63);
    color: var(--base);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 5;
}

#navSp ul li {
    margin: 0 0 1em;
    padding: .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───────── */
.mv {
    margin: 20px 0 0;
}

.mv-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mv-lead {
    margin: 0 0 0 auto;
    width: 30%;
    text-align: center;
    line-height: 1.8em;
    font-size: 20px;
    position: relative;
}

.mv-lead p:nth-of-type(1) {
    margin: 0 0 .4em;
}

.mini {
    font-size: .7em;
}

.opendate {
    font-weight: bold;
    font-size: 1.7em;
}

.open {
    display: block;
    margin: 0.2em 0 0;
    font-size: 1.8em;
}

.mv-img {
    margin: 0 auto;
    clip-path: polygon(2% 0, 98% 0, 100% 5%, 100% 98%, 98% 100%, 2% 100%, 0 98%, 0 2%);
    width: 60%;
    height: auto;
    padding-top: 40%;
    background-size: cover;
    background-position: center;
    background-image: url("../img/appearance.jpg");
}


/* ─────────↑mv───────── */

/* ----------news*/
.news {
    padding-top: 50px;
    margin: 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news p {
    margin: 10px;
}

.news h3,
#topGallery h3 {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}

.news h3 {
    margin: 0 1em 0 0;
}

.news h3 span,
#topGallery h3 span {
    display: block;
    font-size: 12px;
}

.news ul li {
    margin: .5em 0;
    display: flex;
    justify-content: left;
}

.news ul li time {
    margin: 0 .5em 0 0;
    font-size: 11px;
    letter-spacing: .05em;
}

.news ul li .title {
    margin: 0 0 0 1em;
}

.news-tag {
    margin: 0;
    padding: 0 .7em;
    width: 40px;
    height: 22px;
    font-size: 10px;
    letter-spacing: 0;
    background-color: #ff8b61;
    color: #fff;
    font-size: 10px;
}

.tag-campaign {
    width: 60px;
    background-color: #52a8ea;
}

.btn-about {
    margin: 10px 0 0 0;
    display: inline-block;
    font-weight: bold;
    background-color: #ffffff;
    color: var(--main01);
    border: var(--main01) 1px solid;
    padding: 14px 38px 14px 38px;
    position: relative;
}

.btn-about:hover {
    background-color: #d13131;
    color: var(--base);
    transition: .3s;
}

.btn-about p {
    font-size: 15px;
    text-align: center;
    line-height: 47px;
}



/* ─────────↓各セクション設定───────── */

.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: 230px;
    height: 50px;
    z-index: 6;
}

.scrolldown1 span {
    position: absolute;
    left: -15px;
    top: -20px;
    color: var(--main01);
    font-size: 0.7rem;
    letter-spacing: 0.05em;
}

.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: var(--main01);
    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;
    }
}

/* ─────────↑各セクション設定───────── */

#lead {
    margin: 120px 0 70px 0;
    padding: 6em 0;
    position: relative;
    z-index: -1;
}

/* フェードインライン */
.fadeInLine {
    animation-name: InLine;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes InLine {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* スクロールしたら出現する要素にはじめに透過0を指定 */
.fadeInlineTrigger {
    opacity: 0;
}

.leadFlex {
    display: flex;
    flex-wrap: wrap;
}

.lead-img {
    max-width: 400px;
    clip-path: polygon(0% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 100%, 0 5%);
    z-index: -1;
}

.lead-text {
    align-self: flex-end;
    margin: 0 0 0 auto;
    padding: 0 2em;
    width: 50%;
    line-height: 1.8em;
}

.lead-line {
    margin: 0 0 2em -1em;
    display: block;
    color: var(--main02);
    font-size: .5em;
    position: relative;
    z-index: 1;
}

.lead-line span {
    background-color: var(--sub01);
}

.lead-line::before {
    content: '';
    width: 60%;
    height: 1px;
    background-color: var(--main02);
    position: absolute;
    top: 50%;
    left: 36%;
    z-index: -1;
}

/*─────────客室─────────*/
/*  
#room span.main::after {
    content: url(../img/title_underLine.png);
    display: inline-block;
    width: 150px;
    height: 1px;
    position: relative;
    top: 10px;
    left: -141px;
}
*/
#room {
    position: relative;
}

h3.title {
    font-size: 80px;
    font-weight: normal;
    color: rgb(0 46 51 / 31%);
    white-space: nowrap;
    position: absolute;
    right: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    padding-right: 0.08em;
}

h3.title span.point01 {
    color: #000f337d;
}

/* フェイドイン */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* スクロールしたら出現する要素にはじめに透過0を指定 */
.fadeInTrigger {
    opacity: 0;
}

.delay01 {
    animation-delay: 0.7s;
}

.delay02 {
    animation-delay: 0.3s;
}

.delay03 {
    animation-delay: 1.1s;
}

.delay04 {
    animation-delay: 1.5s;
    display: inline-block;
}

.flex-wrap-top {
    width: 40%;
    max-width: 300px;
    min-width: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.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: 70%;
    height: auto;
}

.flex-Box {
    display: flex;
    flex-wrap: wrap;
    padding: 17px 20px 0px 20px;
    justify-content: center;
}

.flex-wrap-L {
    width: 30%;
    max-width: 310px;
    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;
}

.btn-price {
    margin-top: 45px;
    margin-left: 20px;
    width: 257px;
    height: 47px;
    background-color: #fff;
    font-weight: bold;
    border: var(--main01) 1px solid;
    color: var(--main01);
    text-align: center;
}

.btn-price:hover {
    background-color: #d13131;
    color: var(--base);
    transition: .3s;
}

.btn-price p {
    font-size: 15px;
    text-align: center;
    line-height: 47px;
}

p.lead-copy {
    padding: 0 15px;
    line-height: 1.8em;
    white-space: nowrap;
}

/*─────────↑客室─────────*/

/* ─────────↓サービス───────── */

#service {
    padding: 115px 0 50px;
}

span.point {
    color: #f2b9066e;
}

span.main {
    font-size: 20px;
}

#service span.main::after {
    content: url(../img/title_underLine.png);
    display: inline-block;
    width: 150px;
    height: 1px;
    position: relative;
    top: 10px;
    left: -253px;
}

.service-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-box {
    padding: 0 0 1.5em;
    margin: 10px;
    width: 30%;
    background-color: #c6c6c652;
}

.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;
}

.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);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}


.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;
    font-weight: normal;
}

#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;
}


.fadeLeftTrigger {
    opacity: 0;
}

.flipLeft {
    animation-name: flipLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    perspective-origin: left center;
    opacity: 0;
}

@keyframes flipLeftAnime {
    from {
        transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
        opacity: 0;
    }

    to {
        transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
        opacity: 1;
    }
}

/*─────────↑サービス─────────*/
/*─────────↓利用─────────*/
#use {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.use-list {
    width: 100%;
    overflow-x: hidden;
}

ul.swiper-wrapper {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
}

li.swiper-slide {
    width: 20%;
    max-width: 300px;
    height: 300px;
    background-color: #c6c6c652;
    border: 1px solid var(--main01);
    margin: 10px 10px;
    position: relative;
    text-align: center;
}

li img.item {
    width: 80%;
    text-align: center;
    position: absolute;
    left: 10%;
    top: 5%;
}

.copyBox {
    margin-top: 63%;
}

p.useCopy {
    margin: 0 auto;
    font-size: 15px;
    color: var(--main02);
}

h4.titleicon {
    display: inline-block;
    padding-bottom: 0.5em;
}

/*─────────↑利用用途─────────*/
/*─────────↓アクセス─────────*/
#access {
    padding: 200px 0 1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 50px;
}

.map {
    max-width: 800px;
    height: 400px;
    margin: 0 auto;
    margin: -93px auto 0px;
    width: 60%;
    min-width: 300px;
}

.map img {
    width: 100%;
    border: 1px solid var(--main01);
}

.route {
    margin: 1em auto;
    width: 160px;
}

.route p {
    line-height: 1.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;
}

#access span.main::after {
    content: url(../img/title_underLine.png);
    display: inline-block;
    width: 150px;
    height: 1px;
    position: relative;
    top: 10px;
    left: -134px;
}

/*─────────↓footer─────────*/
footer {
    background-image: url(../img/bg-yellowline.png);
    background-repeat: repeat-y;
    padding: 43px 30px 30px;
    background-color: #ffffff1c;
    color: var(--main02);
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer a {
    color: var(--main02);
}

footer .footer-hotel {
    margin: 0 40px 40px;
    width: 250px;
    font-size: 13px;
}

footer figure {
    text-align: center;
}

footer #footer-logo {
    max-width: 200px;
}

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(--main02);
    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(--main02);
    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 {
    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(--main02);
}

.groupHotel img {
    margin: 0 3px 10px;
    width: 140px;
    height: auto;
}

.groupHotel .mini {
    margin: 5px 0 .5em .6em;
    font-size: 11px;
}

.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(--main02);
}

/*─────────↑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(--main01);
}



/*─────────↑固定ボタン─────────*/


.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;
}

/* ─────────スマホレスポンシブ─────────*/

@Media screen and (max-width:710px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    header {
        padding: 10px;
        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;
    }

    .scrolldown1 {
        top: 150px;
    }

    h3.title {
        font-size: 40px;
        top: 192px;
    }

    h4 {
        padding: 5px 0;
    }

    .flex-wrap-top {
        margin-top: 32px;
    }

    .flex-Box {
        padding: 0px 55px 0px 20px;
    }

    .btn-reserve {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 56px;
        left: 0;
        border-radius: 0;
        border: none;
        border-top: 1px solid var(--main01);
        background-color: var(--base);
    }

    .btn-reserve p {
        margin: 0 auto;
    }

    .page-header {
        position: relative;
        width: 100%;
    }

    .page-header .slide-img {
        height: 100px;
    }

    .bg-slider {
        height: 300px;
    }

    .mv-img {
        width: 80%;
        padding-top: 80%;
    }

    .mv-lead {
        margin: 40px auto;
        width: 80%;
        order: 2;
    }

    #lead {
        margin: 70px 0 70px 14px;
    }

    .lead-img {
        width: 70%;
    }

    .lead-text {
        margin: 100px 0 0 auto;
        width: 80%;
    }

    .flex-wrap-L {
        margin: 30px 68px 0 0;
    }

    .flex-wrap-R {
        padding-left: 17px;
        padding-top: 30px;
    }

    .btn-price {
        margin-top: 20px;
        width: 163px;
        height: 34px;
        font-weight: bold;
        box-shadow: 1.5px 1.5px 1.5px 0 #8e8b8578;
    }

    .btn-price p {
        font-size: 10px;
        line-height: 34px;
    }

    p.lead-copy {
        padding-right: 20px;
        font-size: 13px;
    }

    .news {
        display: block;
        text-align: center;
        padding: 30px;
    }

    .news h3 {
        margin: 0 0 .5em 0;
    }

    .news ul {
        margin: 0 auto;
    }

    .news ul li {
        flex-wrap: wrap;
    }

    .news ul li .title {
        margin: 0 0 0 .3em;
        letter-spacing: 0;

    }


    #service {
        margin-bottom: 40px;
    }

    .service-box {
        width: 40%;
    }

    p.useCopy {
        font-size: 12px;
    }

    #access {
        padding: 47px 0 1px;
        padding-bottom: 15px;
    }

    #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 {
        padding: 7px 0 0 0;
        font-size: 12px;
        text-align: center;
    }

    .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:430px) {
    li.swiper-slide {
        height: 230px;
    }

    p.useCopy {
        font-size: 11px;
    }

    #access {
        padding: 47px 0 1px;
        padding-bottom: 15px;
    }
}