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



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;
}

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でレイアウト崩れを防ぐためのものです。*/

}
#newjob{
	text-align:center;
    margin-left: auto;
    margin-right: auto;
}

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


	width:750px;
}

.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;
}

.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:20px;
	width:980px;
	height:55px;

	margin: 0 auto;
	margin-bottom:5px;
}

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

.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;
	background-color:#000000;



}


.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;
}









/* 980以上の場合 */
@media screen and (min-width: 980px){
	#newjob a{
	    text-decoration:none; 
		color:#ffffffff;
		font-size:1.5em;
	}
	.jobbutton{
		background-color:#000000;
		width:50%;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
	    margin-left: auto;
	    margin-right: 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-attachment: fixed;
		background-size: cover;
		background-position: center;
		background-image: url('img/001.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;
		
	}

	.box {
	
	
	  position: absolute;
	  top: 60%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	
	}
	
	.box img{

	    height: auto;
	}
	.box2 {
	
	
	  position: absolute;
	  top: 60%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	
	}
	
	.box2 img{

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

	#nav li.two {
	  width: 200px;
	  text-align: center;
	  display: inline-block;
	  font-size: 15px;
	}
	#nav li.three {
	  width: 120px;
	  text-align: center;
	  display: inline-block;
	  font-size: 15px;
	}
	#nav li.four{
	  width: 120px;
	  text-align: right;
	  display: inline-block;
	  font-size: 15px;
	}
	#nav li a {
	  text-decoration: none;
	  color: #fff;
	}

	.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;
	}

}











@media screen and (max-width: 980px){
	#newjob a{
	    text-decoration:none; 
		color:#ffffffff;
		font-size:1.4em;
	}
	.jobbutton{
		background-color:#000000;
		width:80%;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
	    margin-left: auto;
	    margin-right: auto;
	}
/*横揺れ対策*/
	html {
	    overflow-x: hidden;
	    -webkit-overflow-scrolling: touch;
	}
	body {
	    overflow-x: hidden;
	    -webkit-overflow-scrolling: touch;
	}
	/*ここまで*/

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


	.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%;
		text-align:center;

	}
	
	.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('img/001.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;
		background-color:#000000;
		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;
	  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: #555;
	  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;
	}












	.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:100px;
		text-align:center;
		background-color:#000000;
	
	}
	.footerarea{
	padding-top:15px;
	color:#ffffff;
	font-size:1em;
	text-align:center;
	
	
	}
	
	.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%;
	}
}













/* お問い合わせ用 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 */