@charset "euc-jp";
#header_image{
  position: relative;
  width: 100%;
  background: url(https://img21.shop-pro.jp/PA01429/070/etc/guide.jpg?cmsp_timestamp=20190311173241) center top no-repeat;
  background-size: cover;
  height: 500px;
  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;
}
ul#breadcrumb li:last-child:after{
  content: none;
}
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;
}

.content_title h2 {
  font-size: 32px;
  letter-spacing: 4px;
  margin-bottom: 80px;
  padding-top: 60px;
  background: url(https://img21.shop-pro.jp/PA01429/070/etc/title_icon.png?cmsp_timestamp=20190302152446) center top no-repeat;
}



.container-section {
border-top: 1px solid #e7e7e7;
margin-bottom: 60px;
padding-top: 40px;
}

.shopkeeper-h2 {
  text-align: left;
  margin: 0 0 20px;
  padding: 0 15px;
  font-size: 16px;
}

.def-lst {
margin: 0;
padding: 0 15px;
}
dt.def-lst-dt {
  padding: 5px 10px;
  background: #f4f4f4;
  margin-bottom: 15px;
}

.def-lst-dd {
  margin: 0 0 30px 0;
  padding: 0 0 20px;
  line-height: 1.5;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.postage {
  margin: 0 0 35px;
}
table.postage {
  width: 100%;
}
table.postage tr td {
  background: #f1f1f1;
}
table.postage tr td {
  padding: 7px 0px 6px 0px;
  vertical-align: top;
  line-height: 1.7;
  border: 1px solid #e0e0e0;
  text-align: center;
}
table.postage tr:first-child td {
  background: #666;
  color: #fff;
}


@media (max-width: 768px) {
  #header_image {
    position: relative;
    width: 100%;
    background: url(https://img21.shop-pro.jp/PA01429/070/etc/guide.jpg?cmsp_timestamp=20190311173241) 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;
  }
  #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;
  }
  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;
  }
  .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%;
  }
  .content_title h2 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    padding-top: 40px;
    background: url(https://img21.shop-pro.jp/PA01429/070/etc/title_icon.png?cmsp_timestamp=20190302152446) center top no-repeat;
    background-size: 10%;
  }
  
  
.container-section {
margin-bottom: 30px;
padding-top: 20px;
}
}
@media (max-width: 480px) {
.shopkeeper-h2 {
padding: 0 4px;
}
.def-lst {
padding: 0 4px;
}
}