@charset "utf-8";

/*========================================================================================================================


  ◇◆◇ QSCについて ◇◆◇
  
  
========================================================================================================================*/

/*-----------------------------------------------------------------------------------
  ページビジュアル
-----------------------------------------------------------------------------------*/

.visual {
    width: 100%;
    height: 500px;
    background-image: url(../../images/about/visual.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.visual .vis_title {
    width: 606px;
    height: 42px;
    background-image: url(../../images/about/vis_title.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 150px;
    margin: 0 auto;
}

.visual .vis_desc {
    display: inline-block;
    background-color: rgba(255,255,255,0.6);
    padding: 0.5em 1em;
    margin: 30px auto 0;
}

@media screen and (max-width:640px) {
    .visual .vis_title {
        width: 485px;
        height: 34px;
        background-size: contain;
    }

    .visual .vis_desc {
        display: inline-block;
        background-color: rgba(255,255,255,0.6);
        padding: 0.5em 1em;
        margin: 30px auto 0;
    }
}


/*-----------------------------------------------------------------------------------
    温泉の効能
-----------------------------------------------------------------------------------*/

#benefits {
    margin: 80px 0;
}


#benefits h2 {
    float: left;
    width: 260px;
    position: relative;
    color: #3b2503;
    display: inline-block;
    text-align: center;
    font-weight: 200;
    line-height: 1.2 !important;
    letter-spacing: 0.2ex;
}

#benefits h2:before {
    content: "";
    position: absolute;
    background: #f3c46d;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}

#benefits dl {
    display: table;
    width: 860px;
    box-sizing: border-box;
    margin-left: 80px;
}

#benefits dl.border {
    border-top: 1px solid #191919;
}

#benefits dt {
    display: table-cell;
    width: 200px;
    padding: 0.5em;
    box-sizing: border-box;
    border-bottom: 1px solid #191919;
}

#benefits dd {
    display: table-cell;
    width: 660px;
    padding: 0.5em;
    box-sizing: border-box;
    border-bottom: 1px solid #191919;
}

@media screen and (max-width:640px) {
    #benefits h2 {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
    
    #benefits dl {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    #benefits dt {
        display: block;
        width: 100%;
        border-bottom: 1px dotted #6e4910;
    }

    #benefits dd {
        display: block;
        width: 100%;
    }
}


/*-----------------------------------------------------------------------------------
    温泉の紹介
-----------------------------------------------------------------------------------*/

#facility {
    padding: 50px 0;
    background-image: url(../../images/about/bg.jpg);
}

#facility .fac_box01 {
    margin-top: 50px;
    overflow: hidden;
}

#facility .fac_box01:first-child {
    margin-top: 0;
}

#facility .fac_img01 {
    display: block;
    float: left;
    width: 692px;
    height: 428px;
}

#facility .fac_desc01 {
    float: left;
    width: 388px;
    height: 388px;
    padding: 20px;
    background-color: #f8f5f1;
}

#facility .fac_box02 {
    list-style: none;
    float: left;
    width: 545px;
    margin-right: 30px;
    margin-top: 50px;
}

#facility .fac_box02:nth-child(even) {
    margin-right: 0;
}

#facility .fac_img02 {
    width: 545px;
    height: 338px;
}

#facility .fac_desc02 {
    padding: 20px;
    background-color: #f8f5f1;
}

#facility .fac_title {
    height: 80px;
}

#facility .fac_title h2 {
    z-index: 2;
    color: #3b2503;
    position: relative;
    font-weight: 200;
    line-height: 80px;
    letter-spacing: 0.2ex;
    padding-left:20px;
}

#facility .fac_title h2:before {
    content: "";
    position: absolute;
    background: #f3c46d;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: 0px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

#facility .fac_title h2.two {
    line-height: 1.3 !important;
}

#facility .fac_desc01 p,
#facility .fac_desc02 p {
    margin-top: 1em;
}

@media screen and (max-width:640px) {
    #facility .fac_box01 {
        margin-top: 50px;
        overflow: hidden;
    }

    #facility .fac_box01:first-child {
        margin-top: 0;
    }
    
    #facility .fac_box01:nth-child(2n) {
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    
    #facility .fac_box01:nth-child(2n) .fac_img01 {
        -webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
    }
    
    #facility .fac_box01:nth-child(2n) .fac_desc01 {
        -webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
    }

    #facility .fac_img01,
    #facility .fac_img02 {
        display: block;
        float: none;
        max-width: 100%;
        height: auto;
    }

    #facility .fac_desc01,
    #facility .fac_desc02 {
        float: none;
        width: 100%;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
    }

    #facility .fac_box02 {
        float: none;
        width: 100%;
        margin: 50px auto 0
    }

    #facility .fac_box02:nth-child(even) {
        margin-right: auto;
    }
}
