@charset "euc-jp";
body {
  background-color: #FFFFFF;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);

  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}

form {
  margin: 0;
}

/*
 * layout
 */

#wrapper {
  position: relative;
}

@media (max-width: 768px) {
  #wrapper {
    margin-top: 10px;
  }

  .container {
    padding: 0 !important;
  }
}

/* common */
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #aaa;
}

.lists {
  margin: 0;
  border-bottom: 1px solid #aaa;
}

.list {
  border-top: 1px solid #aaa;
  font-weight: normal;
}

.list:first-child {
  border-top: none;
}

.list_link {
  padding: 5px 10px;
}

.list_link_name {
  display: inline-block!important;
  padding: 0;
  padding-left: 5px;
}

.arrow_img {
  width: 7px !important;
  height: 16px !important;
  border-radius: 0% !important;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

.list_link_img {
  margin-bottom: 5px;
}

.list_icon_arrow {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

.item_img {
  margin: 0 auto;
}
.item_img:hover {
  opacity: 0.8;
}
.item_name {
  padding-top: 5px;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
}
.item_price_discount {
  color: #cf0400;
}
.item_discount_rate {
  color: #cf0400;
}
.item_soldout {
  color: #cf0400;
}

.rank_box {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  z-index: 5;
}
.rank_box_color_1 {
  background-color: #dccc18;
}

.rank_box_color_2 {
  background-color: #bab9c1;
}

.rank_box_color_3 {
  background-color: #e18961;
}

.rank_number {
  color: #fff;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}

.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
}

/*
 * header
 */

#header {
  margin-bottom: 30px;
}

.header_top {
  width: 100%;
  /* height: 50px; */
  height: 40px;
  /* border-bottom: 1px solid #eee; */
  position: absolute;
  top: 0;
  background-color: #f3edd9;
  z-index: 10;
}

.header_top .header_txt {
  	float: left;
    margin: 0;
    line-height: 40px;
}
@media (max-width: 768px){
  /*.header_top .header_txt {
  	display: none;
  }*/
  .header_top .header_txt {
    float: none;
    line-height: 1.5;
    font-size: 10px;
  }
}

/*.header_top_cmspbar {
  position: fixed;
}*/
.header_top_inner {
  /* max-width: 980px; */
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .header_top_inner {
    margin: 0 20px !important;
  }
}
.search_form {
  margin: 10px 0 20px;
  /* padding-top: 10px; */
  float: left;
  position: relative;
  width: 98%;
  border: 1px solid #bbbbbb;
  display: block;
  box-sizing: border-box;
}

.search_select {
  width: 150px;
  border: 1px solid #101010;
  font-size: 12px;
}

.search_box {
  width: 210px;
  border: none !important;
  height: 30px;
  line-height: 30px;
}

.search_btn {
  cursor: pointer;
  border: none;
  background: url(https://img21.shop-pro.jp/PA01458/297/etc/search.png?cmsp_timestamp=20201109101701) no-repeat;
  position: absolute;
  left: 90%;
  top: 5px;
  outline : none;
  width: 30px;
  height: 30px;
  margin: 4px 0;
}

.btn_search {
  padding: 2px 5px 3px 5px;
  border: 1px solid #101010;
}

.btn_search i {
  vertical-align: -35%;
}

.header_nav_headline {
  text-align: right;
  /* font-size: 12px;
  margin-top: 14px; */
  font-size: 14px;
  margin-top: 8px;
  margin-top: 8px;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_headline li a i {
  vertical-align: -40%;
}

.header_nav_headline li a {
  /* color: #fff; */
  color: #000;
  margin-right: 5px;
  text-decoration: none;
  line-height: 110%;
}
.header_nav_headline li a span{
  text-decoration: underline;
}
.header_nav_headline li a img{
padding-right: 4px;
}

.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
  border: none;
}
.header_nav_headline li a span:hover {
  text-decoration:none;
}

.header_nav_headline .headline_viewcart {
  padding-left: 15px;
  border-left: 1px solid #000;
}

.header_mid {
  width: 100%;
  /* height: 50px; */
  /* height: 132px; */
  /* border-bottom: 1px solid #333; */
  /* border-bottom: 1px solid #bebebe; */
  position: absolute;
  /* top: 51px; */
  top: 40px;
  background-color: #fff;
  z-index: 9;
}

/*.header_mid_cmspbar {
  position: fixed;
}*/

.header_mid_inner {
  /* max-width: 980px; */
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: right;
  border-top: #aaa;
}

.header_top_linelists {
  /*background: #eee;*/
  padding: 10px 0;
  width: auto;
}

.header_nav_linelist_right {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin: 0;
  background: #eee;
  padding: 10px 0;
}

.header_nav_linelist_right li {
  border-right: 1px solid #ccc;
  padding: 0 10px 0 !important;
  display: -webkit-box !important;
  -webkit-box-align: center;
  flex-basis: 30%;
}

.header_nav_linelist_right li:last-child {
  border: none;
}

.header_nav_linelist_right li a {
  display: block;
  margin: 0 auto;
}

.header_nav_linelist_right .header_nav_cart a {
  position: relative;
}

/*.header_nav_linelist_right .header_nav_cart img {
  margin-right: 10px;
}*/



.header_nav_cart img {
  width: 28%;
}

.header_nav_linelist_right .header_nav_cart span {
    position: absolute;
    top: -8px;
    left: 20px;
    display: block;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-radius: 18px;
    background: #e83d3d;
    color: #fff;
    line-height: 18px;
    text-align: center;
}

.header_nav_global {
  /* font-size: 12px; */
  font-size: 14px;
  margin-top: 21px;
}

ul.header_nav_global > li {
  padding: 0 5px 0 0;
}

.header_nav_global li a i {
  vertical-align: -40%;
}

.header_nav_global li a {
}

.header_nav_global li a:hover {
  text-decoration: none;
}

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  position: absolute;
  top: 37px;
  left: -1px;
  padding: 0;
}
.header_nav_global_box_heading {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_nav_global_box_detail {
  background-color: #fff;
  padding: 30px 20px 20px;
}

.header_nav_global_box_cusotm {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  top: 37px;
  left: -1px;
  padding: 0;
}

.header_nav_global_left {
  float: left;
  margin: 0;
}

.header_nav_global_left li {
  padding-bottom: 15px;
}

.header_nav_global_right {
  /* float: right; */
  margin-bottom: 21px;
}

.header_nav_global_right li {
  border-left: 1px solid #aaa;
}
.header_nav_global_right li:first-child {
  padding-left: 0!important;
  border-left: none;
}

.header_nav_global_social {
  padding-left: 5px;
}

ul.header_nav_global_social > li {
  padding: 0;
}

.header_nav_global_social li a i {
  vertical-align: -40%;
}

.header_btm {
  /* max-width: 980px;
  padding-top: 101px; */
  max-width: 1100px;
  padding-top: 205px;
  margin: 0 auto;
}

.header_mid_info {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  display: flex;
  justify-content: space-between;
}


.header_logo {
  margin: 0 auto;
  padding-top: 30px;
  float: left;
}
.header_logo_custom {
  max-width: 250px;
  margin: 0;
  padding-top: 7px;
}

.header_func {
  display: flex;
}



.div_cart {
  margin-left: 40px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}

.div_cart a {
  position: relative;
}

.div_cart span {
    position: absolute;
    top: -10px;
    left: 24px;
    display: block;
    font-size: 14px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #e83d3d;
    color: #fff;
    line-height: 18px;
    text-align: center;
}

.header_lead {
  padding-top: 40px;
  font-size: 18px;
  color: #aaa;
  letter-spacing: 0.1em;
  float: right;
}

.header_lead_custom {
  /*padding-top: 30px;*/
  margin: 0;
  font-size: 14px;
  color: #000;
  text-align: left;
}



.header_lead_custom span {
  color: #e10000;
}
.h_pay{
  display: flex;
}
.h_pay div:first-child{
  background: #f3edd9;
    width: 20%;
    margin-right: 5%;
    padding: 12px 10px 0;
    border-radius: 5px;
  line-height: 100%;
    text-align: center;
    font-weight: 600;
}
.h_pay div:last-child p{
  margin: 0;
}
.div_keyword{
  padding-top: 10px;
}
.side .side_bnr{
    width: 100%;
    margin: 0 0px -70px;
  }
.side img.green_banner {
    width: 100%;
    margin: 0 0px 20px;
  }

.header_nav_phone {
  z-index: 99;
  /* float: right;
  height: 50px; */
  display: none;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 6px 0;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}
.nav_btn_phone {
  /*
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  */
  font-size: 2.2vmin;
}
.nav_btn_phone i {
  vertical-align: -40%;
}

.header_nav_global_right {
  display: flex;
  justify-content: space-around;
}

.header_nav_global_right li {
  padding-right: 0px !important;
  padding-left: 30px !important;
}

.top_category_lists {
  font-size: 0;
  border-bottom: none;
}
.top_category_list {
  position: relative;
  width: calc(100% / 6);
  height: 50px;
  line-height: 50px;
  padding: 10px 0;
  display: inline-block;
  border-top: none;
  font-size: 16px;
}

.top_category_list .list_link {
  border-right: 1px solid #ababab;
  padding: 0;
  padding-left: 10%;
}
.top_category_list:nth-child(6n) .list_link {
  border-right: none;
}

.top_category_list .img_round {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.top_category_list img {
 /* position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;*/
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;  
}
.top_category_list .list_link_name {
  display: inline-block;
  padding: 0;
  padding-left: 5px;
}

@media (max-width: 768px){
  #header {
    margin-bottom: 0;
  }
  .header_top {
    height: auto;
    background-color: #fff;
    position: unset;
  }
  .header_top_inner {
    margin: 0 auto;
  }
  .header_top_inner .header_logo_custom {
    width: 45%;
    padding: 10px 10px 10px 0;
  }
  .header_top_inner .header_menu {
    width: 30%;
    display: flex;
    justify-content: space-between;
  }
  .header_top_inner .header_menu div {
    width: 45%;
    text-align: center;
  }
  .header_top_inner .header_menu img {
    display: inline-block;
    width: 70%;
    padding-top: 30%;
    padding-bottom: 10%;
  }
  .header_top_inner .header_menu span {
    display: inline-block;
  }
  .header_nav_phone {
    display: flex;
    align-items: flex-end;
  }
  
  .header_nav_phone img {
    float: left;
  }
  
  .header_mid_info {
  	max-width: none;
  }
  .header_mid {

  }
  .header_func {
    width: 100%;
  }
  .div_keyword {
    width: 100%;
    padding-top: 10px;
  }
  .header_lead_custom {
    text-align: left;
    font-size: 2.5vw;
    padding-bottom: 10px;
  }
}

/*
 * main
 */

.main {
  max-width: 1100px;
}

/*
 * contents
 */

.contents {
  padding: 0;
  margin-top: 3px;
  float: right;
}

.news h2 {
  margin: 0;
  border-bottom: 1px solid #aaa;
}

.news ul {
  margin: 20px 0 50px 10px;
  list-style: none;
}

.news_banners {
  display: flex;
  justify-content: space-between;
}

/* pankuzu */
.pankuzu_lists {
  font-size: 12px;
  margin-bottom: 5px;
}
ul.pankuzu_lists > li {
  padding: 0;
}
.pankuzu_list {
}

/* info */
.info {
  margin-bottom: 60px;
}

.info_heading {
}

.info_detail {
  margin: 20px 0 0;
  font-size: 13px;
}

.info_detail_lists {
}

.info_detail_list_dt {
  padding: 20px 0 5px;
}

.info_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.info_detail_list_dd {
  margin: 0;
}

/* ranking（seller） */
.seller {
  margin-bottom: 40px;
  padding: 0;
}

.seller_heading {
}

.seller_lists {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  font-size: 14px;
}

.seller_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding: 0;
  width: 24.4%;
  margin-right: .8%;
}
.seller_list:nth-child(4n) {
  margin-right: 0;
}

.seller_list img {
  margin-right: 10px;
  margin-bottom: 5px;
  /*max-width: 193px;*/
}

.seller_list span.show {
  text-align: initial;
}

/* recommend */
.recommend {
  margin-bottom: 20px;
}

.recommend_heading {
}

.recommend_lists {
  margin-top: 20px;
  font-size: 12px;
}

.recommend_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* free_space */
.free_space {
}

/*
 * side
 */

#side {
  margin-bottom: 100px;
}

.side {
  margin-top: 5px;
  padding: 0;
}

.side h3 {
  padding-bottom: 5px;
}

.side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

.side_banner {
  margin: 0 0 40px;
}
.side_banner_lists {
}
.side_banner_list {
  margin-top: 19px;
}
.side_banner_list:first-child {
  margin-top: 0;
}

.side_category {
  margin: 0;
}

.side_categories {
  margin-bottom: 30px;
}

.side_big_category {
  padding: 10px 0 5px 10px;
}

.side_category .side_categories:first-child .side_big_category {
  background-color: #e74445;
}

.side_category .side_categories:first-child ul {
  border: 1px solid #e74445;
}

.side_category .side_categories:last-child .side_big_category {
  background-color: #25a325;
}

.side_category .side_categories:last-child ul {
  border: 1px solid #25a325;
}


.side_big_category span {
  color: #fff;
}

.side_category img.big_icon {
  margin-bottom: 0;
  padding-right: 3px;
  padding-bottom: 11px;
  width: 10%;
}

.side_category .side_categories:last-child img.big_icon {
  padding-bottom: 6px;
}

.side_category_heading {
  font-size: 18px;
  padding-left: 3px;
  /*padding-bottom: 0;
  font-weight: bold;*/
}

.side_category_lists {
  margin-bottom: 30px;
  border-top: 1px solid #aaa;
}

.side_category_lists li:last-child {
  border-bottom: none;
}

.side_category_list {
  position: relative;
  font-size: 16px;
}
.list_link img {
  display: inline-block !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 0 !important;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
}
.side_subcategory_list {
  border-top: none;
  border-bottom: 1px solid #aaa;
}
.side_subcategory_lists li a {
  padding: 5px 0;
}

.side_groups {
  margin-top: 30px;
  /*background-color: #f6f2e7;*/
}

.side_group {
  padding: 10px 0 5px 10px;
  background-color: #eaeaea;
}

.side_group img.big_icon {
  width: 9%;
  margin-bottom: 0;
  padding-right: 3px;
  padding-bottom: 6px;
}

.side_group_lists {
  margin-bottom: 30px;
  border: 1px solid #ccc;
}

.side_group_list a {
  padding: 20px 10px 20px 15px;
}

.side_group_list .arrow_img {
  margin-top: 2px;
}

.side_freepage {
  margin-top: 60px;
}
.side_freepage_heading {
  margin-bottom: 20px;
}
.side_freepage_lists {
}
.side_freepage_list {
  padding-top: 0;
  border: none;
}
.side_freepage_list a {
  padding: 0 0 20px 0;
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  margin-top: 40px;
}

.col-md-3 img {
  margin-bottom: 10px;
}

.side_section_cal {
  margin-top: 50px;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar tr:first-child {
  background-color: #eee;
}
.tbl_calendar th, .tbl_calendar td {
  /*padding: 4px !important;*/
  text-align: center !important;
  border-bottom: 2px solid #fff !important;
  border-right: 2px solid #fff;
  font-size: 16px;
}
.tbl_calendar th:first-child, .tbl_calendar td:first-child {
  color: #d67272 !important;
}
.tbl_calendar th:last-child, .tbl_calendar td:last-child {
  color: #426fb3 !important;
}
.calendar_lists {
  list-style-type: square;
  margin: 0;
}
.calendar_lists li {
  font-size: 18px;
  list-style-type: none;
  position: relative;
  padding-left: 1.2em;
}
.calendar_lists li:before {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  content: "";
}
.calendar_lists li.pink:before {
  background: #ffc6c6;
}

/*
 * footer
 */

.footer_border {
  border-bottom: 1px solid #aaa;
}

.footer {
  /*width: 100%;*/
  max-width: 1100px;
  margin: 40px auto 0;
}

.footer_inner {
  max-width: 980px;
  margin: 0 auto;
}

.footer_inner p {
  margin-top: 20px;
}

.footer_heading {
}
.footer_lists {
  margin-top: 20px;
}
.footer_list {
  padding: 0 10px;
  text-align: center;
}
.footer_list_img {
  margin: 0 auto;
}

.footer_seller,
.footer_recommend,
.footer_checked {
  margin-bottom: 40px;
}

.footer_seller_lists,
.footer_recommend_lists,
.footer_checked_lists {
  font-size: 10px;
}

.footer_seller_list,
.footer_recommend_list,
.footer_checked_list{
  margin-bottom: 10px;
}

.footer_banner {
  padding-bottom: 60px;
  margin: 0 auto;
}

.footer_pagetop {
  text-align: center;
  background-color: #FFFFFF;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  background-color: #fff;
}
h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}
.footer_notice_lists {
  margin: 0;
}
.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.8;
}
.footer_notice_cal_table {
}
.footer_notice_cal_memo {
}

.footer_notice_tags {
  display: flex;
  justify-content: space-around;
}

.footer_notice_tags a {
  border-radius: 10px;
  padding-right: 1%;
  padding-left: 1%;
}

.footer_notice_tag {
  background-color: #f3edd9;
  padding: 25px;
  padding-right: 60px;
  border-radius: 10px;
}

.footer_notice_tag img {
  padding-left: 10px;
}

.footer_notice_para {
  font-size: 13px;
  vertical-align: middle;
  padding-left: 5px;
}

.footer_inner_menu {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}

.footer_menu {
  padding-right: 40px;
}

.tbl_calendar {
  margin-bottom: 20px;
  max-width: 300px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    font-size: 18px;
    text-align: center;
    margin: 10px 0 5px;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {
  /*padding: 60px 0;*/
  background-color: #FFFFFF;
}

.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
  padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 18px;
  padding-left: 5px;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}

.footer_nav_lists {
}
.footer_nav_list {
  color: #fff;
  padding-top: 15px;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #fff;
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}

.footer_copyright {
  text-align: center;
  padding: 0 0 2em;
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .footer_powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .footer_powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/*
 * Slider
 */

.slider {
  position: relative;
  margin-bottom: 40px;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-caption {
  background: #5b5\9;
  background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

.slider .bx-wrapper .bx-pager {
  bottom: 30px !important;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 13px !important;
  height: 13px !important;
  margin: 0 8px !important;
  border-radius: 8px !important;
}

.slider .bx-pager-item a {
  background: #eee !important;
}
.slider .bx-pager-item a.active {
  background: #5b5 !important;
}

/*
 * sk privacy
 */

.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}

.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 16px;
}

.skpr_detail_lists {
}

.skpr_detail_list_dt {
  padding: 0 0 20px 10px;
}

/*.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
}*/

.skpr_detail_list_dd {
  margin: 0;
}

/*
 * temp
 */

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #101010;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

/*
 * icons
 */
.icon-b.icon-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-b.icon-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-b.icon-pencil { background-position: -96px -0px; }
.icon-w.icon-pencil { background-position: -96px -0px; }
.icon-lg-b.icon-pencil { background-position: -144px -0px; }
.icon-lg-w.icon-pencil { background-position: -144px -0px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}

/*
 * Media Queries
 */

@media (min-width: 1100px) {
  .contents {
    width: 790px;
  }

  /*.contents_detail {
    width: 100%;
  }*/

  .side {
    width: 270px;
  }

  .header_nav_global_right li {
    display: inline-block !important;
  }
}

@media (min-width: 769px) {
  .footer_list {
    width: 10%;
  }
}

@media (max-width: 1100px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }
  
  .contents {
    width: 76%;
  }

  .side {
    width: 24%;
  }
  
  .header_nav_global_right li {
    font-size: 1.3vw;
  }
  
  .search_box {
    width: 90%;
  }

  .search_btn {
    left: 87.5%;
  }
  
  ul.side_category_lists li:nth-child(1) a span {
    font-size: 10px;
  }

  .list_link {
    padding: 5px 0;
  }
  
  /*
  .header_nav_phone {
    margin-right: 10px;
  }
  .header_nav_phone {
    margin-right: 0;
  }
  .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 15px;
  }
  */

  .footer_notice_tag {
    padding-right: 25px;
  }
}

@media (max-width: 768px) {
  .pankuzu_lists {
  font-size: 15px;
}
  .contents,
  .side,
  .footer_heading {
    padding: 0;
  }
  
  .contents,
  .side {
    width: 100%;
  }

  .side {
    margin-bottom: 20px !important;
  }
  
  .productlist_lists {
    padding: 0 10px 20px;
  }

  .header_btm {
    padding-top: 51px;
    text-align: center
  }
  .header_btm_custom {
    padding-top: 0;
    text-align: center;
    margin: 10px 20px 15px;
  }

  .header_logo {
    float: none;
  }
  
  .header_logo_custom {
    width: 100%;
    max-width: 300px;
    padding-top: 0;
  }
  
  .header_lead {
    padding-top: 10px;
    font-size: 12px;
    float: none;
  }

  .header_nav_global_social {
    padding-left: 0;
  }
  
  .header_nav_headline {
    display: none;
  }

  .search_form {
    /* float: none; */
    margin: 0;
    width: 100%;
  }

  .search_select {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .search_box {
    /* width: 75%; */
    width: 85%;
    float: left;
  }

  .btn_search {
    width: 15%;
    float: right;
  }

  .slider {
    margin-bottom: 20px;
  }

  .side_group,
  .side_freepage {
    margin-top: 0;
  }
  
  .seller_lists {
    overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  }
  .seller_lists li {
    width: 100%;
  min-width: 140px;
  }
  .seller_lists li {
    margin-right: 5px;
  }
  .seller_lists li:first-child {
    padding-right: 5px;
  }
  .seller_lists img {
    vertical-align: bottom;
  }

  .info_detail,
  .recommend_lists {
    padding: 0 10px 20px;
  }

  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }


  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  .side_banner {
    margin-bottom: 40px;
    text-align: center;
  }

  .side_banner_list {
    margin-top: 0;
  }

  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
  }
  .side_category .side_categories:first-child ul li{
  padding:0 10px;
}
    .side_category .side_categories:last-child ul li{
  padding:0 10px;
}

  .heading {
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px 20px;
  }
  .side .side_bnr{
    width: 100%;
    margin: 0 0px 30px;
  }
  .side img.green_banner {
    width: 89%;
    margin: 0 20px 30px;
  }

  .side_category {
    margin: 0 20px;
  }
  
  .side_category_heading {
    font-size: 24px;
  }
  
  .side_big_category img {
    width: 7%;
    padding-bottom: 12px;
  }

  ul.side_category_lists li a span {
    font-size: 18px !important;
  }
  
  .side_category_list {
    position: static;
    cursor: pointer;
  }
  
  .side_groups {
    margin: 0 20px 0;
  }

  .side_group img {
    width: 7%;
  }
  
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_lists li a {
    padding: 10px;
  }


  /*.side_category_heading,*/
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
    background-color: #FFFFFF;
    color: #fff;
    padding: 10px 0 10px 10px;
  }
  
  .side_section_cal {
    margin: 0 20px;
  }

  .side_section_cal h3 {
    padding: 0 0 5px;
  }

  .side_cal {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  
  .side_cal_memo {
    margin-left: 15px;
  }

  .calendar_lists li:before {
    width: 24px;
    height: 24px;
  }
  
  .calendar_lists li {
    padding-top: 5px;
    padding-left: 2em;
  }

  .footer {
    margin-top: 0;
  }

  .footer_lists {
    padding: 0 10px 20px;
  }

  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }

  .footer_checked {
    border-bottom: 1px solid #333;
  }

  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }


  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_checked_lists {
    font-size: 12px;
  }
  .footer_seller_list,
  .footer_recommend_list {
    margin-bottom: 40px;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }

  .footer_notice {
    margin: 30px 20px 0;
    padding: 0;
  }
  
  .footer_notice_tag {
    padding: 25px 0;
    padding-left: 20px;
  }

  .footer_notice_tags {
    flex-wrap: wrap;
  }
  
  .footer_notice_tags a {
    width: 40%;
    padding-bottom: 3%;
  }
  
  .footer_inner_menu {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer_menu {
    padding-right: 0;
    margin-bottom: 15px;
  }

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    padding: 30px 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
  }
  .footer_nav_shopinfo_name {
    padding-left: 0;
  }
  .footer_nav_shopinfo_memo {
    padding-left: 0;
  }

  .footer_nav_menu_right {
    padding: 0;
    border-top: 1px solid #777;
  }
    .footer_nav_menu_right li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #777;
    }
    .footer_nav_menu_right li:nth-child(odd) {
      border-right: 1px solid #777;
    }
    .footer_nav_menu_right a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #FFFFFF;
    color: #fff;
  }

  .footer_nav_list {
    padding-top: 5px;
  }

  .footer_copyright {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .skpr_detail,
  .privacy_lead {
    padding: 0 10px 20px;
  }

  .skpr_box {
    /*padding-top: 70px;*/
    margin-top: -10px
  }
  
  .skpr_box:first-child {
    padding-top: 0;
    margin: 0 20px;
  }
}

@media (max-width: 600px) {
  .side_cal {
    display: block;
  }

  .tbl_calendar {
    max-width: 350px;
    margin: 20px auto;
  }

  .footer_notice_tag {
    padding-left: 0;
  }
}

@media (max-width: 515px) {
  .footer_notice_tags a {
    width: 48%;
  }

  .footer_notice_tag {
    text-align: center;
  }

  .footer_notice_tag img {
    padding: 0;
    padding-bottom: 10px;
  }

  .footer_notice_tag span {
    display: block;
  }
}

@media (max-width: 480px) {
  .side_banner_list {
    margin-top: 19px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
}

/****メニュー全体****/
#menu{
	/*配置*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
}

/****メニュー開閉ボタン****/
#menu div{
	/*デザイン*/
	width: 30px;
	height: 30px;
	background: rgba(200,200,200,1);
	/*配置*/
	overflow: hidden;
	position: absolute;
}

#menu .menuopen{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

#menu .menuclose{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

/****メニュー一覧****/
#menu ul{
	/*デザイン*/
	background: rgba(200,200,200,1);
	width: 80%;
	/*配置*/
	position: absolute;
	top: 30px;/*#menu divの高さ*/
	left: 0;
	display: none;
}

#menu li{
	/*デザイン*/
	padding: 10px;
	color: rgba(0,0,0,1);
	border-bottom: 1px rgba(255,255,255,1) solid;
	/*配置*/
	pointer-events: auto;
}

/****メニューオープン時****/
#menu:target .menuopen{
	/*配置*/
	display: none;
}

#menu:target .menuclose{
	/*配置*/
	display: block;
}

#menu:target ul{
	/*配置*/
	display: block;
}

.free1_h2 {
  background: #ededed;
    margin-top: -0.5em;
    margin-bottom: .7em;
    color: #444;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
}

.free1_company {
  margin: 20px 20px 0;
    font-size: 16px;
}

.free1_dt {
  float: left;
    padding-bottom: 30px;
    padding-left: 10px;
}

.free1_dd {
  margin-left: 50%;
    text-indent: 0px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
  .free1_title {
    margin-top: 10px;
  }
}

/* フリーページ2:よくあるご質問*/
.qa_content_heading {
  font-size: 20px;
  border-bottom: 1px solid #b8b8b8;
}

.acd-check {
  display: none;
}

.acd-label {
  display: block;
    box-sizing: border-box;
    margin: 0;
    margin-top: 10px;
    padding: 19px 56px;
    padding-right: 45px;
    border: 1px solid #c8c8c8;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    text-align: left;
}

.acd-label:before {
  content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(https://file003.shop-pro.jp/PA01457/977/images/icon_q.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.acd-label:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(https://file003.shop-pro.jp/PA01457/977/images/icon_plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}

.acd-content {
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  text-align: left;
}

.acd-content p {
  position: relative;
  padding-right: 45px;
  padding-left: 20px;
  margin: 0;
}

.acd-check:checked + .acd-label:after{
  background-image: url(https://file003.shop-pro.jp/PA01457/977/images/icon_minus.png);
}
.acd-check:checked + .acd-label{
  border-bottom: none;
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 0px 0px 20px;
  visibility: visible;
}
/* //フリーページ2:よくあるご質問*/

/* フリーページ3:鮮ど市場について*/
.about_sendo {
  margin-bottom: 100px;
}
.about_sendo .pankuzu_lists {
  margin-bottom: 5px;
}
.pankuzu_lists .blue a {
  color: #00f;
}
.about_sendo .about_topimg {
  width: 790px;
}
.about_sendo h1 {
  font-size: 34px;
  margin: 20px 0;
}
.about_sendo h1 span{
  color: #f00;
}
.about_block {
  border: 1px solid #aaa;
  padding: 3% 2%;
  margin-bottom: 15px;
}
.about_para {
  float: left;
  width: 56%;
  margin-right: 3.5%;
  margin-top: 1%;
  position: relative;
}
.about_para .circle {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f00;
  text-align: center;
  color: #fff;
  float: left;
  font-size: 32px;
  margin-right: 2%;
}
.about_num {
  float: none;
  font-weight: bold;
  /*margin-top: .3rem;*/
}
.try {
  position: absolute;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 50px solid transparent;
  border-top: 15px solid #fff;
  left: 38.5%;
}
.about_comit {
  text-align: center;
  background-color: #fcc;
  font-size: 16px;
  font-weight: bold;
  padding: 7% 5% 5%;
  margin: 7% 2% 0;
}
.about_img {
  float: none;
}
.about_img img {
  width: 40%;
}
.about_mess {
  margin: 50px 0;
  text-align: center;
}
.about_shops p {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
}
.about_shops ul {
  list-style: none;
  margin: 5px 0 40px;
}
.about_shops ul li {
  margin-bottom: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 1068px) {
  br.w1068 {
    display: none;
  }
}
@media only screen and (max-width: 961px) {
  .about_block:first-child p.about_comit {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 814px) {
  .about_block {
    padding-bottom: 7%;
  }
  .about_comit {
    font-size: 15px;
  }
}
@media only screen and (max-width: 781px) {
  br.w814 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .about_sendo {
    margin: 0 20px;
  }
  .about_para {
    float: none;
    width: 100%;
  }
  .about_para .about_downer {
    margin-bottom: 20px;
  }
  .about_img img {
    width: 100%;
  }
  br.w814 {
    display: block;
  }
}
/* //フリーページ3:鮮ど市場について*/

ul.side_group_lists li {
  padding: 5px 10px;
}
ul.side_group_lists li span {
  font-size: 16px;
  padding: 10px 0 10px 10px;
}
ul.side_group_lists li img.arrow_img {
  margin: 12px 10px 0 0;
}
/*ul.side_group_lists li ul{
    display: none;
}
ul.side_group_lists li:active ul{
    display: block;
}*/
/*ul.side_group_lists li {
  position   : relative; 
}
ul.side_group_lists li:hover ul{
    display: inline;
  list-style: none;
}
ul.side_group_lists li ul{
     position   : absolute;
  display: none;
  padding: 2px;            
  background: #f6f2e7;
  right : -50%;  
}
ul.side_group_lists li ul li{
  font-size: 18px;
}*/

/* ハンバーガーメニュー */
.h_toggle{
  z-index:9999;
  display: flex;
 }
 .h_toggle .toggle_l {
   margin-right: 5px;
 }
 .toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
 }
 .toggle_icon:nth-child(1) {
  top: 0;
 }
 .toggle_icon:nth-child(2) {
  margin: 8px 0;
 }
 .toggle_icon:nth-child(3) {
  top: 0;
 }
 /*OPEN時の動き*/
 .h_toggle.open .toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 .h_toggle.open .toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
 }
 .h_toggle.open .toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }

 .h_menu{
  z-index:1000;
  background-color: #fff;
  overflow: scroll;
  position: fixed;
  top: 160px;
  width: 100%;
  height: 78%;
 }
 .h_menu ul {
  list-style: none;
  margin: 0;
}
 .h_menu ul li{
  padding: 10px 20px;
  border-bottom: 1px solid #CCC;
 }
 .h_menu ul li a {
  font-size: 18px;
}
.h_menu .new_menber {
 background-color: #eee;
 margin: 10px 20px;
 padding: 10px 15px;
}
.h_menu .new_menber a {
  font-size: 18px;
}
.h_menu .side ul li a {
  padding: 10px 0;
  display: block;
}
 /*OPEN時の動き*/
 .h_menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
 }

 /* ハンバーガーメニュー：店舗 */
.side_group_list{
  z-index:9999;
 }
 .toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
 }
 .toggle_icon:nth-child(1) {
  top: 0;
 }
 .toggle_icon:nth-child(2) {
  margin: 8px 0;
 }
 .toggle_icon:nth-child(3) {
  top: 0;
 }
 /*OPEN時の動き*/
 .side_group_list.open .toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 .side_group_list.open .toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
 }
 .h_tside_group_listoggle.open .toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }

  .tenpo_menu{
  z-index:1000;
 }
 .tenpo_menu ul {
  list-style: none;
  margin-left: 0;
}
.tenpo_menu ul li{
  padding: 10px 0;
  border-top: 1px solid #CCC;
 }
.tenpo_menu ul li a {
  padding: 0;
}
.tenpo_menu ul li a span {
  padding: 0;
  padding-left: 10px;
}
.tenpo_menu ul img {
  margin-top: -31px !important;
}

 /*OPEN時の動き*/
 .tenpo_menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
 }

 @media (min-width: 768px) {
  .side_categories:first-child {
    margin-top: 70px;
  }
}

a {
  text-decoration-line: underline;
  color: #000;
}

.header_nav_global a, .footer_inner_menu a {
  color: #00f;
}

li.side_subcategory_list a, div.tenpo_menu a, div.footer_notice_tags a {
  text-decoration: none;
}




 /*アコーディオン＋アイコン1201*/
.button {
    cursor: pointer;
    position: relative;
}
.button:after {
    content: "＋";
  font-size: 1rem;
    position: absolute;
    top: 15px;
    right: 15px;
}
.button.active:after {
    content: "−";
}
.header_tel{
  margin: 20px 15px 0 0;
}
.header_tel a{
   max-width: 200px;
  display:block;
}
.header_tel a .htel_n{
  font-size: 1.2rem;
  padding-left: 5px;
}
.header_tel a .htel_e{
  font-size: 0.8rem;
  font-weight: 500;
  display:block;
  text-align: center;
  margin-top: 5px;
}
.cost_table {
width: 100%;}
 @media (max-width: 768px) {
.header_tel{
  width: 50%;
   margin-left: 10px;
}
}

 /*TOPnewsエリア202101追加*/
.top_news{
  width: 100%;
  max-width: 1100px;
  margin: 6px auto 10px;
}
.top_news a{
  color: red;
  padding:8px;
  display: block;
  text-align: center;
  border: 1px solid red;
}
.news_box{
  margin: 0px 0px 10px;
}
.news_box.no_link{
  text-decoration: none;
  cursor: default;
}
.news_box .pc{
  display: block;
}
.news_box .sp{
  display: none;
}
.mail_news{
        background: #ffe8e8;
        border: 1px solid red;
        padding: 5px;
        display: block;
        text-align: center;
        color: red;
 max-width: 1090px;
        margin: 6px auto 0;
  width: 100%;
  font-size: 0.9rem;
    }
.side_news{
  display: block;
   margin: 10px auto;
      clear: both;
  width: 100%;
}
.side_news a{
  width: auto;
}
.side_news .sp{
  display: none;
}
 @media (max-width: 768px) {
.top_news{
  width: 96%;
  margin: 6px auto 10px;
}
.news_box .pc{
  display: none;
}
.news_box .sp{
  display: block;
}
   .mail_news{
   width: 89%;
     margin-bottom: 10px;
   }
 .side_news a{
  width: 89%;
}

}
