@charset "utf-8";
body {
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	line-height: 1.5;
	background: #F5F0E8;
	color: #000;
}
main, section {
	display: block;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
	font-weight: normal;
}
p {
	color: rgba(0,0,0,.54);
}
p.white-p {
	color: rgba(255.255.255, .7);
}
a {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:visited {
	color: inherit;
}
a:active {
	color: inherit;
}
img {
	height: auto;
}
i {
	vertical-align: middle;
	line-height: 1;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.caution {
	color: #D50000;
}
/*----- STANDARD -----*/
[class*="viewport"] {
	width: 100%;
	max-width: 1366px;
	padding: 0 2%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.viewport-l {
	max-width: 1366px;
}
.viewport-m {
	max-width: 1024px;
}
.viewport-s {
	max-width: 768px;
}
.standard-h2 {
	text-align: center;
	font-size: 24px;
	text-transform: capitalize;
	max-width: 450px;
	padding: 5px 0;
	background: url(../img/ico-header.png) no-repeat center center;
	background-size: 100% auto;
	box-sizing: border-box;
	color: #ea5532;
	margin: 0 auto 16px;
	line-height: 1.2;
}
/*------HEADER------*/
#main-header {
	width: 100%;
	background: #EA5532;
	padding: 0 2%;
	position: relative;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 6;
}
#main-header h1 {
	float: left;
	width: 250px;
	line-height: inherit;
}
#menu {
	height: inherit;
	float: right;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
#menu span {
	height: 2px;
	width: 26px;
	background: #FFF;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}
#menu span:before, #menu span:after {
	content: '';
	height: 2px;
	width: 26px;
	background: #FFF;
	display: block;
	position: absolute;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#menu span:before {
	top: -8px;
}
#menu span:after {
	top: 8px;
}
#menu.active span {
	background: transparent;
}
#menu.active span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}
#menu.active span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}
#obfuscator {
	background-color: rgba(255,255,255,.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	visibility: hidden;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}
#global-navi.is-visible~#obfuscator {
	visibility: visible;
}
#global-navi {
	width: 240px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	box-sizing: border-box;
	background: #EA5532;
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	overflow: hidden;
	overflow-y: auto;
	z-index: 10;
}
#global-navi.is-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#global-navi li {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}
#global-navi a {
	color: #FFF;
	display: block;
	padding: 16px 2%;
	line-height: initial;
}
/*----- SECTION -----*/
#main-visual {
	height: 70vmin;
	background: url(../img/bg-main-visual.jpg) #EA5532 no-repeat center bottom;
	background-size: cover;
	margin-top: 60px;
}
#main-visual h2 {
	width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#intro {
	text-align: center;
	padding: 32px 2% 450px;
	background: url(../img/bg-map.png) #EA5532 no-repeat 40% 105%;
	background-size: auto 450px;
}
#intro figure {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
#intro h2 {
	margin: 24px 0;
	color: #FFF;
	font-size: 24px;
}
#intro h2+p {
	color: #FFF;
	margin: 16px 0;
	padding: 16px 0;
	border: 1px dashed rgba(255, 255, 255, .5);
	border-left: none;
	border-right: none;
	letter-spacing: 1px;
	line-height: 1.8;
}
#shops {
	padding: 50px 2%;
}
.shop+.shop {
	margin-top: 50px;
}
.shop .header {
	width: 104%;
	padding-bottom: 100%;
	margin-left: -2%;
	background: #EEE;
	position: relative;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.shop .header h2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 5vw;
	letter-spacing: 1px;
}
.shop figure {
	width: 100%;
	max-width: 400px;
	margin: 32px auto 8px;
	padding: 0 2%;
	box-sizing: border-box;
}
.shop p {
	letter-spacing: 1px;
	line-height: 2em;
}
#shop1 .header {
	background-image: url(../img/header-shop1.jpg);
}
#shop2 .header {
	background-image: url(../img/header-shop2.jpg);
}
#shop3 .header {
	background-image: url(../img/header-shop3.jpg);
}
#shop4 .header {
	background-image: url(../img/header-shop4.jpg);
}
.product {
	text-align: center;
}
.product+.product {
	margin-top: 50px;
}
.product figure {
}
.product h3 {
	color: #ea5532;
	font-size: 20px;
	margin: 16px 0 0;
}
.product .price {
	font-size: 18px;
	color: #000;
	margin: 4px 0;
}
.product .price span {
	font-size: 14px;
}
.product .price+p {
	letter-spacing: 1px;
	line-height: 2em;
	text-align: left;
}
#access {
	margin: 50px auto 16px;
}
#access #map {
	height: 400px;
	position: relative;
}
#access iframe {
	width: 100%;
	height: 100%;
}
#access dl {
	width: 100%;
	text-align: left;
	max-width: 450px;
	margin: 16px auto 0;
}
#access dt {
	clear: both;
	float: left;
}
#access dt img {
	width: 40px;
}
#access dd {
	width: calc(100% - 50px);
	float: right;
	margin-bottom: 16px;
}
#access dd span {
	display: block;
	opacity: .78;
}
/*----- FOOTER -----*/

#main-footer {
	padding: 32px 2%;
	background: #EA5532;
	color: #FFF;
	position: relative;
	text-align: center;
}
#main-footer figure {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}
#main-footer>div {
	display: inline-block;
}
#main-footer div p {
	margin: 16px 0;
	color: #FFF;
}
#main-footer>p {
	color: #FFF;
	font-size: 11px;
	opacity: .7;
}
#main-footer ul {
	width: 225px;
	margin: 0 auto 16px;
}
#main-footer li {
	float: left;
	margin: 0 8px;
}
