/* 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;

}

body{

}
/* 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;
    line-height: 10px !important;
	}


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

header{
	width:100%;
	height:40px;
	z-index:13;
    background-size: 120px;
        background-color:#000;
    position: fixed;
	}
header img{
	margin:15px 0 0 0;
	}
header .snsicon{
	margin:2px 0 0 0;
	padding:0 0 0 16px;
}
header h1 a{
    display: block;
    width: 223px;
    height: 20px;
    background: url(../img/head_logo_sp.png) no-repeat center left;
    background-size:cover;
    margin:10px 10px;
}
	
.headsns{
    display: block;
    position: absolute;
    z-index: 100;
    background: #000;
    width: 80%;
    margin: 40px;
}
.headsns a{
    display: block;
    text-align: center;
    float: left;
    background: #ff0000;
    width: 33%;
    height: 20px;
    padding-top: 3px;
    background: center center;
}
	
/* 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;
    
    display: none;
	}
	
nav ul{
	background-image:url(../img/bk_menu.png);
	background-repeat:no-repeat;
	width:100%;
	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:88px;}	
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:88px;}
nav .m7 a{ background-position: -704px 0px; width:68px;}
nav .m8 a{ background-position: -775px 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:88px;}
nav .m7 a span.hover{ background-position: -704px -57px;  width:68px;}
nav .m8 a span.hover{ background-position: -775px -57px;}


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

#main{
	height:360px;
    width: 100%;
    padding-top: 40px;
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
#main article{
	margin:0 auto;
	padding:0 0 0;
	width:100%;
	text-align:center;
	position:relative;
	}

#main h1{
	position:absolute;
	z-index:10;
	}
	
#main div#photo img {	
	display : none;
}
#main .main_sp{
        height: 360px;
}
#main .main_sp h1{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
#main .main_sp h1 img{
    width: 200px;
    text-align: center;
    margin: 0 auto;
}
#slidewrapper{
    width: 100%;
}
#slideshow_sp {
position:relative;
    overflow: hidden;
    height: 360px;
margin:0 0 0 0px;
}

#slideshow_sp span{
	display:block;
	height:461px;
}

#slideshow_sp img {
position:absolute;
    min-width: 450px;
top:0;
left:0;
z-index:1;
    
width: 100%;
}
#slideshow_sp img.active {
z-index:3;
}
#slideshow_sp img.last-active {
z-index:2;
}

#main div#btn{
    width: 100%;
	position:absolute;
	background-repeat:no-repeat;
	background-position:0px 176px;
    margin: -120px auto 0;
    text-align: center;
    padding: 0px 0 0 0;
	z-index:100;
	}
#main div#btn img{
	margin:0 0 0 -5px;
    width: 150px;
	}
#sns{
	margin:20px auto 0 auto;
	width:100%;
	text-align:center;
	}
/*
#twitter{ margin-bottom: 50px}
#twitter iframe{
    width: 200px !important;
}
iframe.twitter-share-button {
width: 80px!important;
}
*/

h2 img{
    display: none;
	}

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

#wrapper{
    margin-top: 90px;
	}
#aisatu{
	width:100%;
	margin:50px auto 50px auto;
	padding:0;
	position:relative;
	}	
#aisatu h2{
	margin:0px 0 20px 0;
    background: url(../img/tit1_sp.png) no-repeat top center;
    background-size:contain;
    height: 28px;
	}
#aisatu .aisatu_text{
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-family:"Sawarabi Mincho" ,'Hiragino Mincho ProN',serif;
}
#aisatu div{
    text-align: center;
}
#aisatu div img{
	margin:20px auto 0;
    width: 60%;
    text-align: center;
	}
.aisatu_name{
    margin-top: 15px;
    font-size: 1.4em;
}

	
/* news ===========================================*/

#news{
	position:relative;
	margin:0 0 0px 0;
    padding-top: 50px;
    padding-bottom: 50px;
	
	background-image:url(../img/bk_white.png);
    background-position: center center;
    background-size: contain;
	}
	
#news h2{
    margin:0px 0 20px 0;
    background: url(../img/tit2_sp.png) no-repeat bottom center;
    background-size:contain;
    height: 28px;
	}	
#news .wrapper{
	position:relative;
	width:100%;
	padding:0 0 0 0px;
	margin:0 auto;
}
	


#news #twitter{
    width: 80%;
    height: 100px;
    margin: 0 auto;
    display: none;
	}
	
#news #newslist{
    overflow: scroll;
	height:400px;
	width:90%;
    margin: 0 auto;
	
	background-image:url(../img/mugi.png);
	background-repeat:no-repeat;
	background-position:center center;
    background-size: contain;
	}
	
#news dl{
	width:100%;
	border-bottom:#FFFFFF 1px solid;
    border-bottom:#876945 1px solid;
	margin:0 0 28px 0 ;
    padding: 0 0 28px 0;
    line-height: 1.8em;

	position:relative;
	overflow:hidden;

	}

	
#news dt{
	background-color:#faf0d9;
	padding:2px;
    margin: 0 0 10px;
	width:90px;
	text-align:center;
	color:#a18469;
	
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	}

#news dd{
	width:100%;
	margin:0 0 14px 0;
	color:#a18469;
	}
	
#news dd{
	display:block;
    font-size: 15px;
	font-style:normal;
	margin:0 0 0px 0;
	color:#000000;
	}

#newslist_sp{
    width: 90%;
    margin: 0 auto;
    overflow-y: scroll;
    height: 400px;
}
#newslist_sp em{
    display: block;
    font-weight:bold;
    margin-bottom:10px;
}

#news dl a{
    text-decoration: underline;
    color: brown;
}


/* Tiny Scrollbar */

#newslist .scrollbar{ 
display: block;
/*
    margin-top:-240px;
*/}

/*
#newslist { width: 100%; margin: 0; }
#newslist .viewport { width: 95%; height: 500px; overflow: hidden; position: relative; }
#newslist .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }

*/


#news .sp_twittter{
    margin: 20px 0 0 0;
    padding: 0;     
}
#news .sp_twittter a{
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 30%;
    margin: 0  auto;
}

.news dd,
.news dt,
.news h1{
    color: #666;
    line-height: 1.5em;
}


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


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

#about h2{
    margin:0px 0 20px 0;
    background: url(../img/tit3_sp.png) no-repeat bottom center;
    background-size:contain;
    height: 28px;
	}	
	
#text1,#text2
{
margin:0 0 40px 0;

}

#about h3{
	background-repeat:no-repeat;
	height:20px;
	margin:0 0 10px 0;
    font-size: 18px;
    font-family: serif;
    background:url(../img/mark_sp.png) no-repeat ;
    background-size: contain;
    padding: 0 0 0 24px;
	}
	
#about p{
	padding:0 0 0 0px;
    font-size: 14px;
    line-height: 26px;
	}
#about p br{
    display: none;
	}	

#about p span{
    display: block;
}	
#about p span br{
    display: block;
}		

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

#howto{
	background-color:#000000;
    padding:50px 0;
	}
#howto .wrapper{
	position:relative;
	width:90%;
	padding:0 0 0 0px;
	margin:0 auto;
    text-align: center;
	color:#FFF;
	z-index:10;
}

#howto h2{
    margin:0px 0 40px 0;
    background: url(../img/tit4_sp.png) no-repeat bottom center;
    background-size:contain;
    height: 28px;
	}	
#howtolist{

	}
	
#howtolist dl{
	background-color:#FFFFFF;
	width:100%;
	margin:0 0 15px 0;
	}
#howtolist dl dt{
	}
#howtolist dl dt img{
    width: 100%;
	}
#howtolist dl dd{
	padding:0px 2% 0 2%;
	color:#000;
	line-height:17px;
	}
#howtolist dl dd.t1{
	padding:8px 5% 12px;
	}

#howtolist dl dd.t2{
	padding:8px 5% 12px;
	}
	
#howtolist dl dd.t3{
	padding:8px 5% 12px;
	}
#howtolist dl dd.t4{
	padding:8px 5% 12px;
	}
#howtolist .kansei{
    width: 100%;
}
#howtolist h3,
#howtolist .caption,
#howtolist .end{

	text-align:center;
	margin:0 0 15px 0;
	}
#howtolist .caption{
	margin:0 0 40px 0
	}
#howtolist .end{
	margin:20px 0 60px 0
	}

#howtolist h3 img{
    width: 100%;
}
#howtolist .caption br{
    display: none;
}

/* buy ===========================================*/
#buy-miso{
    display: block;
    background: #fff;
    height: 3px;
    width: 100%;
    margin: 0px;
}


#buy{
    width: 100%;
    position: relative;
    overflow:hidden; 
    margin-top: 50px;
}
#buy .wrapper{
	position:relative;
	width:100%;
	padding:0 0 0 0px;
	margin:0px auto 50px;
}

#buy h2{
	position:absolute;
	right:-40px;
	}
	
#buy .wrapper .buydetail{
	width:100%;
	}
	
#buy .wrapper .buydetail p img{
   
	}
	
#buy .buywrapper{
    margin-top: -10px;
	padding:50px 5% 0 5%;
	background-image:url(../img/bk_white.png);
	}
#buy .ph100{
    width: 100%;
}	
#buy h1{
	margin:0 0 10px 0;
	}
	
#buy table{
	margin:0px 0;
	width:100%;
	}
	
#buy .detail{
	background-color:#fbf6ed;
	border-top: solid #baa48b 1px;
	border-left: solid #baa48b 1px;
	margin:15px 0 8px 0;
	}
#buy .detail th{
	background-color:#f0e3d5;
	}
#buy .cartjs_product_table .price{
	color:#D53002;
	font-size:18px;
	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 0;
	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;
	}

.redline{
    display: block;
    margin-top: 10px;
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 6px;
    text-align: center;
}

.buybtn{
	text-align:center;
	}

.tyui{
	margin:0px 0 10px 0;
	padding:10px  0;
	position:relative;
	overflow:hidden;
	}
.tyui p{
    width: 100% !important;
	}

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

#pay, #yuso{ font-size:10px; line-height:15px;}
#pay{
	width:100%;
	}
#yuso{
	width:100%;
    margin-top: 20px;
	}
	
#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;
    margin-top: -30px;
	}
#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;
	right:30px;
	top:100px;
}
.photo img{
    width: 90px;
    height: 90px;
}


.graph{
    width: 200px !important;
    text-align: center;
    margin: 20px auto 0;
}

footer{
	background-color:#eee;
	margin:0px 0 0 0;
	padding:10px 0 0;
	}
	
footer .wrapper{
	width:100%;
	margin:0 auto;
	text-align:center;
	position:relative;
}

footer h4{
	border-bottom: 1px solid #666;
	margin:40px 0 5px 0;
	}
.footsns{
    display: block;
}
.footsns a{
    display: block;
    text-align: center;
    float: left;
    background: #ff0000;
    width: 33%;
    height: 40px;
    padding-top: 18px;
    background: center center;
}

#maganine,#info,#contact{
	text-align:left;
	width:90%;
    margin: 0 auto;    
	}
	
#maganine{
	left:0px;
	}
#maganine ul{
    height: 270px;
    overflow: scroll;
}
#maganine li span{
    display: block;
    color: #d8b68f;
}
#maganine li{
	border-bottom:#999 1px dotted;
	padding:6px 0 0 0px;
    position: relative;
    overflow: hidden;
	}	
#maganine ul p{
    float: right;
    width: 83%;
}
#maganine ul img{
    float: left;
    /*
    position: absolute;
    top: 10px;
    left: 0;
    */
    width:15%;
    margin: 8px 0;
}


#info{
	left:330px;
	}
#contact{
	left:660px;
	}
#map{
	text-align:left;
    margin-top: 30px;
	}
#map iframe{
    width: 100% !important;
    margin: 0 0 40px 0;
	}

footer small{
    width: 100%;
    color: #fff;
    background: #000;
    text-align: center;
    padding: 10px 0;
}
#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: block;
}
.pc{
    display: none;
}
