@charset "utf-8";


/*----------------------------------------------*/
/*　▼共通										*/
/*----------------------------------------------*/

/* --- スムーススクロール(20191125) --- */
#pg-main{
  scroll-behavior: smooth;
}
/* --- 全体の背景・テキスト --- */
body {
min-width: 1200px; /* 全体の最小幅 */
margin: 0;
padding: 0;
color: #000; /* 全体の文字色 */
font-size: 13px; /* 全体の文字サイズ */
    background: url(https://bicklycarpet.photo/top/img_180131/bg_banner2.png) repeat-y left top;
    background-attachment: fixed;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  
}
/* --- 全体のリンク --- */
a { color: #000; }
a:hover { color: #D71D1D; }
a img {border: none;}
/* --- メインの幅 --- */
#main-box{
	width: 1120px;
	margin: 0 auto; /* センタリング */
}



/* --- コンテナ --- */
#header div.container,
#content div.container,
#footer div.container {
width: 880px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
}

/* --- よく使うクラス（2017/04/26追加） --- */

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}
.ta_c{
 text-align:center;
}
.mt_50{
  margin-top:50px;
}
  

/*--▲共通END-----------------------------------*/


/* --- ベースカラー設定 --- */

.bg_base{
  background:#F7CB15;
}


/* ---▲ベースの色設定 --- */


/*----------------------------------------------*/
/*　▼ヘッダ									*/
/*----------------------------------------------*/

/* --- サイト説明 --- */
#headtxt {
	width: 100%;
	background-color: #F7CB15;
  margin-bottom: 15px;
	color:#FFF;
}

#headtxt2 {
	width: 1120px;
	margin: 0 auto; /* センタリング */
}

#headtxt3 {
	padding: 5px;
	color: #FFF;
	text-align: center;
}

/* --- トップエリア --- */
#head-box{
	margin-bottom: 0;
}

/* --- ロゴ --- */
#title {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
	width: 1120px;
	margin-bottom: 5px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	display: inline;
	margin: 0px; 
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
 }

#titlebox-left{
	float: left
}
/* --- TEL画像 --- */
#titlebox-right {
	width: 341px;
	float: right;
	margin-right:15px;
}

/* --- ガイドメニュー --- */
#titlebox-center {
	width:405px;
	float:right;
	margin-top:15px;
	margin-right:15px;
}
#hd-cart{
	padding-top:10px;
}
#hd-cart a{
	margin-right:10px;
}
#hd-cart a:hover{
}
#head-submenu{
	padding-top: 10px;
	width: 405px;
	text-align: left;
	line-height:20px;
	font-size: 12px;
}
#head-submenu a{
	color: #666;
	text-decoration: none;
	margin-left:20px;
	padding-left:30px;
	
}
#head-submenu a:hover{
	color: #ccc;
	text-align: left;
}
/* --- 検索 --- */
#hd-search {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
	width: 450px;
	display: table;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
/* clearfix */
#hd-search:before,
#hd-search:after {
	display: table;
}
#hd-search:after {clear: both;}

#hd-search form {
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	display: table-cell;
	text-align: left;
}

#HdTxtBox{
	border: 1px solid #F7CB15;
	font-size: 16px;
	color: #999;
	margin: 0;
	width: 250px;
	background:url(https://bicklycarpet.photo/share/head/head_serch_icon.png) no-repeat left center #FFF;
	padding-left: 45px;
	border-radius: 4px;
	height: 30px;
}

#HdSubmit{
	border-style: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	cursor: pointer;
	background-color: #F7CB15;
	padding-top: 3;
	padding-right: 6;
	padding-bottom: 3;
	padding-left: 6;
	height: 33px;
	border-radius: 4px;
	width: 90px;
}

/* --- メインメニュー --- */
#head-menu {
	background: url(https://bicklycarpet.photo/share/head/bg_head_bottom.png) repeat-x center bottom;
	width: 100%;
	font-weight: bold;
	padding-bottom: 10px;
    margin-bottom:20px;
}
#head-menu2{
	width: 1082px;
	padding:0 59px;
	margin-right: auto;
	margin-left: auto;
}
#head-menu3 {
	overflow: hidden;
}

#hd-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom:10px;
} 
#hd-menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}
#hd-menu a{
	position: relative; /* IE6用 */
	display: block;
	text-decoration: none;
}
#hd-menu a:hover{
	background-color: #f7ca15;/*f5efe3*/
	color: #502d16;
	text-align: center;
} 
/* --- トップ用カテゴリーメニュー　--- */
.top-bnr {
  	width:1120px;
  	margin: -21px auto 30px;
	padding: 20px 0 10px; 
}

.top-bnr img {
	margin-bottom: 20px;
  	border-radius: 2px;
	-webkit-border-radius: 2px;    /* Safari,Chrome */  
	-moz-border-radius: 2px;  /* Firefox */  
}

.top-bnr ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow-y: hidden;
}

.top-bnr li {
	display: block;
	float: left;
	margin-right: 20px;
}

.top-bnr li:last-child {
	margin-right:0px !important;
}


/* --- 注目ワード --- */
.hd-word{
	font-size: 13px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 600px;
}
.hd-word a {
	color: #805B42;
}
.hd-word a:hover {
	color: #FFF;
	background-color: #D9C296;
}

/* --- トップ３バナー --- */
#HdBnr {
	width: 1120px;
	margin-bottom: 15px;
	overflow: hidden;
}

#HdBnr img{
	border-radius: 4px;
}

#HdBnr a:hover {
	position: relative;
	bottom: 3px;
}

#HdBnr ul {
	width: 1120px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
} 

#HdBnr li { 
    margin: 0px; 
    padding: 0px; 
    float: left; 
}


/*--▲ヘッダEND---------------------------------*/






/*----------------------------------------------*/
/*　▼スクロール								*/
/*----------------------------------------------*/

#film_roll{
	height:300px;
	padding-bottom: 35px;
}

.film_roll_wrapper {
   display: block;
   text-align: center;
   float: none;
   position: relative;
   top: auto;
   right: auto;
   bottom: auto;
   left: auto;
   z-index: auto;
   width: 100%;
   margin: 0 !important;
   padding: 0 !important;
   overflow: hidden;
   width: 100%;
 }
.film_roll_shuttle {
   text-align: left;
   float: none;
   position: relative;
   top: 0;
   left: 0;
   right: auto;
   bottom: auto;
   margin: 0 !important;
   padding: 0 !important;
   z-index: auto;
 }
 .film_roll_shuttle.vertical_center:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
   margin-right: -0.25em;
 }
.film_roll_child {
  position: relative;
  display: inline-block;
  *display:inline;
  vertical-align:middle;
  zoom:1;
}
.film_roll_prev, .film_roll_next {
/*   position: absolute;
   top: 305px;
   left: 250px;*/
   width: 40px;
   height: 40px;
   margin: 0px 0 0 0;
   padding: 0;
   font-size: 60px;
   font-weight: 100;
   line-height: 38px;
   color: white;
   text-align: center;
/*   background: #222;
   border: 3px solid white;
   border-radius: 23px;*/
/*   opacity: 0.5;*/
 }
.film_roll_prev {
   background: url(https://img20.shop-pro.jp/PA01298/557/etc/roll_left.jpg) no-repeat;
}
.film_roll_next {
   background: url(https://img20.shop-pro.jp/PA01298/557/etc/roll_right.jpg) no-repeat;
}
.film_roll_prev:hover, .film_roll_next:hover {
   color: white;
   text-decoration: none;
   opacity: 0.9;
 }
.film_roll_pager {
	margin: 10px auto 0;
   	text-align: center;
	width:640px;
 }
.film_roll_pager a {
   width: 15px;
   height: 15px;
   border-radius: 15px;
   display: inline-block;
   margin: 0 5px;
   transition: all 1s ease;
   background:#BBBBBB;
 }
.film_roll_pager a:hover {
   background: #666;
 }
.film_roll_pager a.active {
   background: #2DB5F7;
 }
.film_roll_pager span {
   display: none;
 }
 .film_roll_pager a, a.film_roll_prev, a.film_roll_next {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
 }


.film_roll_wrapper img {
    margin-left: 5px;
    margin-right: 5px;
}

#text_area {
	text-align: center;
	padding-bottom: 20px;
}

#film_roll a:hover {
    opacity: 0.9
}
div#flim-wrapper	{
	width: 0;
	height: 0;
	margin: 0 auto -10px;
}

.relative {
    position: relative;
}
#ab1 {
    left: -300px;
    position: absolute;
    top: -22px;
}
#ab2 {
    left: 280px;
    position: absolute;
    top: -22px;
}
#ab1 a:link,#ab2 a:link {

}
#film_roll div img{
	display:none;
}
.film_roll_child img{
	display:block !important;
}

/*--▲スクロールEND-------------------------------*/





/*----------------------------------------------*/
/*　▼サイド									*/
/*----------------------------------------------*/

#SideBox{
	float: left;
	width: 300px;
    background: #fff;
}

/* サイドバナー最上部 */

.SideBnrTp a:hover{
	position: relative;
	bottom: 3px;
}
.SideBnrTp ul{
	margin: 0px;
	padding: 0px;
}
.SideBnrTp li{
	list-style-type: none;
	padding-bottom: 15px;
}

.SideBnrTp img{
	border-radius: 4px;
}

/* 特集コーナー */
#SideNinkiBox{
	background-color: #F7CB15;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 4px;
	text-align: left;
}
#SideNinkiBox ul{
	padding: 0px;
    list-style-type: none;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #fff;
    margin-bottom: 20px;
}
#SideNinkiBox li{
	background-color: #FFF;
	font-size: 16px;
	line-height: 25px;
	border-bottom:1px dotted #F7CB15;
}
#SideNinkiBox a{
	color: #333;
    text-decoration: none;
    display: block;
    padding-top: 7px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 7px;
}
#SideNinkiBox a:hover{
	color: #333;
	background-color: #eee;
}
#SideNinkiTitle {
	font-size: 0px;
}

/* カテゴリメニュー */
.SideCateBox{
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 4px;
	text-align: left;
}
.SideCateBox ul{
	padding: 0px;
	list-style-type: none;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.SideCateBox li{
	margin: 0px;
	font-size: 18px;
	line-height: 20px;
	padding: 0px;
	border-bottom: 1px dotted #ccc;
	border-right: 2px solid #eee;
	border-left: 2px solid #eee;
	background-color: #fff;
}
.SideCateBox li:last-child{
	border-bottom: 2px solid #eee;
	}
.SideCateBox li a{
	color: #28170B;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-right: 30px;
	padding-left: 40px;
	padding-bottom: 12px;
}
.SideCateBox li a:hover{
	background-color: #eee;
	color: #333;
}
.SideCateTitle {
	font-size: 0px;
}
#ninki a{
	background-image: url(https://bicklycarpet.photo/shop-pro3/icon_ninki2.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#ninki a:hover{
	background-image: url(https://bicklycarpet.photo/shop-pro3/icon_ninki.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/* カテゴリー */
.SideCtBox{
	background-color: #FFCCCC;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 1px;
}

.SideCtBox a:hover {
	position: relative;
	left: 4px;
} 

.SideCtTxt{
	text-align: left;
}

.SideCtTxt ul{
	width: 170;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

.SideCtTxt li{
	margin: 0px;
	padding: 0px;
	background-color: #f2f2f2;
	font-size: 16px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	line-height: 18px;
}

.SideCtTxt a{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 6px;
}

.SideCtTxt a:hover{
	color: #FFF;
	background-color: #FF6974;
}
.SideBnrBox{
	background-color: #EBEBEB;
	padding-top: 10px;
}
.SideBnrBox img{
	border-radius: 4px;
}
.SideBnrBox ul{
	margin: 0px;
	padding: 0px;
}
.SideBnrBox li{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	text-align: center;
}
.SideBnrBox a:hover{
	bottom: 3px;
	position: relative;
}

.SideBnrBox2 img{
	border-radius: 4px;
}
.SideBnrBox2{
	font-size: 12px;
	margin-top: 10px;
	padding-top: 10px;
	border-radius: 4px;
	background-color: #F5EFE3;
}
.SideBnrBox2 ul{
	margin: 0px;
	padding: 0px;
}
.SideBnrBox2 li{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	text-align: center;
}
.SideBnrBox2 a:hover{
	bottom: 3px;
	position: relative;
}

/*--▲サイドEND-------------------------------*/





/*----------------------------------------------*/
/*　▼メイン									*/
/*----------------------------------------------*/

#MainBox{
	float: right;
	overflow: hidden;
	width: 800px;
	text-align: left;
}
#MainPan {
	font-size: 12px;
	color: #888;
	padding: 5px;
	border-radius: 4px;
	margin-bottom: 10px;
}

#MainPan a{
	color: #888;
	text-decoration: none;
}
#MainPan a:hover{
	color: #502D16;
}

#MainTpLink {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	overflow: hidden;
	height: 20px;
	margin-top: 50px;
}
#MainTpLink2 {
	background-image: url(https://bicklycarpet.photo/shop-pro/bm_tplink.gif);
	width: 110px;
	height: 20px;
	float: right;
} 
#MainTpLink2 a{
	display: block;
	height: 20px;
	text-indent: -8931px;
	overflow: hidden;
	width: 110px;
}
#MainTpLink2 a:hover { background-image: url(https://bicklycarpet.photo/shop-pro/bm_tplink2.gif); }  

/*--▲メイン　END-------------------------------*/





/*----------------------------------------------*/
/*　▼ボトム									*/
/*----------------------------------------------*/

#BmBox{
	clear: both;
	padding-top: 20px;
}

/* カテゴリーリスト */
#BmCtList {
	background-color: #e6e6e6;
	padding: 8px;
}

#BmCtList ul {
	height: 40px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
} 

#BmCtList li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}

#BmCtList a:hover {
	position: relative;
	bottom: 3px;
}


/* ショッピングガイド */
#BmGuide {
	margin-top: 5px;
} 

#BmGuide ul {
	height: 162px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

#BmGuide li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#BmGuide a:hover {
	position: relative;
	bottom: 3px;
}



/*ＴＯＰへ*/
.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: -30px ;
}
 
.page-top p:hover{
	bottom: -10px ;
}

.move-page-top
{
	display: block ;
	width: 76px ;
	height: 76px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 76px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}

 /*カートへ*/
.cart-top{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.cart-top p{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 110px ;
	bottom: -30px ;
}

.cart-top p:hover{
	bottom: -10px ;
}

.move-cart-top{
	display: block ;
	width: 76px ;
	height: 76px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 76px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}


@media screen and ( min-width:1130px )
{
	.move-cart-top:hover{
		opacity: 0.85 ;
	}
}


/* ▼コピーライト */
#BmCopy {
	background-color: #F7CB15;
	background-image: url(https://bicklycarpet.photo/share/foot/foot_bk.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 13px;
	color: #333;
	width: 100%;
	overflow: visible;
	text-align: center;
	margin-top: 30px;
}
#BmCopy2 {
	overflow: hidden;
	width: 1120px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#BmCopyMenu {
	float: left;
}
#BmCopyMenu a{
	color: #333;
}
#BmCopyMenu a:hover{
	color: #FFF;
}
#BmCopyTxt {
	float: right;
}

/*▼カレンダー*/
#Carender-box{
	padding: 10px;
	background-color: #EBEBE3;
	border-radius: 4px;
	margin-bottom: 15px;
	font-size: 17px;
}
#Carender-box2{
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border-radius: 4px;
	/*border: 1px solid #CCCCBF;*/
	/* [disabled]text-align: center; */
}
#calendar-box2 table{
	border-spacing :5px;
	border-width: 0px;
	padding: 0px;
}
#calendar-tbl{
	width: 100%;

}
#calendar-box2 td{
	margin: 0px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
.cld-td{
	background-color: #FFFFFF;
	border-radius: 4px;
	padding-top: 3px;
	border: 1px solid #E0E0D3;
}

.cld-td table{
	border-spacing : 2px 2px !important;
}

.cld-td th{
	background-color: #E3E3E3;
	border-radius: 2px;
	padding: 5px;
	font-weight: normal;
	font-size: 14px;
}

.cld-td td{
	background-color: #F5F5F5;
	padding: 5px;
	border-radius: 2px;
	font-size: 13px;
	text-align: center;
}

.cld-color{
	background-color: #F7D6CD !important;
 }
#BmTelBox{
	padding-left: 15px;
	text-align: right;
}
#TeikyuTxt{
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin: 5px;
	text-align: center;
}
#TeikyuTxt b{
	color: #F7D6CD;
}

/*--▲ボトム　END-------------------------------*/





/*----------------------------------------------*/
/*　▼天然ウール製品特集						*/
/*----------------------------------------------*/

.wlp-price {
	color: #C00;
	font-size: 14px;
}
.wlp-price strong{
	color: #C00;
	font-size: 26px;
}




/*----------------------------------------------*/
/*　▼グループ・カテゴリ						*/
/*----------------------------------------------*/

.pg-title{
	border-radius: 4px;
	margin-bottom: 20px;
	background-color: #F7CB15;
}
.pg-title h2{
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 40px;
	padding-bottom: 8px;
	font-size: 14px;
	margin: 0px;
	background-image: url(https://bicklycarpet.photo/shop-pro3/il_titlebk.png);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
}
.pg-title h1{
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 40px;
	padding-bottom: 8px;
	font-size: 14px;
	margin: 0px;
	background-image: url(https://bicklycarpet.photo/shop-pro3/il_titlebk.png);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	font-weight: bold;
}

.BnrBox img,.BnrBox2 img{
	border-radius: 4px;
}

.BnrBox ul,.BnrBox2 ul{
	padding: 0px;
	clear: both;
	margin: 0px;
}
.BnrBox li{
	list-style-type: none;
	font-size: 12px;
	line-height: 20px;
	float: left;
	background-color: #F8F8F8;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-left: 0px;
	border-bottom: 1px solid hsla(0,0%,87%,1.00);
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.BnrBox2 li{
	list-style-type: none;
	line-height: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
}
.BnrBox li a,.BnrBox2 li a{
	text-decoration: none;
}
.BnrBox li a:hover,.BnrBox2 li a:hover{
	text-decoration: none;
}
.BnrBox li span{
	padding-left: 10px;
	padding-right: 10px;
}
.BnrBox .ImgMgn10,.BnrBox2 .ImgMgn10{
	margin-right: 9px;
}
.BnrBox .ImgMgn20,.BnrBox2 .ImgMgn20{
	margin-right: 20px;
}
.Bnr395{
	width: 395px;
	display: block;
}
.Bnr260{
	width: 260px;
	display: block;
}


/*旧レイアウト−−−−−−−−−−−−−−−−−−−−−−−−−*/
.TyumokuImg {
	width: 800px;
	padding-top: 10px;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	color: #FF6974;
}
.TyumokuImg a{
	color: #FF6974;
	text-decoration: underline;
}
.TyumokuImg a:hover{
	color: #090;
	text-decoration: underline;
	background-color: #FFC;
}

#TyumokuBox img{
	border-radius: 4px;
}

#TyumokuBox ul{
	padding: 0px;
	clear: both;
	margin: 0px;
}
#TyumokuBox li{
	list-style-type: none;
	font-size: 12px;
	line-height: 20px;
	float: left;
	background-color: #F8F8F8;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-left: 0px;
	border-bottom: 1px solid hsla(0,0%,87%,1.00);
}
#TyumokuBox li a{
	text-decoration: none;
}
#TyumokuBox li a:hover{
	text-decoration: none;
}
#TyumokuBox li span{
	padding-left: 10px;
	padding-right: 10px;
}
#TyumokuBox .ImgMgn10{
	margin-right: 9px;
}
.kadomaru{
  	border-radius: 2px;
	-webkit-border-radius: 2px;    /* Safari,Chrome */  
	-moz-border-radius: 2px;   /* Firefox */  
}/* CSS Document */




/*----------------------------------------------*/
/*　▼新・グループ・カテゴリ
/*----------------------------------------------*/

.gr-title{
	border-bottom: 1px dotted #DDD;
	clear: left;
}
.gr-title h2{
	padding-bottom: 5px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #F7CB15;
}
.gr-title h2 img{
  	margin-bottom: 10px;
}
.gr-table{
	padding-top: 10px;
	padding-bottom: 50px;
}
.gr-table table{
	border-collapse: separate;
	border-spacing: 5px 5px;
	border-style: none;
	width: 100%;
	table-layout: fixed;
}
.gr-table th{
	padding: 10px;
	background-color: #BBAEA3;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	outline: solid 1px #DDD;
	border: 1px solid #FFFFFF;
}
.gr-table td{
	padding: 0px;
}
.gr-table a{
	color: #000;
	background-color: #EEE;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	outline: solid 1px #DDD;
	border: 1px solid #FFFFFF;
}
.gr-table a:hover{
	color: #000000;
	background-color: #F7CB15;
}

.gr-table2{
	padding-top: 10px;
	padding-bottom: 30px;
}
.gr-table2 table{
	border-collapse: separate;
	border-spacing: 1px 1px;
	border-style: none;
	width: 100%;
	table-layout: fixed;
}
.gr-table2 td{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	text-align: center;
	vertical-align: top;
}
.gr-table2 a{
	line-height: 18px;

}


.gr-list{
	padding-top: 10px;
	padding-bottom: 50px;
	overflow-y: hidden;
}
.gr-list ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.gr-list li{
	display: block;
	float: left;
	width: 195px;
	border: 1px solid #DDDDDD;
	margin-bottom: 3px;
	margin-right: 3px;
}
.gr-list li:nth-child(4n){
	margin-right: 0px !important;
}
.gr-list a{
	display: block;
	padding: 10px;
	background-color: #EEE;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}
.gr-list a:hover{
	background-color: #F7CB15;
	color: #000000;

}


.gr-search{
	padding-top: 10px;
	padding-bottom: 50px;
	overflow-y: hidden;
}
.gr-search ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.gr-search li{
	display: block;
	float: left;
	width: 262px;
	border: 1px solid #DDDDDD;
	margin-bottom: 3px;
	margin-right: 3px;
}
.gr-search li:nth-child(3n){
	margin-right: 0px !important;
}
.gr-search a{
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 50px;
	padding-bottom: 15px;
	background-color: #EEE;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	background-image: url(https://bicklycarpet.photo/rug/top/search.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.gr-search a:hover{
	background-color: #F7CB15;
	color: #000000;

}




/*バナーのみ*/
.gr-bnr {
	padding-bottom: 50px;
	padding-top: 10px;
}

.gr-bnr img {
	margin-bottom: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;    /* Safari,Chrome */
	-moz-border-radius: 2px;  /* Firefox */
	border-bottom: 5px solid #F7CB15;
}

.gr-bnr ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow-y: hidden;
}

.gr-bnr li {
	display: block;
	float: left;
	margin-right: 10px;
}

.gr-bnr li:last-child {
	margin-right:0px !important;
}


/*テキスト対応*/
.gr-bnr2 {
	padding-bottom: 50px;
	padding-top: 10px;
}

.gr-bnr2 img {
	border-radius: 2px;
	-webkit-border-radius: 2px;    /* Safari,Chrome */
	-moz-border-radius: 2px;  /* Firefox */
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.gr-bnr2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow-y: hidden;
}

.gr-bnr2 li {
	display: block;
	float: left;
	margin-right: 10px;
}

.gr-bnr2 li:last-child {
	margin-right:0px !important;
}

.gr-bnr2 span {
	display: block;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
}

.gr-bnr2 a{
	display: block;
	text-decoration: none;
	border-bottom: 5px solid #F7CB15;
	border-radius: 2px;
	-webkit-border-radius: 2px;    /* Safari,Chrome */
	-moz-border-radius: 2px;  /* Firefox */
	background-color: #F6F6F6;
	margin-bottom: 10px;
}

.bnr-box{
	background-color: #DFDFDF;
	padding: 10px;
	clear: left;
	margin-bottom: 20px;
}

.bnr-box table{
	border-collapse: separate;
	border-spacing: 0px 0px;
	border-style: none;
	width: 100%;
	margin-top: 10px;
}

.bnr-box td{
	padding: 0px;
	text-align: center;
}

/*サイド詳細検索*/
#minisearch {
	width: 300px;
}
#minisearch_title {
	padding: 5px;
	text-align: center;
	background-color: #F7CA15;
	font-size: 14px;
}
#minisearch_main {
	padding: 5px;
	border: 1px solid #F7CA15;
}
#minisearch_main table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px 1px;
	font-size: 13px;
}
#minisearch_main th{
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #ebebeb;
	font-weight: normal;
}
#minisearch_main td{
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #ebebeb;
}

#searchbutton{
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	text-align: center;
}


/*----------------------------------------------*/
/*　▼ワンカラムレイアウト						*/
/*----------------------------------------------*/
.one-column #SubCateList{
    width: 1120px;
    min-width: 800px;
    max-width: 100%;
    margin: auto;
	box-sizing: border-box;
}
.one-column #SubCateList2{
	width: 100%;
	box-sizing: border-box;
}
.one-column #itemlineup{
	text-align:center;
}

.one-column #itemlist-table table,
.one-column #itemlist-table tbody{
	display: inline-block;
}
.one-column #itemlist-table tr{
	display: inline;
}
.one-column #itemlist-table tr td{
	box-sizing: border-box;
	display: inline-block;
	width: 23%;
	float:left;
	margin: 5px 1%;
}

.one-column #itemlist-table tr td img{
	margin: 0 auto;
	display: block;
}
/* ４つごとにclear */
.one-column #itemlist-table tr td.l5,
.one-column #itemlist-table tr td.l9,
.one-column #itemlist-table tr td.l13,
.one-column #itemlist-table tr td.l17,
.one-column #itemlist-table tr td.l21,
.one-column #itemlist-table tr td.l25,
.one-column #itemlist-table tr td.l29,
.one-column #itemlist-table tr td.l33,
.one-column #itemlist-table tr td.l37,
.one-column #itemlist-table tr td.l41,
.one-column #itemlist-table tr td.l45,
.one-column #itemlist-table tr td.l49,
.one-column #itemlist-table tr td.l53,
.one-column #itemlist-table tr td.l57,
.one-column #itemlist-table tr td.l61,
.one-column #itemlist-table tr td.l65,
.one-column #itemlist-table tr td.l69,
.one-column #itemlist-table tr td.l73,
.one-column #itemlist-table tr td.l77,
.one-column #itemlist-table tr td.l81,
.one-column #itemlist-table tr td.l85,
.one-column #itemlist-table tr td.l89{
	clear: both;
}


/* トップページ用の下部テキスト */
.BmTxt-wrap{
	clear:both;
	width: 100%;
	box-sizing: border-box;
	width: 1120px;
	margin: 30px auto 10px auto;
}
.BmTxt-wrap *{
	box-sizing: border-box;
}
.BmTxt-wrap .BmTxt-01{
	background: url("https://bicklycarpet.photo/top/BmTxt-bg1.jpg")no-repeat;
	width: 100%;
	clear: both;
}
.BmTxt-wrap .BmTxt-02{
	background: url("https://bicklycarpet.photo/top/BmTxt-bg2.jpg")no-repeat;
	width: 100%;
	clear: both;
}
.BmTxt-wrap .BmTxt-03{
	background: url("https://bicklycarpet.photo/top/BmTxt-bg3.jpg")no-repeat;
	width: 100%;
	clear: both;
}

.BmTxt-wrap .BmTxt-inner{
	background: rgba(255, 255, 255, 0.85);
	width: 60%;
	padding: 45px;
	font-size: 12px;
	line-height: 18px;
}
.BmTxt-wrap .BmTxt-01 .BmTxt-inner{
	float: right;
}
.BmTxt-wrap .BmTxt-inner p{
	margin: 20px;
}

/*お気に入り一覧*/

.favorite__section{
    position:fixed;
    z-index:1000;
    top:200px;
    right:10px;
    background:#FFF;
    width:130px;
     box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.favorite_title{
    display:none;
    width:130px;
    padding:0;
    margin:0;
}

.favorite_title img{
    max-width:130px;
  
}

.product-list{
    list-style:none;
margin: 0;
padding:20px 10px 10px 10px;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}

.product-list__unit-sm{
}

.product-list__image{
   max-width:110px;
}

.product-list__prices{
    text-align:center;
    margin: 5px 0;
}
.product-list__text{}

.favo_ichiran_link{
    background: #ff7171;
    display: block;
    padding: 5px;
    text-align: center;
    color: white;
    text-decoration: none;
    margin: 5px;
    border-radius: 4px;
    font-size: 10px;
}
/* ページ下部の余白削除 */
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    overflow:hidden;
}



/* フッタ */
.footer{
	clear:both;
	box-sizing: border-box;
	width: 100%;
	margin: 30px 0 0 0;
	background-color: #f6f6f6;
	font-size: 90%;
}
.footer *{
	box-sizing: border-box;
}
.footer-box-wrap{
	display: table;
	width: 1120px;
	margin: 0 auto;
	table-layout: fixed;
}
.footer-box-wrap .footer-box1,
.footer-box-wrap .footer-box2{
	display: table-cell;
	padding: 30px 12px 20px 12px;
	vertical-align: top;
}
.footer-box-wrap .footer-box2{
	width: 448px;
}

.footer-box-wrap .footer-box1 img,
.footer-box-wrap .footer-box2 img{
	max-width: 100%;
	margin-bottom: 10px;
}
.footer-box-wrap .footer-box1 p,
.footer-box-wrap .footer-box2 p{
	margin: 0;
	line-height: 1.5em;
}
.footer-tell{
	font-size: 2em;
    font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
.footer-tell img{
	display: inline;
	width: 30px;
	vertical-align: middle;
}

.footer-box-wrap .BmNavi-Name{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0 0 2px 5px;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

.footer-box-wrap ul{
	padding: 0 15px;
}
.footer-box-wrap ul li{
	margin-bottom: 10px;
	list-style: none;
}
.footer-box-wrap .footer-box2 ul li{
	display: inline-block;
	width: 45%;
	margin-bottom: 10px;
	list-style: none;
}
.footer-box-wrap ul li a{
	text-decoration: none;
}
.footer-box-wrap ul li a:before{
	content: ">>";
	margin-right: 8px;
	letter-spacing: -0.2em;
}

.footer-copyright{
	width: 1120px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;

}

/*会員機能追加*/
.mymenu{
  border:1px solid #baaea2;
  padding-bottom:10px;
  margin-bottom:10px;
}
.mymenu_title{
  text-align:center;
  background:#baaea2;
  margin: 1px;
  padding:3px;
  color:#ffffff;
}

.mymenu div:nth-child(2)
{
  text-align:center;
  margin-top:10px;
}
.mymenu div:nth-child(3)
{
  text-align:center;
}

/* header 180123 */

nav#head-menu ul {
    list-style:  none;
    margin: 1rem 0 0;
    padding:  0;
    text-align:  center;
}

nav#head-menu {
    width:  100%;
    height: auto;
    margin:  0;
    padding:  0;
    overflow:  hidden;
    background:  none;
}

nav#head-menu ul li {
    display: inline-block;
    width: 10.5%;
    border-left: #EEE solid 1px;
}

nav#head-menu ul li span {
    display:  block;
}

nav#head-menu ul li a {
    text-decoration:  none;
    color:  #000;
    font-size:  .5rem;
}

nav#head-menu ul li img {
    width: inherit;
    min-width:  60%;
    height:  auto;
}

nav#head-menu ul li:hover {
    opacity: 0.6;
    background: #fff1c5;
}

nav#head-menu ul li:first-child {
    border-left-color: transparent;
}



 /*RS追従*/
.rs-top{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
.rs-top p{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 200px ;
	bottom: -30px ;
}
.rs-top-cate p{
	right: 110px ;
	bottom: -30px ;

}
.rs-top-cate .rs-mitumori{
	right: 270px!important ;
	bottom: -30px ;

}
.rs-top p:hover{
	bottom: -10px ;
}
.rs-top a{
	display: block ;
	width: 150px ;
	height: 120px ;
	cursor: pointer ;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
.cart-top a:hover{
	bottom: -10px ;
}
.rs-mitumori{
    margin: 0;
    padding: 0;
    position: fixed;
    right: 360px;
    bottom: -30px;
}
.rs-mitumori:hover{
	bottom: -10px ;
}

/*送料無料まであと00円*/
section.section.section--push {
    position:  fixed;
    top: 50px;
    right: 10px;
    z-index: 10000;
}

.section-inner_box {
    position:  relative;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.section-inner_box::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 18px;
    border-color: transparent transparent transparent #f89017;
    right: -11px;
    top: 0;
    bottom:  0;
    margin:  auto;
}

.section-inner_box ul {
    position:  relative;
    list-style:  none;
    margin:  0;
    padding: 0 1rem;
    background: #fdfbf4;
    border: #f89116 solid 3px;
    border-radius: 7px;
}

.section-inner_box ul::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #ffffff;
    position:  absolute;
    right: -10px;
    top: 0;
    bottom:  0;
    margin:  auto;
}

.section-inner_box ul li p {text-align:  center;}

.section-inner_box ul li p strong {
    font-size:  1.3rem;
    color: #c82b32;
}

.section-inner_box ul li p strong small {
    font-size:  60%; 
}

.section-inner_box ul li p a {
    font-size:  70%;
    color: #ff7170;
}


/*2018.10.02 追加　sidebar用*/

        ul#side_oyakudachi {
            list-style: none;
            margin: 0 0 1rem;
            padding: 0;
        }
        
        ul#side_oyakudachi li {
            margin: 0 0 1rem;
            padding: 0;
        }
        
        ul#side_oyakudachi li a {
            position: relative;
            display: block;
            margin: 0;
            padding: 1rem 0 1rem 1rem;
            background: #EEEEEE;
            border-radius: 7px;
            font-size: 18px;
            line-height: 1em;
            font-weight: 600;
            box-shadow: 2px 2px 4px 1px rgba(0,0,0,.3);
        }
        
        ul#side_oyakudachi li a::before {
            content: "\f105";
            font-family: fontawesome;
            position: absolute;
            line-height: 1em;
            margin: 0;
            padding: 0;
            height: 1rem;
            right: 1rem;
            top: 0;
            bottom: 0;
            margin: auto;
        }
        
        ul#side_oyakudachi li a span {
            width: 100%;
            display: inline-block;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
        }
/*20181016　ホバーアクション追加
a img {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
*/

a:hover img {
-webkit-transform: scale(1.01);
transform: scale(1.01);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.gr-bnr2 a{
	overflow: hidden;
}

/*20190218　トップビジュアル追加*/
#top-visual-box{
min-width:100%;
padding-top:20px;
margin-bottom:-30px;
margin-right:-10px;
}
#top-visual-box div{
width:16.66%;
padding-right:10px;
float:left;
}
#top-visual-box div img{

width: 100%;
height: auto;

}
/*　20190611TOPメニュー変更　*/
header#header_new_201806 nav#header_nav > ul {
    	padding: 7px 0 !important;
	}	
	header#header_new_201806 nav#header_nav > ul li > a {
    padding: 3px 2px !important;
}
	header#header_new_201806 nav#header_nav > ul li > a img {
    height: auto !important;
	}
	header#header_new_201806 nav#header_nav > ul li > a:hover {
    background: none !important;
    opacity: 0.7 !important;
}

    ul.header_container.h_menu li a img{
    width: 99px;
    }
	
	.is-fixed .h_menu {
    display: none !important;
    }
    
/*　「MORE」ボタン　*/
.more_btn {text-align: center;margin-top: 50px;margin-bottom: 20px;width: 100%;}
.more_btn a {display: inline-block;width: 100%;max-width: 134px;font-size: 13px;font-weight: bold;letter-spacing: 0.12em;vertical-align: middle;padding: 4px 0 0 4px;position: relative;}
.more_btn a span {display: block;background: #FFF;padding: 8px 15px;border: 1px solid #000;transition: 0.2s;-webkit-transform: translate(-4px,-4px) translateZ(0);transform: translate(-4px,-4px) translateZ(0);}
.more_btn a:after {content: '';display: block;border-right: 1px solid #000;border-bottom: 1px solid #000;position: absolute;top: 4px;left: 4px;bottom: 0;right: 0;}
.more_btn a:hover {opacity: 1;}
.more_btn a:hover span {-webkit-transform: translate(0,0) translateZ(0);transform: translate(0,0) translateZ(0);}
.more_btn a:hover:after {opacity: 0;visibility: hidden;transition: 0.2s;}

/*　営業日カレンダースタイル　*/
footer .calender-wrap{
  text-align: center;
}
#TeikyuTxt {
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    background-color: #FFFFFF;
    border-radius: 4px;
    margin: 5px;
    text-align: center;
    border: 1px solid #E0E0D3;
}
footer .tbl_calendar {
    width: 315px;
    display: inline-block;
    margin: 0 5px;
    background: #fff;
    padding: 2px;
    border: 1px solid #E0E0D3;
    border-radius: 4px;
    border-spacing: 2px 2px;
    border-collapse: separate;
}
footer .tbl_calendar th {
    background-color: #E3E3E3;
    border-radius: 2px;
    padding: 2px 3px;
    font-weight: normal;
    font-size: 13px;
    width: 45px;
    height: 35px;
}
footer .tbl_calendar td {
    background-color: #F5F5F5;
    padding: 2px 3px;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    width: 45px;
    height: 35px;
}
footer .tbl_calendar td[style*="background-color"]{
  background-color: #F7D6CD !important;
}

/*191023追加*/
#itemlineup,
#itempageinks,
#itemlist-table,
#itempageinks,
#SubCateList,
#MainPan{
    width: 1120px;
    min-width: 800px;
    max-width: 100%;
    margin: auto;
}

/*動画用*/
	.youtube{
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
		padding-top: 56.25%;
		margin-bottom: 1em;
	}
	.youtube .overlay{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
		background: rgba(0,0,0,0.3);
		z-index: -1;
	}
	.youtube iframe{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
		z-index: -2;
	}
	.org_mov{
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
		padding-top: 56.25%;
		margin-bottom: 1em;
	}
	.org_mov iframe{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}
.ext_mov{
display: none;
}
.ext_mov iframe{
display: none;
}
.spec_mov{
display: none;
}
.spec_mov iframe{
display: none;
}