@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover, .active{
	text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/

#mainnav a{
	color: #000;
}


/* フッター
------------------------------------------------------------*/

#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

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

section{
  clear: both;
}

section h2{
	width: 60%;
	margin: 70px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	padding-bottom: 15px;
	border-bottom: 3px solid #000;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.innerS li {
	margin-bottom: 20px;
}

.innerS li a{
	color: #333333;
	font-weight: bold;
}


/* SEC02 Gallery
------------------------------------------------------------*/

#sec02{
	padding: 0 !important;
	margin-top: -55px;
}

#gallery{
	overflow: hidden;
}

#gallery li{
	float: left;
	width: calc(94%/3);
	line-height: 0;
	padding:0 1% 10px 1%;
}
#gallery li.full{
	width: 98%;
}


#gallery img{
	display: block;
	width: 100%;
	height: auto;
}


/* SEC03 SNS / LINK
------------------------------------------------------------*/

.col4 .img{
	margin: 0 auto;
}

.col4{
	text-align: center;
	margin-bottom: 35px;
}

.col4 li{
	display: inline-block;
	width: 10%;
	padding: 0 3%;
	vertical-align: top;
}



/* SEC04 STAMP / GOODS
------------------------------------------------------------*/

#sec04{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 30px;
}

.article img{
	float: left;
	margin: 5px 20px 20px 5px;
}

.article h3{
	font-size: 18px;
	margin-bottom: 18px;
}

.article h3 a{
	color: #333333;
}

.article p{
	margin-bottom: 20px;
}



/* SEC05 PROFILE
------------------------------------------------------------*/

#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

.col2 h3{
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
	line-height: 28px;
}

.col2 li h3 span.en{
	font-size: 12px;
	color: #bbbbbb;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

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

	body{
		font-size:14px;
	}

	#mainImg{
		background: url(../images/mainImg.jpg) no-repeat center center;
		background-size: auto 670px;
		height: 650px;
	}

	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		right: 4%;
		background: #fff;
	}
	
	a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 14px;
		padding: 10px 0;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	#footer{
		padding: 30px 10px 70px 0;
	}

}


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

	.col2 li{
		width: 45%;
		vertical-align: top;
	}

	.col2 li:first-child{
		width: 50%;
		padding-right: 4%;
	}

}


@media only screen and (max-width: 640px){

	.innerS{
		width: 80%;
		padding-bottom: 30px;
	}

	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

}


@media only screen and (max-width: 799px){

	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}

	#mainImg{
		height: 520px;
		background: url(../images/mainImg_sp.jpg) no-repeat center bottom;
		background-size:contain;
		padding-top:60px;
		margin-bottom:-40px;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #eee;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 18px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}

	.col4 li{
		display: inline-block;
		width: 13%;
		padding: 0 3%;
		vertical-align: top;
	}
	.col4 li p.snsname{
		display: none;
	}
	
	a#menu{
 	 	display: inline-block;
  		position: relative;
 	 	width: 40px;
 	 	height: 40px;
 	 	margin: 10px;
		}

	#menuBtn{
	  	display: block;
	  	position: absolute;
	  	top: 50%;
	  	left: 50%;
	  	width: 18px;
	  	height: 2px;
	  	margin: -1px 0 0 -7px;
	  	background: #000;
	  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
	  	display: block;
	  	content: "";
	  	position: absolute;
	  	top: 50%;
	  	left: 0;
	  	width: 18px;
	  	height: 2px;
	  	background: #000;
	  	transition: .3s;
	}

	#menuBtn:before{
	  	margin-top: -7px;
	}

	#menuBtn:after{
	  	margin-top: 5px;
	}

	a#menu .close{
	  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
	  	margin-top: 0;
	}

	a#menu .close:before{
 	 	transform: rotate(-45deg);
	  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
	  	transform: rotate(-135deg);
	  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		background: #fff;
		text-align: left;
	}

	#mainnav li {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		color: #000;
	}

	#mainnav #sns {
		border-bottom: 1px solid #eee;
		text-align: center;
	}

	#mainnav #sns li{
		display: inline-block;
	}

	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 25px 15px 30px 15px;
		border: 0;
	}

	#mainnav #sns li a:before{
		border: 0;
	}

	section h2{
		margin: 55px auto;
	}

}