@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;
*/
.pc_navi {
	display: none;
}
span.spbk {
	display: inline-block;
}
.sp_br {
	display: none;
}
/********************************/
#header {
	background-color: rgba(0,0,0,0.7);
	display: flex;
}
/**************/
.top_logo_area {
	width: 100%;
	padding: 10px 5% 10px 75%;
	height: 50px;
	box-sizing: border-box;
}
.top_logo_area .sns_nav {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 1em;
	justify-content: center;
	align-items: center;
	height: 50px;
}
.top_logo_area .sns_nav .sns_btn {
	padding: 0 0.5rem;
	width: 20px;
	height: 20px;
}
.top_logo_area .sns_nav .sns_btn img{
	display: block;
	width: 20px;
}
/****************/
.foodsmenu {
	position: fixed;
	left: 0;
	bottom: 0px;
	padding: 0em;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	background-color: #da9e59;
	z-index: 9999;
	border-radius: 8px 8px 0 0;
}
.home_link,
.menu_link {
	display: inline-block;	
	width: 100%;
	height: 48px;
	font-size: 18px;
	box-sizing: border-box;
	padding-top: 15.2px;
	line-height: 1em;
}
.menu_link:before {
	content:"";
	padding-left: 25px;
	background-image: url('../images/icon_menu.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
}

/****************/
.top_logo_area .header_right .reserv_box {
	position: fixed;
	right: 0;
	bottom: 0;	
	width: 50%;
	padding: 0.3em 0.5em;
	box-sizing: border-box;
	background-color: #9f1f1f;
	display: block;
	border-radius: 8px 8px 0 0;
	text-align: center;
	z-index: 9999;
}
.reserv_box .reserv_note {
	font-size: 0.7em;
}
.reserv_box .reserv_num {
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	font-weight: 900;
	background-image: url('../images/icon_tel.svg');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left center;
}
/**********************/
#page_content {
	padding-top: 20px;
}
/**********************/
footer,
#footer_top {
	background-color: #440606;
}
#footer_top {
	width: 100%;
	color; #FFF;
	text-align: center;
	padding-top: 16px;
}
#footer_container {
	width: 100%;
	padding: 16px 0 20px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.footbox-left {
	width: 45%;
	min-width: 280px;
	margin-bottom: 2em;
	display: flex;
	text-align: left;
}
.footbox-right {
	width: 40%;
	margin: 0 2% 2em 2%;
	min-width: 280px;
	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.8em;
	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;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	background-color: #6e482e;
	margin-bottom: 50px;
}

/***********************************タブレット*************************************************/
@media screen and (max-width: 820px) {
/****************************************************************************************/
	.footbox-left {
		min-width: 380px;
	}
	.footbox-right {
		min-width: 380px;
	}
}
/***********************************SP*************************************************/
@media screen and (max-width: 475px) {
/**************************************************************************************/
	.footbox-left {
		width: 92%;
		min-width: 300px;
	}
	.footbox-right {
		width: 92%;
		min-width: 300px;
	}
	.sp_br {
		display: block;
	}
}