@charset "utf-8";

@import url(sanitize.css);
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	background: #FFFFFF;
	font-size: 1.0rem;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #008033;
}

a:active, a:focus {
	outline: 0;
}

img {
	display: block;
	max-width: 100%;
	border: 0;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 0;
	box-sizing: border-box;
	background-color: #FFF;
	transition: 0.2s;
}

header.top {
	justify-content: flex-start;
	flex-direction: column;
}

header > h1 {
}

header.top > h1 {
	width: 100%;
}

header > h1 > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: 0.25s;
}

header > h1 > a:hover {
  opacity: 0.7;
}

header > h1 > a > p {
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0 20px;
}

header > h1 > a > img {
  width: 163px;
  height: auto;
}

header > h1 > p {
  margin: 10px 0 auto;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.25em;
  color: #919191;
  font-weight: bold;
}

header.top > .swiper-container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}

.sp.swiper-container {
	display: none;
}





header > nav {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

header.top > nav {
	justify-content: space-between;
	align-items: center;
}

header > nav > ul.gmenu {
	display: flex;
	list-style-type: none;
}

header > nav > ul.gmenu > li {
  width: auto;
  margin: 0 8px;
}

header > nav > ul.gmenu > li > a {
	display: block;
	width: 100%;
	height: auto;
	padding: 12px;
	box-sizing: border-box;
	transition: 0.1s;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-family: 'Cormorant Garamond', serif;
}

header > nav > ul.gmenu > li > a:hover {
	color: #008033
}


header > nav > ul.sns {
	display: flex;
	margin: 0 8px;
	list-style-type: none;
}

header > nav > ul.sns > li {
  width: auto;
  margin: 0 4px;
}

header > nav > ul.sns > li > a {
	display: block;
	width: 100%;
	height: auto;
}

header > nav > ul.sns > li > a > img {
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 1180px) {
	header {
		display: block;
	}
	header > h1 {
		margin: 20px auto 0;
	}
	header > nav {
		flex-direction: column;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	body {
		position: relative;
	}
	
	header {
		position: fixed;
		z-index: 9999;
		display: block;
	}
	
	header > h1 {
		margin: 10px 0 10px 0;
	}
	
	header > h1 > a {
		flex-direction: column;
	}

	header > h1 > a > img {
		width: 140px;
	}
	
	header > h1 > p {
		margin: 0 20px;
	}
	
	header > nav {
		transition: 0.2s;
		overflow: hidden;
		height: 0;
		margin: 0;
	}
	
	header.open {
		transition: 0.2s;
		height: 500px;
		box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
	}
	
	header.open > nav {
		height: auto;
	}
	
	header > nav > ul.gmenu {
		flex-direction: column;
	}
	
	header > nav > ul.gmenu > li > a {
		text-align: center;
	}
	
	header.top > .swiper-container {
		display: none;
	}
	
	.sp.swiper-container {
		display: block;
	}


}









button.menu-btn {
  display: none;
  width: 50px;
  height: 50px;
  background-image: url("./img/btn_menu.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-color: transparent;
  border: none;
  appearance: normal;
  position: fixed;
  top: 30px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  button.menu-btn {
    display: block;
  }
}








.page-header {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto 60px;
	padding: 0;
}

.page-header > h1 {
	margin: 0;
	padding: 0 20px;
}

.page-header > h1 > p:first-child {
	font-size: 85px;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-align: right;
	line-height: 1.1em;
	margin: 0;
	font-family: 'Cormorant Garamond', serif;
}

.page-header > h1 > p:last-child {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-align: right;
	margin: 0;
}

.page-header > img {
	width: 100%;
	height: auto;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.page-header {
	}
	.page-header > h1 {
		padding: 0 20px;
	}
	.page-header > h1 > p:first-child {
		font-size: 45px;
	}

	#page-title-reservation {
		font-size: 35px;
	}
}






footer {
  width: 100%;
}

.footer-content-upper {
	display: flex;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

.reservation-info {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #000;
	color: #fff;
	padding: 30px;
	box-sizing: border-box;
}

.reservation-info.full {
	width: 100%;
}

.reservation-info > .section-title {
	margin-bottom: 0;
}

p.tel {
	font-size: 30px;
	letter-spacing: 0.15em;
	text-align: center;
	margin: 16px auto;
}

@media screen and (max-width: 440px) {
	p.tel {
		font-size: 22px;
		letter-spacing: 0em;
	}
}

p.memo {
	font-size: 14px;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 30px;
}

a.reservation-info-button {
	display: block;
	font-size: 15px;
	padding: 20px 40px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	transition: 0.1s;
}

a.reservation-info-button:hover {
	background-color: #fff;
	color: #000;
}

.contact-info {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.contact-info {
		flex-direction: column;
	}
}

.contact-info > div {
	margin: 0 40px;
}


.map-wrapper {
	width: 50%;
}

.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100.0%;
  position: relative;
  display: block;
  margin: 0;
}

.googlemap > iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
	.footer-content-upper {
		flex-direction: column;
	}
	.reservation-info {
		width: 100%;
	}
	.map-wrapper {
		width: 100%;
	}
}




.footer-content-lower {
	margin-top: 60px;
}

.footer-content-lower > p.follow {
	font-size: 15px;
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	margin-bottom: 30px;
}

.footer-content-lower > ul.sns {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 30px 0;
	width: 280px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	list-style-type: none;
}

.footer-content-lower > ul.sns > li {
  width: auto;
  margin: 0 4px;
}

.footer-content-lower > ul.sns > li > a {
	display: block;
	width: 100%;
	height: auto;
}

.footer-content-lower > ul.sns > li > a > img {
	width: 50px;
	height: 50px;
}

.footer-content-lower > p.copyright {
	font-size: 12px;
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	padding-bottom: 40px;
}
