@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;
}

.mini_key{
	width: 100%;
	height: 510px;
	margin: 0 auto;
	padding: 90px 20px 0;
	box-sizing: border-box;
	text-align: center;
	background-image: url("../img/key_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 9;
}
.mini_key h1.title{
	width: 400px;
	height: 400px;
	margin: 0 auto;
	padding: 129px 20px 0;
	box-sizing: border-box;
	background-color: #fff4e1;
	border-radius: 50%;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}
.mini_key h1.title img{
    display: block;
    width: 100%;
    max-width: 343px;
    height: auto;
    margin: 0 auto;
}
.mini_key .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("../img/mini_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

.pic_area{
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 10;
}
.pic_area .inner{
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px 64px;
    box-sizing: border-box;
    text-align: center;
}
.pic_area .inner .read_pic {
    width: 100%;
    max-width: 529px;
    height: auto;
    margin: 0 auto 36px;
}
.pic_area .inner .mini_pic {
	display: block;
    width: 100%;
    max-width: 994px;
    height: auto;
    margin: 0 auto;
}
.pic_area .inner .mini_pic_sp{
	display: none;
}

.ex_area{
	width: 100%;
	background-color: #fffaf1;
	padding: 0 23px;
	box-sizing: border-box;
}
.ex_area .inner{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 65px 20px 45px;
	box-sizing: border-box;
	position: relative;
}
.ex_area .inner .ex_title{
	width: 127px;
	position: absolute;
	top: -7px;
    left: -17px;
}
.ex_area .inner .ex_title img{
	width: 100%;
	height: auto;
}


.ex_area .inner .box{
	width: 100%;
	margin: 0 auto 22px;
	padding: 22px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 5px;
	background-color: #ffce88;
}
.ex_area .inner .box ul{
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
	float: left;
}
.ex_area .inner .box ul li{
	margin: 0;
	padding: 8px 0;
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 1px;
}
.ex_area .inner .box ul li span{
	font-size: 20px;
	font-weight: bold;
}
.ex_area .inner p.text{
	width: 100%;
	margin: 0;
	font-size: 20px;
	text-align: center;
}

.tel_area{
	width: 100%;
	background-color: #fff4e1;
}
.tel_area .inner{
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 75px 264px 94px 20px;
    box-sizing: border-box;
    position: relative;
}
.tel_area .inner .staff{
	width: 254px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -30px;
	right: 15px;
}
.tel_area .inner .staff img{
	width: 100%;
	height: auto;
}
.tel_area .inner .tel_box .read{
	font-size: 22px;
	line-height: 1.6em;
	margin: 0 0 15px;
	text-align: center;
}
.tel_area .inner .tel_box .tel_num{
	display: block;
	width: 100%;
	margin: 0 0 18px;
}
.tel_area .inner .tel_box .tel_num img{
	width: 100%;
	max-width: 516px;
	height: auto;
}
.tel_area .inner .tel_box .other{
	font-size: 17px;
	line-height: 1.8em;
	text-align: center;
	margin: 0;
}





