
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    -webkit-text-size-adjust: 100%;
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #333;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	background: #fff;
}

body::before{
	content:"";
	display:block;
	position:fixed;
	bottom: 0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: #ececec;
}

a{
	color		: #ff3399;
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}


h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}

body{
	min-width: 1190px;
}


/*=================================================
 * CSS for PC
 * ================================================= */

h1{
	position: relative;
	z-index: 2;
	display: block;
	width: 1190px;
	height: 30px;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	margin: 0 auto;
	padding: 15px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

h2{
	position: relative;
	z-index: 2;
	display: block;
	width: 1190px;
	height: 40px;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	color: #999;
	margin: 10px auto 0 auto;
	padding: 0 70px 0 200px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/** header **/

header{
	width: 100%;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#header{
	position: relative;
	width: 1190px;
	text-align: right;
	margin: 0 auto;
}

header .sp_area{	display: none;}

header #logo a{
	display: inline-block;
	width: 187px;
	height: 32px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2;
}

header #logo a img{
	width: 187px;
	height: 32px;
}

#area_bt{	display: none;}

#area_menu{
	width: 450px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	background: url(../img/all/area_menu.png) no-repeat 0 3px;
	padding: 0 0 0 90px;
	position: absolute;
	top: 12px;
	right: 75px;
	z-index: 2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#area_menu div{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding: 3px 0 0 0;
}

#area_menu p{
	display: inline-block;
	vertical-align: top;
	width: 95px;
	position: absolute;
	top: 3px;
	right: 0;
}

#area_menu a, #area_menu span{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	vertical-align: top;
	width: 30px;
	height: 51px;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	padding: 0 5px;
	color: #333;
	text-align: center;
	margin: 0 0 1px 1px;
	border: 1px solid #ddd;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#area_menu span{
	font-weight: bold;
	color: #fff;
	background: #ff3399;
	border-radius: 3px;
	border-color: #ff3399;
}

#area_menu a:hover{
	text-decoration: none;
	background: #ffe8f4;
	border-color: #ffb9dc;
}

#area_menu div > a,
#area_menu div > span{
	width: 50px;
}

#area_menu i{
	display: none;
}

#area_menu a:hover i{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	color: #fff;
	background: #ff0000;
	border-radius: 2px;
	position: absolute;
	bottom: -24px;
}
#area_menu a:hover i:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 7px 6px;
	border-color: transparent transparent #ff0000 transparent;
	position: absolute;
	top: -7px;
	left: calc(50% - 6px);
}

/** AREA TUB WIDTH **/
#area_menu div > a:nth-child(1):hover i{ width: 190px; left: calc(50% - 95px);}
#area_menu div > a:nth-child(2):hover i{ width: 90px; left: calc(50% - 45px);}
#area_menu div > a:nth-child(3):hover i{ width: 90px; left: calc(50% - 45px);}
#area_menu div > a:nth-child(4):hover i{ width: 60px; left: calc(50% - 30px);}
#area_menu div > a:nth-child(5):hover i{ width: 120px; left: calc(50% - 60px);}
#area_menu div > a:nth-child(6):hover i{ width: 120px; left: calc(50% - 60px);}
#area_menu div > a:nth-child(7):hover i{ width: 130px; left: calc(50% - 65px);}


#top_login{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

#top_login a{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 76px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#top_login a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#top_login a.before{	background: url(../img/all/login1.png) no-repeat;}
#top_login a.after{	background: url(../img/all/login2.png) no-repeat;}


/** nav **/

nav{
	width: 1190px;
	position: relative;
	margin: 0 auto;
}

#menu{
	width: 210px;
	padding: 5px;
	text-align: left;
	border: 1px solid #fff;
	box-shadow:0px 0px 2px 0px #999,0px 0px 0px 1px #ececec inset;
	-moz-box-shadow:0px 0px 2px 0px #999,0px 0px 0px 1px #ececec inset;
	-webkit-box-shadow:0px 0px 2px 0px #999,0px 0px 0px 1px #ececec inset;
	position: absolute;
	top: 49px;
	left: 0;
	z-index: 20;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.nav_a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	color: #fff;
	background: #333;
	padding: 0 0 0 36px;
	cursor: inherit;
}

.nav_bt:nth-of-type(1) > .nav_a{	background: url(../img/menu/pc01.png) no-repeat 5px 50% #333;}
.nav_bt.nav_shop .nav_a{	background: url(../img/menu/pc03.png) no-repeat 5px 50% #333;}
.nav_bt.nav_exp .nav_a{	background: url(../img/menu/pc05.png) no-repeat 5px 50% #333;}
.nav_bt.nav_bookmark .nav_a{	background: url(../img/menu/pc02.png) no-repeat 5px 50% #333;}

.nav_a:hover{	text-decoration: none;}

.nav_bt{	margin: 0 0 10px 0;}

.nav_ul a,
.nav_b{
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #333;
	border-bottom: 1px dotted #ddd;
	margin: 0 10px;
	padding: 7px 2px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.nav_ul a span{
	display: inline-block;
	color: #ff0000;
	margin-right: 2px;
}

.nav_ul a i{
	font-style: normal;
	color: #ffa71c;
}

.nav_ul a:hover,
.nav_b:hover{
	text-decoration: none;
	color: #ff3399;
}

.nav_a .nav_ul{	display: none; height: 0;}

.bookmenu{
	background: #fbf4ec;
	border-radius: 3px;
	margin: 10px 10px 0 10px;
	padding: 0.1px 0 10px 0;
}

.bookmenu h4{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #fff;
	background: #a77b4b;
	border-radius: 3px 3px 0 0;
	padding: 5px 0 5px 25px;
}

.bookmenu h4:after{
	content: '';
	width: 8px;
	height: 12px;
	background: url(../img/all/booki.png) no-repeat;
	-webkit-background-size: 8px 12px;
	background-size: 8px 12px;
	position: absolute;
	top: calc(50% - 7px);
	left: 10px;
}

.bookmenu ul{}

.bookmenu li{}

.bookmenu li a{
	font-size: 13px;
	margin: 0;
	padding: 0 10px;
	border-bottom: 1px dotted #e7d7c5;
}

.bookmenu .bookbt{
	display: block;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
	color: #a77b4b;
	background: #fff;
	border: 1px solid #a77b4b;
	border-radius: 13px;
	margin: 10px 10px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bookmenu .bookbt:hover{
	color: #fff;
	background: #a77b4b;
}


/** main **/

main{
	text-align: left;
	background: #fff;
	min-height: 1105px;
}
main#col1_bg{	min-height: 0; padding-bottom: 20px;}

.pan{
	font-size: 11px;
	line-height: 25px;
	color: #999;
	background: #333;
	border-top: 3px solid #ececec;
	border-bottom: 1px solid #ccc;
	box-shadow:0px -1px 0px 0px #fff inset;
}

.pan p{
	position: relative;
	width: 1190px;
	text-indent: 18px;
	margin: 0 auto;
}

.pan p::before,
.pan p::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.pan p::before{
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #666;
	left: 0;
}
.pan p::after{
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 5px solid #333;
}

.pan a{
	color: #fff;
}

#cnt{
	display: block;
	position: relative;
	width: 960px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 auto;
}

.access{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
	padding: 6px 0 6px 0;
	position: absolute;
	top: 0;
	right: 0;
}

.access span{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	color: #fff;
	background: #88511a;
	border-radius: 2px;
	margin: 0 5px 0 0;
	padding: 0 5px;
}

.access em{	color: #ff0000;}

#cnt{
	width: 1190px;
	display: table;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}

#col1{
	width: 1190px;
	margin: 0 auto;
	padding-top: 20px;
}

#left,
#right{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#left{
	padding: 20px 20px 20px 230px;
}

#right{
	width: 210px;
	padding: 20px 0;
}

#right ul{
	display: block;
}

#right li{
	width: 200px;
	margin: 0 0 10px 0;
}

#right li div{
	font-size: 0;
	line-height: 0;
}

#right li p{
	font-size: 10px;
	line-height: 14px;
}

#right li p span{
	color: #ffcc00;
}

#right .cnt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 4px 0;
}

#right .cnt a{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4px 0;
}

#right .cnt a:last-child{	margin-bottom: 0;}


/** footer **/

footer{
	text-align: center;
	border-top: 2px solid #dddddd;
	background: #ececec;
	padding: 0 0 40px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

footer .farea{
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0;
	color: #ccc;
	background: #fff;
}

footer .farea a{	color: #333;}
footer .farea br{	display: none;}

footer .pagetop{
	background: #999;
	padding: 5px 0;
}

footer .pagetop a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 40px;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	background: #333;
	border-radius: 3px;
	padding: 20px 0 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

footer .pagetop a:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

footer .pagetop a:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -6px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

footer .ftxt{
	width: 1190px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px solid #cbcaca;
}

footer .ftxt span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	padding: 0 15px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

footer .ftxt span:before{
	content: '';
	height: 11px;
	border-left: 1px solid #bababa;
	position: absolute;
	top: 2px;
	right: 7px;
}
footer .ftxt span:last-of-type:before{	display: none;}

footer .ftxt span a{	color: #333;}

footer #copy{
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.3px;
	color: #666;
	padding: 35px 0 0 0;
}

address{
	font-size: 16px;
	line-height: 20px;
	color: #666;
}

address a{	color: #666;}
address a:hover{	text-decoration: none;}

.fade img,
.fade input{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.fade img:hover,
.fade input:hover{
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

.nav_bt,
.nav_ul li,
.bt,
.sh_bt,
.ad_bt{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		position: relative;
		min-width: 320px;
		background: #fff;
	}
	main{	min-height: auto;}
	main#col1_bg{	padding-bottom: 0;}
	a:hover{	text-decoration: none;}
	#right{
		display: none;
	}
	#col1{	width: auto; margin: 0; padding: 0;}
	/** header **/
	h1,
	h2{
		display: block;
		width: 100%;
		font-size: 11px;
		line-height: 18px;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	h1{
		position: absolute;
		left: 0;
		top: calc(100% - 118px);
	}
	h2{
		position: absolute;
		left: 10px;
		top: calc(100% - 98px);
		width: calc(100% - 20px);
		line-height: 12px;
	}
	header{
		display: table;
		width: 100%;
		height: 55px;
		font-size: 0;
		line-height: 0;
		position: static;
	}
	#header{
		position: static;
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		margin: 0;
	}
	header .sp_area{
		display: inline-block;
		font-size: 11px;
		line-height: 12px;
		position: absolute;
		top: 8px;
		left: 10px;
		z-index: 2;
	}
	header #logo a{
		display: inline-block;
		width: 124px;
		height: 21px;
		position: absolute;
		top: 22px;
		left: 10px;
	}
	header #logo a img{
		width: 124px;
		height: auto;
	}
	header #logo:after{
		display: none;
	}
	#area_bt{
		display: inline-block;
		vertical-align: top;
		width: 80px;
		height: 45px;
		cursor: pointer;
		background: url(../img/all/area_tbt.png) no-repeat;
		-webkit-background-size: 80px 45px;
		background-size: 80px 45px;
		position: absolute;
		top: 5px;
		right: 53px;
		z-index: 2;
	}
	#area_menu{
		position: fixed;
		display: block;
		z-index: 10005;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		padding: 0;
		background:
		url(../img/all/area_bg1.png) no-repeat top left,
		url(../img/all/area_bg2.png) no-repeat top right rgba(0, 0, 0, 0.92);
		-webkit-background-size: 320px 80px, 320px 80px;
		background-size: 320px 80px, 320px 80px;
		-webkit-transition: none;
		transition: none;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		padding-top: 80px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.open #area_menu{
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	#area_menu div{
		border-top: 1px solid #333;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		height: calc(100vh - 80px);
		text-align: center;
		padding: 10px 9px 0 9px;
		-webkit-justify-content: center; 
		justify-content: center; 
	}
	#area_menu a,
	#area_menu span{
		display: inline-block;
		font-size: 16px;
		line-height: 50px;
		color: #fff;
		text-align: center;
		margin: 0 1px 2px 1px;
		padding: 0 0;
	}
	#area_menu a{
		border: 1px solid #333;
	}
	#area_menu a:hover{
		background: none;
		border-color: #333;
	}
	#area_menu p{
		display: block;
		width: 100%;
		position: static;
		padding: 9px 0 0 0;
	}
	#area_menu p a,
	#area_menu p span{
		width: calc(100% / 3 - 2px) !important;
	}
	#area_menu div > a,
	#area_menu div > span{
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 2 - 2px) !important;
		height: auto;
		line-height: 50px;
		margin: 0 1px 2px 1px;
		padding: 0 0 0 0;
	}
	#area_menu div > a br,
	#area_menu div > span br{	display: none;}
	#area_menu a i,
	#area_menu span i,
	#area_menu a:hover i{
		display: flex;
		height: 26px;
		align-items: center;
		justify-content: center;
		font-size: 10px;
		font-weight: normal;
		font-style: normal;
		line-height: 11px;
		width: auto !important;
		color: #cccccc;
		background: #222;
		position: static;
		border-radius: 2px;
		margin: 0 5px 5px 5px;
		padding: 0 3px;
	}
	#area_menu span i{
		color: #333 !important;
		background: #fff;
	}
	#area_menu a:hover i:after{	display: none;}
	#top_login{
		position: absolute;
		top: 5px;
		right: 0;
		z-index: 1;
	}
	#top_login a{
		width: 50px;
		height: 45px;
		-webkit-transition	: none;
		-moz-transition		: none;
		-o-transition		: none;
		transition		: none;
	}
	#top_login a.before{	background: url(../img/all/sp_login1.png) no-repeat; -webkit-background-size: 50px 45px; background-size: 50px 45px;}
	#top_login a.after{	background: url(../img/all/sp_login2.png) no-repeat; -webkit-background-size: 50px 45px; background-size: 50px 45px;}

	/** nav **/
	nav{
		width: 100%;
		font-size: 0;
		line-height: 0;
		text-align: center;
		background: #fff;
		padding: 1px 0;
		border-top: 3px solid #ececec;
		border-bottom: 3px solid #ececec;
		box-shadow:0px 1px 0px 0px #ccc inset,0px -1px 0px 0px #ccc inset;
		-moz-box-shadow:0px 1px 0px 0px #ccc inset,0px -1px 0px 0px #ccc inset;
		-webkit-box-shadow:0px 1px 0px 0px #ccc inset,0px -1px 0px 0px #ccc inset;
	}
	#menu{
		position: relative;
		width: 100%;
		padding: 0;
		position: static;
		border: none;
		box-shadow: none;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.nav_a,
	.nav_b{
		display: block;
		font-size: 0;
		line-height: 0;
		padding: 0;
		cursor: pointer;
	}
	.nav_bt:nth-of-type(1) > .nav_a{	display: none;}
	.nav_bt:nth-of-type(2) > .nav_a{	background: none;}
	.nav_bt:nth-of-type(3) > .nav_a{	background: none;}
	.nav_bt:nth-of-type(4) > .nav_a{	background: none;}
	.nav_bt:nth-of-type(5) > .nav_a{	background: none;}
	.nav_bt{	margin: 0;}
	.nav_b,
	.nav_bt{
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
		position: relative;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.nav_b{
		display: block;
		width: 100%;
		height: 49px;
		border: none;
	}
	.nav_bt{
		width : -webkit-calc(100% / 4);/** FOR MENU **/
		width : calc(100% / 4);/** FOR MENU **/
		height: 49px;
		position: static;
		border-left: 1px solid #ccc;
		border-right: none;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav.no_nav .nav_bt{	width: calc(100% / 3);}/** FOR MENU ONLY CHIBA **/
	.nav_bt , .nav_bt a{
		-webkit-transition	: none;
		-moz-transition		: none;
		-o-transition		: none;
		transition		: none;
	}
	.nav_bt:nth-of-type(1){	background: url(../img/menu/sp01.png) no-repeat center center;-webkit-background-size: 52px 49px;	background-size: 52px 49px;}
	.nav_bt.nav_shop{	background: url(../img/menu/sp03.png) no-repeat center center;-webkit-background-size: 52px 49px;	background-size: 52px 49px;}
	.nav_bt.nav_exp{	background: url(../img/menu/sp05.png) no-repeat center center;-webkit-background-size: 52px 49px;	background-size: 52px 49px;}
	.nav_bt.nav_bookmark{	background: url(../img/menu/sp06.png) no-repeat center center;-webkit-background-size: 52px 49px;	background-size: 52px 49px;}
	.nav_bt:nth-of-type(1){	border-left: none;}
	.nav_ul{
		overflow: hidden;
		width: 100%;
		text-align: left;
		position: absolute;
		top: 50px;
		left: 0 !important;
		z-index: 1000;
		display: none;
	}
	.nav_ul li{
		background: url(../img/all/nav_li.png) no-repeat 100% 50% rgba(129, 4, 67, 0.95);
		-webkit-background-size: 22px 22px;
		background-size: 22px 22px;
		border-bottom: 1px solid #a82b6b;
	}
	.nav_ul li.nav_user_area{
		background: url(../img/all/nav_li.png) no-repeat 100% 50% rgba(68, 46, 23, 0.95);
		-webkit-background-size: 22px 22px;
		background-size: 22px 22px;
		border-bottom: 1px solid #6b4d2d;
	}
	.nav_ul li:last-of-type{	border-bottom: none;}
	.nav_ul li a{
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 24px;
		padding: 15px 10px;
		color: #fff;
		border-bottom: none;
	}
	.nav_ul li a:hover{
		text-decoration: none;
	}
	.nav_ul a span{
		color: #ffff00;
	}

	.nav_bt:hover{	background-color: #fc379b;}
	.nav_a.click{	background-color: #fc379b;}
	.nav_a.click .nav_ul{	overflow: visible;}
	.bookmenu{
		background: rgba(36, 26, 16, 0.95);
		border-radius: 0;
		margin: 0;
		padding: 0.1px 0 15px 0;
	}
	.bookmenu h4{
		color: #2a1806;
		background: #ba8f60;
		border-radius: 0;
		padding: 5px 0 5px 32px;
	}
	.bookmenu h4:after{
		content: '';
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background: url(../img/all/booki.png) no-repeat 50% 50% #5e4429;
		-webkit-background-size: 8px 12px;
		background-size: 8px 12px;
		position: absolute;
		top: calc(50% - 9px);
		left: 10px;
	}
	.bookmenu ul{
		margin: 0 10px;
	}
	.bookmenu li{
		background: url(../img/all/nav_li.png) no-repeat 100% 50%;
		-webkit-background-size: 22px 22px;
		background-size: 22px 22px;
		border-bottom: 1px solid #493c2f;
	}
	.bookmenu li:last-of-type{	border-bottom: 1px solid #493c2f;}
	.bookmenu li a{
		font-size: 14px;
		line-height: 20px;
		margin: 0;
		padding: 12px 0;
		border: none;
	}
	.bookmenu .bookbt{
		width: 200px;
		font-size: 12px;
		background: none;
		margin: 15px auto 0 auto;
		border: 1px solid #dabb97;
		color: #dabb97;
	}
	.bookmenu .bookbt:hover{
		color: #fff;
		background: #a77b4b;
		border: 1px solid #a77b4b;
	}

	/** main **/
	main{
		width: 100%;
		margin: 0;
	}
	.pan{
		font-size: 10px;
		line-height: 20px;
		border: none;
		box-shadow: none;
		margin: 0;
	}
	.pan p{
		width: 100%;
		text-align: right;
		text-indent: 0;
		margin: 0;
		padding: 4px 5px;
		line-height: 12px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.pan p::before,
	.pan p::after{
		display: none;
	}
	#cnt{
		width: 100%;
		display: block;
		margin: 0;
	}
	#left{
		display: block;
		padding: 0;
	}

	/** footer **/
	footer{
		padding: 0 0 20px 0;
	}
	footer .farea{
		font-size: 12px;
		line-height: 16px;
		padding: 6px 5px;
	}
	footer .farea span{	display: none;}
	footer .farea br{	display: inline;}
	footer .pagetop a{
		height: 30px;
		font-size: 10px;
		padding: 14px 0 0 0;
	}
	footer .pagetop a:after{
		position: absolute;
		top: 6px;
		left: 50%;
		margin-left: -6px;
		width: 8px;
		height: 8px;
	}
	footer .ftxt{	display: none;}
	footer #copy{
		font-size: 10px;
		line-height: 14px;
		margin: 60px 10px 0 10px;
		padding: 15px 0 0 0;
		border-top: 1px solid #cbcaca;
	}
	address a{	color: #666;}
	address a:hover{	text-decoration: none;}

}
