@charset "UTF-8";


a:link,a:visited{
	color:#333;
}

a:hover,a:active{
	color:#C06;
}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.wrap {
	overflow: hidden;
}

img{border:none;}

h2{
color: #828282;
padding-bottom: 8px;
letter-spacing: 2px;
font-weight: normal;
font-size: 30px;   
margin-top:60px;
}

.contents a{
text-decoration:none;
}
.contents{
width:1000px;
margin:20px auto;
}


@media screen and (max-width: 900px){
.contents{
width: 88%;
}
h2{
font-size: 24px; 
margin-top:60px;
}
}

label img{
margin: 0px 54px;
}


/*header------------------------*/


/* 各ナビを両端に */
.header_pc_top-menu,
.header_pc_middle-menu{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

/* ナビ横並び */
.header_pc_navi_ul {
	list-style: none;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-wrap: -webkit-wrap;
}
	
/* 上段ナビの囲み */
.header_pc_top-menu {
	background: #000;
}

.header_pc_top-menu a{
color:#fff;
}
/* 上段左ナビ */
.header_pc_left-menu_li { height: 18px; margin-left: 10px; }


.header_pc_navi_ul a{
text-decoration:none;
}
.header_pc_navi_ul li{
margin: 0 10px;
font-size: 15px;
padding: 5px;
}



.ctm_header{
width: 1000px;
margin: 0 auto;
}


.ctm_header .logo{
margin: 20px auto;
}


.ctm_header .gnavi{
width:75%;
}


.gnavi{
width:1000px;
}



.gnavi,
.gnavi *{
padding:0;
list-style-type:none;
}

.gnavi ul {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-justify-content:flex-start;
justify-content: flex-start;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.gnavi ul li{
text-align:center;
border-right: 1px solid;
}
.gnavi ul li:last-child{
border-right:none;
}


.gnavi a{
text-decoration:none;
padding:0 30px;
}


.gnavi ul li img{
	vertical-align:top;
}

/* 検索ボックス */
.search-wrap { }
.search-button{
background-color:#888;
color:#fff;
padding:5px 10px;
}

/*header sp-----------------------*/

.header_sp .logo{
width:50%;
margin:22px auto;
}

.header_sp .logo img{
width:100%;

}

.header_sp .gnavi{
width:100%;
}


.header_sp .gnavi a{
font-size:13px;
padding:0 15px;
}


.header_sp-menu{
background-color:#fff;
}

.header_sp .ctm_header{
width: 100%;
}


.header_pc_navi_ul img{
width:20px;
}

@media screen and (max-width: 900px){
.header_sp .gnavi a{
padding:0;
}

.header_pc_navi_ul li{
margin:0;
padding:6px 0px 0px;
}

.header_pc_left-menu_li{
margin-left:13px!important; 
}
.header_pc_right-menu_li{
margin-right:13px!important; 
}
}

/*accordion-----------------------*/

.menu a {
  display: block;
  padding: 10px;
	text-decoration: none;
	color: #000;
  line-height: 1;
}

label {
  display: block;
  margin: 0 0 2px 0;
  line-height: 1;
cursor :pointer;
}

.menu input {
	display: none;
}

.menu ul {
	margin: 0;
	padding: 0;
  background :#f4f4f4;
	list-style: none;
}

.menu li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
	max-height: 46px;
  opacity: 1;
}



/*carousel-----------------------*/

.slider{
    margin: 100px auto;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}


@media screen and (max-width: 900px){
.slider{
width: 100%;
}

}

/*item_list_special-----------------------*/

.item_list_special *{
list-style-type:none;
}


.item_list_special img{
width:100%;
}

.specialbox_large li{
width:100%;
}

.specialbox_middle li{
width:48%;
}

.item_list_special p{
padding-top: 8px;
font-size:15px;
}

@media screen and (max-width: 900px){
.specialbox_middle li{
width:100%;
}
}

/*item_list_brand-----------------------*/

.item_list_brand li{
width:31%;
margin-bottom:70px;
}
.item_list_brand .brandimage img{
width:100%;
}
.item_list_brand .brandlogo img{
width:50%;
margin:0 auto;
}

.item_list_brand p{
padding-top:20px;
font-size: 15px;
}

@media screen and (max-width: 900px){
.item_list_brand li{
width:48%;
margin-bottom:60px;
}

.item_list_brand p{
font-size: 14px;
}

}

/*shopinfo,footer-----------------------*/
footer{

}

.shopinfo,
.shopinfo *{
	padding:0;
	list-style-type:none;
}

.shopinfo{
	width:1200px;
	margin:0 auto;
}


.shopinfo section{
margin:20px 0 0; 
}

.shopinfo .leftcolumn{
	width:49%;
}

.shopinfo .rightcolumn{
	width:49%;
}

.shopinfo section{
border:#ccc 2px solid;
}

.shopinfo h3{
padding:10px 0;
}
.shopinfo p{
	font-size:13px;
	line-height:1.6;
	padding:0 25px 25px 25px;
}



.shopinfo_bottom{
	background:#000;
	color:#fff;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	padding:10px;
}

@media screen and (max-width: 900px){
.shopinfo{
width:100%;
}

.shopinfo .leftcolumn,
.shopinfo .rightcolumn{
width:90%;
margin:0 auto;
}

}
/*-----------------------------------*/

.alL{text-align:left;}
.alR{text-align:right;}



/*カテゴリーの幅調整*/
#risFil{width:760px;}

/*商品ページの幅調整*/
span.item_name{
	width:430px;
}


/* 受注画面 */
.order_list{
	border:solid 2px #A70355;
	padding:20px;
	margin-bottom:30px;
}
.order_list iframe{
	border:none;
	overflow:hidden;
}

/* レビュー画面 */
.review_list{
	border:solid 2px #ccc;
	padding:20px;
	border-top:none;
	margin-bottom:30px;
}
.review_list iframe{
	border:none;
	overflow:hidden;
}

/*-----------------------------------*/





