@charset "UTF-8";

/*/////-----CONTENTS-----/////*/

#contents{
	width:100%;
	
	background-color:#f0f0f0;
	color:#000;
}

.page div.content{
	box-sizing: border-box;
	padding:20px 0;
}

.page div.content-inner{
	width:100%;
	margin:0 auto;
	max-width: 800px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	color:#000;
	
	margin-bottom:20px;
}

.page div.content-inner:last-child{
	margin-bottom:0;
}

@media only screen and (min-width: 720px){
	
	.page div.content-inner{
		padding:20px;
	}
	
}

@media only screen and (min-width: 800px){
	
	.page div.content-inner{
		border-radius:10px;
	}
	
}

/*/////-----PAGE-HEADER-----/////*/

.page-header{
	width:100%;
	
	background-color:#fff;
	color:#000;
	
	box-sizing: border-box;
	padding:10px;
}

.page-header div.cover{
	width:100%;
	margin:0 auto;
	max-width: 960px;
}

.page-header p.thumbnail{
	width:100%;
	margin:0 auto;
	max-width: 480px;
	
	position: relative;
}

.page-header p.thumbnail:before{
	display:block;
	content:"";
	
	width:100%;
	
	box-sizing: border-box;
	padding-top:75%;
}

.page-header p.thumbnail img{
	width:100%;
	height:100%;
	
	position: absolute;
	top:0;
	left:0;
	
	object-fit: cover;
	object-position: top center;
	
	border-radius:10px;
}

.page-header h2{
	font-family: 'Noto Serif JP', serif;
	font-size:2.0rem;
	line-height:80px;
	
	text-align: center;
	
	background-color:inherit;
	color:#f40;
}

.page-header p.caption{
	width:100%;
	margin:0 auto;
	max-width: 800px;
}

/*/////-----PAGE-FOOTER-----/////*/

.page-footer{
	width:100%;
	
	background-color:#fff;
	color:#000;
	
	box-sizing: border-box;
	padding:10px;
}

.page-footer h3{
	font-family: 'Noto Serif JP', serif;
	font-size:1.25rem;
	line-height:60px;
	
	color:#f40;
	
	text-align: center;
}

.page-footer h3 span.note{
	display:inline-block;
	
	box-sizing: border-box;
	padding:0 60px;
	
	position: relative;
	
	/*background-color:#f0f0f0;*/
}

.page-footer h3 span.note:before{
	display:block;
	content:"";
	
	width:40px;
	height:1px;
	
	background-color:#f40;
	
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	
	margin:auto 0;
}

.page-footer h3 span.note:after{
	display:block;
	content:"";
	
	width:40px;
	height:1px;
	
	background-color:#f40;
	
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	
	margin:auto 0;
}

.page-footer div.social{
	box-sizing: border-box;
	padding:10px;
}

.page-footer div.social ul{
	font-size:0;
	line-height:1.0rem;
	
	text-align: center;
}

.page-footer div.social ul li{
	display:inline-block;
	
	margin:0 5px;
}

.page-footer div.social ul li a{
	display:block;
	
	width:50px;
	height:50px;
	
	background-color:#f40;
	
	border-radius:50px;
	
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

.page-footer div.social ul li.tw a{
	background-image: url("../images/icon-tw.webp");
}

.page-footer div.social ul li.ig a{
	background-image: url("../images/icon-ig.webp");
}

.page-footer div.social ul li.yt a{
	background-image: url("../images/icon-yt.webp");
}

.page-footer div.social ul li a:hover{
	opacity: 0.8;
	text-decoration: none;
}

.page-footer p.btn-detail{
	font-size:1.0rem;
	line-height:40px;
	font-weight:bold;
	
	text-align: center;
	
	margin-bottom:10px;
}

.page-footer p.btn-detail a{
	display:inline-block;
	width:240px;
	
	background-color:#f40;
	color:#fff;
	
	box-sizing: border-box;
	border:solid 1px #f40;
	
	border-radius:2.5px;
}

.page-footer p.btn-detail a:hover{
	background-color:#fff;
	color:#f40;
	
	text-decoration: none;
}
