@charset "utf-8";

.maintitle-box {
  margin-top: 181px;
}

.maintitle {
  color: #6E6767;
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 6.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.maintitle-jp {
   color: #6E6767;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */ 
}



@media screen and (max-width:769px) {
    .maintitle {
        font-size: 3.8rem;
        margin-top: -50px;
    }
}

.qa-box {
    width: 80%;     /* 適宜変更 */
    max-width: 800px; /* Q&A部分の最大幅 */
    margin: 0 auto; /* ←中央寄せの決定版 */
    margin-top: 85px;
}


.qa-1 {
    /* max-width: 500px; */
    margin-bottom: 29px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 4em;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.6rem;
}

.qa-1 p {
    color: #000;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #45311B;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 4em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
    font-size: 1.6rem;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}



@media screen and (max-width:769px) {

    .qa-box {
        margin-top: 52px;
    }
    }











/*=========================
footer
=========================*/
.footer {
    border-top: 1px solid #000;
    margin-top: 100px;
}

.footer_content {
    display: flex;
    margin: 0 auto;
}

.footer__logo {
    width: 35%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer__logo img {
    width: 280px;
    margin-right: 30px;
}

.footer__logo address {
    color: #6E6767;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 37px;
}



.footer__contact {
    border-left: 1px solid #000;
    flex: 1;
    padding-bottom: 47px;
}

.footer-reserve {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.footer-reserve li {
    position: relative;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.footer-reserve li:first-child::after {
    content: "";
    width: 1px;
    height: 150px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tell-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
}

.tell {
    display: flex;
    justify-content: center;
    color: #6E6767;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    gap: 3px;
}

.tell img {
    margin-top: 5px;
    width: 21px;
}

.Reserve-title {
    display: flex;
    justify-content: center;
    color: #6E6767;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    gap: 2px;
}

.Reserve-title img {
    width: 34px;
    margin-bottom: 5px;
}

.Reserve-title-jp {
    color: #6E6767;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.Reservation {
    color: #6E6767;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 38px;
}

.Reservation-tell {
    color: #6E6767;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.spfootericon {
    display: none;
}

/* footer sp */
@media screen and (max-width: 1068px) {
.btnReserve{
    font-size: 1.6rem;
}
}

/* footer sp */
/* @media screen and (max-width: 934px) {

     .footer_content{
        display: inline-block;
        width: 100%;
    }

    .footer-reserve {
        display: inline-block;
        width: 100%;
    }

    .footer__logo {
        flex-direction: row;
        width: 100%;
        display: flex;                 
        justify-content: center;       
        align-items: end; 
        margin-top: 31px;
        gap: 80px;           
    }   

    .footer__contact {
        border-left: none;
    }

     .footer-reserve li:first-child::after {
        content: none;
    }

    .footer-reserve li {
        margin-top: 20px;
    }
} */

@media screen and (max-width: 1029px) {

.footer__logo {
    width: 29%;
}


.footer-reserve li {
    padding: 0 6px;
}
}


/* footer sp */
@media screen and (max-width: 657px) {

    .footer_content{
        display: inline-block;
        width: 100%;
    }

    .footer-reserve {
        display: inline-block;
        width: 100%;
    }

    .footer__logo {
        flex-direction: row;
        width: 100%;
        display: flex;                 /* 横並び */
        justify-content: center;       /* 水平中央 */
        align-items: end; 
        margin-top: 31px; 
        gap: 0;              
    }

    .footer__logo img {
        width: 159px;
    }

    .footer__logo address {
        margin-top: 0;
        font-size: 1.2rem;
    }

    .Reservation {
        border: 1px solid #333; /* 枠線 */
        padding: 0 85px;          /* 内側の余白 */ 
        width: fit-content;       /* 内容に合わせた幅にする */
        margin: 0 auto;
        margin-top: 34px; 
        font-size: 2.8rem;  
    }

    .Reserve-title {
        line-height: 1;
    }

    .footer__contact { 
        border-left: none;
    }

    .footer-reserve li:first-child::after {
        content: none;
    }
    .footer-reserve div {
        margin-top: 17px;
    }

    .footer__contact {
        padding-bottom: 32px;
    }

    .btnReserve {
        display: none;
    }

    .tell-wrapper {
        display: none;
    }

    .spfootericon {
        display: flex;
        gap: 10px;              /* ボックス同士の間隔 */
        padding: 0;
        list-style: none;
    }

    .spfootericon__hair {
        width: 80px;            /* ボックスの大きさ */
        height: 80px;
        background-color: #908C81;     /* 上段の色（調整可） */
        display: flex;
        justify-content: center; /* アイコンを中央に */
        align-items: center;
        border-radius: 3px;     /* 角丸（必要なら） */
    }

    .spfootericon__facial {
        width: 80px;            /* ボックスの大きさ */
        height: 80px;
        background-color: #D8C6B3;     /* 上段の色（調整可） */
        display: flex;
        justify-content: center; /* アイコンを中央に */
        align-items: center;
        border-radius: 3px;     /* 角丸（必要なら） */
    }

    .spfootericon__hair a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .spfootericon__facial a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .spfootericon li img {
        width: 43%;         
        /* height: auto; */
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .spfootericon li:nth-child(2) img {
        width: 38%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        }

    .spfootericon li:nth-child(3) img {
        width: 70%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        }

    .footer-reserve li {
        padding: 0;
        margin-top: 0;
    }

}/* footer 657px */


.copy {
    padding: 6px 0;
    text-align: center;
    background-color: var(--primary-brown);
}

.copy small {
    color: #FFF;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
}

