@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Andada);
*{
	   
margin: 0;   
padding: 0;   
}

*{
	font-family: 'Hiragino Kaku Gothic ProN',Meiryo , sans-serif;
}

/* 全体
================================================== */
body{
	margin: 0 auto;
	padding: 0;
	line-height: 1.5em;
	font-size: 85%;
}
a{
  outline : 0 ;
}
img{
   border:none;
}
ul,ol li{
     list-style:none;
}
dl,dt dd{
	margin:0;
	padding: 0;
}
/* リンク・マージン
================================================== */

a:link{
	color: #666; text-decoration: none;
}
a:visited{
	color: #666; text-decoration: none;
}
a:active{
	color: #666; text-decoration: none;
}
a:hover{
	color: #000; text-decoration: none;
}
a:hover *{
	filter: alpha(opacity=85);-moz-opacity:0.85;opacity:0.85;
}

/* サイズ、マージン等
================================================== */
img.w100{ width: 100%; }
img.w90{ width: 90%; }
img.w50{ width: 50%; }

.icon{
	width: 20px!important;
	height: 20px!important;
	vertical-align:middle;
	margin-right: 8px;
}

.content{
	width: 90%;
	margin: 0 auto;
}

#header_wp{
	width: 100%;
	height: 50px;
}
#header_l{
	width: 45%;
	float: left;
	margin-left: 1%;
	margin-top: 10px;
}
#header_l img{
	height: 40px;
}
#header_r{
	width: 50%;
	float: right;
	text-align:right;
	margin-right: 2%;
}
#sub_menu{
	margin-top: 18px;
}
#sub_menu li{
	margin: 0;
	padding:0;
	display: inline;
}
#sub_menu li img{
	width: 60px;
}
.b_bar{
	clear: both;
	width: 100%;
	background-color: #eee;
	text-align: center;
	color: #333;
	font-size: 0.7em;
	line-height: 1.7em;
}
.b_bar p{
	margin: 0;
	padding: 8px 2px 8px 2px;
}
span.souryou{
	font-size: 0.9em;
}
.b_bar img{
	max-height: 28px;
	height: 100%;
}

/* 見出しタイトル
================================================== */
h2 {
	position: relative;
	text-align: center;
	margin: 5px 0 5px 0;
}
h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	text-align: left;
	letter-spacing: 0.05em;
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	font-size: 80%;
}
.bgc_wh{
	background-color: #fff;
}
.bgc_beg{
	background-color: #ece9e0;
}
h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}


h3 {
	padding: .5em .75em;
	background-color: #333;
	letter-spacing: 0.05em;
	font-family: 'Libre Baskerville', serif;
	color: #fff;
	text-align:center;
	font-size: 90%;
	font-weight: normal;
}
.fc_red{
	color: #993333;
}
.fc_navy{
	color: #26287d;
}

/* ナビ
================================================== */
.navi-wp{	
	width:100%;
	height:50px;
	overflow: hidden;
}

#nav_list{
	background-color:#333;
	width:100%;
	height:50px;
	padding:0;
	top: 0;
    left: 0;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#nav_list ul{
	overflow:hidden;
	font-size:11px;
	font-weight: normal;
	text-align:center;
}
	
#nav_list ul li{
	float:left;
	width:25%;
	height:100px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
	
#nav_list ul li a{
	display:block;
	color: #ffffff;
	text-decoration: none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 45px;
	padding-top:15px
}

#nav_list ul li .menu0 { 
    background-position:50% 5px;
	background-size: 25px 21px;
}

#nav_list ul li .menu1 { 
    background-position:50% 5px;
	background-size: 25px 21px;
}
	
#nav_list ul li .menu2 {
   background-position:50% 5px;
	background-size: 25px 21px;
}

#nav_list ul li .menu3 {
   background-position:50% 5px;
	background-size: 25px 21px;
}

#nav_list ul li .menu4 {
    background-position:50% 5px;
	background-size: 25px 21px;
}

#nav_list ul li .menu5 {
   background-position:50% 5px;
	background-size: 25px 21px;
}

#nav_list ul li .menu6 {
  　background-position:50% 5px;
	background-size: 25px 21px;
}



/* スライド
================================================== */
#top_slide .item-m img{
    display: block;
    width: 100%;
    height: auto;
}
/* 検索
================================================== */
.searchbox{
	width: 90%;
	margin: 5px auto;
	height:42px;
	background:#FFF;
	text-align:left;
}
.searchbox input[type="text"]{
	border: solid 1px #cecece;
  border-radius: 10px;
	background:none;
	width:70%;
	padding:10px;
	height:22px;
	-webkit-appearance:none;
	line-height:22px;
	color: #666;
	font-size: 80%; 
}
.searchbox input.submit{
	-webkit-appearance:none;
	border:none;
	float:right;
	margin:10px 10px 0px 0px;
	width:20px;
	background:none;
}
ul.keyword{
	width: 90%;
	margin: 5px auto;
	text-align:left;
}
ul.keyword li{
	display: inline-block;
	margin: 0.1em 0.1em 0.1em 0;
}
ul.keyword li a{
	background-color: #999;
	color: #fff;
	font-size: 60%;
	display: block;
	padding: 0.2em 0.5em;
}
.banner_wp{
	width: 100%;
	margin: 0;
}	
.banner_wp img{
	width: 100%;
	max-width: 600px;

}
/* ポイント
================================================== */
.point_wp{
	width: 90%;
	margin: 5px auto 10px auto;
	padding-bottom: 5px; 
	border-bottom: 1px dotted #666;
	text-align:center;
	font-size: 80%;
}
.point_wp p{
	vertical-align:middle;
	margin-bottom: 5px;
}

span.point{
	font-size: 150%;
	color: #cc0033;
	font-weight: bold;
	margin-left: 3px;
}

/* ポイントスライド */
#point .point_bt img{
    display: block;
    width: 100%;
    height: auto;
}

/* 新作＆再入荷
================================================== */
.item_wp{
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.re_wp{
	width: 100%;
	margin:0;
	text-align: center;

}
p.info_sub{
	font-size: 70%;
	font-weight: bold;
}
.item{
	width: 25%;
	margin: 2%;
	padding: 1%;
	text-align:center;
	display: inline-block;
	vertical-align:top;
}
.item img{
	width: 100%;
}
.item p.date {
	font-size: 70%;
	font-family: 'Andada', serif;
	letter-spacing: 0.1em;
	color: #993333;
	margin: 0;
	padding: 0;
}
.item p.date_re {
	font-size: 70%;
	font-family: 'Andada', serif;
	letter-spacing: 0.1em;
	color: #26287d;
	margin: 0;
	padding: 0;
}
.item p.name {
	font-size: 60%;
	margin: 0;
	line-height: 1.5em;
}
.item p.price {
	font-size: 90%;
	font-family: 'Andada', serif;
	letter-spacing: 0.05em;
}

/* 新作インフォ 2×2用 item2 */
.item2{
	width: 40%;
	margin: 2%;
	padding: 1%;
	text-align:center;
	display: inline-block;
	vertical-align:top;
}
.item2 img{
	width: 100%;
}
.item2 p.date {
	font-size: 70%;
	font-family: 'Andada', serif;
	letter-spacing: 0.1em;
	color: #993333;
	margin: 0;
	padding: 0;
}
.item2 p.date_re {
	font-size: 70%;
	font-family: 'Andada', serif;
	letter-spacing: 0.1em;
	color: #26287d;
	margin: 0;
	padding: 0;
}
.item2 p.name {
	font-size: 60%;
	margin: 0;
	line-height: 1.5em;
}
.item2 p.price {
	font-size: 90%;
	font-family: 'Andada', serif;
	letter-spacing: 0.05em;
}

/* 新作インフォ 2×2用 item2 ここまで*/


.new_more a{
	clear: both;
	width: 250px;
	border: 1px solid #993333;
	padding: 2% 0;
	text-align: center;
	text-decoration:none;
	display:block;
	margin: 0 auto 8% auto;
	color: #993333;
	font-size: 70%;
}
.new_more a:hover{
	clear: both;
	width: 250px;
	background-color: #993333;
	color: #fff;
	padding: 2% 0;
	text-align: center;
	text-decoration:none;
	display:block;
	margin: 0 auto 8% auto;
	font-size: 70%;
}
.re_more a{
	clear: both;
	width: 250px;
	border: 1px solid #26287d;
	padding: 2% 0;
	text-align: center;
	text-decoration:none;
	display:block;
	margin: 0 auto 8% auto;
	color: #26287d;
	font-size: 70%;
}
.re_more a:hover{
	clear: both;
	width: 250px;
	background-color: #26287d;
	color: #fff;
	padding: 2% 0;
	text-align: center;
	text-decoration:none;
	display:block;
	margin: 0 auto 8% auto;
	font-size: 70%;
}
/* ランキング
================================================== */
.slide_wp{
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.slide{
	width: 95%;
	margin:0 auto;
}

.slide_inner{
	padding: 3% 7%;
	position:relative;
	overflow: hidden;
	text-align:center;
}
.slide_inner img{
	width: 100%;
}
.slide_inner p.no{
	font-size: 80%;
	font-family: 'Libre Baskerville', serif;
}
.slide_inner p.title{
	font-size: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
.slide_inner p.price{
	font-size: 90%;
	font-family: 'Andada', serif;
	letter-spacing: 0.05em;
}
.gold{ color:#b8860b; }
.silver{ color:#a9a9a9; }
.bronze{ color:#8b4513; }


/* イベント
================================================== */
.event_box{
    position:relative;
    width:95%;
    padding: 1.5% 1.5% 4% 1.5%;
    border-bottom: 1px dotted #ccc;
    margin: 3% auto;
}
 
.event_box a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}
 
.event_box img{
    display:block;
    width:35%;
    max-width: 230px;
    float:left;
}
 
.event_box .detail{
    width:60%;
    margin-left:5%;
    float:left;
}
.event_box h4{
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 3px;
}
.event_box p{
	font-size: 75%;
}
span.label{
	background-color: #cc0033;
	font-weight: normal;
	letter-spacing: 0.05em;
	font-size: 100%;
	padding: 2px 5px;
	margin-right: 5px;
	font-size: 65%;
	color: #fff;
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border-radius: 3px;         /* CSS3 */
}

/* カテゴリメニュー
================================================== */

#menu_acordion{
	width: 100%;
	font-size: 80%;
	margin: 0;
	color: #333;
	background-color: #fff;
}

#menu_acordion li{
	list-style: none;
	cursor: pointer;
}
 
ul.acordion{
	background: #f5f5f5;
	margin: 0;
	padding: 0;
}
.menu_ct{
	font-weight: bold;
}
ul.acordion li {
	border-bottom: dotted 1px #cccccc;
}
 
ul.acordion li:first-child {
	border-top: solid 1px #cccccc;
}
 
ul.acordion li ul {
	margin: 0;
	padding: 0;
	border: none;
}
 
ul.acordion li ul li {
	background: #fff;
	padding-left: 10px; 
}
 
ul.acordion li ul li:last-child{
	border-bottom: none;
}
 
ul.acordion li ul li a {
	color: #696969;
	display: block;
	padding: 13px;
	text-decoration: none;
}
 
ul.acordion li .none-submenu {
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u41384505/pc/css/../images/arrow.png) no-repeat 98% 50%;
	background-size: 2%;
	display: block;
	padding: 15px;
}
 
ul.acordion li .active-submenu {
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u41384505/pc/css/../images/arrow_on.png) no-repeat 98% 50%;
	background-size: 2%;
	display: block;
	padding: 15px;
}
 
@media only screen and (max-width: 600px) {
	ul.acordion li .none-submenu{
		background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u41384505/pc/css/../images/arrow.png) no-repeat 96% 50%;
		background-size: 4%;
	}
	ul.acordion li .active-submenu{
		background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u41384505/pc/css/../images/arrow_on.png) no-repeat 96% 50%;
		background-size: 4%;
	}
}

/* おすすめ＆バナー
================================================== */
.item-wp{
	width: 98%;
	max-width: 850px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
.item-wp img.wid100{
	width: 98%;
	max-width: 830px;
	margin: 5px 0;
}
.banner-wp{
	width: 95%;
	margin: 0 auto 10px auto;
	text-align: center;
}
.banner-wp img{
	width: 100%;
	max-width: 830px;
	margin: 5px 0;
}
/* 2列 */
ul.two-colum li{
	width: 48%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;

}
ul.two-colum li img{
	width: 100%;
	max-width: 400px;
	margin: 5px 0;
}

/* 3列 */
ul.three-colum li{
	width: 31%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
ul.three-colum li img{
	width: 100%;
	max-width: 400px;
	margin: 5px 0;
}

/* 下部infoテーブル
================================================== */
.info_wp{
	background-color: #f5f5f5;
	width: 100%;
	margin: 0;
	padding-top: 10px; 
}
img.kadomaru{
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
}
p.atsn{
	color: #cc0033;
	text-align: center;
	margin: 0 10px;
	font-size: 90%;
	border: 1px solid #cc0033;
	padding: 0.5em;
}
.sp_ftmenu {
	width: 100%;
	margin: 0;
	color: #333;
	background-color: #f5f5f5;
}
.sp_ftmenu a {
	color: #333;
	font-weight: bold;
}
.sp_ftmenu table{
	width: 100%;
	margin: 0 auto;
	border-bottom: solid 1px #f3f3f3;
	border-collapse: collapse;
	font-size: 80%;
}
.sp_ftmenu th,
.sp_ftmenu td {
	width: 50%;
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	border-top: dotted 1px #cccccc;
	border-left: dotted 1px #cccccc;
}
/* フッター
================================================== */
footer{
	clear: both;
	width: 100%;
	background: #333;
	text-align: center;
	color: #fff;
	font-size: 75%;
	line-height: 1.5em;
}
img.f_logo{
	width: 170px;
	padding-top: 20px;
} 
ul.f_sns{
	margin: 0 auto;
	padding: 20px 0;
}
ul.f_sns li{
	font-size: 12px;
	display:inline;
	margin-right: 12px;
	margin-left: 12px;
}
ul.f_sns li img{
	height: 23px;
	vertical-align: middle;
}
ul.f_info{
	margin: 0 auto;
	padding: 10px 0;
	margin-bottom: 20px;
}
ul.f_info li{
	border: 1px solid #fff;
	font-size: 95%;
	display:inline;
	margin-right: 8px;
	margin-left: 8px;
	padding: 10px 20px;
}
ul.f_info li a{
	color: #fff;
}
p.cp_line{
	border-top: 1px solid #eee;
	font-family: 'Libre Baskerville', serif;
	margin-top: 10px;
	padding: 10px 0 20px 0;
	font-size: 80%;
}
/* トップに戻る　*/
#page-top{
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size: 9px;
}
#page-top a{
	background : url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u41384505/pc/css/../images/pt_arw.png) center top / auto auto no-repeat scroll padding-box border-box transparent;
	background-size: 40px;
	background-color: #111;
	text-decoration: none;
	color: #fff;
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
	display: block;
	border-radius: 50%;
	opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-khtml-opacity: .80; /* Safari 1.x */
	-moz-opacity: .80; /* FF lt 1.5, Netscape */
	font-size: 9px;
	line-height: 70px;
	letter-spacing: 0.1em;
}


#page-top a:hover{
	text-decoration: none;
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
}

/* floatによる回り込みをクリア */
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix{
  min-height: 1px;
}

* html .clearfix{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


#sumaho_box {
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

.banner_large {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

.banner_left {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	clear:both;

}

.banner_right {
	width: 50%;
	float: right;
	margin-bottom: 20px;
	clear:right;
}

/* insta */
#slideshow {
	position: relative;
	width:  300px; /* ボックスの横幅 */
	height: 300px; /* ボックスの高さ */
	margin-right: auto;
	margin-left: auto;
}
#slideshow p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
   height: 300px; /* ボックスの高さ */
}

#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow p.last-active {
   z-index: 9;
}

#slideshow p img {
   width:  300px; /* 画像の横幅 */
   height: 300px; /* 画像の高さ */
   display: block;
   border: 0;
   margin-bottom: 10px; /* 画像下部の余白 */
}


 /*vox追加分test*/

/*-------------------- floatBanner1 --------------------*/
#floatBanner1 a {
display: block;
width: 42px;
height: 84px;
margin: 0;
padding: 0;
position: fixed;
bottom: 175px;
right: 5px;
z-index: 2147483647;}
#floatBanner1 img {
width: 42px;
height: 84px;
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3),0px 0px 3px rgba(0, 0, 0, 0.3), -3px 0px 3px rgba(0, 0, 0, .3) inset;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3),0px 0px 3px rgba(0, 0, 0, 0.3), -3px 0px 3px rgba(0, 0, 0, .3) inset;}


#ipnsh-header{
	padding-bottom:56% !important;	
}

#header-wrap{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:50px;
	left:0px;
	border-top:1px solid #333;
	z-index: 1;
}


#header-wrap img{
	margin-top:2% !important;
	margin-bottom:1% !important;
	display:inline-block;
}


/*-------------------- floatBanner1 --------------------*/
.corde_human {
	width: auto;
	padding: 10px;
}
.corde_box {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.search-btn {
     position: absolute; 
    /* width: 24px; */
    /* left: 202px; */
    /* top: 2px; */
     z-index: 3; 
    padding: 0px;
    background-color: transparent;
    border-color: transparent;
}