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

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

/*---------------------------------------------
sec_title
*/
.sec_title{
width: 80%;
    margin: 4rem auto;
    padding-top: 100px
}
.sec_title h2{
    font-size: 3rem;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 2rem;  
    text-align: center;
}
.sec_title h2 span{
    font-size: 1rem;
    letter-spacing: .1em;
    display: block;
    margin-bottom: 1rem  
}
.sec_title .sec_title_lead{
    font-size: 1.6rem;
    letter-spacing: .1em;
    display: block;
    margin-bottom: 1rem  
}



.text-container{
    
}
.text-container h2{
    font-size: 2.4rem;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 4rem;  
}
.text-container h2 span{
    font-size: 1rem;
    letter-spacing: .1em;
    display: block;
    margin-bottom: 1rem  
}
.text-container  .detailCopyTxt{
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.text-container .detailTxt{
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.text-container .detailTxtIcon{
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}
.text-container .detailTxtIcon{
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
}

/*---------------------------------------------
#グループホテル
*/
.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;
}  
}

