@charset "utf-8";

/* ========================================================
	second.css => 下層CSS
======================================================== */

/* main
======================================================== */
#main {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}
#main h1 {
	width: 403px;
	height: 155px;
	margin: 0 auto 20px;
	padding-top: 70px;
	background: url(../images/second/main_title_bg.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 680px) {
	#main {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	#main h1 {
		width: auto;
		height: 115px;
		margin: 0 auto 5px;
		padding-top: 52px;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
		color: #e65b4e;
		font-size: 2rem;
	}
	#main p {
		color: #604c3f;
		line-height: 1.6;
	}
}

/* img_box
======================================================== */
.img_box {
	position: relative;
}
.img_box:before,
.img_box:after {
	content: "";
	position: absolute;
	top: 0;
	width: 71px;
	height: 36px;
}
.img_box:before {
	left: 0;
	background: url(../images/second/title_l.png);
}
.img_box:after {
	right: 0;
	background: url(../images/second/title_r.png);
}
.img_box + dl:before,
.img_box + dl:after {
	top: 30px;
}
.img_box > dt {
	text-align: center;
}
@media screen and (max-width: 680px) {
	.img_box:before,
	.img_box:after {
		width: 35px;
		height: 18px;
		background-size: cover;
	}
	.img_box + .img_box:before,
	.img_box + .img_box:after {
		top: 15px;
	}
	.img_box dt {
		color: #e65b4e;
		font-size: 1.5rem;
		font-weight: bold;
	}
}

/* contact
======================================================== */
#contact div {
	width: 490px;
	margin: 0 auto;
	padding: 15px 20px;
	background-color: #fdefee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#contact .tel {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #604c3f;
	line-height: 1.3;
}
#contact .tel span,
#contact dt {
	font-size: 11px;
	font-size: 1.1rem;
}
#contact dd img + img {
	margin-left: 10px;
}
@media screen and (max-width: 680px) {
	#contact div {
		width: auto;
		padding: 7px 10px;
	}
	#contact .tel {
		margin-top: 3px;
	}
	#contact dd img + img {
		margin-left: 0;
	}
}
