@charset "utf-8";
/* CSS Document 
font-family: 'Anton', sans-serif;
font-family: 'Cormorant', serif;
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Playfair Display', serif;
font-family: 'Shippori Mincho', serif;
*/
.sp_nav {
	display: none;
}
.contact_btn {
	display: inline-block;
	padding: 1em;
	background-color: #00d084;
	border-radius: 8px;
	color: #FFF !important;
	font-weight: 900;
}
span.bk {
	display: inline-block;
}
.sp_br {
	display: none;
}
/********************************/
#header {
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	z-index: 9999;
}
.top_logo_area {
	display: flex;
	width: 92%;
	max-width: 1480px;
	box-sizing: border-box;
	justify-content: space-between;
	margin: 0 auto;
}
.top_logo_area .sns_nav {
	padding: 0 100px 0 1rem;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: flex-end;
}
.top_logo_area .sns_nav .sns_btn {
	padding: 0 1rem;
	width: 2rem;
	height: 2rem;
}
.top_logo_area .sns_nav .sns_btn img{
	display: block;
	width: 2rem;
}
.top_logo_area .header_right {
	padding: 0 100px 0 1rem;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
}
.top_logo_area .header_right .foodsmenu {
	background-color: #704f29;
	display: block;
	border-radius: 0 0 8px 8px;
	padding: 0.5em 2.5em;
	text-align: center;
	height: 38.4px;
}
.top_logo_area .header_right .reserv_box {
	background-color: #9f1f1f;
	display: block;
	border-radius: 0 0 8px 8px;
	padding: 0.5em 1.5em;
	text-align: center;
}
.reserv_box .reserv_note {
	font-size: 0.8em;
}
.reserv_box .reserv_num {
	font-size: 20px;
	padding-left: 25px;
	font-weight: 900;
	background-image: url('../images/icon_tel.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
}
.menu_link {
	font-size: 18px;
	margin-top: 10.2px;
	padding-left: 25px;
	box-sizing: border-box;
	display: block;
	background-image: url('../images/icon_menu.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
	line-height: 1.2em;
}
.home_link {
	font-size: 18px;
	margin-top: 10.2px;
	box-sizing: border-box;
	display: block;
}


/********************************/
.pc_navi {
	font-size: 0.8rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%;
	display: none;
}
.pc_navi ul{
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
.pc_navi li{
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	display: block;
	width: 15%;
	height:auto;
	text-align: center;
	border-left: solid 1px #ccc;
}
.pc_navi li a{	
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	min-width: 8em;
	cursor: pointer;
	padding: 1em 0;
}

/********************** ナビメニュー **********************************/
/*----------------------------
*  メニュー開閉ボタン
*----------------------------*/
.g_nav .btn {
	background:transparent url(../images/btn.webp) no-repeat 0 0;
	display: block;
	width:50px;
	height: 50px;
	position: fixed;
	top: 8px;
	right: 16px;
	cursor: pointer;
	z-index: 200;
}
.g_nav .peke {
	background-position: -50px 0;
}
/*************** navi開閉 ***************************/
#nav {
	display: none;
	background-color:rgba(0,0,0,0.7);
	top: 0px;
	right:0;
	padding: 5vh 60px 5vh 5vmin;
	z-index: 100;
	position: fixed;
	white-space: nowrap;
	overflow: hidden;
	width: 70vw;
	max-width: 1200px;
}
nav{
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 101;
	height: 100%
}
.navi_area {
}

#nav .gnav_txt{
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	font-size: 1em;
	padding-left: 1.5em;
	margin-left: 0;
	margin-bottom: 2em;
	background-image: url(../images/triangle_d.png);
	background-size : 1em;
	background-repeat: no-repeat;
	background-position: left;
	line-height: 1.5em;
	width: 100%;
	text-align: center;
}
#nav .nav-ul li a {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	cursor: pointer;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	padding-left: 24px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><path fill="%23cccccc"  d="M255.992,0C114.615,0,0,114.615,0,256s114.615,256,255.992,256C397.385,512,512,397.385,512,256 S397.385,0,255.992,0z M232.213,389.57l-44.097-44.106L277.572,256l-89.456-89.464l44.097-44.097L365.782,256L232.213,389.57z" /></svg>');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 14px;
	border-bottom: dotted 1px #ccc;
}
/************************************/
#drawer_info {
	text-align: center;
}
#drawer_info p{	
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5rem;
	padding: 0.5em 0;
	color: #747474;
}
.scroll_wrapp .officeinfo {	
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	display: block;
	margin: 0 1em;
	color: #747474;
}
.scroll_wrapp .officeinfo .office_add02 {
	font-size: 1rem;	
	font-weight: 700;
	line-height: 1rem;
	padding: 0.5em 0;
}
.scroll_wrapp .officeinfo .head_dial {
	font-size: 1.3rem;	
	font-weight: 700;
	line-height: 1.3rem;
	padding: 0.5em 0;
	letter-spacing: 0.1em;
}
.scroll_wrapp .officeinfo .head_fax {
	font-size: 1rem;	
	font-weight: 700;
	line-height: 1rem;
	padding: 0.5em 0;
	letter-spacing: 0.1em;
}
.dw_sns_nav {
	display: flex;
	justify-content: space-around;
	margin: 1.5rem auto;
	width: 50%;
}
.dw_sns_nav .dw_sns_btn {
	display: block;
	width: 2rem;
}
.dw_sns_nav .dw_sns_btn a{
	display: block;
}
.dw_sns_nav .dw_sns_btn a img{
	width: 100%;
}
.form_btn_arrea {
	margin-top: 2rem;
	text-align: center;
}
.form_btn_arrea a{
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 1em 1.5em;
	text-align: center;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	text-align: center;
	font-size: 1rem;
	font-weight:500;
	letter-spacing: 0.2em;
	color: #fff !important;
	background-color: #543c2c;
	border-radius: 0.5em;
}
/********************** フッター ****************************/
footer {
	background-color: #440606;
}
#footer_top {
	width: 100%;
	color; #FFF;
	background-size: cover;
	text-align: center;
	padding-top: 60px;
}
#footer_container {
	width: 80%;
	min-width: 1024px;
	padding: 20px 0 80px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.footbox-left {
	width: 45%;
	margin: 0 0 0 5%;
	display: flex;
	text-align: left;
}
.footbox-right {
	width: 40%;
	margin: 0 2% 0 2%;
	display: flex;
	text-align: left;
}
.footbox-left .linksiteimg_box {
	width: 54%;
}
.footbox-right .linksiteimg_box {
	width: 50%;
}
.linksiteimg_box a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
.linksiteimg_box a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}
.linksite_note {
	padding-left: 8px;
	padding: 1em;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.linksite_note .link_head {
	font-size: 0.8em;
}
.linksite_note .link_name {
	font-size: 0.9em;
}
.linksite_note a {
	display: inline-block;
	padding: 0.2em 0.8em;
	background-color: #c4ac89;
	border-radius: 8px;
	text-align: center;
	font-size: 0.9em;
	margin: 0.5em 0;
	line-height: 1em;
}
.linksite_note .link_url {
	font-size: 0.7em;
}
#footer_top .sns_nav {
	padding: 0 0 40px 0;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}
#footer_top .sns_nav .sns_btn {
	padding: 0 1rem;
	width: 2rem;
	height: 2rem;
}
#footer_top .sns_nav .sns_btn img{
	display: block;
	width: 2rem;
}







#footer_under {
	margin: 0;
	width: 100%;
	padding: 1em 0;
	background-color: #6e482e;
	color: #fff;
	text-align: center;
	font-size: 0.7em;
}
/*

.footer_nav, .footer_sns {
	padding-top: 100px;
}
#menu-gnav-2 {
	
}
#menu-footer_menu ul {
    list-style: none;
}
#footer_container #menu-footer_menu li a {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	color: #444;
	display: block;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	padding-left: 24px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><path fill="%23ed6e00"  d="M255.992,0C114.615,0,0,114.615,0,256s114.615,256,255.992,256C397.385,512,512,397.385,512,256 S397.385,0,255.992,0z M232.213,389.57l-44.097-44.106L277.572,256l-89.456-89.464l44.097-44.097L365.782,256L232.213,389.57z" /></svg>');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 14px;
}

.footer_actlist {
	width: 36%;
	max-width: 360px;
	box-sizing: border-box;
	padding-top: 100px;
	background-image: url('../images/logo_o.png');
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position:left 10px top 0px;
}
.foot_txt02 {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.1em;
	color: #444;
    text-indent: 0.5em;
	line-height: 2em;
	font-weight: 700;
}
.foot_txt03 {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.1em;
	color: #444;
    text-indent: 0.5em;
	line-height: 2em;
}
.foot_dial {
	font-family: 'Montserrat', sans-serif;
	color: #444 !important;
    font-size: 1.2em;
    letter-spacing: 0.1em;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	display: block;
	font-weight: 700;
}
.foot_fax {
	display: block;
	font-family: 'Montserrat', sans-serif;
	color: #444;
    font-size: 1.2em;
    letter-spacing: 0.1em;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	font-weight: 700;
}
.campany_info .mail {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 700;
	padding-left: 1.5em;
	background-image: url('../images/icon-mail-g.png');
	background-size: 1.2em;
	background-position: left;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 1.5em;
	color: #747474;
	word-break: keep-all;
	margin-top: 30px;
}
.footer_sns .widget_block {
	padding-bottom: 1em;
}
.footer_sns .is-style-logos-only {
	width: 120px;
}
.footer_sns p {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1em;
	color: #444;
}

#footer_under {
	margin: 0;
	width: 100%;
	padding: 1em 0;
	background-color: #000;
	color: #fff;
	text-align: center;
}

/***********************************タブレット*************************************************/
@media screen and (max-width: 1200px) {
/**********************************************************************************************/
	.top_logo_area .cacth_area {
		display: none;
	}
}