@charset "UTF-8";

/* CSS Document */

html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
}
body {
	font-family: 'Noto Sans JP', serif;
	color:#2e1c15;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 220%;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}

/*==================================================

title
==================================================*/


h1 {
	font-size: 3.3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h2 {
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 180%;
	text-align: center;
}
h3 {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: 0.1em;
	text-align: center;
}
h4{
	font-size: 2.5rem;
	margin: auto;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.1em;
}
h5 {
	font-size: 2.0rem;
	line-height: 160%;
	letter-spacing: 0.1em;
}h6 {
	font-size: 1.6rem;
	line-height: 160%;
	letter-spacing: 0.1em;
}

h1,h2,h3,h4,h5,h6 {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

p {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-wrap: break-word;
}
.tS{
	font-size: 0.9em;
	line-height: 1.6em;
}
.tL{
	font-size: 1.2em;
	width: 96%;
	color: #595757;
	margin: auto;
}

/* micro cf */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/*==================================================

link img
==================================================*/

a {
	color: #888888;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #225598;
}

a.fade:hover {
	opacity: 0.7;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0; 
	-ms-interpolation-mode: bicubic;
}

/*==================================================

table
==================================================*/

table{
	width: 100%;
	margin: 5% auto 8%;
	border-top: 1px solid #7b7472;
}
table th,
table td{
	padding: 15px 20px;
	border-bottom: 1px solid #dfdfdf;
	text-align: left;
	vertical-align: top;
}
table th{
	background: #f2f2f2;
	white-space: nowrap;
}
table.thr th{
	text-align: right;
}
table td span{
	display: inline-block;
}

.form-style table th span.need{
	font-size: 0.7em;
	color: #ffffff;
	background: #8d2220;
	border-radius: 5px;
	margin-left: 10px;
	padding:  1px 6px;
	font-weight: 400;
}
.form-style table th span.needy{
	font-size: 0.7em;
	color: #ffffff;
	background: #b78b2e;
	border-radius: 5px;
	margin-left: 10px;
	padding:  1px 6px;
	font-weight: 400;
}



.spbr{
	display: none;
}.pcbr{
	display: block;
}
@media only screen and (max-width: 960px) {
}
@media only screen and (min-width:1px) and (max-width: 768px) {

table.resp th,
table.resp td{
	width: 100%;
	display: block;
	padding: 10px 10px;
	text-align: left;
}
}

@media only screen and (min-width:1px) and (max-width: 530px) {
.spbr{
	display: block;
}.pcbr{
	display: none;
}
}
/*==================================================

margin
==================================================*/

.mt-space3p {margin-top: 3%!important;}
.mt-space5p {margin-top: 5%!important;}
.mt-space8p {margin-top: 8%!important;}

.mb-space3p {margin-bottom: 3%!important;}
.mb-space5p {margin-bottom: 5%!important;}

/*==================================================

list
==================================================*/

ol,ul {
  list-style:none;
  margin: 0;
  padding: 0;
}

hr {
	background-color: #FFF;
	border-top: 2px dotted #ededed;
	margin: 10px 0 20px;
}

.Flexbox{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.Flexboxcenter{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;
	display:flex;
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;
	justify-content:center;
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:center;
	align-items: center;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}


@media only screen and (max-width: 960px) {
	
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 2.8rem;
		letter-spacing: 0;
	}
	h4 {
		font-size: 1.8rem;
	}
	h5,h6 {
		font-size: 1.8rem;
	}

}
@media only screen and (max-width: 768px) {
	
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 2.5rem;
	}
	h4 {
		font-size: 1.7rem;
	}
	h5,h6 {
		font-size: 1.6rem;
	}

}
@media only screen and (max-width: 530px) {
	body ,p,ol,ul{
		line-height: 1.8em;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 2.0rem;
	}
	h3 {
		font-size: 2.0rem;
	letter-spacing: 0.05em;
	}
	h4 {
		font-size: 1.6rem;
	}
	h5,h6 {
		font-size: 1.5rem;
	}
	
}

@media only screen and (max-width: 480px) {
	
	h3 {
		font-size: 2.0rem;
	}
	
}

/*==================================================

メイン画像
=================================================*/

.top-image,.main-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	overflow: hidden;
	margin: 70px auto 0;
	padding: 0 20px;
}
.top-image img,.main-image img,
#contents .photo img,
.history_img img{
	width: 100%;
	height: auto;
}


.top-image .catch {
	margin: 0 auto;
	position: absolute;
	top: 38%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
	right: 0;
	left: 0;
	z-index: 1;
	width: 28%;
}
/*
.top-image .slick-slide .catch .catchfade {
	opacity: 0; transform: scale( 0 ); 
}*/
.top-image .slick-slide.slick-active .catch .catchfade {
  animation: SlideScaleAni 1s ease .5s 1 normal both;
}
@keyframes SlideScaleAni {
  0% { opacity: 0;  }
  100% { opacity: 1;  }
}


.top-image .waku {
	border: 2px solid #fff;
	/*width: 60%;*/
	padding: 15px 30px 10px;
	position: absolute;
	margin: 0 auto;
	position: absolute;
	top: 60%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
	right: 0;
	left: 0;
	color: #fff;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 5rem;
	font-weight: 500;
}

.top-image .waku.waku01{
	width: 680px;
}
.top-image .waku.waku02{
	width: 500px;
}
.top-image .waku.waku03{
	width: 480px;
}

/*========= 1文字ずつ出現させるためのCSS ===============*/

.slick-slide .eachTextAnime span{
}

.slick-slide.slick-active .eachTextAnime span{ 
	opacity: 0;
	animation:text_anime_on 2s ease-out 1s forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  30% {opacity:0;}
  100% {opacity:1;}
}


.main-image .title {
	margin: 0 auto;
	position: absolute;
	bottom:10%;
	right: 10%;
	z-index: 3;
	color: #fff;
}

.main-image .title h2{ 
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff;
	font-size: 15.0rem;
	letter-spacing: 0.03em;
	font-style: italic;
	z-index: 1;
	text-align: right;
	font-weight: 300;
	line-height: 0.8em;
	margin-bottom: 7%;
}

.main-image .title p{
	font-weight: 500;
	font-size: 2.5rem;
	text-align: right;
	padding: 15px 15px;
}


.inner{
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}

.pc-img{
	display: block;
}
.sp-img{
	display: none;
}

@media only screen and (min-width:1px) and (max-width: 1200px) {
.inner{
	padding: 0 20px;
}
}
@media only screen and (min-width:1px) and (max-width: 1080px) {
.top-image {
	margin: 70px auto 0;
}

.main-image .title h2{ 
	font-size: 12rem;
}

.main-image .title p{
	font-size: 2.2rem;
	padding: 10px 10px;
}
	
.top-image .waku {
	height: 80px;
	font-size: 4.0rem;
}
.top-image .waku.waku01{
	width: 620px;
}
.top-image .waku.waku02{
	width: 430px;
}
.top-image .waku.waku03{
	width:380px;
}
.slick-slide .eachTextAnime span{
	/*opacity: 0;
	font-size: 4.0rem;
	left: 0.01em;*/
}
}
@media only screen and (min-width:1px) and (max-width: 960px) {

.main-image .title h2{ 
	font-size: 10rem;
}

	.main-image .title p{
	font-size: 2.2rem;
	padding: 10px 10px;
}
	
}
@media only screen and (min-width:1px) and (max-width: 768px) {

.inner{
	padding: 10px 15px;
}

.top-image,.main-image {
	padding: 0 10px;
	overflow: hidden;
}
.main-image .photo{
	width: 150%;
	margin: 0 -25%;
}
	
.top-image .catch {
	top: 34%;
	width: 40%;
}
.top-image .waku {
	border: 2px solid #fff;
	padding: 30px 10px;
	top: 64%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
	height: auto;
	font-size: 3.0rem;
}
.top-image .waku {
	height: 70px;
}
.top-image .waku.waku01{
	width:480px;
}
.top-image .waku.waku02{
	width: 320px;
}
.top-image .waku.waku03{
	width:280px;
}
	
.main-image .title h2{ 
	font-size: 8rem;
}

.main-image .title p{
	font-size: 1.8rem;
	padding: 10px 5px;
}
	
	
}
@media only screen and (min-width:1px) and (max-width: 530px) {
.inner{
	padding: 0px 10px;
}
	
.pc-img{
	display: none;
}
.sp-img{
	display:block;
}

.top-image .waku {
	border: 1px solid #fff;
	padding: 10px 10px;
	
	top: 67%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
	height: auto;
	height: 35px;
	font-size: 1.8rem;
}
.top-image .catch {
	margin: 0 auto;
	position: absolute;
	top: 37%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	width: 150px;
}
.top-image .waku.waku01{
	width: 300px;
}
.top-image .waku.waku02{
	width: 200px;
}
.top-image .waku.waku03{
	width: 180px;
}

.main-image .photo{
	width: 160%;
	margin: 0 -30%;
}	
.main-image .title{
		right: 5%;
	}	
.main-image .title h2{ 
	font-size: 6rem;
}

.main-image .title p{
	font-size: 1.5rem;
	padding: 5px;
	line-height: 1.0em;
	margin: 0;
}
	
}
