@charset 'UTF-8';

/*body&facial-fv------------------------------------------------*/
.body_facial-fv {
    background-image: url(../images/body&facial-sam.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 200px;
    padding-top: 80px;
    height: 18rem;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    display: table;
}

/*sioe-fv------------------------------------------------*/
.sioe-fv {
    background-image: url(../images/sioe-sam.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 200px;
    padding-top: 80px;
    height: 18rem;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    display: table;
}

/*design-fv------------------------------------------------*/
.self_writing-fv {
    background-image: url(../images/session-sam.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 200px;
    padding-top: 80px;
    height: 18rem;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    display: table;
}


/*body&facial-section1------------------------------------------------*/

.body_facial-title {
    color: #fff;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.sioe-title {
    color: #fff;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.self_writing-title {
    color: #fff;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 0 1rem;
}


.lomilomi-first-text {
    font-size: 1.5rem;
}

.lomilomi-attention {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
}

.lomilomi-attention span {
    color: #4a9489;
}

#lomilomi-course {
    text-align: center;
    margin-bottom: 100px;
}

.sioe-first-text {
    font-size: 1.5rem;
}

#sioe-course {
    text-align: center;
    margin-bottom: 100px;
}

#sioe-about {
    margin-bottom: 100px;
}

.self_writing-first-text {
    font-size: 1.5rem;
}

#self_writing-course {
    text-align: center;
    margin-bottom: 100px;
}

#self_writing-about {
    margin-bottom: 100px;
}

/*body&facial-flow-btn------------------------------------------------*/

#lomilomi-course a {
    background-color: #535656;
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 1.5rem 13rem;
    border-radius: 3rem;
    margin-bottom: 100px;
}

#lomilomi-course a:hover {
    background-color: #4a9489;
    opacity: 1;
}

#sioe-course a {
    background-color: #535656;
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 1.5rem 13rem;
    border-radius: 3rem;
    margin-bottom: 100px;
}

#sioe-course a:hover {
    background-color: #4a9489;
    opacity: 1;
}

.btn-up-text {
    margin-bottom: 5px;
}

/*body&facial-course------------------------------------------------*/

.course-flex-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.course-textbox {
    text-align: left;
    width: 60%;
}

.course-name {
    color: #4a9489;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
}

.course-name_supa {
    color: #4a9489;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
}

.course-time {
    font-size: 1.3rem;
    margin-top: .3rem;
    margin-bottom: 0;
}

.course-img {
    width: 35%;
}

.course-prise {
    margin-bottom: 1rem;
    margin-top: 0;
}

.course-prise1{
    margin-bottom: .3rem;
    margin-top: 0;
}

.course-prise2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.course-prise_span {
    font-size: 1rem;
    margin-left: 20px;
}

.course-prise_span-2 {
    font-size: 1rem;
    margin-left: 20px;
    margin-bottom: 1.5rem;
    display: inline-block;

}

.supa_span {
    display: inline-block;
    margin-left: 15px;
}

.course-container {
    margin-bottom: 200px;
}

.btn {
    text-align: center;
}

.self_writing-btn {
    text-align: center;
    margin-bottom: 400px;
}

.bf-btn {
    margin-top: 0;
}

.tax-included{
    text-align: left;
}

.course-text-inn {
    border-bottom: solid 1px #333;
    padding: 1.5rem 0;
}

.course-text-about-p {
    margin-bottom: .5rem;
    margin-top: 0;
}

.first {
    margin-top: 1.5rem;
}

.mid{
    margin-bottom: .1rem;
}

.last {
    margin-bottom: 0;
}

.sioe-course-container{
    margin-bottom: 3rem;
}

.sioe-box{
    text-align: left;
}

.sioe-box_1{
    margin-bottom: 2.5rem;
}

@media screen and (max-width : 1380px) {
    .body_facial-fv {
        padding-top: 110px;
    }

    .sioe-fv {
        padding-top: 110px;
    }

    .self_writing-fv {
        padding-top: 110px;
    }
}

@media screen and (max-width : 1060px) {
    .thoughts-box {
        width: auto;
    }
}


@media screen and (max-width : 807px) {
    .course-img {
        width: 43%;
    }

    .course-textbox {
        width: 54%;
    }
}


@media screen and (max-width : 968px) {
    .self_writing-course-img {
        width: 44%;
    }

    .self_writing-course-textbox {
        width: 51%;
    }
}

@media screen and (max-width : 829px) {
    .self_writing-course-img {
        width: 47%;
    }

    .self_writing-course-textbox {
        width: 47%;
    }
}

@media screen and (max-width : 794px) {
    .course-name_supa {
        font-size: 1.6rem;
    }
}

@media screen and (max-width : 431px) {
    .course-name_supa {
        font-size: 1.8rem;
    }
}


@media screen and (max-width : 940px) {
    .course-img {
        width: 100%;
    }

    .course-img img {
        width: 100%;
    }

    .course-flex-item {
        flex-direction: column;
    }

    .course-textbox {
        width: 100%;
        margin-top: 20px;
    }


}


@media screen and (max-width : 768px) {
    .section-title {
        padding: 0;
    }

    /*body&facial-course------------------------------------------------*/
    .lomilomi-first-text {
        font-size: 1.3rem;
    }

    .lomilomi-course-textbox {
        line-height: 2;
        text-align: left;
    }

    .lomilomi-attention {
        text-align: left;
        font-size: 1.3rem;
    }

    #lomilomi-course a {
        padding: 1.8rem 0;
        font-size: 1.2rem;
        width: 100%;
    }

    #lomilomi-about {
        padding: 0 5%;
    }

    #lomilomi-course {
        padding: 0 5%;
    }

    .btn-up-text {
        font-size: .83rem;
    }

    .course-container {
        margin-bottom: 0;
    }

    .thoughts-box {
        margin-right: 5%;
        margin-left: 5%;
        padding: .5rem 1.4rem;
    }

    .thoughts-box-title img {
        width: 14%;
    }

    .voice-title {
        line-height: 1.6;
    }

    /*sioe------------------------------------------------*/
    .sioe-about-textbox {
        padding: 0 5%;
    }

    .sioe-first-text {
        font-size: 1.3rem;
    }

    #sioe-course {
        padding: 0 5%;
    }

    #sioe-course a {
        padding: 1rem 0;
        font-size: 1.2rem;
        width: 100%;
    }

    /*self-writing------------------------------------------------*/
    #self_writing-about {
        padding: 0 5%;
    }

    #self_writing-about h2 {
        font-size: 1.4rem;
    }

    .self_writing-first-text {
        font-size: 1.3rem;
    }

    #self_writing-course {
        padding: 0 5%;
    }


}

@media screen and (max-width : 430px) {
    .body_facial-fv{
        padding-top: 70px;
    }

    .sioe-fv{
        padding-top: 70px;
    }

    .self_writing-fv{
        padding-top: 70px;
    }

    #lomilomi-course a {
        padding: 1rem .1rem;
    }
}
