@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
	text-align: justify
}
h1, h2, img, a, ul, li{
	margin:0;
	padding:0;
	border:0;
}
ul, li{
	list-style:none;
}
a{
	text-decoration:none;
	transition:0.2s;
}
a:hover{
	transition:0.4s;
}

html{
	background:#d0111b;
}
html, body {
	width:100%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#333;
	font-size:24px;
	max-height:100%;
	-webkit-text-size-adjust:100%;
}

#wrapper{
	width:750px;
	margin:0 auto;
	box-shadow:0 0 100px rgba(0,0,0,0.2);
	background:linear-gradient(#FFFEF7, #FFF9DE);
	box-shadow:0 0 200px 50px #FFF;
	background:#FFF9DE;
}


/* ----------------------------
　　ヘッダー
----------------------------- */
#header{
	width:100%;
}
#header h1 img{
	width:100%;
	min-height:382px;
}
#header p{
	width:90%;
	margin:20px auto;
	line-height:1.5em;
	margin-bottom:0;
}
#header span{
	display:block;
	width:90%;
	margin:12px auto;
	font-size:0.55em;
	line-height:1.8em;
	white-space:nowrap;
}


/* ----------------------------
　　メニュー
----------------------------- */
#menu{
	width:90%;
	margin:30px auto;
}
#menu ul{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}
#menu ul li{
	width:18%;
	margin:5px auto;
}
#menu ul li a{
	display:block;
	width:95%;
	padding:8px 2%;
	border-radius:8px;
	border:2px solid #D0121B;
	text-align:center;
	color:#D0121B;
	font-weight:bold;
	font-size:24px;
	background:#FFFEF7;
}
#menu ul li a:hover{
	background:#D0121B;
	color:#fff;
}
#menu ul li a.off{
	opacity:0.2;
	pointer-events:none;
}


/* ----------------------------
　　コンテンツ
----------------------------- */
div.area{
	width:90%;
	margin:40px auto;
}

h2{
	width:100%;
	background:#D0121B;
	color:#fff;
	text-align:center;
	font-size:30px;
	letter-spacing:0.2em;
	border-radius:8px;
	padding:12px 0;
}
h2.off{
	opacity:0.2;
}

div.area ul{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
div.area ul li{
	display:inline-block;
	width:49%;
	height:auto;
	margin:10px 2% 0 0;
	letter-spacing:normal;
	overflow:hidden;
	background:#FFFEF7;
	position:relative;
	width:330px;
	height:330px;
	margin:15px 15px 0 0;
}
div.area ul li:nth-child(2n){
	margin-right:0;
}
div.area ul li img{
	width:100%;
	vertical-align:bottom;
	min-height:330px;
}
div.area ul li a{
	pointer-events: none;
}
div.area ul li p{
	position:absolute;
	width:90%;
	padding:0.5em 5%;
	background:rgba(208,18,27,0.5);
	color:#fff;
	left:0;
	bottom:0;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.2em;
/*
	text-align:center;
	text-shadow:1px 1px 1px #D0121B,
	1px -1px 1px #D0121B,
	-1px 1px 1px #D0121B,
	-1px -1px 1px #D0121B,
	0 0 22px #D0121B;
*/
	text-shadow:0 0 2px #D0121B, 0 0 4px #D0121B, 0 0 8px #D0121B;
	transition:0.4s;
	opacity:1;
}
div.area ul li:hover p{
	transition:0.8s;
	opacity:0;
	bottom:-1em;
}


/* ----------------------------
　　フッター
----------------------------- */
#footer{
	width:100%;
	margin:20px auto 0;
	background:#D0121B;
	font-size:0.8em;
	text-align:center;
	padding:10px 0;
}

#footer p{
	color:#fff;
	text-align:center;
}
#footer p a{
	color:#fff;
}
#footer p a:hover{
	color:#ccc;
}

/* --戻るボタン-- */
p.pagetop {
	position: fixed;
	right:calc(50% - 360px);
}
p.pagetop a{
	background:rgba(208,18,27,0.3);
	color:#FFFEF7;
	padding:0.4em;
	border-radius:8px;
	font-size:1.2em;
	/* box-shadow:0 0 0.5em #FFF9DE; */
}
p.pagetop a:hover{
	background:rgba(208,18,27,0.8);
}



/* ----------------------------
　　フッター
----------------------------- */

#banner {
	width:650px;
	margin:80px auto;
	text-align:center;
}
#banner a:hover {
	opacity:0.8;
}
#banner img.urala {
	width:200px;
	height:82px;
	margin:30px 8px 0 8px;
}





/* ----------------------------
　　SNSシェア
----------------------------- */

#header p a{
	display:inline-block;
	width:6em;
	background:#000;
	color:#FFF;
	border-radius:6px;
	margin-right:0.6em;
	text-align:center;
	font-family:sans-serif;
	font-size:0.6em;
	line-height:30px;
	margin-top:6px;
	vertical-align:middle;
	float:right;
	overflow:hidden;
	font-weight:bold;
	opacity:0.1;
	box-shadow:0 0 6px #FFF;
}
#header p a:hover{
	opacity:1;
}
#header p a.twitter{
	background:#55acee;
}
#header p a.facebook{
	background:#3B5998;
}
#header p a.line{
	background:#00b900;
}