@charset "UTF-8";
/*==============================================
共通設定
==============================================*/
html{
	font-size:10px;
	font-size:62.5%;/*10px*/
}

body {
	color:#662e0b;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6875;
	text-align:justify;
	background-image:url(../images/ricepaper-12.png);
}
a:link {
	color:#662e0b;
	text-decoration:none;
}
a:visited {
	color:#8A756B;
}
a:hover {
	color:#FF7700;
}
a:active {
	color:#534741;
}

/*--フロート--*/
.fl_l{
	float:left;
}
.fl_r{
	float:right;
}

/*--マージン--*/
.mgn_b10{
	margin-bottom:10px;
}
.mgn_b20{
	margin-bottom:20px;
}
.mgn_b25{
	margin-bottom:25px;
}
.mgn_b50{
	margin-bottom:50px;
}




/*---------------------------------------------------------------
文字装飾
---------------------------------------------------------------*/
.lead{
	color:#662e0b;
	font-family:"UD新丸ゴ B","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 0 1px 0 #ffffff; 
}
.lead01{
	font-size:32px;
	font-size:3.2rem;
	line-height:1.5625;
	text-align:center;
}
.lead02{
	font-size:28px;
	font-size:2.8rem;
	line-height:1.214;
}
.lead03{
	color:#ad557d;
	font-size:28px;
	font-size:2.8rem;
	line-height:1.214;
}
.lead04{
	font-size:21px;
	font-size:2.1rem;
	line-height:1.214;
}
.lead05{
	font-size:19px;
	font-size:1.9rem;
	line-height:1.214;
	margin:0 0 20px;
}
.lead06{
	color:#ad557d;
	font-size:28px;
	font-size:2.8rem;
	line-height:1.214;
}
.lead07{
	color:#ffffff;
	font-size:22px;
	font-size:2.2rem;
	line-height:1.727;
	text-align:center;
	text-shadow:none;
}
.lead08{
	color:#ffffff;
	font-size:28px;
	font-size:2.8rem;
	line-height:1.727;
	text-shadow:none;
}
.lead09{
	font-size:18px;
	font-size:1.8rem;
	line-height:1.333;
	text-shadow:none;
}


/*--ページタイトル--*/
.page_header{
	height:98px;
	font-size:24px;
	font-size:2.4rem;
	font-family:"UD新丸ゴ B","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	text-align:center;
	background-image:url(../images/page-header-border.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding:20px 0 50px;
}
.page_header span{
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	display:block;
}

/*--英字書体--*/
.en{
	font-family: 'Noto Serif', serif;
}

/*--パンくず--*/
.path{
	color:#968375;
	font-size:13px;
	font-size:1.3rem;
	margin:0 0 55px 8px;
}


/*---------------------------------------------------------------
ボタン
---------------------------------------------------------------*/
.btn{
	display:block;
	text-align:center;
}
a.btn01{
	width:320px;
	height:58px;
	color:#ffffff;
	font-size:18px;
	font-size:1.8rem;
	line-height:58px;
	background-color:#331602;
	margin:0 auto;
	position:relative;
	transition:all .2s;
}
a.btn01:after{
	content:"";
	width:10px;
	height:18px;
	background-image:url(../images/icon_arw02.svg);
	background-position:left center;
	background-repeat:no-repeat;
	margin:auto;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:32px;
}
a.btn01:hover{
	color:#ffffff;
	background-color:#FF7700;
}
.btn_footer{
	width:326px;
	height:60px;
	color:#662e0b;
	background-color:#ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 4px rgba(89, 31, 1, .3);
	-webkit-box-shadow: 0px 0px 4px rgba(89, 31, 1, .3) ;
	box-shadow: 0px 0px 4px rgba(89, 31, 1, .3);
	box-sizing:border-box;
	padding:8px;
	display:block;
}
#home .btn_footer{
	width:315px;
}
.btn_footer_tel{
	line-height:1;
}
.btn_footer_mail{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffdf2', endColorstr = '#fffade');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffdf2', endColorstr = '#fffade')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #fffdf2, #fffade);
	background-image: -ms-linear-gradient(top, #fffdf2, #fffade);
	background-image: -o-linear-gradient(top, #fffdf2, #fffade);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fffdf2), to(#fffade));
	background-image: -webkit-linear-gradient(top, #fffdf2, #fffade);
	background-image: linear-gradient(top, #fffdf2, #fffade);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.btn_footer_fb{
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-image:url(../images/footer-facebook.svg);
	background-repeat:no-repeat;
}
.bf_icon{
	width:44px;
	height:44px;
	color:#ffffff;
	font-size:13px;
	font-size:1.3rem;
	line-height:44px;
	text-align:center;
	background-color:#662e0b;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	display:block;
	margin:0 12px 0 4px;
	float:left;
}
.bf_num{
	font-size:29px;
	font-size:2.9rem;
}
.bf_note{
	font-size:12px;
	font-size:1.2rem;
}
.bf_txt{
	font-size:16px;
	font-size:1.6rem;
	line-height:44px;
}


/*---------------------------------------------------------------
基本配置
---------------------------------------------------------------*/
/*--ヘッダー--*/
header{
	margin:0 0 10px;
}
#home header{
	margin:0 0 80px;
}

.header_inner{
	width:100%;
	background-color:#331602;
	padding:12px 0 0;
}
#home .header_inner{
	height:70px;
	padding:0;
	position:relative;
}


/*--ヘッダーロゴ--*/
.h_logo{
	width:220px;
	height:70px;
	margin:0 0 0 15px;
	float:left;
}
.h_logo a{
	width:220px;
	height:70px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-image:url(../images/header_logo.svg);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
}

/*--ナビゲーション--*/
.gnav_container{
	width:45%;
	min-width:700px;
	font-size:16px;
	font-size:1.6rem;
	padding:0 30px 0 0;
	float:right;
}
.gnav{
 	width: -webkit-calc(100% - 133px);/*Chrome19~25対応*/
 	width: -moz-calc(100% - 133px);/*Firefox4~15対応*/
 	width: calc(100% - 133px); 
	display:table;
}
.gnav li{
	width:20.6%;
	font-family:"UD新丸ゴ B","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	display:table-cell;
}
#gnav_concept{
	width:38%;
}
.gnav a{
	height:70px;
	color:#ffffff;
	line-height:70px;
	display:block;
}
.gnav a:hover{
	color:#FF7700;
}
.h_contact{
	width:113px;
	height:113px;
	background-color:#ff9d3b;
	-moz-border-radius: 56.5px;
	-webkit-border-radius: 56.5px;
	border-radius: 56.5px;
	position:absolute;
	top:11px;
	right:30px;
}
#home .h_contact{
	top:-34px;
}
.h_contact a{
	width:113px;
	height:113px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-image:url(../images/nav_contact.svg);
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
}


/*--メイン--*/
.lw main{
	margin:0 0 100px;
}
.page_header + p{
	text-align:center;
	margin:0 auto 60px;
}
/*--コンテナ--*/
.contents{
	margin:0 0 80px;
}
.lw .contents{
	width:1000px;
	margin:0 auto 50px;
}
.container{
	width:1000px;
	background-repeat:no-repeat;
	margin:0 auto;
	box-sizing:border-box;
}

/*--フッター--*/
.lw footer{
	border-top:solid 1px #e8e0da;
	padding:80px 0 0;
	position:relative;
}
.lw footer:before{
	content:"";
	width:100%;
	border-bottom:solid 1px #ffffff;
	position:absolute;
	top:0;
}

.footer_inner{
	width:1000px;
	margin:0 auto 100px;
}
.f_info{
}
#home .f_info{
	width:640px;
	margin:0 auto;
	float:left
}
#home .f_fb{
	width:320px;
	float:right;
}

.f_info_inner{
	background-color:#ffffff;
	-moz-box-shadow: 0px 0px 4px rgba(89, 31, 1, .3);
	-webkit-box-shadow: 0px 0px 4px rgba(89, 31, 1, .3) ;
	box-shadow: 0px 0px 4px rgba(89, 31, 1, .3);
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	box-sizing:border-box;
	padding:11px 11px 13px;
	margin:0 0 10px;
}
.map{
	width:645px;
	height:245px;
	background-image:url(../images/footer_img.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0 334px;
	margin:0 0 20px;
}
#home .map{
	width:618px;
	background-image:url(../images/home-footer-img.jpg);
	background-position:left 245px;
	padding:0 0 206px 0;
}
.f_info_ttl{
	width:305px;
	height:39px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-image:url(../images/footer_logo.svg);
	background-repeat:no-repeat;
	margin:0 15px 0 0;
	float:left;
}
#home .f_info_ttl{
	margin:0;
}
.f_info_address{
	font-size:14px;
	font-size:1.4rem;
	line-height:1.35;
	margin:0;
	display:table;
}
.f_info_address li{
	height:39px;
	vertical-align:middle;
	display:table-cell;
}
#home .f_info_address{
	margin:0;
	float:right;
}
#home .f_info_address li{
	height:auto;
	display:block;
}
.f_info_btn{
	font-family:"UD新丸ゴ B","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.f_info_btn li{
	margin:0 0 0 10px;
	float:left;
}
.f_info_btn li:first-child{
	margin:0;
}

.f_inner_sub{
	border-top:solid 1px #e8e0da;
	position:relative;
}
.f_inner_sub:before{
	content:"";
	width:100%;
	border-bottom:solid 1px #ffffff;
	position:absolute;
	top:0;
}
.f_inner_sub .inner{
	width:1000px;
	height:40px;
	color:#968375;
	font-size:13px;
	font-size:1.3rem;
	line-height:40px;
	margin:0 auto;
}
.f_inner_sub  small{
	font-size:10px;
	font-size:1rem;
}