@charset "UTF-8";

/* ===========================
main
============================*/
/* sectionIbtt */
.topic {
    width: 61.8%;
    height: auto;
    text-transform: uppercase;
    text-align: center;
    font-family: Marcellus;
    font-size: 2.2rem;
    letter-spacing: 4.4px;
    margin: 35px auto 0;
}

.spImg__main {
    width: 82.6%;
    margin-top: 19px;
    border-radius: 0px 1px 1px 0px;
}

/* 画像ZoomInアニメ */
.mainVisual__outer {
    overflow: hidden;
}

.mainVisual__outer img {
    /* img要素に以下のアニメーションプロパティが適用されます: */
    animation: zoom-in 4s linear 0s 1 normal both;
}

.section--ibtt h3 {
    text-align: right;
    font-family: "Noto Serif JP";
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.8; /* 36px */
    letter-spacing: 4px;
    margin-top: 40px;
    margin-right: 9.3%;
}

.section--ibtt p {
    text-align: right;
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    letter-spacing: 1.02px;
    margin-top: 30px;
    width: 68.5%;
    margin: 30px 9.3% 0 auto;
}

/* sectionIbtt pc*/
@media screen and (min-width:1025px) {
    .topic {
        width: 63.4%;
        font-size: 3rem;
        letter-spacing: 21px;
        margin: 110px auto 0;
    }

    .mainVisual__outer {
        width: 59.4%;
    }
    
    .pcImg__main {
        width: 100%;
        margin-top: 160px;
        border-radius: 0px 1px 1px 0px;
    }

    .main__outer {
        display: flex;
        flex-direction: row;
    }

    .main__caption {
        display: flex;
        flex-direction: column;
        width: 39.6%;
        justify-content: flex-end;
    }
    
    .section--ibtt h3 {
        margin-top: 0;
        margin-right: 9.1%;
    }
    
    .section--ibtt p {
        width: 79.3%;
        margin: 70px 9.3% 0 auto;
        padding-bottom: 14%;
    }
}
/* pc 1025px */

/* sectionIbtt tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .topic {
            width: auto;
            margin: 65px auto 0;
        }

        .mainVisual__outer {
            width: 68%;
        }

        .main__outer {
            display: flex;
            flex-direction: row;
        }
        
        .spImg__main {
            display: block;
            width: 100%;
            margin-top: 100px;
        }

        .main__caption {
            display: flex;
            flex-direction: column;
            width: 41.6%;
            justify-content: flex-end;
        }
        
        .section--ibtt h3 {
            margin-top: 147px;
            margin-right: 14.6%;
        }
        
        .section--ibtt p {
            width: 72%;
            margin: 30px 14.6% 0 auto;
        }
}
/* tb 768px-1024px */

/* sectionIbttdesk */
.section--ibttdesk {
    width: 91.4%;
    margin: 120px auto 0;
 }

.contents__title {
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.8; /* 30.6px */
    letter-spacing: 3.4px;
}

.contents__txt {
    font-size: 1.6rem;
    letter-spacing: 0.96px;
}

.contents__txt--ibtt {
    margin-top: 30px;
}

.main small {
    color: var(--primary-blackLow);
    font-size: 1.5rem;
    letter-spacing: 0.9px;
}

.ibttTxt {
    margin-top: 16px;
    display: inline-block;
}

.bold {
    font-weight: 700;
}

.course__outer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
}

.ibttcourse_outer {
    display: flex;
    padding: 5.5px 20px;
    align-items: center;
    border-radius: 10px;
    background: var(--primary-beige);
    box-shadow: 0px 2px 2px 0px #C1B7A4;
}

/* sectionIbttdesk pc*/
@media screen and (min-width:1025px) {
    .section--ibttdesk {
        margin: 190px auto 0;
        width: 78.3%;
        max-width: 1800px;
    }
    
    .contents__title {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.5; /* 30.6px */
        letter-spacing: 2px;
    }
    
    .contents__txt--ibtt {
        margin-top: 50px;
    }
    
    .ibttTxt {
        margin-top: 0;
    }

    .course__outer {
        display: grid;
        gap: 14px;
        width: 101.5%;
    }

    .ibttcourse_outer:first-of-type {
        margin-top: 0;
        grid-row: 1/2;
        grid-column: 1/2;
    }
    
    .ibttcourse_outer:nth-of-type(2) {
        grid-row: 2/3;
        grid-column: 1/2;
    }

    .ibttcourse_outer:nth-of-type(3) {
        grid-row: 1/2;
        grid-column: 2/3;
    }

    .ibttcourse_outer:nth-of-type(4) {
        grid-row: 2/3;
        grid-column: 2/3;
    }

    .ibttcourse_outer {
        width: 100%;
        height: 59px;
        padding: 0px 20px;
    }
}
/* pc 1025px */

/* sectionIbttdesk tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--ibttdesk {
            margin: 150px auto 0;
            width: 89.2%;
        }
        
        .contents__txt--ibtt {
            margin-top: 50px;
        }
        
        .ibttTxt {
            margin-top: 0;
        }

        .course__outer {
            display: grid;
            row-gap: 24px;
            width: 100%;
            column-gap: 19.5px;
        }

        .ibttcourse_outer:first-of-type {
            margin-top: 0;
            grid-row: 1/2;
            grid-column: 1/2;
        }
        
        .ibttcourse_outer:nth-of-type(2) {
            grid-row: 2/3;
            grid-column: 1/2;
        }

        .ibttcourse_outer:nth-of-type(3) {
            grid-row: 1/2;
            grid-column: 2/3;
        }

        .ibttcourse_outer:nth-of-type(4) {
            grid-row: 2/3;
            grid-column: 2/3;
        }

        .ibttcourse_outer {
            height: 59px;
            padding: 0px 20px;
        }
}
/* tb 768px-1024px */

/* sectionFascia */
.fasciaImg {
    width: 64%;
    margin: 120px 0 0 auto; 
    display: block;
}

.fascia__contents {
    width: 91.4%;
    margin: 26px auto 0;
    position: relative;
}

.fascia__contents p {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fascia__contents small::after {
    content: "";
    background-image: url(../images/salon/ibtt__decorationsp01.png);
    width: 157px;
    height: 182px;
    position: absolute;
    bottom: -160px;
    right: -4%;
    background-size: contain;
    background-repeat: no-repeat;
}

/* sectionFascia pc*/
@media screen and (min-width:1025px) {
    .section--fascia {
        display: flex;
        flex-direction: row-reverse;
    }
    
    .fasciaImg {
        width: 35.4%;
        margin: 178px 0 0 auto; 
        max-width: 620px;
        object-fit: contain;
    }
    
    .fascia__contents {
        width: 47.5%;
        margin: 260px auto 0 10.8%;
    }
    
    .fascia__contents p {
        margin-top: 50px;
    }
    
    .fascia__contents small::after {
        background-image: url(../images/salon/ibtt__decorationpc01.png);
        width: 48.4%;
        height: 25.6vw;
        max-width: 500px;
        bottom: -60%;
        left: -23%;
    }
}
/* pc 1025px */

/* sectionFascia tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--fascia {
            display: flex;
            flex-direction: row-reverse;
            margin-top: 150px;
        }
    
        .tbImg {
            width: 34%;
            margin: 65px 0 0 6.5%;
            object-fit: contain;
        }

        .fasciaImg {
            display: none;
        }
        
        .fascia__contents {
            width: 53.7%;
            margin: 0 0 0 5.5%;
        }
        
        .fascia__contents p {
            margin-top: 50px;
        }
    
        .fascia__contents small::after {
            background-image: url(../images/salon/ibtt__decorationpc01.png);
            width: 245px;
            height: 223px;
            bottom: -42%;
            left: -44px;
        }
}
/* tb 768px-1024px */

/* sectionTrouble */
.section--trouble {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 170px;
}

.contents__txt--t01 {
    margin-top: 30px;
    width: 78.6%;
}

.txt__outer {
    padding: 10px;
    border-radius: 1px;
    background: var(--primary-beigeSalon);   
    margin: 30px 4.2% 0;
}

.contents__txt--t02 {
    margin-top: 0;
}

.contents__txt--t02 span {
    margin-top: 16px;
    display: inline-block;
    text-indent: -18px;
    width: 92.9%;
    margin-left: 18px;
}

.contents__txt--t02 span:first-of-type {
    margin-top: 0;
}

/* sectionTrouble pc*/
@media screen and (min-width:1025px) {
    .section--trouble {
        margin-top: 228px;
    }

    .contents__txt--t01 {
        margin-top: 50px;
        width: auto;
    }

    .txt__outer {
        margin: 20px 10.3% 0;
        max-width: 1150px;
    }

    .contents__txt--t02 span {
        margin-top: 8px;
        text-indent: 0;
        width: 100%;
        margin-left: 0;
    }
}
/* pc 1025px */

/* sectionTrouble tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--trouble {
            margin-top: 185px;
        }

        .contents__txt--t01 {
            margin-top: 50px;
            width: 89.4%;
        }

        .txt__outer {
            margin: 20px auto 0;
            width: 89.4%;
        }

        .contents__txt--t02 span {
            margin-top: 8px;
            width: 100%;
        }
}
/* tb 768px-1024px */

/* sectionEffect */
.section--effect img {
    width: 82.6%;
    border-radius: 1px 0px 0px 1px;
    margin: 80px auto 0 0;
}

.section--effect ul,
.section--effect h3 {
    margin-left: 3.2%;
    margin-right: 3.2%;
}

.section--effect h3 {
   margin-top: 25px;
   padding-left: 4.9%;
}

.effect__list {
    margin-top: 30px;
}

.effect__item {
    font-size: 1.7rem;
    line-height: 1.6; /* 27.2px */
    letter-spacing: 1.36px;
    display: flex;
    flex-direction: column;
    text-indent: -17px;
    margin-left: 17px;
}

/* sectionEffect pc*/
@media screen and (min-width:1025px) {
    .section--effect {
        display: flex;
        flex-direction: row;
    }

    .section--effect img {
        width: 52.8%;
        margin: 100px auto auto 0;
        height: auto;
        max-width: 900px;
    }

    .effect__outer {
        display: flex;
        flex-direction: column;
        margin-left: 5.5%;
        width: 47.1%;
        max-width: 940px;
    }
    
    .section--effect h3 {
       margin-top: 153px;
       margin-left: 10.5%;
       padding-left: 0;
    }
    
    .effect__list {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    
    .effect__item {
        display: flex;
        flex-direction: column;
        text-indent: -17px;
        margin-left: 17px;
        width: 224px;
    }
    
    .effect__item:last-of-type {
        width: auto;
        /* margin-top: -27px; */
    }
}
/* pc 1025px */

/* sectionIbttdesk tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--effect img {
            width: 81.9%;
            margin: 140px auto 0 0;
            height: auto;
        }

        .effect__outer {
            margin: 50px auto 0;
            width: 89.4%;
        }
        
        .section--effect h3 {
        margin: auto;
        padding-left: 0;
        text-align: center;
        }
        
        .effect__list {
            margin-top: 50px;
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

        .section--effect ul {
            margin-left: auto; 
            margin-right: auto;
        }
            
        .effect__item {
            width: 191px;
        }

        .effect__item--02 {
            width: 208px;
        }
        
        .effect__item:last-of-type {
            width: 45%;
        }
}
/* tb 768px-1024px */

/* sectionForSession */
.section--forSession {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preparation__list {
    margin-top: 60px;
}

.preparation__item {
    display: flex;
    width: 300px;
    height: 180px;
    padding: 30px 14px 0;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
    border-radius: 1px;
    box-shadow: 0px 2px 2px 0px #C1B7A4;
    position: relative;
}

.preparation__item:first-child {
    margin-top: 0;
}

.num {
    color: var(--primary-pink);
    text-align: center;
    font-family: Marcellus;
    font-size: 3rem;
    line-height: 1.6; /* 48px */
    letter-spacing: 1.2px;
    position: absolute;
    left: 13px;
    top: -10px;
}

.item__title {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.6; /* 27.2px */
    letter-spacing: 0.68px;
    position: relative;
}

.item__title::after {
    position: absolute;
    content: "";
    bottom: -8px;
    width: 44px;
    height: 0.6px;
    background-color: var(--primary-pink);
    right: 50%;
    transform: translateX(50%);
}

.item__txt {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    line-height: 1.6; /* 25.6px */
    letter-spacing: 0.64px;
    margin-top: 30px;
}

.subSection {
    margin: 40px 4.2% 0;
}

.subSection:first-of-type {
    margin-top: 70px;
}

.subSection h5 {
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 1.02px;
}

.subSection p {
    margin-top: 16px;
}

.subSection span {
    text-indent: -17px;
    margin-left: 14px;
    display: inline-block;
}


/* sectionForSession pc*/
@media screen and (min-width:1025px) {
    .section--forSession {
        margin-top: 200px;
    }

    .preparation__list {
        margin-top: 100px;
        display: flex;
        flex-direction: row;
        gap: 30px;
        justify-content: center; 
    }

    .preparation__item {
        width: 23.6%;
        min-width: 310px;
        height: 200px;
        padding: 50px 0 0;
        margin-top: 0;
    }

    .num {
        font-size: 4rem;
        letter-spacing: 1.6px;
        left: 22px;
        top: -13px;
    }

    .item__title {
        font-size: 1.8rem;
        letter-spacing: 0.72px;
    }

    .item__title::after {
        bottom: -8px;
        width: 50px;
    }

    .item__txt {
        width: 80%;
    }

    .subSection {
        margin: 30px auto 0;
        width: 75%;
    }

    .subSection:first-of-type {
        margin-top: 50px;
    }

    .subSection p {
        margin-top: 4px;
    }

    .subSection span {
        text-indent: 0;
        margin-left: 0;
    }
}
/* pc 1025px */

/* sectionForSession tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--forSession {
            margin-top: 190px;
        }

        .preparation__list {
            margin-top: 80px;
        }

        .preparation__item {
            width: 456px;
            height: 180px;
            padding: 30px 0 0;
        }

        .num {
            left: 42px;
            top: -8px;
        }

        .item__title::after {
            bottom: -8px;
            width: 50px;
        }

        .item__txt {
            width: 352px;
        }

        .subSection {
            margin: 30px auto 0;
            width: 89.4%;
        }

        .subSection p {
            margin-top: 4px;
        }

        .subSection span {
            text-indent: 0;
            margin-left: 0;
        }
}
/* tb 768px-1024px */

/* sectionFlow */
.section--flow {
    position: relative;
}

.section--flow::before {
    content: "";
    background-image: url(../images/salon/ibtt__decorationsp02.png);
    width: 153px;
    height: 436px;
    position: absolute;
    top: -4%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.flowTitle__outer {
    margin: 158px auto 0 40.5%;
    display: flex;
    flex-direction: column;
}

.flowTitle__outer span {
    margin-top: 5px;
    display: inline-block;
}

.section--flow h3 {
    color: var(--primary-blackLow);
    font-family: Marcellus;
    font-size: 2.2rem;
    letter-spacing: 4.4px;
    text-transform: uppercase;
}

.contents__article {
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    letter-spacing: 1.02px;
    margin-top: 35px;
    display: inline-block;
    width: 90%;
}

.flow__list {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    letter-spacing: 0.96px;
    margin-top: 16px;
}

.flow {
    margin: 14px 9% 0;
}

.section--flow img {
    width: 124px;
    margin: 80px auto 40px;
    display: block;
}

.contents__txt--flow01::before,
.contents__txt--flow02::before,
.contents__txt--flow03::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 0.6px;
    background: var(--line, rgba(47, 47, 47, 0.50));
    right: 50%;
    transform: translateX(50%);
    top: -22px;
}

.contents__txt--flow01,
.contents__txt--flow02,
.contents__txt--flow03 {
    position: relative;
}

.pink {
    color: var(--primary-pink);
    font-weight: 700;
    margin-top: 22px;
    display: inline-block;
}

/* sectionFlow pc*/
@media screen and (min-width:1025px) {   
    .section--flow::before {
        background-image: url(../images/salon/ibtt__decorationpc02.png);
        width: 17.5%;
        height: 68.1%;
        top: -12%;
        right: 0;
        left: auto;
        background-position: right;
    }

    .flowTitle__outer {
        margin: 210px auto 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section--flow h3 {
        font-size: 3rem;
        letter-spacing: 3px;
        text-align: center;
    }

    .flowTitle__outer span {
        margin-top: 6px;
    }

    .contents__article {
        margin-top: 70px;
        width: auto;
    }

    .flow__list {
        font-size: 1.7rem;
        letter-spacing: 1.02px;
        margin-top: 20px;
    }

    .flow {
        margin: 0;
    }

    .flow__outer {
        display: flex;
        align-items: center;
        gap: 6.9%;
        margin-top: 150px;
        margin-left: 13.6%;
        position: relative;
    }

    .flow__outer:first-of-type:before {
        content: "";
        height: 887%;
        max-height: 1220px;
        min-height: 1080px;
        background: var(--line, rgba(47, 47, 47, 0.30));
        width: 0.6px;
        left: 4.9%;
        top: -130%;
        z-index: -1;
        position: absolute;
    }  

    .flow__outer:nth-of-type(2) {
        margin-top: 72px;
    }

    .flow__outer:nth-of-type(3) {
        margin-top: 110px;
    }

    .section--flow img {
        width: 9.9%;
        margin: 0;
        max-width: 220px;
    }

    .contents__txt--flow01,
    .contents__txt--flow02 {
        width: 68.3%;
    }

    .section--flow img:nth-of-type(2) {
        margin-top: 80px;
    }

    .section--flow img:nth-of-type(3) {
        margin-top: 260px;
    }

    .contents__txt--flow01::before,
    .contents__txt--flow02::before {
        width: 111%;
        transform: translateX(0);
        bottom: -55px;
        right: 0;
        top: auto;
    }

    .contents__txt--flow03::before {
        position: static;
    }

    .txt--flow02 {
        width: 85%;
    }

    .pink {
        margin-top: 22px;
    }
}
/* pc 1025px */

/* sectionSalon tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--flow::before {
            background-image: url(../images/salon/ibtt__decorationpc02.png);
            width: 151px;
            height: 550px;
            top: -10%;
            right: 0;
            left: auto;
        }

        .flowTitle__outer {
            margin: 160px auto 0;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .section--flow h3 {
            text-align: center;
        }

        .contents__article {
            margin-top: 30px;
            width: 503px;
        }

        .flow__list {
            margin-top: 30px;
        }

        .flow__list li:nth-of-type(2) {
            margin-top: 5px;
        }

        .flow {
            margin: 115px auto 0;
        }

        .flow__outer {
            display: flex;
            align-items: center;
            gap: 8.1%;
            margin-top: 115px;
            margin-left: 82px;
            position: relative;
        }

        .flow__outer:first-of-type:before {
            content: "";
            height: 1128px;
            background: var(--line, rgba(47, 47, 47, 0.30));
            width: 0.6px;
            left: 63px;
            top: -50%;
            z-index: -1;
            position: absolute;
        }   

        .contents__txt--flow01, .contents__txt--flow02, .contents__txt--flow03 {
            position: relative;
            width: 66.2%;
        }

        .flow__outer:nth-of-type(2) {
            margin-top: 54px;
        }

        .flow__outer:nth-of-type(3) {
            margin-top: 80px;
        }

        .contents__txt--flow {
            width: 59.1%;
        }

        .section--flow img {
            margin: 0;
        }

        .section--flow img:nth-of-type(2) {
            margin-top: 100px;
        }

        .section--flow img:nth-of-type(3) {
            margin-top: 350px;
        }

        .txt--flow02 p {
            width: 89.6%;
        }

        .contents__txt--flow01::before,
        .contents__txt--flow02::before {
            width: 100%;
            transform: translateX(0);
            bottom: -40px;
            right: 0;
            top: auto;
        }

        .contents__txt--flow03::before {
            position: static;
        }

        .pink {
            margin-top: 22px;
        }
}
/* tb 768px-1024px */


/* sectionMassage */
.section--massage img {
    width: 100%;
    margin-top: 110px;
}

.massage__article {
    margin: 0 4.2%;
}

.section--massage span {
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    letter-spacing: 1.02px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
    display: inline-block;
}

.section--massage h3 {
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.8; /* 30.6px */
    letter-spacing: 1.19px;
    margin-top: 40px;
}

.massage__article p {
    margin-top: 30px;
}

/* sectionMassage pc*/
@media screen and (min-width:1025px) {
    .section--massage img {
        margin-top: 230px;
    }
    
    .massage__article {
        margin: 70px auto 0;
    }
    
    .section--massage h3 {
        font-size: 2rem;
        line-height: 1.5; 
        letter-spacing: 2px;
        margin-top: 0;
        text-align: center;
    }
    
    .massage__article p {
        width: 75.5%;
        margin: 50px auto 0;
    }
}
/* pc 1025px */

/* sectioMassage tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {    
        .section--massage img {
                margin: 180px 0 0 0;
        }
            
        .massage__article {
            margin: 40px auto 0;
        }
        
        .section--massage h3 {
            margin-top: 0;
            text-align: center;
        }
    
        .massage__article p {
            width: 78%;
            margin: 50px auto 0;
        }
}
/* tb 768px-1024px */


/* sectionOtherTherapy */
.section--otherTherapy {
    margin: 120px auto 0 4.2%;
}

.section--otherTherapy h4 {
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.section--otherTherapy ul {
    width: 264px;
}

.section--otherTherapy li {
    display: flex;
    padding: 4px 10px;
    align-items: flex-start;
    border-radius: 1px;
    border-bottom: 0.6px solid var(--primary-black);
    margin-top: 50px;
    text-align: right;
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    letter-spacing: 0.9px;
    display: inline-block;
}

.section--otherTherapy li:nth-of-type(2) {
    margin-top: 20px;
}

.section--otherTherapy li:hover {
    color: var(--primary-pink);
    border-bottom: 0.6px solid var(--primary-pink);
}

/* sectionOtherTherapy pc*/
@media screen and (min-width:1025px) {
    .section--otherTherapy {
        position: relative;
    }
    
    .section--otherTherapy::before {
        content: "";
        background-image: url(../images/salon/ibtt__decorationpc03.png);
        width: 22.7%;
        height: 269%;
        position: absolute;
        bottom: 90%;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .section--otherTherapy {
        margin: 300px auto 256px;
    }
    
    .section--otherTherapy h4 {
        font-size: 1.8rem;
        letter-spacing: 1.8px;
        text-align: center;
    }

    .section--otherTherapy ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        width: auto;
    }
    
    .section--otherTherapy li {
        padding: 10px;
        align-items: center;
        margin-top: 60px;
        text-align: center;
        font-size: 1.7rem;
        letter-spacing: 1.02px;
        display: flex;
    }
    
    .section--otherTherapy li:nth-of-type(2),
    .reservationBtn {
        margin-top: auto;
    }
}
/* pc 1025px */

/* sectionOtherTherapy tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--otherTherapy {
            position: relative;
        }
    
        .section--otherTherapy::before {
            content: "";
            background-image: url(../images/salon/ibtt__decorationpc03.png);
            width: 281px;
            height: 255px;
            position: absolute;
            bottom: 130%;
            left: 0;
            background-size: contain;
            background-repeat: no-repeat;
        }

        .section--otherTherapy {
            margin: 258px auto 168px;
        }
        
        .section--otherTherapy h4 {
            font-size: 1.6rem;
            letter-spacing: 1.6px;
            text-align: center;
        }

        .section--otherTherapy ul {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            width: auto;
        }
    
        .section--otherTherapy li {
            padding: 10px;
            align-items: center;
            margin-top: 60px;
            text-align: center;
            font-size: 1.6rem;
            letter-spacing: 0.96px;
            display: flex;
        }
        
        .section--otherTherapy li:nth-of-type(2),
        .reservationBtn {
            margin-top: auto;
        }
}
/* tb 768px-1024px */

/* else カスタムブレイクポイント */
@media (max-width: 350px) {
    .topic {
        font-size: 2rem;
    }

    .contents__title {
        font-size: 1.6rem;
        letter-spacing: 1.4px;
    }

    .preparation__item {
        width: 270px;
    }

    .item__title {
        font-size: 1.5rem;
    }

    .num {
        font-size: 2.4rem;
    }

    .contents__txt,
    .effect__item {
        font-size: 1.5rem;
    }
}