@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	font-family: "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 18px;
	color: #707070;
	line-height: 1.5em;
}

header, article, section, footer {
	display: block;
}

img {
	max-width: 100%;
}

h1, p {
	margin: 0;
}
p {
	padding: 0.5em 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

#header {
	margin: 0;
	padding: 0;
	background-image: url('img/bg_gold.jpg');
	background-size: 100%;
}

#header_inner {
	width: 1100px;
	margin: 0 auto;
}

h1 {
	padding: 10px 0;
	background-color: #D0BFA4;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	text-align: center;
}

.title01 {
	font-size: 30px;
	padding: 20px 0;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.title02 {
	font-size: 45px;
	padding: 30px 0;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.midashi {
	padding: 10px 0;
	background-color: #D0BFA4;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

#gold_img {
	margin: 0;
	paddgin: 0;
}

.fl {
	display: block;
	width: 50%;
	float: left;
}
.fr {
	display: block;
	width: 50%;
	float: right;
}

#contents {
	width: 1100px;
	margin: 0 auto;
}

h2 {
	margin: 50px 0;
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	color: #D0BFA4;
}

.kaiun_box {
	position: relative;
	width: 30%;
	float: left;
	margin-bottom: 50px;
	background-color: #F2E2C4;
}
.kaiun_box p {
	padding: 0.5em;
}
.kaiun_box:nth-of-type(3n+2) {
	margin: 0 5% 50px 5%;
}

.kaiun {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	width: 5em;
	text-align: center;
	background-color: #F8D207;
	padding: 10px 0;
	position: absolute;
	top: -20px;
	left: -20px;
}

.style_box {
	width: 47%;
	height: 300px;
	margin: 0 1% 50px 1%;
	background-color: #F2E2C4;
	float: left;
}

.style_img {
	width: calc(40% - 30px);
	padding: 15px;
	float: left;
}

.style_detail {
	width: calc(55% - 20px);
	padding: 10px;
	float: right;
}

.style_name {
	border-bottom: 1px solid #707070;
	font-size: 150%;
}

.style_line {
	font-size: 14px;
	line-height: 1.2em;
}

#footer {
	margin: 0;
	padding: 25px 0;
	background-image: url('img/bg_gold.jpg');
	background-size: 100%;
	color: #000000;
	font-weight: bold;
}

#footer_inner {
	width: 800px;
	margin: 0 auto;
}

.footer_l {
	display: block;
	width: 40%;
	float: left;
}

.footer_r {
	display: block;
	width: 60%;
	float: right;
}

.p1,.p2,.p3 {
	text-align: center;
	color: #ffffff;
}
.p1,.p3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 20px;
}
.p2 {
	font-size: 10px;
}

#copyright {
	padding: 10px 0;
	background-color: #D0BFA4;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


@media(max-width: 768px) {
	
	#header_inner {
		width: 100%;
	}
	
	#contents {
		width: 96%;
		margin: 0 auto 50px auto;
	}
	
	#footer_inner {
		width: 100%;
	}
	
	.midashi {
		font-size: 20px;
	}
	.title02 {
		line-height: 1.2em;
	}
	.sp_br {
		display: block;
	}
	
	h2 {
		line-height: 1.2em;
	}
	
	.kaiun_box {
		width: calc(96% - 40px);
		margin: 0 auto 50px auto;
		float: none;
		
	}
	.kaiun_box:nth-of-type(3n+2) {
		margin: 0 auto 50px auto;
	}
	
	.style_box {
		width: 96%;
		height: auto;
		margin: 0 auto 50px auto;
	}
	
	.footer_l,.footer_r {
		float: none;
		width: 100%;
	}
}