@charset "utf-8";
/*サウナ*/

.spbr{
    display: none;
}



@media screen and (max-width: 896px) {
    .spbr{
        display: inline;
    }
}

.sauna-features{
    margin-top:40px;
}
.sauna-features-txt{
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    padding:20px;
    position: relative;
    margin:-40px 20px 20px;
}
.sauna-features-txt h3{
    font-size: 2rem;
}
@media screen and (min-width: 960px) {
    .sauna-features{
        display: flex;
        margin-right:60px;
    }
    .sauna-features:nth-child(odd){
        flex-direction: row-reverse;
        margin-right:0px;
        margin-left:60px;
    }
    .sauna-features-img{
        flex: 2;
        margin:0 -40px 0 0;
    }
    .sauna-features-txt{
        padding:30px 50px;
        flex: 1;
        margin:40px 20px 20px 0px;
        line-height: 2.4em;
    }
    .sauna-features:nth-child(odd) .sauna-features-img{
        margin:0 0 0 -40px;
    }
    .sauna-features:nth-child(odd) .sauna-features-txt{
        margin:40px 20px 20px 0px;
    }
    .sauna-features-txt h3{
        line-height: 2.4em;
    }
    .sauna-features-txt p{
        line-height: 2em;
    }
}