


/*######################################################################
共通設定
######################################################################*/

:root {
    --width__main-content: min(100%, 1000px);
    --color__accent: #FF7BAC;
}

/* コンテンツ全体の調整 */
body {
    width: min(100%, 1920px);
    margin-inline: auto;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-optical-sizing: auto;
    color: #292929;
    background-color: #FFF;

    &.page { /* bodyが .page というクラス名を持っているときだけ */
        margin: 0 auto;
    }
}


h1 {
    margin: 0;
}

p, a, ul, ol, table {
    /* 400-768 */
    font-size: clamp(0.875rem, 0.739rem + 0.543vw, 1rem);
}

/* imgタグの調整 */
img {
    vertical-align: top;
    width: 100%;
}

.pc-only {
    display: block;
}
@media (max-width: 767px) {
    .pc-only {
        display: none;
    }
}
.sp-only {
    display: none;
}
@media (max-width: 767px) {
    .sp-only {
        display: block;
    }
}


/* 折り返し */
/* PC版でのみ表示 */
.pc {
    display: inline; /* PCでは表示 */
}

@media (max-width: 767px) {
    .pc {
        display: none; /* SPでは非表示 */
    }
}
/* SP版でのみ表示 */
.sp {
    display: none; /* PCでは非表示 */
}

@media (max-width: 767px) {
    .sp {
        display: inline; /* SPでは表示 */
    }
}

span.strong {
    font-weight: bold; /* 太字にする */
    font-size: 1em;  /* 強調のためにサイズを若干大きく（任意） */
}

/*------------------------------------------------------------
スクロールアニメーション
------------------------------------------------------------*/

/* フェードイン */
.fadein {
    opacity: 0;
    animation: fadein 1s ease-in forwards;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadein-scrollin {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;


    &.scrollin-left {
        transform: translate(-30px, 0);
    }

    &.scrollin-right {
        transform: translate(30px, 0);
    }

    &.scrollin-bottom {
        transform: translate(0, 30px);
    }

    &.scrollin {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/*######################################################################
コンテンツ
######################################################################*/
/*------------------------------------------------------------
header
------------------------------------------------------------*/
.site-header {
    display: flex;
    width: min(100%, 1920px);
    margin-inline: auto;
    padding: 0.5% 2% 0.5% 9%;
    align-items: center;
    /* gap: 42%; */
    flex-shrink: 0;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .site-header {
        padding: 4.2%;
    }
}

 /* ロゴ */
.header__logo {
    width: min(20%, 327px);
}
@media (max-width: 767px) {
    .header__logo {
        width: min(33%, 100px);
    }
}

/* 右側エリア */
.header__btn {
    display: flex;
    width: 50%;
    justify-content: right;
    place-items: center;
    gap: 2%;
}
@media (max-width: 767px) {
    .header__btn {
        display: none;
}
}

/* 電話 */
.btn-headerTel {
    width: 43%;
    padding-bottom: 3%;
}

 /* ご予約 */
.btn-headerWeb {
    width: 50%;
    cursor: pointer;
}

.btn-headerWeb:hover {
    opacity: 0.6;
}


/*------------------------------------------------------------
fv
------------------------------------------------------------*/
.fv {
    width: min(100%, 1920px);
    margin-inline: auto;
}

/*------------------------------------------------------------
menu
------------------------------------------------------------*/
.menu {
    position: relative;
    width: min(100%, 1920px);
    margin-inline: auto;
}
.menu-cta {
    /* display: flex; */
    position: absolute;
    width: min(32%, 631px);
    top: 1.5%;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .menu-cta {
        width: min(84%, 315px);
        top: 2.2%;
    }
}
.menu-btn__cta {
    max-width: 100%;
    margin-inline: auto;
}

/*------------------------------------------------------------
cta
------------------------------------------------------------*/
.cta {
    contain: content;
    position: relative;
    margin-inline: auto;
}
.cta__btn {
    display: flex;
    position: absolute;
    width: min(32%, 631px);
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .cta__btn {
        width: min(84%, 315px);
        top: 61%;
    }
}
.cta__btn02 {
    display: flex;
    position: absolute;
    width: min(32%, 631px);
    top: 63%;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .cta__btn02 {
        width: min(84%, 315px);
        top: 61%;
    }
}
.btn__cta {
    margin-inline: auto;
}

/*------------------------------------------------------------
message
------------------------------------------------------------*/
.message {
    width: min(100%, 1920px);
    margin-inline: auto;
}
@media (max-width: 767px) {
    .message-content {
        width: 100%;
        padding: 0;
    }
 }

/*------------------------------------------------------------
access
------------------------------------------------------------*/
.access {
    width: min(100%, 1920px);
    margin-inline: auto;
}
.info__map {
    width: min(38%, 730px);
    margin: 4% auto 0;
    aspect-ratio: 10 / 6;
    overflow: hidden;
}
@media (max-width: 767px) {
    .info__map {
        width: min(68%, 255px);
    }
}
.info__map iframe {
    width: 100%;
    aspect-ratio: 10 / 6;
    overflow: hidden;
}
.access__content {
    width: min(100%, 1920px);
    display: flex;
    justify-content: left;
    margin-top: 5%;
    padding-bottom: 10%;
    gap: 9%;
}
@media (max-width: 767px) {
    .access__content {
        width: min(100%, 375px);
        display: flex;
        flex-direction: column-reverse;
        gap: 9%;
    }
}
.access__pic {
    width: 42%;
    padding-left: 3%;
}
@media (max-width: 767px) {
    .access__pic {
        position: relative;
        width: 90%;
        padding-left: 0;
        margin-top: 10%;
    }
}
@media (max-width: 767px) {
    .access__tel {
        position: absolute;
        top: 24%;
        left: 53%;
        transform: translateX(-50%);
        font-size: 11px;
        /* background-color: #FF7BAC; */
    }
    .access__tel a {
        text-decoration: none;
        font-size: 12px;
        color: #292929;
        font-weight: 300;
    }
}


.access__info {
    width: 39%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .access__info {
        width: 90%;
        margin-inline: auto;
        margin-top: 4%;

    }
}

.info-table {
    width: 100%;
    margin: 0 !important;
    border-collapse: collapse;
}
th {
    width: 21%;
    font-weight: 600;
    /* 20-10px */
    font-size: clamp(0.625rem, 0.209rem + 0.867vw, 1.25rem);
    padding: 4% 1% 4% 2%;
    border-bottom: 1px #000 solid;
    text-align: left;
}
@media (max-width: 767px) {
    th {
        width: 22%;
        padding: 4% 1% 4% 0%;

    }
}
td {
    width: 70%;
    margin: 0 !important;
    padding: clamp(0.313rem, -0.103rem + 0.867vw, 0.938rem) 0;
    font-weight: 300;
    /* 20-10px */
    font-size: clamp(0.625rem, 0.209rem + 0.867vw, 1.25rem);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-left: 0;
}
@media (max-width: 767px) {
    th {
        font-size: 11px;
    }
    td {
        font-size: 11px;
    }
}
dd a {
    text-decoration: none;
}




/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.footer {
    padding: 1.5rem 0;
    background-color: #e3c4aa;
    color: #FFF;
    font-family: "Shippori Mincho";
    font-style: normal;
}
@media (max-width: 767px) {
    .footer {
        padding: 1.2rem 0;
    }
 }

.footer__nav {
    font-size: clamp(0.875rem, 0.765rem + 0.49vw, 1rem);
    letter-spacing: 0.8px;
    
    ul {
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;

        li:not(:last-child)::after {
            content: "　　";
        }
    }

    a {
        text-decoration: none;
        transition: 0.2s;

        &:hover {
            color: lightgray;
        }
    }
}
@media (max-width: 767px) {
    .footer__nav a {
        font-size: 14px!important;
    }
 }

.copyright__p {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    font-size: clamp(0.875rem, 0.018rem + 1.786vw, 1.625rem) !important;
}
@media (max-width: 767px) {
    .copyright__p {
        margin-top: 0;
        font-size: 12.5px !important;
    }
 }

.follow__btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1rem 0;
}

