@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


.box img{
	width:96%;	
	display: block;
        margin: 0 auto 20px;
}


h2 {
	margin:50px 0;
	font-size:16px;
	text-align:center;
	line-height:1.5em;
	letter-spacing: 1px;
	font-weight: bold;
	color: #dd0000;
	font-family: 'Montserrat',sans-serif;
}


.box p {
	margin:10px 0 20px;
	font-size:13px;
	text-align:center;
	line-height:1.8em;
	letter-spacing: 1px;
	font-weight: normal;
	color: #dd0000;
	font-family: 'Montserrat',sans-serif;
}

.news {
	margin:10px 10% 10px;
	font-size:13px;
	text-align:left;
	line-height:1.8em;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: 'Montserrat',sans-serif;
}




hr{
	margin:20px 2% 30px;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #dd0000;

}

.PN ul {
 font-size: 0;
 margin:0 0 0 30px;
 }
 
 
.PN ul li {
 display: inline-block;
 width: 19%;
 position: relative;
 }
 
 
.PN ul li::before {
 content: "";
 display: block;
 width: 100%;
 height: 0;
 padding-top: 100%;
 }
 
 
.PN ul li a {
 overflow: hidden;
 position: absolute;
 top: 0;
 width: 100%;
 height: 100%;
 }
 
 
.PN ul li a img {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 height: auto;
 }



/* ▼ 分割 カテゴリ ▼ */
.box2 ul, .box3 ul {
	margin:0 20px;
	padding:0;
	list-style:none;
}


.box2 li a, .box3 li a {
	display:block;
	padding:5px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px;
	border: 6px solid #ffffff;
	color: #dd0000;
	background: #ffe1e1;
	border-radius: 10px;
	text-decoration: none;
	
}

.box2 ul:after, .box3 ul:after {content:"";
	display:block;
	clear:both;	
}


.box2 li {
	float:left;	
	width:50%;
}

.box2 li:nth-child(2n+3) {
	clear:both;	
}


.box3 li {
	float:left;	
	width:33.3%;
}

.box3 li:nth-child(3n+4) {
	clear:both;	
}


.Button p {
}


.Button a {
	text-decoration: none;
}

.text_But {
	display: block;
	width:80%;	
	margin:25px auto 50px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	padding: 15px;
	color: #dd0000;
	background: #ffe1e1;
	font-family: 'Montserrat',sans-serif;
	border-radius: 10px;
}


