@charset "utf-8";

/*
　 top layout
------------------------------------------*/
#topmain{
	width:100%;
	min-height:1000px;
	position:relative;
	margin-bottom:50px;
	overflow:hidden;
	min-height:1000px;
}
#topmain .topmain-inner{
	padding-top:0px;
	width:1048px;
	margin:-80px auto 80px auto;
	overflow:hidden;
}
#topmain .topmain-inner2{
	padding-top:0px;
	width:100%;
	max-width:1200px;
	margin:0px auto 0px auto;	
	overflow:hidden;
}

#topmain .topmain-inner2 .inner-1048{
	width:1048px;
	margin:0px auto;
}
#topmain .relative{
	margin-bottom:80px;
}

#topmain .recommendslider{
	width:1048px;
	overflow:hidden;
}
#topmain .recommendslider li{
	width:25%;
	float:left;
	text-align:center;
}
#topmain .recommendslider li a p{
	text-align:left;
	word-break: break-all;
	width:240px;
	margin:0px auto;
	line-height:1.4;
 	-webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
}
#topmain .recommendslider li a{
	text-decoration:none;
	font-size:13px;
	color:#eee;
}
#topmain .recommendslider li a:hover{
	text-decoration:none;
	color:#fff;
}
#topmain .recommendslider li img{
	width:230px;
	height:auto;
	margin-bottom:10px;
}

#topmain #newswaku{
	/*background:url(../images/bg_news.jpg) top center no-repeat;
	height:493px;*/
	margin-bottom:80px;
	width:100%;
	font-size:13.5px;
	color:#eee;

}
#topmain #newswaku dl{
	border-bottom:solid 1px #222;
	padding-bottom:15px;
}
#topmain #newswaku dl:first-child{
	border-top:solid 1px #222;
}
#topmain .newshide{
	background:url(../images/newsbmhide.png) left top repeat-x;
	width:100%;
	height:50px;
	position:absolute;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:999;
}


#topmain #newswaku dt{
	width:180px;
	float:left;
	line-height:1.6;
	text-align:left;
	padding-right:45px;
	padding-left:15px;
}
#topmain #newswaku dt .days{
	float:left;
}
#topmain #newswaku dt .icon{
	float:right;
}
/*イベント*/
#topmain #newswaku dt .i1,#topmain #newswaku dt .i2,#topmain #newswaku dt .i3{
	display:inline-block;
	float:right;
	width:75px;
	background:skyblue;
	padding:2px 0 2px 0;
	text-align:center;
	line-height:1;
	font-size:12px;
	margin-top:3px;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-family:Arial, Helvetica, sans-serif;
}
#topmain #newswaku dt .i1{
	background:#1677C1;
}
#topmain #newswaku dt .i2{
	background:#009944;	
}
#topmain #newswaku dt .i3{
	background:#ED6A00;
}

#topmain #newswaku dd{
	text-align:left;
	margin:0 0px 15px 240px;
	line-height:1.6;
	font-size:13.5px;
	word-break: break-all;
}

#topmain #newswaku dd:last-child{
	margin-bottom:0px;
}
#topmain #newswaku dd a{
	color:#fff;
	text-decoration:none;
}
#topmain #newswaku dd a:hover{
	text-decoration:underline;
}
#topmain #newswaku dd,
#topmain #newswaku dt{
	padding-top:15px;
}
#topmain .otherlink{
	padding:80px 0 0 0;
}
#topmain .otherlink .table{
	display:table;
	width:880px;
	margin:0px auto;
}
#topmain .otherlink .banner{
	display:table-cell;
	margin:0;
	padding:0px 0px;
	text-align:center;
}
#topmain .otherlink img{
	width:400px;
	height:auto;
}
#topmain .otherlink a img{
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease; 
}
#topmain .otherlink a:hover img{
 	-webkit-transform: translateY(-6px);
   	-moz-transform: translateY(-6px);
   	-o-transform: translateY(-6px);
   	-ms-transform: translateY(-6px);
   	transform: translateY(-6px);
}


/*#topmain #newswaku a img{
 	-webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
}
#topmain #newswaku a:hover img{
	-webkit-transform: translateY(-3px);
   -moz-transform: translateY(-3px);
   -o-transform: translateY(-3px);
   -ms-transform: translateY(-3px);
   transform: translateY(-3px);
}*/


@media screen and (max-width:800px){
#topmain{
	margin-bottom:20px;
}
#topmain .recommendslider{
	width:100%;
	overflow:hidden;
	letter-spacing: -.40em;
}
#topmain .recommendslider li{
	text-align:center;
	list-style:none;
 letter-spacing: normal;
    width: 50%;
	float:none;
    vertical-align: top;
    display: inline-block;
    /display: inline;
    /zoom: 1;	
}
#topmain .recommendslider li img{
	max-width:100%;
	height:auto;
	margin:0px auto;
	margin-bottom:10px;
}
#topmain .recommendslider li a p{
	width:auto;
}
#topmain .recommendslider li a{
	display:block;
}
#topmain .topmain-inner{
	padding-top:0px;
	width:100%;
	margin:0px auto 30px auto;
}
#topmain .recommendslider li a:nth-child(2n+1){
	margin:0 5px 20px 10px;
}
#topmain .recommendslider li a:nth-child(2n+2){
	margin:0 10px 20px 5px;
}



#topmain #newswaku img{
	max-width:100%;
	height:auto;
}

#topmain .otherlink{
	padding:60px 0 0 0;
}
#topmain .otherlink .table{
	display:table;
	width:100%;
	margin:0px auto;
}
#topmain .otherlink .banner{
	display:block;
	margin:0 0px 20px 0;
	text-align:center;
}
#topmain .otherlink img{
	width:300px;
	height:auto;
}
#topmain .otherlink a img{
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease; 
}
#topmain .otherlink a:hover img{
 	-webkit-transform: translateY(0px);
   	-moz-transform: translateY(0px);
   	-o-transform: translateY(0px);
   	-ms-transform: translateY(0px);
   	transform: translateY(0px);
}
	

}

#topmain .recommendslider li a p.shohin{
	text-align:left;
	line-height:1.4;
	margin-bottom:5px;
}
#topmain .recommendslider li a p.price{
	text-align:right;
}
#topmain .recommendslider li a p.price span{
	font-weight:700;
	font-size:16px;
}
#topmain .recommendslider .mark{
	position:absolute;
	left:10px;
	bottom:0px;
}
#topmain .recommendslider .mark img{
	width:auto;
	margin-bottom:0px;
}
#topmain .recommendslider .mark img{
	width:auto;
	height:17px;
}


#topmain .recommendslider li a img{
	border:solid 1px #000;
 	-webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
}
#topmain .recommendslider li a:hover img{
	border:solid 1px #333;
	-webkit-transform: translateY(-3px);
   -moz-transform: translateY(-3px);
   -o-transform: translateY(-3px);
   -ms-transform: translateY(-3px);
   transform: translateY(-3px);
}
#topmain .recommendslider li a:hover .mark img{
	border:solid 1px #333;
	-webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
#topmain .recommendslider li a:hover p{
	color:#ccc;
}
#topmain h2{
	font-size:14px;
	text-align:center;
	line-height:1.4;
	margin-bottom:30px;
	font-weight:normal;
}
#topmain h2 span{
	font-size:50px;
	font-weight:300;
}


#topmain .main-slider{
	width:100%;
	position:relative;
	z-index:-1;
}
#topmain .main-1{
	background:url(../images/topimage1.jpg) top center no-repeat;
	height:743px;
}
#topmain .main-2{
	background:url(../images/topimage2.jpg) top center no-repeat;
	height:743px;
}
@media screen and (max-width:680px){
#topmain h2 span{
	font-size:30px;
	font-weight:300;
}
#topmain h2{
	font-size:12px;
	line-height:1.6;
	margin:20px 10px 30px 10px;
}
#topmain .main-1{
	background:url(../images/topimage1_sp.jpg) top center no-repeat;
	height:400px;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;

}
#topmain .main-2{
	background:url(../images/topimage2_sp.jpg) top center no-repeat;
	height:400px;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#topmain .recommendslider .mark{
	left:10px;
	bottom:22px;
}
#topmain .recommendslider .mark img{
	width:auto;
	height:15px;
}
.b03_skewed_slide_in{
	margin-bottom:70px!important;
}

#topmain #newswaku dl{
	border-bottom:none;
	padding-bottom:0px;
}
#topmain #newswaku{
	margin-bottom:0px!important;
	width:100%;
	overflow:hidden;
	font-size:13.5px;
	max-height:auto;
	height:auto;
}
#topmain #newswaku dl{
	border-bottom:none;
	padding-bottom:0px;
}

#topmain #newswaku dt{
	float:none;
	width:auto;
	overflow:hidden;
	font-size:12px;
	margin-bottom:10px;
	padding:5px 10px 3px 10px;
}
#topmain #newswaku dd{
	text-align:left;
	margin:0 10px 15px 10px;
	line-height:1.6;
	word-break: break-all;
	padding-bottom:13px;
}
#topmain #newswaku dt{
	background:#333;
	padding:5px 10px 3px 10px;
}
#topmain #newswaku dt .i1,#topmain #newswaku dt .i2,#topmain #newswaku dt .i3{
	margin:0px;
	font-size:12px;
}
#topmain #newswaku .icon{
}
#topmain #newswaku dd{
	padding-top:0px;
	padding-bottom:20px;
}

}
@media screen and (max-width:500px){
	#topmain .main-1{
	background:url(../images/topimage1_sp.jpg) top center no-repeat;
	height:330px;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;

}
#topmain .main-2{
	background:url(../images/topimage2_sp.jpg) top center no-repeat;
	height:330px;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

}
@media screen and (max-width:360px){
#topmain .main-1{
	background:url(../images/topimage1_sp.jpg) top center no-repeat;
	height:280px;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;

}
#topmain .main-2{
	background:url(../images/topimage2_sp.jpg) top center no-repeat;
	height:280px;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

}
#slider-next{
	background:url(../images/arrow-r.png) 0 0 no-repeat;
	width:48px;
	height:48px;
	position:absolute;
	top:50%;
	margin-top:-24px;
	right:-60px;
	opacity:0.6;  
	filter: alpha(opacity=60);  
	-ms-filter: "alpha( opacity=60 )"; 
 	-webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out; 
}
#slider-prev{
	background:url(../images/arrow-l.png) 0 0 no-repeat;
	width:48px;
	height:48px;
	position:absolute;
	top:50%;
	margin-top:-24px;
	left:-60px;
	opacity:0.6;  
	filter: alpha(opacity=60);  
	-ms-filter: "alpha( opacity=60 )";  
 	-webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;

}
#slider-next a,#slider-prev a{
	display:block;
	width:48px;
	height:48px;
	text-indent: -9999px;
	z-index: 9999;
}

#slider-next:hover,#slider-prev:hover{
	opacity:1;  
	filter: alpha(opacity=100);  
	-ms-filter: "alpha( opacity=100 )";  
}

#profilearea2{
	min-height:400px;
	margin-bottom:80px;
	float:left;
	width:50%;
	background:url(../images/bg_profile2.jpg) top center no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#aboutarea2{
	min-height:400px;
	margin-bottom:80px;
	float:left;
	width:50%;
	background:url(../images/bg_store.jpg) top center no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

#aboutarea2 a,#profilearea2 a{
	color:#fff;
	text-decoration:none;
}
#aboutarea2 h3,#profilearea2 h3{
	font-size:50px;
	font-weight:300;
	margin-bottom:20px;
	margin:0 20px 20px 20px;
	padding-top:20px;
	background:url(../images/arrow2.png) 98% 20px no-repeat;
}
#aboutarea2 a h3,#profilearea2 a h3,#aboutarea2 a p,#profilearea2 a p{
 	-webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
	margin-left:20px;
}
#aboutarea2 a:hover h3,#profilearea2 a:hover h3{
	background:url(../images/arrow2.png) 100% 20px no-repeat;
}
#aboutarea2 h3 span.sub,#profilearea2 h3 span.sub{
	font-size:20px;
	color:#E10000;
}
#aboutarea2 .box,#profilearea2 .box{
	width:auto;
  	background: rgba(0, 0, 0, 0.6);
	display:block;
	height:180px;
	margin:250px 20px 0px 20px;
}
#aboutarea2 .box .box-inner,
#profilearea2 .box .box-inner{
	display:table-cell;
	padding-top:200px;
	vertical-align:top;
}
#aboutarea2 .box p,#profilearea2 .box p{
	font-size:13px;
	line-height:1.8;
	margin-right:20px;
}

#map-canvas{
	width:100%;
	height:500px;
	background:#222;
}

@media screen and (max-width:680px){
#profilearea2{
	margin-bottom:30px;
	float:none;
	width:100%;
	background:url(../images/bg_profile2.jpg) center top no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	border-top:solid 1px #000;min-height:auto;
}
#aboutarea2{
	margin-bottom:60px;
	float:none;
	min-height:auto;
	width:100%;
	background:url(../images/bg_store.jpg) center top no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	border-top:solid 1px #000;
}

#aboutarea2 .box,#profilearea2 .box{
	width:auto;
	display:block;
	height:140px;
	padding:10px 0px 0px 0px;
	margin:160px 20px 0px 20px;
}
#map-canvas{
	width:100%;
	height:300px;
	background:#222;
}
#aboutarea2 h3,#profilearea2 h3{
	font-size:30px;
	font-weight:300;
	margin-bottom:20px;
	margin:0 10px 20px 10px;
	padding-top:20px;
	background:url(../images/arrow2.png) 98% 20px no-repeat;
	background-size:auto 30px;
}
#aboutarea2 a:hover h3,#profilearea2 a:hover h3{
	background:url(../images/arrow2.png) 100% 20px no-repeat;
	background-size:auto 30px;
}

#aboutarea2 h3 span.sub,#profilearea2 h3 span.sub{
	font-size:14px;
	color:#E10000;
}
#topmain .relative{
	margin-bottom:30px;
}

}

@media screen and (max-width:320px){
#profilearea2{
	margin-bottom:0px;
}
#aboutarea2{
	margin-bottom:0px;
}
}
