﻿@media screen and (min-width: 768px) and (max-width: 1399px) {
  html {
    font-size: calc(0.714286vw);
  }
}

/*==================== SP/PC ====================*/
.main-area .shop_logo img {
  width: 10.8rem;
  display: block;
  margin: auto;
}
.shop_list td a {
  text-decoration: underline;
}
.shop_list td:nth-of-type(2) a {
  display: inline-block;
}
.shop_list td .color {
  width: auto;
  color: #fff;
  font-size: 10px;
  margin-right: 2px;
  margin-bottom: 2px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  padding: 0.2rem 0.7rem 0;
  margin-right: 5px;
}
/*========== detail ==========*/
.shoplist_detail .right h1 {
  line-height: 1.5;
}
.shoplist_detail .right > a img {
  width: 11px;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-right: 7px;
}
.shoplist_detail .right p {
  letter-spacing: 0.12em;
}
.shoplist_detail .right p .color {
  color: #fff;
  display: inline-block;
  text-align: center;
}
.shoplist_detail .right p .line {
  text-decoration: underline;
}
.shoplist_detail .right .pink {
  background-color: #e5cac8;
}
.shoplist_detail .right .blue {
  background-color: #c8e3e5;
}
.shoplist_detail .right .green {
  background-color: #c8e5ca;
}
.shoplist_detail .newlyOpen,
.shoplist_detail .closed{
  color: red;
}
/*========== list ==========*/
.shop_list .flexWrap{
  display: flex;
}
.shop_list .iconWrap{
  display: flex;
  flex-wrap: wrap;
}
.shop_list .shopicon.icon{
  position: relative;
  width: fit-content;
}
.shop_list .shopicon.icon img{
  max-width: 100%;
  width: auto;
}
.shop_list .flexWrap:has([data-stocked-expanded]){
  margin-top: 1.2lh;
}
.shop_list .shopicon.icon[data-stocked-expanded]::before{
  --label-stocked-expanded: "\\取り扱い拡大店舗/";
  content: var(--label-stocked-expanded, "");
  font-family: 'Poppins', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", sans-serif;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: inline-block;
  width: max-content;
  text-align: center;
  color: var(--color-text-primary);
  line-height: 1.1;
  letter-spacing: 0.05em;
}
/*========== icon ==========*/
.red {
  color: red;
}
.shop_list_open_date {
  display: block;
  color: red;
  font-weight: 600;
}
/*========== icon ==========*/
.top_attention {
  border: 1px solid #000;
  padding: 20px;
  width: 543px;
  margin: 35px auto 0;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.bag_icon {
  color: #fff;
  background-color: #a6cde0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.14em;
}
.sale_icon {
  color: #fff;
  background-color: #ecc9d2;
  text-align: center;
  padding: 1px 13px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.bg_color {
  background-color: #4d4d4d;
  text-align: center;
  padding: 10px;
  color: #fff;
}
#breadcrumb .cateList h1 {
  display: inline;
}


/*==================== SP ====================*/
@media screen and (max-width:767px) {
  /*========== menu ==========*/
  #shop_menu a {
    display: block;
    padding: 0 15px;
  }
  #shop_menu ul:first-child {
    border-top: 1px solid #b3b3b3;
  }
  #shop_menu ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-bottom: 1px solid #b3b3b3;
  }
  #shop_menu li {
    display: table-cell;
    vertical-align: middle;
    width: 33.3%;
    height: 40px;
    font-size: 1.1rem;
    line-height: 40px;
    border-left: 1px solid #b3b3b3;
    position: relative;
  }
  #shop_menu li .border-not {
    border-left: none;
  }
  #shop_menu li a::before,
  #shop_menu li a::after {
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background: #000;
    display: block;
    position: absolute;
    top: 46%;
    right: 15px;
  }
  #shop_menu li a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px;
    margin-right: 5px;
  }
  #shop_menu li a::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px;
  }
  /*========== info ==========*/
  #shoplist {
    width: 92%;
    margin: 0 auto 60px;
  }
  #shoplist h4 {
    font-size: 1.6rem;
    margin-top: 60px;
  }
  #shoplist .shop_info li + li {
    border-top: 1px dotted #000;
    margin-top: 20px;
  }
  #shoplist .shop_info dt {
    margin: 17px 0 14.5px 0;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  #shoplist .shop_info dd {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  #shoplist .shop_info dd p.tel::before {
    content: "TEL：";
  }
  #shoplist .shop_info dd p.open::before {
    content: "OPEN：";
  }
  #shoplist .shop_info .shop_button {
    font-size: 0;
    margin-top: 17.5px;
  }
  #shoplist .shop_info .shop_button a {
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: top;
    width: 105px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #000;
  }
  #shoplist .shop_info .shop_button a + a {
    margin-left: 15px;
  }
  /*========== detail ==========*/
  .shoplist_detail {
    width: 100%;
    margin: 0 auto calc(160 * (100vw / 750));
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  .shoplist_detail .right {
    width: calc(680 * (100vw / 750));
    margin: 0 auto;
  }
  .shoplist_detail .right h2,
  .shoplist_detail .right h1 {
    font-size: calc(44 * (100vw / 750));
    margin: calc(80 * (100vw / 750)) auto calc(80 * (100vw / 750));
    letter-spacing: 0.05em;
    text-align: center;
  }
  .shoplist_detail .right > a {
    font-size: calc(22 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: calc(48 * (100vw / 750));
    border: 1px solid #808080;
    width: calc(400 * (100vw / 750));
    display: block;
    text-align: center;
    padding: calc(11 * (100vw / 750)) 0;
    margin: calc(60 * (100vw / 750)) auto calc(80 * (100vw / 750));
  }
  .shoplist_detail .right p {
    font-size: calc(22 * (100vw / 750));
    line-height: calc(66 * (100vw / 750));
  }
  .shoplist_detail .right p .color {
    font-family: "Poppins", sans-serif;
    width: calc(160 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
    margin-right: calc(10 * (100vw / 750));
    line-height: calc(30 * (100vw / 750));
  }
  /*========== list ==========*/
  .shop_logo {
    width: 92%;
    margin: 5rem auto 0;
  }
  .shop_list img {
    width: 100%;
    height: auto;
  }
  .shop_list {
    width: 92%;
    margin: auto;
  }
  .shop_list:last-of-type {
    margin-bottom: 6rem;
  }
  .shop_list tr:not(.heading) {
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
  }
  .shop_list tr:not(.heading, .no_border) {
    border-bottom: .1rem dotted #000;
  }
  .shop_list tr:not(.heading) td:nth-of-type(1) {
    font-size: 1.4rem;
    line-height: 2;
    margin: 1.7rem 0 1.45rem 0;
  }
  .shop_list tr:not(.heading) td:nth-of-type(2),
  .shop_list tr:not(.heading) td:nth-of-type(3) {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .shop_list tr:not(.heading) td:last-of-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.75rem;
  }
  .shop_list tr:not(.heading) td:last-of-type a {
    width: 45%;
    height: 2.5rem;
    border: .1rem solid #000;
    font-size: 1.1rem;
    text-align: center;
    line-height: 2.5rem;
    text-decoration: none;
  }
  .shop_list tr:not(.heading) td:nth-of-type(1) {
    font-size: 1.4rem;
    line-height: 2;
    margin: 1.4rem 0 0.9rem 0;
  }
  .shop_list tr:not(.heading) td:last-of-type a {
    width: 30%;
  }
  .shop_list .heading {
    display: block;
    font-size: 1.6rem;
    margin-top: 6rem;
  }
  .shop_list .heading.top {
    margin-top: 2rem;
  }
  .shop_list .heading th {
    width: 100%;
    height: 100%;
    display: block;
  }

  .shop_list .flexWrap{
    line-height: 1.6;
  }
  .shop_list .iconWrap{
    width: 70%;
  }
  .shop_list .shopicon.icon{
    margin: 0 0 0.3rem 0.4rem;
  }
  .shop_list .shopicon.icon img{
    height: 1.8rem;
  }
  .shop_list .shopicon.icon[data-stocked-expanded]::before{
    top: calc(-32*(100vw / 750));
    font-size: calc(20*(100vw / 750));
  }
  /*========== icon ==========*/
  .shop_list_open_date {
    font-size: 11px;
    line-height: 1.4;
  }
  .top_attention {
    border: 1px solid #000;
    padding: 17px;
    width: 83%;
    margin: 35px auto 0;
    font-size: 11px;
    line-height: 22px;
  }
  .bag_icon {
    padding: 0 13px;
    line-height: 20px;
  }
  .sale_icon {
    margin-bottom: 1px;
    line-height: 20px;
  }
  .detail_link {
    display: block !important;
    margin-left: 0 !important;
    width: 227px !important;
    margin-top: 20px;
  }
}

/*==================== TABLET ====================*/
@media screen and (max-width: 1160px){
  body {
    min-width: 100%;
  }
  .shop_area {
    margin-left: 0 !important;
  }
  .shop_area ul {
    display: flex;
  }
}

/*==================== PC ====================*/
@media screen and (min-width:767px) {
  .shop_area {
    text-align: center;
    margin: 0;
  }
  .main-area.list {
    padding-top: 0;
  }
  .main-area.list .block-inner {
    max-width: initial;
  }
  /*========== detail ==========*/
  .shoplist_detail {
    display: flex;
    width: 900px;
    margin: 50px auto 120px;
  }
  .shoplist_detail .right {
    margin-left: 60px;
  }
  .shoplist_detail .right h2,
  .shoplist_detail .right h1 {
    font-size: 22px;
    margin: 20px auto 28px;
  }
  .shoplist_detail .right > a {
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 24px;
    border: 1px solid #c0c0c0;
    width: 220px;
    display: inline-block;
    text-align: center;
    padding: 2px 0;
    margin: 18px auto 36px;
  }
  .shoplist_detail .right p {
    font-size: 12px;
    line-height: 36px;
  }
  .shoplist_detail .right p .color {
    width: 87px;
    font-size: 10px;
    margin-right: 5px;
    line-height: 16px;
  }
  @media all and (-ms-high-contrast: none) {
    .shoplist_detail .right p span {
      padding-top: 4px;
    }
    .shoplist_detail .right a {
      padding-top: 5px;
    }
  }
  /*========== list ==========*/
  .shop_logo {
    width: 100rem;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .shop_logo img {
    width: 10.8rem;
    display: block;
    margin: auto;
  }
  .shop_list tr:first-child th {
    padding-top: 2rem;
  }
  .shop_list td:nth-of-type(3) {
    width: 46rem;
    line-height: 1.8;
    text-align: left;
  }
  .shop_list td:first-child {
    padding-right: 1rem;
  }
  .shop_list td:last-child {
    width: 9rem;
  }
  .shop_list td:nth-of-type(2) {
    padding-right: 2rem;
  }
  .shop_list .no_border td {
    border-bottom: none;
  }
  .shop_list .flexWrap{
    line-height: 18px;
  }
  .shop_list .shopicon.icon{
    margin: 0 0 3px 5px;
  }
  .shop_list .shopicon.icon img{
    height: 18px;
  }
  .shop_list th{
    padding-bottom: 10px !important;
    border-bottom: none !important;
  }
  .shop_list .shopicon.icon[data-stocked-expanded]::before{
    top: -1.5rem;
    font-size: 1rem;
  }
  /*========== icon ==========*/
  .top_attention {
    border: 1px solid #000;
    padding: 20px;
    width: 543px;
    margin: 35px auto 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
  }
  .bag_icon {
    padding: 1px 13px;
  }
  .detail_link {
    display: inline-block;
    border: 1px solid;
    padding: 1px 8px;
  }
  table tr td .color {
    margin-right: 5px;
  }
}
