/* メインタイトル、画像エリア */

.main-area-title-service{
    width: 238px;
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media(max-width:860px) {
    .main-area-title-service{
        width: 173px;
        top: 340px;
    }
}

/* 主な治療法 */

.treatment{
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.treatment-title{
    padding-bottom: 56px;
}

.treatment-contents{
    display: flex;
    justify-content: space-between;
    padding-bottom: 96px;
}

.treatment-contents-content{
    width: 30%;
}

.treatment-contents-content-img{
    width: 100%;
    padding-bottom: 24px;
}

.treatment-contents-content-discription{
    width: 100%;
    text-align: left;

}

.treatment-contents-content-discription-title{
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: 16px;
}

.treatment-contents-content-discription-button{
    text-align: center;
    background-color: #FFF;
    border: 1px solid #1A8749;
    border-radius: 5px;
    padding: 18px 0;
    margin-top: 24px;
    width: 100%;
    position: relative;
    color:#1A8749;
    font-size: 1.92rem;
    line-height: 1.3;
    font-weight: 600;
}

.treatment-contents-content-discription-button:hover{
    background-color: #1A8749;
    border: 1px solid #1A8749;
    color:#FFF;
    transition: all 0.5s ease-out;
}

.treatment-contents-content-discription-button::after{
    content:"";
    background-image: url(../img/arrow-down@2x.png);
    background-size: 18px;
    position: absolute;
    top:21px;
    right: 44px;
    width: 18px;
    height: 18px;
}

.treatment-contents-content-discription-button:hover::after{
    content:"";
    background-image: url(../img/arrow-down-white@2x.png);
    background-size: 18px;
    position: absolute;
    top:21px;
    right: 44px;
    width: 18px;
    height: 18px;
    transition: all 0.5s ease-out;
}


@media(max-width:1140px) {
    .treatment{
        padding: 0 20px;
    }
}

@media(max-width:940px) {
    .treatment-contents-content-discription-text{
        font-size: 1.44rem;
        line-height: 1.66;
    }
}

@media(max-width:860px) {
    .treatment-title{
        padding-bottom: 32px;
    }

    .treatment-contents{
        display: block;
        padding-bottom: 16px;
    }

    .treatment-contents-content{
        width: 100%;
    }

    .treatment-contents-content-img{
        width: 100%;
        padding-bottom: 20px;
    }
    
    .treatment-contents-content-discription{
        width: 100%;
    }    

    .treatment-contents-content-discription-title{
        text-align: center;
        font-size: 2rem;
        line-height: 1.8;
    }

    .treatment-contents-content-discription-button{
        width: 256px;
        margin: 24px auto 40px;
        font-size: 1.44rem;
        line-height: 1.3;
        padding: 12px 0;
    }

    .treatment-contents-content-discription-button::after{
        background-size: 14px;
        width: 14px;
        height: 14px;
        top:13px;
        right: 32px;
    }

    .treatment-contents-content-discription-button:hover::after{   
        background-size: 14px;
        width: 14px;
        height: 14px;
        top:13px;
        right: 32px;
    }
}


/* 東洋医学鍼灸治療 */

.acupuncture{
    padding-bottom: 96px;
}

.acupuncture-wrapper{
    max-width: 1140px;
    margin: 0 auto;
}

@media(max-width:1140px) {
    .acupuncture-wrapper{
        padding: 0 20px;
    }
}

.treatment-menu{
    display: flex;
    justify-content: space-between;
    padding: 56px 0 6px;
}

.treatment-menu-img{
    width: 400px;
}

.treatment-menu-discription{
    padding-bottom:28px;
    width: 58%;
}

.treatment-menu-discription-title{
    background-color: #EFEFEF;
    border-radius: 4px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0 10px 24px;
    margin-bottom: 24px;
}

.treatment-menu-discription-feature{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 38px;
}

.treatment-menu-discription-feature p{
    font-size: 1.6rem;
    line-height: 1.68;
    padding:0 20px 10px 0;
}

.treatment-menu-discription-feature p span{
    color: #5F9EA0;
}

.treatment-menu-pricebutton{
    text-align: center;
    background-color: #FFF;
    border: 1px solid #1A8749;
    border-radius: 5px;
    padding: 18px 0;
    margin: 0 auto 96px;
    width: 328px;
    position: relative;
    color:#1A8749;
    font-size: 1.92rem;
    line-height: 1.3;
    font-weight: 600;
}

.treatment-menu-pricebutton:hover{
    background-color: #1A8749;
    border: 1px solid #1A8749;
    color:#FFF;
    transition: all 0.5s ease-out;
}

.treatment-menu-pricebutton::after{
    content:"";
    background-image: url(../img/arrow-right@2x.png);
    background-size: 18px;
    position: absolute;
    top:21px;
    right: 44px;
    width: 18px;
    height: 18px;
}

.treatment-menu-pricebutton:hover::after{
    content:"";
    background-image: url(../img/arrow-right-white@2x.png);
    background-size: 18px;
    position: absolute;
    top:21px;
    right: 44px;
    width: 18px;
    height: 18px;
    transition: all 0.5s ease-out;
}


.treatment-qa{
    background-color: #FAFAFA;
}

.treatment-qa-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 0 40px;
}

.treatment-qa-title{
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: 0.08rem;
    text-align: center;
    font-weight: 600;
}

.treatment-qa-title-hr{
    width: 78px;
    border-top: 2px solid #5F9EA0;
    margin: 0 auto;
    padding-bottom: 56px;
}

.treatment-qa-contents-question{
    display: flex;
    padding-bottom: 24px;
}

.treatment-qa-contents-question-img{
    width: 46px;
    height: 46px;
    padding-right: 16px;
}

.treatment-qa-contents-answer{
    display: flex;
    padding-bottom: 56px;
}

.treatment-qa-contents-answer-img{
    width: 46px;
    height: 46px;
    padding-right: 16px;
}

.treatment-qa-contents-answer p{
    width: 96%;
}

.treatment-qa-contents-question p{
    color:#5F9EA0;
    font-weight: 600;
}

.treatment-qa-contents-hr{
    border-top: 1px solid#C4C4C4;
    padding-bottom: 43px;
}

@media(max-width:1140px) {
    .treatment-qa-wrapper{
        padding: 56px 20px 24px;
    }
}

@media(max-width:1050px) {
    .treatment-menu-discription{
        width: 48%;
    }
}



@media(max-width:860px) {
    .acupuncture{
        padding-bottom: 56px;
    }
    
    .treatment-menu{
        display: block;
        padding: 32px 0 18px;
    }

    .treatment-menu-img{
        width: 100%;
        padding-bottom: 24px;
    }
    
    .treatment-menu-discription{
        padding-bottom:0;
        width: 100%;
    }

    .treatment-menu-discription-title{
        font-size: 1.6rem;
        line-height: 1;
        padding: 12px 0 12px 16px;
        margin-bottom: 16px;
    }

    .treatment-menu-discription-feature{
        display: block;
        padding-bottom: 24px;
    }

    .treatment-menu-discription-feature p{
        font-size: 1.3rem;
        line-height: 1.76;
        padding:0;
    }

    .treatment-menu-pricebutton{
        width: 256px;
        margin: 0 auto 56px;
        font-size: 1.44rem;
        line-height: 1.3;
        padding: 12px 0;
    }

    .treatment-menu-pricebutton::after{
        background-size: 14px;
        width: 14px;
        height: 14px;
        top:13px;
        right: 32px;
    }

    .treatment-menu-pricebutton:hover::after{   
        background-size: 14px;
        width: 14px;
        height: 14px;
        top:13px;
        right: 32px;
    }

    .treatment-qa-title{
        font-size: 2rem;
        line-height: 1.7;
    }

    .treatment-qa-title-hr{
        width: 64px;
    }

    .treatment-qa-contents-question-img{
        width: 36px;
        height: 36px;
        padding-right: 8px;
    }

    .treatment-qa-contents-question p{
        line-height: 2.4;
    }
    
    .treatment-qa-contents-answer{
        padding-bottom: 32px;
    }
    
    .treatment-qa-contents-answer-img{
        width: 36px;
        height: 36px;
        padding-right: 8px;
    }

    .treatment-qa-contents-answer p{
        width: 80%;
    }

    .treatment-qa-contents-hr{
        width: 100%;
        padding-bottom: 21px;
    }
}

/* ソーマダイン */

.smd{
    padding-bottom: 96px;
}

.smd-wrapper{
    max-width: 1140px;
    margin: 0 auto;
}

@media(max-width:1140px) {
    .smd{
        padding-bottom: 56px;
    }

     .smd-wrapper{
        padding: 0 20px;
    }
}
/* S-A.K療法 */

.sak{
    padding-bottom: 96px;
}

.sak-wrapper{
    max-width: 1140px;
    margin: 0 auto;
}

@media(max-width:1140px) {
    .sak{
        padding-bottom: 56px;
    }

     .sak-wrapper{
        padding: 0 20px;
    }
}


/* メディアストーンベッド ガイア */

.gaia-wrapper{
    max-width: 1140px;
    margin: 0 auto;
}

@media(max-width:1140px) {

    .gaia-wrapper{
        padding: 0 20px;
    }
}