@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700);

/*
* base
*/
.obento-yoyaku{
	font-size: 28px;
    font-weight: bold;
}
a,
.slick-prev:before,
.slick-next:before,
.slick-slide a img {
	transition: all ease 0.3s;
}

a:hover,
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-slide a img:hover {
	opacity: 0.7;
}

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 1;
	word-break: break-all;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}

img {
	vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
	display: block;
	line-height: 1;
}

iframe {
	max-width: 100%;
}

a,
label {
	cursor: pointer;
}

blockquote {
	padding: 0;
	margin: 0;
	display: block;
}

address,
em {
	font-style: normal;
}

hr {
	border: 0;
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style: none;
}

textarea {
	resize: vertical;
	overflow: hidden;
	-webkit-appearance: none;
	border: none;
}

button,
select {
	vertical-align: middle;
	border-radius: 0px;
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

table {
	border-collapse: collapse;
}

*:before,
*:after {
	padding: 0;
	margin: 0;
	line-height: 1;
}

a {
	text-decoration: none;
	color: unset;
}

img {
	max-width: 100%;
	transition: all ease .3s;
}

.sp {
	display: none !important;
}

.inner {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 20px;
}

.ttl-section {
	font-size: 38px;
	text-align: center;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
}

.ttl-section-in {
	border-bottom: 1px solid #fff;
	padding-left: 100px;
	padding-bottom: 5px;
	position: relative;
}

.ttl-section-in:before {
	content: "";
	display: inline-block;
	background: url("../svg/icon-ttl.svg") no-repeat;
	position: absolute;
	width: 83px;
	height: 60px;
	left: 0;
	bottom: 0;
}

.ttl-primary {
	font-size: 46px;
	text-align: center;
	font-weight: bold;
}

.ttl-common {
	color: #8a1316;
	font-size: 24px;
	line-height: 1.8;
	padding-left: 40px;
	position: relative;
	font-weight: bold;
}

.ttl-common:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../png/icon-red.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 5px;
}

.ttl-center {
	text-align: center;
	font-size: 18px;
	margin: 10px 0;
	font-weight: bold;
}

.ttl-child {
	padding-left: 30px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

.ttl-child:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../png/icon-green.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 5px;
}

.txt-normal {
	margin: 10px 0;
}

.txt-caution {
	color: #8a1316;
}

.txt-strong {
	font-weight: bold;
}

.txt-center {
	margin: 10px 0;
	text-align: center;
}

.txt-link {
	text-decoration: underline;
	color: blue;
}

.tbl-common {
	width: 100%;
	margin: 20px 0;
}

.tbl-common-ttl,
.tbl-common-data {
	padding: 10px 20px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.5);
}

.tbl-common-ttl {
	font-weight: bold;
}

.btn {
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.btn-box {
	text-align: center;
}

.btn-primary {
	background: #000;
	color: #8a1316;
	border: 2px solid #8a1316;
	font-weight: bold;
}

.btn-primary:hover {
	background: #8a1316;
	color: #fff;
	opacity: 1;
}

.btn-secondary {
	background: #000;
	color: #fff;
	border: 2px solid #8a1316;
	position: relative;
	text-align: center;
	padding: 15px 10px 15px 10px;
	max-width: 360px;
	display: block;
	margin: 0 auto;
	font-size: 20px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.btn-secondary:before,
.btn-secondary:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 25px;
}

.btn-secondary:before {
	right: 20px;
}

.btn-secondary:after {
	right: 27px;
}

.btn-secondary:hover {
	background: #8a1316;
	opacity: 1;
}

@media screen and (min-width: 769px) {
	.btn-secondary.takeout {
		/* display: inline-block; */
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 768px) {
	.btn-secondary.takeout {
		margin-bottom: 10px;
		width: auto;
	}
}

.btn-more {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 15px 5px 10px;
	background: #8a1316;
	position: relative;
	border: 2px solid #8a1316;
	transition: .3s all ease;
}

.btn-more:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	top: 50%;
	right: 5px;
}

.btn-more:hover {
	background: #fff;
	color: #8a1316;
}

.btn-more:hover:after {
	border-top: 1px solid #8a1316;
	border-right: 1px solid #8a1316;
}

.iframe {
	position: relative;
	padding-bottom: 28%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.iframe iframe,
.iframe object,
.iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.require {
	display: inline-block;
	font-size: 12px;
	padding: 5px;
	border-radius: 3px;
	margin-right: 10px;
	background: #8a1316;
	color: #fff;
	position: relative;
	top: -2px;
}

/*
* common
*/

/* Slider */

.slick-loading .slick-list {
	background: #fff url("../ajax-loader-2.html") center center no-repeat;
}

/* Icons */

@font-face {
	font-family: "slick";
	src: url("../slick-5.html");
	src: url("../slickd41d-2.html?#iefix") format("embedded-opentype"), url("../slick-6.html") format("woff"), url("../slick-7.html") format("truetype"), url("../slick-8.html#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "?";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
}

.header * {
	transition: all ease .3s;
}

.header-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-block .logo {
	-webkit-flex-basis: 150px;
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px;
	margin-right: 0;
}

.header-block .logo-img {
	max-width: 100%;
}

.header-contact-block {
	margin-top: 10px;
}

.header-contact-tel {
	font-size: 29px;
	margin-bottom: 5px;
	color: #8a1316;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
}

.header-contact-btn .btn {
	width: 100%;
}

.header-contact-txt {
	color: #fff;
	font-size: 12px;
}

.nav-button {
	display: none;
}

.g-nav {
	margin-top: 35px;
}

.g-nav-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.g-nav-wrap .sns-list-item {
	text-align: right;
	padding: 10px 0;
}

.g-nav-wrap .sns-list-item .icon {
	fill: #8a1316;
}

.g-nav-item {
	display: inline-block;
	padding: 0 30px;
	vertical-align: middle;
	line-height: 1.7;
}

.g-nav-item.sp {
	display: none;
}

.g-nav-link {
	color: #fff;
	font-size: 12px;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.language-block {
	border-left: 1px solid #fff;
	position: relative;
	font-size: 12px;
}

.language-block:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 90%;
	top: 4px;
}

.language-block.active {
	cursor: pointer;
	transition: ease all .4s;
}

.language-block.active .list-language {
	max-height: 500px;
	opacity: 1;
	margin-top: 8px;
}

.list-language {
	position: absolute;
	top: 24px;
	padding: 8px;
	left: 0;
	transition: ease all .4s;
	max-height: 0;
	overflow: hidden;
	display: block;
	width: 123px;
	opacity: 0;
	background: #000;
	border: 1px solid #fff;
}

.list-language-ttl {
	color: #fff;
}

.list-language-link {
	color: #000;
	font-size: 12px;
	padding: 4px 10px;
	display: block;
}

.sns-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.sns-list-item {
	line-height: 0;
}

.sns-list-link {
	display: inline-block;
	width: 30px;
}

.sns-list-link .icon {
	fill: #fff;
	width: 100%;
	height: 20px;
}

.pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
}

.pagetop-btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	transform: rotate(45deg);
	transition: .3s all ease;
	position: relative;
	top: 0;
}

.pagetop-btn:hover {
	opacity: .7;
	cursor: pointer;
	top: -3px;
}

.footer {
	background: url("../jpg/bg-inside-footer.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding-top: 255px;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.footer-ttl,
.footer-txt {
	line-height: 1.8;
}

.footer .logo {
	display: none;
}

.footer .bnr-section {
	padding-bottom: 40px;
}

.footer .copyright {
	background: #8a1316;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
}

.footer-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-bottom: 50px;
}

.footer-nav-list {
	-webkit-flex-basis: calc(100% - 200px);
	-ms-flex-preferred-size: calc(100% - 200px);
	flex-basis: calc(100% - 200px);
	margin-right: 0;
}

.footer-nav-list-item {
	display: inline-block;
	margin: 0 20px 5px 0;
	font-size: 12px;
}

.footer-nav-list-link {
	color: #fff;
}

.footer-sns-list {
	margin-left: auto;
	-webkit-flex-basis: 200px;
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
	margin-right: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: end;
}

.footer-sns-list-item {
	display: inline-block;
	margin-left: 30px;
}

.footer-sns-list-item:first-child {
	margin-left: 0;
}

.footer-sns-list-item .sns-list-link {
	width: 30px;
}

.footer-sns-list-item .sns-list-link.mail {
	width: 35px;
}

.footer-sns-list-item .sns-list-link .icon {
	height: 30px;
}

.footer-contact-fixed {
	text-align: center;
	background: #000;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.footer-contact-fixed .logo-img {
	width: 90px;
}

.footer-contact-fixed .btn {
	margin: 5px auto;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
}

.footer-contact-fixed .btn:before,
.footer-contact-fixed .btn:after {
	display: none;
}

.copyright .inner {
	padding: 0;
}

.opening-info {
	display: inline-block;
	vertical-align: top;
}

.opening-info:first-child {
	margin-right: 10px;
}

.opening-ttl,
.opening-hours {
	display: inline-block;
	border: 1px solid #fff;
	padding: 8px 15px;
}

.opening-ttl {
	padding: 8px 20px;
}

.opening-hours {
	display: inline-block;
	border: 1px solid #fff;
	border-left: none;
}

.opening-weekend {
	display: block;
	padding-left: 76px;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	min-height: 100%;
	background: #000;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: .05rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td {
	line-height: 1.5;
	letter-spacing: 1.3px;
}

ul {
	font-size: 0;
}

ul li {
	font-size: 16px;
	font-size: 1.6rem;
}

.page-heading {
	padding-top: 150px;
}

.block-bg {
	background: url("../jpg/bg-content.jpg") repeat;
	padding: 60px 30px 50px;
	color: #333;
}

.img-box {
	text-align: center;
	margin: 10px 0;
}

.img-box-main {
	margin: 30px 0;
}

.primary-section {
	margin-bottom: 120px;
}

.slick-next {
	right: 15px;
}

.slick-prev {
	left: 15px;
	z-index: 33;
}

.slick-prev:before,
.slick-next:before {
	font-size: 25px;
	color: #fff;
}

.slick-slide img {
	width: 100%;
	height: auto !important;
}

.slick-slide a img:hover {
	opacity: .8;
}

.bg-area-black {
	color: #fff;
	background: url("../jpg/bg-block.jpg") repeat;
}

.bg-area-white {
	background: url("../jpg/bg-white.jpg") repeat;
}

.style-ttl02line-page .style-section {
	margin-top: 10px;
}

.style-ttl03line-page .style-section {
	margin-top: 60px;
}

.style-section {
	padding-bottom: 90px;
}

.modal-content {
	margin: 0;
	padding: 5px 10px 10px 10px;
	position: fixed;
	display: none;
	z-index: 999;
	background: #fff;
}

.modal-btn:hover {
	cursor: pointer;
	opacity: .7;
}

.modal-close {
	display: block;
	margin-left: auto;
	margin-bottom: 5px;
	width: 20px;
	font-size: 30px;
	color: #333;
}

.modal-close:hover {
	cursor: pointer;
	opacity: .7;
}

.modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.5);
}

/*
* pages
*/

.top-heading {
	position: absolute;
	top: 140px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	z-index: 99;
	font-size: 20px;
	line-height: 2.8;
}

.top-heading.position-top {
	top: 80px;
}

.slider-arrow {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	z-index: 11;
}

.slider-arrow-prev {
	transform: rotate(-135deg);
	left: 10px;
}

.slider-arrow-next {
	transform: rotate(45deg);
	right: 10px;
}

.photo-section .store_name {
	margin-top: 30px;
	font-size: 20px;
	color: #fff;
}

.photo-section .metaslider .flexslider .flex-direction-nav li a {
	width: 50px;
	height: 50px;
	background-image: url("../svg/arrow.svg");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center;
	background-color: #000;
	border-radius: 50%;
}
.photo-section .metaslider .flexslider .flex-direction-nav li.flex-nav-prev a {
	background-image: url("../svg/arrow2.svg");
}

.photo-section .metaslider .flexslider .flex-direction-nav .flex-nav-next .flex-next {
	right: 10px;
	opacity: 1;
}
.photo-section .metaslider .flexslider .flex-direction-nav .flex-nav-prev .flex-prev {
	left: 10px;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.photo-section .metaslider .flexslider .flex-direction-nav li a {
		width: 40px;
		height: 40px;
		background-size: 25px 25px;
	}
	.photo-section .metaslider .flexslider .flex-direction-nav .flex-nav-next .flex-next {
		right: 5px;
	}
	.photo-section .metaslider .flexslider .flex-direction-nav .flex-nav-prev .flex-prev {
		left: 5px;
	}
}

.photo-list {
}

.photo-list-item {
	position: relative;
	border: 2px solid #fff;
}

.photo-list-caption {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	display: block;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.5);
}

.store-img {
	text-align: center;
}

.committed-section {
	margin-top: 200px;
}

.committed-section .ttl-section:before {
	bottom: 31px;
}

.committed-list {
	margin-top: 50px;
}

.committed-list-item {
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 50px 0 60px;
	position: relative;
	background-position: center;
	margin-bottom: 30px;
}

.committed-list-item:before,
.committed-list-item:after {
	content: "";
	height: 27px;
	width: 100%;
	background: url("../jpg/committed-line.jpg") repeat-x;
	position: absolute;
	left: 0;
}

.committed-list-item:before {
	top: 0;
}

.committed-list-item:after {
	bottom: 0;
}

.committed-list-item.meat {
	background-image: url("../jpg/committed-img_01.jpg");
}

.committed-list-item.fire {
	background-image: url("../jpg/committed-img_02.jpg");
}

.committed-list-item.sauce {
	background-image: url("../jpg/committed-img_03.jpg");
}

.committed-ttl {
	font-size: 26px;
}

.committed-ttl .strong {
	font-size: 60px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
}

.committed-txt {
	line-height: 1.5;
}

.recommend-section .ttl-section:before {
	left: unset;
	margin: unset;
	right: 5px;
}

.recommend-section .ttl-section:after {
	right: 6px;
}

.recommend-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	margin-bottom: 40px;
}

.recommend-list-item {
	-webkit-flex-basis: 18.5%;
	-ms-flex-preferred-size: 18.5%;
	flex-basis: 18.5%;
	margin-right: 1.8%;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.recommend-list-item:last-child {
	margin-right: 0;
}

.recommend-img {
	margin-bottom: 18px;
}

.recommend-ttl {
	background: url("../png/bg-ttl.png") no-repeat;
	background-size: contain;
	padding-left: 5px;
	color: white;
}

.recommend-subttl {
	font-size: 18px;
	margin: 7px 0 5px;
}

.bg-secrion {
	height: 530px;
	background: url("../jpg/bg-inside_01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 40px;
}

.access-section {
	color: #fff;
	padding: 70px 0 470px;
	background: url("../jpg/bg-inside_02.jpg") no-repeat;
	background-size: cover;
}

.access-way {
	margin-top: 40px;
}

.access-ttl {
	text-align: center;
	font-size: 24px;
	-webkit-flex-basis: 360px;
	-ms-flex-preferred-size: 360px;
	flex-basis: 360px;
	margin-right: 20px;
}

.access-ttl-in {
	padding: 10px 0 8px;
	border: 1px solid #fff;
	border-radius: 50px;
	display: block;
}

.access-txt {
	margin-bottom: 30px;
	text-align: left;
}

.shop-section {
	padding: 90px 0;
	text-align: center;
	font-size: 24px;
	margin-bottom: 0;
}

.shop-section .btn {
	margin-top: 30px;
}

@media screen and (max-width: 37.5em) {
	.primary-section.shop-section {
		margin-bottom: 0;
	}
}

.insta-section .ttl-primary .icon {
	width: 230px;
	height: 60px;
}

.insta-block {
	padding: 10px;
	background: #fff;
	margin-top: 30px;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 37.5em) {
	.insta-block {
		grid-template-columns: repeat(1, 1fr);
	}
}
.insta-block .store_name {
	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: bold;
}
.insta-block .btn-box {
	margin-top: 0.5em;
}
.insta-block .btn-secondary {
	width: 250px;
}

.insta-subttl {
	text-align: center;
}

.contact-section {
	padding-bottom: 90px;
}

.contact-block {
	text-align: center;
	margin-top: 30px;
}

.contact-tel {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	color: #8a1316;
	font-size: 44px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	margin: 0px;
}

.contact-btn {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	width: 300px;
}

.contact-btn .btn {
	width: 100%;
}

.menu-container {
	margin: 60px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.menu-area {
	-webkit-flex-basis: calc(100% - 230px);
	-ms-flex-preferred-size: calc(100% - 230px);
	flex-basis: calc(100% - 230px);
	margin-right: 40px;
}

.menu-side {
	-webkit-flex-basis: 210px;
	-ms-flex-preferred-size: 210px;
	flex-basis: 210px;
	margin-right: 0;
}

.menu-side-ttl {
	padding: 5px 10px;
	background: #8a1316;
	color: #fff;
}

.menu-side-list-item {
	border-bottom: 1px solid rgba(138, 19, 22, 0.5);
}

.menu-side-link {
	display: block;
	padding: 7px 20px 5px 5px;
	position: relative;
}

.menu-side-link:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}

.menu-side-link:hover {
	opacity: 1;
	color: #8a1316;
	background: rgba(255, 255, 255, 0.3);
}

.menu-side-link:hover:before {
	border-color: #8a1316;
}

.menu-ttl {
	color: #8a1316;
	font-weight: bold;
	font-size: 23px;
	padding-left: 15px;
	position: relative;
	line-height: 1;
}

.menu-ttl:before {
	content: "";
	display: block;
	height: 100%;
	width: 5px;
	background: #8a1316;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: -1px;
}

.menu-subttl {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #8a1316;
	line-height: 1.9;
	margin-bottom: 10px;
}

.menu-txt,
.menu-pdf {
	text-align: right;
}

.menu-img {
	margin: 10px 0;
}

.menu-bnr {
	text-align: center;
}

.menu-box {
	margin-bottom: 50px;
}

.menu-child-list-item {
	margin: 10px 0;
	padding: 20px 30px;
	background: rgba(255, 255, 255, 0.3);
}

.menu-child-ttl {
	color: #8a1316;
	padding-left: 30px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

.menu-child-ttl:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("../png/icon-green.png") no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 5px;
}

.menu-child-txt {
	padding-left: 30px;
}

.menu-child-price {
	display: block;
	text-align: right;
}

.menu-plan-txt {
	padding: 30px;
	background: #8a1316;
	color: #fff;
	font-size: 21px;
	text-align: center;
	line-height: 2;
}

.menu-pdf-ttl {
	color: #8a1316;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
}

.menu-pdf-img {
	background: #fff;
	display: inline-block;
}

.menu-pdf-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	padding: 0 30px 0 50px;
}

.menu-pdf-list-item {
	-webkit-flex-basis: 180px;
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	margin-right: 40px;
	margin-bottom: 35px;
}

.menu-pdf-list-item:nth-child(4n) {
	margin-right: 0;
}

.menu-pdf-list-link {
	display: inline-block;
}

.menu-pdf-list-link:hover {
	opacity: 1;
}

.menu-pdf-list-link:hover img {
	opacity: .7;
}

.menu-pdf-list-link:hover .btn-more {
	background: #fff;
	color: #8a1316;
}

.menu-pdf-list-link:hover .btn-more:after {
	border-color: #8a1316;
}

.menu-pdf-list-link .btn-more {
	width: 150px;
	margin-top: 10px;
}

.menu-pdf-list-link .btn-more:after {
	top: 12px;
}

.pdf-section {
	margin-top: 30px;
}

.pdf-ttl {
	color: #8a1316;
	border-bottom: 2px solid #8a1316;
}

.pdf-txt {
	margin: 10px 0;
}

.pdf-dl {
	text-align: right;
}

.how-to-block {
	margin-top: 10px;
}

.how-to-ttl {
	color: #8a1316;
	padding-left: 30px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

.how-to-ttl:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../png/icon-red.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 5px;
}

.how-to-list-item {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

.how-to-list-item:before {
	content: "・";
}

.menu-all .ttl-section:before {
	bottom: 95px;
}

.menu-all .ttl-section:after {
	bottom: 90px;
}

.menu-all-ttl {
	color: #8a1316;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
	line-height: 1;
	margin-bottom: 6px;
	font-size: 20px;
}

.menu-all-ttl:before {
	content: "";
	display: block;
	height: 100%;
	width: 5px;
	background: #8a1316;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: -1px;
}

.menu-all-list-item {
	margin-bottom: 30px;
}

.menu-all-list-link:hover img {
	opacity: .7;
}

.menu-all-more {
	display: block;
	text-align: right;
	margin-top: 5px;
}

.menu-soft-drink .menu-section {
	margin-top: 10px;
}

.menu-soft-drink .ttl-section:before {
	bottom: 50px;
}

.menu-soft-drink .ttl-section:after {
	bottom: 93px;
}

.menu-foreigners.style-ttl03line-page .ttl-section:before {
	bottom: 17px;
}

.menu-foreigners .ttl-section {
	margin-bottom: -30px;
}

.reservation-page .txt-normal {
	max-width: 700px;
	margin: 10px auto;
}

.reservation-page .wpcf7-response-output {
	padding: 10px;
	background: #fff;
}

.reservation-block {
	margin: 30px auto;
	max-width: 700px;
}

.reservation-box {
	margin-bottom: 20px;
}

.reservation-section .block-bg {
	margin-bottom: 30px;
}

.reservation-section .tel_num {
	text-align: center;
	margin:30px 0;
}

.reservation-section .tel_num a {
	font-weight: bold;
	color: #333;
	font-size:30px;
}
.tel-font{
	font-size:50px;
}
@media screen and (max-width: 767px) {
	 .reservation-section .tel_num a .tel-font{
		font-size: 30px;
	}
}

.reservation-heading {
	color: #8a1316;
	font-size: 21px;
	line-height: 1.8;
	padding-left: 30px;
	position: relative;
}

.reservation-heading:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: url(../png/icon-red.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 5px;
}

.reservation-tbl {
	width: 100%;
	background: rgba(255, 255, 255, 0.3);
}

.reservation-tbl tr {
	border: 1px solid #fff;
}

.reservation-ttl,
.reservation-data {
	padding: 20px;
	text-align: left;
}

.reservation-ttl {
	width: 210px;
	padding-right: 0;
	letter-spacing: 1.5px;
	font-weight: bold;
}

.reservation-data input,
.reservation-data textarea,
.reservation-data select {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px;
	background: #fff;
}

.reservation-data .txt-caution {
	margin-top: 5px;
}

.reservation-data .purpose input[type="radio"] {
	display: inline-block;
	width: 20px;
}

.reservation-data .purpose .wpcf7-list-item {
	display: block;
}

.reservation-data .xs {
	width: 50px;
}

.reservation-data .short {
	width: 70px;
}

.reservation-data .middle {
	width: 200px;
}

.reservation-data .unit {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 7px;
}

.reservation-data .select-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}

.reservation-data .select-wrap:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 13px;
	margin: auto 0;
	right: 9px;
	width: 5px;
	height: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(51, 51, 51, 0.5) rgba(51, 51, 51, 0.5) transparent transparent;
	transform: rotate(135deg);
}

.reservation-data .select-wrap select {
	padding: 8px 10px;
	font-size: 14px;
}

.reservation-data .select-wrap.short {
	width: 50px;
	display: inline-block;
}

.reservation-data span.wpcf7-list-item.first {
	margin-left: 0;
}

.reservation-data .wpcf7-not-valid-tip {
	margin-top: 5px;
}

.reservation-submit {
	margin-left: auto;
	margin-top: 50px;
	max-width: 300px;
}

.reservation-submit .btn-submit {
	width: 100%;
	border-radius: 3px;
	background: #8a1316;
	border: 2px solid #8a1316;
	color: #fff;
	text-align: center;
	padding: 10px;
	display: inline-block;
	transition: .3s all ease;
}

.reservation-submit .btn-submit:hover {
	cursor: pointer;
	background: #fff;
	color: #8a1316;
}

.contact-page span.wpcf7-list-item {
	margin-left: 0;
}

.access-page .iframe {
	padding-bottom: 50%;
}

.privacy-section {
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.privacy-ttl {
	color: #8a1316;
	border-bottom: 1px solid #8a1316;
	font-size: 21px;
}

.privacy-list {
	margin-top: 30px;
	list-style: disc;
}

.privacy-list-item {
	margin-bottom: 20px;
}

.privacy-list-ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.privacy-list-txt {
	padding-left: 20px;
}

.members-block {
	margin: 50px 0;
}

.sitemap-list {
	padding: 0 50px;
}

.sitemap-list-item {
	margin: 10px 0;
}

.sitemap-list-child {
	margin-left: 10px;
	border-left: 1px solid #999a63;
	padding-left: 10px;
}

.sitemap-list-child-item {
	margin: 3px 0 7px 0;
}

.sitemap-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-align: left;
}

.notfound-page .ttl-caution {
	font-size: 48px;
}

.notfound-page .txt-strong {
	font-size: 18px;
}

.notfound-page .txt-normal {
	margin: 30px 0;
	text-align: center;
	line-height: 2;
}

.notfound-page .btn-box {
	margin-top: 50px;
}

.lang-page .top-heading {
	text-align: center;
	width: 100%;
	padding: 0 10px;
}

.lang-page .ttl-section {
	font-size: 48px;
	width: auto;
	height: auto;
}

.lang-page .ttl-section:before {
	display: none;
}

.lang-page .ttl-section:after {
	bottom: -20px;
}

.lang-page .committed-section .ttl-section {
	padding: 0 10px;
}

.lang-page .recommend-section .ttl-section {
	margin-bottom: 60px;
}

.lang-page .recommend-section .ttl-section:after {
	bottom: -20px;
}

.lang-page .committed-ttl {
	margin: 20px 0;
}

.lang-page .committed-ttl .strong {
	line-height: 1;
	vertical-align: bottom;
	margin-right: 10px;
}

.lang-page .access-way {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lang-page .access-txt {
	margin-bottom: 0;
}

.jp-page .top-heading {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.jp-page .contact-tel {
	vertical-align: top;
	margin-top: 5px;
}

.jp-page .contact-btn {
	vertical-align: top;
}

.en-page .recommend-section .btn-secondary:before,
.en-page .recommend-section .btn-secondary:after {
	top: unset;
	bottom: 20px;
}

.header-lang .header-contact-btn .btn {
	white-space: nowrap;
}

.footer-lang .opening-block {
	margin: 10px 0;
}

.footer-lang .opening-info:first-child {
	margin-bottom: 10px;
}

.footer-lang .opening-weekend {
	padding-left: 116px;
}

.footer-lang .footer-contact-fixed {
	padding: 10px;
}

.footer-lang .footer-contact-fixed .btn-secondary {
	width: auto;
}

/*# sourceMappingURL=../maps/style.css.map */

@media screen and (min-width: 37.5em) {

.header.fixed {
	background: rgba(0, 0, 0, 0.45);
}

.access-way {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

}

@media screen and (min-width: 48em) {

.header.fixed {
	height: 99px;
}

.header.fixed .header-block .logo {
	-webkit-flex-basis: 100px;
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	margin-right: 0;
}

.header.fixed .header-contact-tel {
	font-size: 18px;
}

}

@media screen and (max-width: 80em) {

.g-nav-item {
		padding: 0 calc(15 * 100vw / 1280);
}

}

@media screen and (max-width: 64em) {

.header-block .logo {
	-webkit-flex-basis: calc(150 * 100vw / 1024);
	-ms-flex-preferred-size: calc(150 * 100vw / 1024);
	flex-basis: calc(150 * 100vw / 1024);
	margin-right: 0;
}

.g-nav-item {
	padding: 0 calc(13 * 100vw / 1024);
}

.menu-pdf-list {
	padding: 0 0 0 5%;
}

.menu-pdf-list-item {
	-webkit-flex-basis: 24%;
	-ms-flex-preferred-size: 24%;
	flex-basis: 24%;
	margin-right: 1.3333%;
}

.menu-all-ttl {
	font-size: calc(20 * 100vw / 1024);
}

.sitemap-list {
	padding: 0 calc(50 * 100vw / 1024);
}

.lang-page.top-page .ttl-section {
	font-size: calc(38 * 100vw / 1024);
}

.lang-page.top-page .ttl-section-in {
	padding-left: calc(100 * 100vw / 1024);
}

.lang-page.top-page .ttl-section-in:before {
	width: calc(83 * 100vw / 1024);
	height: calc(60 * 100vw / 1024);
}

.header-lang .header-contact-btn .btn {
	font-size: calc(16 * 100vw / 1025);
}

.header-lang .header-contact-tel {
	font-size: calc(28 * 100vw / 1024);
}

.header-lang .header-block .logo {
	flex-basis: calc(130 * 100vw / 1024);
}

}

@media screen and (max-width: 48em) {

.header .inner {
	padding: 0 10px;
}

.header-contact-tel {
	font-size: calc(29 * 100vw / 768);
}

html {
	font-size: 53.8%;
}

.recommend-list-item {
	-webkit-flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-right: 0;
	padding: 0 calc(2 * 100vw / 768);
}

.recommend-ttl {
	background-size: cover;
	background-position: right;
}

.access-ttl {
	-webkit-flex-basis: calc(360 * 100vw / 768);
	-ms-flex-preferred-size: calc(360 * 100vw / 768);
	flex-basis: calc(360 * 100vw / 768);
	margin-right: 20px;
	font-size: 21px;
}

.menu-pdf-list {
	padding: 0;
}

.sitemap-list {
	padding: 0 calc(20 * 100vw / 600);
}

.sitemap-list-item.ttl-child {
	font-size: 15px;
}

.lang-page .access-ttl {
	-webkit-flex-basis: calc(300 * 100vw / 768);
	-ms-flex-preferred-size: calc(300 * 100vw / 768);
	flex-basis: calc(300 * 100vw / 768);
	margin-right: 20px;
}

.header-lang .inner {
	padding-left: 0;
}

.header-lang .header-contact-btn .btn {
	font-size: 12px;
	padding: 5px 10px;
}

.header-lang .g-nav-wrap {
	padding: 0 10px;
}

}

@media screen and (max-width: 37.5em) {

.sp {
	display: block !important;
}

.pc {
	display: none !important;
}

.inner {
	width: 100%;
	padding: 0 calc(20 * 100vw / 600);
}

.ttl-section {
	font-size: calc(36 * 100vw / 600);
}

.ttl-section-in {
	padding-left: calc(70 * 100vw / 600);
	padding-bottom: 0;
}

.ttl-section-in:before {
	width: calc(70 * 100vw / 600);
	height: calc(45 * 100vw / 600);
}

.ttl-primary {
	font-size: 36px;
}

.btn-secondary {
	padding: 15px 40px;
	width: 300px;
	font-size: 16px;
}

.btn-secondary:before,
.btn-secondary:after {
	top: 22px;
}

.iframe {
	padding-top: 100px;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	height: 65px;
}

.header .inner {
	padding: 0;
}

.header-block .logo {
	-webkit-flex-basis: calc(70 * 100vw / 320);
	-ms-flex-preferred-size: calc(70 * 100vw / 320);
	flex-basis: calc(70 * 100vw / 320);
	margin-right: 0;
}

.header-contact-block {
	display: none;
}

.nav-button {
	display: block;
	cursor: pointer;
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
	z-index: 20;
	position: fixed;
	top: 16px;
	right: 14px;
	width: 46px;
	height: 38px;
	background: rgba(0, 0, 0, 0.25);
}

.nav-button span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}

.nav-button span:first-child {
	top: 8px;
}

.nav-button span:nth-child(2) {
	top: 18px;
}

.nav-button span:last-child {
	bottom: 8px;
}

.nav-button.active {
	background: none;
}

.nav-button.active span:first-child {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}

.nav-button.active span:nth-child(2) {
	opacity: 0;
}

.nav-button.active span:last-child {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}

.g-nav {
	margin-top: 0;
	text-align: right;
}

.g-nav-wrap {
	padding: 70px 25px 15px 15px;
	position: fixed;
	right: 0;
	top: 0;
	display: none;
	z-index: 10;
	background-color: #8a1316;
	width: 100%;
	height: 100%;
}

.g-nav-item {
	display: block;
	text-align: right;
	padding: 10px 0;
}

.g-nav-item.sp {
	display: block;
}

.g-nav-item.pc {
	display: none;
}

.g-nav-icon.sp {
	display: inline-block;
	margin-left: 10px;
}

.g-nav-icon.sp .insta .icon,
.g-nav-icon.sp .line .icon {
	height: 23px;
}

.g-nav-link {
	font-size: 16px;
}

.language-block:after {
	left: 85%;
	top: 11px;
}

.language-block {
	font-size: 16px;
	width: 114px;
	margin: 20px 80px 0 0;
	border: 1px solid #fff;
	padding-bottom: 0;
}

.list-language {
	top: 48px;
	width: 113px;
	position: static;
	padding: 8px 0 0 0;
}

.list-language-ttl {
	font-size: 12px;
	display: block;
	text-align: left;
	padding: 10px 15px 0;
}

.sns-list {
	display: block;
}

.pagetop {
	bottom: 0;
	right: 30px;
}

.footer {
	padding-top: 70px;
}

.footer-ttl {
	margin: 5px 0 20px;
	text-align: center;
}

.footer-txt {
	font-size: 16px;
	text-align: center;
}

.footer .logo {
	display: block;
	text-align: center;
}

.footer .logo img {
	width: 100px;
}

.opening-block {
	text-align: center;
	margin: 5px 0 20px;
}

.opening-info:first-child {
	margin: 0 0 10px 0;
}

.opening-ttl,
.opening-hours {
	border-left: none;
	border-right: none;
	padding: 8px calc(5 * 100vw / 320);
}

.opening-ttl {
	padding: 8px calc(10 * 100vw / 320);
}

.opening-hours {
	border-left: none;
	border-right: none;
}

.opening-weekend {
	text-align: left;
	padding-left: calc(40 * 100vw / 320);
	line-height: 2;
}

.block-bg {
	padding: 30px 15px 40px;
}

.primary-section {
	margin-bottom: 60px;
}

.modal-btn:hover {
	opacity: 1;
}

.top-heading {
	top: calc(100 * 100vw / 320);
	font-size: calc(13 * 100vw / 320);
}

.committed-section {
	margin-top: 90px;
}

.committed-section .ttl-section:before {
	bottom: 11px;
}

.committed-list {
	margin-top: 20px;
}

.committed-list-item.meat {
	background-image: url("../jpg/committed-img_01_sp.jpg");
	background-position: right;
}

.committed-list-item.fire {
	background-image: url("../jpg/committed-img_02_sp.jpg");
}

.committed-list-item.sauce {
	background-image: url("../jpg/committed-img_03_sp.jpg");
}

.committed-ttl {
	text-align: center;
	margin-bottom: 20px;
}

.committed-ttl .strong {
	display: block;
	line-height: 1.2;
}

.committed-txt {
	text-align: left;
}

.recommend-section .ttl-section:before {
	bottom: 35px;
}

.recommend-section .ttl-section:after {
	right: 8px;
	bottom: 30px;
}

.recommend-section .ttl-section {
	margin-top: 120px;
}

.recommend-list {
	display: block;
}

.recommend-list-item {
	margin-bottom: 20px;
}

.recommend-img {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-right: 0;
	padding-right: 10px;
	margin-bottom: 0;
}

.recommend-img img {
	width: 100%;
}

.recommend-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.recommend-info {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-right: 0;
}

.bg-secrion {
	height: 150px;
}

.access-section {
	background-position: center;
}

.access-txt {
	margin: 20px 0 0 0;
}

.insta-section {
	padding-top: 40px;
}

.contact-section {
	padding-bottom: 10px;
}

.menu-container {
	display: block;
	margin: 30px 0;
}

.menu-area {
	margin-right: 0;
}

.menu-side {
	margin-top: 60px;
}

.menu-ttl {
	font-size: 21px;
	line-height: 1.5;
}

.menu-subttl {
	margin-top: 5px;
	font-size: 21px;
	line-height: 1.5;
}

.menu-txt,
.menu-pdf {
	text-align: center;
}

.menu-child-list-item {
	padding: 15px;
}

.menu-child-ttl {
	font-size: 16px;
	padding-left: 25px;
}

.menu-child-ttl:before {
	top: 3px;
}

.menu-plan-txt {
	padding: 15px;
	font-size: calc(16 * 100vw / 320);
	line-height: 1.7;
}

.menu-pdf-list-item {
	-webkit-flex-basis: 150px;
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px;
	margin-right: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.menu-pdf-list-item:nth-child(2n) {
	margin-right: 0;
}

.menu-pdf-list-link .btn-more {
	max-width: 150px;
	width: 100%;
}

.menu-all-ttl {
	font-size: calc(16 * 100vw / 600);
	padding-left: calc(15 * 100vw / 600);
}

.reservation-block {
	margin: 30px 0;
	width: 100%;
}

.reservation-ttl,
.reservation-data {
	display: block;
}

.reservation-ttl {
	width: 100%;
	padding-bottom: 0;
	font-size: 16px;
}

.privacy-list-ttl {
	font-size: 17px;
}

.notfound-page .ttl-caution {
	font-size: 28px;
}

.notfound-page .txt-strong {
	font-size: 12px;
}

.notfound-page .txt-normal {
	text-align: left;
}

.lang-page .top-heading {
	-webkit-writing-mode: unset;
	-ms-writing-mode: unset;
	writing-mode: unset;
}

.lang-page .top-heading.position-top {
	top: calc(60 * 100vw / 320);
}

.lang-page.top-page .ttl-section {
	font-size: 33px;
	text-align: left;
	line-height: 1;
}

.lang-page.top-page .ttl-section-in {
	padding-left: 100px;
	display: block;
}

.lang-page.top-page .ttl-section-in:before {
	width: 83px;
	height: 60px;
}

.lang-page .ttl-section {
	font-size: calc(38 * 100vw / 600);
}

.lang-page .ttl-section {
	font-size: calc(37 * 100vw / 600);
}

.lang-page .committed-section {
	margin-top: 120px;
}

.header-lang .header-block .logo {
	flex-basis: calc(70 * 100vw / 320);
}

.header-lang .g-nav-wrap {
	padding: 70px 25px 15px 15px;
}

.footer-lang .opening-info {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

.footer-lang .opening-ttl {
	display: block;
	border: none;
}

.footer-lang .opening-hours {
	border: none;
	padding: 0;
}

.footer-lang .opening-weekend {
	padding: 0;
	text-align: center;
}

.footer-lang .footer-contact .btn-secondary {
	max-width: 350px;
	width: 100%;
}

}

@media screen and (max-width: 30em) {

.menu-pdf-ttl {
	font-size: calc(11 * 100vw / 320);
}

.menu-pdf-list-item {
	-webkit-flex-basis: 49%;
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
	margin-right: 2%;
}

.menu-all-ttl {
	font-size: 16px;
}

.sitemap-list {
	width: 280px;
	margin: 0 auto;
}

.sitemap-block {
	display: block;
}

.reservation-data .short {
	width: 60px;
}

}

/* 2020/4/9塩坂追記 */
.header-contact-block {
	min-width: 35%;
}
.header-lang .btn-primary {
	color: #fff;
}
.header-lang .header-contact-btn .btn.ja {
	width: 49%;
	font-size: 1.4rem;
}
.header-lang .header-contact-btn .btn.ja:first-child {
	margin-right: 1%;
}

.reservation-data input[name="radio-delivery"] {
	width: max-content;
}
.reservation-data.takeout_item .flexbox {
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
}
.reservation-data.takeout_item .flexbox:nth-child(n + 11) {
	justify-content: space-between;
}
.reservation-data.takeout_item > div {
	margin-bottom: 20px;
}
.reservation-data.takeout_item .flexbox .img {
	width: 50%;
	padding-right: 15px;
	box-sizing: border-box;
}
.reservation-data.takeout_item .flexbox .img + div {
	width: 80%;
}
.reservation-data.takeout_item .flexbox .sp_block {
	display: none;
}

.reservation-data.takeout_item div p:first-child {
	margin-bottom: 5px;
}

.reservation-data.takeout_item select {
	width: 120px;
	height: 50px;
}

.reservation-data.takeout_item .small {
	font-size: 10px;
}
.takeout-p{
	line-height:3;
}
#takeout_page {
	color: #000;
}
#takeout_page .menu-box {
	width: 100%;
}
#takeout_page .menu-box img {
	width: 100%;
	max-width: 600px;
}
#takeout_page .btn-box {
	margin-bottom: 15px;
}
#takeout_page .text_center {
	text-align: center;
}
#takeout_page .flexbox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#takeout_page .item_box {
	width: calc(100% / 4);
	margin-bottom: 20px;
	padding: 0px 5px;
	box-sizing: border-box;
	font-size: 15px;
}
#takeout_page .flexbox .img {
	margin-bottom:10px ;
}
#takeout_page .flexbox .small {
	font-size: 10px;
}
.takeout-h2{
	font-size: 20px;
    font-weight: bold;
    background-color: #D2B48C;
    padding-left: 10px;
    margin-bottom: 10px;
    width: 100%;
}

/*
 td.takeout_item .acd-check{
    display: none;
}
td.takeout_item .acd-label{
    background: #000;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
td.takeout_item .acd-label + p {
	display: none;
}
td.takeout_item .acd-label:after{
    background: #000;
    box-sizing: border-box;
    content: '+';
    display: block;
    height: auto;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
td.takeout_item .acd-content{
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
td.takeout_item .acd-check:checked + .acd-label:after{
    content: '-';
}
td.takeout_item .acd-check:checked + .acd-label + .acd-content{
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
} */

@media screen and (max-width: 768px) {
	.header-lang .header-contact-btn .btn.ja {
		font-size: 1.2rem;
	}
	.reservation-data.takeout_item > div {
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}
	/*.reservation-data.takeout_item .flexbox .img {
		width: 45%;
	}
	.reservation-data.takeout_item .flexbox .img + div {
		width: 55%;
	}*/
	.reservation-data.takeout_item .flexbox {
		display: block;
		width:50%;
	}
	.reservation-data.takeout_item .flexbox .img {
		margin-bottom:10px;
	}
	.reservation-data.takeout_item .flexbox .img,
	.reservation-data.takeout_item .flexbox .img + div{
		width: 100%;
		padding: 0px 3px;
	}
	.reservation-data.takeout_item div p:first-child {
		font-size: 1.4rem;
	}
	.reservation-data.takeout_item .flexbox .sp_block {
		display: block;
	}
	.reservation-data.takeout_item select {
		width: 95px;
	}
	#takeout_page .item_box {
		width: calc(100% / 2);
		padding: 0px 5px;
		box-sizing: border-box;
		font-size: 14px;
	}
	#takeout_page .flexbox .small {
		font-size: 10px;
	}

	#takeout_page #meat_flower ~ .item_box {
		width: 100%;
	}
	.takeout-p{
	line-height:1;
}

}

.footer-contact-fixed_flex {
	display: flex;
	justify-content: center;
}

.footer-contact-fixed_flex .btn-box {
	width: calc(100% / 3);
	margin: 0 3px;
	box-sizing: border-box;
}
.footer-contact-fixed_flex .btn-box a.btn-secondary {
	width: 100%;
	padding: 0;
	font-size: 11px;
	box-sizing: border-box;
	margin: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

/* body a:visited,
body a:link {
	color: #fff;
}

.page-id-1014 .block-bg > div,
.single-wp_olivecart .block-bg > div {
	background: #fff;
	padding: 30px;
}
.page-id-1014 .flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-id-1014 .takeaway_item {
	width: 49%;
	margin-bottom: 50px;
}
.page-id-1014 .takeaway_item .img {
	width: 180px;
	padding-right: 20px;
	text-align: center;
	box-sizing: border-box;
}
.page-id-1014 .takeaway_item .img img {
	margin: 0 auto;
	display: block;
}
.page-id-1014 .takeaway_item .img + div {
	width: calc(100% - 180px);
	box-sizing: border-box;
}
.page-id-1014 .item_name {
	font-size: 18px;
	font-weight: bold;
}
.page-id-1014 .item_text,
.page-id-1014 .item_price {
	margin-top: 10px;
}
.page-id-1014 .item_text {
	font-size: 15px;
}
.page-id-1014 .item_price {
	font-size: 18px;
	font-weight: bold;
}
.page-id-1014 form {
	margin-top: 10px;
}
.page-id-1014 .cart_option1 select,
.page-id-1014 .cart_count select {
	margin-bottom: 10px;
	padding: 5px 15px;
}
.page-id-1014 .cart_count select {
	border: 1px solid #ccc;
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
}
.page-id-1014 .cart_count select::-ms-expand {
	display: block;
}
.page-id-1014 .add-cart,
.single-wp_olivecart .submit-order,
.single-wp_olivecart .recalc,
.single-wp_olivecart .back-shopping {
	font-size: 1.5rem;
	transition: all ease .3s;
	cursor: pointer;
}
.page-id-1014 .add-cart:hover,
.single-wp_olivecart .submit-order:hover {
	background: #8a1316;
	border: 2px solid #000;
}
.single-wp_olivecart .recalc:hover,
.single-wp_olivecart .back-shopping:hover {
	background: #ccc;
}
.single-wp_olivecart .block-bg form {
}
.single-wp_olivecart .block-bg .cart-custom {
	background: #fff;
}
.single-wp_olivecart .block-bg h3 {
	margin: 40px 0px 20px 0px;
	padding-left: 15px;
	color: #8a1316;
	font-weight: bold;
	font-size: 23px;
	position: relative;
	line-height: 1;
}
.single-wp_olivecart .block-bg h3::before {
	content: "";
	display: block;
	height: 100%;
	width: 5px;
	background: #8a1316;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: -1px;
}
.single-wp_olivecart .block-bg form select {
	margin: 0;
	padding: 5px;
	font-size: 100%;
	border: 1px solid #ccc;
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
}
.single-wp_olivecart .block-bg form select::-ms-expand {
	display: block;
}
.single-wp_olivecart .cart-item-name {
	font-size: 18px;
	font-weight: bold;
}
.single-wp_olivecart .inputitem01 {
	width: 75px;
	padding: 5px 0px 5px 15px;
	box-sizing: border-box;
}
.single-wp_olivecart .member-register,
.single-wp_olivecart .payment,
.single-wp_olivecart .op {
	margin: 30px 0;
}
.single-wp_olivecart .member-register input,
.single-wp_olivecart .op textarea {
	border: 1px solid #ccc;
}
.single-wp_olivecart form .op:last-child:before {
	content: "デリバリーご希望のお客様は、受け取り日をご入力ください。";
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}
.single-wp_olivecart .op textarea {
	padding: 10px;
}
.single-wp_olivecart .label_order {
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.single-wp_olivecart .label_order + p {
	margin-bottom: 15px;
} */



/* Welcart */
.page-id-1112 .block-bg > div,
.page-template-uscescart .block-bg > div {
	background: #fff;
	padding: 30px;
}
.page-id-1112 .flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-id-1112 .takeaway_item {
	width: 49%;
	margin-bottom: 50px;
}
.page-id-1112 .takeaway_item .img {
	width: 180px;
	padding-right: 20px;
	text-align: center;
	box-sizing: border-box;
}
.page-id-1112 .takeaway_item .img img {
	margin: 0 auto;
	display: block;
}
.page-id-1112 .takeaway_item .img + div {
	width: calc(100% - 180px);
	box-sizing: border-box;
}
.page-id-1112 .item_name {
	font-size: 18px;
	font-weight: bold;
}
.page-id-1112 .item_text {
	font-size: 13px;
}
.page-id-1112 .item_price {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.page-id-1112 form {
	margin-top: 20px;
	text-align: right;
}
.page-id-1112 .skuquantity {
	width: 50px;
	margin: 10px 0;
	padding: 3px 0px 2px 5px;
	border: 1px solid #ccc;
}
.page-id-1112 form input.skubutton,
.page-template-uscescart .upbutton input,
.page-template-uscescart #previouscart,
.page-template-uscescart .to_customerinfo_button,
.page-template-uscescart .back_cart_button,
.page-template-uscescart .to_deliveryinfo_button,
.page-template-uscescart .back_to_customer_button,
.page-template-uscescart .to_confirm_button,
.page-template-uscescart #purchase_button,
.page-template-uscescart #back_button {
	padding: 15px 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 1.5rem;
	transition: all ease .3s;
	cursor: pointer;
}
.page-template-uscescart #cart_table,
.page-template-uscescart .customer_form {
	width: 100%;
	box-sizing: border-box;
}
.page-template-uscescart .upbutton input {
	padding: 10px 20px;
	font-size: 1.2rem;
}
.page-id-1112 form input.skubutton:hover,
.page-template-uscescart .upbutton input:hover,
.page-template-uscescart #previouscart:hover,
.page-template-uscescart .to_customerinfo_button:hover,
.page-template-uscescart .back_cart_button:hover,
.page-template-uscescart .to_deliveryinfo_button:hover,
.page-template-uscescart .back_to_customer_button:hover,
.page-template-uscescart .to_confirm_button:hover,
.page-template-uscescart #purchase_button:hover {
	background: #8a1316;
	border: 1px solid #000;
	color: #fff;
}
.page-template-uscescart .quantity input {
	padding: 3px 0;
	border: 1px solid #ccc;
}
.page-template-uscescart table {
	width: 100%;
	box-sizing: border-box;
}
.page-template-uscescart #cart th,
.page-template-uscescart #cart td {
	border-left-color: #ccc;
}
.page-template-uscescart table .num,
.page-template-uscescart table .thumbnail,
.page-template-uscescart table .stock {
	display: none;
}
.page-template-uscescart #cart input.delButton {
	padding: 5px 10px;
	font-size: 1rem;
	border: 1px solid #ccc;
	transition: all ease .3s;
	cursor: pointer;
}
.page-template-uscescart form select {
	margin: 0;
	padding: 5px;
	font-size: 100%;
	border: 1px solid #ccc;
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
}
.page-template-uscescart form select::-ms-expand {
	display: block;
}
.page-template-uscescart #cart input.delButton:hover,
.page-template-uscescart #back_button:hover {
	background: #ccc;
}
.page-template-uscescart #customer-info th,
.page-template-uscescart #customer-info td,
.page-template-uscescart #delivery-info th,
.page-template-uscescart #delivery-info td {
	font-size: 1.4rem;
	vertical-align: middle;
}
.page-template-uscescart .customer_form input,
.page-template-uscescart .customer_form textarea {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
	.map-section {
    width: 100% !important;
　　　}
	.page-id-1112 .block-bg > div,
	.page-template-uscescart .block-bg > div {
		padding: 30px 15px;
	}
	.page-id-1112 .takeaway_item {
		display: block;
		text-align: left;
	}
	.page-id-1112 .takeaway_item .img {
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
	}
	.page-id-1112 .takeaway_item .img + div {
		width: 100%;
	}
	.page-id-1112 .item_name {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.page-template-uscescart div.usccart_navi ol.ucart {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.page-template-uscescart div.usccart_navi li.ucart {
		width: 50%;
		float: none;
	}
	.page-template-uscescart #cart input.delButton {
		width: 20px;
		padding: 5px;
		white-space: normal;
		box-sizing: border-box;
	}
	.page-template-uscescart #customer-info .customer_form input,
	.page-template-uscescart #customer-info .customer_form input,
	#customer-info .customer_form tr.inp2 input {
		width: 100%;
		box-sizing: border-box;
	}

}

.single-news {
	color: #ffffff;
}

.single-news .page-heading {
	padding-top: 180px;
}
@media screen and (max-width: 768px) {
	.single-news .page-heading {
		padding-top: 120px;
	}
}
.single-news .post-date {
	text-align: right;
}
.single-news .content {
	margin-bottom: 50px;
	margin-top: 20px;
	line-height: 1.5em;
}
.single-news .content a {
	text-decoration: underline;
}

.single-news .post-date {
	width: 150px;
	background: #ffffff;
	color: #000000;
	text-align: center;
}

.single-news .thumbnail {
	text-align: center;
	margin-bottom: 10px;
}
.single-news .thumbnail img {
	height: auto;
}

.archive-news {
	color: #ffffff;
}
.archive-news ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 50px;
}

.archive-news li {
	display: flex;
	border-bottom: 1px solid #fff;
	padding: 30px;
	align-items: center;
}
.archive-news li .btn-box {
	width: 150px;
}
.archive-news li .btn-box a {
	padding: 10px;
	padding-right: 30px;
}
.archive-news li .btn-box a:before, .archive-news li .btn-box a:after {
	top: 20px;
}

.archive-news li .thumbnail {
	width: 150px;
	margin-right: 10px;
}
.archive-news li .thumbnail img {
	height: auto;
}
.archive-news li .date {
	width: 150px;
	background: #ffffff;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}

.archive-news li .text {
	flex: 1;
	margin-right: 10px;
}

@media screen and (max-width: 425px) {
	.archive-news li {
		padding: 20px 0;
		align-items: stretch;
	}
	.archive-news li .date {
		margin-bottom: 1em;
		font-size: 10px;
		width: 110px;
	}
	.archive-news li .btn-box {
		text-align: right;
		width: auto;
		font-size: 0;
	}
	.archive-news li .btn-box a {
		display: inline-block;
		width: auto;
		font-size: 0;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		padding: 0;
	}
	.archive-news li .btn-box a:before, .archive-news li .btn-box a:after {
		top: 13px;
	}
	.archive-news li .btn-box a:before {
		right: 13px;
	}
	.archive-news li .btn-box a:after {
		right: 20px;
	}
	.archive-news li .thumbnail {
		margin: 0 auto 10px;
		width: 140px;
	}
	.archive-news li .text {
		margin-left: 10px;
		margin-right: 5px;
	}
}
.seinikuten{
	display:flex;
	max-width: 100%;
    margin: 50px 0;
	justify-content: center;
}
.seiniku2{
	line-height: 3;
    padding: 0 20px;
}
.seiniku-img{
	width:50%;
}
.yoyaku-title{
	font-size:26px !important;
}

@media screen and (max-width: 768px) {
	.seiniku2 {
		line-height:2;
		font-size: 12px;
		padding-right:0;
		padding-left:5px;
	}
	.recommend-img{
	height: 200px;
	}
}

.wpcf7 form .wpcf7-response-output {
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 10px;
	border-width: 5px;
	line-height: 1.5em;
}
.txt-b{
	font-weight:bold;
}