@charset "utf-8";





@import url("/common/css/reset.css");
@import url("/common/css/base.css");





#intro_box {
	padding: 30px 0 60px;
}
@media screen and (max-width: 1120px) {
	#intro_box {
		padding: 3% 0 6%;
	}
}/* 閉じカッコ */
#intro {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 150%;
}





#scene_box {
	padding: 0 0 30px;
}
@media screen and (max-width: 1120px) {
	#scene_box {
		padding: 0 0 3%;
	}
}/* 閉じカッコ */
#scene {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;

	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
@media screen and (max-width: 768px) {
	#scene {
		display: block;
	}
}/* 閉じカッコ */
#scene a {
	display: block;
	max-width: 320px;
	margin: 0 10px 30px;
	text-decoration: none;
	color: #403524;

	flex: 1;
}
@media screen and (max-width: 768px) {
	#scene a {
		margin: 0 auto 30px;
	}
}/* 閉じカッコ */
#scene a:hover {
	opacity: 0.8;
}
#scene a#s01 {
	background-color: #6cf;
}
#scene a#s02 {
	background-color: #fc9;
}
#scene a#s03 {
	background-color: #fcc;
}
.scene_img {
	line-height: 0;
}
.scene_disc {
	padding: 12px 20px 20px;
}
.scene_name {
	margin-bottom: 6px;
	font-size: 150%;
}
.scene_name::before {
	content: url('/images/service/scene_arrow.png');
	display: inline-block;
	vertical-align: middle;
}
.scene_text {
}





#firsttime_box {
	padding: 0 0 80px;
}
#firsttime {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.home_banner {
	overflow: hidden;
}
.home_banner a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
	min-height: 163px;
	margin: 0 auto;
	padding: 30px 20px 10px 290px;
	border-radius: 5px;
	background: #fff8ee url('/images/home/banner_bg05.png') no-repeat left bottom;
	border: 1px solid #ffb033;
	text-decoration: none;
	color: #403524;
}
@media screen and (max-width: 1120px) {
	.home_banner a {
		padding: 3% 2% 1% 290px;
	}
}/* 閉じカッコ */
.home_banner a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px) {
	.home_banner a {
		padding: 30px 20px 80px;
		background-color: rgba(255,248,238,0.7);
		background-blend-mode: lighten;
		background-position: right bottom;
	}
}/* 閉じカッコ */
.home_banner_heading {
	margin-bottom: 12px;
	font-size: 137.5%;
	font-weight: 700;
}
.home_banner_heading_underline {
	padding-bottom: 6px;
	border-bottom: 1px solid #403524;
}
.home_banner_text {
	font-size: 87.5%;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.home_banner_heading {
		font-size: 165%;
	}
	.home_banner_text {
		font-size: 120%;/*大き目*/
	}
	.home_banner_heading_underline,
	.home_banner_text {
		display: inline;
		background: #fff;
	}
}/* 閉じカッコ */









