@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: 18px;
	font-weight: bold;
	color: #5d402a;
	background-color: #fbf9f3;
	letter-spacing: 1px;
	line-height: unset;
}
p{	
    line-height: 40px;
}
li{
	display: inline-block;
	vertical-align: top;
}
a{
	text-decoration: none;
	color: #5d402a;
	line-height: 18px;
}
a:hover{
	opacity: 0.6 !important;
	transition: opacity 0.3s linear !important;
}
#h1_style{
	font-weight: bold;
	font-size: 15px;
	margin-left: 10px;
	width: auto !important;
}
h2{
	font-size: 48px;
}
address{
	font-style: normal;
}

/**ヘッダー**/
header{
	height: 120px;
	padding-top: 53px;
	background-color: #fbf9f3;
	position: relative;
}
header div{
	position: relative;
	width: 1200px;
	margin: auto;
}
#header_nav{
	padding-top: 10px;
	position: absolute;
	left: 858px;
}
#header_logo{
	display: inline-block;
	text-align: center;
	background-image: url("../img/common/logo.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	position: absolute;
	left: 98px;
}
#gnavi_tel{
	display: inline-block;
	background-image: url("../img/common/tel.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
}
#gnavi_mail{
	display: inline-block;
	background-image: url("../img/common/mail.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
}
#modal_btn{
	margin-left: 10px;
	display: inline-block;
	background-image: url("../img/common/menu.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 76px;
	width: 76px;
}
.gnavi_area_fixed {
	position: fixed !important;
	top: 0;
	z-index: 10000 !important;
	width: 100%;
	display: block !important;
	height: 100px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
}
/**モーダル**/
#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: 500px;
	height: 745px;
	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;
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	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: 380px;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}
#modal li a span{
	font-family:"Brevia","Yu Gothic","YuGothic","Yu Mincho","メイリオ","MS 明朝","MS Mincho";
	margin-left: 12px;
	color: #a48e7d;
	font-size: 10px;
	vertical-align: middle;
}
#modal_insta{
	margin-left: 20px;
	margin-right: 15px;
}
#modal_insta img,
#modal_fb img{
	width: 180px;
}
#modal_nav{
	position: absolute;
	right: 0;
	top:70px;
}
#modal_btn_close{
	background-image: url("../img/common/menu_close.png");
	background-position:6px center;
	background-repeat: no-repeat;
	width: 86px;
	height: 82px;
	display: block;
}
#modal_btn_close:hover{
	background-image: url("../img/common/menu_close_hover.png");
}
#modal_tel{
	background-image: url("../img/common/modal_tel.png");
	background-position:14px  center;
	background-repeat: no-repeat;
	width: 83px;
	height: 77px;
	display: block;
}
#modal_tel:hover{
	background-image: url("../img/common/modal_tel_hover.png");
}
#modal_mail{
	background-image: url("../img/common/modal_mail.png");
	background-position:14px  center;
	background-repeat: no-repeat;
	width: 83px;
	height: 77px;
	display: block;
}
#modal_mail:hover{
	background-image: url("../img/common/modal_mail_hover.png");
}
#modal_ec{
	background-image: url("../img/common/modal_ec.png");
	background-position:14px  center;
	background-repeat: no-repeat;
	width: 83px;
	height: 77px;
	display: block;
}
#modal_ec:hover{
	background-image: url("../img/common/modal_ec_hover.png");
}
.modal_open{
	display: block;
}
.modal_close{
	display: none;
}

/**フッター**/
footer{
	margin: auto;
	text-align: center;
	background-image: url("../img/common/footer_bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 1200px;
	height: 667px;
	color: #fff;
	margin-top: 200px;
	font-size: 14px;
}
footer a{
	color: #fff;
}
#footer_logo{
	width: 185px;
	margin-top: 130px;
}
#footer_address{
	margin-top: 20px;
	font-weight: normal;
}
footer li{
	margin-left: 25px;
	margin-right: 25px;
}
footer li span{
	font-size: 10px;
	font-family:"Brevia","Yu Gothic","YuGothic","Yu Mincho","メイリオ","MS 明朝","MS Mincho";
	display: block;
}



/**ラップ**/
#main_area{
	background-image: url("../img/common/bg.jpg");
	background-position: center 120px;
	background-repeat: no-repeat;
}
.contents_wrap{
	margin: auto;
	width: 980px;
}
.mt40{
	margin-top: 40px;
}
.mb40{
	margin-bottom: 40px;
}
.mt80{
	margin-top: 80px;
}
.mt200{
	margin-top: 200px;
}
.ml40{
	margin-left: 40px;
}
.left_contents{
	width: 440px;
	display: inline-block;
	vertical-align: top;
}
.right_contents{
	width: 440px;
	display: inline-block;
	vertical-align: top;
}


/**文字・位置関係**/
.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;
}




.for_sp{
	display: none !important;
}
