
@charset "UTF-8";
/* 店舗案内A */
.store-a {
  margin: 0 auto;
  padding: 120px 0;
}

.store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}

.store-item {
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.store-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}

.store-img {
  width: 460px;
  height: 259px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.store-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
}

.store-detail {
  width: calc(100% - 500px);
}

.store-detail h3 {
  margin-bottom: 10px;
}

.store-btn {
  background-color: #f8f8f8;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 20px;
}

.store-detail h3 .type {
  border: 1px solid var(--base);
  border-radius: 4px;
  display: inline-block;
  font-size: 1.4rem;
  height: 26px;
  line-height: 2.6rem;
  margin: -6px 10px 0 0;
  padding: 0 6px;
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.store-detail h3 .type + .type {
  margin-left: -5px;
}

.store-detail h3 b {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  vertical-align: middle;
}

.shop-prof p,
.shop-prof .address p,
.salestime-flyer-box p {
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  margin: 7px 0 0 0;
  text-indent: -25px;
  padding-left: 25px;
}

.shop-prof .address .map {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.09em;
  margin-left: 10px;
  text-indent: 0;
}

.shop-prof .address .map a {
  font-weight: 900;
}

.shop-prof .icon-item::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50px;
  content: "";
  display: inline-block;
  height: 20px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  width: 20px;
}

.shop-prof .icon-item {
  /* padding-left: 25px; */
}

.shop-prof .route {
  /* padding-left: 26px; */
}

.shop-prof .route::before {
  background-image: url(../img/store/list_route_icon.png);
}

.shop-prof .holiday {
  /* padding-left: 25px; */
}

.shop-prof .holiday::before {
  background-image: url(../img/store/list_holiday_icon.png);
}

.shop-prof .address {
  /* background-repeat: no-repeat; */
}

.shop-prof .address::before {
  background-image: url(../img/store/list_address_icon.png);
}

.salestime-flyer-box {
  letter-spacing: -0.4em;
  padding: 4px 0 0 0;
}

.salestime-flyer-box::before {
  background-image: url(../img/store/list_sales_icon.png);
}

.shop-prof .salestime {
  letter-spacing: 0.01em;
  /* padding-left: 25px; */
  margin-right: 15px;
}

.shop-prof .address {
  /* padding: 0 0 0 26px; */
}

.salestime-flyer-box p span {
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 6px;
}

.shop-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
  width: 480px;
}

.shop-status span {
  background-color: #ddd;
  border-radius: 5px;
  color: #666;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  height: 20px;
  letter-spacing: 0.01em;
  margin: 0 5px 5px 0;
  padding: 3px 11px 1px 11px;
}

.shop-status .status1 {
  background-color: #fce1e8;
  color: #f35c80;
}

.shop-status .status2 {
  background-color: #dcf0fb;
  color: #40aee8;
}

.shop-status .status3 {
  background-color: #fce6d6;
  color: #f27823;
}

.shop-status .status4 {
  background-color: #dceeec;
  color: #399e92;
}

.store-detail-sales-time {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 16px 0 0;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.store-detail-sales-time .tbl-th,
.store-detail-sales-time .tbl-td {
  border-right: 1px solid #ccc;
  vertical-align: middle;
}
.store-detail-sales-time .tbl-th:last-of-type,
.store-detail-sales-time .tbl-td:last-of-type {
  border-right: none;
}
.store-detail-sales-time .tbl-th {
  background: #f8f8f8;
  color: #66666e;
  height: 40px;
}
.store-detail-sales-time .tbl-th:first-of-type {
  border-top-left-radius: 8px;
}
.store-detail-sales-time .tbl-th:last-of-type {
  border-top-right-radius: 8px;
}
.store-detail-sales-time .tbl-td {
  height: 74px;
}
.store-detail-sales-time .flag {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
.store-detail-sales-time span:not(.num) {
  display: block;
}
.store-detail-sales-time .num {
  font-size: 2rem;
  padding: 0 2px 0 0;
}

.store-detail-sales-time .tbl-body .tbl-td .flag-sales {
  color: #04b804;
}

.store-detail-sales-time .tbl-body .tbl-td .flag-end {
  color: #f66f01;
}

.store-detail-sales-time .tbl-body .tbl-td .flag-off {
  color: #d93025;
}

.store-detail-sales-time .tbl-body .tbl-td .flag-holiday {
  color: #eb4e3d;
}

.store-detail-sales-time .tbl-body .tbl-td .flag-none {
  font-weight: 400;
}

.sales-time-notes {
  background: #fff;
  border: 1px solid #e63932;
  color: #e63932;
  font-weight: 700;
  margin: 17px 0 0;
  padding: 12px 0 10px;
  position: relative;
  text-align: center;
}
.sales-time-notes::before, .sales-time-notes::after {
  border: 6px solid transparent;
  border-bottom: 10px solid;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -16px;
  width: 0;
}
.sales-time-notes::before {
  border-bottom-color: #e63932;
}
.sales-time-notes::after {
  border-bottom-color: #fff;
  top: -14px;
}