@charset "utf-8";


/*TOP*/

article.index{
	width: 100%;
	line-height: 2;
	 text-align: center;
}
.index .post-password-form p{
	margin-top: 80px;
	font-size: 14px;
}
.index h2{
	display: inline-block;
	padding: 0 0 5px;
	margin-bottom: 70px;
	font-size:22px;
	color: #303030;
}



section.slide{
	width: 1041px;
	padding: 0 10px;
	margin: 0 auto 30px;
	text-align: center;
	overflow: hidden;
}


.index .news{
	width: 1031px;
	padding: 0 15px;
	margin: 70px auto;
}
.index .news.short{ width: 400px; }
.index .news h2{
	display: block;
	float: left;
	width: 135px;
	height: 80px;
	padding-top: 35px;
	margin: 0 20px 0 0;
	font-size: 19px;
	line-height: 1;
	border-bottom: none;
	background: #f6f7f9;
}
.index .news h2 a{
	color: #ea574d;
}
.index .news h2 a span{
	display: block;
	margin-top: 10px;
	font-size: 17px;
}
.index .news ul{
	float: left;
	width: 876px;
	padding-top: 7px;
}
	
.index .news li{
	padding: 0 0 7px 10px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #666;
	text-align: left;
}
.index .news a{color: #303030; }



.index .about{
	width: 100%;
	margin: 0 auto 105px;
	background: #f6f6f8;
}
.index .about div{
	width: 974px;
	padding-top: 40px;
	margin: 0 auto;
}
.index .about h2.main-title{
	margin: 0 auto 45px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 26px;
	font-weight: bold;
	color: #ea574d;
	border-bottom: none;
}
.index .about h2.main-title span{
	display: block;
	font-family: '小塚ゴシック Pro M','Kozuka Gothic Pro Light',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	color: #222;
}
.index .about div p{
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
}
.index .about ul{
	width: 872px;
	margin: 0 auto 60px;
}
.index .about li{
	float: right;
	width: 596px;
}
.index .about li:first-child{
	float: left;
	width: 220px;
}
.index .about ul h2{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	border-bottom: none;
}
.index .about ul h3{
	display: table;
	padding: 0 1em;
	margin: 0 auto;
	font-size: 16px;
	color: #b09c53;
	background: none;
}
.index .about li img{ width: 100%; }
area:active{outline:none;}

.index .social{
	width: 1061px;
	margin: 0 auto;
}
.index .social .fb,.index .social .twi{
	float: left;
	width: 333px;
	margin-right: 15px;
}
.index .social .insta{
	float: left;
	width: 293px;
	padding: 0 20px 20px;
	margin-right: 15px;
	border: 1px solid #b09c53;
}
.index .social .insta h2{
	width: 333px;
	margin: 0 0 20px -20px;
	font-size: 23px;
	font-weight: bold;
	color: #b09c53;
	border-bottom: 1px solid #b09c53;
}
.index .social .insta h3{
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: bold;
	color: #b09c53;
}
.index .social .insta p{
	font-size: 13px;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 10px;
}
.index .social .insta img{ width: 100%; }


.index .topics{
	width: 1210px;
	padding-bottom:105px;
	margin: 0 auto 60px;
}
.index .topics ul{
	width: 1125px;
	padding-left: 85px;
	margin: 0 auto 60px;

}
.index .topics li{
	float: left;
	width: 290px;
	min-height: 380px; 
	margin-right: 85px;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
}
.index .topics a span{
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
}
.index .topics a,.index .info a,.news a{ color: #303030; }
.index .img,.index .info img{ margin-bottom: 20px; }
.index .topics img{ margin-bottom: 5px; }

@media screen and (max-device-width: 720px) {
article.index{
	width: 100%;
	margin: 0;
	line-height: 2;
}
.index .post-password-form p{
	margin-top: 80px;
	font-size: 14px;
}
.index h2{
	display: inline-block;
	padding: 0 0 5px;
	margin-bottom: 70px;
	font-size:22px;
}



section.slide{
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
}


.index .news{
	width: 90%;
	padding: 0;
	margin: 0 5%;
}
.index .news h2{
	display: block;
	float: none;
	width: 100%;
	height: auto;
	padding: 10px 0 ;
	margin: 0 0 10px;
	font-size: 19px;
	color: #ea574d;
}
.index .news h2 a span{ display: inline-block; }
.index .news ul{
	float: none;
	width: 100%;
	padding-top: 0;
}
	
.index .news li{
	padding: 0 0 10px 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #666;
	text-align: left;
}
.index .news a{ color: #303030; }



.index .about{
	width: 100%;
	margin: 0 auto 105px;
	background: #f6f6f8;
}
.index .about div{
	width: 90%;
	padding-top: 20px;
	margin: 0 5%;
}
.index .about h2.main-title{
	margin: 0 auto 20px;
	font-size: 26px;
	font-weight: bold;
	color: #ea574d;
	border-bottom: none;
}
.index .about h2.main-title span{
	display: block;
	font-family: '小塚ゴシック Pro M','Kozuka Gothic Pro Light',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	color: #222;
}
.index .about div p{
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
}
.index .about ul{
	width: 100%;
	margin: 0 auto 30px;
}
.index .about li{
	float: none;
	width: 100%;
}
.index .about li:first-child{
	float: none;
	width: 100%;
}
.index .about ul h2{
	margin-bottom: 10px;
	font-size: 22px;
}
.index .about ul h3{
	padding: 0 1em;
	margin: 0 auto;
	font-size: 16px;
}
.index .about img{ width: 100%; }

.index .social{
	width: 90%;
	margin: 0 5%;
}
.index .social .fb,.index .social .twi{
	float: none;
	width: 100%;
	margin: 0 0 30px;
}
.index .social .insta{
	float: none;
	width: 89%;
	padding: 0 5% 20px;
	border: 1px solid #b09c53;
}
.index .social .insta h2{
	width: 110%;
	margin: 0 0 20px -5%;
	font-size: 23px;
}
.index .social .insta h3{
	margin-bottom: 20px;
	font-size: 17px;
}
.index .social .insta p{
	margin-bottom: 10px;
	font-size: 13px;
	text-align: left;
	line-height: 1.5;
}
	


/* ☆ */

.index .topics{
	width: 88%;
	margin: 0 auto;
}

.index .topics p{
	font-size: 13px;
	line-height: 1.2;
	text-align:left;
	margin-bottom:15px;
}

.index .topics p span{
	font-size: 11px;
	text-align:left;
	color:#777777;
}


.index .topics a,.index .info a,.news a{ color: #303030; }
.index .img,.index .info img{ width: 90%; margin-bottom: 20px; }
.index .topics img{ width: 100%; }
}