@charset "utf-8";

/*============================================================
    VILLA LIFE INDAH　基本
  ============================================================ */
/*
layout.css
color:#7E5435;
point color2:#009DA5
point color3:#f2f2f2

/*----------------------------------------------
 RESPONSIVE
------------------------------------------------*/

/* 　  ---------------------------*/ 
@media screen and (max-width: 1080px) {
.pconly	{
display:none;
}
}

/*   ------------------------------*/ 
@media screen and (max-width: 767px) {
.exceptsma{
display:none;
}
}

/*   ------------------------------*/ 
@media (min-width: 768px)and (max-width: 1080px) { 
.tab{
}
}

/*   ------------------------------*/ 
@media (min-width: 1079px) {
.mobile{
display:none;
}
}

/*   ------------------------------*/ 
@media (min-width: 767px) {
.smaonly{
display:none;
}
}




/*--------------------------------------------------
   TOP
 --------------------------------------------------*/  

/* BASIC
 --------------------------------------------------*/ 

/* ---　base  ------------*/ 
body{
margin:0;
padding:0;
color:#7E5435;
letter-spacing:0.08em;
}

/* ---　link img  ---------*/ 
a:active img ,
a:hover img {
outline: 0;
opacity: 0.6;
}



/* ALL CONTENS
 ------------------------------------------------------*/

#all{
width: 100%;
text-align:center;
margin-left: auto;
margin-right:auto;  
position: relative;
}



/* MAIN IMG BASE
--------------------------------------------------------*/
#top-main {
position:relative;
width:100vw;
min-height:100vh;
background-position: top center;
background-repeat: no-repeat; 
background-size: cover;
}
#top-main img{
margin-top: -10px;
min-height: 100%;
width: auto;
}

/* --- 02 --- */ 
@media (max-width: 680px) {
#top-main {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}
#top-main img{
padding-top: 30px;
max-height: 40%;
width: auto;
} 
}

/* SLIDER
--------------------------------------------------------*/
.slider {
width: 100vw;
height: 100vh;
background-position: center center;
background-size: cover;
display: flex;
align-items: center;
justify-content: flex-end;
margin-bottom: 40px;
}

.slider-title {
 font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",Meiryo,serif;
 font-size: 44px;
 margin:0 auto;
 padding:0 40px 0 ;
 color: #fff;
 line-height: 1.4;
 text-align: center;
 z-index: 200;
}
.slider-title img {
 width: 300px;
 margin:30px auto 0;
 padding:0 40px 40px ;
 line-height: 1.4;
 text-align: center;
 z-index: 200;
}

.slider-copy {
 font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",Meiryo,serif;
 font-size: 20px;
 margin:0 auto;
 padding:0 40px 50px;
 color: #fff;
 line-height: 1.4;
 text-align: center;
 z-index: 200;
}
.slider-copy2 {
 font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",Meiryo,serif;
 font-size: 40px;
 margin:0 auto;
 padding:0 40px 30px;
 color: #fff;
 line-height: 1.4;
 text-align: center;
 z-index: 200;
}


/* ---------　ov  ------------*/ 
@media screen and (min-width: 1024px) {
.slider {
 height: 100vh;
}
}

/* ---------　sm  ------------*/ 
@media screen and (max-width: 767px) {
.slider {
 height: 100vh;
}
.slider-title {
 font-size: 31px;
 margin:0 auto;
 padding:0 8px 0 ;
 line-height: 1.3;
	text-align: center;
}
.slider-title img {
 width: 250px !important;
 margin:20px auto 0;
}
.slider-copy {
 font-size: 16px;
 margin:-30px auto 12px;
 padding:0 30px 30px ;
	text-align: center;
}
.slider-copy2 {
 font-size: 30px !important;
 margin:0 auto 12px;
 padding:0 10px 30px ;
}
}


/* TOP CONCEPT
--------------------------------------------------------*/
.top-concept {
width: 100%;
height: auto;
margin:5px 5px 50px;
padding-top:20px;
background:#fff;
overflow: hidden;
}

/*---- MOBILE ------*/
@media screen and (max-width: 767px) {
.top-concept {
padding-top:5px;
margin:5px 5px 10px;
}
.top-concept img {
display:none !important;
}
}


/* -- SCROLL_UP --*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
	
/* -- TIME LAG --*/
.timing02 {
transition-delay: 0.2s;
}
.timing03 {
transition-delay: 0.4s;
}
.timing04 {
transition-delay: 0.6s;
}
.timing05 {
transition-delay: 0.8s;
}


.top-poltext{
text-align:left;
margin-top: 1%;
color: #7E5435;
}

.top-poltext p{
margin:0px 20px 10px 10px;
text-align:left;
}



/* MINI SlIDER
-------------------------------------------------------*/
.slider-box{
width: 100%;
max-height: 600px;
padding: 10px 0 0px;
margin-bottom: 30px;
background:#fff;
}
/*---- MOBILE ------*/
@media screen and (max-width: 767px) {
.slider-box{
margin-bottom: 20px;
}		
}


.minislider{
width: 100%;
max-height: 600px;
background:#fff;
}

/*---- MOBILE ------*/
@media screen and (max-width: 767px) {
.minislider{
width: 100%;
max-height: 400px;
}		
}

.minislider img,
.minislider-sm img{
padding-right: 1px;
}
	
	
/* NEWS
-------------------------------------------------------*/
.news{
width: 100%;
height: auto;
margin-top: 15px;
padding:30px 0px 40px;
background:#f2f2f2;
}

/*---- MOBILE ------*/
@media screen and (max-width: 767px) {
.news{
margin-top: 20px !important;
padding:20px 5px 40px ;
}   
}  
/*------------------*/

.post{
display: block;
height:auto;
margin-top:-23px;
margin-left:auto;
margin-right:auto;
}

/* RSS SPACE */
.post li{
list-style: none;
margin:0 auto 20px;
max-width:810px;
padding:16px 28px 18px;
background-color: #fff;
border-radius: 20px;
}  
.entry_date{
display: block;
max-width:790px;
height:auto;
font-size: 0.88em;
margin: 0 auto;
color:#C3835E;
text-align:left;
}  
h3.entry_title{
max-width:790px;
font-size: 1.4em;
margin:0 auto;
padding:8px 35px;
color:#009DA5;
line-height:120%;
text-align:left;
font-weight:500;
}
.entry_content{
max-width:790px;
font-size: 0.94em;
color:#403029;
margin: 0 auto;
padding-top: 14px;
line-height: 160%;
text-align:left; 
font-weight:normal;
background-color: #fff;
}   


/*---- MOBILE ------*/
@media screen and (max-width: 767px) {
.news{
padding:10px 5px 40px;
}
li h3.entry_title{
font-size: 1.3em;
}
article dt{
padding:15px 10px 10px;
}  
article dd{
padding:0px 10px 10px;
}
article dd.descrip{
padding:0px 10px 20px;
}   
}  

/*------ LINK ------*/
article dd.descrip a:link{
color:#7E5435;   
}
article dd.descrip a:visited{
color:#7E5435;   
}
article dd.descrip a:hover{
color:#00A0C0;
}

article dd a:link {
color:#009DA5;
 }    
article dd a:visited {
color:#009DA5;
 }    
article dd a:hover  {
 color: #00CFD6;
 } 


/* TOPICS
-------------------------------------------------------*/
.topics{
width: 100%;
margin-top: 5px;
padding:20px 5px 40px;
}

/*---- MOBILE ------*/
@media screen and (max-width: 767px) {
.topics{
padding:5px 5px 40px !important;
}   
}  
/*------------------*/

.notepost {
 text-align: center;
}

/* RSS SPACE */
.notepost li{
	list-style: none;
	width: 30%;
	padding:10px;
	display: inline-block;
	vertical-align: top !important;
}

.entry_thumb{
padding-top:0;
vertical-align: top;
}

.entry_date{
padding:0px 4px 0;
height:auto;
font-size: 0.9em;
margin: 3px auto 0px;
color:#C3835E;
text-align:left;
background-color: #fff;
}  
li h3.entry_title{
font-size: 1.2em;
margin:0 auto;
padding:5px 4px 0;
color:#009DA5;
line-height:120%;
text-align:left;
font-weight:400;
background-color: #fff;
}
/*.entry_content{
font-size: 1.0em;
color:#403029;
margin: 0 auto;
padding:10px 35px 24px;
line-height: 160%;
text-align:left; 
font-weight:normal;
background-color: #fff;
}   


/*---- MOBILE ------*/
@media screen and (max-width: 767px) {
.topics{
padding:5px 5px 40px;
}
li h3.entry_title{
font-size: 1.1em;
background-color: #fff;
}

/* RSS SPACE */
.notepost li{
	width: 98%;
}
article dt{
padding:15px 15px 10px;
}  
article dd{
padding:0px 15px 10px;
}
article dd.descrip{
padding:0px 15px 20px;
}   
}  

/*------ LINK ------*/
article dd.descrip a:link{
color:#262626;   
}
article dd.descrip a:visited{
color:#262626;   
}
article dd.descrip a:hover{
color:#00C3F9;
}

article dd a:link {
color:#009DA5;
 }    
article dd a:visited {
color:#009DA5;
 }    
article dd a:hover  {
 color: #00CFD6;
 } 


/* CONTACT
--------------------------------------------------------*/
.contact-banner{
max-width: 100%;
margin:10px auto 2px;
padding:10px 20px 30px;
background-color: #f2f2f2;
text-align: center;
}
.contact-box{
max-width: 660px;
margin:5px auto;
padding:5px 0 10px;
height: 240px;
text-align: center;
}


/*---- MOBILE ------*/
@media (max-width: 767px){
.contact-banner{
max-width: 94%;
margin:35px auto 15px;
padding:10px 10px 30px;
}
.contact-box{
height: 280px;
}
	
/*.subtitle{
color:#fff;
padding:40px 10px;
font-size: 56%;
font-weight: 300 !important;
}*/
	
.contact-banner p{
font-size: 94%;
line-height: 130%;
}
}



/*---Google ICONS---*/
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 37px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;

display: inline-flex;
vertical-align: middle;
}



/* FOOTER
 ------------------------------------------------------*/
/*top-footer*/
#footer{
margin-bottom: -20px;
width:100%;
height:160px;
color:#fff;
padding:30px 0 0px 0px;
background-color:#01B9CE;
vertical-align: bottom;
z-index: 200;
text-align:right;
}

#footer .logo2 img{
max-width: 130px;
padding: 10px 10px 0 0;
vertical-align: bottom;
}

#footer .address1{
font-size:1.3rem;
margin:8px 0 0;
letter-spacing: 0.08em;
text-align:left;
vertical-align: bottom;
}
#footer .address2{
font-size:1.3rem;
margin:8px 0 0;
letter-spacing: 0.08em;
text-align:left;
vertical-align: bottom;
line-height: 1.6;
}
#footer .insta{
margin:15px 20px 0 0;
text-align:right;
}
#footer .insta img{
width: 12%;
}
#footer .copyright{
font-size:1.1rem;
margin:0 5px 0;
padding-top:0;
letter-spacing: 0.08em;
text-align:right;
vertical-align: bottom;
}

/*---- MOBILE ------*/
@media (min-width: 768px) and (max-width: 1099px) {
#footer .logo2 img{
max-width: 114px;
margin-left: 10px;
vertical-align: bottom;
}
}	


/*---- MOBILE ------*/
@media screen and (max-width: 767px) {
#footer{
position: inherit;
height:auto;
padding:20px 0 20px;
text-align:center;
}	

#footer .logo2 img{
max-width: 126px;
text-align:center;
vertical-align: bottom;
}	
#footer .address1{
text-align:center;
}
#footer .address2{
text-align:center;
}
#footer .insta{
margin:10px 0;
text-align:center;
}
#footer .insta img{
padding-bottom:2px;
width: 6% !important;
}
#footer .copyright{
margin:-10px 10px 0px;
letter-spacing: 0.08em;
text-align:center;
}
}


/* PAGE	TOP
----------------------------------------------------*/ 
#pagetop {
width:100%;
z-index:10000;
}
#pagetop a:hover {
text-decoration: none;
opacity: 0.8;
}

#pagetop a {
display: block;
position:fixed;
bottom:10px;
right:10px;
}