@charset "UTF-8";

/*/////-----BREADCRUMB-----/////*/

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

#breadcrumb ul{
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
}

#breadcrumb ul li{
	display:inline-block;
	
	box-sizing: border-box;
	padding:0 5px;
	
	font-size:0.6rem;
	line-height:30px;
	
	position: relative;
}

#breadcrumb ul li:after{
	display:block;
	content:"";
	
	width:1px;
	height:10px;
	
	background-color:#000;
	
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	
	margin:auto 0;
}

#breadcrumb ul li:first-child{
	width:30px;
	height:30px;
	
	font-size:0;
	line-height:30px;
	
	/*background-color:#fff;*/
	
	background-image: url("../images/icon_home-black.webp");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
}

#breadcrumb ul li a{
	display:block;
	color:#000;
}

#breadcrumb ul li a:hover{
	text-decoration: underline;
}

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

.page-header{
	width:100%;
	
	background-color:#000;
	color:#fff;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.page-header div.inner{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	
	width:100%;
	height:100%;
}

.page-header h2{
	font-family: 'Noto Serif JP', serif;
	
	font-size:2.0rem;;
	line-height:40px;
	font-weight:500;
	
	text-align: center;
	
	box-sizing: border-box;
	padding:40px 0;
}

.page-header h2 span.note{
	display:block;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.0rem;;
	line-height:30px;
	font-weight:300;
}

.page-header h2 span.note:before{
	display:inline-block;
	content:"-";
	
	box-sizing: border-box;
	padding:0 5px;
}

.page-header h2 span.note:after{
	display:inline-block;
	content:"-";
	
	box-sizing: border-box;
	padding:0 5px;
}

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

.page-footer{
	width:100%;
	
	background-color:#fff;
	color:#000;
}

.page-footer div.inner{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	
	width:100%;
	height:100%;
	
	box-sizing: border-box;
	padding:10px 0 30px;
}

.page-footer p.btn-detail{
	width:240px;
	margin:0 auto;
}

.page-footer p.btn-detail a{
	display:block;
	
	font-size:0.8rem;
	line-height:40px;
	font-weight:500;
	
	text-align: center;
	
	background-color:#fff;
	color:#000;
	
	box-sizing: border-box;
	border:solid 1px #000;
	
	transition:0.25s;
}

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

/*/////-----PAGE-CONTENT-----/////*/

.page-content{
	width:100%;
	margin:0 auto;
	max-width: 1280px;
	
	box-sizing: border-box;
	padding:20px 0;
}

.page-content div.page-content-inner{
	box-sizing: border-box;
	padding:0 10px;
	
	margin-bottom:40px;
}

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

/*/////-----PAGE-CONTENT_SUMMARY-----/////*/

.page-content div.summary h3{
	font-family: 'Noto Serif JP', serif;
	
	font-size:1.25rem;
	line-height:1.5em;
	font-weight:500;
	
	text-align: center;
	
	/*background-color:#f0f0f0;*/
	
	margin-bottom:10px;
}

.page-content div.summary h3:before{
	display:none;
	
	content:"〜";
	
	box-sizing: border-box;
	padding:0 5px;
}

.page-content div.summary h3:after{
	display:none;
	
	content:"〜";
	
	box-sizing: border-box;
	padding:0 5px;
}

.page-content div.summary p.caption{
	width:100%;
	margin:0 auto;
	max-width: 960px;
}

.page-content div.summary ul.thumbnail{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin-top:20px;
}

.page-content div.summary ul.thumbnail li{
	width:50%;
	
	position: relative;
}

.page-content div.summary ul.thumbnail li:before{
	display:block;
	content:"";
	
	box-sizing: border-box;
	padding-top:56.25%;
}

.page-content div.summary ul.thumbnail li img{
	display:block;
	
	width:100%;
	height:100%;
	
	position: absolute;
	top:0;
	left:0;
}

@media only screen and (min-width: 480px){
	
	.page-content div.summary ul.thumbnail li{
		width:calc(100%/3);
	}
	
}

@media only screen and (min-width: 720px){
	
	.page-content div.summary h3{
		font-size:1.5rem;
	}
	
	.page-content div.summary h3:before{
		display:inline-block;
	}
	
	.page-content div.summary h3:after{
		display:inline-block;
	}
	
	.page-content div.summary ul.thumbnail li{
		width:calc(100%/6);
	}
	
}

/*/////-----INNER-HEADER-----/////*/

.inner-header{
	width:100%;
	
	background-color:#fff;
	color:#000;
	
	box-sizing: border-box;
	padding:20px 0;
	
	margin-bottom:20px;
}

.inner-header h3{
	text-align: center;
	
	font-family: 'Noto Serif JP', serif;
	
	font-size:1.25rem;
	line-height:1.5em;
	font-weight:500;
}

.inner-header h3 span.note{
	display:inline-block;
	
	box-sizing: border-box;
	padding:0 40px;
	
	position: relative;
}

.inner-header h3 span.note:before{
	display:block;
	content:"";
	
	width:30px;
	height:1px;
	
	background-color:#000;
	
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	
	margin:auto 0;
}

.inner-header h3 span.note:after{
	display:block;
	content:"";
	
	width:30px;
	height:1px;
	
	background-color:#000;
	
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	
	margin:auto 0;
}

@media only screen and (min-width: 720px){
	
	.inner-header h3{
		font-size:1.5em;
	}
	
	.inner-header h3 span.note{
		padding:0 60px;
	}
	
	.inner-header h3 span.note:before{
		width:50px;
	}
	
	.inner-header h3 span.note:after{
		width:50px;
	}
	
}

/*/////-----INNER-FOOTER-----/////*/

.inner-footer{
	background-color:transparent;
	color:#000;
	
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	
	width:100%;
	height:100%;
	
	box-sizing: border-box;
	padding:10px 0 30px;
}

.inner-footer p.btn-detail{
	width:240px;
	margin:0 auto;
}

.inner-footer p.btn-detail a{
	display:block;
	
	font-size:0.8rem;
	line-height:40px;
	font-weight:500;
	
	text-align: center;
	
	background-color:#fff;
	color:#000;
	
	box-sizing: border-box;
	border:solid 1px #000;
	
	transition:0.25s;
}

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