@charset "utf-8";

@font-face {
	font-family: "Brevia";
	src: url("../fonts/Brevia-Regular.woff2")  format('woff2');
}

body{
	font-family:"Yu Gothic","YuGothic","Yu Mincho","メイリオ","MS 明朝","MS Mincho";
	font-size: 28px;
	font-weight: bold;
	color: #5d402a;
	background-color: #fbf9f3;
	letter-spacing: 1px;
	line-height: unset;
	overflow-x: hidden;
	text-size-adjust: 100%;
}
p{	
    line-height: 52px;
}
li{
	display: inline-block;
	vertical-align: top;
}
a{
	text-decoration: none;
	color: #5d402a;
	line-height: 30px;
}
a:hover{
	opacity: 0.6 !important;
	transition: opacity 0.3s linear !important;
}
#h1_style{
	font-weight: bold;
	font-size: 24px;
	text-align: left;
}
h2{
	font-size: 48px;
}
address{
	font-style: normal;
}

/**ヘッダー**/
header{
	height: 150px;
	padding-top: 30px;
	background-color: #fbf9f3;
	position: relative;
}
header div{
	position: relative;
	width: 100%;
	margin: auto;
}
#header_nav{
	position: absolute;
	right: 0;
}
#header_logo{
	display: inline-block;
	text-align: center;
	background-image: url("../img/common_sp/logo.png");
	background-position: left;
	background-repeat: no-repeat;
	height: 135px;
	width: 381px;
	position: absolute;
	left:20px;
}
#gnavi_tel{
	display: inline-block;
	background-image: url("../img/common_sp/modal_tel.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 110px;
	width: 134px;
	position: absolute;
	top:160px;
	right: 0px;
}
#gnavi_mail{
	display: inline-block;
	background-image: url("../img/common_sp/modal_mail.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 110px;
	width: 134px;
	position: absolute;
	top:280px;
	right: 0px;
}
#modal_btn{
	margin-left: 10px;
	display: inline-block;
	background-image: url("../img/common_sp/menu.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 118px;
	width: 148px;
	right: 0px;
}
.gnavi_area_fixed {
	position: fixed !important;
	top: 0px;
	z-index: 10000 !important;
	width: 100%;
	display: block !important;
	height: 150px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	padding-top: 30px;
}
/**モーダル**/
#over_lay{
	width: 100%;
	position: fixed;
	height: 100%;
	top:0;
	left:0;
	z-index: -1;
}
.over_lay_active{
	background-color: rgba(239,211,47,0.5);
	z-index: 10000 !important;
}
#modal{
	float: right;
	background-color:#faf6e9;
	width: 750px;
	height: 1050px;
	position: fixed;
	padding-top: 55px;
	padding-left: 55px;
	z-index: 10001;
	right: 0;
	top:0;
	display: none;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 100vh !important;
	box-sizing: border-box;
	right: -500px;
}
#modal_logo{
	display: inline-block;
	text-align: center;
	background-image: url("../img/common/logo.png");
	background-position: center 10px;
	background-repeat: no-repeat;
	height:110px;
	width: 380px;
	position: absolute;
}
#modal ul{
	margin-top: 150px;
	margin-left: 20px;
	margin-bottom: 25px;
}
#modal li{
	display: block;
	margin-top: 15px;
}
#modal li a{
	padding: 20px;
	background-color: #fff;
	border-radius:10px;
	font-weight: bold;
	width: 450px;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 32px;
}
#modal li a span{
	font-family:"Brevia","Yu Gothic","YuGothic","Yu Mincho","メイリオ","MS 明朝","MS Mincho";
	margin-left: 12px;
	color: #a48e7d;
	font-size: 22px;
	vertical-align: middle;
}
#modal_insta{
	margin-left: 20px;
	margin-right: 15px;
}
#modal_nav{
	position: absolute;
	right: 0;
	top:30px;
}
#modal_btn_close{
	background-image: url("../img/common_sp/menu_close.png");
	background-repeat: no-repeat;
	width:143px;
	height: 118px;
	display: block;
}
#modal_tel{
	background-image: url("../img/common_sp/modal_tel.png");
	background-repeat: no-repeat;
	width: 121px;
	height: 98px;
	display: block;
	margin-top: 48px;
	margin-left: 16px
}
#modal_mail{
	background-image: url("../img/common_sp/modal_mail.png");
	background-repeat: no-repeat;
	width: 121px;
	height: 98px;
	display: block;
	margin-top: 22px;
	margin-left: 16px
}
#modal_ec{
	background-image: url("../img/common_sp/modal_ec.png");
	background-repeat: no-repeat;
	width: 121px;
	height: 98px;
	display: block;
	margin-top: 22px;
	margin-left: 16px
}
.modal_open{
	display: block;
}
.modal_close{
	display: none;
}

/**フッター**/
footer{
	margin: auto;
	text-align: center;
	background-image: url("../img/common_sp/footer_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	width: 750px;
	color: #fff;
	margin-top: 200px;
	font-size: 20px;
	padding-bottom: 20px;
	position: relative;
}
footer a{
	color: #fff;
}
#footer_logo{
	margin-top: 130px;
}
#footer_address{
	margin-top: 20px;
	font-weight: normal;
	font-size: 18px;
}
#footer_sns_sp{
	position: absolute;
	top: 1070px;
	left: 45px;
}
footer ul{
	margin-left: 25px;
	margin-top: 60px;
}
footer li{
	display: block;
	margin-top: 25px;
	text-align: left;
}
footer li a{
	background-color: #fff;
	border-radius:10px;
	font-weight: bold;
	width: 630px;
	display: block;
	padding-top: 28px;
	padding-bottom: 25px;
	font-size: 32px;
	color: #5d402a;
	padding-left: 30px;
	padding-right: 30px;
}
footer li a span{
	font-family:"Brevia","Yu Gothic","YuGothic","Yu Mincho","メイリオ","MS 明朝","MS Mincho";
	margin-left: 12px;
	color: #a48e7d;
	font-size: 22px;
	vertical-align: middle;
}
#footer_links_sp{
	margin-top: 255px;
	font-size: 18px;
}



/**ラップ**/
#main_area{
	background-image: url("../img/common_sp/bg.jpg");
	background-position: center 680px;
	background-repeat: no-repeat;
	width: 750px;
}
.contents_wrap{
	margin: auto;
	width: 655px;
}
.mt40{
	margin-top: 40px;
}
.mb40{
	margin-bottom: 40px;
}
.mt80{
	margin-top: 80px;
}
.mt200{
	margin-top: 200px;
}
.ml40{
	margin-left: 40px;
}
.left_contents{
	width: 655px;
}
.right_contents{
	width: 655px;
}


/**文字・位置関係**/
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.text_left{
	text-align: left;
}

/**ボタン**/
.btn_style1{
	border-color: #f7e480;
	border-width: 2px;
	border-style: solid;
	border-radius: 40px;
	padding: 10px;
	padding-left: 90px;
	padding-right: 90px;
	background-color: #ffffff;
}

#banner_ec{
	width: 640px;
}


.for_sp{
	display: inline-block !important;
}
.for_pc{
	display: none !important;
}

/**アンドロイド用**/
.android #modal li a{
	padding-top: 35px;
}
.android #modal li a span{
	vertical-align: top;
}
.android #footer_address{
	font-size: 20px;
}
.android #footer_links_sp{
	font-size: 20px;
}
.android footer li a{
	padding-top: 38px;
}
.android footer li a span{
	vertical-align: top;
}