/* html ===========================================*/
*{
margin:0;
padding:0;
}

html{
font-size:75%;
line-height:1.9em;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
　　display:block;
}

html,body{
    margin:0;
    padding:0;
    height:100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* font ===========================================*/
h1,h2,h3,h4,h5,h6{
font-weight:normal;
}

nav ul,ul{
	list-style:none;
	}

a img{
	border:none;
	}

a:link,
a:visited,
a:active{
	color:#000;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}

body{
font-family:Arial, Helvetica, sans-serif;
background-image:url(../img/bk_main.jpg);
}
.cap{
	font-size:9px;
	}


/* logo ===========================================*/

header{
	width:54px;
	height:100%;
	z-index:13;
	position:fixed;
	background-color:#000000;
	}
header img{
	margin:15px 0 0 0;
	}
header .snsicon{
	margin:2px 0 0 0;
	padding:0 0 0 16px;}
	
header a:hover img {
-moz-opacity:0.8;
opacity:0.8;
filter: alpha(opacity=80);
}
#sns img{
    display: inline !important;
}
	
/* navi ===========================================*/

nav{
	background-image:url(../img/bk_menu.gif);
	background-repeat:repeat-x;
	height:83px;
	padding:0 0 0 50px;
	width:100%;
	
	position:fixed;
	z-index:12;
	}
	
nav ul{
	background-image:url(../img/bk_menu.png);
	background-repeat:no-repeat;
	width:900px;
	height:83px;
	margin:0 auto;
	padding:15px 0 0 0px;
	}

nav ul li {
	height:56px;
	width:115px;
	float:left;
	display:block;
		}
		
nav ul .m5 { margin-right:15px}	
nav ul .m6 {width:108px;}	
nav ul .m7 {width:68px;}	
nav ul .m8 {width:95px;}	
	
nav ul li a
{
	float:left;
	display:block;
	height:56px;
	width:115px;
	text-indent:-10000px;
	background-image:url(../img/menu.png);
	background-repeat:no-repeat;
	}
	
nav ul li a span.hover
{
	margin-top:-22px;
	display:block;
	height:56px;
	width:115px;
	text-indent:-10000px;
	background-image:url(../img/menu.png);
	background-repeat:no-repeat;
	}
	

nav .m1 a{ background-position: 0px 0px; }
nav .m2 a{ background-position: -115px 0px; }
nav .m3 a{ background-position: -230px 0px; }
nav .m4 a{ background-position: -347px 0px;}
nav .m5 a{ background-position: -462px 0px; width:117px;  margin-right:15px;}

nav .m6 a{ background-position: -613px 0px; width:108px;}
nav .m7 a{ background-position: -727px 0px; width:68px;}
nav .m8 a{ background-position: -800px 0px; width:95px;}


nav .m1 a span.hover{ background-position: 0px -57px; }
nav .m2 a span.hover{ background-position: -115px -57px; }
nav .m3 a span.hover{ background-position: -230px -57px; }
nav .m4 a span.hover{ background-position: -347px -57px;}
nav .m5 a span.hover{ background-position: -462px -57px; width:117px;  margin-right:15px}

nav .m6 a span.hover{ background-position: -613px -57px; width:108px;}
nav .m7 a span.hover{ background-position: -727px -57px;  width:68px;}
nav .m8 a span.hover{ background-position: -800px -57px;}


/* main ===========================================*/

#main{
	background-color:#000;
	height:518px;
	padding:85px 0 0 0;
	
	background-image:url(../img/line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	
	}
	
#main article{
	margin:0 auto;
	padding:0 0 0 55px;
	width:900px;
	text-align:center;
	position:relative;
	}

#main h1{
	position:absolute;
	top:22px;
	left:640px;
	z-index:10;
	}
	
#main div#photo img {	
	display : none;
}

#slideshow {
position:relative;
margin:0 0 0 20px;
}

#slideshow span{
	display:block;
	height:461px;

}

#slideshow img {
position:absolute;
top:0;
left:0;
z-index:1;
}
#slideshow img.active {
z-index:3;
}
#slideshow img.last-active {
z-index:2;
}




#main div#btn{
	position:absolute;
	top:285px;
	left:792px;
	background-image:url(../img/hisigata.png);
	background-repeat:no-repeat;
	background-position:0px 176px;
	width:205px;
	height:350px;
	
	z-index:10;
	}

#main div#btn img{
	margin:0 0 0 -5px
	}


#sns{
	margin:20px auto 0 auto;
	width:500px;
	text-align:center;
	
	}

iframe.twitter-share-button {
width: 80px!important;
}


/* contents ===========================================*/

#wrapper{
	
	}
	
#aisatu{
	width:910px;
	margin:0 auto 150px auto;
	padding:0 0 0 56px;
	position:relative;
	}
	
#aisatu h2{
	position:absolute;
	left:860px;
	margin:6px 0 0 0;
	}
	
#aisatu div img{
	margin:90px 0 0 0;
	}
	
	
/* news ===========================================*/

#news{
	background-color:#;
	position:relative;
	height:920px;
	margin:0 0 0px 0;
	
	background-image:url(../img/bk_white.png);
	}
	
#news h2{
	position:absolute;
	left:60px;
	}
	
#news .wrapper{
	position:relative;
	width:910px;
	padding:0 0 0 50px;
	margin:0 auto;
}
	
	
#news #twitter{
    display: block;
    padding: 15px 30px;
    margin: 50px auto 0 auto;
    font-size: 16px; 
    background: #000;
    color: #fff;
    width: 20%;
    text-align: center;
	}
#news #twitter a{
    color: #fff;
}
	
#news #newslist{
    margin: 0px 0 0 240px;
    padding: 150px 0 0 0;
	height:570px;
    /* width:515px; */
	
	background-image:url(../img/mugi.png);
	background-repeat:no-repeat;
	background-position:125px 154px ;
	}
#news dl{
	width:100%;
	border-bottom:#876945 1px solid;
	margin:0 0 28px 0 ;
    font-size: 15px;
    line-height: 1.8em;
	
	position:relative;
	overflow:hidden;
	}
	
#news dl dt{
	background-color:#faf0d9;
	padding:2px;
    margin-right: 50px;
	width:110px;
	text-align:center;
	color:#a18469;
	float:left;
	
	
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	}

#news dl dd{
	float:right;
	width:495px;
	margin:0 0 28px 0;
	color:#666;
	}
	
#news dl em{
	display:block;
	font-weight:bold;
	font-style:normal;
	margin:0 0 0px 0;
	color:#000000;
	}
#news dl a{
    text-decoration: underline;
    color: brown;
}


/* Tiny Scrollbar */
#newslist { width: 700px; margin: 0; }
#newslist .viewport { width: 670px; height: 570px; overflow: hidden; position: relative; }
#newslist .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#newslist .scrollbar{ background: transparent url(../img/bk_scroll.gif) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#newslist .track { background: transparent url(../img/bk_scroll.gif) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#newslist .thumb { background: transparent url(../img/bg-scrollbar-thumb-y.gif) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -7px; }
#newslist .thumb .end { background: transparent url(../img/bg-scrollbar-thumb-y.gif) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#newslist .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }


.news h1{
    font-size: 20px;
    margin-bottom: 20px;
}


/* about ===========================================*/
#about{
	background-color:#000;
	position:relative;
	height:1290px;
	margin:0 0 0 0;
	z-index:10;
	line-height:23px;
	
	background-image:url(../img/bk_about.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}
	
#about .wrapper{
	position:relative;
	width:910px;
	padding:0 0 0 0px;
	margin:0 auto;
	color:#FFF;
}

#about h2{
	position:absolute;
	right:-40px;
	}
	
#text1,#text2
{
width:600px;
margin:0 0 70px 0;

}
	
#text1
{
	padding-top:130px;
	}
#text1,
#text2,
#text3
{
	padding-left: 60px;
	}
	
	

#text3{
	width:900px;
	}	
#about .left{
	float:left;
	width:410px;
	margin:0 50px 0 0;
	}
	
#about .right{
	float:right;
	width:370px;
	margin:0;
	padding:0;
	}
	
#about h3{
	background-repeat:no-repeat;
	height:51px;
	text-indent:-5000px;
	margin:0 0 10px 0;
	}

#about #text1 h3{
	background-image:url(../img/subtit.png);
	}
#about #text2 h3{
	background-image:url(../img/subtit.png);
	background-position:0px -47px;
	}
#about #text3 h3{
	background-image:url(../img/subtit.png);
	background-position:0px -93px;
	}
	
#about p{
	padding:0 0 0 60px;
	}
	

	
	

/* howto ===========================================*/	

#howto{
	background-color:#000000;
	height:2620px;
	}
#howto .wrapper{
	position:relative;
	width:910px;
	padding:0 0 0 0px;
	margin:0 auto;
	color:#FFF;
	z-index:10;
}

	
#howto h2{
	position:absolute;
	left:30px;
	}
	
#howtolist{
	position:absolute;
	left:280px;
	top:160px;
	}
	
#howtolist dl{
	background-color:#FFFFFF;
	width:678px;
	height:108px;
	margin:0 0 15px 0;
	position:relative;
	overflow:hidden;
	}
#howtolist dl dt{
	float:left;
	width:363px;
	}
#howtolist dl dd{
	float:right;
	width:250px;
	padding:0px 24px 0 0px;
	color:#000;
	line-height:17px;
	}


#howtolist dl dd.t1{
	padding-top:48px;
	}

#howtolist dl dd.t2{
	padding-top:38px;
	}
	
#howtolist dl dd.t3{
	padding-top:32px;
	}
#howtolist dl dd.t4{
	padding-top:23px;
	}
	
#howtolist h3,
#howtolist .caption,
#howtolist .end{
	width:678px;
	text-align:center;
	margin:0 0 15px 0;
	}
#howtolist .caption{
	margin:0 0 40px 0
	}
#howtolist .end{
	margin:20px 0 60px 0
	}


/* buy ===========================================*/

#buy .wrapper{
	position:relative;
    overflow: hidden;
	width:910px;
	height:2380px;
	padding:0 0 0 0px;
	margin:0 auto;
}

#buy h2{
	position:absolute;
	right:-40px;
	}
	
#buy .wrapper .buydetail{
	width:678px;
	left:30px;
	position:absolute;
	}
	
#buy .wrapper .buydetail p img{
	margin:0px 0 -7px 0;
	padding:150px 0 0 0;
	}
	
#buy .buywrapper{
	padding:50px 55px 0 55px;
	background-image:url(../img/bk_white.png);
	}
	
#buy h1{
	margin:0 0 30px 0;
	}
	
#buy table{
	margin:0 0;
	width:568px;
	}
	
#buy .detail{
	background-color:#fbf6ed;
	border-top: solid #baa48b 1px;
	border-left: solid #baa48b 1px;
	margin:38px 0 8px 0;
	}
#buy .detail th{
	background-color:#f0e3d5;
	}
#buy .cartjs_product_table .price{
	color:#D53002;
	font-size:20px;
	font-weight:bold;
	}
	
	
#buy .detail td,
#buy .detail th{
	border-bottom: solid #baa48b 1px;
	border-right: solid #baa48b 1px;
	}
	
#buy .detail td,
#buy .detail th{
	padding:12px;
	}

#buy .tt{
	border-top: solid #000 1px;
	}
#buy .cartjs_product_table table{
	width:100%;}

#buy .cartjs_product_table td,
#buy .cartjs_product_table th
{
	border-bottom: solid #000 1px;
	font-size:15px;
	padding:15px;
	font-weight:normal;
	}
#buy .cartjs_product_table th{
	text-align:left;}
#buy .cartjs_product_table td{
	text-align:right;
	}
#buy .cartjs_product_table input,
#buy .cartjs_product_table select option
{
	font-size:15px;
	}
	
.buybtn{
	text-align:center;
	}

.tyui{
	border-top: 1px solid #000;
	margin:40px 0 10px 0;
	padding:25px  0;
	position:relative;
	overflow:hidden;
	}

.tyui b{
	color:#C60;
	font-size:14px
	}
.cartjs_cart_in{
	margin: 30px 0 0 0;
	padding:20px 0 0 0;
	height:285px;
	}
	
.cartjs_cart_in input{
	margin: 30px 0 0 0;
	
	}

#pay, #yuso{ font-size:10px; line-height:15px;}
#pay{
	width:260px;
	float:left;
	}
#yuso{
	width:260px;
	float:right;
	}
	
#buy .wrapper .buydetail p#pay img,
#buy .wrapper .buydetail p#yuso img{
	margin:0;
	padding:0;
	}

#buycap{
	position:relative;
	overflow:hidden;
	padding:0 0 30px 0;
	}
#buyfoot{
	background-color:#d8b68f;
	padding:15px 0;
	text-align:center;
	margin:0 0 0px 0;
	}
#buycap em{
	font-style:normal;
	font-weight:bold;
	display:block;
	margin:10px 0 3px 0;
	border-bottom: #999 1px dotted;
	}
	
.photo{
	position:absolute;
	left:445px;
	top:228px;}

.graph{
    width:250px;
    float:right;
}
.redline{
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 6px;
}




footer{
	background-color:#eee;
	margin:100px 0 0px 0;
	padding:50px 0;
    position: relative;
    overflow: hidden;

	}
	
footer .wrapper{
	width:910px;
	margin:0 auto;
	text-align:center;
	position:relative;
}


footer h4{
	border-bottom: 1px solid #666;
	margin:0 0 15px 0;
	}
	
#maganine{
	width:100%;
    text-align: left;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
	}
#info,#contact{
	text-align:left;
	width:50%;
    float: left;
	}
#info .infowrapper{
    position: relative;
    overflow: hidden;
}
#maganine{
	left:0px;
	}
#maganine li{
	border-bottom:#999 1px dotted;
	padding:6px ;
    width: 320px;
    padding: 0px 20px 0 110px;
    height: 120px;
    float: left;
    text-align: left;
    position: relative;
	}
#maganine li img{
    position: absolute;
    top: 10px;
    left: 0;
}

#maganine li span{
    font-size: 10px;
    color: #d8b68f;
    display: block;
    margin-top: 10px;
}
#maganine h4{
    margin: 0;
    padding: 0;
}

#info{
	left:330px;
	}
#contact{
	left:660px;
	}
#map{
    margin-top: 30px;
	text-align:left;
	}

#smp_message{
	display:none;
	background-color:#993300; 
	font-size:12px; 
	color:#FFF; 
	padding:15px; 
	text-align:center;
	margin-bottom:50px
	}








@media screen and (max-device-width: 480px) {
	#parallax-bg3,
#parallax-bg2,
#parallax-bg1{
	display:none;
	}
}




.sp{
    display: none !important;
}
.pc{
    display: block !important;
}
