@charset "utf-8";

.harenohi{
    background-image: url(/img/bg_harenohi.jpeg);
    background-size: cover;
    background-position: right;
    padding: 195px 0 45px;
}

.harenohi .section-title{
    font-size: 6.4vw;
    color: #5E564B;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 20px;
}

.harenohi .box{
    background-color: rgba(255, 255, 255, 0.66);
    border-radius: 25px;
    width: 87%;
    margin: 0 6.5%;
    padding-bottom: 8px;
}

.harenohi .box .sub-title{
    font-size: 3.8vw;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 15px;
}

.harenohi .box p{
    font-size: 2.5vw;
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
}

.harenohi .box p:last-child{
    margin-bottom: 0px;
}

.harenohi .box .floor1 p:last-child{
    padding-bottom: 15px;
}

.harenohi .box .floor2 .img,
.harenohi .box .floor1 .img{
    width:91%;
    margin: 15px 4.5%;
}

.harenohi .box .floor2 .img img,
.harenohi .box .floor1 .img img{
    width: 100%;
    border-radius: 5px;
}

.harenohi .box p .pc{
    display: block;
}

#footer{
    margin-top: 0px;
}

@media screen and (min-width:768px){
    .harenohi .section-title{
        font-size: 50px;
        text-align: center;
        margin: 0px;
        padding: 0px;
        margin-top: 100px;
    }

    .harenohi .box{
        background-color: rgba(255, 255, 255, 0.66);
        border-radius: 25px;
        width: 88%;
        margin:57px 6% 0px;
        padding-bottom: 50px;
    }

    .harenohi .box .sub-title{
        font-size: 25px;
        text-align: center;
        padding-top: 52px;
        margin-bottom: 46px;
    }

    .harenohi .box p{
        font-size: 15px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 25px;
    }

    .harenohi .box p:last-child{
        margin-bottom: 0px;
    }

    .harenohi .box .floor1 p:last-child{
        padding-bottom: 25px;
    }

    .harenohi .box .floor2{
        display: flex;
        justify-content: center;
        gap:4%;
        margin-bottom: 25px;
        padding: 0 5.1%;
    }


    .harenohi .box .floor1{
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        gap: 4%;
        margin-bottom: 38px;
        padding: 0 5.1%;
    }

    .harenohi .box .floor2 .text,
    .harenohi .box .floor1 .text{
        width: 50%;
    }

    .harenohi .box .floor2 .img,
    .harenohi .box .floor1 .img{
        width: 36%;
    }

    .harenohi .box .floor2 .img img,
    .harenohi .box .floor1 .img img{
        width: 100%;
    }

    .harenohi .box .floor2 .text .bold,
    .harenohi .box .floor1 .text .bold{
        font-weight: bold;
    }

    .harenohi .box .floor2 .text .f20px,
    .harenohi .box .floor1 .text .f20px
    .harenohi .box p .f20px{
        font-size: 20px
    }

    .harenohi .box p .pc{
        display: none;
    }

}