@charset "UTF-8";

@import url("font-awesome.min.css");

html {
	font-family: "garamond-premier-pro", "ten-mincho", serif;
	font-weight: 400;
	font-style: normal;
	}

body {
	padding: 100px 0 0 0;
	color: #333;
	background: #FFFCF4;
	}
@media screen and (max-width:767.98px){
body {
	padding: 0;
	}
}

a {
	color: #673B17;
	text-decoration: none;
	transition: .3s ease;
	}

a:hover {
	color: #C1292D;
	}

img.illust {
	display: block;
	width: 100%;
	max-height: 300px;
	object-fit: cover;
	}

/* header */
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 25px;
	height: 100px;
	background: #FFFCF4;
	z-index: 1000;
	}
@media screen and (max-width:767.98px){
header {
	height: 50px;
	padding: 10px;
	}
}

header .logo {
	display: block;
	max-width: 250px;
	}
@media screen and (max-width:767.98px){
header .logo {
	max-width: 150px;
	}
}

header .logo a {
	display: block;
	}

header .logo a img {
	display: block;
	}

header p.copy {
	position: absolute;
	right: 30px;
	top: 20px;
	display: block;
	font-size: 12px;
	letter-spacing: .1em;
	}
@media screen and (max-width:767.98px){
header p.copy {
	display: none;
	}
}

header span.bt {
	display: none;
	}
@media screen and (max-width:767.98px){
header span.bt {
	position: fixed;
	right: 15px;
	top: 10px;
	display: block;
	width: 30px;
	height: 30px;
	content: "";
	transition: .5s ease;
	}
header span.bt:before {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 30px;
	height: 3px;
	content: "";
	background: #C1292D;
	transition: .2s ease;
	}
header span.bt:after {
	position: absolute;
	left: 0px;
	bottom: 7px;
	width: 30px;
	height: 3px;
	content: "";
	background: #673B17;
	transition: .2s ease;
	}
header span.bt.open:before {
	top: 13.5px;
	transform: rotate(-315deg);
	}
header span.bt.open:after {
	bottom: 13.5px;
	transform: rotate(315deg);
	}
}

header nav {
	position: absolute;
	right: 10px;
	bottom: 0px;
	display: block;
	z-index: 1000;
	}
@media screen and (max-width:767.98px){
header nav {
	position: fixed;
	right: -100%;
	top: 50px;
	width: 100%;
	transition: .5s ease;
	}
header nav.open {
	right: 0px;
	}
}

header nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

header nav ul li {
	display: block;
	text-align: center;
	}
@media screen and (max-width:767.98px){
header nav ul li {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #876727;
	}
}

header nav ul li a {
	display: block;
	padding: 10px 20px;
	color: #673B17;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 1em;
	}
@media screen and (max-width:834px){
header nav ul li a {
	padding: 17px 10px;
	}
}
@media screen and (max-width:768px){
header nav ul li a {
	padding: 17px 5px;
	}
}

header nav ul li a:hover {
	color: #C1292D;
	}

header nav ul li.sns a {
	margin-top: -1px;
	}
@media screen and (max-width:767.98px){
header nav ul li.sns a {
	margin-top: 0;
	}
}

@media screen and (max-width:767.98px){
header nav ul li a {
	padding: 15px;
	color: #fff;
	font-size: 20px;
	background: #C1292D;
	}
header nav ul li a:before {
	content: "\f054" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}
header nav ul li.sns a {
	font-size: 30px;
	text-align: center;
	}
header nav ul li.sns a:before {
	display: none;
	}
}

header nav ul li a span {
	display: block;
	font-size: .8em;
	margin: 0 auto;
	}
@media screen and (max-width:767.98px){
header nav ul li a span {
	padding-left: 6vw;
	}
}

/* access */
#access {
	padding: 0 10px;
	background: #333333;
	}

#access h2 {
	margin: 30px 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
	letter-spacing: .1em;
	}
@media screen and (max-width:767.98px){
#access h2 {
	font-size: 6vw;
	}
}

#access iframe {
	width: 100%;
	margin: 0 0 20px;
	border-radius: 5px;
	}

#access p {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 2em;
	letter-spacing: .1em;
	}
@media screen and (max-width:767.98px){
#access p {
	font-size: 4vw;
	}
}

/* footer */
footer {
	padding: 30px 0 0 0;
	background: #333333;
	}
@media screen and (max-width:767.98px){
footer {
	}
}

footer .contact_tel {
	padding: 20px;
	}

footer h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	letter-spacing: .2em;
	}
@media screen and (max-width:767.98px){
footer h2 {
	font-size: 4vw;
	}
}

footer .contact_tel p {
	display: block;
	color: #fff;
	font-size: 50px;
	text-align: center;
	letter-spacing: .1em;
	}
@media screen and (max-width:767.98px){
footer .contact_tel p {
	font-size: 7vw;
	}
}

footer .contact_tel p a {
	color: #fff;
	}

.cv_reservation {
	margin: 0 0 50px;
	}
@media screen and (max-width:767.98px){
.cv_reservation {
	padding: 0 4vw;
	}
}

.cv_reservation a {
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 20px 0 10px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1em;
	letter-spacing: .25em;
	background: #C1292D;
	border-radius: 5px;
	}
@media screen and (max-width:767.98px){
.cv_reservation a {
	font-size: 6vw;
	letter-spacing: .1em;
	}
}

.cv_reservation a:hover {
	background: #F03E42;
	}

.cv_reservation a span {
	display: block;
	font-size: 12px;
	letter-spacing: 0.25em;
	}

.business_hours {
	margin: 0 0 50px;
	}

.business_hours h3 {
	margin: 2em 0 1em 0;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0.1em;
	}

.business_hours p {
	margin: 0 0 1em;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0.1em;
	}

.business_hours p.notice {
	margin: 2em 0 0;
	}
@media screen and (max-width:767.98px){
.business_hours p.notice {
	padding: 0 4vw;
	font-size: 3.5vw;
	line-height: 1.5em;
	}
}

.business_hours p a {
	color: #fff;
	text-decoration: underline;
	}

footer .bottom {
	padding: 50px 0 100px;
	background: #FFFCF4;
	}
@media screen and (max-width:767.98px){
footer .bottom {
	}
}

footer .bottom img {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 0 auto 50px;
	}
@media screen and (max-width:767.98px){
footer .bottom img {
	}
}

footer .bottom p {
	display: block;
	color: #673B17;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	letter-spacing: .1em;
	}
@media screen and (max-width:767.98px){
footer .bottom p {
	width: 100%;
	font-size: 5vw;
	text-align: center;
	}
footer .bottom p span {
	display: none;
	}
}

footer .bottom p a,
footer .bottom p a:hover {
	color: #673B17;
	}

/* トップへ戻るボタン */
.totop {
	z-index: 99999999;
	position: fixed;
	right: 20px;
	bottom: 36px;
	display: block;
	width: 50px;
	height: 50px;
	}
@media screen and (max-width:767.98px){
.totop {
	bottom: 134px;
	right: 10px;
	}
}

.totop a {
	display: block;
	width: 50px;
	height: 50px;
	background: url("../img/totop.svg") center center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	text-indent: 100%;
	font-size: 0;
	}

/* 予約ボタン 右上 */
.bt_reservation {
	position: fixed;
	right: 0;
	top: 200px;
	width: 40px;
	z-index: 99999;
	}
@media screen and (max-width:767.98px){
.bt_reservation {
	display: none;
	}
}

.bt_reservation a {
	display: block;
	width: 100%;
	padding: 30px 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #C1292D;
	border-radius: 10px 0 0 10px;
	}

.bt_reservation a:hover {
	background: #F03E42;
	}

/* 共通 コラム */
.column {
	position: relative;
	display: block;
	}
@media screen and (max-width:767.98px){
.column {
	}
}

.column h2 {
	position: relative;
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 30px auto;
	padding: 12.5px 0;
	color: #fff;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	letter-spacing: .1em;
	}
@media screen and (max-width:767.98px){
.column h2 {
	font-size: 6vw;
	letter-spacing: .1em;
	}
}

.column h3 {
	position: relative;
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 40px auto 20px;
	padding: 12.5px 0;
	color: #fff;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	letter-spacing: .1em;
	}
@media screen and (max-width:767.98px){
.column h3 {
	font-size: 5vw;
	letter-spacing: .1em;
	}
}

.column h2:before {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
	width: 50px;
	height: 50px;
	content: "";
	background: url(/_assets/img/h2_rice.svg) center bottom no-repeat;
	background-size: 50px 50px;
	}

/* 共通 メニューリスト */
.menu_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
	}
@media screen and (max-width:767.98px){
.menu_list {
	}
}

.menu_list li {
	position: relative;
	display: block;
	width: calc(50% - 10px);
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	}
@media screen and (max-width:767.98px){
.menu_list li {
	width: 100%;
	}
}

.menu_list li img {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	}

.menu_list li h3 {
	display: block;
	margin: 0;
	color: #673B17;
	font-size: 20px;
	}

.menu_list li p {
	display: block;
	color: #673B17;
	}

.menu_list li .desc {
	margin: 0 0 1em;
	font-size: 13px;
	}

.menu_list li .price {
	font-size: 20px;
	}

.menu_list li span {
	display: block;
	font-size: .8em;
	}

.menu_list .col2 {
	display: flex;
	flex-wrap: wrap;
	}

.menu_list .col2 div {
	width: 50%;
	}

/* 共通 デザートリスト */
.dessert_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
	}
@media screen and (max-width:767.98px){
.dessert_list {
	}
}

.dessert_list li {
	position: relative;
	display: block;
	width: calc(33% - 10px);
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	}
@media screen and (max-width:767.98px){
.dessert_list li {
	width: 100%;
	}
}

.dessert_list li img {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	}

.dessert_list li h3 {
	display: block;
	margin: 0;
	color: #673B17;
	font-size: 20px;
	}

.dessert_list li p {
	display: block;
	color: #673B17;
	}

.dessert_list li .desc {
	margin: 0 0 1em;
	font-size: 14px;
	}

.dessert_list li .price {
	font-size: 20px;
	}

.dessert_list li span {
	display: block;
	font-size: .8em;
	}

/* 共通 ドリンクリスト */
.drink_list {
	display: block;
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 100px;
	background: #fff;
	border-radius: 5px;
	}
@media screen and (max-width:767.98px){
.drink_list {
	padding: 30px 0;
	}
}

.drink_list li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	}

.drink_list li h4 {
	display: block;
	padding: .5em 1em;
	width: 40%;
	}
@media screen and (max-width:767.98px){
.drink_list li h4 {
	width: 100%;
	padding: 1em 0 0 0;
	text-align: center;
	}
}

.drink_list li span.en {
	display: block;
	padding: .5em 1em;
	width: 40%;
	}
@media screen and (max-width:767.98px){
.drink_list li span.en {
	width: 100%;
	padding: .25em;
	text-align: center;
	}
}

.drink_list li span.price {
	display: block;
	padding: .5em 1em;
	width: 20%;
	text-align: right;
	}
@media screen and (max-width:767.98px){
.drink_list li span.price {
	padding: 0 0 1em 0;
	width: 100%;
	font-size: 1.2em;
	text-align: center;
	}
}

/* 注意書き */
ul.notice {
	display: block;
	padding: 30px 0 50px 0;
	}

ul.notice li {
	display: block;
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	}

/* mv */
#mv {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	}
@media screen and (max-width:834px){
#mv {
	height: 460px;
	}
}
@media screen and (max-width:767.98px){
#mv {
	height: 100vh;
	}
}

#mv img {
	display: block;
	width: 100%;
	height: 100%;
	}

#mv h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,0);
	display: block;
	width: 370px;
	height: 37.6441px;
	animation: mv_h1 2s ease both 1s;
	z-index: 100;
	}
@keyframes mv_h1 {
	0% { opacity: 0; transform: translate(-50%,0); filter: blur(20px); }
	100% { opacity: 1; transform: translate(-50%,0); filter: blur(0px); }
	}
@media screen and (max-width:767.98px){
#mv h1 {
	width: 240px;
	height: 24.4178px;
	animation: mv_h1_sp 1s ease both 1s;
	}
@keyframes mv_h1_sp {
	0% { opacity: 0; transform: translate(-50%,0%); filter: blur(20px); }
	100% { opacity: 1; transform: translate(-50%,0%); filter: blur(0px); }
	}
}

#mv h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-170%);
	display: block;
	width: 150px;
	height: 26.25 px;
	animation: mv_h2 2s ease both .5s;
	z-index: 100;
	}
@keyframes mv_h2 {
	0% { opacity: 0; transform: translate(-50%,-170%); filter: blur(20px); }
	100% { opacity: 1; transform: translate(-50%,-170%); filter: blur(0px); }
	}
@media screen and (max-width:767.98px){
#mv h2 {
	width: 100px;
	height: 17.5px;
	animation: mv_h2_sp 1s ease both .5s;
	}
@keyframes mv_h2_sp {
	0% { opacity: 0; transform: translate(-50%,-100%); filter: blur(20px); }
	100% { opacity: 1; transform: translate(-50%,-170%); filter: blur(0px); }
	}
}

#mv .scroll {
	display: none;
	}
@media screen and (max-width:767.98px){
#mv .scroll {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	font-family: din-2014;
	font-size: 16px;
	text-align: center;
	animation: mv_scroll 1s ease both 2s;
	z-index: 100;
	}
@keyframes mv_scroll {
	0% { opacity: 0; transform: translate(-50%,-50px); }
	100% { opacity: 1; transform: translate(-50%,0); }
	}
#mv .scroll i {
	animation: mv_scroll_i 2s infinite;
	}
@keyframes mv_scroll_i {
	0% { opacity: 0; transform: translateY(-10px); }
	50% { opacity: 1; transform: translateY(0); }
	100% { opacity: 0; transform: translateY(10px); }
	}
}

#youtube-movie {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	overflow: hidden;
	z-index: 1;
	}
@media screen and (max-width:767.98px){
#youtube-movie {
	display: none;
	}
}
 
#youtube-movie-content {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	}
 
#youtube-movie-content #youtube-movie-body,
#youtube-movie-content #youtube-movie-front {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 10;
	}

.mvbg {
	display: none;
	}
@media screen and (max-width: 767.98px){
.mvbg {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	}
}

.mvbg div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	}

.mvbg .mvbg1 {
	background: url(/_assets/img/mv1.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width: 767.98px){
.mvbg .mvbg1 {
	background: url(/_assets/img/mv1.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg2 {
	background: url(/_assets/img/mv2.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width: 767.98px){
.mvbg .mvbg2 {
	background: url(/_assets/img/mv2.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg3 {
	background: url(/_assets/img/mv3.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width: 767.98px){
.mvbg .mvbg3 {
	background: url(/_assets/img/mv3.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg4 {
	background: url(/_assets/img/mv4.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width: 767.98px){
.mvbg .mvbg4 {
	background: url(/_assets/img/mv4.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg5 {
	background: url(/_assets/img/mv5.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width: 767.98px){
.mvbg .mvbg5 {
	background: url(/_assets/img/mv5.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg6 {
	background: url(/_assets/img/mv6.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width: 767.98px){
.mvbg .mvbg6 {
	background: url(/_assets/img/mv6.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg7 {
	background: url(/_assets/img/mv7.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width: 767.98px){
.mvbg .mvbg7 {
	background: url(/_assets/img/mv7.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg8 {
	background: url(/_assets/img/mv8.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width: 767.98px){
.mvbg .mvbg8 {
	background: url(/_assets/img/mv8.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg9 {
	background: url(/_assets/img/mv9.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width: 767.98px){
.mvbg .mvbg9 {
	background: url(/_assets/img/mv9.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg1 {
	animation: mvbg1 45s infinite;
	}
@keyframes mvbg1 {
	0% { opacity: 1; transform: scale(1) }
	11% { opacity: 1; }
	12% { opacity: 0; transform: scale(1.1) }
	99% { opacity: 0; }
	100% { opacity: 1; }
	}

.mvbg .mvbg2 {
	animation: mvbg2 45s infinite;
	}
@keyframes mvbg2 {
	0% { opacity: 0; }
	10% { opacity: 0; }
	11% { opacity: 1; transform: scale(1) }
	22% { opacity: 1; }
	23% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg3 {
	animation: mvbg3 45s infinite;
	}
@keyframes mvbg3 {
	0% { opacity: 0; }
	22% { opacity: 0; }
	23% { opacity: 1; transform: scale(1) }
	34% { opacity: 1; }
	35% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg4 {
	animation: mvbg4 45s infinite;
	}
@keyframes mvbg4 {
	0% { opacity: 0; }
	34% { opacity: 0; }
	35% { opacity: 1; transform: scale(1) }
	46% { opacity: 1; }
	47% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg5 {
	animation: mvbg5 45s infinite;
	}
@keyframes mvbg5 {
	0% { opacity: 0; }
	46% { opacity: 0; }
	47% { opacity: 1; transform: scale(1) }
	58% { opacity: 1; }
	59% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg6 {
	animation: mvbg6 45s infinite;
	}
@keyframes mvbg6 {
	0% { opacity: 0; }
	58% { opacity: 0; }
	59% { opacity: 1; transform: scale(1) }
	71% { opacity: 1; }
	72% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg7 {
	animation: mvbg7 45s infinite;
	}
@keyframes mvbg7 {
	0% { opacity: 0; }
	71% { opacity: 0; }
	72% { opacity: 1; transform: scale(1) }
	83% { opacity: 1; }
	84% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg8 {
	animation: mvbg8 45s infinite;
	}
@keyframes mvbg8 {
	0% { opacity: 0; }
	83% { opacity: 0; }
	84% { opacity: 1; transform: scale(1) }
	91% { opacity: 1; }
	92% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg9 {
	animation: mvbg9 45s infinite;
	}
@keyframes mvbg9 {
	0% { opacity: 0; }
	91% { opacity: 0; }
	92% { opacity: 1; transform: scale(1) }
	99% { opacity: 1; }
	100% { opacity: 0; transform: scale(1.1) }
	}

#mv #fade {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #333333;
	z-index: 10;
	animation: fade 4s ease 0s both;
	}
@keyframes fade {
	0% { opacity: 1; z-index: 10; }
	30% { opacity: 1; z-index: 10; }
	99% { opacity: 0; z-index: 10; }
	100% { opacity: 0; z-index: 1; }
	}

/* 冒頭 */
.intro {
	background: #000;
	}
@media screen and (max-width:767.98px){
.intro {
	}
}

.intro div {
	height: 100%;
	min-height: 500px;
	width: 100%;
	padding: 120px 0 0 0;
	background-image: radial-gradient(circle, rgba(62, 52, 47, 1), rgba(0, 0, 0, 1));
	}
@media screen and (max-width:767.98px){
.intro div {
	width: 100%;
	min-height: auto;
	padding: 20px;
	}
}

.intro h2 {
	display: block;
	margin: 0 0 50px;
	position: relative;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1em;
	letter-spacing: .1em;
	text-shadow: 0 1px 3px rgba(0,0,0,.8);
	}

.intro h2:after {
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
	content: "";
	background: #fff;
	width: 60px;
	height: 1px;
	box-shadow: 0 1px 3px rgba(0,0,0,.8);
	}

.intro p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 2em;
	letter-spacing: .1em;
	text-shadow: 0 1px 3px rgba(0,0,0,.8);
}
@media screen and (max-width:767.98px){
.intro p {
	font-size: 5vw;
	text-align: left;
	}
.intro p br {
	display: none;
	}
}

/* ディナーメニュー */
#dinner {
	background: #673B17;
	}

/* ランチメニュー */
#lunch {
	background: #8D5E3E;
	}

/* デザート */
#dessert {
	background: #712654;
	}

/* ドリンク */
#drink {
	background: #6E2224;
	}

/* ランチ割引 */
.special_price {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 30px auto 0;
	padding: .5em;
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	background: #C1292D;
	border: 1px solid #fff;
	border-radius: 5px;
	}
@media screen and (max-width:767.98px){
.special_price {
	width: 90%;
	font-size: 5vw;
	}
}

.special_price br {
	display: none;
	}
@media screen and (max-width:767.98px){
.special_price br {
	display: inline;
	}
}

.special_price span {
	display: block;
	}
@media screen and (max-width:767.98px){
.special_price span {
	padding-top: .5em;
	}
}

/* イメージムービー */
#movie {
	padding: 50px;
	background: #673B17;
	}

#movie img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 10px;
	border-radius: 5px;
	cursor: pointer;
	}

#movie p {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: .1em;
	}
@media screen and (max-width:767.98px){
#movie p {
	font-size: 4vw;
	}
}

#movie p span {
	display: block;
	font-size: 12px;
	}