@charset "UTF-8";
/* 
style.css
#179d6e
#327722
*/

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body{
	font-family: fot-tsukuaoldmin-pr6n, "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-feature-settings : "palt" 1;
	letter-spacing: 0;
	line-break:strict;/* normalは句読点のみ*/
}
body {
	color: #000;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-size: 17px;
	background: repeat #f7edd4;
	background-size:100% auto;
	text-align: center;
}
img{
  border: 0;
  max-width:100%;
  height:auto;
}
a{
	color: #179d6e;
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:hover{
	text-decoration:none;
	cursor: pointer;
}
.address_txt a{
	text-decoration: underline;
}
.address_txt a:hover{
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, p, ul, li, table{
	margin: 0;
	padding: 0;
	font-size: inherit;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.6;
	font-weight: 900;
}
h2{
	font-size: 242%;
}
h3{
	font-size: 115%;
}
h4{
	font-size: 105%;
}
p {
	line-height: 2;
  text-align: justify;
	word-break: break-all;
}
ul{
	text-align: left;
}
li{
	list-style:none;
}
table{
	border-collapse:collapse;
	text-align: left;
}
table tr{
	border-top: 1px solid rgba(0,0,0,0.3);
}
table tr:last-child{
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
table th{
	width: 12%;
	padding: 30px 15px;
	vertical-align: top;
	font-size: 16px;
}
table td{
	padding: 30px 0;
}

.forPC{
	display:block;
}
.forSP{
	display:none;
}

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

	body {
		font-size: 15px;
	}
	h1, h2, h3, h4, h5, h6{
	}
	h2{
		font-size: 160%;
	}
	h3{
		font-size: 120%;
	}
	h4{
		font-size: 110%;
	}
	p{
		line-height: 2;
	}
	table{
	}
	table tr{
	}
	table th{
		width: 20%;
		padding: 20px 8px;
		font-size: 13px;
		line-height: 1.2;
	}
	table td{
		padding: 20px 0;
	}
	.forPC{
		display:none;
	}
	.forSP{
		display:block;
	}

}



/*-----------------------------------------------------------------------------* teaser */

.t_container{
  position: relative;
  z-index: 1;
  background:#fff;
}

.main{
	background:url(../images/bg.jpg) top center repeat-x;
	background-size:auto 100%;
	height:100vh;
	box-sizing:border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.t_title{
  padding: 0;
  opacity: 0;
  margin:auto;
  width:70%;
  max-width: 390px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.t_title_img{
  display: block;
  margin: 0 auto;
  height: auto;
  max-width:100%;
}
.t_title_2{
  color:#327722;
  text-align:center;
  font-size: 24px;
  line-height: 2.5;
  letter-spacing:2px;
  margin: 0 0 20px;
  font-weight: bold;
  font-style: normal;
  position:relative;
  padding-top: 80px;
}
.t_title_2:before{
	content:"";
	height:1px;
	width:100px;
	background: rgba(255,255,255,0.5);
	position:absolute;
	left:0;
	top:0;
	right:0;
	margin: 0 auto;
	display:block;
}
.t_text{
  font-size: 18px;
  text-align:center;
  padding: 100px 0  100px;
  line-height: 3.4;
  background:url(../images/bg2.jpg) right bottom no-repeat #f3f1e8;
  background-size:1300px auto;
  height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing:border-box;
}

.t_text_open{
	text-align:center;
	font-weight:bold;
	color:#ac9151;
	font-size:150%;
	line-height:1.4;
	margin:30px;
}
.t_title_2,.t_text,.t_text_open{
  opacity: 0;
  transition: opacity 1s ease-out 1s;
  /* text-shadow: 0 0 15px rgba(0, 13, 119, 0.63); */
}
html.wf-active .t_title_2,html.wf-active .t_text,html.wf-active .t_text_open{
  opacity: 1;
}

.t_content{
	/* width:86%; */
	/* max-width:800px; */
	margin: 100px auto 0;
	/* background: #f7f4ec; */
}
.twins{
  display: block;
  margin: 20px auto 0;
  width: 100px;
  max-width: 18%;
}

@media screen and (max-width:767px) {
	.t_title{
	  padding: 100px auto 0;
	}
	.t_title_img{
	  width: 300px;
	  height: auto;
	  max-width: 90%;
	  margin-top:-50px;
	}
	.t_title_2{
	  font-size: 20px;
	  line-height: 2;
	  letter-spacing:1px;
	}
	.t_text{
	  /* margin: 30px 0  0; */
	  line-height: 2.5;
	  background-size:130% auto;
	  background-position:center bottom;
	}
}

.content-form{
	background:#fff;
	color:#222;
	width:86%;
	border-radius:40px;
	max-width:500px;
	margin: 90px auto 0;
	padding: 30px 0;
}
@supports (-webkit-backdrop-filter: blur(20px)) {
  .content-form {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.7);
  }
}

body.thanks .content-form{
	margin-top:40px;
}
.content-form .content_title{
	font-size:18px;
	text-align:center;
	width:86%;
	margin: 10px auto 15px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.content-form .content_body{
	width: 80%;
	margin: 15px auto;
}
.content-form p{
	font-size:14px;
	line-height: 1.7;
	margin:10px 0 0;
}
.content-form a{
  color:#0065DE;
  text-decoration: underline;
}
.form_item{
	display:block;
	margin: 20px 0;
	text-align:left;
}
.form_item .label_block{
	margin:0 0.5em 5px 0;
	display:inline-block;
	font-size:14px;
}
.form_item input[name="email"]{
	width:100%;
	appealance:none;
	border:1px #000 solid;
	border-radius:4px;
	font-size:18px;
	max-width:300px;
	padding:5px;
	box-sizing: border-box;
	-webkit-appearance: none;
	appealance: none;background: rgba(255,255,255,0.6);
}
.form_item-btns{
	text-align:center;
}
.form_alert{
  display: none;
  font-size: 13px;
  color:#E21C73;
  margin: 5px 0 0;
}
.form_item.error .form_alert{
  display: block;
}

.btns{
  margin: 20px 0 auto;
  text-align: center;
}
.btn{
	display:inline-block;
	appealance:none;
	background: #282424;
	border:0;
	color:#fff;
	font-size:15px;
	line-height:1.2;
	padding:15px 30px;
	min-width: 240px;
	border-radius:30px;
	box-sizing: border-box;
	max-width: 100%;
	letter-spacing: 1px;
	cursor: pointer;
	outline: none;
	transition: all 0.3s ease-out;
}
.btn:hover{
  background: #5c4545;
}
.btn-min{
    font-size:inherit;
    min-width:0;
    padding: 5px 10px;
    background:none;
    border:#282424 1px solid;
    color:#282424;
    font-size:80%;
    margin:0 0 0 0.4em;
}
.btn-2{
	background:#fff;
	border: #282424 1px solid;
	color: #282424;
}
.btn-2:hover{
  background: #fff;
	border:#5c4545 1px solid;
	color:#5c4545;
}


.more_bnr,.fadein_bnr{
  opacity: 0;  
}

#footer{
	margin: 100px 0 0;
	position: relative;
}
.footer_link{
	font-size:13px;
	text-align:center;
	color:#000;
}
.footer_link a{
	color:#00000096;
	text-decoration:underline;
}
.footer_text{
	text-align:center;
	position: relative;
}
.footer_logo{
	display: block;
	text-align:center;
	margin: 20px auto 0;
	position: relative;
	width: 100px;
}
.copyright{
  color:#666;
  color:rgba(0,0,0,0.4);
  font-size: 11px;
  letter-spacing: 2px;
  text-align:center;
  padding:30px 0;
  line-height:1.8;
}
@media screen and (max-width:767px) {
	#footer{
		margin: 120px 0 0;
	}
}

.fix_bgs{
  position: fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  
}
.fix_bgs_inner{
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  
  -webkit-animation-duration: 50s;
	animation-duration: 50s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: zoom;
	animation-name: zoom;
	-webkit-transform-origin: center center;
	transform-origin: center center;

}
.fix_bg{
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  /*background: url(../images/t_bg_pc.jpg) center top  no-repeat #fff;*/
  background-size:100% auto;
  background-size:cover;
}

@media screen and (max-width:767px) {
  .fix_bg{
    /*background-image:url(../images/t_bg_sp.jpg);*/
    background-position:center top;
  }
}


@-webkit-keyframes zoom {
	from {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} to {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,0px) scale(1.5,1.5) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}

@keyframes zoom {
	from {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} to {
		animation-timing-function: ease-out;
		transform: translate(0px,0px) scale(1.5,1.5) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}


@-webkit-keyframes zoominfadein {
	from {
		-webkit-animation-timing-function: linear;
		-webkit-transform: scale(0.9);
		opacity: 0;
	} to {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		opacity: 1.0;
	} 
}

@keyframes zoominfadein {
	from {
		animation-timing-function: linear;
		transform: scale(0.9);
		opacity: 0;
	} to {
		animation-timing-function: ease-out;
		transform: scale(1);
		opacity: 1.0;
	} 
}

@-webkit-keyframes fadein {
	from {
		-webkit-animation-timing-function: linear;
		-webkit-transform: scale(0.95);
		opacity: 0;
	} to {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		opacity: 1.0;
	} 
}

@keyframes fadein {
	from {
		animation-timing-function: linear;
		transform: scale(0.95);
		opacity: 0;
	} to {
		animation-timing-function: ease-out;
		transform: scale(1);
		opacity: 1.0;
	} 
}


.content{
	padding: 80px 0;
	background:#ededed;
	text-align:center;
}
.content_inner{
	max-width:1200px;
	width:86%;
	margin: 0 auto;
}
.content_text{
	text-align:center;
	margin:30px;
}
.bnrs{
	text-align:center;
	margin: 30px auto;
}