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

Villa
    /sustainable_cottage/
    /yucca/
    /walled/
    /beachd/
    /doggy/
 
///////////////////////*/

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

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


/*---------------------------------------------
Lead
*/


/*---------------------------------------------
Sec 
select_villa
*/

#select_villa{
}


.villa_cont_wrap{
    width: 90%;
    margin: 0 auto 40px;
    display: flex;

}
.villa_cont_wrap .villa_cont{
    width: calc(90% - 13px / 3);
    margin-right: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    background: #efefef;  
}
.villa_cont_wrap .villa_cont a{
    text-decoration: none;
    color: #2b365d;
}

.villa_cont_wrap .villa_cont:nth-child( 3n ) {
    margin-right: 0;
}

.villa_cont_wrap .villa_cont .villa_cont_img{
    width:100%;

}
.villa_cont_wrap .villa_cont .villa_cont_img img{
    width: 100%;
    height: auto;
}
.villa_cont_wrap .villa_cont .villa_cont_txt{
    background: #fff;
    width: 90%;
    padding: 5%;
    margin: 0 auto;

}

.villa_cont_wrap .villa_cont .villa_cont_txt .villa_name{
    display: block;
    font-size: 2rem;
    margin: 1.5rem auto;
}
.villa_cont_wrap .villa_cont .villa_cont_txt .villa_name_jap{
    display: block;
    font-size: 1rem;
    margin: 0 0 1.5rem;
}
.villa_cont_wrap .villa_cont .villa_cont_txt .detail{
    display: block;
    font-size: 1.2rem;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.villa_cont_wrap .villa_cont .villa_cont_txt .tags{
    background: #2b365d;
    display: inline-block;
    padding: .2em .5em;
    font-size: 1rem;
    color: #fff;
    margin: .3em; 
    border-radius: 3px;
}
.villa_cont_wrap .villa_cont .villa_cont_txt .next{
    font-size: 1.2rem;
    text-decoration: underline;
    margin: 1rem auto;
    text-align: right;
}


@media screen and (max-width: 767px) {
.villa_cont_wrap{
    width: 90%;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;

}
.villa_cont_wrap .villa_cont{
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    background: #efefef;  
}

    
}
/*////////////////////////////////////

Susteinable_Cottage
Walled villa
YUCCA
DOGGY
BEACHD

///////////////////////////////////*/

/*==========================
VILLA 共通
main Image
=========================*/
.mainImg{
    width: 100%;
    height: 60vh;

    background-size:cover;
    background-position: center;
    position: relative;
}
.mainImg:after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.scMain{    
    background: url(/villa/sustainable_cottage/images/mainimg.jpg);
}
.beachdMain{    
    background: url(/villa/beachd/images/mainimg.jpg);
}
.doggydMain{    
    background: url(/villa/doggy/images/mainimg.jpg);
}
.yuccadMain{    
    background: url(/villa/yucca/images/mainimg.jpg);
}
.walleddMain{    
    background: url(/villa/walled_villa/images/mainimg.jpg);
}


@media screen and (max-width: 767px) {
.mainImg{
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
}
    
}

/*==========================
annex-logo
annex-lead
=========================*/
.annex-logo{
    margin: 3% auto;
    text-align: center;
}
.annex-logo img{
    height: 160px;
}
.annex-lead{
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2em;
    width: 70%;
    margin: 3% auto;
}

@media screen and (max-width: 767px) {
.annex-logo{
    margin: 5% auto;
    text-align: center;
}
.annex-logo img{
    height: 80px;
}
    
.annex-lead{
    font-size: 1.4em;
    letter-spacing: .1em;
    line-height: 2em;
    width: 86%;
    margin: 3% auto;
}  
}

/*==========================
annex-reserve btn
=========================*/
.annex-reserve{
    position: absolute;
    top: 470px;
    right: 30px;
    z-index: 9;
}
.annex-reserve.is-fixed{
    position: fixed;
    top: 80px;
}
.annex-reserve a{
    display: block;
    padding: 20px;
    background: #2b365d;
    text-align: center;
    color: #fff !important;
    border-radius: 30px;
}
.annex-reserve a{
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: .1em;
    text-decoration: none;
    color: #fff;
}
.annex-reserve a span{
    display: block;
    font-size: .8em;
    color: #a1acd0;
}
.annex-reserve a:hover{
    background: #8c741f;
}

@media screen and (max-width: 767px) {
.annex-reserve{
    position: fixed;
    width: calc(100% - 80px);
    top: auto;
    bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.annex-reserve.is-fixed{
    position: fixed;
    top: auto;
}
.annex-reserve a{
    padding: 5% 3%;
    font-size: 12px;
}
    
}

/*==========================
content title
=========================*/


.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.1em;
    font-weight: normal;
    margin-bottom: 4rem;
    
}
.sec_cont_detail h2 span{
    font-size: 1rem;
    letter-spacing: .1em;
    display: block;
    margin-bottom: 1rem  
}
.sec_cont_detail .detailTxt{
    font-size: 1.2rem;
    line-height: 2rem;
    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_detail {

}



.sec_cont_img{
    width: 100%;
    padding:5%; 
    box-sizing: border-box;
    order: 1;
}  
}

/*==========================
section 
sec_cont_ly
=========================*/
.sec_cont_ly{
    width: 80%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.layout{
    width: 50%;
    flex-direction: column;
}
.layout img{
width: 100%;
height: auto;
}
.ly_ttl{
    font-size: 1.4em;
}

@media screen and (max-width: 767px) {
    .sec_cont_ly{
        width: 100%;
        flex-direction: column;
    }
    .layout{
        width: 90%;
        flex-direction: column;
    }

}


/*==========================
about_reserve
=========================*/
.about_reserve{
    width: 100%;
    padding: 5% 0;
    box-sizing: border-box;
    background: #2b365d;
    
}

.about_reserve h1{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.about_reserve .txt{
    text-align: center;
    font-size: 1.4em;
    letter-spacing: .1em;
    color: #fff;
}

.booking_wrap{
    width: 100%;
    margin: 1% auto;
    text-align: center;
    font-size: 1.2em;
}

.contact_wrap{
    width: 100%;
    display: flex;
    
}
.contact_box{
    width: 40%;
    padding: 3%;
    box-sizing: border-box;
    margin: 3% 5%;
    color: #fff;
    text-align: center;
    border: 1px #a1acd0 solid;
}

.contact_box h2{
    font-size: 1.75em;
    margin-bottom: 1em;
    letter-spacing: .1em;
}

.contact_box p{
    font-size: 1.4em;
    margin-bottom: 1em;
    letter-spacing: .1em;
    line-height: 1.8em;
}

@media screen and (max-width: 767px) {
 .about_reserve{
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
    background: #2b365d;
    
}

.about_reserve h1{
    text-align: center;
    font-size: 2em;
    color: #fff;
}

.about_reserve .txt{
    text-align: center;
    font-size: 1.4em;
    letter-spacing: .1em;
    color: #fff;
}

.contact_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    
}
.contact_box{
    width: 90%;
    padding: 5% 3% 3%;
    box-sizing: border-box;
    margin: 3% 5%;
    color: #fff;
    text-align: center;
    border: 1px #a1acd0 solid;
}

.contact_box h2{
    font-size: 1.75em;
    margin-bottom: 1em;
    letter-spacing: .1em;
}

.contact_box p{
    font-size: 1.4em;
    margin-bottom: 1em;
    letter-spacing: .1em;
    line-height: 1.8em;
}
    
}
/*==========================
accsess
=========================*/
.access_wrap{
    width: 70%;
    margin: 5% auto 3%;
    
    font-size: 1.4em;
    line-height: 1.8em;
    letter-spacing: .1em;
}

.hotel_map{
    width: 100%;
    margin: 3rem auto;
}
.hotel_map img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
 
    
}
/*==========================
youtube
=========================*/
.youtube{
    margin: 100px auto;
    position: relative;
    text-align: center;
}
.youtube iframe{
    width: 720px;
    height: 405px;
}

@media screen and (max-width: 767px) {
.youtube{
    overflow: hidden;
    width: 100%;
    margin: 50px auto;
}
.youtube iframe{
    width: 320px;
    height: 180px;
} 
    
}



/*==========================
各ページ毎
=========================*/
/*==========================
Susteinable_Cottage
=========================*/
/*
S-ZEH
*/
.s-zeh{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 3%;
}

.s-zeh h2{
 font-size: 2em;
    letter-spacing: .1em;
    margin-bottom: 1em;
    color: #999
    
}

.s-zeh p{
 font-size: 1.4em;
    letter-spacing: .1em;
    line-height: 2em;
    text-align: left;
    color: #888
    
}

@media screen and (max-width: 767px) {
.s-zeh{
    width: 86%;
    margin: 0 auto;
    text-align: center;
    padding: 3%;
}

.s-zeh h2{
 font-size: 2em;
    letter-spacing: .1em;
    margin-bottom: 1em;
    line-height: 1.4em;
    color: #999
    
}

.s-zeh p{
 font-size: 1.4em;
    letter-spacing: .1em;
    line-height: 2em;
    text-align: left;
    color: #888
    
}



}