@charset "utf-8";
/* CSS Document */


.insta-role {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}
body{
  box-sizing : border-box;
	word-break: break-all;
	margin:0px;
	font-size:13px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 3px;
}
.itemename{
	font-size:18px;
}

.itemimg img{
	width:100%;

}
a:hover {
	opacity: 0.5 ;
}


body, html, main {
    /* important */
	width:100%;
   	color:#898989;
}

.midashi1{
	background-image: url("img/midashi.png");
	background-repeat: no-repeat;
	font-size:2.3em;
	padding-left:60px;
	color:#000000;
}


.midashi2{
	color: #03a978;
	font-size:2.3em;
	margin:0;
}

#wrapper{
	width:100%;

}


.contents{
	width:100%;
	height:auto;
	text-align:center;
	background-color:#e6d6b0;
    overflow: hidden; /*floatの解除、ここがポイント*/
    position: relative; /*DWで正常にプレビューできるようになります。*/
    zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/

}

.logo{
	float:left;
	margin:0;
}
.nav{
	margin:0;

	color:#ff0000;
}

.tel{
	margin:0;
	text-align:right;
	padding-bottom:10px;
}

.navhoumon{
	float:left;
	width:240px;
	height:30px;
	text-align:center;
}
.navfllow{
	float:left;
	width:260px;
	height:30px;
	text-align:center;
}
.navcontact{
	float:left;
	width:250px;
	height:30px;
	text-align:right;
}
p{
	font-size:1.5em;
}





.sp{
	margin-top:10px;
	height:50px;
	width:auto;
	clear:both;
}
.midsp{
	height:250px;
	width:auto;
	clear:both;
}
.hisp{
	height:500px;
	width:auto;
	clear:both;
}



.rightbox{
	width:35%;
	float:right;
	margin-right:13%;
}
.rightbox img{
	width:100%;
	height: auto;
}
.leftbox{
	width:35%;

	float:left;
	margin-left:13%;

}

.leftbox img{
	width:100%;
	height: auto;
}




ul.foot {
	margin: 0 auto;
	width: 980px;
	padding:0;
}

ul.foot li {
	margin-left:3px;
	width:110px;
	display: inline-block;
	text-align: center;
	font-size:13px;
}

ul.foot li a {
	display: block;
}

li.line{
	border-left:1px solid #FFF;
}


.gnav{
	padding-top:40px;
	width:90%;
	height:100px;
	margin: 0 auto;
	margin-bottom:5px;
	color:#000000;
}

.gnavspace{
	width:100%;
	position: fixed;
	z-index: 999;
	background-color:#ffffff;
	opacity:0.7;
}

.mainarea{

	margin: 0 auto;
	width:980px;
}

p.left{
	text-align:left;
}

.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 1s;
}

/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 1s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.school{
	margin-top:80px;
}




#gnav{
	clear:both;
	padding-top:10px;
	height:59px;
	width:100%;
	background-color:#c9a062;

}

#topheader{
	margin: 0 auto;
	width:980px;
	height:70px;




}


.tablecontact{
  width: 100%;
  border-collapse: collapse;
}

.tablecontact tr{
  
}



.tablecontact td{
  border: solid 1px #000000;
	font-size:1.3em;
	color:#000000;

  width: 25%;
  padding: 10px 15px;
}





.tablegaiyou{
  width: 100%;
  border-collapse: collapse;
}

.tablegaiyou tr{
  
}

.tablegaiyou th{
	font-size:1.3em;
	color:#000000;
	text-align:left;
	width: 30%;
	vertical-align:top;
	padding: 10px 15px;
}

.tablegaiyou td{

	font-size:1.3em;
	color:#000000;

  width: 70%;
  padding: 10px 15px;
  text-align:left;
}
.tablemidashi{
  background-color: #ff95a2;
  text-align: center;
}



.center{
	text-align:center;
}



.topless{
	margin:0;
}

.right{
	text-align:right;
}

.youtube01 {
		text-align:center;
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
}
.youtube01 iframe {
	text-align:center;
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
}


.coldetail01{
		font-size:1em;
		color:#000000;	
}

.footerinsta{
	width:50px;
	height:50px;
	 margin: 0 auto;
	 
}
.footerlogo{
		width:150px;
		height:150px;
	 margin: 0 auto;
	 
}

.footerlogo img{
		width:150px;
		height:150px;
	 
}

/* 980以上の場合 */
@media screen and (min-width: 980px){
	.aisatuimg{
		width:50%;
	 margin: 0 auto;
	}
	.leftimgbox{
		width:300px;
		float:left;
	
	}
	
	.rightdetailbox{
		width:650px;
		float:right;
		padding-left:10px;
	}
	
	.rightimgbox{
		width:300px;
		float:right;
	
	}
	
	.leftdetailbox{
		width:650px;
		float:left;
		padding-left:10px;
	}
	.cd-fixed-bg {
		width: 100%;
		height: 100vh;
		min-height: 90vh;

		background-size: cover;
		background-position: center;
		background-image: url('https://ayur-tree.com/html/user_data/assets/img/IMG_0994.jpg');
	}
	.cd-fixed-bg02 {
		width: 100%;
		height: 90vh;
		min-height: 90vh;
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		background-image: url('img/re004.jpg');
	}
	.cd-fixed-bg03 {
		width: 100%;
		height: 90vh;
		min-height: 90vh;
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		background-image: url('img/005.jpg');
	}

	#nav-drawer {
		display:none
	}

	#logo {
		display:none
	}
	#topheader {
		display:none
	}
	.pushitem{
		width:300px;
		height:400px;
		text-align:left;
		float:left;
		margin-right:40px;
	}
	.pushtitle{
		font-size:1.5em;
		margin:0;
	}
	.pushdetail{
		font-size:1.4em;
		margin:0;
		letter-spacing: 1px;
		color:#000000;
	}
	.pushlast{
		width:300px;
		height:400px;
		text-align:left;
		float:right;
	}
	.newarea{
		width:100%;
		display: inline-block;
		text-align:left;
	}
	
	.menubuttontop{
		width:32%;
		float:left;	
		padding-top:20px;
		padding-right:18px;
	}
	.menubutton{
		width:32%;
		float:left;	
		padding-top:20px;
		
	}

	.topmain{

		width:90%;
		height:auto;
		margin: 0 auto;
	}

	.toptitle{
		font-size:3em;
		color:#ffffff;
		z-index: 999;
	}

	.topdetail{
		font-size:1.5em;
		color:#ffffff;
		z-index: 99999;
	}

	.maincol01{
		width:870px;
		height:auto;
		float:left;
	}
	.rightcol01{
		width:100px;
		height:auto;	
		float:right;
		-webkit-text-orientation: sideways;
		text-orientation: sideways;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size:3em;
		color:#000000;
	}
	.maincol02{
		width:570px;
		height:auto;
		float:left;
	}
	.leftcol02{
		width:100px;
		height:auto;	
		float:left;
		-webkit-text-orientation: sideways;
		text-orientation: sideways;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size:3em;
		color:#000000;
	}
	.rightcol02{
		width:300px;
		height:auto;
		float:right;
	}

	.ptate{
		font-size:1em;
		color:#000000;
		margin-right:50px;
	}		
	
	.coltitle{
		margin-top:0;
		font-size:3em;
		color:#000000;	
	}
	.coldetail{
		font-size:1.2em;
		color:#000000;	
	}


	
	
	.box img{

	    height: auto;
	}
	.box2 {
	
	padding-top:25%;

	
	}
	
	.box2 img{

	    height: auto;
	}
	footer{
		width:100%;
		height:400px;
		text-align:center;
		background-color:#464646;
	
	}
	.footerarea{
	padding-top:100px;
	color:#ffffff;
	font-size:1.3em;
	
	}
	
	.footerleft{
		padding-left:10%;
		padding-top:40px;
		float:left;
		width:40%;
		text-align:left;
	}
	
	
	#nav {
		padding-top:20px;
	  list-style: none;
	  font-size: 0;
	  padding-left:0;
	}
	 
	#nav li.one{
	  width: 120px;
		color:#000000;
	  display: inline-block;
	  font-size: 15px;
	}

	#nav li.two {
	  width: 180px;

	  display: inline-block;
	  font-size: 15px;
	}
	#nav li.three {
	  width: 160px;

	  display: inline-block;
	  font-size: 15px;
	}
	#nav li.four{
	  width: 160px;
	  display: inline-block;
	  font-size: 15px;
	}
	#nav li a {
	  text-decoration: none;
	  color: #000000;
	}

	.leftarea{
		width:340px;
		height:250px;
		float:left;	
	}
	.rightarea{
		width:620px;
		height:250px;	
		float:right;
	}
	.starea{
		height:430px;
	}
	.leftst{
		width:450px;
		height:430px;
		float:left;		

	}
	
	.rightst{
		width:450px;
		height:430px;	
		float:right;
	}
	.news{
		padding-bottom:5px;
		padding-top:5px;
		border-bottom:0.5px dotted #898989;
		
	}
	h4{
		font-size:1.6em;
		color:#000000;
		margin-bottom:0;
		text-align:left;
		margin-top:0;
	}
	.aisatu01{
		padding-right:250px;
	}
	.aisatu02{
		padding-left:250px;
	}
	.aisatu02 img{
		width:452px;
		height:35px;
	}
	.aisatu03 img{
		width:452px;
		height:35px;
	}
}






@media screen and (min-width: 890px){
	.pcnone{
		display:none;
	}
}



@media screen and (max-width: 980px){

/*横揺れ対策*/
	html {
	    overflow-x: hidden;
	    -webkit-overflow-scrolling: touch;
	}
	.aisatu01 img{
		width:452px;
		height:35px;
	}
	.aisatu03 img{
		width:452px;
		height:35px;
	}
	/*ここまで*/

	p{
		width:95%;
			text-align:left;
			display: inline-block;
	}

	.rightcol02{
		clear:both;
		width:100%;
	}
	.box {
	  position: absolute;
	  top: 90%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	
	}
	.box img{
	    height: auto;
	}
	.box2 {
		padding-top:70%;


	}
	
	
	.box2 img{
	    height: auto;
		width:90%;
	}
	.midashi1{

		font-size:2em;
		width:95%;
		text-align:left;
		display: inline-block;
	}

	.pushone{
		width:46%;
		float:left;
	}
	.pushtwo{
		width:46%;
		float:right;
	}
	.pushtitle{
		font-size:1.5em;
		margin:0;
		text-align:left;
	}
	.pushdetail{
		font-size:1.2em;
		margin:0;
		padding-bottom:30px;
		text-align:left;
		color:#000000;
	}

	.menulist{

		margin:2px 0 2px 0;
		padding:5px 0 5px 10px;

	}
	.menulist a{
		text-decoration: none;
		color:#fff;
	}
	.menulisttitle{
		margin:2px 0 2px 0;
		padding:5px 0 5px 0;
		background-color:#dcdcdc;
		color:#fff;
	}


	.cd-fixed-bg {
	-webkit-overflow-scrolling: touch;
	  width: 100vw;
	  height: 100vh;
	  min-height: 90vh;
	  background-size: cover;
	  background-position: center;
	  background-image: url('https://ayur-tree.com/html/user_data/assets/img/IMG_0994.jpg');
	}
	.cd-fixed-bg02 {
	-webkit-overflow-scrolling: touch;
	  width: 100vw;
	  height: 90vh;
	  min-height: 90vh;
	  background-size: cover;
	  background-position: center;
	  background-image: url('img/re004.jpg');
	}
	.cd-fixed-bg03 {
	-webkit-overflow-scrolling: touch;
	  width: 100vw;
	  height: 90vh;
	  min-height: 90vh;
	  background-size: cover;
	  background-position: center;
	  background-image: url('img/005.jpg');
	}
	#topheader{
		margin: 0 auto;
		width:100%;
		height:70px;

		position: fixed;
		z-index: 999;
	}

	.gnav {display:none};
	
	.aaa{
		width:10px;
	}

	.sphead{

	}


	
	#nav-drawer {
		float:right;
	}

	/*チェックがついたら表示させる*/
	#nav-input:checked ~ #nav-close {
	  display: block;
	  opacity: .5;
	}
	
	#nav-input:checked ~ #nav-content {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);
	  box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	
	/*チェックボックス等は非表示に*/
	.nav-unshown {
	  display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
		float:right;
		margin-top:30px;
		margin-right:10px;
		display: inline-block;
		width: 30px;
		height: 22px;
		vertical-align: middle;
	}
	
	/*ハンバーガーの形をCSSで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
	  position: absolute;
	  height: 3px;/*線の太さ*/
	  width: 25px;/*長さ*/
	  border-radius: 3px;
	  background: #fff;
	  display: block;
	  content: '';
	  cursor: pointer;
	}
	#nav-open span:before {
	  bottom: -8px;
	}
	#nav-open span:after {
	  bottom: -16px;
	}

	/*閉じる用の薄黒箇所*/
	#nav-close {
	  display: none;
	  position: fixed;
	  z-index: 99;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: black;
	  opacity: 0;
	  transition: .3s ease-in-out;
	}

	/*チェックがついたら表示させる*/
	#nav-input:checked ~ #nav-close {
	  display: block;
	  opacity: .5;
	}

	/*メニューの中身*/
	#nav-content {
	  overflow: auto;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 9999;
	  width: 90%;
	  max-width: 330px;/*最大幅（お好みで調整を）*/
	  height: 100%;
	  background: #000000;
	  transition: .3s ease-in-out;
	  -webkit-transform: translateX(-105%);
	  transform: translateX(-105%);
	  opacity:0.9;
	}


	#logo{
		float:left;
		margin:0 auto;
		width:300px;
		height:70px;
	}
	
	#logo img{
		padding-top:20px;
		width:200px;
		height:40x;
	}




	.topmain{

		width:90%;
		height:auto;
		margin: 0 auto;
	}
	.toptitle{
		font-size:3em;
		color:#ffffff;
		text-align:left;
	}

	.topdetail{
		font-size:1.5em;
		color:#ffffff;
	}
	.maincol01{
		width:88%;
		height:auto;
		float:left;
	}
	.rightcol01{
		width:10%;
		height:auto;	
		float:right;
		-webkit-text-orientation: sideways;
		text-orientation: sideways;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size:2.5em;
		color:#000000;
	}
	.coltitle{
		margin-top:0;
		font-size:2.5em;
		color:#000000;	
	}
	.coldetail{
		font-size:1.2em;
		color:#000000;	
	}

	
	.maincol02{
		width:88%;
		height:auto;
		float:right;
	}
	.leftcol02{
		width:10%;
		height:auto;	
		float:left;
		-webkit-text-orientation: sideways;
		text-orientation: sideways;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size:1.5em;
		color:#000000;

	}
	.ptate{
		font-size:1.5em;
		margin:0;
		color:#000000;
		text-align:left;
	}	









	.contents{
		width:95%;
		height:auto;
		text-align:center;
		background-color:#e6d6b0;
	    overflow: hidden; /*floatの解除、ここがポイント*/
	    position: relative; /*DWで正常にプレビューできるようになります。*/
	    zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
		display: inline-block;
	
	}
	
	
	
	.titlearea{
		width:95%;
		display: inline-block;
	}
	.newarea{
		width:95%;
		display: inline-block;
		text-align:left;
	}
	
	.mainarea{
		width:100%;
		text-align:center;
		margin: 0 auto;
		paddin-bottom:0;
		margin-bottom:0;
	
	}
	
	
	
	.nav {display:none}
	
	.rightspace{
		width:100%;
	
	}
	.rightdetail{
		width:100%;
	
	}
	
	.rightkaihatu {display:none}
	
	.leftkaihatu{
		width:100%;
	
	}
	.leftkaihatudetail{
		width:100%;
	
	}
	
	.center{
		text-align:center;
	}

	.menubuttontop{
		width:95%;
		padding-top:20px;
		display: inline-block;

	}
	.menubutton{
		width:95%;
		padding-top:20px;
		display: inline-block;
		
	}

	
	
	
	footer{
		width:100%;
		height:400px;
		text-align:center;
		background-color:#464646;
	
	}
	.footerarea{
	padding-top:100px;
	color:#ffffff;
	font-size:1.3em;
	
	}
	
	.footerleft{
		padding-left:5%;
		padding-top:40px;
		float:left;
		width:40%;
		text-align:left;
	}
	.starea{
margin: 0 auto;
text-align:center;
		width:95%;
		
	}
	.leftst{

	}
	
	.rightst{

	}

	.news{
		border-bottom:0.5px dotted #898989;
		padding-bottom:0px;
		
	}
	h4{
		font-size:1.4em;
		color:#000000;
		margin-bottom:0;
		margin-top:0;
		text-align:left;
		display: inline-block;
		width:95%;
	}
	
	
	.youtube {
		text-align:center;
	  position: relative;
	  width: 90%;
	  padding-left:10%;
	  padding-top: 56.25%;
	}
	.youtube iframe {
	text-align:center;
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 90% !important;
	  height: 90% !important;
	}
}













/* お問い合わせ用 START */
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 980px) {
  .Form {
    margin-top: 40px;
	width:95%;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .Form-Item {

    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  text-align:left;
}
@media screen and (max-width: 980px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: left;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 980px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #ff0000;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;

  max-width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
	width:100%;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #000000;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
/* お問い合わせ用 END */