[data-target] {
	cursor: pointer;
}

.header-nav .current {
	color: #efa336;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	letter-spacing: 0.03em;
	line-height: 1.875;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #000;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

p {
	line-height: 1.875;
	margin: 0 0 2rem 0;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

video {
	height: auto;
	max-width: 100%;
}

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

ul,
ol {
	list-style: none;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

address {
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

form button {
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease 0s;
	background-color: #efa336;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

form button:hover,
form button:focus {
	outline: none;
}

form button:hover {
	opacity: 0.6;
}

form button ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input,
textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #707070;
	border-radius: 0;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 8px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	border-color: #707070;
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input:focus {
	border-color: #707070;
	box-shadow: none;
	outline: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease 0s;
	background-color: #efa336;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	opacity: 0.6;
}

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}

input[type="radio"] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #707070;
	border-radius: 50%;
	content: "";
	display: block;
	height: 26px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

input[type="radio"] + span::after {
	-webkit-transition: opacity 0.3s ease 0s;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

input[type="radio"]:checked + span::after {
	-webkit-transform: translateY(-50%);
	background: #707070;
	border-radius: 50%;
	content: "";
	display: block;
	height: 10px;
	left: 8px;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + span {
	-webkit-transition: all 1s ease 0s;
	cursor: pointer;
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0 0 0 30px;
	position: relative;
	transition: all 1s ease 0s;
}

input[type="checkbox"] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #707070;
	border-radius: 2px;
	content: "";
	display: block;
	height: 26px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

input[type="checkbox"] + span::after {
	-webkit-transition: opacity 0.3s ease 0s;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

input[type="checkbox"]:checked + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 4px solid #efa336;
	border-left: 4px solid #efa336;
	content: "";
	display: block;
	height: 15.6px;
	left: 0;
	margin-top: -0.2em;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 26px;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/arrow.svg);
	background-position: right 6px center;
	background-repeat: no-repeat;
	background-size: 24px;
	border: 1px solid #707070;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 0.4em 2.4em 0.4em 0.8em;
}

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

select:focus {
	border-color: #707070;
	box-shadow: none;
	outline: none;
}

.inner {
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: 1000px;
}

.row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	height: inherit;
}

.row.row-middle {
	-webkit-box-align: center;
	align-items: center;
}

.breadcrumb {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 17px 0;
}

.breadcrumb a {
	color: #A90200;
}

.breadcrumb a:hover {
	opacity: 0.6;
}

.breadcrumb span::before {
	content: "＞";
	font-weight: 400;
	margin: 0 1rem;
}

.btn {
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease 0s;
	background-color: #A90200;
	background-image: none;
	border: none;
	border-radius: 3px;
	color: white;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	height: 40px;
	letter-spacing: 0.05em;
	line-height: 36px;
	margin: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	width: 170px;
}

.btn:not(:disabled) {
	cursor: pointer;
}

.btn:hover,
.btn:focus {
	background: #D9A119;
	outline: none;
}

.btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.btn.cv-btn {
	display: -webkit-box;
	display: flex;
}

.btn.cv-btn span {
	margin: 0 auto;
}

.btn.cv-btn:before {
	content: "▶";
	display: inline-block;
	font-size: 1.1rem;
	margin: 0 0 0 5px;
}

.btn.link-btn {
	font-size: 2rem;
	position: relative;
}

.btn.link-btn span {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.btn.link-btn:after {
	-webkit-transform: translateY(-50%);
	background: url(../img/top/icon-arw_link.png) center center/contain no-repeat;
	content: "";
	display: inline-block;
	height: 17.5px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

.drawer {
	z-index: 40;
}

.drawer-close {
	-webkit-transition: all 0.3s ease 0s;
	background: #000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 39;
}

.drawer-close.is-checked {
	display: block;
	opacity: 0.4;
}

.drawer-icon {
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-align: center;
	z-index: 41;
}

.drawer-icon::after {
	color: white;
	content: "MENU";
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.drawer-icon.is-checked::after {
	content: "CLOSE";
}

.drawer-bars {
	display: inline-block;
	height: 19px;
	position: relative;
	vertical-align: bottom;
	width: 25px;
}

.drawer-bar {
	-webkit-transition: all 0.3s linear 0s;
	background: white;
	border-radius: 3px;
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	transition: all 0.3s linear 0s;
	width: 100%;
}

.drawer-bar:nth-of-type(1) {
	top: 0;
}

.drawer-bar:nth-of-type(2) {
	top: 8px;
}

.drawer-bar:nth-of-type(3) {
	top: 16px;
}

.is-checked .drawer-bar:nth-of-type(1) {
	-webkit-transform: rotate(-45deg);
	top: 10px;
	transform: rotate(-45deg);
}

.is-checked .drawer-bar:nth-of-type(2) {
	background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
	-webkit-transform: rotate(45deg);
	top: 10px;
	transform: rotate(45deg);
}

.drawer-content {
	-webkit-transform: translateX(105%);
	-webkit-transition: all 0.5s ease 0s;
	background: #2B0A00;
	bottom: auto;
	color: white;
	height: 100%;
	left: auto;
	max-width: 90%;
	overflow: auto;
	padding-top: 132px;
	position: fixed;
	right: 0;
	text-align: left;
	top: 0;
	transform: translateX(105%);
	transition: all 0.5s ease 0s;
	width: 70%;
	z-index: 40;
}

.drawer-content.is-checked {
	-webkit-transform: translateX(0);
	box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
	transform: translateX(0);
}

.drawer-content ul {
	text-align: center;
}

.drawer-content ul a {
	font-weight: 600;
	text-decoration: none;
}

.drawer-content ul a:hover,
.drawer-content ul a:active {
	color: #D9A119;
	cursor: pointer;
}

.drawer-content ul li {
	border-bottom: 1px solid #D9A119;
	margin: 0px 25px;
	padding: 10px 0;
}

.drawer-content--left {
	-webkit-transform: translateX(-105%);
	left: 0;
	right: auto;
	transform: translateX(-105%);
}

.drawer-content--top {
	-webkit-transform: translateY(-105%);
	bottom: auto;
	height: 100%;
	max-width: 100%;
	top: 0;
	transform: translateY(-105%);
	width: 100%;
}

.pagetop {
	bottom: 30px;
	display: none;
	position: fixed;
	right: 30px;
	z-index: 10000;
}

.pagetop a {
	-moz-opacity: .5;
	background: #D9A119;
	border-radius: 40px;
	color: #fff;
	display: block;
	filter: alpha(opacity=50);
	font-size: 40px;
	height: 52px;
	text-align: center;
	text-decoration: none;
	width: 52px;
}

.pagetop a::before {
	-webkit-transform: translateY(-50%);
	content: "\f106";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 49%;
	transform: translateY(-50%);
	width: 52px;
}

.pagetop a:hover {
	-moz-opacity: .5;
	background: #A90200;
	color: #fff;
	display: block;
	filter: alpha(opacity=50);
	text-align: center;
	text-decoration: none;
}

#content.home {
	max-height: 100%;
}
#content.home .youtube{
	position: relative;
	display: block;
	max-width: 560px;
	width: 100%;
	margin: 50px auto;
}
#content.home .primary {
	background: url(../img/top/intro-bg.jpg) center center repeat;
}

#content.home .intro {
	background: url(../img/top/intro-bg_pic.png) center top no-repeat;
	height: 100%;
	padding: 0 0 60px;
	z-index: 1;
}

#content.home .intro .inner {
	padding-bottom: 85px;
	padding-top: 85px;
}

#content.home .intro .wrap {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#content.home .intro .text {
	width: 61%;
}

#content.home .intro .ttl img {
	width: 640px;
}

#content.home .intro .img {
	height: 453.5px;
	width: 331.5px;
}

#content.home .fav-menu { /* height: 1973px; */
	background: url(../img/top/sec2-bg_moyho.png) center top no-repeat, url(../img/top/sec2-bg.png) center 0/cover no-repeat;
	margin-top: -100px;
	z-index: 2;
}

#content.home .fav-menu .inner {
	height: auto;
}

#content.home .fav-menu .ttl {
	margin: 0 auto;
	margin: 0 auto 50px;
	padding: 120px 0 0 0;
	width: 670px;
}

#content.home .fav-menu .menu1 h3,
#content.home .fav-menu .menu2 h3 {
	margin: 0 0 25px;
}

#content.home .fav-menu .menu1 .text,
#content.home .fav-menu .menu2 .text {
	color: white;
	letter-spacing: 0.03em;
	width: 380px;
}

#content.home .fav-menu .menu1 .text p,
#content.home .fav-menu .menu2 .text p {
	line-height: 1.875;
	margin: 0 0 2rem 0;
}

#content.home .fav-menu .menu1 {
	margin: 0px 0 45px;
}

#content.home .fav-menu .menu1 .img {
	width: 618px;
}

#content.home .fav-menu .menu1 .text {
	padding: 60px 0px;
	width: 380px;
}

#content.home .fav-menu .menu2 .img {
	width: 620px;
}

#content.home .fav-menu .menu2 .text {
	color: white;
	padding: 90px 0 0;
	width: 380px;
}

#content.home .fav-menu .menu-other {
	text-align: center;
}

#content.home .fav-menu .menu-other .ttl {
	margin: 0 auto 45px auto;
	width: 665px;
}

#content.home .fav-menu .menu-other .swiper-container {
	margin: 0 0 70px;
}

#content.home .fav-menu .menu-other .links {
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0 0 120px;
}

#content.home .fav-menu .menu-other .links .btn {
	height: 55px;
	margin: 0 20px;
	width: 385px;
}

#content.home .about { /* height: 2127px; */
	background: url(../img/top/sec3-bg_moyho.png) center top no-repeat;
}

#content.home .about dl {
	display: -webkit-box;
	display: flex;
}

#content.home .about dl dt {
	font-weight: 600;
	/*margin: 0 55px 0;*/
	margin: 0 54px 0;
	max-width: 100%;
	width: 69.5px;
}

#content.home .about .ttl {
	margin: 0 auto 45px auto;
	padding: 100px 0 0;
	width: 530px;
}

#content.home .about .shop-info {
	line-height: 2;
	margin: 0 0 40px;
}

#content.home .about .shop-img img {
	width: 461.7px;
}

#content.home .about .shop-img_text {
	margin: 0 0 30px;
	width: 522px;
}

#content.home .about .map {
	margin: 0 0 100px;
}

#content.home .about .map iframe {
	margin: 0 0 30px;
	max-height: 100%;
}

#content.home .about .sns {
	border-bottom: dotted 1px #A35B13;
	border-top: dotted 1px #A35B13;
	margin: 0 0 60px;
	padding: 60px 0;
}

#content.home .about .sns .row {
	justify-content: space-around;
}

#content.home .about .sns img {
	width: 214px;
}

#content.home .about .sns .sns-link {
	background: #333;
	height: 240px;
	max-width: 100%;
	width: 475px;
}

#content.home .about .sns .sns-ttl {
	margin: 0 0 20px;
}

#content.home .about .sns .sns-ttl img {
	display: block;
	margin: 0 auto;
}

#content.home .about .btn {
	display: block;
	height: 55px;
	margin: 0 auto;
	max-width: 100%;
	width: 385px;
}

#content.home .about .banner {
	margin: 0 auto;
	padding: 0 0 95px;
	width: 701px;
}

.banner {
	max-width: 100%;
}

.banner:hover {
	-webkit-transition: all 0.3s ease 0s;
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.3s ease 0s;
}

.ttl {
	max-width: 100%;
}

/* @media screen and (max-width:435px) { 
   html {
      width: 435px;
   }
} */

.l-section-top {
	height: 11px;
	width: 100%;
}

#content.about .about {
	background: url(../img/about/about-bg.png) center center/cover no-repeat;
}

#content.about .content.row {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#content.about .shop-img {
	margin: 0px 4% 0 0;
	width: 48%;
}

#content.about .shop-info {
	width: 48%;
}

#content.about .shop-info dl {
	border-bottom: 1px dotted #A35B13;
	color: white;
	display: -webkit-box;
	display: flex;
	padding: 15px 0;
}

#content.about .shop-info dt {
	font-weight: 600;
	width: 25%;
}

#content.about .access {
	background: url(../img/about/access-bg.png) center center/cover no-repeat;
}

#content.about .cook-img {
	width: 409px;
}

#content.about .map {
	margin: 0px 0px 23px 0;
	max-height: 100%;
}

#content.about .guid {
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 0px 0px 75px 0;
}

#content.about .guid .ttl {
	color: #330E03;
	font-size: 3rem;
	font-weight: 800;
	height: 45px;
}

#content.about .guid .car {
	width: 48%;
}

#content.about .guid .car .ttl {
	width: 223px;
}

#content.about .guid .public {
	width: 48%;
}

#content.about .guid .public .ttl {
	width: 337.5px;
}

#content.about .parking .ttl {
	background-color: #441208;
	height: 62px;
	margin: 0px 0px 55px;
	position: relative;
	width: 100%;
}

#content.about .parking .ttl img {
	bottom: 25%;
	left: 25px;
	position: absolute;
	width: 237.5px;
}

#content.about .parking-text {
	margin: 0px 2% 0 0;
	text-align: left;
	width: 58%;
}

#content.about .parking-img {
	background: #333333;
	height: 238px;
	max-width: 100%; /* width: 423px; */
	width: 40%;
}

#content.about .section-ttl {
	margin: 0 auto;
	max-width: 100%;
	padding: 60px 0 35px 0;
	width: 531px;
}

#content.about section,
#content.about main {
	padding: 0 0 120px;
}

#content.about .hello {
	background: url(../img/about/hello-bg.png) center center/cover no-repeat;
}

#content.about .hello-text {
	width: 60%;
}

#content.about .hello-img {
	margin: 0 0 15px;
	width: 40%;
}

#footer {
	background: url(../img/top/footer-bg.png);
	color: white;
}
#footer .inner{
	position: relative;
}

#footer img {
	max-width: 100%;
}

#footer .info {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#footer .info .logo img {
	width: 210px;
}

#footer .info .tel img {
	width: 240px;
}

#footer .info .shop-info {
	font-weight: 600;
}
#footer .info .shop-info p{
	line-height: 1.5;
}

#footer .info .contact {
	background: #2B0A00;
	height: 96px;
	position: relative;
	text-align: center;
	width: 336px;
}

#footer .info .contact .tel {
	-webkit-transform: translateY(-50%);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#footer .banner img {
	padding: 40px 0 20px;
	width: 1000px;
}

#footer .copyright {
	display: inline-block;
	margin: 0 0 20px 0;
	text-align: center;
	width: 100%;
}

.footer-nav {
	margin: 0 0 65px 0;
	padding: 30px 7% 0;
}

.footer-nav ul {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}

.footer-nav li {
	margin-right: 16px;
}

.footer-nav li:last-child {
	margin-right: 0;
}

.footer-nav li > a {
	-webkit-transition: all 0.3s ease 0s;
	color: white;
	display: block;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.footer-nav li > a:hover {
	opacity: 0.6;
}
#footer .language{
	position: absolute;
	display: block;
	letter-spacing: -.4em;
	line-height: 0;
	right: 0;
	bottom: 27px;
}
#footer .language li{
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	line-height: 1em;
}
#footer .language li:first-child{
	margin-right: 20px;
}
#footer .language li a:hover{
	opacity: .7;
}

#header {
	background: #fff;
	background: url(../img/top/hedder-bg.png);
	color: white;
	left: 0;
	position: relative;
	top: 0; /* position: fixed; */
	width: 100%;
	z-index: 20;
}

#header > .inner {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	height: 132px;
	justify-content: space-between;
	padding-bottom: 0;
	padding-top: 0;
}

#header .cv {
	padding: 13px 0 0;
}

#header .cv .wrap {
	/*margin: 0 42px 0 0;*/
	margin: 0 152px 0 0;
}

#header .tel {
	/*margin: 0 0 3px 0;*/
	margin: 5px 0 0;
	width: 240px;
}

#header .open {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: .05em;
	margin-bottom: 10px;
}

.shoulder {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 15px 0;
}

.header-logo {
	margin-right: auto;
}

.header-logo a {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-logo img {
	width: 320px;
}

.header-nav ul {
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}

.header-nav li {
	margin-right: 16px;
}

.header-nav li:last-child {
	margin-right: 0;
}

.header-nav li > a {
	-webkit-transition: all 0.3s ease 0s;
	color: white;
	display: block;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.header-nav li > a:hover {
	opacity: 0.6;
}

.header-drawer {
	display: none;
	padding: 48px 20px 0 0;
}

#mv {
	visibility: hidden;
}

[data-loading="true"] #mv {
	visibility: visible;
}

#mv.home {
	height: 620px;
}

#mv.home > .inner {
	position: relative;
}

#mv.home .copy {
	position: absolute;
	right: 10%;
	z-index: 2;
}

#mv.home .copy img {
	height: 555px;
	max-height: 100%;
}

.swiper-container_main .swiper-wrapper .swiper-slide.one {
	background: url(../img/top/top-img.jpg) center center/cover no-repeat;
}

.swiper-container_main .swiper-wrapper .swiper-slide.two {
	background: url(../img/top/top-img2.jpg) center center/cover no-repeat;
}

.swiper-container_main .swiper-wrapper .swiper-slide.three {
	background: url(../img/top/top-img3.jpg) center center/cover no-repeat;
}

#mv-lower {
	height: 365px;
}

#mv-lower .inner {
	position: relative;
}

#mv-lower .page-ttl {
	bottom: 23.5px;
	max-width: 100%;
}

#mv-lower.about {
	background: url(../img/about/about-top.jpg) center center/cover no-repeat;
}

#mv-lower.about .page-ttl {
	position: absolute;
	width: 282px;
}

#mv-lower.menu {
	background: url(../img/menu/menu-top.jpg) center center/cover no-repeat;
}

#mv-lower.menu .page-ttl {
	position: absolute;
	width: 384px;
}

#mv-lower.recommend {
	background: url(../img/recommend/recommend-top.jpg) center center/cover no-repeat;
}

#mv-lower.recommend .page-ttl {
	position: absolute;
	width: 487px;
}

#mv-lower.sightseeing {
	background: url(../img/sightseeing/sightseeing-top.jpg) center center/cover no-repeat;
}

#mv-lower.sightseeing .page-ttl {
	position: absolute;
	width: 387px;
}

#content.menu {
	background: url(../img/menu/menu-bg.png) center center/cover repeat;
}

#content.menu section {
	padding: 0 0 45px;
}

#content.menu #menu-lists {
	padding: 0 0 60px;
}

#content.menu .limited {
	margin: 60px 0 0 0;
}

#content.menu .category-ttl {
	margin: 30px auto 30px auto;
	max-width: 100%;
	width: 598px;
}

#content.menu .category-info {
	background-color: #441208;
	color: white;
	font-size: 2.4rem;
	letter-spacing: 0.015em;
	line-height: 1.3;
	margin: 0px 0px 10px;
	padding: 12px 14px;
	width: 100%;
}

#content.menu .subcate-name {
	font-size: 2rem;
	font-weight: 600;
	padding: 10px 0px 3px;
}

#content.menu .menu-lists {
	margin: 0 0 25px;
}

#content.menu .menu-lists:last-child {
	margin: 0%;
}

#content.menu .menu-price {
	color: #9C0200;
	letter-spacing: -0.22em;
}

#content.menu .manu-name {
	letter-spacing: 0;
}

#content.menu .menu-list {
	-webkit-box-pack: justify;
	font-weight: 400;
	justify-content: space-between;
}

#content.menu .menu-list .row {
	-webkit-box-pack: justify;
	border-bottom: 1px dotted #A35B13;
	justify-content: space-between;
	padding: 10px 0;
	width: 47%;
}

#content.menu .swiper-container-menu1 {
	margin: 50px 0 0;
}

#content.recommend {
	background: url(../img/recommend/intro-bg.png) center center repeat;
}

#content.recommend .intro {
	background: url(../img/recommend/intro-bg_moyho.png) center no-repeat;
	height: 672px;
	position: relative;
	z-index: 1;
}

#content.recommend .intro .section-ttl {
	margin: 0 auto;
	max-width: 100%;
	padding: 60px 0 35px;
	width: 752px;
}

#content.recommend .intro .text {
	display: block;
	font-weight: 400;
	letter-spacing: 0.03;
	line-height: 1.875;
	margin: 0 auto;
	max-width: 62%;
	text-align: center;
}

#content.recommend main {
	background: url(../img/recommend/main-bg_moyho.png) center top no-repeat, url(../img/recommend/main-bg.png) center top/cover no-repeat;
	letter-spacing: 0.03;
	line-height: 1.875;
	margin-top: -125px;
	padding: 100px 0 0 0;
	position: relative;
	z-index: 2;
}

#content.recommend main h3 {
	margin: 0 0 20px 0;
	max-width: 100%;
}

#content.recommend main img {
	max-width: 100%;
}

#content.recommend main .inner {
	padding-bottom: 110px;
	padding-top: 110px;
}

#content.recommend main .row { /* justify-content: space-between; */
}

#content.recommend main .menu1 .text {
	color: white;
	letter-spacing: 0.03em;
	width: 42.8%;
}

#content.recommend main .menu1 .text h3 {
	width: 469px;
}

#content.recommend main .menu1 .img {
	max-width: 100%;
	padding: 60px 0 0 0;
	width: 57.2%;
}

#content.recommend main .menu1 .img1 {
	margin-top: -25px;
}

#content.recommend main .menu1 .complement {
	padding: 25px 0 70px;
}

#content.recommend main .menu1 .complement:last-child {
	margin-right: 50px;
}

#content.recommend main .menu1 .complement .img1 {
	height: 33.6%;
	width: 33.6%;
}

#content.recommend main .menu1 .complement .img2 {
	height: 31%;
	margin: 0 25px 0 0;
	width: 31%;
}

#content.recommend main .menu1 .img3 {
	height: 31%;
	width: 31%;
}

#content.recommend main .ad .ad1 {
	margin: 0 0 35px;
}

#content.recommend main .ad .ad2 {
	margin: 0 0 125px;
}

#content.recommend main .menu2 {
	color: white;
}

#content.recommend main .menu2 .text {
	width: 46%;
}

#content.recommend main .menu2 .text h3 {
	width: 436.2px;
}

#content.recommend main .menu2 .img {
	margin: 0 auto 30px auto;
	max-width: 100%;
	width: 536.6px;
}

#content.sightseeing .ss-ttl {
	margin: 60px auto 0 auto;
	max-width: 100%;
	width: 752px;
}

#content.sightseeing .intro-content {
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 0px 0px 75px 0;
}

#content.sightseeing .sanmu-map {
	max-width: 383px;
	width: 38.3%;
}

#content.sightseeing .sanmu-desc {
	margin: 35.8px 0 0 0;
	width: 56.6%;
}

#content.sightseeing .more-info {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#content.sightseeing .more-info-text {
	width: 63%;
}

#content.sightseeing .more-info-text p {
	margin: 0 0 10px;
}

#content.sightseeing .more-info-ttl {
	margin: 0px 0px 41px;
	max-width: 597.5px;
}

#content.sightseeing .more-info-pic {
	max-width: 351px;
	padding: 15px 0px 0px;
	width: 35.1%;
}

#content.sightseeing {
	background: url(../img/sightseeing/ss-bg.jpg) center center/contain;
	padding: 0 0 125px;
}

#content.sightseeing .spot {
	-webkit-box-pack: justify;
	background-color: white;
	border: 4px solid #561400;
	justify-content: space-between;
	margin: 0px 0px 40px;
	padding: 31px;
}

#content.sightseeing .spot-pic {
	max-width: 360px;
	width: 39.3%;
}

#content.sightseeing .spot-info {
	letter-spacing: 0.03em;
	line-height: 1.875;
	width: 57.6%;
}

#content.sightseeing .spot-info p {
	margin: 0;
}

#content.sightseeing .spot-name { /* width: 306px; */
	margin: 0px 0px 20px 0;
}

#content.sightseeing .spot-desc {
	margin: 0px 0 11px;
}

#content.sightseeing .spot-hp {
	color: #561400;
	font-weight: 600;
}

#content.sightseeing .spot-hp a {
	color: #B70220;
}

#content.sightseeing .spot-kind {
	color: #561400;
	font-weight: 600; /* height: 25px; */
}

#content.sightseeing .spot-kind._three { /* justify-content: space-between; */
}

#content.sightseeing .spot-kind._three span {
	height: 25px;
	width: 160px;
}

#content.sightseeing .spot-kind._three span:nth-child(2) {
	width: 215px;
}

#content.sightseeing .spot-kind._two span {
	width: 120px;
}

@media (min-width: 600px) and (max-width: 999px) {

.hidden-tab {
	display: none !important;
}

}

@media (min-width: 1000px) {

.pagetop {
	visibility: hidden;
}

.hidden-pc {
	display: none !important;
}

}

@media screen and (min-width: 2560px) {

#content.recommend main {
	background: url(../img/recommend/main-bg_moyho.png) center top no-repeat, url(../img/recommend/main-bg.png) center top/100% 4329px no-repeat;
}

}

@media (max-width: 999px) {

.inner {
	padding-left: 24px;
	padding-right: 24px;
}

#header.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
}

#header.m_fixed .shoulder {
	display: none;
}

#header.m_fixed .logo {
	padding: 5px 0px 0px;
}

#header.m_fixed .inner {
	height: 87px;
}

#header.m_fixed .header-drawer {
	padding: 21px 20px 0;
}

#content.home .intro .inner {
	padding-bottom: 65px;
	padding-top: 65px;
}

#content.home .intro .text {
	width: 100%;
}

#content.home .intro .ttl {
	text-align: center;
}

#content.home .intro .img {
	margin: 0 auto;
	margin: 25px auto 19px auto;
	max-width: 100%;
}

#content.home .fav-menu .ttl {
	padding: 60px 0 0 0;
}

#content.home .fav-menu .menu1 h3,
#content.home .fav-menu .menu2 h3 {
	text-align: center;
}

#content.home .fav-menu .menu1 .text,
#content.home .fav-menu .menu2 .text {
	width: 100%;
}

#content.home .fav-menu .menu1 .img,
#content.home .fav-menu .menu2 .img {
	margin: 0 auto;
}

#content.home .fav-menu .menu1 .text {
	padding: 50px 0 0;
	padding: 30px 0 0 0;
}

#content.home .fav-menu .menu2 .img {
	-webkit-box-ordinal-group: 2;
	order: 1;
}

#content.home .fav-menu .menu2 .text {
	-webkit-box-ordinal-group: 3;
	order: 2;
	padding: 50px 0 0;
	padding: 30px 0px;
}

#content.home .fav-menu .menu-other .links {
	padding: 0 0 60px;
}

#content.home .fav-menu .menu-other .links .btn {
	margin: 0 20px 25px;
}

#content.home .about {
	background: none;
}

#content.home .about dl dt {
	margin: 0 55px 0 0;
}

#content.home .about .ttl {
	padding: 35px 0 0;
}

#content.home .about .shop-info .wrap {
	margin: 0 auto;
}

#content.home .about .shop-img {
	margin: 0 auto;
}

#content.home .about .shop-img img {
	margin: -50px 0 40px 0;
}

#content.home .about .shop-img_text {
	margin: 0 auto 30px auto;
}

#content.home .about .sns .fb {
	margin: 0 0 35px;
}

#content.about .guid {
	margin: 0px 0px 35px 0;
	text-align: center;
}

#content.about .guid .car {
	width: 100%;
}

#content.about .guid .car .ttl {
	margin: 0 auto;
}

#content.about .guid .public {
	width: 100%;
}

#content.about .guid .public .ttl {
	margin: 0 auto;
}

#content.about .section-ttl {
	padding: 65px 0 35px 0;
}

#content.about section,
#content.about main {
	padding: 0px 0px 60px;
}

#content.about .hello-text {
	width: 100%;
}

#content.about .hello-img {
	text-align: center;
	width: 100%;
}

.footer-nav {
	margin: 0 0 20px 0;
}

.info .logo {
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

.info .shop-info {
	margin: 0 auto 30px auto;
	text-align: center;
	width: 100%;
}

.info .contact {
	margin: 0 auto;
}

.header-drawer {
	display: block;
}

#mv.home .copy {
	right: 0;
}

#mv-lower .page-ttl {
	max-width: 80%;
}

#content.recommend .intro {
	background-size: 130%; /*       margin: 0 0 100px 0; */
}

#content.recommend .intro .section-ttl {
	padding: 50px 0 25px;
}

#content.recommend main {
	margin-top: -175px;
}

#content.recommend main .menu1 .text {
	width: 100%;
}

#content.recommend main .menu1 .text h3 {
	margin: 0 auto;
}

#content.recommend main .menu1 .img {
	margin: 0 auto;
	padding: 30px 0 30px 0;
}

#content.recommend main .menu1 .complement {
	padding: 25px 0 50px;
}

#content.recommend main .menu1 .complement .img1 {
	height: 50%;
	width: 50%;
}

#content.recommend main .menu1 .complement .img2 {
	height: 50%;
	margin: 0;
	width: 50%;
}

#content.recommend main .menu1 .img3 {
	display: block;
	height: 50%;
	margin: 0 auto;
	width: 50%;
}

#content.recommend main .ad .ad2 {
	margin: 0 0 85px;
}

#content.recommend main .menu2 .text h3 {
	margin: 0 auto 30px auto;
}

#content.recommend main .menu2 .text {
	width: 100%;
}

}

@media (max-width: 599px) {

.inner {
	padding-left: 16px;
	padding-right: 16px;
}

	#content.home .youtube{
		position: relative;
		width: 90%;
		padding-top: 56.25%;
	}
	#content.home .youtube iframe{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
	}
#content.home .fav-menu .ttl {
	margin: 0 auto 31px;
	padding: 65px 0 0 0;
}

#content.home .about dl {
	display: block;
	margin: 0 0 6px 0;
	text-align: center;
}

#content.home .about dl dt {
	width: 100%;
}

#content.home .about .sns .sns-link {
	width: 100%;
}

#content.home .about .sns .insta,
#content.home .about .sns .fb {
	width: 100%;
}

#content.about .shop-img {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#content.about .shop-info {
	width: 100%;
}

#content.about .parking .ttl img {
	-webkit-transform: translateX(-50%);
	left: 50%;
	transform: translateX(-50%);
}

#content.about .parking .ttl {
	margin: 0px 0px 30px;
}

#content.about .parking-text {
	-webkit-box-ordinal-group: 3;
	order: 2;
	width: 100%;
}

#content.about .parking-img {
	-webkit-box-ordinal-group: 2;
	margin: 0px 0px 15px 0;
	order: 1;
	width: 100%;
	height: auto;
}

.footer-nav {
	display: none;
}

#footer .language{
	position: relative;
	left: 0;
	bottom: 0;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 80px;
}

.logo {
	width: 70%;
}

.header-nav {
	display: none;
}

.header-drawer {
	display: block;
	padding: 0 20px;
}

#mv.home .copy {
	top: 40px;
}

#mv-lower .page-ttl {
	max-width: 70%;
}

#mv-lower.recommend {
	background: url(../img/recommend/recommend-top_sp.jpg) center center/cover no-repeat;
}

#content.menu #menu-lists {
	padding: 0 0 30px;
}

#content.menu .category-info {
	font-size: 2rem;
}

#content.menu .menu-lists {
	padding: 0px 5px;
}

#content.menu .menu-list .row {
	width: 100%;
}

#content.recommend .intro {
	background-image: none;
	height: 630px;
}

#content.recommend .intro .text {
	max-width: 100%;
}

#content.recommend main .inner {
	padding-bottom: 60px;
	padding-top: 60px;
}

#content.sightseeing .intro-content {
	margin: 0px 0px 35px 0;
}

#content.sightseeing .sanmu-map {
	margin: 0 auto 20px auto;
}

#content.sightseeing .sanmu-desc,
#content.sightseeing .sanmu-map {
	width: 100%;
}

#content.sightseeing .more-info-ttl {
	margin: 0px 0px 21px;
}

#content.sightseeing .more-info-pic {
	margin: 0 auto 20px auto;
}

#content.sightseeing .more-info-text,
#content.sightseeing .more-info-pic {
	width: 100%;
}

#content.sightseeing {
	padding: 0 0 85px;
}

#content.sightseeing .spot-pic {
	display: block;
	margin: 0 auto 20px auto;
}

#content.sightseeing .spot-name {
	margin: 0px auto 20px auto;
}

#content.sightseeing .spot-pic,
#content.sightseeing .spot-info {
	width: 100%;
}

.hidden-sp {
	display: none !important;
}

}

@media screen and (max-width: 435px) {

#header > .inner {
	height: 100px;
}

#content.recommend .intro {
	font-size: 1.5rem;
}

}

@media screen and (max-width: 425px) {

#header.m_fixed .inner {
	height: 70px;
}

}

@media screen and (max-width: 375px) {

.shoulder {
	font-size: 1.1rem;
}

}

@media (max-width: 319px) {

html {
	width: 320px;
}

}

