@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
	 font-family: "游ゴシック", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
body {
  color: #333; /* RGB */
  background-color: #FFFCF7;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.0;
  text-align: left;
}

* {
	margin: 0;
	paddind: 0;
	box-sizing: border-box;
}
h2 {
	font-size: 4.5rem;
}
h3 {
	font-size: 4.0rem;
}
h4 {
	font-size: 3.4rem;
}
h5 {
	font-size: 2.4rem;
}
h6 {
	font-size: 2.0rem;
}
h2, h3, h4, h5, nav ul li a {
	font-weight: 300;
}
h2, h3, h4, h5, h6 {
	font-weight: 500;
}

.flex {
	display: flex;
	justify-content: space-between;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	opacity: 0.5;
}
li {
	list-style: none;
}
.map-link {
	border-bottom: solid 1px;
	padding-bottom: 10px;
}
.logo {
	height: 100px;
}
.insta-img {
	height: 24px;
}

.br-sp {
	display: none;
}
.triangle {
	height: 40px;
}
.pc-img {
	display: inline-block;
}
.sp-img {
	display: none;
}

@media not all and (min-width: 1024px){
	
	body {
	  font-size: 1.4rem;
	  line-height: 1.7;
	}
	body p {
		letter-spacing: 0.08em;
		line-height: 1.9;
	}
	h2 {
		font-size: 2.4rem;
	}
	h3 {
		font-size: 2.4rem;
	}
	h4 {
		font-size: 2.0rem;
	}
	h5 {
		font-size: 1.6rem;
	}
	h6 {
		font-size: 1.2rem;
	}
	.map-link {
		padding-bottom: 3px;
	}
	.logo {
		height: 80px;
	}
	.br-sp {
		display: block;
	}
	.triangle {
		height: 20px;
	}
}
@media not all and (min-width: 480px){
	.pc-img {
		display: none;
	}
	.sp-img {
		display: inline-block;
	}
}


.top-bar {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 20px;
	background-color: #617B61;
	z-index: 20;
}
.hamburger {
	position: fixed;
	top: 0;
	right: 0;
	width: 160px;
	height: 50px;
	margin-top: 20px;
	z-index: 10;
	display: none;
	transform: all 100s;
}
.hamburger::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #617B61;
	transform: scaleY(1.4) perspective(1em) rotateX(-6deg);
	transform-origin: top right;
}
.hamburger-btn {
	width: 40px;
	height: 30px;
	margin: 5px 25px 0 70px;
}
.bar-top,
.bar-middle,
.bar-bottom {
	content: "";
	display: block;
	background-color: #fff;
	width: 40px;
	height: 4px;
	border-radius: 3px;
}
.bar-middle {
	margin-top: 10px;
}
.bar-bottom {
	margin-top: 11px;
}


header {
	padding: 0 20px;
	margin: 50px auto 70px; 
	line-height: 1.5;
	max-width: 1040px;
}
header nav ul {
	text-align: center;
	margin-top: 25px;
}
header nav ul li {
	margin-left: 80px;
	white-space: nowrap;
}
header nav ul li a {
	font-size: 2.0rem;
}
header nav ul li a span {
	font-size: 1.2rem;
}
.lang-btn {
	text-align: end;
	margin-bottom: 20px;
}
.en-btn,
.ja-btn {
	color: #fff;
	background-image: url("../image/PC/common/wood1@2x.jpg");
	padding: 8px 12px 8px 17px;
}
.en-btn {
	display: none;
}


.ham-nav {
	position: fixed;
	top: 0;
	background-color: #617B61;
	width: 100%;
	height: 100%;
	z-index: 20;
	display: none;
}
.ham-nav_wrapper {
	margin: 80px auto 0;
	padding: 0 30px;
	max-width: 1200px;
}
.close-btn {
	width: 32px;
	height: 32px;
}
.close1,
.close2 {
	display: block;
	content: "";
	background-color: #fff;
	width: 40px;
	height: 5px;
	border-radius: 3px;
}
.close1 {
	transform: translate(0%,0px) rotate(45deg);
}
.close2 {
	transform: translate(0%,-4px) rotate(135deg);
}
.ham-nav_links {
	text-align: center;
}
.ham-nav_links li {
	margin-bottom: 50px;
}
.ham-nav_links li a {
	display: block;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.0;
}
.ham-nav_links li a img {
	margin-right: 20px;
}
.ham-nav_links li a span {
	font-size: 1.2rem;
}
.ham-nav_links .insta-img {
	height: 36px;
	margin: 0;
}
.ham-nav_en-btn,
.ham-nav_ja-btn {
	display: inline-block;
	max-width: 350px;
	border: solid 1px #fff;
	padding: 10px 20px;
	margin: 0 auto;
	white-space: pre;
}
.ham-nav_en-btn {
	display: none;
}


@media not all and (min-width: 1024px){
	
	.top-bar{
		height: 10px;
	}
	.hamburger {
		display: block;
		width: 100px;
		height: 40px;
		margin-top: 9px;
	}
	.hamburger::after {
		transform: scaleY(1.4) perspective(1em) rotateX(-8deg);
	}
	.hamburger-btn {
		width: 33px;
		height: 25px;
		margin-right: 24px;
		margin-left: 38px;
	}
	.bar-top,
	.bar-middle,
	.bar-bottom {
		content: "";
		display: block;
		background-color: #fff;
		width: 33px;
		height: 3px;
		border-radius: 3px;
	}
	.bar-middle,
	.bar-bottom {
		margin-top: 8px;
	}
	
	
	header {
		margin: 30px 24px 40px;
		padding: 0;
	}
	header nav {
		display: none;
	}
	.lang-btn {
		text-align: left;
	}
	.en-btn,
	.ja-btn {
		font-size: 1.2rem;
		padding: 6px 7px 6px 10px;
	}
	.logo {
		margin-top: 20px;
	}
	.top-nav {
		display: block;
		
	}
	.top-nav h1 {
		text-align: center;
	}
	.ham-nav {
		display: none;
	}
	.ham-nav_wrapper {
		margin: 0 24px;
		padding: 0;
	}
	.ham-nav_wrapper .logo {
		height: 50px;
	}
	.close-btn {
		width: 25px;
		height: 25px;
	}
	.close1,
	.close2 {
		width: 30px;
		height: 3px;
	}
	.close1 {
		transform: translate(0%,28px) rotate(45deg);
	}
	.close2 {
		transform: translate(0%,25px) rotate(135deg);
	}
	.ham-nav_links {
		margin-top: 40px;
	}
	.ham-nav_links li {
		margin-bottom: 20px;
	}
	.ham-nav_links li a {
		font-size: 1.6rem;
			vertical-align: middle;
		padding: 10px;
	}
	.ham-nav_links li a img {
		margin-right: 20px;
	}
	.ham-nav_links li a span {
		font-size: 1.2rem;
	}
	.ham-nav_en-btn,
	.ham-nav_ja-btn {
		max-width: 200px;
	} 
	.ham-nav_ja-btn a {
		display: none;
	}
}


.page-title {
	width: 100%;
	height: 250px;
	text-align: center;
	margin-bottom: 150px;
}
.page-title_bar {
	width: 100%;
	height: 10px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}
.page-title_contents {
	margin: auto 0;
	min-height: 230px;
	vertical-align: center;
	padding: 60px 0;
}

@media not all and (min-width: 1024px){
	.page-title {
		height: 120px;
		margin-bottom: 80px;
	}
	.page-title_bar {
		height: 5px;
	}
	.page-title_contents {
		min-height: 45px;
		padding: 30px 0;
	}
}



footer {
	background-color: #617B61;
	color: #fff;
	line-height: 1.5;
	padding: 90px 20px;
}
.foot-wrapper {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
}
.foot-wrapper ul li {
	text-align: right;
	margin-bottom: 40px;
}
.foot-wrapper ul li a {
	color: #fff;
}
.foot-wrapper ul li a span {
	font-size: 1.2rem;
}
.footer-logo {
	display: block;
	margin-bottom: 30px;
}
.footer-logo img{
		height: 80px;
}
.footer_shop-info_contents {
	padding-top: 20px;
	border-top: solid 1px;
	line-height: 2.0;
}
.foot-wrapper small {
	position: absolute;
	bottom: 0;
}
footer .map-link {
	color: #fff;
	margin-left: 20px;
}


/*	english page  */
	.footer_shop-info_contents {
		margin-bottom: 70px;
	}
	

@media not all and (min-width: 1024px){
	footer {
		line-height: 1.5;
		padding: 50px 24px 20px 24px;
		letter-spacing: 0.2em
	}
	.foot-wrapper {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		flex-shrink: 0;
	}
	.foot-wrapper ul li {
		text-align: right;
		margin-bottom: 20px;
	}
	.foot-wrapper ul li a span {
		font-size: 1.0rem;
	}
	.footer-logo {
		margin: 0;
	}
	.footer-logo img{
		height: 60px;
		margin: 0;
	}
	
	.footer_shop-info_contents {
		display: block;
		font-size: 1.2rem;
		padding: 20px 0 60px;
		border: hidden;
	}
	footer .pc-img {
		display: none;
	}
	footer .sp-img {
		display: inline-block;
	}
	footer small {
		display: block;
		font-size: 1.2rem;
		margin-top: 0;
	}
	.sp-small {
		text-align: center;
	}
	footer .map-link {
		margin-left: 42px;
	}
	
/*	english page  */
	.footer_shop-info_contents {
		margin-bottom: 0;
	}

	
}
	
	
	
	