@charset "UTF-8";
/*////////////////////////

Grouphotel
///////////////////////*/

/*---------------------------------------------
Page Title
*/

.grouphotel{
    background: url(../images/title_grouphotel.jpg);
    background-size: cover;
    /*background: #9bacb6*/
}

/*---------------------------------------------
#グループホテル
*/
.sec_cont_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_cont_detail{
    width: 40%;
    padding: 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec_cont_detail h2{
    font-size: 3rem;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 3rem;
    
}
.sec_cont_detail h2 span{
    font-size: 1rem;
    letter-spacing: .1em;
    display: block;
    line-height:1em;
    margin-bottom: 1rem  
}
.sec_cont_detail .detailCopyTxt{
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.sec_cont_detail .detailTxt{
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.sec_cont_detail .detailTxtIcon{
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}
.sec_cont_img{
    width: 60%;
    padding:2% 0; 
    box-sizing: border-box;
}

@media screen and (max-width:767px){
.sec_cont_wrap{
    width: 100%;
    flex-direction: column;
}
.sec_cont_detail{
    width: 100%;
    height: auto;
    order: 2;
}
.sec_cont_img{
    width: 100%;
    padding:5%; 
    box-sizing: border-box;
    order: 1;
}  
}

