/*--------------------------------------------------------*/

/*  コンテンツ背景　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 800px){

.contentsBox{
	background-color:#E5E4E2;
	padding:100px 40px;
}

}

@media screen and (max-width: 800px){

.contentsBox{
	background-color:#F1F0ED;
	padding:60px 0;
}

}

/*--------------------------------------------------------*/

/*  フォトギャラリー詳細　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 800px){

.gallery_detail{
}

.gallery_detail .gallery_titBox{
	text-align:center;
}

.gallery_detail .gallery_titBox h1.gallery_title{
	font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'Yu Mincho', serif;
	font-size:24px;
	color:#222;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.2em;
	font-feature-settings : "palt";
}

.gallery_detail .gallery_titBox p.gallery_data{
	margin-top:17px;
	font-family: 'Marcellus', serif;
	font-size:13px;
	color:#8B8B8B;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.13em;
	font-feature-settings : "palt";
}

.gallery_detail .detail_inner{
	max-width:1200px;
	margin:100px auto 0;
	background-color:#F1F0ED;
	padding:80px;
}

.gallery_detail ul.detail_list{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.gallery_detail ul.detail_list li.one{
	width:100%;
	margin-bottom:2%;
}

.gallery_detail ul.detail_list li.two{
	width:49%;
	margin-bottom:2%;
}

.gallery_detail .back_link a{
	display:block;
	width:200px;
	margin:50px auto 0;
	padding:13px 0;
	text-align:center;
	font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'Yu Mincho', serif;
	font-size:14px;
	font-weight:400;
	color:#222;
	line-height:1.2em;
	letter-spacing:0.15em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-decoration:none;
	background:#DDD;
	border-radius: 2px;
	transition: all  0.2s ease;
}

.gallery_detail .back_link a:hover{
	background:#E5E4E2;
	text-decoration:none;
}

}

@media screen and (max-width: 800px){

.gallery_detail{
}

.gallery_detail .gallery_titBox{
	text-align:center;
}

.gallery_detail .gallery_titBox h1.gallery_title{
	font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'Yu Mincho', serif;
	font-size:18px;
	color:#222;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.2em;
	font-feature-settings : "palt";
}

.gallery_detail .gallery_titBox p.gallery_data{
	margin-top:13px;
	font-family: 'Marcellus', serif;
	font-size:11px;
	color:#8B8B8B;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.13em;
	font-feature-settings : "palt";
}

.gallery_detail .detail_inner{
	margin:60px 0 0;
	padding:15px;
}

.gallery_detail ul.detail_list{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.gallery_detail ul.detail_list li.one{
	width:100%;
	margin-bottom:15px;
}

.gallery_detail ul.detail_list li.two{
	width:100%;
	margin-bottom:15px;
}

.gallery_detail .back_link a{
	display:block;
	width:180px;
	margin:50px auto 0;
	padding:13px 0;
	text-align:center;
	font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'Yu Mincho', serif;
	font-size:12px;
	font-weight:400;
	color:#222;
	line-height:1.2em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-decoration:none;
	background:#DDD;
	border-radius: 2px;
	transition: all  0.2s ease;
}

.gallery_detail .back_link a:hover{
	background:#E5E4E2;
	text-decoration:none;
}

}