﻿/* 全体設定*/

* {
	font-family: 'Noto Serif JP', serif;
	background-color: transparent;
}
h2, p {
	color: #f8f3f2;
}
h2 {
	text-align: center;
	padding: 1em 0;
	background-color: #161616;
	font-size: 50px;
}
p {
	font-size: 20px;
	background-color: transparent;
}
a {
	text-decoration: none;
	color: #f8f3f2;
	background-color: transparent;
}
a:hover {
	color: #b33e5c;
	background-color: transparent;
}
.container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background-color: transparent;
}
html {
	scroll-behavior: smooth;
}
/*topページ*/

header {
	width: 100%;
	height: 1080px;
	background-image: url("images/top_head.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-color: #161616;
	background-attachment: scroll;
}
ul {
	list-style: none;
	background-color: transparent;
}
li {
	padding: 2rem 0;
	font-size: 1.5rem;
	text-align: right;
	background-color: transparent;
}
.top-box {
	position: absolute;
	right: 10%;
	bottom: 15%;
}
#gnav ul {
	display: flex;
	flex-flow: column;
}
/*intro*/

#intro {
	height: auto;
	background-color: #161616;
}
.intro-container {
	display: grid;
	grid-template-columns: 50% 1% 50%;
	margin: 0 10%;
}
.intro-lead {
	font-size: 30px;
	text-align: center;
}
.intro-text p {
	margin:0 1.5em;
	padding-bottom: 1em;;
}
/*drink*/

#drink {
	height: 100%;
	background-color: #161616;
	padding: 0 10%;
}
.drink-box1 {
	display: flex;
	justify-content: space-around;
	text-align: justify;
	margin-bottom: 5%;
}
.drink-box2 {
	display: flex;
	justify-content: space-between;
}
.drink-box1 img {
	width: 25%;
	height: 25%;
	justify-content: center;
	vertical-align: bottom;
}
.drink-text {
	width: 100%;
}
.drink-text p {
	margin-bottom: 1.5em;
}
.drink-box2 img {
	justify-content: space-between;
	width: 80%;
	margin:0 auto;
}
/*food*/
#food {
	position: relative;
	z-index: 0;
	height: 100%;
	background-color: #161616;
	background-attachment: scroll;
}
.food-container:before {
	content: '';
	width: 100%;
	height: 80%;
	background-image: url("images/intro_interior5.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	filter: blur(3px);
	z-index: -1;
	position: absolute;
}
.food-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background-color: transparent;
}
.food-box {
	width: 100%;
	background-color: transparent;
	margin: 10%;
}
.food-img {
	width: 100%;
}
.food-text {
	width: 100%;
	background-color: rgba(22, 22, 22, 0.8);
	text-align: center;
}
/*access*/

table {
	color: #f8f3f2;
	text-align: justify;
	line-height: 1.2;
	font-size: 1.2rem;
}
#access {
	background-color: #161616;
	padding: 5% 0;
	height: 1000px;
}
td {
	padding: 2em;
}
.info-text {
	color: #f8f3f2;
	text-align: left;
}
#title p {
	font-size: 5em;
}
.btn {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 250px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #b0a7a4;
	background: #b0a7a4;
	color: #f8f3f2;
	transition: 0.5s;
}
a.btn:hover {
	color: #b33e5c;
	background-color: #f8f3f2;
}
.access-graph {
	padding-bottom: 50px;
}
/*footer*/

footer {
	background-color: #5e2428;
}
.nav {
	justify-content: left;
	background-color: #5e2428;
	padding: 1% 10%;
}
.pagetop {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #b0a7a4;
	border: solid 2px #b0a7a4;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.pagetop__arrow {
	height: 10px;
	width: 10px;
	border-top: 3px solid #b33e5c;
	border-right: 3px solid #b33e5c;
	transform: translateY(20%) rotate(-45deg);
}
/*スマートフォン用CSS*/

@media(max-width:840px) {
	header {
		background-color: #161616;
	}
	h2 {
		text-align: center;
		justify-content: center;
		padding: 30px 0;
	}
	p {
		font-size: 1em;
		padding: 0;
		text-align: justify;
	}
	a {
		font-size: 1em;
	}
	.top-box {
		background-color: rgba(22, 22, 22, 0.8);
		width: 80%;
	}
	.intro-container {
		display: flex;
		flex-wrap: wrap;
	}
	.intro-box {
		margin: 30px 0;
	}
	.intro-text p{
		margin: 1.5em 0;
	}
	#drink {
		flex-wrap: wrap;
	}
	.drink-box1 {
		flex-wrap: wrap-reverse;
	}
	.drink-box2 {
		flex-wrap: wrap;
	}
	.drink-box1, .drink-box2 {
		justify-content: center;
	}
	.drink-box1 img, .drink-box2 img {
		width: 50%;
	}
	.drink-text{
		margin: 1.5em 0;
	}
	.food-container {
		width: 100%;
		flex-wrap: wrap;
	}
	.food-box {
		margin: 2em 10%;
		width: 75%;
	}
	.container {
		flex-wrap: wrap;
		margin: 0 5%;
	}
	.access-graph{
		margin: 0 10%;
	}
	#access {
		height: auto;
	}
	.access-text {
		font-size: 1.2em;
		margin: 0 10%;
	}
	footer {
		padding: 1% 5%;
	}
	.nav p {
		font-size: 0.8em;
		text-align: left;
		justify-content: left;
	}
	#food {
		height: 100%;
	}
	#food h2 {
		background-color: rgba(22, 22, 22, 0.8);
		padding: 5px 0;
	}
	#food:before {
		height: 100%;
	}
}