@charset 'UTF-8';

/*first-fv------------------------------------------------*/
.first-fv {
    background-image: url(../images/first-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;
}

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

/*first-section1------------------------------------------------*/
.first-comment {
    font-size: 1.5rem;
}

.effects-textbox {
    margin-bottom: 100px;
}

.effects-text-big {
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: solid 2px #fde3d4;
    padding-bottom: 3px;
}

/*.salon-request-----------------------------------------------*/
.salon-request {
    text-align: center;
}

.salon-request-p {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
}

.salon-request-color {
    font-size: 2rem;
    color: #4a9489;
    font-weight: 600;
}

/*.salon-flow-----------------------------------------------*/

#flow {
    background-color: #b8f2e9;
    text-align: center;
}

.flow-title-span {
    font-size: 1.8rem;
    font-weight: bold;
}

.flow-title {
    font-size: 1.3rem;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 100px;
    background-color: #fff;
    padding: .2rem 2rem;
}

.lomilomi-flow {
    text-align: left;
}

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

.flow-number {
    font-size: 6rem;
    position: absolute;
    color: #fff;
    -webkit-text-stroke: 2px #999;
    font-weight: bold;
    top: -5rem;
    right: 0;
    margin: 0;
}

.flow-image {
    position: relative;
}

.flow-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 100px;
}

.flow-box {
    width: 47%;
    margin-bottom: 100px;
}

.flow-textbox {
    background-color: #fff;
    box-sizing: border-box;
    padding: 1rem;
    height: 9rem;
}

.flow-textbox-title {
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-top: .6rem;
    color: #4a9489;
}

.flow-text {
    margin-top: .3rem;
}

.sioe {
    padding-bottom: 200px;
}

.first-line-box {
    margin-bottom: 300px;
    text-align: center;
}

.sioe-text {
    background-color: #fff;
    padding: .5rem;
}

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

@media screen and (max-width : 848px) {
    .first-line-box {
        width: 80%;
    }
}

@media screen and (max-width : 768px) {
    #comment {
        padding: 0 5%;
    }

    .first-comment {
        font-size: 1.38rem;
    }

    .first-line-box {
        width: auto;
    }

    .effects-textbox {
        padding: 0 5%;
    }

    .salon-request {
        padding: 0 5%;
    }

    .salon-request-p {
        font-size: 1.2rem;
        text-align: left;
        font-weight: 400;
    }

    #effects {
        margin-bottom: 100px;
    }

    #flow {
        padding-top: 100px;
    }

    .lomilomi-flow {
        padding: 0 5%;
    }

    .flow-container {
        flex-direction: column;
        padding-bottom: 0;
    }

    .flow-image {
        width: 100%;
    }

    .flow-image img {
        width: 100%;
    }

    .flow-number {
        font-size: 7.3rem;
    }

    .flow-box {
        width: 100%;
    }

    .sioe-flow {
        padding: 0 5%;
    }

    .last {
        margin-bottom: 20px;
    }

    .sioe-text {
        margin-bottom: 100px;
    }

    #flow .wrapper {
        margin-bottom: 100px;
    }
}

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