@charset "utf-8";
/* CSS Document */

/*目次
【1】共通　【2】店舗ロゴ・店舗名 【3】店舗情報部分 【4】ボタン 【5】マップ

【6】商品紹介部分 【7】店舗コメント 画像部分 【8】店舗コメント 2カラム 【9】キャンペーン 【10】ナビ部分 【11】ヘッダーアンカーリンク

【2-1】店舗検索 【2-2】店舗検索 上部お知らせ 開閉 【2-3】店舗検索 下部お知らせ バナー 【2-4】店舗検索 下部お知らせ タブ

【3-1】店舗展示会情報

【4-1】店舗セール情報

【5-1】店舗からのお知らせ

/*【1】共通=====================================================================================================*/
html {
  scroll-behavior: smooth;
}

p {
  line-height: 1.6;
}

.pc_only {
  display: none;
}
.sp_only {
  display: block;
}

.g-container {
  width: 100%;
}

.shop-container {
  width: 100%;
  margin: 0.5em 0;
  padding: 0 calc(5% - 8px) 20px;
  box-sizing: border-box;
}

.shop-wrap {
  width: 100%;
}

.shop-top-container {
  width: 100%;
  margin: 1em 0;
  padding: 0 calc(5% - 8px) 20px;
  box-sizing: border-box;
}

.breadcrumb {
  padding: 10px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-top: 0 !important;
}

.shop_hd {
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 0.5em;
  background-color: var(--clr-black);
  color: var(--clr-white);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.shop_content {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.shop_content a {
  text-decoration: none;
}

.shop_content img {
  width: 100%;
}

.shop_content h1 {
  color: var(--clr-white);
  background-color: var(--clr-gray-dark);
  padding: 5px 8px;
  margin: 30px 0 3px;
  font-size: 18px;
  font-weight: bold;
}

.shop_content h2 {
  padding: 0.4rem 1rem;
  color: var(--clr-gray-dark);
  border-left: solid 5px #7db4e6;
  margin: 0.8rem 0;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
}

.shop_content h3 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6;
}

.static p {
  padding: 0.5em 0;
}

.static hr {
  margin: 1.5em 0;
  border: none;
  border-top: dashed 1px var(--clr-gray-dark);
}

/* テキストリンク 共通 */
.toggle_box-under a,
.static .l-table .td a,
.tab_content a, .static .link{
  text-decoration: none;
  color: #005a8c;
  font-weight: bold;
  border-bottom: #005a8c solid 1px;
}

/*【2】店舗ロゴ・店舗名=====================================================================================================*/
.icon {
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.static .shop-type-icon-01 {
  background: no-repeat center url("/PC/ja/asset/img/nw/shop/side-ic01.png");
  background-size: 85%;
  border: none !important;
}

.static .shop-type-icon-02 {
  background: no-repeat center url("/PC/ja/asset/img/nw/shop/side-ic02.png");
  background-size: 85%;
  border: none !important;
}

.static .shop-type-icon-03 {
  background: no-repeat center url("/PC/ja/asset/img/nw/shop/side-ic03.png");
  background-size: 85%;
  border: none !important;
}

.static .shop-type-icon-04 {
  background: no-repeat center url("/PC/ja/asset/img/nw/shop/side-ic04.png");
  background-size: 85%;
  border: none !important;
}

.static .shop-title {
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  padding: 10px 0 20px 100px;
  margin: 0;
  line-height: 1.5;
}

.static .shop-title > i {
  position: absolute;
  left: 10px;
  width: 80px;
  height: 60px;
  border: solid 1px var(--clr-gray-light);
  border-radius: 5px;
}

.static .shop-title__name {
  display: block;
}

.static .shop-title__type {
  display: block;
}

.static .wine_shop .shop-title__type {
  display: block;
  margin: 1em;
}

/*【3】店舗情報部分=====================================================================================================*/
.shop-image {
  margin-bottom: 1em;
}

.shop-image img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.shop-info {
  margin: 0 auto 10px;
  float: none;
  line-height: 1.5;
}

.shop-info p {
  color: var(--clr-important);
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1em;
}

.shop-info .top-index-info-r, .shop-info .top-info-r {
  display: inline-block;
  color: var(--clr-important);
  font-weight: bold;
  padding: 0 10px;
}

.shop-info .top-index-info-r{font-size: 0.85em}
.shop-info .top-info-r{font-size: 1.3em}

.shop-info .top-info {
  display: inline-block;
  font-size: 0.75em;
  padding: 1em;
}

.shop_table {
  width: 100%;
  margin: 0;
  height:auto; 
}

.shop_table_line {
  display: table;
  width: 100%;
}

.shop_table .tr {
  display: table-row;
  width: 100%;
}

.shop_table .th,
.shop_table .td {
  display: table-cell;
  padding: 3px 7px;
}

.shop_table .th {
  width: 25%;
  text-align: left;
  vertical-align: top;
  border-bottom: var(--clr-white) 1px solid;
  border-left: var(--clr-white) 1px solid;
  background: var(--clr-gray-lighter);
  font-weight: bold;
}

.shop_table .th_top {
  border-top: var(--clr-prime) 4px solid;
}
.shop_table .td_top {
  border-top: var(--clr-second-black) 4px solid;
}

.shop_table .td {
  text-align: left;
  vertical-align: top;
  border-bottom: var(--clr-gray-lighter) 1px solid;
  border-right: var(--clr-gray-lighter) 1px solid;
}

/*【4】ボタン=====================================================================================================*/
.shop_btn,
.shop_list_btn {
  text-align: center;
  margin: 1em 0 2em;
  color: var(--clr-white);
  background-color: #005a8c;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.shop_btn:hover,
.shop_sale_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.shop_sale_btn {
  position: relative;
  text-align: center;
  margin: 0;
  color: var(--clr-white);
  background-color: var(--clr-prime);
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 1em 0.5rem;
  font-size: 1.1em;
}

.shop_sale_btn_link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.shop_sale_btn a {
  padding-right: 1em;
}

.shop_sale_container{
    background-color: #ffef9c;
    padding: 10px;
    border-radius: 10px;
}

.shop_sale_container img{
    margin-top: 10px;
}

.shop_sale_notice{
	text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: var(--clr-prime);
	margin-bottom: 0.5em;
}

.shop_list_btn {
  margin: 1em 0 0;
}

.shop_btn a,
.shop_list_btn a,
.sale_btn a,
.shop_btn_s a {
  text-decoration: none;
  color: var(--clr-white);
  display: block !important;
}

.shop_btn span {
  padding: 1rem;
}

.shop_sale_btn span {
  top: 0;
  left: 0;
  padding: 0.2rem 0.5rem;
  margin-right: 0.5em;
  text-align: center;
  letter-spacing: 0;
  color: var(--clr-white) 900;
  border-radius: 0.5rem;
  background: var(--clr-prime);
}

.shop_info_btn {
  margin: 1em 0 2em;
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: #005a8c;
  padding: 1rem;
}

.shop_info_btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.shop_info_btn_s a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #fff;
}

.shop_info_btn span {
  color: #fff;
  font-weight: bold;
}

.shop_info_btn_s {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.shop_info_btn_close {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.shop_info_btn_s_inner {
  display: block !important;
  font-size: 0.85em;
  background-color: var(--clr-gray-mid);
  color: var(--clr-white);
  padding: 0.2em 1em;
  margin-left: auto;
  border-radius: 1em;
  width: 120px;
}

.shop_info_btn_close_inner {
  display: block !important;
  font-size: 0.85em;
  background-color: #96000d;
  color: var(--clr-white);
  padding: 0.5em 1em;
  margin-left: auto;
  border-radius: 100vh;
  width: 170px;
  margin-top: 10px;
  text-decoration: none!important;
}
.shop_info_btn_close_inner a {
  text-decoration: none!important;
  color: var(--clr-white)!important;
  border-bottom: none!important;
	
}
.btn_arrow_sale,
.btn_arrow,
.btn_arrow_s,
.btn_arrow_close {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #fff;
  text-decoration: none;
}

.btn_arrow_sale:before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px #fff;
  position: absolute;
  right: 1em;
}

.btn_arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.btn_arrow_s:before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 6px transparent;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #fff;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.btn_arrow_close:before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 6px transparent;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #fff;
  position: absolute;
  right: -21px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/*【5】マップ=====================================================================================================*/
.shop-access__mapcode {
  margin: 10px 0 0;
  padding: 0;
  font-size: 10px;
}

.shop-access__mapcode dt,
.shop-access__mapcode dd {
  display: block;
  margin: 0;
  padding: 0;
}

.shop-access__mapcode img {
  vertical-align: baseline;
}

.shop-access__mapcode {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.shop-access img {
  max-width: 55px;
}

/*【6】商品紹介部分=====================================================================================================*/
.shop_item {
  display: table;
  width: 100%;
}

.shop_item .item_line {
  width: 100%;
  margin: 2em 0;
}

.shop_item .item_img,
.shop_item .item_txt {
  display: block;
  vertical-align: middle;
  padding: 1em;
}

.shop_item .item_img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}

.shop_item .item_txt {
  border-top: solid 3px var(--clr-second-black);
  padding: 1em;
  text-align: left;
  line-height: 1.4;
}

/*【7】店舗コメント 画像部分=====================================================================================================*/
.shop_img {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 1em 0;
}

.shop_img a {
  display: block;
}

.shop_img img {
  width: 100%;
}

/*【8】店舗コメント 2カラム=====================================================================================================*/
.shop_column {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.shop_column p {
  display: block;
  width: 100%;
}

.shop_column_img {
  display: block;
  width: 100%;
}

/*【9】キャンペーン=====================================================================================================*/
.cp_shop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  -webkit-box-pack: justify;
  margin-top: 1em;
}

.cp_contents {
  width: calc(99% / 2);
  text-align: center;
  padding: 0;
}

.cp_shop img {
  width: 100% !important;
}

/*【10】ナビ部分=====================================================================================================*/
.shop_info_nav_menu {
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  font-size: 0;
  z-index: 99;
  background-color: var(--clr-gray-dark);
}

.shop_info_nav {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop_info_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin-right: 60px;
}

.shop_info_nav ul li {
  width: calc(100% / 2 - 0.8em);
  font-size: 13px;
  color: var(--clr-second-black);
  text-align: center;
  box-sizing: border-box;
  border: solid 2px var(--clr-gray-dark);
  padding: 5px;
  border-radius: 100vh;
  font-weight: bold;
  background-color: var(--clr-white);
  justify-content: center;
  align-items: center;
}

.shop_info_nav ul li a {
  text-decoration: none !important;
  display: block;
}

.shop_info_nav ul li:hover {
  opacity: 0.8;
  text-decoration: none;
}

.arrow_u {
  position: relative;
  display: inline-block;
  padding: 0;
  color: var(--clr-gray-dark);
  text-decoration: none;
}

.arrow_u:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 3px var(--clr-gray-dark);
  border-right: solid 3px var(--clr-gray-dark);
  position: absolute;
  top: 25%;
  right: 5%;
  transform: rotate(45deg);
}

#access,
#notice,
#info,
#cp,
#payment,
#wine {
  padding-top: 110px;
  margin-top: -110px;
}

/*【11】ヘッダーアンカーリンク=====================================================================================================*/
.shop-container .to-top-btn,
.event-container .to-top-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--clr-black);
  position: fixed;
  z-index: 1000;
  bottom: 15px;
  right: 10px;
  border: solid 2px var(--clr-white);
  border-radius: 50%;
  padding: 0;
  text-align: center;
}

.shop-top-container .to-top-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--clr-black);
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  right: 15px;
  border: solid 2px var(--clr-white);
  border-radius: 50%;
  padding: 0;
  text-align: center;
}
.shop-container .to-top-icon,
.event-container .to-top-icon,
.shop-top-container .to-top-icon {
  color: var(--clr-white);
  margin: auto;
  display: inline-block;
  font-weight: bold;
  font-size: 1.5em;
  transform: rotate(270deg);
}

.to_top_shop .to_top {
  display: none !important;
}

/*【2-1】店舗検索=====================================================================================================*/
.static .shop-list {
  margin: 1em 0;
}

.static .shop-list .shop-title {
  font-size: 1em;
  font-weight: 700;
  position: relative;
  padding: 10px 0 10px 58px;
  margin: 0;
}

.static .shop-list .shop-title > i {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 65px;
  border: none;
}

.static .shop-type-icon-01 {
  background: no-repeat -70% 45% url("/PC/ja/asset/img/nw/shop/side-ic01.png");
  background-size: 85%;
}

.static .shop-type-icon-02 {
  background: no-repeat -50% 50% url("/PC/ja/asset/img/nw/shop/side-ic02.png");
  background-size: 85%;
}

.static .shop-list .shop-title__name {
  display: block;
  padding: 0 0 0 40px;
}

.static .shop-list .shop-title__type {
  display: block;
  padding: 3px 0 0 40px;
}

.static .shop_list_table {
  width: 100%;
  margin: 0;
}

.static .l-table {
  display: table;
  width: 100%;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

.static .l-table .tr {
  display: table-row;
  width: 100%;
}

.static .l-table .th {
  width: 5em;
  background-color: var(--clr-white);
  background: transparent;
  padding: 4px;
  border: 0;
  text-align: left;
  vertical-align: top;
}

.static .l-table .td {
  display: table-cell;
  padding: 4px;
  border: 0;
  text-align: left;
  vertical-align: top;
  border-bottom: var(--clr-gray-lightest) 1px solid;
  border-right: var(--clr-gray-lightest) 1px solid;
  background: transparent;
}

.static .shop-area-title {
  background: transparent;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px auto 10px;
  padding: 0;
  min-height: 0;
  border-bottom: 1px solid var(--clr-gray-light);
}

.static .shop-pref__hd {
  margin: 10px 0;
  padding: 0 10px;
  background: var(--clr-gray-lighter);
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  position: relative;
}

.static .shop-pref__hd[data-shop-pref-toggle] {
  margin: 10px 0;
}

.static .shop-pref__hd[data-shop-pref-toggle]:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 3px var(--clr-gray-dark);
  border-right: solid 3px var(--clr-gray-dark);
  position: absolute;
  top: 55%;
  right: 15px;
  margin-top: -10px;
  transform: rotate(45deg);
}

.static .shop-pref__hd[data-shop-pref-toggle] + .shop-pref__shop-list > li {
  -webkit-transition: max-height, opacity 0.3s;
  transition: max-height, opacity 0.3s;
}

.static .shop-pref__hd[data-shop-pref-toggle="off"] + .shop-pref__shop-list {
  border-width: 0;
}

.static
  .shop-pref__hd[data-shop-pref-toggle="off"]
  + .shop-pref__shop-list
  > li {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
}

.static .shop-pref__hd[data-shop-pref-toggle="on"] {
  margin: 10px 0 0;
  max-height: 300px;
}

.static .shop-pref__hd[data-shop-pref-toggle="on"]:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.static
  .shop-pref__hd[data-shop-pref-toggle="on"]
  + .shop-pref__shop-list
  > li {
  max-height: 500px;
  opacity: 1;
}

.static .shop-pref__shop-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--clr-gray-lightest);
  border-top-width: 0;
}

.static .shop-pref__shop-list > li {
  margin: 0 10px 20px;
  padding: 0;
}

.static .shop-desc {
  background-color: var(--clr-gray-lightest);
  padding: 10px 7px;
  　margin: 0 auto;
}

.static .shop-desc span {
  line-height: 1.3;
}

#area_1,
#area_2,
#area_3,
#area_4,
#area_5 {
  padding-top: 150px;
  margin-top: -150px;
}

/*【2-2】店舗検索 上部お知らせ=====================================================================================================*/

.top_info_img {
  width: 100%;
  margin-bottom: 0.5em;
}

.toggle {
  margin-bottom: 1em;
}

.toggle_box,
.toggle_box_r {
  width: auto;
  font-size: 0px;
  margin: 0;
}

.toggle_box label {
  width: auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: solid 0.2px var(--clr-second-black);
  line-height: 1.6;
  background: var(--clr-white);
  position: relative;
  display: block;
  padding: 8px;
  cursor: pointer;
  color: var(--clr-second-black);
}

.toggle_box_r label {
  width: auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: solid 0.2px var(--clr-important);
  line-height: 1.6;
  background: var(--clr-white);
  position: relative;
  display: block;
  padding: 8px;
  cursor: pointer;
  color: var(--clr-important);
}

.toggle_box label:hover {
  background: var(--clr-second-black);
  color: var(--clr-white);
}

.toggle_box_r label:hover {
  background: var(--clr-important);
  color: var(--clr-white);
}

.toggle_box input,
.toggle_box_r input {
  display: none;
}

.toggle_box label:after {
  color: var(--clr-second-black);
  content: "▼";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}

.toggle_box_r label:after {
  color: var(--clr-important);
  content: "▼";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}

.toggle_box input:checked ~ label::after {
  color: var(--clr-white);
  content: "▲";
}

.toggle_box_r input:checked ~ label::after {
  color: var(--clr-white);
  content: "▲";
}

.toggle_box div {
  height: 0px;
  padding: 1em 2em;
  margin-bottom: -2em;
  overflow: hidden;
  border: solid 0.2px var(--clr-second-black);
  opacity: 0;
  transition: 0.15s;
}

.toggle_box_r div {
  height: 0px;
  padding: 1em 2em;
  margin-bottom: -2em;
  overflow: hidden;
  border: solid 0.2px var(--clr-important);
  opacity: 0;
  transition: 0.15s;
}

.toggle_box input:checked ~ div,
.toggle_box_r input:checked ~ div {
  height: auto;
  padding: 1em 2em;
  margin-bottom: 1em;
  border-radius: 0px;
  background: var(--clr-white);
  opacity: 1;
}

.toggle_box-under {
  font-size: 14px;
  text-align: center;
  color: var(--clr-second-black);
}

.toggle_box-under_r {
  font-size: 14px;
  text-align: center;
  color: var(--clr-important);
}

.toggle_box-under p,
.toggle_box-under_r p {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.8;
}

.toggle_btn {
  overflow: visible !important;
  opacity: 1 !important;
  min-height: 3em;
  text-align: center;
  margin: 1em 0 0 !important;
  background-color: #005a8c;
  color: var(--clr-white);
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 0.5rem !important;
  border: none !important;
}

.toggle_btn a {
  display: block;
  text-decoration: none;
  border: none !important;
  color: var(--clr-white);
}

.info-wrapper{
border:solid 0.2px #000;
padding: 15px 20px 20px;
margin-bottom: 20px;
}

.info-wrapper_r{
border:solid 0.2px var(--clr-important);;
padding: 15px 20px 20px;
margin-bottom: 20px;
}

.info-title{
width: auto;
    font-size: 15.5px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: block;
    padding-bottom: 0.5em;
    color: var(--clr-important);
}



/*【2-3】店舗検索 下部お知らせ バナー=====================================================================================================*/
.static .shop-promo-list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

.static .shop-promo-list > li {
  display: block;
  position: relative;
  margin: 0 auto 4em;
  padding: 0 0 0 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-height: 300px;
  font-size: 0.8em;
}

.static .shop-promo-list > li.shop-promo--hide {
  margin: 0 auto;
  max-height: 0;
  overflow: hidden;
}

.static .shop-promo-list > li:after {
  content: "";
  display: block;
  clear: both;
}

.static .shop-promo-list > li:before {
  content: "";
  border-radius: 50%;
  display: block;
  width: 9px;
  height: 9px;
  background: var(--clr-second-black);
  position: absolute;
  top: 4px;
  left: 0;
}

.static .shop-promo-date {
  background-color: var(--clr-gray-lightest);
  display: block;
  float: right;
  margin: 5px 0;
  padding: 5px 10px;
}

.static .shop-promo-banners {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
}

.static .shop-promo-banners img {
  width: 100%;
}

.static .shop-promo-banners > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  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;
}

.static .shop-promo-banners > ul > li {
  width: calc(100% / 2 - 0.3em);
  margin: 0 0 10px 0;
}

.static .shop-promo-date {
  background-color: var(--clr-gray-light);
  display: block;
  float: right;
  margin: 5px 0;
  padding: 5px 10px;
}

/*【2-4】店舗検索 下部お知らせ タブ=====================================================================================================*/
.tab_container {
  padding-bottom: 1em;
  background-color: var(--clr-white);
  border: 1px solid var(--clr-second-black);
  margin: 0 auto;
}

.tab_item {
  width: calc(100% / 2);
  padding: 15px 0;
  border-bottom: 3px solid var(--clr-second-black);
  background-color: var(--clr-gray-lightest);
  text-align: center;
  color: var(--clr-second-black);
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 1.5em 1em 0;
  clear: both;
  overflow: hidden;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content {
  display: block;
}

.tab_container input:checked + .tab_item {
  background-color: var(--clr-second-black);
  color: var(--clr-white);
}

/*【3-1】店舗展示会情報=====================================================================================================*/
.event-container {
  width: 100%;
  margin: 0.5em 0;
  padding: 0 calc(5% - 8px) 20px;
  box-sizing: border-box;
}

.event-container h3 {
  background: var(--clr-gray-dark);
  padding: 0.3em 0 0.2em 0.6em;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 0.4em;
  color: #fff;
  display: block;
  width: 100%;
}

.event-container .all h3 {
  background: var(--clr-gray-dar);
  padding: 0.3em 0 0.2em 0.6em;
  margin-left: auto;
  margin-top: auto;
  color: #fff;
}

.event_area_list {
  text-align: center;
  font-size: 1em;
  margin: 1em 0;
}

.event_area {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px auto;
  padding-bottom: 10px;
  background-color: var(--clr-gray-lighter);
  border-radius: 10px;
}

.event_area:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.event-shop-title > i {
  position: absolute;
  left: 5px;
  width: 90px;
  height: 20px;
  border: none;
}

.event-shop-title {
  font-size: 1.3em;
  font-weight: bold;
  position: relative;
  padding: 10px 0 10px 100px;
  margin: 0;
  line-height: 20px;
}

.each_shop {
  height: auto;
  padding: 0.5em 0.5em 1.5em;
  margin: 0.5em 0.5em 0;
  border: solid 2px var(--clr-gray-light);
  border-radius: 10px;
  vertical-align: top;
  background-color: #ffffff;
}

.each_shop .info {
  width: 94%;
  margin: 0 1%;
}

.all_shop {
  padding: 10px;
  margin: 10px;
  border: solid #afafaf 2px;
  border-radius: 10px;
  vertical-align: top;
  background-color: #ffffff;
}

.event_contents dl {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0.1em;
}

.event_contents dl dt {
  margin: 0 1em;
  padding-top: 10px;
  font-size: 14px;
}

.event_contents dl dd {
  border-bottom: 1px dotted #999;
  padding: 0 0 0.5em 0;
  margin: 0 1em;
  font-size: 15px;
}

.event_contents dl dd a {
  text-decoration: none;
  color: #005a8c;
  font-weight: bold;
  border-bottom: #005a8c solid 1px;
}

.fair {
  margin-bottom: 2em;
  image-rendering: -webkit-optimize-contrast;
}
.fair_title {
  position: relative;
  padding: 0.5em;
  background: -moz-linear-gradient(to right, rgba(209, 18, 0, 1), #770404);
  background: -webkit-linear-gradient(to right, rgba(220, 19, 0, 1), #770404);
  background: linear-gradient(to right, rgba(183, 24, 8, 1), #770404);
  color: white;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
}

/*【4-1】店舗セール情報=====================================================================================================*/
.sale_btn {
  text-align: center;
  margin: 1em 0;
  color: #fff;
  background-color: #bf0003;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 0.5rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.sale_btn a {
  text-decoration: none;
  color: #fff;
  display: block !important;
  font-size: 20px;
  padding: 0.3em;
}

.sale_period {
  color: #cb0000;
  font-weight: 800;
  margin: 0.25rem 0.7rem;
  font-family: "Yu Gothic", sans-serif;
  font-size: 1rem;
}

.sale_period span {
  display: inline-block;
  margin-left: 0.25rem;
}

/*【5-1】店舗からのお知らせ=====================================================================================================*/
.notice_info_inner {
  /* padding: 1em;
  /*background-color: #eee;*/
  border-radius: 10px;
  margin-top: 2em;
}
/*
.notice_info_inner h2 {
  margin-top: 0;
}
*/
/*店舗コメント部分 加飾用=====================================================================================================*/

.shop_payment p {
  color: var(--clr-second-black);
  padding-left: 1em;
}

.shop_payment span {
  font-size: 0.8em;
}

.shop_payment img {
  margin-bottom: 1em;
}

.shop_payment .cp_shop {
  display: block;
}

.shop_payment .cp_contents_2 {
  width: 100%;
}
.shop_payment .cp_contents_2 img {
  margin: 0 !important;
}

.txt_red {
  color: var(--clr-important);
}

/*==================================================================================================================================*/
/*SP S*/
@media only screen and (min-width: 376px) {
  /*【2】店舗ロゴ・店舗名=====================================================================================================*/
  .static .shop-title {
    font-size: 1.2em;
  }
}

/*==================================================================================================================================*/
/*TB*/
@media only screen and (min-width: 426px) {
  /*【1】共通=====================================================================================================*/
  .tb {
    display: block;
  }

  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }

  .shop_content_img_s {
    width: 80%;
  }

  /*【2】店舗ロゴ・店舗名=====================================================================================================*/
  .static .shop-title {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.3;
    min-height: 60px;
    position: relative;
    padding: 15px 0 10px 160px;
    margin: 0 0 8px;
  }

  .static .shop-title > i {
    position: absolute;
    top: 10px;
    left: 0;
    width: 140px;
    height: 37px;
    border: none;
  }

  .static .wine_shop .shop-title__type {
    display: block;
    margin: 0;
  }

  /*【8】店舗コメント 2カラム=====================================================================================================*/
  .shop_column_img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

/*==================================================================================================================================*/

/*PC*/
@media only screen and (min-width: 1020px) {
  /*【1】共通=====================================================================================================*/
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }

  .shop-container {
    max-width: 880px;
    margin: 10px auto 20px;
    padding: 0 1em;
  }

  .shop-wrap {
    max-width: 880px;
    margin: 0 auto;
  }

  .shop-top-container,
  .event-container {
    max-width: 880px;
    margin: 20px auto 20px;
    padding: 0 1em;
  }

  .shop_content_img_s {
    width: 80%;
  }

  .breadcrumb {
    padding: 15px 10px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 0 !important;
  }

  /*【2】店舗ロゴ・店舗名=====================================================================================================*/
  .static .shop-title {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.3;
    min-height: 60px;
    position: relative;
    padding: 15px 0 10px 155px;
    margin: 0 0 8px;
  }

  .static .shop-title > i {
    position: absolute;
    top: 10px;
    left: 0;
    width: 140px;
    height: 37px;
    border: none;
  }

  .static .shop-title__name {
    display: inline-block;
  }

  .static .shop-title__type {
    display: inline-block;
  }

  .static .wine_shop .shop-title__type {
    display: inline-block;
    margin: 0;
  }

  .static .shop-desc {
    background-color: var(--clr-white);
    padding: 15px;
  }

  .static .shop-promo-banners > ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap:10px;
  }

  .static .shop-promo-banners > ul > li {
    width: calc(100% / 3 - 0.5em);
  }

  .static .shop-promo-banners > ul > li img {
    display: block;
  }

  .static .shop-promo-banners > ul > li a {
    display: block;
  }

  .static .shop-promo-banners > ul > li a:hover {
    opacity: 0.8;
    text-decoration: none;
  }

  .static .shop-promo-title {
    background: var(--clr-second-black);
    color: var(--clr-white);
    padding: 5px 8px;
  }

  .static .shop-promo-list {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
  }

  .static .shop-promo-list > li {
    display: block;
    position: relative;
    margin: 0 auto 17px;
    padding: 0 0 0 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-height: 300px;
  }

  .static .shop-promo-list > li.shop-promo--hide {
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
  }

  .static .shop-promo-list > li:after {
    content: "";
    display: block;
    clear: both;
  }

  .static .shop-promo-list > li:before {
    content: "";
    border-radius: 50%;
    display: block;
    width: 9px;
    height: 9px;
    background: var(--clr-second-black);
    position: absolute;
    top: 3px;
    left: 1px;
  }

  .static .shop-promo-date {
    background-color: var(--clr-white);
    display: block;
    float: right;
    margin: 5px 0;
    padding: 5px 10px;
  }

  .static .hd-bar .hd-bar__title {
    background: transparent;
  }

  .static .shop-list-map {
    margin-top: 5px;
    text-align: right;
  }

  /*【3】店舗情報部分=====================================================================================================*/
  .shop-image {
    margin-bottom: 0;
    float: right;
  }

  .shop-image img {
    margin: 0 auto;
  }

  .shop_table {
    width: calc(100% - 310px);
    margin: 0 10px 10px 0;
	min-height: 220px;
  }

  /*【4】ボタン=====================================================================================================*/

  .shop_info_btn_s {
    display: inline-block;
    text-align: left;
    float: right;
  }

  /*【5】マップ=====================================================================================================*/
  .shop-access img {
    max-width: 50px;
  }

  /*【6】商品紹介部分=====================================================================================================*/
  .shop_item .item_img,
  .shop_item .item_txt {
    display: table-cell;
  }
  .shop_item .item_img {
    width: 20%;
    max-width: 180px;
    margin: 0 auto;
  }

  .shop_item .item_txt {
    border-top: none;
    border-left: solid 3px var(--clr-second-black);
    padding: 1em;
  }

  /*【7】店舗コメント 画像部分 */

  /*【8】店舗コメント 2カラム=====================================================================================================*/
  .shop_column {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .shop_column p {
    display: block;
    width: calc(50% - 10px);
    box-sizing: border-box;
    margin-left: 10px;
  }

  .shop_column_img {
    display: block;
    width: calc(50% - 10px);
    margin-right: 10px;
  }

  .shop_column_img img {
    width: 100%;
  }

  /*【9】キャンペーン=====================================================================================================*/
  .cp_contents_4 {
    width: calc(100% / 4 - 5px);
  }

  /*【10】ナビ部分=====================================================================================================*/
  .shop_info_nav_menu {
    position: static;
    background-color: var(--clr-white);
  }

  .shop_info_nav {
    display: block;
  }

  .shop_info_nav ul {
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
  }

  .shop_info_nav ul li {
    width: calc(100% / 4 - 10px);
    margin-top: 1em;
  }

  #access,
  #notice,
  #info,
  #cp,
  #payment,
  #wine {
    padding-top: 55px;
    margin-top: -55px;
  }

  /*【2-1】店舗検索=====================================================================================================*/
  .static .shop-list .shop-title {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.3;
    min-height: 60px;
    position: relative;
    padding: 10px 0 10px 100px;
    margin: 0 0 8px;
  }

  .static .shop-list .shop-title > i {
    position: absolute;
    top: 10px;
    left: 0;
    width: 90px;
    height: 37px;
    border: none;
  }

  .static .shop-list .shop-title__name {
    display: block;
    padding: 0;
  }

  .static .shop-list .shop-title__type {
    display: block;
    padding: 3px 0 0 0;
  }

  .static .shop-list-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .static .shop-list-area .tabs__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0;
    padding: 0 0 0 10px;
  }

  .static .shop-list-area .tabs__content:first-of-type {
    padding: 0 10px 0 0;
  }

  .static .tabs__content:first-of-type {
    padding: 0 10px 0 0;
  }

  .static .shop-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    position: relative;
    margin-bottom: 1em;
  }

  .static .shop-area-title {
    background: transparent;
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px auto 5px;
    padding: 0 0 10px;
    min-height: 0;
    border-bottom: 1px solid var(--clr-gray-light);
  }

  .static .shop-pref {
    width: calc(100% / 3 - 2%);
    margin-right: 3%;
  }

  .static .shop-pref:nth-child(3n) {
    margin-right: 0;
  }

  .static .shop-pref__hd {
    margin: 10px 0;
    padding: 0 10px;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    position: relative;
  }

  .static .shop-pref__hd[data-shop-pref-toggle] {
    margin: 10px 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }

  .static .shop-pref__hd[data-shop-pref-toggle] + .shop-pref__shop-list > li {
    -webkit-transition: max-height, opacity 0.3s;
    transition: max-height, opacity 0.3s;
  }

  .static .shop-pref__hd[data-shop-pref-toggle="off"] + .shop-pref__shop-list {
    border-width: 0;
    z-index: 0;
    padding: 0 10px;
  }

  .static
    .shop-pref__hd[data-shop-pref-toggle="off"]
    + .shop-pref__shop-list
    > li {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
  }

  .static .shop-pref__hd[data-shop-pref-toggle="on"] {
    margin: 10px 0 0;
    max-height: 300px;
    height: 54px;
  }

  .static .shop-pref__hd[data-shop-pref-toggle="on"]:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 53%;
  }

  .static
    .shop-pref__hd[data-shop-pref-toggle="on"]
    + .shop-pref__shop-list
    > li {
    max-height: 500px;
    opacity: 1;
  }

  .static .shop-pref__shop-list {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    min-width: 848px;
    background: var(--clr-white);
    list-style: none;
    margin: 0;
    padding: 10px 10px 0;
    border: 1px solid var(--clr-gray-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .static .shop-pref__shop-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% / 2);
    margin: 0 0 60px;
    padding: 0 10px;
  }

  .static .shop-desc {
    background-color: var(--clr-gray-lightest);
    padding: 10px 7px;
  }

  .static .shop-desc .l-table tr th {
    width: 78px;
  }

  #area_1,
  #area_2,
  #area_3,
  #area_4,
  #area_5 {
    padding-top: 110px;
    margin-top: -110px;
  }

  /*【2-2】店舗検索 上部お知らせ=====================================================================================================*/
  .top_info_img {
    text-align: center;
  }

  .top_info_img img {
    max-width: 75%;
  }

  .toggle_box input:checked ~ div {
    padding: 1em 2em;
  }

  /*【3-1】店舗展示会情報=====================================================================================================*/

  .event_area {
    width: 100%;
    overflow: hidden;
    margin: 1em 0;
    padding: 0;
    border-radius: 10px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-box-align: stretch;
    align-items: stretch;
  }

  .each_shop {
    width: calc(50% - 1em);
    min-height: 215px;
    padding: 0.5em 0.5em 1em;
    margin: 0.5em;
    box-sizing: border-box;
  }

  .each_shop .info {
    width: 94%;
    margin: 0 1%;
  }

  /*【4-1】店舗セール情報=====================================================================================================*/
  .sale_period {
    color: #cb0000;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.3;
  }

  /*【5-1】店舗からのお知らせ=====================================================================================================*/
  .notice_info_inner {
    margin-top: 0;
  }
  /*店舗コメント部分 加飾用=====================================================================================================*/

  .shop_payment img {
    width: 100%;
    max-width: 500px;
  }

  .shop_payment .cp_shop {
    display: flex;
  }

  .shop_payment .cp_contents_2 {
    width: calc(100% / 2);
  }
  .shop_payment .cp_contents_2 img {
    margin: 0 !important;
  }
}

  /*店舗コメント年末年始=====================================================================================================*/

.close_each_shop{
width: 90%!important;
margin: 20px auto!important;
text-align: center!important;
padding: 0.5em;
font-size: 16px;
  }