@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/

.main {
	position: relative;
}
.main div img {
	width: 100%;
}

.m_ttl {
	position: absolute;
	top:45%;
	left: 0;
	width: 100%;
	text-align: center;
}

.sec {
	margin-bottom: 60px;
}
.sec:last-child {
	margin-bottom: 0;
}

.container h2.ttl {
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
	color: #705300;
	margin-bottom: 25px;
}

.container .read {
	text-align: center;
	font-size: 18px;
	line-height: 2;
}


.container h3.cttl {
	text-align: center;
	font-size: 25px;
	line-height: 1.3;
	color: #705300;
	margin-bottom: 20px;
}
.container h3.cttl span.en {
	display: block;
	font-family:"游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;
	text-align: center;
	font-size: 23px;
	line-height: 1;
	color: #000;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.container h3.cttl span.en::after {
	content: "";
	position: absolute;
	bottom:0;
	left: calc(50% - 18px);
	width: 36px;
	height: 1px;
	background: #000;
}




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

.m_ttl {
	top:45%;
}

.sec {
	margin-bottom: 40px;
}
.sec:last-child {
	margin-bottom: 0;
}

.container h2.ttl {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.container .read {
	font-size: 14px;
	line-height: 2;
}


.container h3.cttl {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.container h3.cttl span.en {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.container h3.cttl span.en::after {
	left: calc(50% - 18px);
	width: 36px;
}
	
}


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

	
}