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


/* =========================================================
　金色堂について
========================================================= */


/* 枠
--------------------------------------------------------- */
@media screen and (max-width:999px) {
	.c_title {
		background: url("images/konjikido_bg.jpg") no-repeat center top fixed;
		background-size: 999px auto;
	}
}
@media screen and (min-width:1000px) , print {
	.gnav > li.gnav_know {
		border-bottom: 3px solid #a96;
	}
	.c_title {
		background: url("images/konjikido_bg.jpg") no-repeat center -110px fixed;
		background-size: 1600px auto;
	}
}


/* 金色堂
--------------------------------------------------------- */
.corner {
}
.d_title {
	padding-top: 1.5em;
}
.photo1 {
	display: flex;
	justify-content: space-between;
}
.photo1 img {
	width: 49.5%;
	height: 49.5%;
}
.photo2 {
	display: flex;
	justify-content: space-between;
}
.photo2 img {
	width: 24.5%;
	height: 24.5%;
	margin-top: 2em;
}
@media screen and (max-width:999px) {
	.photo1 img {
	}
	.photo2 img {
	}
}
@media screen and (min-width:1000px) , print {
	.corner {
		max-width: 728px;
	}
	.photo1 img {
		margin-bottom: 2em;
	}
	.photo2 img {
		margin-bottom: 4em;
	}
}



















































