﻿@charset "utf-8";

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

#visual-about{
	width: 100%;
	height: 100vh;
	max-height: 800px;
	background-image: url("../img/visual-about.jpg");
	background-size: cover;
	postion: absolute;
	top: 0px;
	z-index: 90;
}

#visual-food{
	width: 100%;
	height: 100vh;
	max-height: 800px;
	background-image: url("../img/visual-food.jpg");
	background-size: cover;
	postion: absolute;
	top: 0px;
	z-index: 90;
}

#visual-drink{
	width: 100%;
	height: 100vh;
	max-height: 800px;
	background-image: url("../img/visual-drink.jpg");
	background-size: cover;
	postion: absolute;
	top: 0px;
	z-index: 90;
}

#visual-seki{
	width: 100%;
	height: 100vh;
	max-height: 800px;
	background-image: url("../img/visual-seki.jpg");
	background-size: cover;
	postion: absolute;
	top: 0px;
	z-index: 90;
}

#visual-sub-txt{
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	padding: 30px;
	color: #ffffff;
	width: 55px;
	margin: 0px auto;
	padding-top: 200px;
	letter-spacing: 2px;
	display: none;
}

#visual-sub-txt h1{
	font-size: 3.0rem;
	line-height: 2.0;
	font-weight: 400;
	letter-spacing: 5px;
}

.sub-contents-area{
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 150px;
}

#about-wrap h2{
	font-size: 4.0rem;
	font-weight: 400;
	text-align: center;
	margin-top: 80px;
}

#about-wrap p{
	font-size: 1.5rem;
	line-height: 2.0;
	margin-top: 30px;
	text-align: center;
}

.about-images{
	width: 1000px;
	height: 250px;
	margin-top: 80px;
}

#about-image-1{
	background-image: url("../img/image-about-1.jpg");
	background-size: cover;
}

#about-image-2{
	background-image: url("../img/image-about-2.jpg");
	background-size: cover;
}

#about-image-3{
	background-image: url("../img/image-about-3.jpg");
	background-size: cover;
}

#food-wrap h2{
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	width: 30px;
	margin: 0px auto;
	font-size: 3.0rem;
	font-weight: 400;
	color: #000000;
	letter-spacing: 3px;
	margin-top: 80px;
}

#food-wrap p{
	font-size: 1.5rem;
	line-height: 2.0;
	margin-top: 30px;
	text-align: center;
}

#food-image{
	width: 1000px;
	height: 250px;
	margin-top: 80px;
	background-image: url("../img/image-food-1.jpg");
	background-size: cover;
}

#food-wrap h3{
	font-size: 2.4rem;
	color: #995c9b;
	border-bottom: 1px solid #995c9b;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 400;
	margin: 0px auto;
	margin-top: 40px;
	width: 500px;
}

.title-long {
	line-height: 1.6;
}

.txt-big{
	font-size: 2.4rem;
}

#food-wrap ul{
	width: 1000px;
	height: 250px;
	display: flex;
	margin-top: 50px;
}

#food-wrap ul li img{
	width: 333px;
}

#seki-wrap{
	padding-top: 50px;
}


#seki-wrap p{
	font-size: 1.5rem;
	line-height: 2.0;
}

.centered{
	text-align: center;
}

.seki-1{
	display: flex;
	width: 1000px;
	height: 350px;
	margin-top: 50px;
}

.seki-1 li:first-child{
	width: 800px;
}

.seki-1 li:last-child{
	width: 200px;
	box-sizing: border-box;
	padding-left: 30px;
	padding-top: 100px;
}

.seki-1 li img{
	width: 800px;
}

.seki-2{
	display: flex;
	width: 1000px;
	height: 350px;
	margin-top: 50px;
}

.seki-2 li:first-child{
	width: 200px;
	box-sizing: border-box;
	padding-top: 150px;
}

.seki-2 li:last-child{
	width: 800px;
}

.seki-2 li img{
	width: 800px;
}

#seki-wrap h2{
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	width: 90px;
	margin: 0px auto;
	font-size: 3.0rem;
	font-weight: 400;
	color: #000000;
	letter-spacing: 3px;
	line-height: 1.5;
	padding-top: 230px;
	background-image: url("../img/line-2.png");
	background-repeat: no-repeat;
	background-size: 1px;
	background-position: center top;
}

#seki-wrap h3{
	font-size: 2.4rem;
	color: #995c9b;
	border-bottom: 1px solid #995c9b;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 400;
	margin: 0px auto;
	margin-top: 40px;
	width: 900px;
	margin-bottom: 10px;
}






.tab-area {
	display: flex;
	cursor: pointer;
	border-bottom: 1px solid #995c9b;
	height: 40px;
	padding-left: 200px;
	margin-top: 50px;
}

.tab {
	width: 150px;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
	color: #995c9b;
	opacity: 0.5;
	border-top: 1px solid #995c9b;
	border-right: 1px solid #995c9b;
	border-left: 1px solid #995c9b;
	font-size: 1.5rem;
}

.tab.active {
	background-color: #995c9b;
	color: #ffffff;
	opacity: 1;
}

.content-area {
	font-size: 1.5rem;
	text-align: center;
	width: 900px;
	margin-left: 50px;
}

.content{
	display: none;
	opacity: 0;
}

.content.show {
	display: block;
	opacity: 1;
	transition: all 500ms;
}

.lefted{
	margin-top: 30px;
	text-align: left;
	line-height: 2.0;
}

.content ul{
	display: flex;
	text-align: left;
	margin-top: 30px;
}

.content h3{
	font-weight: 400;
	color: #995c9b;
	line-height: 2.0;
}

.content ul li:first-child{
	width: 200px;
}

.content ul li:last-child{
	width: 800px;
	line-height: 2.0;
}

#note{
	border: 1px solid #c5c5c5;
	padding: 10px 15px 10px 15px;
	margin-top: 20px;
}





.webreserve{
	display: block;
	width: 450px;
	height: 50px;
	font-size: 2.0rem;;
	text-decoration: none;
	color: #ffffff;
	background-color: #3f3f3f;
	margin: 0px auto;
	margin-top: 30px;
	border-radius: 10px;
	box-sizing: border-box;
	padding-top: 13px;
	border: 1px solid #3f3f3f;
	-webkit-transition-property: background-color, color; 
	-webkit-transition-duration: 0.3s;  
	-webkit-transition-timing-function: linear;
}

.webreserve:hover{
	background-color: #ffffff;
	color: #995c9b;
}

.sns{
	width: 400px;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 50px;
}

.sns a{
	color: #ffffff;
	font-size: 1.4rem;
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
}

.sns a:hover{
	text-decoration: underline;
}

.sns-big{
	font-size: 2.4rem;
}


}


























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

#visual-about{
	width: 100vw;
	height: 146vw;
	min-height: 100vh;
	background-image: url("../img/sp-visual-about.jpg");
	background-size: cover;
	postion: absolute;
	top: 0px;
	z-index: 90;
}

#visual-food{
	width: 100vw;
	height: 146vw;
	min-height: 100vh;
	background-image: url("../img/sp-visual-food.jpg");
	background-size: cover;
	postion: absolute;
	top: 0px;
	z-index: 90;
}

#visual-drink{
	width: 100vw;
	height: 146vw;
	min-height: 100vh;
	background-image: url("../img/sp-visual-drink.jpg");
	background-size: cover;
	postion: absolute;
	top: 0px;
	z-index: 90;
}

#visual-seki{
	width: 100vw;
	height: 146vw;
	min-height: 100vh;
	background-image: url("../img/sp-visual-seki.jpg");
	background-size: cover;
	postion: absolute;
	top: 0px;
	z-index: 90;
}

#visual-sub-txt{
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	padding: 30px;
	color: #ffffff;
	width: 55px;
	margin: 0px auto;
	padding-top: 200px;
	letter-spacing: 2px;
	display: none;
}

#visual-sub-txt h1{
	font-size: 2.4rem;
	line-height: 2.0;
	font-weight: 400;
	letter-spacing: 5px;
}

.sub-contents-area{
	width: 90%;
	margin: 0px auto;
	padding-bottom: 75px;
}

#about-wrap h2{
	font-size: 4.0rem;
	font-weight: 400;
	text-align: center;
	margin-top: 50px;
}

#about-wrap p{
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: 30px;
	text-align: center;
}

.about-images{
	width: 100%;
	height: 43vw;
	margin-top: 30px;
}

#about-image-1{
	background-image: url("../img/image-about-1.jpg");
	background-size: cover;
}

#about-image-2{
	background-image: url("../img/image-about-2.jpg");
	background-size: cover;
}

#about-image-3{
	background-image: url("../img/image-about-3.jpg");
	background-size: cover;
}

#food-wrap h2{
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	margin: 0px auto;
	font-size: 2.0rem;
	font-weight: 400;
	color: #000000;
	letter-spacing: 3px;
	margin-top: 80px;
}

#food-wrap p{
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: 30px;
}

#food-image{
	width: 100%;
	height: 43vw;
	margin-top: 30px;
	background-image: url("../img/sp-image-food-1.jpg");
	background-size: cover;
}

#food-wrap h3{
	font-size: 2.0rem;
	color: #995c9b;
	border-bottom: 1px solid #995c9b;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 400;
	margin: 0px auto;
	margin-top: 40px;
	width: 250px;
}

.title-long {
	line-height: 1.6;
}

.txt-big{
	font-size: 2.0rem;
}

#food-wrap ul{
	width: 100%;
	height: 23vw;
	display: flex;
	margin-top: 35px;
}

#food-wrap ul li img{
	width: 100%;
}

#seki-wrap{
	padding-top: 30px;
}


#seki-wrap p{
	font-size: 1.5rem;
	line-height: 1.8;
}

.centered{
	text-align: center;
}

.seki-1{
	width: 100%;
	margin-top: 30px;
}

.seki-1 li:first-child{
	width: 100%;
}

.seki-1 li:last-child{
	width: 100%;
	margin-top: 15px;
}

.seki-1 li img{
	width: 100%;
}

.seki-2{
	width: 100%;
	margin-top: 30px;
}

.seki-2 li:first-child{
	display: none;
}

.seki-2 li:last-child{
	width: 100%;
	margin-top: 15px;
}

.seki-2 li img{
	width: 100%;
}

#seki-wrap h2{
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	margin: 0px auto;
	font-size: 2.0rem;
	font-weight: 400;
	color: #000000;
	letter-spacing: 3px;
	line-height: 1.5;
	padding-top: 115px;
	background-image: url("../img/line-2.png");
	background-repeat: no-repeat;
	background-size: 0.5px;
	background-position: center top;
}

#seki-wrap h3{
	font-size: 2.0rem;
	color: #995c9b;
	border-bottom: 1px solid #995c9b;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 400;
	margin: 0px auto;
	margin-top: 30px;
	width: 100%;
	margin-bottom: 10px;
}






.tab-area {
	display: flex;
	cursor: pointer;
	border-bottom: 1px solid #995c9b;
	height: 40px;
	margin-top: 40px;
}

.tab {
	width: 100px;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
	color: #995c9b;
	opacity: 0.5;
	border-top: 1px solid #995c9b;
	border-right: 1px solid #995c9b;
	border-left: 1px solid #995c9b;
	font-size: 1.5rem;
}

.tab.active {
	background-color: #995c9b;
	color: #ffffff;
	opacity: 1;
}

.content-area {
	font-size: 1.5rem;
	text-align: center;
	width: 100%;
}

.content{
	display: none;
}

.content.show {
	display: block;
}

.lefted{
	margin-top: 30px;
	text-align: left;
	line-height: 2.0;
}

.content ul{
	text-align: left;
	margin-top: 30px;
}

.content h3{
	font-weight: 400;
	color: #995c9b;
	line-height: 2.0;
}

.content ul li:first-child{
	width: 100%;
}

.content ul li:last-child{
	width: 100%;
	line-height: 1.8;
}

#note{
	border: 1px solid #c5c5c5;
	padding: 10px 15px 10px 15px;
	margin-top: 20px;
}


.webreserve{
	display: block;
	width: 300px;
	height: 50px;
	font-size: 2.0rem;;
	text-decoration: none;
	color: #ffffff;
	background-color: #3f3f3f;
	margin: 0px auto;
	margin-top: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	padding-top: 12px;
	border: 1px solid #3f3f3f;
	-webkit-transition-property: background-color, color; 
	-webkit-transition-duration: 0.3s;  
	-webkit-transition-timing-function: linear;
}

.webreserve:hover{
	background-color: #ffffff;
	color: #995c9b;
}

.sns{
	width: 300px;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 30px;
}

.sns a{
	color: #ffffff;
	font-size: 1.4rem;
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
}

.sns a:hover{
	text-decoration: underline;
}

.sns-big{
	font-size: 2.4rem;
}

}

