﻿@charset "utf-8";

/* -- -- --
 * ROOM8 CSSset V3.1
 * Last Up Date: 2017.08
 * Author: mick
 * Guideline: http://room8.info/guideline
-- -- -- -- -- -- -- -- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	>font-size: 62.5%;
}

body {
	font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	color: #333;
	font-feature-settings : 'palt';
}

.audrey {
	font-family: 'Audrey', serif;
}

@font-face {
	font-family: 'Audrey';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Audrey-Normal.woff') format('woff'),
		url('../fonts/Audrey-Normal.otf') format('opentype');
}

@font-face {
	font-family: 'Audrey';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/Audrey-Medium.woff') format('woff'),
		url('../fonts/Audrey-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Audrey';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/Audrey-Bold.woff') format('woff'),
		url('../fonts/Audrey-Bold.otf') format('opentype');
}

.got {
	font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

html, body {
	height:100%;
}

body.fixed {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

article,
footer,
header,
nav,
section {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

section,
div,
p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	line-height: 1.8;
}

a {
	color: #333;
	border: none;
	outline: 0;
	background-color: transparent;
	text-decoration: none;
}

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

b,
strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.0em;
	line-height: 1.4;
}

img {
	border: 0;
	vertical-align: bottom;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
	margin:0 0 0 10px;
	float: right;
}

.alignleft {
	margin:0 10px 0 0;
	float: left;
}

.entry_body ol {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: decimal;
}

.entry_body ul {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.entry_body table {
	width:100%;
	border:1px solid #CCC;
}

.entry_body img {
	max-width:100%;
	height:auto;
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

dt,
dd,
td,
th {
	line-height: 1.6;
}

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.6;
}

.pc {
	display: none;
}

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

optgroup {
	font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
select,
textarea {
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color: #555;
}

/* Extras
========================================================================== */
.r0 { margin-right:0!important; }
.b0 { margin-bottom: 0!important; }

.clear:after,
.block1:after,
.block2:after,
.inblock:after,
.contents:after {
    content: "";
    clear: both;
    display: block;
	visibility: hidden;
	overflow: hidden;
}

.screen {
	display: none;
	opacity: 0;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:130%;
	background-color: #000;
	z-index: 3;
}

.to_top {
	display: none;
	position: fixed;
	right:15px;
	bottom:15px;
}

.to_top a {
	display: block;
	overflow: hidden;
	background: url('../images/common/to_top.png') no-repeat;
	background-size: 38px 38px;
	padding: 38px 0 0;
	width: 38px;
	height: 0!important;
}

#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

/*
========================================================================== */
#wrapper {
	padding:50px 0 0;
}

header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background-color: #FFF;
	z-index: 50;
}

.fixed header {
	border-bottom:1px solid #E5E5E5;
	-webkit-box-shadow: 0 0 5px 0 rgba(204,204,204,.5);
	-moz-box-shadow: 0 0 5px 0 rgba(204,204,204,.5);
	box-shadow: 0 0 5px 0 rgba(204,204,204,.5);
}

.header {
	padding:16px 25px 0;
	height:50px;
	position: relative;
}

h1 {
	width:60px;
}

h1 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/sp_logo.gif') no-repeat;
	background-size: 59px 18px;
	padding: 18px 0 0;
	height: 0!important;
}
	
.menu {
	position: absolute;
	top:13px;
	right:20px;
	width:30px;
	height:24px;
}

.menu a {
	display: block;
	height:24px;
	position: relative;
}

.menu b {
	position: absolute;
	top:12px;
	left:5px;
	display: block;
	overflow: hidden;
	background-color: #000;
	padding: 1px 0 0;
	width:20px;
	height: 0!important;
}

.menu a::before,
.menu a::after {
	position: absolute;
	left:5px;
	display: block;
	content: '';
    width: 20px;
    height: 1px;
    background-color: #000;
    transition: .3s;
}

.menu a::before {
	top:6px;
}

.menu a::after {
	bottom:5px;
}

.gnavi,
.onlineshop {
	display: none;
}

.active .gnavi {
	display: block;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color: #000;
}

.gnavi div {	
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	position: relative;
}

.close {
	padding:10px 20px;
	text-align: right;
}

.close a {
	display: inline-block;
	width:30px;
	height: 30px;
	position: relative;
}

.close a::before,
.close a::after {
	position: absolute;
	content: '';
	left:4px;
	width: 30px;
	height: 1px;
	background-color: #FFF;
	transition: .3s;
}

.close a::before {
	top: 4px;
	-webkit-transform-origin:left top 0;
	-moz-transform-origin:left top 0;
	-ms-transform-origin:left top 0;
	-o-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
}

.close a::after {
	bottom: 4px;
	-webkit-transform-origin:left top 0;
	-moz-transform-origin:left top 0;
	-ms-transform-origin:left top 0;
	-o-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	transform: rotate(-44deg);
}

.close b {
	display: none;
}

.gnavi ul {
	font-size:1.5rem;
}

.gnavi li {
	font-style: italic;
}

.gnavi li a {
	display: block;
	padding:0 15px;
	line-height:50px;
	color:#FFF;
	text-align: center;
}

.gnavi .fb {
	padding: 15px 0 0;
}

.gnavi .fb a {
	display: block;
	overflow: hidden;
	background: url('../images/common/icon_fb2.png') no-repeat center center;
	background-size: 26px 26px;
	padding: 26px 0 0;
	height: 0!important;
}

.areatitle {
	margin:0 0 70px;
	text-align: center;
	font-size:1.4rem;
}

.areatitle b {
	display: inline-block;
	background-image: url('../images/common/areatitle_left.svg'), url('../images/common/areatitle_right.svg');
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size: 7px auto, 7px auto;
	padding:2px 20px 0 21px;
	height:45px;
	letter-spacing: 1px;
}

.areatitle i {
	display: block;
	padding:3px 0 0 .5px;
	line-height:1.0;
	font-size:2.8rem;
	font-weight: normal;
	font-family: 'Audrey', serif;
	letter-spacing: .5px;
}

.areatitle span {
	padding:0 0 0 15px;
	letter-spacing: 15px;
}

.mtitle {
	border-top:1px solid #E5E5E5;
}

.mtitle.wb {
	border-bottom:1px solid #E5E5E5;
}

.mtitle h2 {
	padding:50px 25px 45px;
	font-size:1.2rem;
	letter-spacing: 1px;
}

.mtitle h2 b {
	display: inline-block;
	margin:0 10px 0 0;
	font-style: italic;
	font-size:2.4rem;
	font-weight: normal;
	font-family: 'Audrey', serif;
	letter-spacing: 0;
}

.pnavi {
	display: none;
}

.block1,
.block2 {
	font-size:1.4rem;
}

.btnbox {
	margin:0 auto;
	width:170px;
	font-size:1.4rem;
	font-weight: 600;
	font-family: 'Audrey', serif;
}

.btnbox a {
	display: block;
	height:40px;
	line-height:40px;
	text-align: center;
	border:1px solid #535353;
}

.bottom_block {
	background-color: #F7F7F7;
}

.bottombox {
	padding:55px 0 60px;
	text-align: center;
	border-top:1px solid #E5E5E5;
}

.bottombox .image {
	margin:0 auto 30px;
	width:200px;
}

.bottombox .image img {
	width:100%;
	height:auto;
}

.bottombox .label {
	margin:0 0 2px;
	line-height:1.0;
	font-size:2.2rem;
	font-style: italic;
	font-weight: normal;
	font-family: 'Audrey', serif;
}

.bottombox .ex {
	margin:0 0 20px;
	padding:0 0 0 1px;
	line-height:1.0;
	font-size:1.2rem;
	letter-spacing: 1px;
}

footer {
	background-color: #000;
}

.footer {
	padding:60px 0 30px;
	color:#FFF;
}

.footer a {
	color:#FFF;
}

.blogo {
	margin:0 auto 55px;
	width:107px;
}

.blogo a {
	display: block;
	overflow: hidden;
	background: url('../images/common/sp_flogo.png') no-repeat;
	background-size: 107px 54px;
	padding: 54px 0 0;
	height: 0!important;
}

.fnavi {
	margin:0 0 65px;
}

.fnavi ul {
	font-size:1.5rem;
	text-align: center;
}

.fnavi li {
	margin:0 0 18px;
	padding:0 0 8px;
	line-height:1.4;
	font-style: italic;
}

.fnavi li.store {
	margin:0 0 33px;
	padding:25px 0 10px;
}

.fnavi li a,
.fnavi li i {
	display: block;
	padding:0 0 3px;
	position: relative;
}

.fnavi li i {
	color:#555;
}

.fnavi b {
	display: inline-block;
	padding:0 3px;
	font-weight: normal;
}

.fnavi li.on b {
	border-bottom:1px solid #FFF;
}

.fnavi .fb {
	margin:0;
	padding:0;
}

.fnavi .fb a {
	display: block;
	overflow: hidden;
	background: url('../images/common/icon_fb2.png') no-repeat;
	background-size: 35px 35px;
	margin:0 auto;
	padding: 35px 0 0;
	width:35px;
	height: 0!important;
}

.copyright {
	text-align: center;
	color:#535353;
	font-size:1.2rem;
}
	
@media screen and (min-width: 768px) {

	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		zoom: 1;
	}

	.fade a {
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	.fade2 a {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	p {
		line-height: 1.8;
	}

	li {
		line-height: 1.8;
	}

	.sp {
		display: none;
	}

	.pc {
		display: block;
	}

	.to_top {
		right:50px;
		bottom:15px;
		width:47px;
		height:47px;
		border-radius: 47px;
		-moz-border-radius: 47px;
		-webkit-border-radius: 47px;
	}

	.to_top a {
		background: url('../images/common/to_top.gif') no-repeat center center;
		background-color: #666;
		padding: 47px 0 0;
	}

	/*
	========================================================================== */
	#wrapper {
		padding:0;
	}
	
	#wrapper.fixed {
		padding:140px 0 0;
	}
	
	header {
		position: static;
		top:-100px;
		min-width:1200px;
		-webkit-transition: top 0.8s ease-in-out;
		-moz-transition: top 0.8s ease-in-out;
		-o-transition: top 0.8s ease-in-out;
		transition: top 0.8s ease-in-out;
	}

	.fixed header {
		position: fixed;
		top:0;
		left:0;
		width:100%;
		-webkit-box-shadow: 0 0 10px 0 rgba(204,204,204,.5);
		-moz-box-shadow: 0 0 10px 0 rgba(204,204,204,.5);
		box-shadow: 0 0 10px 0 rgba(204,204,204,.5);
	}

	.header {
		margin:0 auto;
		padding:70px 0 0;
		width:1200px;
		height:140px;
	}

	.fixed .header {
		padding:10px 0;
		height:auto;
	}

	h1 {
		width:140px;
		float:left;
	}

	h1 a {
		background: url('../images/common/logo.png') no-repeat;
		background-size: 120px 36px;
		padding: 36px 0 0;
	}
	
	.menu,
	.close {
		display:none;
	}

	.gnavi {
		display: block;
		padding:10px 0 0;
		width:680px;
		float:right;
	}

	.gnavi div {
		overflow-y: visible;
		position: static;
	}

	.gnavi ul {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.gnavi li {
		margin:0 12px;
	}

	.gnavi li a {
		padding:0;
		line-height:1.8;
		text-align: left;
		color:#333;
		position: relative;
	}

	.gnavi li a::after {
		position: absolute;
		left:0;
		bottom:0;
		content: '';
		width: 0;
		height: 2px;
		background-color: #000;
		-webkit-transition: width 0.3s ease-in-out;
		-moz-transition: width 0.3s ease-in-out;
		-o-transition: width 0.3s ease-in-out;
		transition: width 0.3s ease-in-out;
	}

	.gnavi li.on a::after,
	.gnavi li a:hover::after {
		width: 100%;
	}

	.gnavi .shop {
		display: none;
	}

	.gnavi .fb {
		padding:0;
		width:26px;
	}

	.gnavi .fb a {
		display: block;
		overflow: hidden;
		background: url('../images/common/icon_fb1.png') no-repeat;
		background-size: 26px 26px;
		padding: 26px 0 0;
		height: 0!important;
	}

	.gnavi .fb a::after {
		display: none;
	}

	.onlineshop {
		display: block;
		position: fixed;
		top:120px;
		right:0;
		width:230px;
		z-index: 50;
	}

	.onlineshop a {
		display: block;
		padding:14px 0 0 20px;
		background-color: #000;
		height:55px;
		color:#FFF;
		font-size:1.2rem;
	}

	.onlineshop a b {
		display: block;
		line-height: 1.0;
		font-style: italic;
		font-size:1.6rem;
		letter-spacing: 1px;
	}

	.areatitle {
		margin:0 0 85px;
		min-width:1200px;
	}

	.areatitle b {
		background-size: 10px 70px, 10px 70px;
		padding:0 40px 0 41px;
		height:70px;
	}

	.areatitle i {
		padding:10px 0 0 2px;
		font-size:4.0rem;
		letter-spacing: 2px;
	}

	.areatitle span {
		padding:0 0 0 15px;
		letter-spacing: 15px;
	}

	.mtitle {
		min-width:1200px;
	}

	.mtitle h2 {
		margin:0 auto;
		padding:60px 20px 40px;
		width:1000px;
		font-size:1.4rem;
		letter-spacing: 2px;
	}

	.mtitle h2 b {
		margin:0 25px 0 0;
		font-size:4.0rem;
		letter-spacing: 1px;
	}

	.pnavi {
		display: block;
		padding:35px 0 30px;
		min-width:1200px;
		text-align: center;
		border-top:1px solid #E5E5E5;
	}

	.pnavi li {
		display: inline-block;
		margin:0 20px;
		padding:0 0 0 2px;
		font-size:1.4rem;
		letter-spacing: 2px;
	}

	.block1,
	.block2 {
		margin:0 auto;
		width:1000px;
		font-size:1.6rem;
	}

	.block2 {
		width:800px;
	}

	.btnbox {
		margin:0 auto;
		width:210px;
		font-size:1.8rem;
	}

	.btnbox a {
		height:40px;
		line-height:40px;
		border:none;
		border-top:1px solid #535353;
		border-bottom:1px solid #535353;
		position: relative;
	}

	.btnbox a::before,
	.btnbox a::after {
		position: absolute;
		left:0;
		top:0;
		content: '';
		width: 1px;
		height: 40px;
		background-color: #535353;
		-webkit-transition: height 0.3s ease-in-out;
		-moz-transition: height 0.3s ease-in-out;
		-o-transition: height 0.3s ease-in-out;
		transition: height 0.3s ease-in-out;
	}

	.btnbox a::after {
		left:auto;
		right:0;
		top:auto;
		bottom:0;
	}

	.btnbox a:hover::before,
	.btnbox a:hover::after {
		height:0;
	}

	.bottom_block {
		background-color: #F7F7F7;
		border-top:1px solid #E5E5E5;
		min-width:1200px;
	}

	.bottombox {
		padding:60px 0 40px;
		width:33%;
		border-top:none;
		border-right:1px solid #E5E5E5;
		float:left;
	}

	.bottombox:last-child {
		border-right:none;
	}

	.bottombox .image {
		margin:0 auto 40px;
		width:280px;
	}

	.bottombox .label {
		font-size:3.0rem;
	}

	.bottombox .ex {
		margin:0 0 35px;
		font-size:1.4rem;
	}

	footer {
		min-width:1200px;
	}

	.footer {
		margin:0 auto;
		padding:55px 0 60px;
		width:1200px;
	}

	.blogo {
		margin:0 auto 40px;
		width:131px;
	}

	.blogo a {
		background: url('../images/common/flogo.png') no-repeat;
		background-size: 131px 69px;
		padding: 69px 0 0;
	}

	.fnavi {
		margin:0;
	}

	.fnavi ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.fnavi li {
		margin:0 8px;
		padding:0;
	}

	.fnavi li.store {
		margin:0 8px;
		padding:0;
	}

	.fnavi li a::after {
		position: absolute;
		left:0;
		bottom:0;
		content: '';
		width: 0;
		height: 2px;
		background-color: #FFF;
		-webkit-transition: width 0.3s ease-in-out;
		-moz-transition: width 0.3s ease-in-out;
		-o-transition: width 0.3s ease-in-out;
		transition: width 0.3s ease-in-out;
	}

	.fnavi li.on a::after,
	.fnavi li a:hover::after {
		width: 100%;
	}

	.fnavi b {
		padding:0;
	}
	
	.fnavi li.on b {
		border-bottom:none;
	}

	.fnavi .fb {
		margin:0 8px;
	}

	.fnavi .fb a {
		display: block;
		overflow: hidden;
		background: url('../images/common/icon_fb2.png') no-repeat;
		background-size: 26px 26px;
		padding: 26px 0 0;
		width:26px;
		height: 0!important;
	}

	.fnavi .fb a::after {
		display: none;
	}

	.copyright {
		display: none;
	}
}

@media print{
	* html body{
		zoom:.7;
	}
}