@charset "UTF-8";

/*
maincolor: #005bac;
subcolor: #;
*/


/*** 共通 ***/

@import url('https://fonts.cdnfonts.com/css/sansita-one');

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
	/*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;*/
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial;
	/*font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;*/
	letter-spacing:0.5pt;
	line-height:1.5;
	/*color: #776c46;*/
	color: #331f1f;
}

body{
  position: relative;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

img{
	display: block;
	width: 100%;
}

a{
  text-decoration: none;
}
a.sansitaone:visited {
  color: #005bac;
}
.footer_sitemap footer_sitemap_sp a.sansitaone:visited {
  color: #FFF;
}

li{
  list-style: none;
}

/*フォント*/
.sansitaone{
  font-family: 'Sansita One', sans-serif;
  letter-spacing: -0.1px;
}


/**************/
/* V3のCSS上書き*/
/**************/
.page-id-179 #content_section{
  padding: 80px 30px 0;
}

/*************/
/*店舗一覧ページ*/
/*************/

/*ヘッダー*/
.header_dummy_img{
  display: block;
  width: 100%;
  height: auto;
}
/*フッター*/
.footer_dummy_img{
  display: block;
  width: 100%;
  height: auto;
}

/*エリアメニュー*/
.main_top_menu_wrap{
  width: 100%;
  margin: 0 auto;
  padding: 90px 0 20px;
  background: #005bac;
}
  .main_top_menu_heading{
    color: #FFF;
    text-align: center;
    margin-bottom: 80px;
    font-weight: bold;
    font-size: 35px;
  }
  .main_top_menu_container{
    width: 92.5%;
    margin: 0 auto;
  }
    .main_top_menu_inner{
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }
      .main_top_menu_area{
        width: 48%;
        list-style: none;
      }
        .main_top_menu_area:nth-of-type(n + 3){
          margin: 20px 0 0;
        }
        .main_top_menu_area a{
          display: block;
          width: 100%;
          display: block;
          text-align: center;
          text-decoration: none;
          font-size: 14px;
          color: #FFF;
          height: 30px;
          line-height: 30px;
          webkit-transition: all .3s;
          transition: all .3s;
          border-radius: 0px;
        }
          .main_top_menu_area a:hover{
            color: #005bac;
            background: #FFF;
            border-radius: 3px;
          }

/*パンくずリスト*/
.main_breadcrumb{
  width: 92.5%;
  max-width: 1280px;
  margin: 10px auto 75px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  white-space: nowrap;
  word-break: keep-all;
}
    .main_breadcrumb li{
      font-size: 12px;
      color: #000;
      list-style: none;
    }
    .main_breadcrumb li.main_breadcrumb_taxonomy_menu{
      font-weight: 600;
    }
    .main_breadcrumb_arrow{
      padding: 0 10px;
    }
      .main_breadcrumb li a{
        text-decoration: none;
        color: #000;
      }

/*取り扱いメニュー一覧*/
.shop_product_taxonomy_wrap{
  width: 92.5%;
  max-width: 1280px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 10;
}
.shop_product_taxonomy_wrap_taxonomy_archive{
  margin: 0 auto -50px;
}
  .shop_product_taxonomy_heading{
    text-align: center;
    font-size: 21px;
    margin: 0 0 20px;
  }
  .shop-products-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .shop-products-list::after{
    content: "";
    display: block;
    width: 30%;
    /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
  }
    .shop-products-list li{
      list-style: none;
      width: 30%;
      margin: 0 0 10px;
    }
      .shop-products-list li a{
        display: block;
        text-decoration: none;
        font-size: 12px;
        padding: 5px;
        background: #005bac;
        border: 1px solid #005bac;
        color: #FFF;
        text-align: center;
        border-radius: 3px;
        transition: all 0.4s ease 0s;
      }
      .shop-products-list li a:hover{
        background: #FFF;
        color: #005bac;
      }


/*取り扱いメニュー一覧ページ 取り扱いメニュータイトル*/
.shop_product_taxonomy_single_heading{
  text-align: center;
  width: 100%;
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 600;
}
#taxonomy_single_anchor_link:target {
  padding-top: 60px;
  margin-top: -60px;
}

/*店舗情報メインセクション*/
.main_contents_wrap{
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 110px;
}
  .main_contents_area_wrap{
    margin: 0 0 75px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .main_contents_area_wrap_taxonomy_archive{
    margin: 60px 0;
  }
    .main_contents_area_wrap::after{
      content: "";
      display: block;
      width: 100%;
      /* .boxに指定したwidthと同じ幅を指定する */
      height: 0;
    }
    .main_contents_area_shop_item_heading_wrap{
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      margin: 0 0 10px;
    }
      .main_contents_area_shop_item_heading_wrap img{
        max-width: 15px;
        margin-right: 10px;
      }
      .main_contents_area_heading{
        width: 100%;
        font-size: 34px;
        text-align: center;
        line-height: 1.2;
        color: #005bac;
        margin: 0 0 20px;
        /*padding: 60px 0 0;*/
      }
      .main_contents_area_heading:target {
        padding-top: 60px;
        margin-top: -60px;
      }
    .main_contents_area_shop_wrap{
      margin: 0 0 60px;
      width: 100%;
    }
    body.home .main_contents_area_shop_wrap:target{
      padding-top: 60px;
      margin-top: -60px;
    }
    .main_contents_area_shop_wrap_okinawa-middle-northern{
      
    }
      .main_contents_area_shop_thumbnail_wrap{
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-top: 62.5%;
        margin: 0 0 20px;
      }
      .main_contents_area_shop_thumbnail{
        position: relative;
        margin: 0 0 20px;
      }
      .main_contents_area_shop_thumbnail_wrap .main_contents_area_shop_thumbnail{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 0 20px;
        scale: 1;
        transition: all 0.4s ease 0s;
      }
        .main_contents_area_shop_thumbnail_wrap:hover .main_contents_area_shop_thumbnail{
          scale: 1.1;
        }
      .main_contents_area_shop_name{
        text-align: center;
        font-size: 18px;
        margin: 0 0 20px;
      }
      .main_contents_area_shop_item_wrap{
        border-bottom: 1px solid #000;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 10px;
        font-size: 15px;
      }
      .main_contents_area_shop_item_wrap_address{
        border-top: 1px solid #000;
      }
      .main_contents_area_shop_item_wrap_tel{

      }
      .main_contents_area_shop_item_wrap_menu{

      }
        .main_contents_area_shop_item_heading{

        }
        .main_contents_area_shop_item_contents{

        }
        .main_contents_area_shop_item_contents_address{
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-wrap: nowrap;
        }
          .main_contents_area_shop_item_contents p{

          }
          .main_contents_area_shop_item_contents_address p{
            margin-right: 25px;
          }
          .main_contents_area_shop_item_contents a{
            text-decoration: none;
            color: #000;
          }
          .main_contents_area_shop_item_contents_address a{
            padding: 0 0 1px;
            border-bottom: 1px solid rgba(0, 0, 0, 1);
            transition: all 0.4s ease 0s;
          }
            .main_contents_area_shop_item_contents_address a:hover{
              border-bottom: 1px solid rgba(0, 0, 0, 0);
            }
          .main_contents_area_shop_item_wrap_tel .main_contents_area_shop_item_contents a{

          }
          .main_contents_area_shop_item_wrap_menu .main_contents_area_shop_item_contents ul{
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: wrap;
          }
            .main_contents_area_shop_item_wrap_menu .main_contents_area_shop_item_contents ul li{
              list-style: none;
              margin-right: 5px;
            }
              .main_contents_area_shop_item_wrap_menu .main_contents_area_shop_item_contents ul li a{
                background: #005bac;
                color: #FFF;
                padding: 3px 5px;
                border-radius: 3px;
                margin: 0 0 5px;
                display: block;
                font-size: 13px;
              }
        .main_contents_area_shop_detail_link{
          display: block;
          width: 80%;
          margin: 15px auto;
          text-align: center;
          padding: 15px;
          background: #005bac;
          border: 1px solid #005bac;
          color: #FFF;
          text-decoration: none;
          border-radius: 5px;
          position: relative;
          font-size: 15px;
          transition: all 0.4s ease 0s;
        }
        .main_contents_area_shop_detail_link:hover{
          /*
          background: #FFF;
          color: #005bac;
          */
        }
          .main_contents_area_shop_detail_link::after{
            content: url(images/detail_button_after_arrow_w.svg);
            position: absolute;
            right: 30px;
            top: 50%;
            width: 20px;
            height: 20px;
            margin-top: -10px;
            transition: all 0.4s ease 0s;
          }
          .main_contents_area_shop_detail_link:hover::after{
            right: 25px;
          }

/*V3のCSS上書き*/
.zestoresearch_detail_btnlist_harf a,
.zestoresearch_detail_btnlist_own a{
  background: #005bac;
}

/**/
@media screen and (min-width: 768px) {
  /*************/
  /*店舗一覧ページ*/
  /*************/

  /*エリアメニュー*/
  .main_top_menu_wrap {
    padding: 90px 0 40px;
  }
      .main_top_menu_heading {
        font-size: 70px;
      }
  
  /*取り扱いメニュー*/
  .shop-products-list::after {
    width: 22.5%;
  }
  .shop-products-list::before{
    content: "";
    display: block;
    width: 22.5%;
    height: 0;
    order: 1;
  }

  .shop-products-list li {
    width: 22.5%;
  }

  /*店舗情報メインセクション*/
  .main_contents_area_shop_wrap{
    width: 48%;
  }



}

/**/
@media screen and (min-width: 960px) {

  /**************/
  /* V3のCSS上書き*/
  /**************/
  .page-id-179 #content_section {
    padding: 120px 30px 0;
  }

  .main_top_menu_wrap{
    padding: 180px 0 40px;
  }

  /*パンくずリスト*/
  .main_top_menu_area{
    width: 30%;
  }
  .main_top_menu_area a{
    font-size: 18px;
    height: 45px;
    line-height: 45px;
  }
    .main_top_menu_area:nth-of-type(n + 3) {
      margin: 0;
    }
    .main_top_menu_area:nth-of-type(n + 4){
      margin: 20px 0 0;
    }

  /*店舗情報メインセクション*/
  .main_contents_area_wrap::after{
    width: 30%;
  }
  .main_contents_area_shop_wrap {
    width: 30%;
  }
  body.home .main_contents_area_shop_wrap:target {
    padding-top: 100px;
    margin-top: -100px;
  }
    .main_contents_area_heading {
      font-size: 60px;
      margin: 0 0 35px;
    }
    .main_contents_area_heading:target {
      padding-top: 120px;
      margin-top: -120px;
    }
  .main_contents_area_shop_detail_link{
    font-size: 12px;
  }
  .main_contents_area_shop_detail_link::after{
    right: 15px;
  }
  .main_contents_area_shop_detail_link:hover::after{
    right: 10px;
  }

  .shop_product_taxonomy_single_heading{
    /*margin: 0 0 -40px;*/
    /*padding: 120px 0 0;*/
  }

  #taxonomy_single_anchor_link:target {
    padding-top: 120px;
    margin-top: -120px;
  }

}

/**/
@media screen and (min-width: 1050px) {

  .main_contents_area_shop_detail_link {
    font-size: 14px;
  }

  .main_contents_area_shop_detail_link::after {
    right: 20px;
  }

  .main_contents_area_shop_detail_link:hover::after {
    right: 15px;
  }

}

/**/
@media screen and (min-width: 1280px) {
	
  

}











