#header_image{
  position: relative;
  width: 100%;
  background: url("https://img07.shop-pro.jp/PA01429/070/etc_base64/aGVhZGVyLWltYWdlLWFyY2hpdmU.jpg?cmsp_timestamp=20250610100747") center center no-repeat;
  background-size: cover;
  padding-top: 250px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.title_area {
  position: absolute;
  right: 10%;
  bottom: 0;
  background: #fff;
  padding: 20px 40px;
  letter-spacing: .5rem;
  font-size: 30px;
  margin: 0;
}

ul#breadcrumb {
  max-width: 1040px;
  margin: 0 auto 20px auto;
}
ul#breadcrumb li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  font-size: 14px;
}
ul#breadcrumb li a {
  color: #217e9e;
  font-size: 14px;
  padding: 0 10px;
}
ul#breadcrumb li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #000;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  top: 3px;
}

#main_title {
text-align: center;
margin: 0 16px 0px 16px;
}

#main_title h2{
font-size: 30px;
margin-bottom: 30px;
}
#main_title p{
font-size: 18px;
line-height: 2;
}


#cat_area{
  margin-bottom: 80px;
}
#cat_area ul.cat_list {
  max-width: 1040px;
  margin: 0 auto;
    gap:10px 0;
}
#cat_area ul.cat_list li{
  min-width: 140px;
}
#cat_area ul.cat_list li:last-child{
 display: none;
}
#cat_area ul.cat_list li a{
  background: #5a7c68;
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 12px;
}

/*¥«¥¹¥¿¥à*/
div.banner_area{
  background:#f0f0f0;
  padding:40px 0;
}
div.main_banner{
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.main_banner div{
  width: 500px;
}
.row_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 0 auto 80px auto;
}
.col_l {
  min-width: 80%;
  width: 80%;
}
.col_r {
  min-width: 17%;
  width: 17%;
}

.col_r h3.side_title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  background: #f4f4f4;
  text-align: center;
  padding: 20px 10px;

}
.side_cat{
  margin-bottom: 40px;
}
.side_cat li{
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.side_cat li a{
  padding: 10px 0 10px 20px;
  display: block;
  position: relative;
}
.side_cat li a:before{
  position: absolute;
  content: "¡ý";
  font-size: 16px;
  left: 0;
  top: 10px;
}
ul.side_group {
  margin-bottom: 40px;
}
ul.side_group li {
  display: inline-block;
  margin-bottom: 5px;
}

ul.side_group li a {
  background: #f4f4f4;
  padding: 5px;
  border-radius: 8px;
  font-size: 14px;
  display: block;
}
.shop_info li a{
  padding: 5px 0;
  display: block;
  font-size: 12px;
}

.recommend_thumb{
  width: 100%;
}


@media (max-width: 768px) {
  #header_image {
    position: relative;
    width: 100%;
    background: url(https://img21.shop-pro.jp/PA01429/070/etc/list.jpg?cmsp_timestamp=20190311174244) center top no-repeat;
    background-size: cover;
    height: 200px;
    padding-top: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .title_area {
    right: 2%;
    padding: 10px 20px;
    font-size: 16px;
    margin: 0;
    letter-spacing: 0;
  }
  ul#breadcrumb li a {
    font-size: 12px;
  }

  ul#breadcrumb li:after {
    width: 1px;
    height: 10px;
    top: 4px;
  }
  div.banner_area {
    background: #f0f0f0;
    padding: 20px 0;
  }
  div.main_banner{
    display: block;
    margin-bottom: 0;
  }
  div.main_banner div{
    width: 100%;
    padding: 0 16px;
  }
  div.main_banner div:first-child{
    margin-bottom: 20px;
  }
  #cat_area {
    margin-bottom: 20px;
  }
  #cat_area ul.cat_list {
    padding: 0 16px;
  }
  #cat_area ul.cat_list li {
    margin-bottom: 10px;
  }
  #cat_area ul.cat_list li a {
    font-size: 14px;
  }

  .row_flex {
    margin: 0 auto 20px auto;
    flex-direction: column-reverse;
  }
  .col_l {
    width: 100%;
    margin-bottom: 40px;
  }
  .col_r {
    width: 100%;
  }
  .col_r h3.side_title {
    font-size: 14px;
    padding: 10px 10px;
  }
  .side_cat li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
  }
  .side_cat li a {
    padding: 7px 0 7px 20px;
    display: block;
    position: relative;
    font-size: 14px;
  }
  .side_cat li a:before {
    position: absolute;
    content: "¡ý";
    font-size: 14px;
    left: 0;
    top: 7px;
  }
  .side_banner img{
    width: 100%;
  }
  #cat_area ul.cat_list li{
    min-width: 140px;
    width: 48%;
  }
}