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

/*  コンテンツ背景　*/

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

@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:50px 50px 80px;
}

.galleryBox{
}

.box_mt{
	margin-top:80px;
}

.box_last{
	padding-bottom:20px;
}

#pc_none{
	display:none;
}

#sp_none{
}

.galleryBox .one_ph{
	text-align:center;
}

.galleryBox .two_ph{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.galleryBox .two_ph .two_left{
	width:48.5%;
}

.galleryBox .two_ph .two_right{
	width:48.5%;
}

.galleryBox .two_ph02{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.galleryBox .two_ph02 .two_left{
	width:48.5%;
}

.galleryBox .two_ph02 .two_right{
	width:48.5%;
}

.galleryBox .ph_mr{
	margin-top:35px;
}

.galleryBox .ph_txt{
	margin-top:25px;
	text-align:center;
	font-size:14px;
	color:#333;
	font-weight:400;
	line-height:1.9em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.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;
}

.galleryBox{
}

.box_mt{
	margin-top:30px;
}

.box_last{
	padding-bottom:20px;
}

#pc_none{
}

#sp_none{
	display:none;
}

.galleryBox .one_ph{
}

.galleryBox .two_ph{
}

.galleryBox .two_ph .two_left{
}

.galleryBox .two_ph .two_right{
	margin-top:13px;
}

.galleryBox .two_ph02{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.galleryBox .two_ph02 .two_left{
	width:48.5%;
}

.galleryBox .two_ph02 .two_right{
	width:48.5%;
}

.galleryBox .ph_mr{
	margin-top:13px;
}

.galleryBox .ph_txt{
	margin-top:15px;
	font-size:12px;
	color:#333;
	font-weight:400;
	line-height:1.8em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
	padding-bottom:10px;
}

.galleryBox .ph_txt br{
	display:none;
}

.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;
}

}