﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.2
 * Last Up Date: 2018.11
 * Author: mick
-- -- -- -- -- -- -- -- */
* {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	box-sizing: border-box;
}

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

body {
	background: url('../images/common/contents_back.png') repeat center top;
	background-size: 250px 250px;
	font-family: 'Noto Sans Japanese', "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color: #3b3b3b;
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	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: bold;
	font-display: swap;
	src: url('../fonts/NotoSansCJKjp-Sub-Bold.woff') format('woff'),
		url('../fonts/NotoSansCJKjp-Sub-Bold.otf') format('opentype');
}

@font-face {
	font-family: "TA-omusubi";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/TA-omusubi-sub.eot");
	src: url("../fonts/TA-omusubi-sub.woff2") format("woff2"),
	url("../fonts/TA-omusubi-sub.woff") format("woff");
}

@font-face {
	font-family: "TA-omusubi";
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url("../fonts/TA-omusubi-sub.eot");
	src: url("../fonts/TA-omusubi-sub.woff2") format("woff2"),
	url("../fonts/TA-omusubi-sub.woff") format("woff");
}

@font-face {
	font-family: "TA-omusubi2";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/TA-omusubi-sub2.eot");
	src: url("../fonts/TA-omusubi-sub2.woff2") format("woff2"),
	url("../fonts/TA-omusubi-sub2.woff") format("woff");
}
}

@font-face {
	font-family: "TA-omusubi2";
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url("../fonts/TA-omusubi-sub2.eot");
	src: url("../fonts/TA-omusubi-sub2.woff2") format("woff2"),
	url("../fonts/TA-omusubi-sub2.woff") format("woff");
}

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

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

.imagebox img {
	width:100%;
	height:auto;
}

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

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

.screen_active .screen {
    animation-delay:0.2s;
    -moz-animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
	animation-name: screen_active;
	-moz-animation-name: screen_active;
	-webkit-animation-name: screen_active;
	animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-iteration-count:1;
	-moz-animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
	animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-webkit-animation-fill-mode:both;
}
	
@keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

@-moz-keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

@-webkit-keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

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

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

.block1 {
	padding:0;
	font-size:1.4rem;
}

header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background: url('../images/common/contents_back.png') repeat center top;
	background-size: 250px 250px;
	z-index:80;
}

header .block1 {
	padding:15px 15px 0;
	height:60px;
	font-family: "TA-omusubi", serif;
	position: relative;
}

header h1 a {
	font-size:2.0rem;
}

header .menu {
	position: absolute;
	top:13px;
	right:15px;
	width:30px;
}

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

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

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

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

header.active .menu a::before {
	top: 2px;
	left: 3px;
	width: 29px;
	-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);
}

header.active .menu a::after {
	bottom: 5px;
	left: 2px;
	width: 28px;
	-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 b {
	position: absolute;
	top:14px;
	left:2px;
	display: block;
	overflow: hidden;
	background-color: #000;
	padding: 3px 0 0;
	width:26px;
	height: 0!important;
	position: relative;
}

header.active .menu b {
	opacity: 0;
	left: 30px;
}
	
header .gnavi_block {
	display: none;
	position: fixed;
	top:60px;
	left:0;
	background: url('../images/common/contents_back.png') repeat center top;
	background-size: 250px 250px;
	width:100%;
	height: 130%;
	z-index:100;
}
	
header.active .gnavi_block {
	display: block;
}
	
header .gnavi {
	display: block;
	position: static;
	height: auto;
}

header .gnavi ul {
	margin:0 0 40px;
	padding:30px 0 0;
}
	
header .gnavi li {
	margin:0 0 15px;
	font-size:2.0rem;
}

header .gnavi li a {
	display: block;
	padding:15px;
	text-align: center;
}
	
header .sns {
	display: none;
}

header.active .sns {
	display: block;
	text-align: center;
}
	
	header .sns li {
		display: inline-block;
		margin:0 10px;
	}
	
	header .sns li a {
		display: block;
		overflow: hidden;
		padding: 45px 0 0;
		height: 0!important;
	}
	
	header .sns li.insta a {
		background: url('../images/common/icon_sns1.svg') no-repeat center 8px;
		background-size: 24px 25px;
		width: 24px;
	}
	
	header .sns li.fb a {
		background: url('../images/common/icon_sns2.png') no-repeat center 8px;
		background-size: 22px 22px;
		width: 22px;
	}
	
	header .sns li.cart a {
		background: url('../images/common/icon_cart.png') no-repeat center top;
		background-size: 55px 45px;
		width: 55px;
	}

.morebox {
	margin:0 15px;
	font-size:2.0rem;
	font-family: "TA-omusubi", serif;
}

.morebox a {
	display: block;
	height:40px;
	line-height:38px;
	text-align: center;
	letter-spacing: -2px;
	background-color: #fff100;
}
	
.pagetop {
	display: none;
	position: fixed;
	right:20px;
	bottom:20px;
	width:35px;
	overflow: hidden;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	z-index:20;
}

.pagetop a {
	opacity: .9;
	display: block;
	overflow: hidden;
	background: url('../images/common/pagetop.svg') no-repeat center center;
	background-color: #3d3d3d;
	padding: 35px 0 0;
	height: 0!important;
}

footer .block1 {
	padding:0 15px;
}

@media screen and (min-width: 350px) {	
				
	footer .block1 {
		padding:0 25px;
	}	
}
	
footer .banner_block {		
	border-top:1px solid #4b4b4b;
	padding:30px 0 50px;
}

footer .banner_block li {
	margin:0 0 30px;
}

footer .banner_block li:last-child {
	margin:0;
}

footer .banner_block li a {
	display:block;
}

footer .banner_block li img {
	width:100%;
	height:auto;
}
	
footer .info_block {
	padding:0 0 35px;
}

footer .info_block h2 {
	margin:0 0 35px;
	text-align: center;
	font-size:2.6rem;
	font-family: "TA-omusubi", serif;
	letter-spacing: -2px;
}
			
footer .info_block li {
	margin:0 0 10px 15px;
	font-size:1.6rem;
}
		
footer .info_block li:last-child {
	margin-bottom:0;
}
		
footer .info_block li b {
	display: block;
}
		
footer .info_block li i {
	font-style: normal;
}

footer .sns_block {
	padding:0 0 20px;
	text-align: center;
}

footer .sns_block li {
	display: inline-block;
}

footer .sns_block li.insta {
	margin:0 30px 0 0;
	width:30px;
}

footer .sns_block li.fb {
	margin:0 30px 0 0;
	width:29px;
}

footer .sns_block li.cart {
	width:45px;
}

footer .sns_block li a {
	display: block;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 36px 0 0;
	height: 0!important;
}

footer .sns_block li.insta a {
	background-image: url('../images/common/icon_sns1.svg');
	background-size: 30px 31px;
}

footer .sns_block li.fb a {
	background-image: url('../images/common/icon_sns2.png');
	background-size: 29px 29px;
}

footer .sns_block li.cart a {
	background-image: url('../images/common/icon_cart.png');
	background-size: auto 36px;
}

.copyright {
	margin:0 15px;
	padding:15px 0 30px;
	text-align: center;
	font-size:1.2rem;
	border-top:1px solid #4b4b4b;
}


@media screen and (min-width: 350px) {

	.copyright {
		margin:0 25px;
	}

}

@media screen and (min-width: 768px) {

	/* 
	========================================================================== */
	body {
		background-size: 500px 500px;
	}
	
	
	p {
		line-height: 1.6;
	}

	li {
		line-height: 1.6;
	}

	.sp {
		display: none;
	}

	.pc {
		display: block;
	}

	/*
	========================================================================== */
	#wrapper {
		padding:0;
		min-width:1040px;
	}
	
	.block1 {
		margin:0 auto;
		padding:50px 20px;
		width:1040px;
		font-size:1.6rem;
	}
	
	header {
		position: static;
		background: none;
	}
	
	header .block1 {
		padding:20px 0 0;
		width:1000px;
		height:80px;
		border-bottom:1px solid #767675;
	}
	
	header h1 {
		width:200px;
		float:left;
	}
	
	header h1 a {
		font-size:3.0rem;
	}
	
	header .menu {
		display: none;
	}
	
	header .gnavi_block {
		display: block;
		position: static;
		background: none;
		width:800px;
		height: auto;
		float:right;
	}
	
	header .gnavi {
		position: absolute;
		top:30px;
		right:160px;
		width:500px;
	}

	header .gnavi ul {
		margin:0;
		padding:0;
	}
	
	header .gnavi li {
		display: inline-block;
		margin:0 0 0 40px;
		font-size:2.6rem;
	}
	
	header .gnavi_block .gnavi li {
		margin:0 0 0 25px;
	}
	
	header .gnavi li a {
		padding:0 3px;
		line-height:31px;
		text-align: left;
		position: relative;
	}
	
	header .gnavi li a::after {
		position: absolute;
		left:0;
		bottom:3px;
		content: '';
		width:0;
		height:15px;
		background-color: #fff102;
		z-index:-1;	
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	
	header .gnavi li.on a::after,
	header .gnavi li a:hover::after {
		width:100%;
	}
	
	header .gnavi li.cart a {
		display: block;
		overflow: hidden;
		background: url('../images/common/gnavi4.png') no-repeat;
		background-size: 31px 31px;
		padding: 31px 0 0;
		width: 31px;
		height: 0!important;
		position: static;
	}
	
	header .sns {
		display: block;
		position: absolute;
		top:25px;
		right:0;
		width:150px;
		text-align: right;
	}
	
	header .sns li {
		display: inline-block;
		margin:0 0 0 10px;
	}
	
	header .sns li a {
		display: block;
		overflow: hidden;
		padding: 45px 0 0;
		height: 0!important;
	}
	
	header .sns li.insta a {
		background: url('../images/common/icon_sns1.svg') no-repeat center 8px;
		background-size: 24px 25px;
		width: 24px;
	}
	
	header .sns li.fb a {
		background: url('../images/common/icon_sns2.png') no-repeat center 8px;
		background-size: 22px 22px;
		width: 22px;
	}
	
	header .sns li.cart a {
		background: url('../images/common/icon_cart.png') no-repeat center top;
		background-size: 55px 45px;
		width: 55px;
	}
	
	.morebox {
		margin:0 auto;
		width:460px;
	}
	
	.morebox a {
		height:65px;
		line-height:70px;
		letter-spacing: 0;
	}
	
	.pagetop {
		right:30px;
		bottom:30px;
		width:50px;
		border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
	}
	
	.pagetop a {
		padding: 50px 0 0;
	}
	
	footer .block1 {
		padding:0 20px;
	}
	
	footer .banner_block {
		padding:45px 0 35px;
	}
	
	footer .banner_block li {
		margin:0 35px 0 0;
		width:310px;
		float:left;
	}
	
	footer .info_block {
		padding:0 0 40px 460px;
		position: relative;
	}
	
	footer .info_block h2 {
		position: absolute;
		top:30px;
		left:120px;
		margin:0;
		letter-spacing: -1px;
	}
			
	footer .info_block li {
		margin:0 0 15px;
		font-size:1.4rem;
	}
			
	footer .info_block li b {
		display: inline-block;
	}

	footer .sns_block li.insta {
		margin:0 40px 0 0;
		width:36px;
	}

	footer .sns_block li.fb {
		margin:0 40px 0 0;
		width:33px;
	}

	footer .sns_block li.cart {
		width:52px;
	}

	footer .sns_block li a {
		padding: 42px 0 0;
	}

	footer .sns_block li.insta a {
		background-size: 36px 37px;
	}

	footer .sns_block li.fb a {
		background-size: 33px 33px;
	}

	footer .sns_block li.cart a {
		background-size: 52px 42px;
	}
	
	.copyright {
		margin:0 auto;
		padding:20px 0 50px;
		width:1000px;
	}
}

@media screen and (min-width: 769px) {

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