﻿@charset "utf-8";

/* -- -- --
 * ROOM8 CSSset V3.1
 * Last Up Date: 2017.08
 * Author: mick
 * Guideline: https://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: 'Noto Sans Japanese', "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color: #403d3c;
}

.minc {
	font-family: 'Noto Serif Japanese', "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/NotoSansCJKjp-Sub-Thin.woff') format('woff'),
		url('../fonts/NotoSansCJKjp-Sub-Thin.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/NotoSansCJKjp-Sub-Light.woff') format('woff'),
		url('../fonts/NotoSansCJKjp-Sub-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/NotoSansCJKjp-Sub-DemiLight.woff') format('woff'),
		url('../fonts/NotoSansCJKjp-Sub-DemiLight.otf') format('opentype');
}

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

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

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.6;
}

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 {
	color: #AAA;
}

::-moz-placeholder {
	color: #AAA;
}

:-ms-input-placeholder {
	color: #AAA;
}

::-placeholder {
	color: #AAA;
}

/* 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;
}

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

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

header {
	position: fixed;
	top:20px;
	left:0;
	width:100%;
	z-index:50;
}

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

.active .screen {
	display: block;
	opacity: .9;	
}

.header {
	margin:0 15px;
	padding:13px 15px 0;
	height:40px;
	border-top:2px solid #070c3a;
	border-bottom:2px solid #ec0000;
	background-color: rgba(255, 255, 255, 0.7);
	position: relative;
}

.header h1 {
	width: 95px;
}

.header h1 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/logo.svg') no-repeat;
	background-size: 95px auto;
	padding: 12px 0 0;
	height: 0!important;		
}

.header .menu {
	position: absolute;
	top:3px;
	right:9px;
	width:30px;
}

.header .menu a {
	display: block;
	height:30px;
	overflow: hidden;
	position: relative;
}

.header .menu a::before,
.header .menu a::after {
	position: absolute;
	content: '';
	width: 18px;
	height: 2px;
	background-color: #3f3a39;
	transition: .3s;
}

.header .menu a::before {
	top: 7px;
	left:6px;
}

.header .menu a::after {
	bottom: 7px;
	right: 6px;
}

.active .menu a::before {
	top: 7px;	
	left: 8px;
	width: 22px;	
	-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(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.active .menu a::after {
	bottom: 6px;
	left: 7px;
	width: 21px;	
	-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(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}	

.header .menu a b {
	position: absolute;
	top:14px;
	left:6px;
	display: block;
	overflow: hidden;
	background-color: #3f3a39;
	padding: 2px 0 0;
	width: 18px;
	height: 0!important;	
	transition: .3s;	
}

.active .menu a b {
	opacity: 0;
	left:35px;	
}

.gnavi_block {
	display: none;
}

.active .gnavi_block {
	position: fixed;
	top:60px;
	left:0;
	display: block;
	width:100%;
}

.gnavi {
	margin:0 15px;
	border-top:1px solid #d2d2d2;
}

.gnavi li {
	border-bottom:1px solid #d2d2d2;
}

.gnavi li a {
	display: block;
	overflow: hidden;
	padding: 40px 0 0;
	height: 0!important;
}

.gnavi li.gnavi0 a {
	background: url('../images/common/sp_gnavi1.svg') no-repeat 15px center;
	background-size: 22px auto;
}

.gnavi li.gnavi1 a {
	background: url('../images/common/sp_gnavi2.svg') no-repeat 15px center;
	background-size: 52px auto;
}

.gnavi li.gnavi2 a {
	background: url('../images/common/sp_gnavi3.svg') no-repeat 15px center;
	background-size: 52px auto;
}

.gnavi li.gnavi3 a {
	background: url('../images/common/sp_gnavi4.svg') no-repeat 15px center;
	background-size: 43px auto;
}

.gnavi li.gnavi4 a {
	background: url('../images/common/sp_gnavi5.svg') no-repeat 15px center;
	background-size: 24px auto;
}

.gnavi_block .online {
	margin:0 15px;
	border-bottom:1px solid #d2d2d2;
}

.gnavi_block .online a {
	display: block;
}

.gnavi_block .online a b {
	display: block;
	overflow: hidden;
	background: url('../images/common/sp_gnavi_shop.svg') no-repeat 15px center;
	background-size: 75px auto;
	padding: 40px 0 0;
	height: 0!important;
}

.gnavi_block .sns {
	display: none;
}

.block1 {
	padding:45px 15px;
	font-size:1.4rem;
}
	
.block_title {
	margin:0 15px 20px;
	color:#4b4b4b;
	font-size:2.2rem;
	font-weight: 100;
}

footer {
	background-color: #edebeb;
	border-top:1px solid #c9c9c9;
}

footer .block1 {
	padding:45px 0;
}
	
footer .info {
	margin:0 auto 30px;
	width:320px;
}

footer .info h2 {
	width:160px;
	float:left;
}

footer .info h2 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/logo.svg') no-repeat center center;
	background-size: 107px auto;
	padding: 30px 0 0;
	height: 0!important;	
}

footer .info .sns {
	width:160px;
	text-align: center;
	float:right;
}

footer .info .sns li {
	display: inline-block;
	margin:0 12px;
	width:30px;
}

footer .info .sns li a {
	display: block;
	overflow: hidden;
	background: url('../images/common/logo.svg') no-repeat center center;
	background-size: 107px auto;
	padding: 30px 0 0;
	height: 0!important;
}

footer .info .sns li.fb a {
	background: url('../images/common/sns_fb.svg') no-repeat center center;
	background-size: 12px auto;
}

footer .info .sns li.insta a {
	background: url('../images/common/sns_insta.svg') no-repeat center center;
	background-size: 30px auto;
}

footer nav {
	margin:0 auto 5px;
	width:320px;
	font-size:1.2rem;
}

footer nav ul {
	padding:0 0 1px;
}

footer nav li {
	margin:0 0 25px;
	width:50%;
	float:left;
}

footer nav li a {
	display: block;
	line-height:25px;
	text-align: center;
	color:#403d3c;
}

footer nav li.wb a {
	border-right:1px solid #c9c9c9;
}

footer p {
	font-size:1.0rem;
	text-align: center;
}

@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.6;
	}

	li {
		line-height: 1.6;
	}

	.sp {
		display: none;
	}

	.pc {
		display: block;
	}

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

	.active .screen {
		display: none;
	}

	.header_wrap {
		padding:0 20px;
	}

	.header {
		margin:0 auto;
		padding:26px 25px 0;
		width:960px;
		height:80px;
		border-top:4px solid #070c3a;
		border-bottom:4px solid #ec0000;
	}

	.header h1 {
		padding:3px 0 0;
		width: 150px;
		float:left;
	}

	.header h1 a {
		background: url('../images/common/logo.svg') no-repeat;
		padding: 16px 0 0;	
	}

	.header .menu {
		display: none;
	}

	.gnavi_block {
		display: block;
		width: 600px;
		text-align: right;
		float:right;
	}

	.active .gnavi_block {
		position: static;
		display: block;
		width: 600px;
	}

	.gnavi {
		display: inline-block;
		margin:0;
		border-top:none;
		text-align: right;
	}

	.gnavi li {
		display: inline-block;
		margin:0 0 0 25px;
		border-bottom:none;
	}

	.gnavi li.gnavi0 a {
		display: none;
	}

	.gnavi li.gnavi1 a {
		margin:0;
	}

	.gnavi li a {
		padding: 28px 0 0;
		width:52px;
	}

	.gnavi li.gnavi1 a {
		background: url('../images/common/gnavi1.png') no-repeat center center;
		background-size: 52px 12px;
	}

	.gnavi li.gnavi2 a {
		background: url('../images/common/gnavi2.png') no-repeat center center;
		background-size: 52px 12px;
	}

	.gnavi li.gnavi3 a {
		background: url('../images/common/gnavi3.png') no-repeat center center;
		background-size: 43px 12px;
		width:43px;
	}

	.gnavi li.gnavi4 a {
		background: url('../images/common/gnavi4.png') no-repeat center center;
		background-size: 23px 12px;
		width:23px;
	}

	.gnavi_block .online {
		display: inline-block;
		margin:0 0 0 25px;
		text-align: right;
		border-bottom:none;
	}

	.gnavi_block .online a {
		padding:0 20px;
		border:1px solid #3e3835;
	}

	.gnavi_block .online a b {
		display: block;
		overflow: hidden;
		background: url('../images/common/gnavi_shop.png') no-repeat center center;
		background-size: 77px 12px;
		padding: 26px 0 0;
		height: 0!important;
	}

	.gnavi_block .sns {
		display: inline-block;
		margin:0 0 0 25px;
		text-align: right;
	}

	.gnavi_block .sns li {
		display: inline-block;
		margin:0 0 0 25px;
		width:25px;
	}

	.gnavi_block .sns li.fb {
		margin:0;
	}

	.gnavi_block .sns li a {
		display: block;
		overflow: hidden;
		padding: 28px 0 0;
		height: 0!important;
	}

	.gnavi_block .sns li.fb a {
		background: url('../images/common/sns_fb.svg') no-repeat center center;
	}

	.gnavi_block .sns li.insta a {
		background: url('../images/common/sns_insta.svg') no-repeat center center;
	}

	.block1 {
		margin:0 auto;
		padding:100px 50px 200px;
		width:1000px;
	}
	
	.block_title {
		margin:0 0 40px;
		font-size:3.0rem;
	}

	footer {
		border:none;
	}

	footer .block1 {
		padding:25px 20px;
	}
	
	footer .info {
		display: none;
	}
	
	footer nav {
		margin:0;
		width:600px;
		float:left;
	}
	
	footer nav li {
		display: inline-block;
		margin:0 25px 0 0;
		width:auto;
		float:none;
	}
	
	footer nav li a {
		display: inline;
		line-height:1.6;
		text-align: left;
	}
	
	footer nav li.wb a {
		border-right:none;
	}
	
	footer p {
		width:250px;
		font-size:1.0rem;
		text-align: right;
		float:right;
	}
}