@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
}

.all_item_btn{
  margin-top: 60px;
}
.all_item_btn a{
    color: #444;
    border: solid 1px #444;
    width: 280px;
    height: 40px;
    display: grid;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
  	text-decoration: none;
}

.hero_img img{
  width: 100%;
}
.bread_bnr{
	width: 100%;
    margin: 20px auto 0;
    border-top: solid 1px #000;
    padding-top: 20px;
}
.bread_bnr img{
	width: 100%;
}
.item_contents{
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.item_wrap{
    width: 24%;
    display: block;
    color: #000;
    text-decoration: none;
}
.item_wrap img{
  width: 100%;
  height: 180px;
}
.item_wrap p{
   margin-top: 4px;
    padding-left: 4px;
    margin-bottom: 3px;
}
.item_wrap span{
    padding-left: 4px;
    font-weight: 600;
}

.top_bnr{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}
.top_bnr img{
  width: 100%;
}


.close{
  width: 100%;
  margin: 20px auto;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 3em 0;
}
.close .ttl_h2{
  margin-top:0;
  margin-bottom: 2em;
}
.close_title{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
  



