.hihyouzi li:not(:first-child){
    display: none;
}
.center-item {
  padding: 0!important;
}


.js-time_limited{
  display: none;
}
.js-time_limited_fire{
  display: block;
}


.bx-wrapper {
    background-color: transparent!important;
    margin: 0px auto!important;
    border: none!important;
    box-shadow: none!important;
   
}
.bx-wrapper img {
    display: block!important;
    margin: 0px auto!important;

}

.sale_banner{
  display: none;
}

.attention {
    font-size: 15px;
    margin: 16px 0px 0px;
    color: #ff0000;
}

.attention a{
 color: #ef000e;
 text-decoration: underline;
 font-weight: bold;
}
.attention a:hover {
    opacity: 0.4;
}

#info_all{
 display: flex;
/* margin: 26px 0px;*/
}

/* 既存CSSの上書き */

.box9 a{
 color: #bf323c;
 text-decoration: underline;
}

.box9 a:hover{
 color: #bf323cbd;
}


 /*information*/

.info{
 margin:0px 0px 0px 0px;
 width: 100%;
}

.info2{
 border-left: solid 3px #FFF;
 width: 50%;
}

.info_detail_lists {
    background-color: #fbfbfb;
    overflow-y: auto;
    height: 145px;
    margin: 0px;
    padding: 10px;
    border: solid 3px #f7f7f7;
}

/*スクロールバーの横幅指定*/
.info_detail_lists::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.info_detail_lists::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f5f4ea;
}
/*スクロールバーの色・角丸指定*/
.info_detail_lists::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#bf323c;
  background:linear-gradient(-45deg, #d8000a 14.28%, #fdfdfd 14.28%, #fdfdfd 28.56%, #124fad 28.56%, #124fad 42.84%, #fdfdfd 42.84%, #fdfdfd 57.12%, #d8000a 57.12%, #d8000a 71.4%, #fdfdfd 71.4%, #fdfdfd 85.68%, #124fad 85.68%, #124fad 100% 100%);
    /*background: linear-gradient(-45deg,#bf323c 20%,#fff 20%,#fff 40%,#1c2a75 40%,#1c2a75 60%,#fff 60%,#fff 80%,#bf323c 80%,#bf323c 100% 100%);*/
  display: flex;
  height: 45%;
}

.info_detail_list_dd{
    margin: 0;
    border-bottom: dashed 1px #c3bbb4;
}

.info_detail_list_dt{
    padding: 1px 0px;
    color: #bf323c;
}

.col_hover img{
  transition: 0.4s;
}


/*メーカー一覧カードPC*/

.maker{
 width: 100%;
 margin: 0px 0px 20px 0px;
}

.maker ul{
 margin: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 justify-content: space-between;
}

.maker li {
    background-color: #f9f9f9;
    box-shadow: 0px 2px 5px #e2e2e2;
    padding: 10px;
    width: 46%;
    margin: 10px 0px;
    transition: 0.2s;
}

.maker li:hover {
    transform: translateY(-5px);
}

.maker img{
 border-bottom: solid 1px #dadada;
    padding: 0px 0px 8px 0px;
}

.maker_text{
 margin: 10px 10px;
 display: block;
 font-size: 12px;
}

  .category_160{
 display: none;
}

.free-page-173 th, td{
padding: 0px!important;
} 

/**********
		ここからスライダー*******/
.slick-slide img {
  width:100%;
}

.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(30%);
    -moz-filter: opacity(30%);
    -o-filter: opacity(30%);
    -ms-filter: opacity(30%);
    filter: opacity(30%);
    transition: 0.2s linear;
    -ms-filter: blur(6px);
}


/*slick setting*/

.slick-prev:before,
.slick-next:before {
    color: #000;
}



@media (max-width: 480px){

  
  .info2{
   display: none;
  }
  
  .item_price_br{
   display: block;
  }
  
    .sale_banner{
  display: block;
    
  }
  
.attention {
    font-size: 13px;
    margin: 16px 0px 0px;
    text-align: center;
}
  
  .attention a{
  color: #ef000e;
  text-decoration: underline;
  }
  

/*  カテゴリー160　*/

.category_160{
  display: block;
  }
  
.category_160 ul{
    display: flex;
    width: 98%;
    flex-wrap: wrap;
    margin: auto;
}

.category_160 li {
    flex-basis: 33%;
    padding: 0px 2px 0px 5px;
    box-sizing: border-box;
}

p.category_160text {
    margin: 0px 0px 15px 10px;
    font-size: 11px;
    font-weight: bold;
}

/*　//カテゴリー160　*/
  
/*メーカー一覧カードSP*/

.maker{
    width: 100%;
    margin: 0px 0px 20px 0px;
    overflow: scroll;
    height: 200px;
}

.maker ul{
margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.maker li{
    background-color: #f9f9f9;
    box-shadow: 0px 2px 5px #ffffff00;
    padding: 10px;
    width: 100%;
    display: flex;
    margin: 1px 0px;
}

.maker img {
    border: solid 1px #ffffff00;
    padding: 0px 3px 0px 0px;
    margin: 6px 0px 0px;
    flex-shrink: 0;
    margin-right: 32px;
    width: 630px;
}

.maker_text{
    margin: 10px 10px;
    display: block;
    font-size: 12px;
    width: 240px;
}
  
  
  /* ------カレンダー関係------------------ */

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

th.sat {
    color: #bf323c;
}

th.sun {
    color: #bf323c;
}

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



}
@media screen and (max-width: 1180px) {
.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -o-filter: opacity(100%);
    -ms-filter: opacity(100%);
    filter: opacity(100%);
    transition: 0.2s linear;
}
}

/* -------------------------------------- */
/*本多さんここから入力*/
.top-btn li, .btn-txt {
	cursor: pointer;
	transition: .2s cubic-bezier(0.45,0,0.55,1);
}

/*----------------------------------------*/
ul.top-btn-5 {
font-size: 12px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    background-color: rgba(30,41,115,.1);
    padding: 18px 0 10px 0;
    margin: 0px 0 10px 0px;
    padding-inline-start: 0px!important;
}
.top-btn-5 a {
	width: 130px;
	height: 30px;
	margin: 10px 5px 10px 5px;
	padding-top: 17px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #b81c25;
	background: #fff;
	border: 3px solid #b81c25;
	border-radius: 10px;
	box-shadow: 0 3px 2px 1px #999;
}
.top-btn-5 a:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50px;
    width: 26px;
    height: 26px;
    border: 3px solid #b81c25;
    border-radius: 50%;
    background-color: #b81c25;
    z-index: 0;
}
.top-btn-5 i {
    font-size: 18px;
    position: absolute;
    top: -9px;
    left: 45%;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    z-index: 1;
}
.top-btn-5 a:hover {
	color: #999;
	background: #fffeee;
	transform: scale(1.05);
	box-shadow: 0 3px 2px 1px #999;
}
.top-btn-5 a:hover i {
	color: #fffeee;
}

/* 本多さん入力ここまで */

.box10 {
padding: 0.5em 1em;
    margin: 2em 0;
    color: #040404;
    background: #fffae9;
    border-top: solid 10px #ffdb1a;
    line-height: 180%;
}
.box10 p  {
    margin: 0;
    padding: 10px 0px;
}

/*電話番号リスト*/

@media (max-width: 768px) {

 .header_shop a {
    background: #f5f5f5;
    display: block;
    padding: 10px 11px;
    color: #1c2c68;
    font-weight: bold;
    font-size: 14px;
}
  
ul.information_list {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-weight: bold;
}
  
  ul.information_list li {
    width: 33%;
    margin: 7px 0px;
}
  
p.header_tel a {
    font-size: 12px;
    display: block;
}
  
  .header_tel span {
    font-size: 11px;
}
  
  .header_centerp {
    font-size: 12px;
}
  
}
