@charset "utf-8";
/*-------------------------------------------
	fonts
--------------------------------------------*/
@import url('//fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&amp;subset=japanese');

/*-------------------------------------------
	common
--------------------------------------------*/

body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	border: 0;
	vertical-align: bottom;
}
a img {
	border: none;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:hover img {
	filter: alpha( opacity=80);
	-ms-filter: alpha( opacity=08);
	-webkit-filter: alpha( opacity=80);
	-moz-filter: alpha( opacity=80);
	-o-filter: alpha( opacity=80);
	opacity: 0.8;
	transition: opacity .20s ease-in-out;
	-ms-transition: opacity .20s ease-in-out;
	-webkit-transition: opacity .20s ease-in-out;
	-moz-transition: opacity .20s ease-in-out;
	-o-transition: opacity .20s ease-in-out;
}
a:focus {
	outline: none;
}
embed {
	outline: none;
}
.clear {
	clear: both;
}
/*=================================
	general
================================ */

html {
	font-size: 62.5%;
	height: 100%;
}
body {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 2;
	background: #FFF;
}
body {
	-webkit-text-size-adjust: 100%;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	width/***/
	: auto;
}
main {
	text-align: left;
}
/*-------------------- ■ START Media Queries ■ --------------------*/

@media (max-width: 480px) {
body {
	font-size: 15px;
	font-size: 1.5rem;
}
}
/* end 480px */

/*-------------------------------------------
	clearfix
--------------------------------------------*/

.cf:after {
	content: "";
	display: block;
	clear: both;
}
.cf {
	min-height: 1%;
	/* for Firefox　*/
	zoom: 1;
}
/*=================================
	common
================================ */
.wrapper {
	position:relative;
	clear: both;
	width: 600px;
	margin: 0 auto;
}
.sec {
	clear: both;
}
/*-------------------- ■ START Media Queries ■ --------------------*/
@media (max-width: 600px) {
.wrapper {
	width: auto;
	margin: 0 3%;
	}
}
/* end 600px */



/*=================================

	top

================================ */
#top{
	display:table;
	width:100%;
	padding-top:40px;
}
#top .ttlbox,
#top .navbox{
	display:table-cell;
	vertical-align:top;
}
#top .ttlbox{
	width:25%;
}
#top .navbox{
	width:75%;
}
#top .navbox .imgcopy{
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 0.2em;
	text-align:right;
	margin-top:2px;
}

#top .ttlbox h1{
	font-size:36px;
	font-size:3.6rem;
	font-weight:500;
	line-height:1;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing:3px;
	width:1em;
	height:450px;
}
#top .ttlbox h1 span{
	font-size:22px;
	font-size:2.2rem;
	margin-bottom:20px;
}
nav ul{
	width:100%;
	margin-top:20px;
}
nav li{
	float:left;
	width:33.333%;
	margin:0 0 20px;
}
nav li a{
	display:block;
	width:80px;
	font-size:13px;
	font-size:1.3rem;
	font-weight:700;
	letter-spacing:0.5px;
	text-align:center;
	padding-top:45px;
	margin:0 auto;
	background-size:44px 44px;
	background-position:center 0;
	background-repeat:no-repeat;
}
.btn-tw a{background-image:url(../images/icon_twitter.png);}
.btn-bangaichi a{background-image:url(../images/icon_bangaichi.png);}
.btn-insta a{background-image:url(../images/icon_instagram.png);}
.btn-yt a{background-image:url(../images/icon_youtube.png);}
.btn-shop a{background-image:url(../images/icon_base.png);}
.btn-about a{background-image:url(../images/icon_about.png);}

#top a.arrow {
	display:none;
	width: 40px;
	height: 40px;
	margin:0 auto 30px;
}

/*-------------------- ■ START Media Queries ■ --------------------*/
@media (max-width: 600px) {
#top .ttlbox{
	width:calc(100% - 400px);
}
#top .navbox{
	width:400px;
}
#top .ttlbox h1{
	font-size:33px;
	font-size:3.3rem;
	font-weight:500;
	line-height:1;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing:3px;
	width:1em;
	height:410px;
}
#top .ttlbox h1 span{
	font-size:1.9rem;
	font-size:19px;
	margin-bottom:20px;
}

}
/* end 600px */
@media (max-width: 500px) {
#top{
	display:block;
}
#top .ttlbox,
#top .navbox{
	display:block;
	width:auto;
}
#top .navbox{
	padding-top:3%;
}
#top .ttlbox h1{
	height:410px;
	margin:0 auto 30px;
}

#top a.arrow {
	display:block;
}

}
/* end 500px */


/*=================================

	about

================================ */
#about{
	display:table;
	width:100%;
	letter-spacing:1px;
	padding-top:30px;
	margin-top:70px;
}
#about h2{
	position:relative;
	font-size:26px;
	font-size:2.6rem;
	font-weight:600;
	line-height:1;
	text-align:center;
	padding-bottom:20px;
	margin-bottom:50px;
}
#about h2:after{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-25px;
	content:"";
	width:50px;
	height:2px;
	background:#000;
}
#about dl{
	margin-bottom:50px;
}
#about dt,
#about dd{
	text-align:center;
}
#about dt{
	font-weight:600;
}
#about dd{
	margin-bottom:20px;
}
#about .profile dt{
	font-size:18px;
	font-size:1.8rem;
	line-height:1;
	margin-bottom:20px;
}

#about .mapbox{
	position: relative;
	width:100%;
	padding-top:200px;
}
#about .mapbox iframe{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}
#about .schedule span.spbr{
	margin:0 1em 0 0;
}
#about .profile span.spbr{
	margin:0 0 0 1em;
}
/*-------------------- ■ START Media Queries ■ --------------------*/
@media (max-width: 500px) {
#about .schedule span.spbr{
	display:block;
	margin:0;
}
#about .schedule span.spbr:nth-child(2){
	margin:10px 0 0;
}
#about .profile span.spbr{
	display:block;
	margin:0;
}

}
/* end 500px */


/*=================================
	footer
================================ */

#footer{
	padding:60px 0 30px;
}

#footer a.arrow {
	display: block;
	width: 40px;
	height: 40px;
	margin:0 auto 30px;
}
.copy{
	display:block;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 0.2em;
	text-align:center;
}
/*-------------------- ■ START Media Queries ■ --------------------*/

@media (max-width: 500px) {
.copy{
	font-size: 12px;
	font-size: 1.2rem;
}
}
/* end 500px */