/*------------------------------------
汎用
------------------------------------*/
body {display: none; max-width: 640px; min-width: 320px; min-height: 100%; padding: 54px 0 52px; overflow-y: hidden;}

/*モーダル用*/
body#modal_width {min-width: 100vw; max-width: 100vw; margin: 0 auto; padding: 0;}

main {display: block; background: url(../img/back.png);}

/*sp限定*/
.pc {display: none!important;}

/*コンティナ*/
.container {display: block; margin: 0 auto; padding: 0 12px;}

/*汎用flex*/
.flex-box {display: flex; justify-content: space-between;}

/*clearfix*/
.clearfix:after {content: ""; display: block; clear: both; visibility: hidden;}

/*ページネーション*/
.pagination {display: inline-flex; justify-content: center; min-width: 100%; text-align: center; background: none; margin: 4vw auto 8vw;}
.pagination span, .pagination a {display: block; line-height: 2; padding: 8px 14px; width: auto;}
.pagination a {display: inline-block; padding: 8px 14px; background: #cebc7a; color: #333;}
.pagination a:hover {background: #beac6a; color: #fff; opacity: 1;}
.pagination .current {background: #ae9c5a; color: #fff; opacity: 1;}

.generic {text-align: center;}
.generic span {
	display: inline-block;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 28px;
	line-height: 54px;
	padding-left: 62px;
	background: url(../img/mark.png) left center/54px 53px no-repeat;
}
@media all and (-ms-high-contrast:none) {h2.generic span {padding-top: 14px;}}
/*------------------------------------
ヘッダー
------------------------------------*/
header {position: fixed; top: 0; left: 0; width: 100%; background: #fff; z-index: 9000;}
header .flex-box {width: 100%; justify-content: flex-start; align-items: center; padding: 0;}
header .logo {width: 135px; margin: 0 auto 0 10px;}
header .icon, header #nav-toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 54px;
	border-left: 1px dotted #333;
}
header .icon i {font-size: 18px; margin: 4px 0 6px;}
header .icon p, header #nav-toggle p {
	font-size: 10px;
	line-height: 1;
	text-align: center;
	opacity: 1;
	transform: scale(0.75);
	transition: all .3s;
}
header #nav-toggle .bar {height: 18px; margin: 4px 0 6px;}
header #nav-toggle span {
	position: relative;
	display: block;
	width: 28px;
	height: 1px;
	margin: 0 auto;
	background: #000;
	transition: all .4s;
}
header #nav-toggle span:nth-child(1) {top:2px;}
header #nav-toggle span:nth-child(2) {top: 8px; opacity: 1; transition: all .3s;}
header #nav-toggle span:nth-child(3) {top: 14px;}
header #nav-toggle:hover {cursor: pointer;}

/*メニュー*/
header #accordion {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	background: url(../img/gnavi_back.png);
	width: 100%;
	height: calc(100% - 54px);
	top: 54px;
	left: -100vw;
	transition: .8s ease;
	z-index: 1000;
}
header #accordion a {
	position: relative;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 100%;
	color: #fff;
	font-size: 17px;
	text-align: center;
	padding: 10px 0;
	opacity: 1;
}
@media all and (-ms-high-contrast:none) {header #accordion a{padding: 12px 0 8px}}
header #accordion a:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #cebc7a;
	opacity: 0;
	z-index: -1;
	transition: all .3s ease;
}
header #accordion a:hover:after,header #accordion a.current:after {width: 100%; opacity: 1;}
header #accordion a.current {color: #cebc7a;}
.open header #nav-toggle {}
.open header #nav-toggle span:nth-child(1) {transform: rotate(45deg); top:9px;}
.open header #nav-toggle span:nth-child(2) {opacity: 0;}
.open header #nav-toggle span:nth-child(3) {transform: rotate(-45deg); top:7px;}
.open header #accordion {left: 0; opacity: 1; transition: .5s ease;}
/*------------------------------------
グローバルナビ
------------------------------------*/
#g-navi {position: relative; background: url(../img/gnavi_back.png); z-index: 1;}
#g-navi .flex-box {width: 100%; padding: 0; flex-wrap: wrap;}
#g-navi a {
	position: relative;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: calc(50% - 0.5px);
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 12px 0;
	opacity: 1;
	border-bottom: 1px solid #888;
}
@media all and (-ms-high-contrast:none){#g-navi a {padding: 14px 0 10px}}
#g-navi a:nth-child(2n) {border-right: 1px solid #888;}
#g-navi a:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #cebc7a;
	opacity: 0;
	z-index: 1;
	transition: all .2s ease;
}
#g-navi a:hover:after,#g-navi a.current:after {height: 6px; opacity: 1;}
#g-navi a.current {color: #cebc7a;}
/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
トップページ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/
#front {}
#front section {padding-bottom: 40px;}
#front .front_slider {margin: 0;}
#front .front_slider img {width: 100%; height: 70vw; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50% 50%;';}
#front .front_slider .slider-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -24px;
	left: 0;
	margin-bottom: -10px;
	z-index: 1;
}
#front .front_slider .slider-dots li {
	width: 10px;
	height: 10px;
	box-shadow: 0 0 0 2px #fff;
	border-radius: 50%;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}
#front .front_slider .slider-dots li.slick-active {background: #fff;}
#front .front_slider .slider-dots li button {position: relative; text-indent: -9999px; margin: 0; padding: 0;}
/*お知らせ*/
#front .news {}
#front .news h2 {margin: 40px 0;}
#front .news .flex-box {display: block;}
#front .news .entry {display: block; margin: 0 0 4vw; background: #fff; overflow: hidden;}
#front .news .entry img {width: 100%; height: 60vw; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50% 50%;';	}
#front .news .entry .text {padding: 14px;}
#front .news .entry .cat {color: #fff; font-size: 12px; background: #630606; padding: 2px 8px; border-radius: 5px;}
#front .news .entry .date {margin-left: 12px;}
#front .news .entry .date i {margin-right: 4px;}
#front .news .entry h3 {
	font-size: 20px;
	line-height: 1.5;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#front .news .more {
	float: right;
	font-size: 14px;
	background: #d6ccba;
	margin-top: 20px;
	padding: 2px 16px;
	border: 1px solid #c6b89f;
}
#front .news .more i {margin-left: 10px;}
/*焼肉弁当*/
#front .yakiniku {background: #fff; padding-bottom: 20px;}
#front .yakiniku h2 {margin-bottom: 20px;}
#front .yakiniku .flex-box {display: block;}
#front .yakiniku .entry {font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; margin-bottom: 20px;}
#front .yakiniku .entry img {margin-bottom: 20px;}
#front .yakiniku .entry h3 {font-family: inherit; font-size: 24px; line-height: 1.5; border-bottom: 1px solid #977f15;}
#front .yakiniku .entry h4 {font-family: inherit; font-size: 16px; padding: 10px 0; border-bottom: 1px dotted #977f15;}
#front .yakiniku .entry .cont {font-family: inherit; padding: 10px 0 0;}
#front .yakiniku .entry .cont p {font-family: inherit;}
#front .yakiniku .entry .cont ul {font-family: inherit; display: flex; flex-wrap: wrap;}
#front .yakiniku .entry .cont ul li {font-family: inherit;}
#front .yakiniku .entry .cont ul li:after {display: inline-block; content: "/"; margin: 0 4px;}
#front .yakiniku .entry .cont ul li:last-child:after {content: "";}
#front .yakiniku .entry .price {font-family: inherit; text-align: center; font-size: 16px; font-weight: 700; margin: 10px 0;}
#front .yakiniku .entry .price strong {font-family: inherit; color: #e60012; font-size: 32px; font-weight: 700;}
#front .yakiniku .entry table {display: table; width: 100%; border: 1px solid #977f15;}
#front .yakiniku .entry table tr th,
#front .yakiniku .entry table tr td {font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; padding: 8px; border: 1px solid #977f15;}
@media all and (-ms-high-contrast:none){#front .yakiniku .entry table tr th,#front .yakiniku .entry table tr td {padding: 10px 8px 4px;}}
#front .yakiniku .entry table tr th {color: #fff; background: #2b2b2b; white-space: nowrap; vertical-align: middle;}

/*大リンク*/
.big_link {position: relative; width: 100%; height: 400px;}
.big_link img {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.big_link div {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.big_link div h2 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(90vw - 32px);
	height: 200px;
	margin: 0 auto;
	text-align: center;
	background: rgba(255,255,255, 0.7);
}
.big_link div h2:after{
	content: "";
	border: solid 2px rgba(255,255,255, 0.7);
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
}
.big_link div h2 span {display: block; font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 9vw; line-height: 1.4;}
@media all and (-ms-high-contrast:none){.big_link div h2 span {margin: 12px 0 -12px;}}
.big_link div h2 span.small {font-size: 6vw;}
.big_link div a {
	position: relative;
	top: 40px;
	display: block;
	width: 128px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 8px 28px;
	background: #630606;
	border: 1px solid #977f15;
	opacity: 1;
}
.big_link div a:hover {color: #630606; background: #fff;}
/*------------------------------------
フッター
------------------------------------*/
footer {margin-top: auto;}
footer .footer_top {font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; padding: 40px 0 0; background: url(../img/back.png);}
footer .footer_top h2 {display: flex; flex-direction: column; align-items: center; font-family: inherit;}
footer .footer_top h2 span {font-family: inherit; font-size: 24px; line-height: 1.5;}
footer .footer_top h2 span.sideline {position: relative; font-size: 20px;}
footer .footer_top h2 span.sideline:before,
footer .footer_top h2 span.sideline:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: .75em;
	width: 60px;
	height: 1px;
	background: #333;
}
footer .footer_top h2 span.sideline:before {left: -90px;}
footer .footer_top h2 span.sideline:after {right: -90px;}
footer .footer_top .sns {text-align: center; margin: 25px auto 50px;}
footer .footer_top .sns a {margin: 0 10px;}
footer .footer_top .sns a:hover {opacity: 1; background: #fff;}
footer .footer_top .sns a i {color: #7c7c7c; font-size: 48px; transition: all .3s ease;}
footer .footer_top .sns a.line i:hover {color: #00b900;}
footer .footer_top .sns a.fb i:hover {color: #395394;}
footer .footer_top .sns a.tw i:hover {color: #448cc4;}
footer .footer_top .scroll {
	display: block;
	position: relative;
	font-family: inherit;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	width: 220px;
	margin: 0 auto;
	padding: 8px 0 10px;
	background: #d6ccba;
}
footer .footer_top .scroll:before {
	display: block;
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 110px 15px 110px;
	border-color: transparent transparent #d6ccba transparent;
}
footer .footer_bottom {padding: 30px 0; background: #2b2b2b;}
footer .footer_bottom .flex-box {display: block;}
footer .footer_bottom .logo {display: block; width: 135px; margin: 0 auto 20px;}
footer .footer_bottom ul li {text-align: center; color: #fff;}
footer .copyright {color: #fff; text-align: center; padding: 10px 0; background: #000;}
/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
固定ページ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/
/*------------------------------------
メニュー
------------------------------------*/
#menu {}
#menu h1 {width: 100%; padding: 25px 0;}
#menu h1.dinner {background: url(../img/menu/bg_dinner.png);}
#menu h1.lunch {background: url(../img/menu/bg_lunch.png);}
#menu h1 img {height: 31px; margin: 0 auto;}
/*メイン*/
#menu .main_menu {}
#menu .main_menu .main_img {width: 100%; height: 50vh; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50% 50%;';}
#menu .main_menu .text {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 12px;
	background: #fff;
}
#menu .main_menu .text h2 {background: #231815; padding: 12px;}
#menu .main_menu .text h2 span {font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; color: #fff; font-size: 22px; line-height: 1.5;}
@media all and (-ms-high-contrast:none){#menu .main_menu .text h2 span{margin: 8px 0 -4px;}}
#menu .main_menu .text h2 span.name {display: block;}
#menu .main_menu .text h2 span.items {font-size: 15px; margin-right: 10px;}
#menu .main_menu .text h3,#menu .main_menu .text p {padding: 12px 12px 0;}
#menu .main_menu .text .recommend {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -96px;
	right: 4vw;
	width: 78px;
	height: 78px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	background: #e60012;
	border-radius: 50%;
}
/*弁当*/
#menu .bento_motto {width: 96%; margin: -30px auto -20px;}
/*サブ*/
#menu .sub_menu {}
#menu .sub_menu h2 {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #6a3906;
	font-size: 20px;
	padding: 20px 0 5px;
}
#menu .sub_menu .flex-box {display: block;}
#menu .sub_menu .entry {position: relative; width: calc(100% - 2px); background: #fff; margin: 0 0 3vw 0; border: 1px solid #dcdddd;}
#menu .sub_menu .entry .main_img {width: 100%; height: 220px; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50% 50%;';}
#menu .sub_menu .entry .recommend {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 8px;
	left: 8px;
	width: 72px;
	height: 72px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	background: #e60012;
	border-radius: 50%;
}
#menu .sub_menu .entry h2{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 21px;
	line-height: 30px;
	color: #fff;
	background: #231815;
	padding: 6px 6px 6px 26px;
}
#menu .sub_menu .entry h2:before{
	position: relative;
	content: "";
	display: inline-block;
	width: 2px;
	height: 24px;
	top: 4px;
	left: -10px;
	background: #cebc7a;
}
#menu .sub_menu .entry .text {padding: 14px;}
#menu .sub_menu .entry .text .set {display: flex; justify-content: space-between; align-items: center;}
#menu .sub_menu .entry .text .set span {font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; line-height: 1;}
@media all and (-ms-high-contrast:none){#menu .sub_menu .entry .text .set span {margin: 4px 0 -4px;}}
#menu .sub_menu .entry .text .set .price {color: #231815; font-size: 24px; font-weight: 700; margin-left: auto;}
#menu .sub_menu .entry .text h3 {margin-top: 14px;}
#menu .sub_menu .entry .text p {margin-top: 6px;}
#menu .sub_menu .entry .text p.cont {padding: 6px 0 0; border-top: 1px solid #ccc;}
/*その他*/
#menu .other_menu {padding: 40px 0;}
#menu .other_menu .flex-box {flex-wrap: wrap; justify-content: flex-start;}
#menu .other_menu section {margin: 0 auto 40px;}
#menu .other_menu section:last-child{margin: 0 auto;}
#menu .other_menu h2{margin-bottom: 20px;}
#menu .other_menu ul {display: block; background: #fff; padding: 6px 18px; border: 1px solid #dcdddd;}
#menu .other_menu ul li {display: flex; flex-wrap: wrap; align-items: center; padding: 10px 0; border-bottom: 1px solid #3e3a39; line-height: 1.5;}
#menu .other_menu ul li:last-child {border-bottom: none;}
#menu .other_menu ul li h2 {display: inline-block; font-size: 16px; margin: auto 0;}
#menu .other_menu ul li span {margin: auto 0;}
#menu .other_menu ul li .recommend,
#menu .other_menu ul li .click {position: relative; height: 20px; color: #fff; font-size: 12px; margin-left: 16px; padding: 0 6px 0 3px;}
#menu .other_menu ul li .recommend:before,
#menu .other_menu ul li .click:before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
}
#menu .other_menu ul li .recommend {background: #e60012;}
#menu .other_menu ul li .click {background: #c9a063;}
#menu .other_menu ul li .recommend:before {border-color: transparent #e60012 transparent transparent;}
#menu .other_menu ul li .click:before {border-color: transparent #c9a063 transparent transparent;}
#menu .other_menu ul li .price {display: block; width: 100%; font-size: 16px; text-align: right;}
#menu .other_menu ul li h2:before {content: "・"; display: inline-block;}
#menu .other_menu ul li.remark {padding: 12px 18px;}
/*------------------------------------
店舗のご案内
------------------------------------*/
#about .top_img {width: 100%; height: 60vw; background: url(../img/about/top_img.jpg) center center /auto 100% no-repeat;}
#about .motto {background: #000;}
#about .motto h1.generic {padding: 40px 0;}
#about .motto h1.generic span {color: #fff; background-image: url(../img/mark2.png);}
#about .motto .img {width: 100%; margin: 0 auto;}
#about .motto .text {width: 90%; margin: 0 auto; padding: 40px 0;}

#about .kodawari .container {margin: 40px auto;}
#about .kodawari {}
#about .kodawari h2 {margin: 40px 0 20px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
#about .kodawari h2 img {width: 100px; margin-bottom: 20px;}
#about .kodawari h2 span {
	display: inline-block;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -1px;
	vertical-align: middle;
}
#about .kodawari h2 span > span {font-size: 54px;}
#about .kodawari p {font-size: 15px; margin-bottom: 20px;}
#about .kodawari .img {width: 100%; height: 250px;}
#about .kodawari .img img {width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50% 50%;';}

#about .info {padding: 40px 0;}
#about .info table {margin: 0;}

.info h2 {color: #fff; font-size: 18px; background: #3e3a39; margin: 0 0 10px 0; padding: 4px 18px;}
.info table {width: 100%; margin: 0 auto 40px;}
.info table tr th,.info table tr td {display: block; padding: 10px; font-size: 14px; text-align: left; border-bottom: 1px solid #c9caca;}
.info table tr td span {display: block; font-size: 14px;}
/*------------------------------------
アクセス
------------------------------------*/
#access section {margin: 0 auto 40px;}
#access h1 {margin: 40px 0;}
#access h2 {color: #fff; font-size: 18px; background: #3e3a39; margin: 0 0 10px 0; padding: 4px 18px;}
#access .top_img {width: 100%; height: 60vw; background: url(../img/access/top_img.jpg) center center /auto 100% no-repeat;}
#access .info .image.flex-box {display: block;}
#access .info .image img {width: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50% 50%;'; margin-bottom: 3vw;}
#access .map {margin: 40px auto;}
#access .map img {margin: 0 auto 40px;}
#access .access {margin: 0 auto; padding-bottom: 20px;}
#access .access ul li {list-style-type: disc; margin-left: 2em;}
#access .googlegmap {position: relative; padding: 30px 0 86.25%; height: 0; overflow: hidden;}
.googlegmap iframe,.googlegmap object,.googlegmap embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.googlegmap.streetview {padding: 30px 0 56.25%;}
/*------------------------------------
お問い合わせ
------------------------------------*/
#contact {width: 96vw;}
/*------------------------------------
投稿ページ
------------------------------------*/
#single .state {display: flex;}
#single .state .cat {color: #fff; font-size: 12px; background: #630606; padding: 2px 8px; border-radius: 5px;}
#single .state .date {margin-left: 16px;}
#single .state .date i {margin-right: 4px;}
#single .inner p {word-break: break-all; line-height: 2; margin: 20px 0;}
#single .inner img {margin: 20px 20px 20px 0;}
#single .inner h1 {font-size: 26px; font-weight: 700; line-height: 1.5; margin: 60px 0;}
#single .inner h2 {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	margin: 50px 0 24px;
	padding: 12px 4px;
	border-bottom: 3px solid #977f15;
}
#single .inner h2:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100px;
	height: 3px;
	background: #630606;
}
#single .inner h3 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	margin: 40px 0 20px;
	padding: 4px 12px;
	padding-left: 10px;
	border-left: 3px solid #977f15;
}
#single .inner h4 {
	position: relative;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	margin: 30px 0 20px;
	padding-left: 1.1em;
}
#single .inner h4:before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #977f15;
}
#single .inner h5 {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	margin: 20px 0;
	padding-bottom: 5px;
}
#single .inner h5:before,#single .inner h5:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background: #977f15;
}
#single .inner h5:before {
	bottom: -3px;
	width: 40px;
	height: 3px;
}
#single .inner h5:after {
	bottom: -1px;
	width: 120px;
	height: 1px;
}
#single .inner h6 {
	font-size: 14px;
	font-weight: 700;
	margin: 20px 0;
}
#single .inner a *{color: #1e50a2;}
#single .inner a:after {font-family: "Font Awesome 5 Free"; content: "\f35d"; font-weight: 900; margin-left: 8px; color: #1e50a2;}
#single .inner em {font-style: italic;}
#single .inner b {font-weight: 700;}
#single .inner strong {font-weight: 700; background: linear-gradient(transparent 50%, #fff799 0%);}
#single .inner blockquote {position: relative; margin: 30px; padding: 20px 30px; background: #fff;}
#single .inner blockquote:before,
#single .inner blockquote:after {position: absolute; display: block; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #c8c8c8;}
#single .inner blockquote:before {top: 20px; left: 20px; content: "\f10e";}
#single .inner blockquote:after {bottom: 20px; right: 20px; content: "\f10d";}
#single .inner sup, #single .inner sub {font-size: .5em;}
#single .inner sup {vertical-align: top;}
#single .inner sub {vertical-align: bottom;}
#single .inner pre {margin: 30px 0;}
#single .inner code {display: block; color: #fff; margin: 30px 0; padding: 20px; background: #364549;}

#single .inner ul, #single .inner ol {margin: 30px 0;}
#single .inner ul li, #single .inner ol li {margin-left: 1.5em; line-height: 2.5;}
#single .inner ul > li {list-style-type: disc;}
#single .inner ol > li {list-style-type: decimal;}
#single .inner li > ul, #single .inner li > ol {margin-bottom: 0;}

#single .inner .scroll-table {overflow: auto; white-space: nowrap; margin: 20px 0;}
#single .inner table {width: 100%; border-collapse: collapse; text-align: left; line-height: 1.5; border: 1px solid #dcdddd; background: #fff;}
#single .inner table thead th, #single table thead td,
#single .inner table tfoot th, #single table tfoot td {background: #eee; font-weight: 700;}
#single .inner table thead th, #single table thead td {padding: 0.75rem 0.5rem;}
#single .inner table th, #single table td {padding: 0.5rem; border: 1px solid #c8c8c8;}
#single .inner table th {background: #f8f8f8;}

#single .inner .aligncenter {display: block; margin: 0 auto;}
#single .inner .alignright {float: right;}
#single .inner .alignleft {float: left;}
/*------------------------------------
前後記事
------------------------------------*/
#postlink {justify-content: space-between; padding: 40px 12px;}
#postlink a {align-items: flex-start; max-width: 50%;}
#postlink a .arrow {content: ""; position: relative; width: 24px; height: 1em;}
#postlink a .arrow:before,#postlink a .arrow:after{content: ""; position: absolute; bottom: 0; display: block;}
#postlink a .arrow:before {left: 0; width: 20px; height: 1px; background: #1e50a2; transition: .3s ease;}
#postlink a .arrow:after {width: 0; height: 0; transition: .3s ease;}
#postlink a.next {margin-right: auto;}
#postlink a.prev {margin-left: auto}

#postlink a.next .arrow {margin-right: 6px;}
#postlink a.prev .arrow {margin-left: 6px;}
#postlink a.next .arrow:after {left: -1px; border-style: solid; border-width: 4px 8px 0 0; border-color: transparent #1e50a2 transparent transparent;}
#postlink a.prev .arrow:after {right: -1px; border-style: solid; border-width: 4px 0 0 8px; border-color: transparent transparent transparent #1e50a2;}
#postlink a:hover .arrow:before {width: 28px;}
#postlink a.next:hover .arrow:before {left: -8px; }
#postlink a.next:hover .arrow:after {left: -8px; border-style: solid; border-width: 4px 8px 0 0; border-color: transparent #1e50a2 transparent transparent;}
#postlink a.prev:hover .arrow:after {right: -8px; border-style: solid; border-width: 4px 0 0 8px; border-color: transparent transparent transparent #1e50a2;}
#postlink a h3 {color: #1e50a2; transition: all .3s ease;}
/*------------------------------------
記事一覧
------------------------------------*/
#archive {}
#archive h2 {margin: 40px 0;}
#archive .flex-box {display: block;}
#archive .entry {
	display: block;
	margin: 0 0 4vw;
	background: #fff;
	overflow: hidden;
}
#archive .entry img {
	width: 100%;
	height: 60vw;
	object-fit: cover;
	object-position: 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';	
}
#archive .entry .text {padding: 14px;}
#archive .entry .cat {
	color: #fff;
	font-size: 12px;
	background: #630606;
	padding: 2px 8px;
	border-radius: 5px;
}
#archive .entry .date {margin-left: 12px;}
#archive .entry .date i {margin-right: 4px;}
#archive .entry h3 {
	font-size: 20px;
	line-height: 1.5;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*------------------------------------
フォーム
------------------------------------*/
#form {margin: 0 auto;}
#form table {
	display: flex;
	flex-direction: column;
	margin: 30px auto 0;
	line-height: 1.5;
}
#form table tr {
	display: block;
	padding-bottom: 24px;
}
#form table th {
	display: block;
	padding-bottom: 8px;
	text-align: center;
	vertical-align: top;
}
#form table th span {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-right: 8px;
	padding: 0 8px;
	background: #f3981d;
	border-radius: 4px;
}
#form table td {
	display: block;
	width: 100%;
}
#form table input,
#form table textarea,
#form table select {
	width: calc(100% - 14px);
	padding: 6px;
}
#form table textarea {
	height: 100px;
	resize: vertical;
}
#form input[type="submit"] {
	color: #fff;
	font-size: 15px;
	text-align: center;
	width: 100%;
	background: #696969;
	margin: 30px auto;
	padding: 12px 0;
	transition: all .3s ease;
}
#form input[type="submit"]:hover {opacity: .7;}
#form input[type="checkbox"] {
	width: auto;
	margin: 0;
}
#form p{
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
/*------------------------------------
404.php
------------------------------------*/
#notfound {position: relative; width: 100%; height: calc(100vh - 233px); background: url(../img/sushichef.jpg) 0 0/auto 100% no-repeat;}
#notfound:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url(../img/pattern.png) repeat top left;
	z-index: 0;
}
#notfound .container {position: relative; height: calc(100vh - 233px); z-index: 1;}
#notfound h1 {position: absolute; top: 20px; left: 12px; font-size: 24px; color: #fff; line-height: 1.3; font-weight: 700;}
#notfound span {position: absolute; top: 80px; left: 12px; font-size: 14px; color: #fff; font-weight: 700;}
#notfound .link {
	position: absolute;
	bottom: 20px;
	right: 12px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	padding: 8px 20px;
	background: rgba(0,0,0, .3);
	border: 1px solid;
}
#notfound .link:hover {background: rgba(0,0,0, .1); opacity: 1;}
/*------------------------------------
メニューモーダル
------------------------------------*/
#modal {
	display: none;
	position: fixed;
	top: 104px;
	left: 50%;
	transform: translate(-50%,0);
	width: 94vw;
	height: calc(100vh - 154px);
	background: #fff;
	box-shadow: 0 0 25px #000;
	z-index: 2000;
}
#modal *:focus {outline:none;}
#modal .close {
	position: absolute;
	top: -12px;
	right: -8px;
	width: 38px;
	height: 38px;
	margin: 0;
	background: #630606;
	border-radius: 50%;
}
#modal .close:before,
#modal .close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: calc(50% - 11px);
	width: 22px;
	height: 1px;
	background: #fff;
}
#modal .close:before {transform: rotate(45deg);}
#modal .close:after {transform: rotate(135deg);}
#overlay {
	display: none;
	position: fixed;
	transform-origin: top;
	background: #fff;
	opacity: 0.75;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index:1999;
}
.modal_open #modal {display: block;}
.modal_open #overlay {display: block; animation: overray linear .25s normal forwards;}
@keyframes overray {0% {background: #fff;} 100% {background: #000;}}
#iframecontainer {margin: 10px; border: 1px solid #dcdddd; overflow: hidden;}
#iframecontainer iframe {
	width: 100%;
	height: calc(100vh - 184px);
	border: none;
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
}
/*------------------------------------
固定バー
------------------------------------*/
#fix-tel {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	font-family: 'Merriweather', serif;
	font-size: 20px;
	background: #cebc7a;
	padding: 2px 8px;
	z-index: 1000;
}
#fix-tel i {font-size: 18px; margin-right: 8px;}
