/* =========================== メインエリア =========================== */

body{
	background-color: #fff;
}

main{
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
}

.ttl_container{
	text-align: center;
	font-size: 1.2em;  
	padding: 3em 0; 　　/*上下の余白設定*/
}

.ttl{
	color:#362613;
	font-size: 2.2em;　/*タイトルサイズ*/
	line-height: 1.6em;
	font-weight:800;
	text-align: center;
}

.ttl_mini{
	font-size:1.3em;
}


.kikan{
	color:#362613;
	font-size: 1.5em;
	font-weight:800;
	line-height: 1.5em;
}

.honten{
	width: 500px;
	margin: 0 auto;
}


/* =========================== コンテンツエリア =========================== */


.section_yellow{
	background: #fcf1d4;
	padding: 3.5rem 1.25rem 4rem 1.25rem;
	width: 100%;
}

.section_white{
	background: #ffffff;
	padding: 3.5rem 1.25rem 4rem 1.25rem;
	width: 100%;
}

.event_container {
	max-width: 960px;
	/*width:50%;*/
	margin: 0 auto;
}


.event_no{
	max-width: 100px;
	margin: 0 auto;
}



.event_ttl01{
	color:#5c2b0d; /*イベントのタイトル*/
	line-height: 1.1em; /*イベントタイトルpc*/
	text-align: center;
	font-weight:600;
	font-size: 3.5em;
	margin: 0px 0px 35px 0px;
}

span.mini{
	font-size: 0.525em;
}



.event_text {
	width:90%;
	margin: 0 auto;
	font-size: 17px;
	font-weight: 600;
	color: #4d4d4d;
	line-height: 1.8;
}

.event_mini{
	width:90%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8em;
}


.event_img{
	display: flex;
	justify-content: center;
}

.link_txt {
	margin: 50px 0px 20px 0px;
	text-align: center;
}

.link_txt span {
	font-size: 19px;
	font-weight: 700;
	color: #008cc1;
	line-height: 1;
	text-align: center;
	border-bottom: solid 5px #f2c500;
}


.link_gaufren{
	width: 55%;
	margin: 0 auto;
	border: 2px #008cc1 solid;
}

.link_line{
	width: 40%;
	margin: 0 auto;
}


.link_present{
	margin-top:70px;

}

.present_text{
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8em;	
	margin-top: 15px;
}


/* =========================== max-width: 767px =========================== */

/* =========================== SPメインエリア =========================== */

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

main{
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
}

	
.ttl_container{
	width:90%;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.7;
	background-color: #fff;
	}

.ttl{
	color:#362613;
	font-size: 28px;
	line-height: 1.4;
	font-weight:800;
	text-align: center;
}

.ttl_mini{
	font-size:18px;
}

.ttl_mini span{
	letter-spacing: 2.8px;
}
	
.kikan{
	color:#362613;
	font-size: 18px;
	font-weight:800;
}

.honten{
	width: 80%;
	margin: 0 auto;
}	
	
	
	
/* =========================== SPコンテンツエリア =========================== */	


.section_yellow{
	padding: 2.0rem 1.25rem 4rem 1.25rem;
}

.section_white{
	padding: 2.0rem 1.25rem 4rem 1.25rem;
}	
	
	
	
.event_container {
	width:100%;
	margin: 0 auto;
}
	
.event_no{
	max-width: 80px;
	margin: 0 auto;
}



.event_ttl01{
	color:#5c2b0d;
	text-align: center;
	line-height: 0.8em; /*イベントタイトルSP*/
	font-weight:500;
	font-size: 2em;
	margin: 0px 0px 10px 0px;
}

span.mini{
	font-size: 0.5em;
	vertical-align : middle;
}


span.normal{
	line-height: 1.3em;
}
	
	
.event_text {
	width:95%;
	font-size: 15px;
	color: #4d4d4d;
	line-height: 1.5;
	padding: 0px 5px 30px 5px;
}
	
.event_mini{
	width:95%;
}
	
.link_txt {
	margin: 0px 0px 10px 0px;
	text-align: center;
}

.link_txt span {
	font-size: 13px;
}	
	
.link_gaufren{
	width: 80%;
	margin: 0 auto;
	border: 2px #008cc1 solid;
}
	
.link_line{
	width: 80%;
	margin: 0 auto;
}
	
.link_present{
	margin-top:40px;

}	
.present_text{
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.8em;	
	margin-top: 15px;
}
	
}



/* 
.show {
   opacity: 0;
   transform: translate(0, 50px);
   transition: opacity 0.5s ease, transform 0.5s ease;
}



上からフェードイン 
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン 
.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s ease-out;
 }
*/

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 0.5s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 0.5s ease-out;
 }
