@charset "utf-8";
/* CSS Document */
.pconly { display:none; }
/* 共通 */
body {
	background: url(../images/cmn/bg2.jpg);
	background-size: 100% auto;
}
div#contents {
}
div#bgbox {
	width:100%;
	
}
div#contents div#mainContents {
	width:100%;
	/*max-width: 640px;*/
	margin:  0 auto;
	overflow: hidden;
	padding-bottom: 80px;
}
/* ヘッダー */
div.spmenu {
	width:100%;
	height:70px;
	background: url(../images/cmn/footerbgsp03.jpg);
}
	div.spmenu  a.logo {
		text-decoration: none;
		color: #fff;
		font-size: 22px;
		line-height: 70px;
		margin-left: 10px;
	}
/* サイドメニュー */
div#menuBox {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	padding: 45px 0;
	background: url(../images/cmn/spmenubg.png);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	text-align:left;
	z-index:40;
}
	div#menuBox a {
		display:block;
		width:200px;
		min-height:50px;
		margin: 0 auto;
		line-height:50px;
		text-decoration:none;
		border-bottom:#fff 1px dashed;
		color:#fff;
		font-size: 14px;
		letter-spacing: 2px;
	}
/* チェックボックス */
input.check {
	display: none;
}
/* メニューボタン */
label.menu-btn {
	position: fixed;
	display: block;
	top: 15px;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 50;
}
span.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
span.bar.middle {
	top: 10px;
	opacity: 1;
}
span.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
span.menu {
	display: block;
	width:50px;
	position:absolute;
	top:30px;
	left:-10px;
	color: #fff;
	font-size: 8px;
	text-align: center;
}
label.menu-btn:hover span.bar {
	background: #fff;
}
/* -- チェックをつけた場合 */
input.check:checked ~ div#menuBox {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 40;
}
input.check:checked ~ label.menu-btn span { background:#fff; }
input.check:checked ~ label.menu-btn span.bar.top {
	width: 42px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input.check:checked ~ label.menu-btn span.bar.middle {
	opacity: 0;
}

input.check:checked ~ label.menu-btn span.bar.bottom {
	width: 42px;
	top: 30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
input.check:checked ~ label.menu-btn span.menu { opacity: 0;}
/* フッター */
div.spfooter {
	width:100%;
	padding: 10px 0;
	background: url(../images/cmn/footerbgsp03.jpg);
	position: fixed;
	bottom:0;
}
div.spfooter p { display: none; }
div.spfooter a.tel { display: none; }
div.spfooter div.snsbox { display: none; }
/*
	div.spfooter p { color: #fff; }
	div.spfooter p.name01 {
		width:90%;
		max-width: 640px;
		height: 30px;
		line-height: 30px;
		font-size: 22px;
		letter-spacing: 1px;
		font-weight: bold;
		margin: 0 auto;
	}
	div.spfooter p.name02 {
		width:90%;
		max-width: 640px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		margin:0 auto 0 auto;
		letter-spacing: 1px;
		text-indent: 1px;
	}
div.spfooter a.tel {
	display: block;
	width:90%;
	max-width: 640px;
	height:80px;
	line-height: 80px;
	text-align: center;
	background: url(../images/cmn/telbgsp.png) no-repeat;
	background-size:100% 100%;
	margin:  20px auto 0 auto;
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
}
div.spfooter div.snsbox {
	width:90%;
	max-width: 640px;
	text-align: center;
	margin: 20px auto 0 auto;
}
div.spfooter div.snsbox a { 
	display: block;
	width:33.3%;
	float: left;
}
div.spfooter div.snsbox a img {
	display: block;
	width:70%;
	margin:  0 auto;
}
*/
div.spfooter small {
	display: block;
	height:20px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}