
@charset "UTF-8";
/* 店舗案内詳細 */
.caption-store .caption-txt {
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.contents-main.store-detail {
  margin-top: 120px;
}

.store-detail-box {
  margin-bottom: 60px;
}

.store-detail-box:last-of-type {
  margin-bottom: 0;
}

/* テーブル定義 */
.store-detail .tbl {
  border-bottom: 1px solid var(--border-color);
}

.store-detail .tbl-th,
.store-detail .tbl-td {
  border-top: 1px solid var(--border-color);
  letter-spacing: 0.05em;
  line-height: 1.93;
}

.store-detail .tbl-th {
  background-color: #f8f8f8;
  font-weight: 700;
}

.store-detail .tbl-td {
  background-color: var(--white);
}

/* 写真、こだわり */
.picture-area {
  border: 1px solid var(--border-color);
  padding: 40px;
}

/* スライダー */
.rich-picture-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rich-picture-left-col {
  width: 512px;
}

.rich-picture-picturebox {
  height: 287px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.rich-picture-picturebox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
}

.rich-picture-picturetext {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.rich-picture-picturetext p {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 12px 0 3px;
}

.rich-picture-right-col {
  width: 368px;
}

.thumbnail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 14px;
}

.switch-pic-link {
  height: 99px;
  text-align: center;
  width: 176px;
}
.switch-pic-link img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  width: 100%;
}
.switch-pic-link:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* swiper標準の装飾へ上書き */
.rich-picture-right-col .swiper-wrapper {
  padding-bottom: 48px;
}

.rich-picture-right-col .swiper-button-next,
.rich-picture-right-col .swiper-button-prev {
  border-radius: 50%;
  height: 28px;
  width: 28px;
}

.rich-picture-right-col .swiper-button-next:after,
.rich-picture-right-col .swiper-button-prev:after {
  font-size: 0;
  position: relative;
}

.rich-picture-right-col .swiper-button-next:after {
  left: 1px;
}

.rich-picture-right-col .swiper-button-prev:after {
  left: -1px;
}

.rich-picture-right-col .swiper-button-prev,
.rich-picture-right-col .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
  top: 485px;
}

.rich-picture-right-col .swiper-button-next,
.rich-picture-right-col .swiper-rtl .swiper-button-prev {
  left: auto;
  right: 0;
  top: 485px;
}

.rich-picture-right-col .swiper-horizontal > .swiper-pagination-bullets,
.rich-picture-right-col .swiper-pagination-bullets.swiper-pagination-horizontal,
.rich-picture-right-col .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  width: 80%;
}

.rich-picture-right-col .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.rich-picture-right-col .swiper-pagination {
  bottom: 43px;
}

.rich-picture-right-col .swiper-pagination span {
  height: 10px;
  margin: 0 7.5px !important;
  width: 10px;
}

.rich-picture-right-col .swiper-button-next.swiper-button-disabled,
.rich-picture-right-col .swiper-button-prev.swiper-button-disabled {
  background-image: url(../img/store/arrow_icon_disabled.png);
  opacity: 1;
}

.rich-picture-right-col .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rich-picture-right-col .swiper-button-prev.swiper-button-disabled {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.rich-picture-right-col .swiper-button-next.swiper-button-disabled {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 基本情報 */
.store-detail .store-info .tbl {
  width: 100%;
}

.store-detail .store-info .tbl-th {
  padding: 13px 20px;
  width: 200px;
}

.store-detail .store-info .tbl-td {
  padding: 17px 20px 16px;
}

.store-detail .store-info .ul-separate .tbl-th {
  padding: 16px 20px 20px;
}

.store-detail .store-info .ul-separate .tbl-td {
  padding: 16px 0 0 20px;
}

/* .store-detail .store-info .tbl-td ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  justify-content: space-between;
}
.store-detail .store-info .tbl-td ul li {
  border-bottom: 1px solid var(--border-color);
  padding: 15px 0 18px 20px;
  width: calc(100% / 2);
}
.store-detail .store-info .tbl-td ul li:nth-child(odd) {
  border-right: 1px solid var(--border-color);
}
.store-detail .store-info .tbl-td ul li:nth-last-child(1),
.store-detail .store-info .tbl-td ul li:nth-last-child(2) {
  border-bottom: none;
} */
.store-detail .store-info .tbl-td .map,
.store-detail .store-info .tbl-td .external {
  display: inline-block;
  font-weight: 900;
  position: relative;
}

.store-detail .store-info .tbl-td .map {
  font-size: 1.4rem;
  margin-left: 20px;
  margin-top: -4px;
  padding-left: 16px;
  vertical-align: middle;
}

.store-detail .store-info .tbl-td .external {
  font-size: 1.6rem;
  padding-left: 19px;
}

.store-detail .store-info .tbl-td .external::before,
.store-detail .store-info .tbl-td .map::before {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: -2px;
}

.store-detail .store-info .tbl-td .external::before {
  padding: 8px;
}

.store-detail .store-info .tbl-td .map::before {
  padding: 8px;
  top: -2px;
}

.store-detail .store-info .ul-separate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 53px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 11px 0 15px;
}

.store-detail .store-info .ul-separate ul li,
.store-detail .store-info .ul-separate ul li:nth-child(odd) {
  border: none;
  padding: 0;
  width: 27.6666666667%;
}

.store-detail .store-info .ul-separate dl dt {
  font-weight: 700;
  padding-bottom: 0;
}

.store-detail .store-info .ul-separate dl dd {
  line-height: 1.875;
}

.map-area {
  margin: 30px 0 10px;
}

.store-detail-address,
.store-detail-route {
  font-size: 1.6rem;
  line-height: 1.875;
}

.store-detail-route {
  padding: 14px 0;
}

.store-detail-note {
  font-size: 1.1rem;
  position: relative;
}

.store-detail-note::before {
  content: "※";
}

/* 営業時間 */
.store-sales-read {
  font-size: 1.6rem;
  line-height: 1.875;
}

.store-sales-read strong {
  color: var(--red);
}

.store-detail .tbl.store-detail-sales-time {
  border-bottom: none;
  height: 115px;
  margin: 22px 0 32px;
  width: 1003px;
}

.store-detail-sales-time .tbl-body .tbl-th {
  color: #66666e;
  font-size: 1.4rem;
  font-weight: 400;
  height: 40px;
  letter-spacing: 0.05em;
  line-height: 1.14;
  text-align: center;
  vertical-align: middle;
}

.store-detail-sales-time .tbl-body .tbl-th:nth-child(1) {
  border-left: 1px solid #ccc;
  border-top-left-radius: 8px;
}

.store-detail-sales-time .tbl-body .tbl-th:nth-child(2) {
  border-right: 1px solid #ccc;
  border-top-right-radius: 8px;
}

.store-detail-sales-time .tbl-body .tbl-th:nth-child(1),
.store-detail-sales-time .tbl-body .tbl-td:nth-child(1) {
  border-right: 1px solid #ccc;
}

.store-detail-sales-time .tbl-body .tbl-td {
  border-top: none;
  font-size: 1.7rem;
  /* padding-top: 14px; */
  height: 75px;
  line-height: 0.88;
  text-align: center;
  vertical-align: middle;
}

.store-detail-sales-time .tbl-body .tbl-td:nth-child(1) {
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 8px;
  border-left: 1px solid #ccc;
  width: 237.5px;
}

.store-detail-sales-time .tbl-body .tbl-td:nth-child(2) {
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 8px;
  border-right: 1px solid #ccc;
  width: 237.5px;
}

.store-detail-sales-time .tbl-body .tbl-td span:not(.num) {
  display: block;
  padding-top: 4.8px;
}

.store-detail-sales-time .tbl-body .tbl-td .num {
  font-size: 2rem;
}

.store-detail-sales-time .tbl-body .tbl-td .flag {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.31;
}

.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;
}

.store-detail .weekly-schedule h4 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}

.store-detail .weekly-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}

.store-detail .weekly-schedule-item {
  /* width: 475px; */
  width: 100%;
}

.store-detail .weekly-schedule .tbl {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 100%;
}

.store-detail .weekly-schedule .tbl-th {
  padding: 16px 0 17px;
  text-align: center;
  width: 50px;
}

.store-detail .weekly-schedule .tbl-td {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.store-detail .weekly-schedule .tbl-td.is-hol {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.store-detail .weekly-schedule .tbl-body.st-sat .tbl-th {
  color: #325ce6;
}

.store-detail .weekly-schedule .tbl-body.st-sun .tbl-th,
.store-detail .weekly-schedule .tbl-body.st-hol .tbl-th {
  color: var(--red);
}

.weekly-schedule-notices {
  margin: 20px 0 0;
}

/* 取り置きできる商品リスト */
.product-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  height: 330px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 40px 40px 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-list li {
  width: 150px;
}

.product-list li .product-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  text-align: center;
  width: 150px;
}
.product-list li .product-img img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-list li .product-name,
.product-list li .product-price {
  font-size: 1.2rem;
}

.product-list li .product-name {
  line-height: 1.5;
  margin: 10px 0 6px;
}

.product-list li .product-price {
  color: var(--red);
  line-height: 1.6;
}

.product-list li .product-price em {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.19em;
}

.product-list li .product-coupon {
  margin-top: 5px;
}

.product-list li .product-coupon i {
  background-color: #fdebea;
  border-radius: 4px;
  color: var(--red);
  display: block;
  font-size: 1rem;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  position: relative;
  text-align: center;
}

.product-list li .product-coupon i::before {
  background: url(../img/store/point_icon.png) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin: -2px 3px 0 0;
  position: relative;
  vertical-align: middle;
  width: 12px;
}

.more-btn a {
  background-color: #f8f8f8;
  border-bottom: 1px solid var(--border-color);
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  height: 64px;
  line-height: 64px;
  position: relative;
  text-align: center;
}

.more-btn a span::before {
  content: "";
  margin-right: 5px;
  padding: 0 7px;
}

.store-detail .btn {
  margin-bottom: 120px;
  margin-top: 100px;
}

.sales-time-notes {
  border: 1px solid #e63932;
  color: #e63932;
  font-size: 1.6rem;
  font-weight: 700;
  margin: -8px 0 30px;
  padding: 10px 20px;
  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;
}

.temporary-sales-notes {
  color: #e63932;
  letter-spacing: 0.05em;
  line-height: 1.95;
  margin: 30px 0;
}
.temporary-sales-notes .ttl {
  font-weight: 700;
}