@charset "UTF-8";
/* =======================================================
Articleheader
========================================================*/
.mainVisual__sp {
    width: 100%;
}

.mainVisual__pc {
    display: none;
}

/*Article header pc */
@media screen and (min-width:769px) {
    .mainVisual__pc {
        display: block;
        width: 100%;
        margin-top: -100px;
    }

    .mainVisual__sp {
        display: none;
    }
}

@media screen and (min-width:1300px) {
    .mainVisual {
        height: 700px;
        overflow: hidden;
    }

    .mainVisual__pc {
        display: block;
        width: 100%;
        margin-top: -170px;
    }
}
/* =======================================================
About
========================================================*/
.section--about {
    padding:  60px 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.topic {
    color: var(--primary-black);
    text-align: center;
    font-family: Lora;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 3.3px;
}

.mainCaption {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainCaption__subtittle {
    font-family: "Shippori Mincho";
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 25px; 
}

.mainCaption__txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 28px; 
    margin: 20px 0 0;
    }

/* About pc */
@media screen and (min-width:769px) {
    .section--about {
        display: flex;
        padding: 100px 0px;
        flex-direction: column;
        align-items: center;
    }
    .topic {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: 6px;
    }

    .topic span {
        font-size: 1.6rem;
        line-height: 40px;
    }

    .mainCaption {
        display: flex;
        width: 600px;
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
    }

    .mainCaption__subtittle {
        font-size: 2rem;
        font-weight: 600;
        line-height: 29px;
    }
    .mainCaption__txt {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 45px; 
        margin-top: 32px;
    }
}

/* こだわり */
.commitment {
    display: flex;
    padding-bottom: 60px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
.commitment__sp {
    width: 200px;
}

.commitment__list {
    margin: 30px ;
}

.commitment__group {
    margin-top: 30px;
    margin-left: 20px;
}

.commitment__box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.commitment__number {
   width: 50px;
}

.commitment__subtittle {
    color: var(--primary-brown);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 36px;
}

.commitment__img {
    width: 280px;
    margin-top: 20px;
}

.group__txt {
    display: flex;
    width: 280px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
    margin: -20px 0 0 20px;
}

.commitment__txt {
    color: var(--primary-brown);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 27px;
    }

    .commitment__txt:last-of-type {
        display: block;
    }

    .menu__btn--another {
   margin-left: auto;
   margin-top: 10px;
   padding: 10px;
    }

    /*こだわり pc  */
    @media screen and (min-width:769px) {
        .commitment {
            display: flex;
            flex-direction: column;
            align-items: center;
            align-self: stretch;
            padding:0 0 60px;
        }

        .commitment__list {
            display: flex;
            padding: 60px  8%;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%;
            margin: 0;
            flex-wrap: wrap;
            gap: 30px;
        }

        .commitment__group {
            margin-top: 0;
            margin-left: 0;
        }

        .commitment__subtittle {
            text-align: center;
            font-size: 2rem;
            line-height: 38px;
        }

        .group__txt {
            padding: 20px;
        }

        .commitment__txt {
            font-size: 1.4rem;
            font-weight: 600;
            line-height: 27px;
            }

    }

    @media screen and (min-width:800px) {
        .commitment__list {
            gap: 70px;
        }
    }

    @media screen and (min-width:1000px) {
        .commitment__list {
            width: 100%;
        }
    }

    @media screen and (min-width:1000px) {
        .commitment__list {
            gap: 90px;
        }
    }

    @media screen and (min-width:1200px) {
        .commitment__list {    
            flex-wrap: nowrap;
        }
    }

    /* 注意事項 */
    .precautions {
        padding:30px 8%;
        border: 1px solid var(--primary-brown);
        margin: 0 8%;
    }
    
    .precautions__tittle {
        color: var(--primary-white);
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 2px;
        background-color: var(--primary-lightbrown);
        display: flex;
        height: 60px;
        justify-content: center;
        align-items: center;
    }

    .precautions__box {
        margin-top: 30px;
    }

    .precautions__txt {
        color: var(--primary-brown);
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 29px; 
    }

     .precautions__txt:last-of-type {
        margin-top: 3px;
    }

    /*注意事項 pc */
    @media screen and (min-width:769px) {
    .precautions  {
        padding: 30px 2.5%;
    }

    .precautions__txt {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 31px;
    }
}
 /* =======================================================
Algotherm
========================================================*/
.section--algotherm {
    background-image: url(../images/sea3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 8%;
}

.topic--name {
    color: var(--primary-white);
    text-align: center;
    font-family: Lora;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 3.3px;
}

.algotherm__box {
    background-color: rgba(50, 93, 108, 0.50);
    padding: 40px  8%;
}

.algotherm__txt {
    color: var(--primary-white);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    font-size: 1.4rem;
    line-height: 28px; 
    margin-top: 40px;
}

.algotherm__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.algotherm__img:last-of-type {
    margin-top: 40px;
}

/* Algotherm pc */
@media screen and (min-width:769px) {
    .section--algotherm  {
        padding: 100px 5.3%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .topic--name {
        text-align: center;
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: 3.3px;
    }

    .algotherm__box {
        padding: 90px  5.3%;
        max-width: 1200px;
    }

    .algotherm__txt {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
        font-size: 1.8rem;
        line-height: 44px; 
        margin-top: 90px;
    }

    .algotherm__group {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        margin-top: 40px;
        justify-content: space-between;
    }

    .algotherm__img {
        width: 47%;
    }

    .algotherm__img img {
         width: 100%;
    }
}
/* =======================================================
topTherapist
========================================================*/
.topTherapist {
    position: relative;
}

.topTherapist__box {
position: absolute;
display: flex;
align-items: center;
top: 0;
bottom: 0;
right: 50px;
}

.topic--therapist {
    color:var(--primary-darkGreen);
    text-align: center;
    font-family: Lora;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 3.3px;
    position: relative;
}

.topic--therapist::after {
        position: absolute;
        content: '';
        display: inline-block;
         width: 13px;
         height: 13px;
         background-image: url(../images/menu_arrow.svg);
         background-repeat: no-repeat;
         background-size: contain;
         background-position: center;
         margin-left: 20px;
         bottom: 20px;
}


.topTherapist__spimg {
    width: 100%;
}

.topTherapist__pcimg {
    display: none;
}

/*topTherapist pc */
@media screen and (min-width:769px) {
    .topTherapist__box {
        top: 0;
        bottom: 0;
        right: 100px;
        margin: 60px;
        }

        .topTherapist__box::after {
             width: 15px;
             height: 15px;
             margin-left: 20px;
        }

    .topTherapist__pcimg {
        display: block;
        width: 100%;
        height: 500px;
        overflow: hidden;
    }

    .topTherapist__spimg {
        display: none;
    }

 .topic--therapist::after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        bottom: 30px;
        margin-left: 20px;
 }
}

