@charset "utf-8";
@import url(destyle.css);

/* 共通 */
:root {
    --base: #fefeff;
    --main01: #886f36;
    --main02: #282A3A;
    --sub01: #bf9e52;
    --swiper-theme-color: #afc649;
}

html {
    overflow: overlay;
    scroll-behavior: smooth;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: var(--main02);
}

::-webkit-scrollbar {
    width: 10px;
    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-w.svg);
    background-color: #fff;
    background-size: contain;
    background-attachment: fixed;
    background-position: top center;
    letter-spacing: 0.05em;
}

.bg-w {
    background-image: url(../img/bg-w.png);
    background-color: #fff;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.icon {
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

.fadeBox {
    transform: translateX(-50px);
    opacity: 0;
    transition: opacity 1s, transform 0.5s;
}

.fadein {
    opacity: 1;
    transform: translateX(0);
}

h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    position: relative;
}

#top h2::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 40px;
    background-image: url(../img/h-flower.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}


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%;
    height: 200px;
}

.page-header-h {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 20;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(77, 73, 73, 0.8);
    text-align: center;
}

.page-header-h h2 {
    font-size: clamp(0.938rem, 0.733rem + 1.02vw, 1.5rem);
    line-height: .9;
}

.page-header-h h2 span {
    display: inline-block;
    font-size: 12px;
}

.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: 200px;
}

.page-box {
    margin: 10px;
    padding: 20px 0;
    background-color: var(--base);
}

.page-h2 {
    margin: 20px 0 10px;
    text-align: center;
}

.page-h2 p {
    height: 1.1em;
}


/* ─────────↓各コンテンツ見出し───────── */
.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;
}


/* ─────────↓spナビ──────── */

.menu {
    padding: 40px 0 0 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: -120%;
    z-index: 999999;
    color: var(--main02);
    transition: all 0.6s;
}

.menu.panelactive {
    top: 0;
}

.menu-nav li {
    height: 14%;
}

.nav-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-img {
    display: flex;
    margin: 20px;
    width: 50px;
    height: 50px;
    background: #1a1817;
    color: var(--base);
    text-align: center;
    justify-content: center;
    align-items: center;

    position: relative;
}

.menu-img:first-of-type {
    border-radius: 45% 55% 35% 65% / 60% 43% 57% 40%;
}

.menu-img:nth-of-type(2) {
    border-radius: 61% 39% 55% 45% / 44% 61% 39% 56%;
}

.menu-img:nth-of-type(3) {
    border-radius: 50% 50% 69% 31% / 50% 50% 38% 52%;
}

.menu-img:nth-of-type(4) {
    border-radius: 42% 58% 38% 62% / 55% 34% 66% 45%;
}

.menu-img:nth-of-type(5) {
    border-radius: 42% 58% 38% 62% / 55% 34% 66% 45%;
}


.menu-img:nth-of-type(6) {
    border-radius: 61% 39% 55% 45% / 44% 61% 39% 56%;
    width: 100px;
    height: 100px;
}

.menu-img:hover {
    background-color: var(--sub01);
    transition: .4s;
    animation: kururi 7s linear 0s infinite;
}


.menu-img img {
    transition: .2s;
    width: 50%;
    height: auto;
    animation: puru 0.7s linear 0s 1;
}

@keyframes puru {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    15% {
        transform: scale(0.9, 0.9) translate(0%, 5%);
    }

    30% {
        transform: scale(1.3, 0.8) translate(0%, 10%);
    }

    50% {
        transform: scale(0.8, 1.3) translate(0%, -10%);
    }

    70% {
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

@keyframes kururi {
    25% {
        border-radius: 46% 54% 35% 65% / 60% 43% 57% 40%;
    }

    50% {
        border-radius: 61% 39% 55% 45% / 44% 61% 39% 56%;
    }

    80% {
        border-radius: 47% 53% 42% 58% / 51% 50% 50% 49%;
    }
}

.menu-text {
    font-size: 26px;
    width: 60%;
}

.menu-text-kana {
    margin-top: 0em;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    font-size: 12px;
}

.menu-top {
    padding: 20px 0;
}


.nav-opacity {
    opacity: 1;
}



.navbtn {
    cursor: pointer;
    width: 100px;
    height: 100px;
    position: fixed;
    display: flex;
    z-index: 9999999999999;
    right: 0;
    top: 0;
    display: none;
}


.navbtn:hover {
    transform-origin: right top;
    animation: kasakasa 2.8s ease-in-out;
}

@keyframes kasakasa {
    14% {
        transform: rotate(7deg);
    }

    27% {
        transform: rotate(-5deg);
    }

    40% {
        transform: rotate(5deg);
    }

    52% {
        transform: rotate(-3deg);
    }

    62% {
        transform: rotate(3deg);
    }

    74% {
        transform: rotate(-2deg);
    }

    87% {
        transform: rotate(2deg);
    }

}

/* ─────────↑spナビ──────── */

/* ─────────↓ヘッダー──────── */
header {
    padding: 2px 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    z-index: 5;
}

.header-box {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

h1 {
    padding: 5px 0;
    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ナビ */

.header-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


nav ul {
    color: var(--base);
    padding: 2px 0;
    display: flex;
    text-align: center;
    font-size: 5px;
}

nav ul a {
    padding: 0px 10px;
    vertical-align: middle;
}

nav ul a li {
    width: 70px;
    text-align: center;
}

nav ul .nav-active {
    background-color: var(--main01);
    border-radius: 62% 38% 56% 44% / 48% 60% 40% 52%;
}

nav ul a li img {
    width: 36px;
}

.nav-icon {
    margin: 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}


nav ul a li span {
    font-size: 12px;
    position: relative;
    display: block;
    text-decoration: none;
    margin: 5px 0;
}

nav ul a li:hover .nav-icon {
    background: #1a1817bb;
    transition: .8s;
}

nav ul a li:hover .nav-icon img {
    transition: .2s;
    animation: purun 0.7s linear 0s 1;
}

@keyframes purun {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    15% {
        transform: scale(0.9, 0.9) translate(0%, 5%);
    }

    30% {
        transform: scale(1.3, 0.8) translate(0%, 10%);
    }

    50% {
        transform: scale(0.8, 1.3) translate(0%, -10%);
    }

    70% {
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

nav ul a li span:hover::after {
    transform: scale(1, 1);
}

/* ↑pcナビ */
/* ─────────↑ヘッダー──────── */

/* ─────────↓mv───────── */
.mv {
    position: relative;
}

@-webkit-keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

.mv .swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mv .slide-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 800px;
}

.mvcontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    color: #f9fafc;
    text-shadow: 1px 1px 1px rgba(4, 0, 24, 0.5);
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 80px;
    z-index: 5;
}

.scrolldown1 {
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 50px;
    z-index: 6;
}

.scrolldown1 span {
    position: absolute;
    left: -15px;
    top: -15px;
    color: #f9fafc;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
}

.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #eee;
    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;
    }
}

/* ─────────↑mv───────── */

/* ─────────↓各セクション設定───────── */
.toGallery-wrapper {
    margin: 0 auto;
    max-width: 1000px;
}

.toGallery-caption {
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
}

.toGallery-img {
    margin: 0 auto 28px;
    width: 70%;
}

.btn {
    width: 200px;
    text-align: center;
    margin: 30px auto 10px;
    padding: 14px 20px;
    display: block;
    background-color: #fff;
    color: #222;
}

#lead {
    padding: 70px 0;
    background-color: #fff;
    color: #111;
    text-align: center;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3px) * 0.3086)), 19px);
    line-height: 1.8em;
    /* position: relative; */
}

/* 画像スライダー */

/* コンテナー */
.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container::before {
    contain: '';
    background-image: url(../img/baliLine01.svg);
    background-size: contain;
    background-repeat: repeat-x;
    height: 50px;
    width: 100%;
    position: absolute;
    top: -100px;
    left: 0;
}

.line {
    position: absolute;
    background-size: contain;
    background-repeat: repeat-x;
    height: 30px;
    width: 100%;
    z-index: 9;

}

.lineUp {
    background-image: url(../img/gizaLine-up.svg);
    top: 0;
}

.lineDown {
    background-image: url(../img/gizaLine-down.svg);
    bottom: -9px;
}

.infinite-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.infinite-slider .swiper-slide {
    height: 320px !important;
    width: auto !important;
}

.infinite-slider .swiper-slide img {
    width: auto;
    height: 100%;
}

.lead-text {
    max-width: 600px;
    height: 400px;
    margin: 0 auto 50px;
    position: relative;
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.lead-copy {
    text-align: left;
    font-size: clamp(40px, calc(0.875rem + ((1vw - 3px) * 0.3086)), 40px);
    line-height: 1.2em;
    position: relative;
    max-width: 300px;
    z-index: 2;
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lead-caption {
    text-align: left;
    position: absolute;
    top: 40%;
    left: 30%;
    z-index: 2;
}

.bgBali {
    position: absolute;
    top: -60px;
    left: 16%;
    width: 600px;
    z-index: 1;
}

.copyLine {
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: #886f36;
    height: 2px;
    z-index: 10;
    width: 300px;
}

.top-1 h2 {
    color: var(--main02);
}

.top-1 .top-text {
    margin: 0 0 0 auto;
    text-align: right;
}

.top-2 {
    padding: 60px 0;
    background-image: url(../img/PROTO/flont01.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-color: #8a5c46;
    background-blend-mode: multiply;
    /* 背景色で乗算 */
    color: #fff;
}

.top-2 h2 {
    margin: 0 0 18px;
}

.top-2 h2::before {
    content: none;
}

.top-2 a p {
    padding: 0 20px;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 2em;
    font-size: 14px;
}

.top-2 h5 {
    text-align: center;
    font-size: 20px;
}

/* 
.top-2 h5:after {
    margin: 0 0 3px .2em;
    display: inline-block;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    vertical-align: middle;
    font-size: 20px;
    color: #c59668;
} */

/* ─────────↑各セクション設定───────── */

/* ─────────↓ニュース───────── */
.swiper-button-next,
.swiper-button-prev {
    color: var(--main01);
}

.center {
    margin: 0 auto 30px;
    max-width: 900px;
}

.news {
    position: relative;
    overflow: hidden;
}

.news-container {
    padding: 20px 20px;
    width: 100%;
    display: flex;
}

.news-li {
    padding: 7px 10px 4px;
    text-align: center;
    background-color: var(--base);
    box-shadow: 2px 2px 4px 1px #c3c9ce;
    box-sizing: border-box;
    position: relative;
}

.news-new {
    position: absolute;
    top: 2px;
    left: -7px;
    color: #fff;
    background-color: #f65246;
    width: 50px;
    height: 25px;
    border-radius: 25px;
    font-size: 13px;
    line-height: 1.7em;
}


.news-li:hover {

    transform: scale(1.1);
    transition: .3s;
}

.news-li h5 {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
}

.news-li img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.news-li time {
    font-size: 10px;
    font-weight: normal;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #777777;
}

/* モーダル */
.js_modalBtnWrap {
    max-width: 100%;
    height: 100%;
}

.js_modalBtnCont {
    display: block;
    color: #111;
    background-color: var(--base);
    transition: 0.3s;
}

.js_modalWrap {
    opacity: 0;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.js_modalWrap.active {
    animation: modalOpen 0.3s ease forwards;
}

.js_modalWrap.active2 {
    animation: modalClose 0.3s ease forwards;
}

.js_modalBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999999;
}

.js_modalContInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    max-width: 100%;
    background-color: var(--base);
    height: 75%;
    padding: 40px 20px 20px;
    z-index: 9999999999999;
}

.js_modalCont {
    margin: 0 auto;
    width: 70%;
    height: 100%;
    overflow-y: scroll;
    text-align: center;
}

.js_modalCont>*+* {
    margin-top: 10px;
}

.js_modalContInner>.js_modalClose+* {
    margin-top: 0;
}

.js_modalCont h5 {
    width: auto;
    height: 44px;
    padding: 0 0 0 11px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.js_modalCont h5::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    width: 9px;
    height: 22px;
    background-color: var(--main01);
}

.js_modalCont img {
    max-width: 400px;
}

.js_modalCont p {
    margin: 2em auto;
    width: 95%;
    letter-spacing: 0.2px;
    line-height: 1.7em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    text-align: left;
}

.js_modalClose {
    display: block;
    position: absolute;
    top: 10.5px;
    right: 10.5px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1001;
}

.js_modalClose::before,
.js_modalClose::after {
    content: "";
    background-color: #222;
    position: absolute;
    top: -5px;
    right: 10px;
    width: 1px;
    height: 30px;
}

.js_modalClose::before {
    transform: rotate(45deg);
}

.js_modalClose::after {
    transform: rotate(-45deg);
}

@keyframes modalOpen {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        z-index: 1000;
    }
}

@keyframes modalClose {
    0% {
        opacity: 1;
        z-index: 1000;
    }

    100% {
        opacity: 0;
    }
}

/* ↑モーダル */
/* ─────────↑ニュース───────── */

/* ─────────↓サービス───────── */

#service {
    padding: 70px 0;
    background-image: url(../img/mv03.jpg);
    background-size: cover;
    background-color: #8bb4abea;
    background-blend-mode: screen;
    background-attachment: fixed;
    background-position: bottom center;
    position: relative;
}


.service-main {
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-box {
    padding: 16px 0 10px;
    margin: 0 20px 20px;
    width: 320px;
    background-color: #fff;
}

.service-img {
    margin: 0 auto;
    width: 90%;
    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: center;
}

.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: center;
}


.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: 370px;
    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;
}

.service-list li img {
    margin-top: 5px;
    width: 42px;
    height: auto;
}


#equipment ul {
    margin: 0 auto;
    max-width: 340px;
    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: #fff;
    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;
    }
}

/*─────────↑サービス─────────*/

/*─────────↓アクセス─────────*/
.access {
    padding: 10px 0 0;
    position: relative;
    /*境界線用*/
}

.access-div {
    padding: 50px 0;
    text-align: center;
}

.access-text {
    padding: 30px 0;
}

.access-box {
    margin: 0 auto;
    padding: 60px;
    background-image: url(../img/map-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 700px;
    color: var(--base);
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 50.25%;
    /*地図の高さ*/
    position: relative;
}

.gmap iframe {
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.train-icon {
    display: inline-block;
    margin: .7em 0 0 .7em;
    position: relative;
}

.train-icon::before {
    content: '\f239';
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    position: absolute;
    top: -.1em;
    left: -1em;
}

/*─────────↑アクセス─────────*/

/*─────────↓footer─────────*/
footer {
    padding: 40px 20px 10px;
    background-image: url(../img/mv03.jpg);
    background-size: cover;
    background-color: #5b6468;
    background-blend-mode: multiply;
    color: #fff;
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer a {
    color: #ccc;
}

footer .footer-hotel {
    margin: 0 20px;
    width: 250px;
    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 {
    margin: 0 0 0 1.8em;
}

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: 10px 0 0 0;
    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;
}

#copy small {
    font-size: 11px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    opacity: .7
}


.smallList {
    margin: 40px 0 0;
    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: #ccc;
    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;
}

/*─────────↑footer─────────*/

/*─────────↓固定ボタン─────────*/
.totop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.95;
    z-index: 5;
}


.totop::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f139';
    font-size: 30px;
    color: var(--main01);
}


.reserve {
    display: inline-block;
    /* width: 60px;
    height: 150px; */
    background: var(--main01);
    color: var(--base);
    border-radius: 15px 0 0 15px;

    position: fixed;
    right: 0;
    bottom: 70px;
    z-index: 10;
}

.reserve-btn {
    position: relative;
    width: 50px;
    height: 175px;
}

.reserve-btn p {
    display: inline-block;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -32%);

    font-size: 15px;
    writing-mode: vertical-rl;
}

.reserve img {
    width: 18px;
    height: auto;
}

.reserve:hover {
    transform: translateX(2px);
    transition: .2s;
}

/*─────────↑固定ボタン─────────*/


.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;
}

/* ─────────↓faq.html(よくある質問)───────── */
#faq {
    margin: 40px auto 40px;
    padding: 20px 0;
    background-color: var(--base);
    color: var(--main02);
    width: 80%;
    border-radius: 20px;
}

#faq h2 {
    color: var(--main02);
}

.h2-caption {
    text-align: center;
    font-size: 14px;
}

.faq-caption {
    margin: 20px;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.5em;
}

.faq-check {
    display: none;
}

.faq-label {
    width: 80%;
    margin: -1px auto 0;
    padding: 10px 27px 10px 0px;
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    border-top: 1px solid #e6e3e1;
    position: relative;
    line-height: 1.5em;
}

.faq-label:first-of-type {
    border-top: none;
}

.faq-label::before {
    content: 'Q';
    color: rgb(49, 165, 232);
    font-size: 17px;
}

.faq-content {
    margin: 0 auto;
    padding: 0 1em 0 0;
    width: 75%;
    height: 0;
    opacity: 0;
    transition: .1s;
    visibility: hidden;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: .9em;
    line-height: 1.5em;
}

.faq-content::before {
    position: absolute;
    left: 1em;
    top: .8em;
    content: 'A';
    color: #eb3d46;
    font-size: 17px;
    font-weight: bold;
}

.faq-check:checked+.faq-label+.faq-content {
    margin: .5em auto;
    padding: 1em 0 1em 3em;
    height: 100%;
    opacity: 1;
    visibility: visible;
    background-color: #e6e3e1;
    border-radius: 10px;
}

.faq-label:after {
    font-size: 20px;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 100%;
    padding: 10px;
    position: absolute;
    right: 0;
    top: -2px;
}


.faq-check:checked+.faq-label:after {
    content: '\f068';
}


@media screen and (max-width:710px) {

    .faq-label {
        width: 90%;
    }

    .faq-content {
        width: 80%;
    }

}

/* ─────────↑faq.html(よくある質問)───────── */


/* ─────────↑privcypolicy.html(プライバシーポリシー)───────── */

.pc {
    display: block;
}

.sp {
    display: none;
}


/* ─────────スマホレスポンシブ─────────*/
@media screen and (max-width:1280px) {

    .mv .slide-img {
        height: 600px;
    }
}

@Media screen and (max-width:710px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .navbtn {
        display: block;
    }

    header {
        display: none;
    }

    #header {
        padding: 0;
    }

    h1 {
        margin: 0 0 0 50px;
    }

    h2 {
        font-size: 25px;
    }

    h2 .kana {
        font-size: .6em;
    }

    .h2-caption {
        font-size: .5em;
    }

    h4 {
        padding: 5px 0;
    }


    .page-header {
        position: relative;
        width: 100%;
        height: 100px;
    }

    .page-header-h {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .page-header-h img {
        display: block;
        width: 300px;
    }

    .page-header .slide-img {
        height: 100px;
    }


    .mv .slide-img {
        height: 300px;
    }

    .lead-copy {
        margin: 0 .2em;
    }

    .lead-caption {
        margin: 0 .2em;
        left: 50px;
        text-align: right;
    }

    .bgBali {
        width: 340px;
    }

    .copyLine {
        left: -10px;
    }

    .bg-slider {
        height: 300px;
    }

    .infinite-slider .swiper-slide {
        height: 180px !important;
        width: auto !important;
    }

    .news-li {
        height: 200px;
    }

    .news-new {
        position: absolute;
        top: 2px;
        left: 10%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        color: #fff;
        background-color: #f65246;
        width: 40px;
        height: 19px;
        border-radius: 25px;
        font-size: 11px;
        line-height: 1.7em;
    }

    .js_modalCont {
        width: 95%;
    }

    .tab-label {
        margin: 2px 0;
        padding: 10px .1em;
        display: inline-block;
        width: 31%;
        border-radius: 6px;
    }

    .top-box {
        padding: 0;
    }

    .covid-19 {
        font-size: 12px;
    }
}


@Media screen and (max-width:450px) {

    .news-li {
        height: 150px;
    }

    .news-li h5 {
        font-size: 13px;
    }

    .lead-caption {
        left: 0;
        text-align: left;
    }

    .bgBali {
        width: 221px;
        top: -43px;
        left: 13%;
    }

    .top-2 {
        background-attachment: scroll;
    }

    .top-2 h3:nth-of-type(1) {
        margin-top: 2em;
        height: 70vh;
        position: absolute;
        color: #ced3d6;
        top: 0;
        left: 1em;
        z-index: 5;
    }

    .top-2-h3 {
        top: 0;
    }

    .top-2 h3:nth-of-type(2) {
        margin-top: 2em;
        height: 70vh;
        position: absolute;
        top: 1.2em;
        left: 0;
        z-index: 5;
    }

    .top-3 {
        background-attachment: scroll;
    }

    .access-box {
        margin: 0 auto;
        padding: 32px;
        background-image: url(../img/map-bg-sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 370px;
        color: var(--base);
    }

    .gmap {
        padding-bottom: 160%;
        /*地図の高さ*/
    }

    .gallery-name {
        font-size: 11px;
    }

    .gallery-box ul li {
        width: 100px;
        height: 100px;
    }

    .access {
        flex-wrap: wrap;
        justify-content: center;
    }

    address {
        margin: 10px 0 10px 18px;
    }
}