/*------------------------------------
汎用
------------------------------------*/
body {display: none; min-width: 1240px; min-height: 100%; overflow-y: hidden;}

/*モーダル用*/
body#modal_width {min-width: 480px; max-width: 480px; overflow: hidden;}

main {display: block; background: url(../img/back.png); min-height: calc(100vh - 110px);}

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

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

/*汎用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: 0 auto;}
.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: 48px;
	line-height: 54px;
	padding-left: 66px;
	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 {padding: 20px 0;}

header .flex-box {justify-content: flex-start; align-items: center;}

header .logo {width: 269px; margin-right: auto;}
header .tel {font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
header .tel p {font-family: inherit; font-size: 16px; font-weight: 700; line-height: 1;}
@media all and (-ms-high-contrast:none){header .tel p{margin-bottom: -8px;}}
header .tel a {display: flex; align-items: center; margin: 6px 0 4px;}
header .tel a span {font-family: inherit; font-size: 32px; font-weight: 700; line-height: 1;}
@media all and (-ms-high-contrast:none){header .tel a span{margin-top: 10px;}}
header .tel a i {color: #630606; font-size: 26px; padding-right: 8px; line-height: 1;}
header .tel small {display: block; font-size: 12px; line-height: 1;}
@media all and (-ms-high-contrast:none){header .tel small{margin-top: -4px;}}

header .booking {
	display: flex;
	align-items: center;
	background: #630606;
	margin-left: 20px;
	padding: 8px 12px;
	border-radius: 6px;
	box-shadow: 0 0 0 3px #480606 inset;
}
@media all and (-ms-high-contrast:none){header .booking {padding: 10px 12px;}}
header .booking p {font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; color: #fff; font-size: 18px; line-height: 1.3;}
@media all and (-ms-high-contrast:none){header .booking p {margin-bottom: -8px;}}
header .booking i {color: #cebc7a; font-size: 32px; padding-right: 8px; line-height: 1;}
header #nav-toggle,header #accordion {display: none;}
/*------------------------------------
グローバルナビ
------------------------------------*/
#g-navi {position: relative; background: url(../img/gnavi_back.png); z-index: 1;}
#g-navi a {
	position: relative;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: calc(100% / 7);
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 18px 0;
	opacity: 1;
}
@media all and (-ms-high-contrast:none){#g-navi a{margin-top: 6px}}
#g-navi a:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #cebc7a;
	opacity: 0;
	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: 80px;}
#front .front_slider {margin: 0;}
#front .front_slider img {
	width: 100%;
	height: calc(100vh - 110px);
	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: -32px;
	left: 0;
	margin-bottom: -12px;
	z-index: 1;
}
#front .front_slider .slider-dots li {
	width: 12px;
	height: 12px;
	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 {width: 1000px;}
#front .news h2 {margin: 80px 0;}
#front .news .flex-box {justify-content: flex-start;}
#front .news .entry {width: 32%; margin: 0 2% 30px 0; background: #fff; overflow: hidden;}
#front .news .entry:last-child {margin: 0 0 30px 0;}
#front .news .entry img {width: 100%; height: 230px; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50% 50%;';}
#front .news .entry .text {padding: 16px;}
#front .news .entry .cat {color: #fff; font-size: 12px; background: #630606; padding: 2px 8px; border-radius: 5px;}
#front .news .entry .date {margin-left: 16px;}
#front .news .entry .date i {margin-right: 4px;}
#front .news .entry h3 {
	font-size: 24px;
	line-height: 1.5;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#front .news .more {
	float: right;
	font-size: 16px;
	background: #d6ccba;
	padding: 2px 16px;
	border: 1px solid #c6b89f;
}
#front .news .more i {margin-left: 10px;}
/*焼肉弁当*/
#front .yakiniku {background: #fff;}
#front .yakiniku h2 {margin-bottom: 80px;}
#front .yakiniku .container {width: 1000px;}
#front .yakiniku .entry {font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; width: 48%;}
#front .yakiniku .entry img {margin-bottom: 30px;}
#front .yakiniku .entry h3 {font-family: inherit; font-size: 28px; line-height: 1.5; border-bottom: 1px solid #977f15;}
#front .yakiniku .entry h4 {font-family: inherit; font-size: 18px; padding: 10px 0; border-bottom: 1px dotted #977f15;}
#front .yakiniku .entry .cont {font-family: inherit; padding: 10px 0;}
#front .yakiniku .entry .cont p {font-family: inherit; font-size: 16px;}
#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: right; font-size: 18px; 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;}

/*大リンク*/
.big_link {position: relative; width: 100%; height: 550px;}
.big_link img {
	position: absolute;
	width: 100%;
	height: 550px;
	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: 850px;
	height: 250px;
	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: 80px; 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: 42px;}
.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: 60px 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: 34px; line-height: 1.5;}
footer .footer_top h2 span.sideline {position: relative; font-size: 30px;}
footer .footer_top h2 span.sideline:before,
footer .footer_top h2 span.sideline:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: .75em;
	width: 70px;
	height: 1px;
	background: #333;
}
footer .footer_top h2 span.sideline:before {left: -110px;}
footer .footer_top h2 span.sideline:after {right: -110px;}
footer .footer_top .sns {text-align: center; margin: 50px auto 70px;}
footer .footer_top .sns a {margin: 0 20px;}
footer .footer_top .sns a:hover {opacity: 1; background: #fff;}
footer .footer_top .sns a i {color: #7c7c7c; font-size: 56px; 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: 20px;
	line-height: 1;
	text-align: center;
	width: 250px;
	margin: 0 auto;
	padding: 8px 0 12px;
	background: #d6ccba;
}
footer .footer_top .scroll:before {
	display: block;
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 125px 20px 125px;
	border-color: transparent transparent #d6ccba transparent;
}
footer .footer_bottom {padding: 30px 0; background: #2b2b2b;}
footer .footer_bottom .flex-box {justify-content: center; align-items: center;}
footer .footer_bottom .logo {width: 269px;}
footer .footer_bottom ul {margin-left: 60px;}
footer .footer_bottom ul li {color: #fff;}
footer .copyright {color: #fff; text-align: center; padding: 10px 0; background: #000;}
/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
固定ページ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/
/*------------------------------------
メニュー
------------------------------------*/
#menu {}
#menu h1 {width: 100%; padding: 50px 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: 62px; margin: 0 auto;}
/*メイン*/
#menu .main_menu {position: relative; width: 100%; height: 650px;}
#menu .main_menu .main_img {width: 100%; height: 650px; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50% 50%;';}
#menu .main_menu .text {
	position: absolute;
	bottom: 40px;
	right: 6vw;
	width: auto;
	height: auto;
	padding: 30px;
	background: rgba(255,255,255, 0.7);
}
#menu .main_menu .text h2 {margin-bottom: 10px;}
#menu .main_menu .text h2 span {font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; line-height: 1.5;}
#menu .main_menu .text h2 span.name {display: block; font-size: 40px;}
#menu .main_menu .text h2 span.items {font-size: 16px; margin-right: 10px;}
#menu .main_menu .text h2 span.price {font-size: 30px;}
#menu .main_menu .text p {margin-top: 6px;}
#menu .main_menu .text .recommend {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -32px;
	right: -32px;
	width: 92px;
	height: 92px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	background: #e60012;
	border-radius: 50%;
}
/*弁当*/
#menu .bento_motto {width: 1000px; margin: -140px auto -80px;}
/*サブ*/
#menu .sub_menu {width: 1000px;}
#menu .sub_menu h2 {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #6a3906;
	font-size: 28px;
	padding: 40px 0 10px;
}
#menu .sub_menu .flex-box {flex-wrap: wrap; justify-content: flex-start;}
#menu .sub_menu .entry {position: relative; width: calc(31% - 2px); background: #fff; margin: 0 3.5% 40px 0; border: 1px solid #dcdddd;}
#menu .sub_menu .entry:nth-child(3n) {margin: 0 0 40px 0;}
#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: 25px; 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: 80px 0;}
#menu .other_menu .flex-box {flex-wrap: wrap; justify-content: flex-start;}
#menu .other_menu section {width: calc(768px * 0.96); margin: 0 auto 80px;}
#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: 12px 36px; border: 1px solid #dcdddd;}
#menu .other_menu ul li {display: flex; align-items: center; padding: 12px 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: 18px; 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: 24px; color: #fff; margin-left: 20px; padding: 0 12px 0 6px;}
#menu .other_menu ul li .recommend:before,
#menu .other_menu ul li .click:before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 12px 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 {font-size: 18px; margin-left: auto;}
#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: 400px; background: url(../img/about/top_img.jpg) 0 0 / 100% 100% no-repeat; background-attachment: fixed;}
#about .motto {background: #000;}
#about .motto h1.generic {padding: 80px 0;}
#about .motto h1.generic span {color: #fff; background-image: url(../img/mark2.png);}
#about .motto .img {width: 900px; margin: 0 auto;}
#about .motto .text {margin: 0 auto; padding: 80px 0;}

#about .kodawari .container {width: 1000px; margin: 80px auto;}
#about .kodawari h2 {margin: 80px 0 40px; display: flex; align-items: center;}
#about .kodawari h2 img {width: 124px; margin-right: 40px;}
#about .kodawari h2 span {
	display: inline-block;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -1px;
	vertical-align: middle;
}
#about .kodawari h2 span > span {font-size: 80px;}
#about .kodawari p {font-size: 16px; margin-bottom: 40px;}
#about .kodawari .img {width: 100%; height: 650px;}
#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: 80px 0;}
#about .info table {margin: 0;}

.info {width: 1000px; margin: 0 auto;}
.info h2 {color: #fff; font-size: 20px; background: #3e3a39; margin: 0 0 20px 0; padding: 4px 20px; }
.info table {width: 100%; margin: 0 auto 80px;}
.info table tr {border-bottom: 1px solid #c9caca;}
.info table tr th,.info table tr td {padding: 10px; font-size: 16px; text-align: left;}
.info table tr th {width: 20%;}
.info table tr td span {display: block; font-size: 16px;}
/*------------------------------------
アクセス
------------------------------------*/
#access section {margin: 0 auto 80px;}
#access section.container {width: 1000px;}
#access h1 {margin: 80px 0;}
#access h2 {color: #fff; font-size: 20px; background: #3e3a39; margin: 0 0 20px 0; padding: 4px 20px;}
#access .top_img {width: 100%; height: 400px; background: url(../img/access/top_img.jpg) 0 0 / 100% 100% no-repeat; background-attachment: fixed;}
#access .info .image img {width: 48%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50% 50%;';}
#access .map {margin: 80px auto;}
#access .map img {margin: 0 auto 80px; width: 80%;}
#access .access {margin: 0 auto; padding-bottom: 40px;}
#access .access ul li {list-style-type: disc; margin-left: 2em;}
#access .googlegmap {position: relative; padding: 30px 0 38.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 50.25%;}
/*------------------------------------
お問い合わせ
------------------------------------*/
#contact {width: 920px;}
/*------------------------------------
投稿ページ
------------------------------------*/
#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: 30px 0;}
#single .inner img {margin: 30px 20px 30px 0;}
#single .inner h1 {font-size: 28px; font-weight: 700; line-height: 1.5; margin: 100px 0;}
#single .inner h2 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin: 60px 0 30px;
	padding: 18px 5px;
	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: 22px;
	line-height: 1.5;
	font-weight: 700;
	margin: 50px 0 30px;
	padding: 4px 12px;
	padding-left: 10px;
	border-left: 3px solid #977f15;
}
#single .inner h4 {
	position: relative;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	margin: 40px 0 34px;
	padding-left: 1.1em;
}
#single .inner h4:before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 13px;
	height: 13px;
	background: #977f15;
}
#single .inner h5 {
	position: relative;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	margin: 30px 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: 50px;
	height: 3px;
}
#single .inner h5:after {
	bottom: -1px;
	width: 150px;
	height: 1px;
}
#single .inner h6 {
	font-size: 16px;
	font-weight: 700;
	margin: 30px 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 table {border-collapse: collapse; text-align: left; line-height: 1.5; margin: 30px 0; background: #fff; border: 1px solid #dcdddd;}
#single .inner table thead th, #single .inner table thead td,
#single .inner table tfoot th, #single .inner table tfoot td {background: #eee; font-weight: 700;}
#single .inner table thead th, #single .inner table thead td {padding: 0.75rem 0.5rem;}
#single .inner table th, #single .inner 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: 80px 0;}
#postlink a {align-items: flex-start; max-width: 40%;}
#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: 24px; 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: 10px;}
#postlink a.prev .arrow {margin-left: 10px;}
#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: 32px;}
#postlink a.next:hover .arrow:before {left: -8px; width: 32px;}
#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 {width: 1000px;}
#archive h2 {padding: 80px 0;}
#archive .flex-box {
	flex-wrap: wrap;
	justify-content: flex-start;
}
#archive .entry {
	width: 32%;
	margin: 0 2% 40px 0;
	overflow: hidden;
	background: #fff;
}
#archive .entry:last-child {margin: 0 0 40px 0;}
#archive .entry img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	object-position: 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';	
}
#archive .entry .text {
	padding: 16px;
	background: #fff;
}
#archive .entry .cat {
	color: #fff;
	font-size: 12px;
	background: #630606;
	padding: 2px 8px;
	border-radius: 5px;
}
#archive .entry .date {margin-left: 16px;}
#archive .entry .date i {margin-right: 4px;}
#archive .entry h3 {
	font-size: 24px;
	line-height: 1.5;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*------------------------------------
フォーム
------------------------------------*/
#form {margin: 20px auto;}
#form table {
	display: table;
	width: 730px;
	margin: 50px auto 0;
	border-collapse: collapse;
	line-height: 1.5;
}
#form table th {
	width: 38%;
	padding: 8px 0;
	text-align: left;
	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 {
	width: 62%;
	padding: 8px 0;
}
#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;
	background: #696969;
	margin: 60px auto;
	padding: 12px 100px;
	transition: all .3s ease;
}
#form input[type="submit"]:hover {opacity: .7;}
#form input[type="checkbox"] {
	width: auto;
	margin: 0;
}
#form p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
/*------------------------------------
404.php
------------------------------------*/
#notfound {position: relative; width: 100%; height: calc(100vh - 177px); background: url(../img/sushichef.jpg) 0 0/100% auto 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 - 177px); z-index: 1;}
#notfound h1 {position: absolute; top: 48px; left: 0; font-size: 36px; color: #fff; font-weight: 700;}
#notfound span {position: absolute; top: 100px; left: 3px; font-size: 14px; color: #fff; font-weight: 700;}
#notfound .link {
	position: absolute;
	bottom: 48px;
	right: 2px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	padding: 16px 36px;
	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: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 480px;
	height: 480px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 25px #000;
	z-index: 2000;
}
#modal *:focus {outline:none;}
#modal .close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 42px;
	height: 42px;
	margin: 0;
	background: #630606;
	border-radius: 50%;
	opacity: 1;
}
#modal .close:before,
#modal .close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: calc(50% - 12px);
	width: 24px;
	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 {width: 480px; height: 480px; overflow: hidden; border: 1px solid #dcdddd; overflow: hidden;}
#iframecontainer iframe {width: 497px; height: 497px; border: none; background: #fff;}