@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE High Resolution parts end*/



/* INTERFACE */


body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

.concept_key{
	width: 100%;
	margin: 0 auto;
	padding: 145px 20px 38px;
	box-sizing: border-box;
	background-image: url("../img/key_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.concept_key .box{
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
	padding: 75px 20px;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}
.concept_key .box .title{
	width: 100%;
	margin: 0 auto 5px;
	padding: 0 10px 7px;
	box-sizing: border-box;
	border-bottom: solid 2px #ffae3a;
	font-size: 28px;
	font-family:'ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝','MS Mincho','Batang',serif;
	letter-spacing: 1.7px;
	line-height: 1.4em;
}
.concept_key .box span{
	font-size: 15px;
	letter-spacing: 2px;
	margin: 0 auto;
	color: #ffae3a;
}

.text_area{
	background-image: url("../img/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: 10% center;
	background-size: auto 100%;
}

.text_area .inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 20px 45px;
	box-sizing: border-box;
}

.text_area .inner .box{
	width: 100%;
	margin: 0 0 65px;
}
.text_area .inner .box .title{
	margin: 0 0 25px;
	padding: 0;
	font-size: 26px;
	line-height: 1.4em;
	font-family:'ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝','MS Mincho','Batang',serif;
}
.text_area .inner .box .title::after{
	content: '';
	display: block;
	width: 100%;
	max-width: 130px;
	height: 2px;
	margin: 20px 0 0;
	background-color: #ffae3a;
}
.text_area .inner .box p{
	font-size: 16px;
	line-height: 1.8em;
	margin: 0 0 15px;
}

.aisatsu_area{
	background-color: #fffaf1;
}
.aisatsu_area .inner{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 55px 20px 80px;
	box-sizing: border-box;
	overflow: hidden;
}
.aisatsu_area .inner .title{
	margin: 0 0 30px;
	padding: 0;
	font-size: 26px;
	text-align: center;
	font-family:'ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝','MS Mincho','Batang',serif;	
}
.aisatsu_area .inner .text{
	width: 69%;
	float: left;
}
.aisatsu_area .inner .text p{
	font-size: 16px;
	line-height: 1.8em;
	margin: 0 0 18px;
}
.aisatsu_area .inner figure{
	width: 27%;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}
.aisatsu_area .inner figure div{
	display: block;
	width: 100%;
	margin: 0 auto 15px;
	height: 280px;
	background-image: url("../img/daihyo.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.aisatsu_area .inner figure figcaption{
	font-size: 14px;
}
.aisatsu_area .inner figure figcaption span{
	font-size: 20px;
	font-family:'ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝','MS Mincho','Batang',serif;	
	font-weight: bold;
}



