@charset "utf-8";

/*============================================================
   YAGAJI STAY　基本
  ============================================================ */
/*
layout.css
color:#5e4126;
point color1:#00a7d3
point color2:#00b3cd
point color3:#5dc2d0
*/

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

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

@media screen and (min-width: 981px) {
.min981{
display:none;
}
}
@media screen and (max-width: 980px) {
.max980{
display:none;
}
}


@media screen and (min-width: 900px) {
.min900{
display:none;
}
}
@media screen and (max-width:899px){
.max899{
display:none;
}
}

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

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

/* ---　base  ------------*/ 
body{
margin:0;
padding:0;
color:#5e4126;;
letter-spacing:0.08em;
background:#dedcda;
}

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



/* ALL CONTENS
-------------------------------------------------------*/
#top-all{
width: 100%;
text-align:center;
margin-left: auto;
margin-right:auto; 
position: relative;
}
#all{
width: 100%;
text-align:center;
margin-left: auto;
margin-right:auto; 
position: relative;
}

/*---Google ICONS (tel)---*/
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 37px;
line-height: 1 !important;
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;
}


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

/* --- 02 --- */ 
@media (max-width: 767px) {
#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:calc(100vw - var(--scrollbar));
height: 100vh;
background-position: center center;
background-size: cover;
display: flex;
align-items: center;
justify-content: flex-end;
margin-bottom: 10px;
text-align: center;
}
.slider-title {
 margin:0 auto;
 padding:0 0 0 ;
 color: #fff;
 text-align: center;
 z-index: 200;
}
.slider-copy {
 font-family: "Klee One", cursive;
 font-weight: 400;
 font-style: normal;
 font-size: 40px;
 margin:20px auto 0;
	padding:0;
 color: #fff !important;
	writing-mode: vertical-rl;
 line-height: 1.2;
	display: inline-block;
 place-content: center;
 z-index: 200;
}

/* ---------　sm  ------------*/ 
@media screen and (max-width: 767px) {
.slider {
 height: 80vh;
}
.slider-title {
 font-size: 31px;
 padding:0;
 line-height: 1.1;
	text-align: center;
}
.slider-copy {
 font-size: 34px;
 margin:20px auto 0;
 padding:30px 0 10px;
	text-align: center;
}
}

/* ---------　sm  ------------*/ 
@media screen and (max-width: 640px) {
.slider {
 height: 94vh;
}
.slider-title {
 font-size: 31px;
 margin:10px auto;
 padding:0 8px 0 ;
 line-height: 1.2;
	text-align: center;
}
.slider-copy {
 font-size: 32px;
 margin:0 0 0 0;
 padding:20px 30px 0px;
}
}


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

.leaf-back {
width: 100%;
margin-top:40px;
background:url("../img/index/leaf.png"),url("../img/index/leaf2.png");
background-size: 90%,80%;
background-repeat: no-repeat,no-repeat;
background-position:top right,bottom left;
}

.top-concept {
width: 94%;
min-height:600px;
margin:5px auto 60px;
padding-top:0px;
padding-left: 10px;
text-align: center;
overflow: hidden;
}

.top-concept p {
max-width: 1000px;
font-size: 102%;
margin:10px auto 10px;
padding:10px 30px 10px;
line-height: 1.8;
text-align: left !important;
}

.english{
  max-width: 1000px;
  padding:0px 30px 30px !important;
  color:#94673c;
  font-size: 15px !important;
  font-size: 1.5rem !important; 
		line-height: 150% !important;
		text-align: left;
}

@media (max-width: 767px) {
.english{ 
  font-size: 97% !important;
  letter-spacing:0.07em;
		text-align: left;
}
}

.intro01 img{
margin-bottom: 10px;
width: 82%;
}	
@media screen and (max-width: 767px) {
.intro01 img{
margin-bottom: 0;
width: 100%;
}
}
.intro02 img{
margin-top: 20px;
margin-bottom: 10px;
width: 96%;
}	

.intro03 img{
margin-top: 40px;
margin-bottom: -10px;
width: 94%;
}	

.intro04 img{
margin-top: 170px;
width: 99%;
}
@media screen and (max-width: 767px) {
.intro04 img{
margin-top: 30px;
width: 99%;
}
}	
	
.intro05 img{
margin-top: 50px;
margin-bottom: -15px;
width: 82%;
}	
@media screen and (max-width: 767px) {
.intro05{
margin-bottom: 20px;
}	
.intro05 img{
margin-top: 50px;
margin-bottom: -15px;
width: 100%;
}	
}

/*---- MOBILE ------*/
@media screen and (max-width: 940px) {
.top-concept p {
font-size: 100%;
margin:20px 0 10px;
padding:10px 40px 10px;
line-height: 220%;
text-align: right;
}
}
	
/*---- MOBILE ------*/
@media screen and (max-width: 767px) {
.top-concept {
width: 100%;
min-height:800px;
margin:5px auto 10px;
padding-top:20px;
padding-left: 10px;
overflow: hidden;
}
.top-concept p {
font-size: 96%;
margin:10px 0 10px;
padding:10px 20px 10px;
line-height: 1.9;
text-align: left;
}
.top-concept br{
 display: none;
}
}

/* TOP CONTENTS
--------------------------------------------------------*/
.top-contents {
width: 100%;
margin: 0 auto;
padding: 30px 0 70px;
background-color: #cac3bc;
}	

.top-contents img {
width: 100%;
height: auto;
padding:20px 6px;
}	

/*---- MOBILE ------*/
@media (min-width: 768px) and (max-width: 1199px) {
.top-contents img {
width: 100%;
padding:15px 0px;
}		
}	
	
@media screen and (max-width: 767px) {	
.top-contents img {
width: 100%;
padding:15px 0px;
}		
}		


/* TOP ACCESS
--------------------------------------------------------*/
.top-access {
width: 100%;
margin: 0 auto;
padding: 20px 0 60px;
text-align: center;
}	

/* Google Map */ 
.map-box {
max-width: 1100px;
width: 100%;
margin: -10px auto;
padding:0 0 20px;
}
.map {
height: 0;
overflow: hidden;
padding-bottom: 64.1025%;
position: relative;
}
.map iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 110%;
margin-top: 0;
}

.map-add {
font-size:1.5rem;
margin:15px 0 20px;
padding-left:50px;
letter-spacing: 0.08em;
text-align:left;
line-height: 1.5;
}
@media screen and (max-width: 767px) {
.map-add {
padding-left:0px;
letter-spacing: 0.08em;
text-align:center;
vertical-align: bottom;
line-height: 1.5;
}
}
.learnmore{
text-align:right;
padding-right:50px;
}
@media screen and (max-width: 767px) {
.learnmore{
text-align:center;
padding-right:0;
}	
}	
	
/* FOOTER
 ------------------------------------------------------*/
/*footer*/
footer{
margin: 0 auto;
width:100%;
height:auto;
color:#5e4126;
padding:25px 0 100px;
background:#C7C0B8;
text-align: center;
}	
.container100{
width:100%;
min-height: 170px;
margin:0 auto;
padding:0 0px;
text-align: center;
}

.footer-conte{
width:90%;
margin:0 auto;
padding:0 20px 0 20px;
}

/*01left*/
.foot-address{
display:inline-block;
float:left;
}
.contact{
display:inline-block;
float:right;
}
p.name{
text-align: left;
font-size: 130%;
font-weight: 500;
}
.address{
font-weight: 200;
font-size:1.5rem;
margin:-10px auto 20px;
letter-spacing: 0.08em;
text-align:left;
vertical-align: bottom;
line-height: 1.5;
}


/*02right*/
.contact li{
list-style: none;
font-size:1.5rem;
padding-left: 30px;
margin:0 0 16px;
letter-spacing: 0.04em;
text-align:center;
vertical-align: bottom;
line-height: 1.5;
}

/*copyright*/
.copyright{
position: absolute;
bottom:0;
width:100% !important;
height: 46px;
font-size:1.1rem;
margin:5px 0 0 0;
padding: 10px 0 16px;
font-weight: 300;
letter-spacing: 0.12em;
text-align:center;
background: #B1A79C;
vertical-align: middle;
}
	
/*---- MOBILE02 ------*/
@media screen and (max-width: 767px) {
footer { 
display: grid;
justify-items: center;
align-content: start;
width: 100%;
margin:0 auto;
padding:25px 0 60px;
text-align: center !important;
}
footer.container100 { 
padding-right: 0 !important; 
padding-left: 0 !important; 
}
/*01left*/
.foot-address{
display:block;
float:none;
text-align: center !important;
	}
.address{
font-size:92%;
margin:0 auto;
text-align: center !important;
}
p.name{
font-size: 105% !important;
text-align: center !important;
}

/*02right*/
.contact{
padding-top:10px;
margin:0 auto;
display:block;
float:none;
text-align: center !important;
}
.contact ul li{
margin:0 auto;
padding:0;
line-height: 1.2;
}
		
.contact p{
font-size: 92%;
margin:20px auto;
padding-bottom:20px;
text-align: center !important;
}
}


