
@charset "UTF-8";

/*------------------------------*/
/*----------index.html----------*/
/*------------------------------*/

/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 5000ms;
}
 
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

html {
	font-size: 14px;
	background-image: url(../image/background.jpg);
	background-position: center center;
	font-family: "Sawarabi Gothic";
}

.covid-19{
	border : solid;
	border-color : #fb0007;
	background-color : #fff;
	padding : 10px;
	font-size : 18px;
}

.covid_color{
	font-size : 22px;
	color : #fb0007;
}

.foagura{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

h2 {
	margin: 15px 0 ;
}
h2, ul li {
	font-family: "Sawarabi Mincho";
}

body {
	margin: 0;
}

p{
	margin: 0px;
	text-shadow: 1px 1px 0 #FFF;
}



.sub {
	text-align: center;
	font-size: 2rem;
}

.width {
	max-width: 1200px;
	margin: 100px auto;
}
.space{
	margin: 0 15px;
}
.steak{
	display: block;
	margin: 0 15px;
}

.sp_img{
	display: none;
}
.sp_543_img{
	display: none;
}

#top {
	height: 100vh;
	min-height: 640px;
	background-image: url(../image/top.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
}

.key {
	height: 100vh;
	min-height: 640px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.first {
	width: 60%;
	max-width: 350px;
}

.first img {
	width: 100%;
}

.button a, .all_manu a {
	font-size: 16px;
	padding: 15px 70px;
	border: solid 2px #000;
	color: #000;
	text-decoration: none;
	box-shadow: 0 0 20px 5px rgba(0,0,0,.7) inset; }

.button {
	width: 210px;
}

.button, .all_manu {
	padding: 15px 0;
	margin: 13px;
}

.button a:hover, .all_manu a:hover {
	border: 1px solid rgba(0,0,0,.1);
	background: rgba(0,0,0,.8);
	color: #fff;
}

#concept {
	position: relative;
}

.concept_text {
	max-width: 400px;
	position: absolute;
	bottom: 20%;
	left: 11%;
	z-index: 1;
}

.concept_img {
	width: 70%;
	max-width: 900px;
	min-width: 550px;
	margin: 0 5% 0 auto;
}

.dummy {
	width: 100%;
	opacity:0;
}
.pc_img {
	width: 100%;
}

.feature_content {
	position: relative;
}

.feature_img {
	width: 60%;
	max-width: 800px;
	min-width: 500px;
}

.meat {
	max-width: 400px;
	position: absolute;
	top: 0;
	left: 10%;
	z-index: 1;
}

.meat_img {
	margin: 0 5% 0 auto;
}

.vegetable {
	max-width: 400px;
	position: absolute;
	top: 30%;
	right: 10%;
	z-index: 1;
}

.vegetable_img {
	margin: 100px auto 100px 5%;
}

.wine {
	max-width: 400px;
	position: absolute;
	bottom: 0;
	left: 10%;
	z-index: 1;
}
.wine_img{
	margin: 0 5% 0 auto;

}

h3{
	text-shadow: 1px 1px 0 #FFF;
}
.menu {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	background-image: url(../image/menu.jpg);
	background-position: center center;
	background-size: cover;
}

.menu p,
#course p,
#alacarte p,
#drink p,
#winelist p{
	margin: 5px 0;
}

.all_manu {
	padding: 15px 0;
	margin: 40px auto 16px auto !important;
}

.googlemap {
	margin: 0 auto;
	width: 80%;
	height: 80vh;
}

.access {
	width: 500px;
	margin: 30px auto 0 auto;
}

.access_img img {
	width: 100px;
	height: 100px;
	margin: 0 10px;
}

#cboxNext {
	position: absolute;
	bottom: 45%;
	right: 0 !important;
	left:auto;
	background: url(../image/next.png) no-repeat;
	width: 35px;
	height: 45px;
}
#cboxNext:hover {
	background-position: 0 0;
}
#cboxPrevious {
	position: absolute;
	bottom: 45%;
	left: 5px;
	background: url(../image/prev.png) no-repeat;
	width: 35px;
	height: 45px;
}
#cboxPrevious:hover {
	background-position: 0 0;
}

#cboxTitle {
	color: #000;
	font-size:1.2rem;
	text-align: left;
}


.info {
	border-collapse: collapse;
	margin: 0 auto;
}

tr {
	border-bottom: solid 1px #000;
	height: 80px;
}

th {
	width: 120px;
}

td {
	width: 500px;
}

footer {
	background-image: url(../image/footer.jpg);
	background-position: center center;
	padding: 15px 0;
}

#footer {
	max-width: 900px;
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.footer_img {
	width: 50%;
	max-width: 400px;
}
.footer_img img {
	width: 100%;
}

.footer_text {
	width: 50%;
}

footer p {
	font-size: 14px;
	margin: 0px;
	text-shadow: none;
}

.copyright {
	text-align: center;
	margin-top: 5px;
}


/*--------------------------------*/
/*---------menu.html---------*/
/*---------------------------------*/

.width_2 {
	margin: 100px auto 0 auto;
	max-width: 1200px;
}

#cboxLoadedContent {
	margin-bottom: 30px;
}

#cboxClose {
	background: url(../image/return.png);
	width: 104px;
	height: 28px;
}
#cboxClose:hover {
	background-position: 0 28px;
}

ul {
	max-width: 1200px;
	display: flex;
	margin: 0 auto;
	padding: 0;
	height: 80px;
	list-style: none;
	align-items: center;
}

ul li {
	text-align: center;
	font-size: 20px;
	padding: 0;
	width:100%;
	cursor: pointer;
	display: block;
	position: relative;
	height: 40px;
}
ul li:hover {
	font-size: 1.8rem;
	color: #fff;
}

.select{
	color: #fff;
	font-size: 1.7rem;
}

.en,.ja {
	display: block;
	width: 100%;
	position: absolute;
	transition: .5s;
}
.en {
	opacity: 0;
}

.ja {
	opacity: 1;
}

.select .en {
	opacity: 1;
}

.select .ja {
	opacity: 0;
}

header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #663300;
	z-index: 2;
	transform: translate3d(0, 0, 0);
}

.disnon {
	display: none;
}
.course {
	position: relative;
}

.course_text{
	z-index: 1;
	position: absolute;
}

.course_img {
	width: 100%;
	max-width: 600px;
}

.pc_543_img{
	width: 100%;
}

.course_7000_img, .course_11000_img {
	margin-left: auto;
}

.course_9000_img {
	margin-right: auto;
}

.course_7000_text, .course_11000_text {
	top: 0;
	left: 0;
}

.course_9000_text {
	top: 0;
	right: 0;
	text-align: right;
}

.course_9000 {
	margin: 100px auto;
}

.course_11000 {
	margin-bottom: 50px;
}

.course_center{
	margin-top: 100px !important;
}

#drink, #alacarte, #winelist {
	margin: 100px auto auto auto;
	z-index: 0;
	position: relative;
}

#course, #alacarte, #winelist, #drink  {
	width:65%;
}

#drink {
	min-width:530px;
}

.alacarte {
	width: 400px;
	margin: 0 auto;
}

.alacarte_text {
	z-index: 1;
	position: absolute;
}

.alacarte_img_1 {
	max-width: 600px;
	margin: 90px auto 50px 0;
}

.alacarte_img_2 {
	max-width: 600px;
	margin: 50px 0  50px auto;
}

.alacarte_menu, .winelist_menu {
	display: flex;
}

.alacarte_menu .menu_name {
	width: 350px;
}

.all_drink {
	width: 530px;
	margin: 0 auto;
}

.drink_text {
	z-index: 1;
	position: absolute;
}

.drink_img {
	max-width: 100%;
	margin: 0 auto;
}
.drink_img_1 {
	max-width: 600px;
	margin: 220px 0 150px auto;
}

.drink_img_2 {
	max-width: 600px;
	margin: 100px auto 50px 0;
}


.drink {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	justify-content: space-between;
	max-width: 550px;
	margin: 0 auto;
}

.drink_menu {
	display: flex;
	width: 230px;
}

.drink_menu .menu_name {
	width: 180px;
}

.center {
	text-align: center;
}

.winelist {
	width: 400px;
	margin: 0 auto;
}

.winelist_text {
	z-index: 1;
	position: absolute;
}

.winelist_img {
	max-width: 100%;
	margin: 0 auto;
}
.winelist_img_1 {
	max-width: 600px;
	margin: 150px auto 150px 0;
}

.winelist_img_2 {
	max-width: 600px;
	margin: 100px 0 50px auto;
}

.winelist_menu .menu_name {
	width: 350px;
}

/*--------------------------------------------------*/
/*--------------------under650px--------------------*/
/*--------------------------------------------------*/
@media screen and (max-width: 650px) {
/*------------------------------*/
/*----------index.html----------*/
/*------------------------------*/
.covid-19{
	font-size: 14px;
	padding:5px;
}

.covid_color{
	font-size: 18px;
}

.key {
	justify-content: start;
}

.course_7000_img, .course_9000_img, .course_11000_img {
	margin-left: auto;
	margin-right: auto;
}
.pc_543_img{
	width: 100%;
}
.course_9000_text {
	top: 0;
	right: 0;
}

.width {
	margin: 50px auto;
}

.pc_img{
	display: none;
}
.sp_img {
	display: inline;
	width: 100%;
}
.pc_543_img{
	display: inline;
}
.sp_543_img{
	display: none;
}

#top {
	min-height: 640px;
	background-image: url(../image/top_sp.jpg);
}

.all_manu a {
	padding: 15px 15%;
}
#concept {
	margin-bottom: 150px
}

.concept_text {
	bottom: -100px;
	left: auto;
}

.concept_img {
	width: 90%;
	margin: 0 auto;
	min-width: auto;
}

.feature_img {
	width: 75%;
	min-width: auto;
}

.meat {
	top: 0;
	left: 1%;
}

.meat_img {
	margin: 15px 0 15px auto;
}

.vegetable {
	top: 30%;
	right: 1%;
}

.vegetable_img {
	margin: 50px auto 50px 0;
}

.wine {
	bottom: 0;
	left: 1%;
}
.wine_img{
	margin: 50px 0 50px auto;
}

.menu {
	width: 90%;
	background-image: url(../image/menu_sp.jpg);
}
.googlemap {
	width: 90%;
	height: 70vh;
}
.access {
	width: 320px;
	margin: 30px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.all_manu a {
	font-size: 1rem;
}

.access_img img {
	width: 70px;
	height: 70px;
	margin: 0 5px;
}
#cboxTitle {
	color: #000;
	font-size:10px;

}
.colorbox_accses #cboxClose {
	background: url(../image/close.png);
	width: 27px;
	height: 27px;
}
.colorbox_accses #cboxClose:hover {
	background-position: 0 27px;
}
th {
	width: 20%;
	font-size:0.8rem;
}

td {
	font-size:0.8rem;
}

#footer {
	display: block;
}

.footer_img {
	width: 100%;
}

.footer_text {
	width: 100%;
}

.copyright {
	font-size:0.8rem;

}
}
/*--------------------------------*/
/*---------menu.html---------*/
/*--------------------------------*/
@media screen and (max-width: 543px) {

.pc_543_img{
	display: none;
}
.sp_543_img{
	display: inline;
	width: 100%;
}

ul li {
	text-align: center;
	font-size: 12px;
	padding: 0;
	height :20px;
	transform: rotate(35deg);
}

ul li:hover {
	font-size: 12px;
}
.select{
	font-size: 12px;
}
#course p,
#alacarte p,
#drink p,
#winelist p{
	margin: 2.5px 0;

}
.menu p{
	margin: 0;
}

h3 {
	font-size: 1.14em;
}

.course {
	position: relative;
}

.course_text{
	z-index: 1;
	position: absolute;
}

.course_img {
	width: 70%;
	max-width: 543px;
	min-width: 246px;
}

.course_7000_text, .course_11000_text, .course_9000_text  {
	top: 0;
	left: 0;
	margin-left: 5%;
	margin-right: auto;
	text-align: left;
}

.course_9000_img img {
	margin-left: auto;
	margin-right: 5%;
}

#alacarte, #winelist, #drink {
	width: 90%;
	max-width: 315px;
	font-size: 12px;
}

.alacarte_text{
	max-width:315px;
	width:100%;
}

.alacarte_img_1 {
	margin: 50px auto 50px 0;
	width: 85%;
}

.alacarte_img_2 {
	margin: 50px 0 50px auto;
	width: 85%;
}

#course {
	width: 100%;
}

#drink {
	min-width:0px;
}

.drink_menu {
	margin: 0 auto;
	width: 100%;
}

.drink {
	display: block;
	width: 100%;
}

.drink_text{
	max-width: 315px;
	width: 100%;
}

.drink_img_1 {
	margin: 100px 0 50px auto;
	width: 85%;
}

.drink_img_2 {
	margin: 100px auto 50px 0;
	width: 85%;
}

.drink_img_3 {
	margin: 120px 0 50px auto;
	width: 85%;
}

.winelist_text{
	max-width: 315px;
	width: 100%;
}
.winelist_img_1 {
	margin: 129px auto 50px 0;
	width: 85%;
}
.winelist_img_2 {
	margin: 129px 0 50px auto;
	width: 85%;
}

.drink_menu .menu_name {
	width: 100%;
}
}
