@charset "UTF-8";
/* CSS Document */

h1 {
	max-width: 40px;
	padding: 1% 0% 0% 1%;
}

header {
	display: flex;
	background: #5a5a5a;
	align-items: center;
	font-family: "遊明朝体", "Yu Mincho", "遊明朝", "Hiragino Micho ProN", serif;
}

.button a {
	position: relative;
	width: 100%;
	transition: 0.3s;
}

.button a::before {
	content: '';
	position: absolute;
	bottom: -7px;
	right: -7px;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	transition: 0.2s ease 0s;
}

.button a::after {
	content: '';
	position: absolute;
	top: 7px;
	right: -7px;
	width: 1px;
	height: 100%;
	background-color: #FFF;
	transition: 0.2s ease 0.2s;
}

.button a:hover::before {
	width: 0%;
}

.button a:hover::after {
	height: 0%;
}

.button a:hover {
	text-decoration: none;
}

/* Top */

.top {
	display: flex;
	font-family: "遊明朝体", "Yu Mincho", "遊明朝", "Hiragino Mincho ProN", serif;
	margin-bottom: 5%;
	height: 100%;
	width: 100%;
}

.top a {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto;
}

.top_left {
	width: 5%;
	background-color: #5a5a5a;
}

.top_left ul {
	text-align: center;
}

.insta {
	position: relative;
	padding-top: 100px;
}


.insta a:before {
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	left: 47.5%;
	width: 1px;
	height: 60px;
	margin-top: 0;
	background-color: #FFF;
}

.insta a:hover, .tel a:hover {
	color: #777;
	transition: .7s;
}

.insta a:hover::before {
	background-color: #777;
	transition: .7s;
}

.top_right {
	width: 95%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.fade li {
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	margin: 0;
}

.fade li.img1 {
	background-image: url(../img/top1.jpg);
	background-size: cover;
}

.fade li.img2 {
	background-image: url(../img/top2.jpg);
	background-size: cover;
}

.fade li.img3 {
	background-image: url(../img/top3.jpg);
	background-size: cover;
}

.fade li.img4 {
	background-image: url(../img/top4.jpg);
	background-size: cover;
}

.fade li.img5 {
	background-image: url(../img/top5.jpg);
	background-size: cover;
}

.fade li.img6 {
	background-image: url(../img/top6.jpg);
	background-size: cover;
}

.fade li.img7 {
	background-image: url(../img/top7.jpg);
	background-size: cover;
}

.reserve{
	position: absolute;
	bottom: 10%;
	right: 3%;
	background: rgb(0, 0, 0, .5);
	padding: 2%;
	letter-spacing: 0.2rem;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.reserve h3{
	font-family: "遊明朝体", "Yu Mincho", "遊明朝", "Hiragino Mincho ProN", serif;
	margin-top: -2.7vw;
	padding-bottom: 5%;
	font-size: 2.4rem;	
}
.reserve p{
	line-height: 1.2;
	padding-bottom: 3%;
}
.reserve a{
	writing-mode: horizontal-tb;
	display: flex;
	align-items: center;
}

.reserve a:last-child:after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 1%;
  }


/* Concept */

.concept {
	width: 95%;
	background-color: #FFF;
	color: #5a5a5a;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}

.concept_top {
	position: relative;
	margin: 5% 0;
	width: 50%;
}

.concept_top h2 {
	position: absolute;
	top: 35%;
	left: 45%;
	z-index: 1;
}

.concept_top div {
	max-width: 600px;
}

.bottom {
	width: 45%;
}

.bottom div {
	width: 70%;
	margin-left: 15%;
}

.bottom p {
	letter-spacing: 0.3rem;
	line-height: 2;
	padding: 5% 0;
}

/* Menu */

.menu {
	max-width: 900px;
	margin: 0 auto;
}

.menu h2 {
	padding-left: 1%;
}

.menu_img {
	width: 45%;
	z-index: -1;
}

.menu_discript {
	width: 49%;
	background-color: #FFF;
	color: #5a5a5a;
	margin-bottom: 10%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3%;
}

.lunch>.menu_discript::after {
	content: "Lunch";
	font-family: 'Waterfall', cursive;
	font-size: 11vw;
	transform: rotate(-10deg);
	position: absolute;
	bottom: -8%;
	right: 0%;
	color: #000;
	font-style: italic;
}

.dinner>.menu_discript::after {
	content: "Dinner";
	font-family: 'Waterfall', cursive;
	font-size: 11vw;
	transform: rotate(-10deg);
	position: absolute;
	bottom: -8%;
	right: 0%;
	color: #000;
	font-style: italic;
}

.menu_discript div p {
	line-height: 1.6;
	display: inline-block;
	text-align: left;
}

.menu_discript div span {
	font-weight: 600;
	font-size: 1.8rem;
}

.lunch, .dinner {
	display: flex;
	margin-bottom: 10%;
}

.dinner .inner {
	display: flex;
}

.dinner {
	flex-direction: row-reverse;
}



/* Access */
.access {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: top;
	background-size: cover;
}

.access_sp {
	display: none;
}

.access_inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-evenly;
	padding: 7% 0;
}

.access_img{
	max-width: 230px;
}

.access h2 {
	margin-bottom: 8%;
}

.access ul {
	margin-bottom: 4%;
	padding-bottom: 4%;
	background-clip: padding-box;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	line-height: 1.3;
}

.access li {
	margin-bottom: 1.3%;
}

.access p {
	padding-bottom: 3%;
}

.btn{
	display: block;
	width: 60%;
	font-family: "遊明朝体", "Yu Mincho", "遊明朝", "Hiragino Mincho ProN", serif;
	color: #000;
	text-align: center;
	background: rgb(255, 255, 255, .5);
	border-radius: 50px;
	padding: 1% 0;
}

.btn:hover{
	color: #FFF;
	background: #ddd;
	transition: .2s;
}


.access small {
	display: block;
	text-align: center;
	padding-bottom: 1%;
}



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

	header {
		background-color: transparent;
	}

	header h1 {
		padding: 0;
		position: fixed;
		top: 10px;
		left: 10px;
	}

	header nav ul li {
		padding: 0 0 7% 0;
	}

	.button a::before, .button a::after, .tel a:before {
		content: none;
	}

	/* top */

	.top {
		margin-bottom: 0%;
	}

	.top_left {
		display: none;
	}

	.top_right {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.tel {
		position: relative;
		padding-top: 5%;
	}

	.tel p {
		padding-bottom: 3%;
		line-height: 1.1;
	}

	.tel a::after {
		content: '';
		display: block;
		position: absolute;
		top: 61%;
		left: 21%;
		width: 13px;
		height: 13px;
		background-size: 13px 13px;
		margin-top: 0;
		background: url(../img/tel.svg) 0 0 no-repeat;
	}

	.fade li {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		height: 100vh;
		margin: 0;
	}

	.fade li.img1 {
		background-image: url(../img/sp1@2x.jpg);
	}

	.fade li.img2 {
		background-image: url(../img/sp2@2x.jpg);
	}

	.fade li.img3 {
		background-image: url(../img/sp3@2x.jpg);
	}

	.fade li.img4 {
		background-image: url(../img/sp4@2x.jpg);
		background-size: cover;
	}

	.fade li.img5 {
		background-image: url(../img/sp5@2x.jpg);
		background-size: cover;
	}

	.fade li.img6 {
		background-image: url(../img/sp6@2x.jpg);
		background-size: cover;
	}

       .fade li.img7 {
		background-image: url(../img/sp7@2x.jpg);
		background-size: cover;
	}
	/* Concept */

	.concept {
		width: 100%;
		display: block;
		padding-top: 20%;
	}

	.concept_top {
		position: relative;
		margin: 0;
		width: 100%;
	}

	.concept_top h2 {
		position: absolute;
		top: 80%;
		left: 5%;
		z-index: 1;
		font-size: 7rem;
	}

	.concept_top div {
		padding-left: 10%;
	}

	.bottom {
		width: 100%;
	}

	.bottom div {
		width: 80%;
		margin: 0 auto;
	}

	.bottom p {
		padding: 15% 0 20% 0;
	}

	/* Menu */
	.menu {
		position: relative;
	}

	.menu h2 {
		position: absolute;
		top: -6.5%;
		left: 5%;
		padding-left: 0;
		z-index: 1;
	}

	.menu_img {
		width: 35%;
		text-align: center;
	}

	.menu_img img {
		vertical-align: top;
	}

	.menu_discript {
		width: 65%;
		margin-bottom: 0%;
	}

	.lunch>.menu_discript::after {
		content: "Lunch";
		position: absolute;
		font-size: 15vw;
		bottom: 5%;
		right: 5%;
	}
	
	.dinner>.menu_discript::after {
		content: "Dinner";
		position: absolute;
		font-size: 15vw;
		bottom: 3%;
		right: 6%;
	}

	.dinner>.menu_img {
		width: 40%;
	}

	.dinner>.menu_discript {
		width: 60%;
	}

	.menu_discript div span {
		font-size: 1.6rem;
	}

	.menu_discript div {
		width: 100%;
		padding: 0;
	}

	.lunch>.menu_discript div p {
		padding-left: 10%;
	}


	/* Access */
	.access {
		background-image: none;
	}

	.access h2 {
		margin-top: -15%;
	}

	.access_sp {
		display: block;
	}

	.access_inner {
		padding: 0;
	}

	.inner_sp {
		max-width: 355px;
		margin: 0 5%;
	}
	.btn{
		background: #ddd;
	}

	
}@media screen and (max-width:750px) {
	/* Concept */

	.concept {
		width: 100%;
		display: block;
		padding-top: 20%;
	}

	.concept_top {
		position: relative;
		margin: 0;
		width: 100%;
	}

	.concept_top h2 {
		position: absolute;
		top: 80%;
		left: 5%;
		z-index: 1;
		font-size: 7rem;
	}

	.concept_top div {
		padding-left: 10%;
	}

	.bottom {
		width: 100%;
	}

	.bottom div {
		width: 80%;
		margin: 0 auto;
	}

	.bottom p {
		padding: 15% 0 20% 0;
	}


}