@charset "UTF-8";

*{box-sizing: border-box;}

body{
  margin:0 auto;
  padding: 0;
  letter-spacing: 0.1em;
  color:rgb(59, 59, 59);
  font-weight: normal;
  height: 100%;
  font-family:serif;
}

a{
  text-decoration: none;
}


p{
  font-size: 16px;
  line-height: 1.8;
}


img{
    width: 100%;
}

.inner{
  max-width: 980px;
  margin: 0 auto;
}

iframe{
  margin-top: 30px;
  width: 100%;
  height: 200px;
}


@media screen and (max-width: 1000px){
  .inner{padding:0 5%;}
}

@media screen and (max-width: 767px){
  p{
    font-size: 14px;
    line-height: 1.6;
  }
  iframe{
    margin-top: 15px;}
}





/*------メインビジュアル-----*/
.kv{
  height:  600px;
  display: flex;
  justify-content: center;
}

.kv .main-copy{
  color: #fff;
  font-size: 25px;
  margin-top: 80px;
  letter-spacing: .0.7em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-shadow: rgb(16, 74, 126) 1px 0 10px;
}


/* video */
.video{
  width: 100%;
  height:600px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}


.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 768px) {
  /* kv */
  .kv{
    min-width: 900px;
    height: 90vh;
    margin: 0;
  }

  .kv .main-copy{
    font-size: 40px;
    margin-top: 100px;
  }


  /* video */
  .video{
    min-width: 960px;
    height: 900px;
  }
}






/*------おしらせ-----*/
.news-box{
  width:100%;
  padding: 30px 30px 20px;
  margin: -100px auto 0;
  border-left: 5px solid#3f733f;
  border-bottom: 5px solid#3f733f;
  background-color: rgba(255,255,255,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

h2{
  color:#3f733f;
  font-size: 30px;
  width: 30%;
  text-align: center;
  margin: 0 10px 0 -20px;
}

.news-text{
  display: block;
  width: 70%;
}

.news{
  padding-bottom: 10px;
  border-bottom: 2px dotted #3f733f;

}
@media screen and (max-width: 768px) {
  .news-box{
    display: block;
    margin: -30px auto 0;
  }
  h2{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news-text{
    width: 100%;
  }
}




/*------プロフィール-----*/

.profile-box{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items:start;
}

.profile{width: 65%;}
.profile-box img{width: 30%;}

h1{
  font-size: 80px;
  color: #cdcdcd;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family:Georgia, 'Times New Roman', Times, serif;
}
h3{
  font-size: 25px;
  margin-bottom: 0;
}

@media screen and (max-width:767px){
  h1{
    font-size: 50px;
    text-align: right;
  }
  h3{margin-top: -20px;}
  .profile-box{display: block; margin-top: 50px;}
  .profile{width: 100%;}
.profile-box img{
  display:block;
  border-radius: 20px;
  width: 60%;
  text-align: center;
  margin: 30px auto 0;
}

}





/*------個展-----*/
.white{
  text-align: right;
  color:#ffffff;
}

.ex-box{
  display: flex;
  justify-content: space-between;
  align-items:start;
}
.reverse{flex-direction: row-reverse}

.ex-box img{
  width: 60%;
  margin-right: 20px;
  margin-top: 30px;
}

.bold{font-weight: bold;}



.back{
  background-color: #e0ecde;
  padding: 50px 0 80px;
  margin-top: 70px;
}

.no-back{
  background-color: #ffffff;
  padding: 50px 0 10px;
  margin-top: 0px;
}



@media screen and (max-width:800px){
  .ex-box{display: block;}
  .back{
    padding: 20px 0 50px;
    margin-top: 50px;
  }
  .no-back{padding: 20px 0 0px;}
  .ex-box img{
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
  }
  .ex-text p{margin-top: -10px;}
}




/*------お問い合わせ-----*/

table {
	width: 100%;
  text-align: left;
	font-size: 16px;
	line-height: 1.5;
	border-left: 1px solid #3f733f;
	border-bottom: 1px solid #3f733f;	
}

tr{
	width: 100%;
}

th, td {
	border-top: 1px solid #3f733f;
	border-right: 1px solid #3f733f;
  background-color: #fff;
	padding: 1.5em;
  box-sizing: border-box;
  font-weight: normal;
}

th {
	width: 25%;
	vertical-align: middle;
  background-color: #e5f7e6;
}


td p{
  line-height: 1.5;
  margin: 10px 0 0;
}


input[type='text'], textarea {
	min-width: 97%;
	padding: 0.5em;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
}



.mb1em{
  margin: 15px 0;
}


textarea {
  min-width: 97%;
	min-height: 120px;
	line-height: 1.5;
}

.submit-btn {
	font-size: 16px;
  font-weight: bold;
	background-color: #6fba2c;
	text-align: center;
	color: rgb(255, 255, 255);
	height: 60px;
	line-height: 60px;
	display: block;
	width: 230px;
	margin: 40px auto 100px;
	border: none;
	cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
	background-color: #0073bb;
}

span{
  font-size: 12px;
  font-weight: bold;
  padding:3px 3px 4px 4px;
  background-color: rgb(219, 32, 32);
  color:rgb(255, 255, 255);
}

.check {
  font-size: 15px;
  text-align: center;
  margin: 50px auto;
}

.check a{text-decoration:underline;}



@media screen and (max-width: 767px){
 
  .back_blue .box{
    margin: 0;
    padding: 0;
    width: 100%;
  }

  table{
		margin: 30px 0;
	}

  th, td {
		display: block;
		width: 100%;
		font-size: 13px;
		padding: 1em 0.8em;
	}

	.submit-btn {
		font-size: 18px;
		height: 60px;
		line-height: 50px;
		width: 50%;
    margin-bottom: 80px;
	}

  span{font-size: 8px;}
}


@media screen and (max-width: 400px){
  h4{margin:60px auto 20px;}
}

footer{
  background-color: #313131;
  margin: 0;
  padding: 20px 0;
}

/*------サンクス-----*/
h5{
  font-size: 40px;
  color: #3f733f;
  margin: 150px auto 50px;
  text-align: center;
}

.center{text-align: center;}

.back_top{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  display: block;
  text-align: center;
  margin: 50px auto;
  width:280px;
  line-height: 3;
  border-radius: 5px;
  background-color: #fff;
  color: #3f733f;
  font-size: 20px;
  transition: 0.3s;
  cursor: pointer;
}

.back_top:hover{
  background: #3f733f;
}




/*------SP電話ボタン-----*/

.sp-mail img{
  width: 100px;
  height: 100px;
  opacity: 0.8;
}
.sp-mail{
  position: fixed;
  right: 20px;
  bottom: 20px;
  }
  @media screen and (max-width: 400px){
    .sp-mail img{
      width: 80px;
      height: 80px;}
  }

