
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

body {
  font-family: 'メイリオ', 'Meiryo', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  height: 100%;
}
.shoplist {
  margin-bottom: 160px;
}
.ttl > a {
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
  margin: 5px 0;
  font-size: 18px;
  padding: 9px;
  box-sizing: border-box;
  background: #8fa4ad;
}
.contentBox {
  margin: 0 auto;
  padding: 40px;
  background: #fff;
}
.city {
  background: #ba0f18;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  padding: 8px;
  margin-bottom: 0;
  text-align: center;
  margin: 0;
}
.shipping .in {
  margin-bottom: 20px;
  border-top: solid 1px #999;
}
.ttl > a:after {
  content: '\2212';
  float: right;
  font-size: 24px;
  text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
  position: relative;
  bottom: 4px;
}
.ttl > a:hover {
  text-decoration: none;
}
.ttl > a.collapsed:after {
  content: '\002b';
  float: right;
  font-size: 24px;
  text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
  position: relative;
  bottom: 4px;
}
.shipping {
  padding: 0;
}
.entrybox,
.entry-detail {
  width: 100%;
}
.entrybox__shopttl,
.entrybox__cntbtn,
.entry-detail__shopttl,
.entry-detail__cntbtn {
  border-bottom: dashed 1px #d2d2d2;
  padding: 10px;
  height: 52px;
  box-sizing: border-box;
}
.entrybox__body,
.entry-detail__body {
  border-bottom: solid 1px #999;
  padding: 10px;
  min-height: 70px;
  clear: both;
  box-sizing: border-box;
  overflow: hidden;
}
.entrybox__body {
  font-size: 12px;
}
.entrybox__news {
  border: solid 2px #f00;
  padding: 10px;
  margin-bottom: 10px;
  color: #f00;
  clear: both;
  position: relative;
  top: 10px;
}
.entrybox__h24,
.entry-detail__h24 {
  background: #ba0f18;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding: 0 0.75em;
  height: 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  vertical-align: text-bottom;
}
.entrybox__odp,
.entry-detail__odp {
  background: #fb9a39;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding: 0 0.75em;
  height: 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.entrybox__cafe,
.entry-detail__cafe {
  background: #500000;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding: 0 0.75em;
  height: 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.entrybox__cr,
.entry-detail__cr {
  background: #303850;
  display: inline-block;
  box-sizing: border-box;
  width: 80px;
  padding: 0 5px;
  height: 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.entrybox__smartlocker {
  background: #516981;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding: 0 0.75em;
  height: 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.entrybox__self {
  background: #b01e23;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding: 0 0.75em;
  height: 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.entrybox__name,
.entry-detail__name {
  display: inline-block;
  min-width: 56%;
  padding: 9px 0;
}
.entrybox__access,
.entry-detail__access {
  background: #004a9a url(../images/icon/location_icon_wh.svg) no-repeat 20px center;
  background-size: auto auto;
  background-size: 25px 25px;
  display: inline-block;
  width: 178px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 16px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  padding-top: 1px;
  text-decoration: none;
  text-indent: 20px;
  font-weight: bold;
}
.entrybox__call {
  display: none;
}
.entrybox__shopttl,
.entry-detail__shopttl {
  float: left;
  width: 90%;
  display: flex;
}
.entrybox__cntbtn,
.entry-detail__cntbtn {
  float: right;
  width: 10%;
  position: relative;
}
.entrybox__cntbtn a:hover,
.entry-detail__cntbtn a:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}
.entrybox__btnwrapp,
.entry-detail__btnwrapp {
  position: absolute;
  right: 20px;
}
.entrybox__shopttl,
.entry-detail__shopttl {
  font-weight: bold;
  font-size: 18px;
}
.entrybox__add,
.entrybox__tel,
.entrybox__open,
.entry-detail__add,
.entry-detail__tel,
.entry-detail__open {
  float: left;
  line-height: 1.2em;
}
.entrybox__add,
.entry-detail__add {
  width: 35%;
}
.entrybox__tel,
.entry-detail__tel {
  width: 22%;
}
.entrybox__open,
.entry-detail__open {
  width: 43%;
}
.entry-detail__call {
  display: none;
}

/**/

/* 店舗詳細ページ */

.entry-detail__cntbtn {
  display: none;
}
.topTtl > .entry-detail__h24 {
  width: 160px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
}
.topTtl__name {
  margin-top: 5px;
  display: inline-block;
  padding-right: 40px;
}
.entry-detail__ttl {
  background: #ba0f18;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 15px;
}
.entry-detail__news {
  border: solid 2px #f00;
  padding: 16px;
  color: #f00;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
}
.entry-detail__news-header {
  font-weight: bold;
  margin-bottom: 10px;
}
.entry-detail__news-body {
  margin-bottom: 10px;
}
.entry-detail__news-footer {
  margin: 0;
}
.entry-period_space {
  margin-right: 0.75em;
}
@media screen and (max-width: 767px) {
  .entry-period {
    flex-basis: 75px;
  }
}
.entry-time {
  padding-left: 3em;
  text-indent: -3em;
  margin-bottom: 1em;
}
.accessmap-iframe {
  width: 100%;
  max-width: 100%;
  height: 450px;
  box-sizing: border-box;
  border: none;
}
.entry-detail__body {
  border-bottom: none;
  margin-bottom: 40px;
}
/*
* 店舗ページ内取扱商品のリスト
*/
.hp_parentList {
  float: left;
  width: 25%;
}
.hp_parentListItem {
  margin-bottom: 20px;
  list-style: none;
}
#handlingProducts a {
  color: #333;
  text-decoration: none;
}
#handlingProducts a:hover {
  text-decoration: underline;
}
.listItemTitle {
  font-weight: bold;
  margin-bottom: 5px;
}
.hp_childList {
  padding-left: 15px;
}
.hp_childListItem {
  list-style: disc;
  padding-right: 10px;
  color: #666;
  font-size: 11px;
}
/* 店舗ページ内取扱商品のリスト ここまで */

.open_h .firsttd {
  display: none;
}
@media screen and (max-width: 767px) {
  .open_h table.entry tr td.sun {
    color: #ff0000;
  }
  .open_h table.entry tr td.sut {
    color: #0066ff;
  }
  .open_h table.entry tr td br {
    display: none;
  }
  .tdh {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    border-bottom: solid 2px #ccc;
    padding-bottom: 0;
    background: no-repeat;
    color: #000;
  }
  .open_h table.entry tr:nth-child(1) {
    width: 40%;
  }
  .open_h table.entry tr:nth-child(2) {
    width: 60%;
  }
  .entry-detail__body {
    margin-bottom: 0;
  }
  .entry-detail__open {
    margin-bottom: 0;
  }
  .open_h .entryTable {
    display: flex;
  }
  .open_h .entryTb__header {
    display: inline-flex;
    flex: 1;
  }
  .open_h .entryTb__h__tr,
  .open_h .entryTb__h__tr th {
    width: 100%;
    box-sizing: border-box;
  }
  .open_h .entryTb__h__tr th {
    border: none;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
    height: 29px;
    background: #fff;
    color: #000;
  }

  .open_h .entryTb__body td {
    box-sizing: border-box;
    height: 29px;
  }
  .open_h .entryTb__body {
    display: inline-flex;
    flex: 2;
  }
}
/* 年末年始の営業時間 ここまで */

@media screen and (min-width: 767px) {
  .entry-detail__tel,
  .entry-detail__add {
    /* width: 35%; */
  }
  .entry-detail__open {
    /* width: 50%; */
  }
}

@media screen and (max-width: 767px) {
  .city {
    padding: 2.5px;
  }
  .city,
  .ttl > a {
    font-size: 16px;
  }
  .shipping .ttl {
    margin: 0;
  }
  .selectMenu {
    width: 100%;
  }
  .entrybox__call,
  .entry-detail__call {
    background: #db8728 url(../images/icon/call_icon-12_wh.svg) no-repeat 20px center;
    background-size: 30px 30px;
    display: inline-block;
    width: 178px;
    height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    padding-top: 1px;
    text-decoration: none;
    text-indent: 20px;
    font-weight: bold;
  }
  .entrybox,
  .entry-detail {
    padding: 0;
  }
  .entrybox__shopttl,
  .entry-detail__shopttl {
    float: none;
    width: 100%;
  }
  .entrybox__cntbtn,
  .entry-detail__cntbtn {
    float: none;

    width: 100%;
    position: relative;
  }
  .entrybox__call,
  .entrybox__access,
  .entry-detail__call,
  .entry-detail__access {
    width: calc(50% - 8px);
    font-size: 11px;
    font-size: 1.1rem;
  }
  .entrybox__btnwrapp,
  .entry-detail__btnwrapp {
    position: relative;
    right: auto;
  }
  .entrybox__add,
  .entry-detail__add {
    width: 100%;
    margin-bottom: 10px;
  }
  .entrybox__tel,
  .entry-detail__tel {
    width: 100%;
  }
  .entrybox__tel a,
  .entry-detail__tel a {
  }
  .entrybox__open,
  .entry-detail__open {
    width: 100%;
    padding-top: 8px;
    border-top: dotted 1px #ccc;
    margin-top: 8px;
  }
  .entry-detail__open {
    margin-bottom: 40px;
  }
  .entrybox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .entrybox__shopttl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    padding-bottom: 10px;
  }
  .entrybox__body {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .entrybox__cntbtn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    border-bottom: solid 1px #999;
    padding: 10px 0;
  }
  .entrybox__body,
  .entry-detail__body {
    border-bottom: none;
    padding: 0;
  }
  .entrybox__shopttl,
  .entrybox__cntbtn,
  .entry-detail__shopttl,
  .entry-detail__cntbtn {
    padding: 8px 0;
    height: auto;
  }
  .entrybox__shopttl,
  .entry-detail__shopttl {
    border-bottom: dotted 1px #ccc;
    font-size: 14px;
    margin-bottom: 8px;
    position: relative;
    display: flex;
  }
  .entrybox__cntbtn,
  .entry-detail__cntbtn {
    border-bottom: solid 1px #999;
  }
  .entrybox__body,
  .entry-detail__body {
    width: 100%;
    height: auto;
  }
  .entrybox__h24,
  .entry-detail__h24,
  .entrybox__odp,
  .entry-detail__odp,
  .entrybox__cr,
  .entry-detail__cr,
  .entrybox__cafe,
  .entry-detail__cafe,
  .entrybox__smartlocker,
  .entrybox__self {
    font-size: 12px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    margin: 0 5px 0 0;
  }
  .entrybox__add,
  .entrybox__tel,
  .entrybox__open,
  .entry-detail__add,
  .entry-detail__tel,
  .entry-detail__open {
    float: none;
  }
  /* 店舗詳細ページ */
  .entry-detail__cntbtn {
    display: block;
  }
  .entry-detail__access {
    display: none;
  }
  .topTtl > .entry-detail__h24,
  .topTtl > .entry-detail__odp {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 5px;
  }
  .topTtl__name {
    font-size: 17px;
    vertical-align: top;
    margin-top: 10px;
    max-width: 70%;
    display: block;
  }
  .entry-detail__ttl {
    font-size: 16px;
  }
  .entry-detail__cntbtn {
    border-bottom: none;
  }
  .topTtl__name {
    padding-right: 0;
    max-width: 100%;
  }
  .maplistShowBox {
    display: none;
  }
}
/* 店舗からのお知らせ 非表示
.shopFeedArea {
	display: none;
}
*/

.facilities_iconitem {
  margin-right: 10px;
  margin-bottom: 10px;
}
.facilities_iconimg {
  width: 100px;
  height: 100px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .facilities_iconitem {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .facilities_iconimg {
    width: 60px;
    height: 60px;
  }
}
/* GWなどのお知らせを固定 */
.entry_head_fix {
  position: fixed;
  top: 0;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;

  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .entry_head_fix {
    padding-left: 10px;
    padding-right: 10px;
    left: 0;
    box-sizing: content-box;
    z-index: 1;
  }
}

@media (max-width: 1024px) {
  .parkingmap .w70p,
  .parkingmap .w30p {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .parkingmap .w70p,
  .parkingmap .w30p {
    width: 100%;
  }
}
.open_h {
  /*  表示切替え用 */
  display: block;
}

.review-summary {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  padding: 10px 0 10px 20px;
  border-radius: 5px;
}

.review-summary .rating {
  font-size: 1.2em;
}

.review-summary .star-rating {
  color: #f39c12;
  font-size: 19px;
  margin-left: 5px;
  vertical-align: middle;
}

.review-summary .review-count {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .review-summary .review-count {
      font-size: 13px;
  }
}

.review {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.review.hidden {
  display: none;
}

.review-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.reviewer-name {
  font-weight: bold;
  font-size: 15px;
  word-break: break-all;
}

.review-date {
  color: #999;
  white-space: nowrap;
}

.review-rating {
  color: #f39c12;
  font-size: 19px;
}

.review-comment {
  margin: 10px 0;
  word-wrap: break-word;
}

.response {
  margin: 10px 0;
}

.shop-name {
  display: inline-block;
  font-weight: bold;
  color: #3498db;
  margin-top: 10px;
  font-size: 15px;
}

.response-date {
  color: #999;
  margin-left: 10px;
}

.response-comment {
  margin-top: 5px;
}

.report-link {
  color: #999;
  text-decoration: none;
  font-size: 12px;
}

.pageSecTitle#review {
  background: #434e64;
  color: #fff;
  border: none;
  margin-bottom: 6px;
  margin-top: 5px;
  font-size: 20px;
  text-indent: 0;
  padding: 5.49px 15px;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pageSecTitle#review {
    padding: 14px 15px 5.49px 15px;
    display: block;
  }
}

.pageSecTitle#review i {
  vertical-align: middle;
  margin-right: 2.5px;
}

.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination-btn {
  background-color: #7689b0;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0 5px;
  cursor: pointer;
}

.pagination-btn.active {
  background-color: #434e64;
}

.pagination-btn:hover {
  opacity: 0.7;
}

.ellipsis {
  padding: 0px 5px;
  color: #666666;
}

.bi-star {
  color: #d3d3d3;
}

.star-rating .bi-star-half {
  position: relative;
  display: inline-block;
  color: #e0e0e0; /* ベースの色を薄いグレーに */
}

.star-rating .bi-star-half::before {
  content: "\f587"; /* bi-star-half のユニコード */
  position: absolute;
  left: 0px;
  top: 1px;
  width: 50%;
  overflow: hidden;
  color: #f39c12; /* 半分塗りつぶされた星の色（黄色） */
}

.star-rating .bi-star-half::after {
  content: "\f588"; /* bi-star のユニコード */
  color: #e0e0e0; /* 塗りつぶされていない部分の色（薄いグレー） */
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cafe_green {
  color: #067f7f;
}

.tx12 {
  font-size: 12px;
}