@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Prata');
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Meie+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

img{
	border:0;
}

#container{
	width:100%;
	height:100%;
	text-align:center;
}
body{
	margin:0;
	padding:0;
	background-color:#000;
}
#header{
	width:100%;
	min-width:1050px;
	text-align:center;
	padding-top:40px;
	position:relative;
}
#logo{
	width:330px;
	margin:0 auto;
}
#logo img{
	width:100%;
	height:auto;
}
#gn{
	width:100%;
	height:50px;
	text-align:center;
	background-color:#fff;
	margin-top:30px;
}
#gn ul{
	margin:0;
	padding:0;
	width:1001px;
	margin:0 auto;
}
#gn li{
	display:inline;
	margin:0 0 0 10px;
	padding:0;
}
#gn img{
	width:auto;
	height:50px !important;
}
#allbox{
	width:1000px;
	margin:0 auto;
	padding:80px 0 0 0;
	text-align: center;
}
#category_mainimg{
	width:1000px;
}
#footer{
	width:100%;
	text-align:center;
	font-size:11px;
	color:#666;
	padding:100px 0 30px 0;
	letter-spacing:1px;
}
#payment_btn{
	width:160px;
	height:46px;
	position:absolute;
	top:0;
	right:80px;
}
#payment_btn a img{
	transition: all  0.3s ease-out;
}
#payment_btn a:hover img{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	transition: all  0.3s ease;
	
}
#sns_area{
	width:400px;
	height:43px;
	position:absolute;
	top:40px;
	left:50px;
}
#sns_area ul{
	list-style:none;
	padding:0;
}
#sns_area li{
	float:left;
	margin-left:15px;
}
#sns_area li img{
	height:38px;
	width:auto;
}
#sns_area li a img{
	transition: all  0.3s ease-out;
	opacity:0.9;
}
#sns_area li a:hover img{
	opacity:0.6;
	transition: all  0.3s ease;
}
#acMenu dl{
	width:1000px;
}
#acMenu dt img{
	width:1000px;
	height:auto;
}
#acMenu dt{
	display:block;
	width:1000px;
	height:200px;
	cursor:pointer;
	background-color:#fff;
	padding:0;
	margin-top:50px;
	}
#acMenu dd{
	background:#000;
	width:900px;
	display:none;
	margin:0 0 0 -20px;
	color:#fff;
	padding:0 ;
	}
#go_top_btn{
	width:1000px;
	text-align: center;
}
#go_top_btn img{
	width:29px !important;
	height:auto;
}
#box01{
	width:900px;
	padding:50px;
	background-color:#fff;
	margin-top:50px;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */  
}
#box01_b{
	width:500px;
	padding:50px;
	background-color:#fff;
	margin:50px auto 0 auto;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */  
}
#tejyun_box1{
	width:950px;
	font-size:16px;
	line-height:32px;
	letter-spacing:3px;
	font-family:NotoSans-L;
	padding:50px 0 50px 20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#tejyun_box1 img{
	width:100%;
	height:auto;
}
.tejyun_box2{
	width:860px;
	border:#fff solid 1px;
	padding:20px;
	margin-bottom:30px;
	font-family:NotoSans-L;
}
.tejyun_box2 p{
	width:172px;
	height:132px;
	margin:0;
	float:left;
}
.tejyun_naiyou{
	width:648px;
	height:162px;
	float:right;
	border-left:#fff solid 1px;
	color:#fff;
	padding-left:30px;
	text-align:left;
}
.banner{
	margin:30px 0;
	border:#666 solid 1px;
}
.banner img{
	width:100%;
	height:auto;
}
#clear{
	clear:both;
	width:100%;
}
.mt_50{
	margin-top:50px;
}
.fs90{font-size:90%;}
.fs85{font-size:85%;}



