@charset "UTF-8";
.ns-nav--shop {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  height: 48px;
  background: #edf3fb;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box
}
.ns-nav--shop.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: 0;
  width: 100%;
  z-index: 10
}
.ns-nav--shop::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background: #f8f8f8;
  content: ""
}
.ns-nav--shop .ns-nav--list {
  display: flex;
  flex-wrap: wrap;
  height: 48px;
  margin: 0 auto;
  padding: 0;
  width: 1024px;
  align-items: center;
  list-style: none
}
.ns-nav--shop .ns-nav--item {
  display: flex;
  position: relative;
  width: 144px;
  height: 48px;
  justify-content: center;
  align-items: center
}
.ns-nav--shop .ns-nav--item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: #ddd
}
.ns-nav--shop .ns-nav--item.cr .ns-nav--link {
  color: #003990;
  font-weight: 700
}
.ns-nav--shop .ns-nav--item.cr::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #003990;
  content: ""
}
.ns-nav--shop .ns-nav--item .ns-nav--link {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  z-index: 1
}
.ns-nav--shop .ns-nav--item.ns-nav--item---btn {
  width: auto;
  padding: 0 0 0 10px
}
.ns-nav--shop .ns-nav--item.ns-nav--item---btn::after {
  display: none
}
.ns-nav--shop .ns-nav--item.ns-nav--item---btn .ns-nav--link---btn {
  display: flex;
  padding: 0 10px;
  width: 136px;
  height: 32px;
  background: linear-gradient(180deg,#e0213f 0,#e0213f 90%,#800 100%);
  border-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-sizing: border-box;
  justify-content: center;
  align-items: center
}
.shop-info--wrap {
  display: flex;
  gap: 24px
}
.shop-info--wrap .img {
  width: 240px;
  flex-shrink: 1
}
.shop-info--wrap .img img {
  width: 240px;
  height: 180px
}
.shop-info--wrap .shop-info--list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 406px
}
.shop-info--wrap .shop-info--list .list-item {
  display: flex;
  gap: 4px;
  align-items: center
}
.shop-info--wrap .shop-info--list .list-item.address {
  align-items: flex-start
}
.shop-info--wrap .shop-info--list .list-item .ico {
  display: flex;
  width: 24px;
  height: 24px
}
.shop-info--wrap .shop-info--list .list-item .status {
  color: #003990;
  font-size: 16px;
  font-weight: 700
}
.shop-info--wrap .shop-info--list .list-item .status::before {
  margin: 0 4px 0 0;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4
}
.shop-info--wrap .shop-info--list .list-item.open .status::before {
  background: #f8ef00;
  content: 'OPEN'
}
.shop-info--wrap .shop-info--list .list-item.last .status::before {
  background: #f8ef00;
  content: 'OPEN'
}
.shop-info--wrap .shop-info--list .list-item.after .status::before {
  background: #ddd;
  color: #555;
  content: 'CLOSE'
}
.shop-info--wrap .shop-info--list .list-item.close .status::before {
  background: #ddd;
  color: #555;
  content: 'CLOSE'
}
.shop-info--wrap .shop-info--list .list-item.before .status::before {
  background: #ddd;
  color: #555;
  content: 'CLOSE'
}
.shop-info--wrap .shop-info--list .list-item .time {
  display: flex;
  gap: 8px;
  margin: 0 0 0 12px;
  align-items: center
}
.shop-info--wrap .cta-sm--wrap {
  position: relative;
  padding: 20px 12px 8px;
  width: 330px;
  background: #edf3fb;
  border: 1px solid #ddd;
  border-radius: 6px
}
.shop-info--wrap .cta-sm--wrap .txt {
  width: 165px
}
.shop-info--wrap .cta-sm--wrap .txt .img {
  position: absolute;
  top: 24px;
  right: 0;
  width: 150px;
  height: auto
}
.shop-info--wrap .cta-sm--wrap .txt .qr-wrap {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 104px;
  height: 104px;
  background: #fff
}
.shop-info--wrap .cta-sm--wrap .txt .qr-wrap .qr-ttl {
  display: block;
  width: 88px;
  margin: 7px auto 4px;
  font-size: 10px;
  line-height: 1.2;
  text-align: center
}
.shop-info--wrap .cta-sm--wrap .txt .qr-wrap .img.qr {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto 7px;
  width: 62px;
  height: 62px
}
.blog-list--item {
  display: flex;
  gap: 20px
}
.blog-list--item .list-item {
  width: 240px;
  border: 1px solid #ddd;
  padding: 186px 12px 24px;
  border-radius: 6px;
  position: relative
}
.blog-list--item .list-item .link-panel {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box
}
.blog-list--item .list-item .link-panel .img {
  display: block;
  margin: 12px 0 0 12px;
  width: 216px;
  height: 162px;
  overflow: hidden
}
.blog-list--item .list-item .link-panel .img img {
  width: 100%;
  background: #ddd
}
.blog-list--item .list-item time {
  display: block;
  margin: 0 0 4px 0;
  font-size: 12px;
  line-height: 1
}
.blog-list--item .list-item .tag {
  display: inline-block;
  background: #003990;
  margin: 0 0 8px 0;
  padding: 6px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1
}
.blog-list--item .list-item .ttl {
  display: block;
  margin: 0 0 12px 0;
  width: 100%;
  color: #26c;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: underline
}
.blog-list--item .list-item .author {
  display: block;
  width: 100%;
  color: #333;
  font-size: 12px;
  line-height: 1.4
}
.modal-calendar .modal-calendar--main {
  padding: vw(12) 0 0 0;
  border-top: vw(4) solid #003990
}
.modal-calendar .modal-calender--head {
  margin: 0 vw(24) vw(32)
}
.modal-calendar .modal-calender--head .ttl .txt {
  display: flex;
  gap: vw(4);
  align-items: center
}
.modal-calendar .modal-calender--head .ttl .calender-closed {
  display: inline-block;
  width: vw(24);
  height: vw(20);
  background: #ddd;
  border-radius: vw(4);
  font-size: 0
}
.modal-calendar .modal-calendar--close {
  position: absolute;
  top: 0;
  right: 0;
  width: vw(50);
  height: vw(50);
  font-size: 0
}
.modal-calendar .modal-calendar--close::after {
  display: flex;
  width: 100%;
  height: 100%;
  color: #aaa;
  font-size: vw(26);
  font-weight: 700;
  justify-content: center;
  align-items: center;
  content: '✕'
}
.modal-calendar .calender-figures {
  margin: 0 0 vw(20) 0;
  color: #003990;
  font-size: vw(18);
  font-weight: 700;
  text-align: center;
  line-height: 1
}
.modal-calendar .calender-table {
  margin: 0 auto vw(32);
  width: vw(354);
  border-spacing: vw(3);
  border-collapse: separate;
  font-size: vw(12);
  text-align: center
}
.modal-calendar .calender-table th {
  width: vw(48);
  height: vw(20);
  text-align: center;
  vertical-align: middle
}
.modal-calendar .calender-table th.calender-sunday {
  color: #df032e
}
.modal-calendar .calender-table td {
  width: vw(48);
  height: vw(40);
  border-radius: vw(4);
  vertical-align: middle
}
.modal-calendar .calender-table td.calender-saturday {
  color: #003990
}
.modal-calendar .calender-table td.calender-sunday {
  color: #df032e
}
.modal-calendar .calender-table td.calender-closed {
  background: #ddd;
  color: #666
}
.cta-wrap .cta-item-wrap {
  position: relative
}
.cta-wrap .cta-item-wrap .txt {
  display: flex;
  width: 600px
}
.cta-wrap .cta-item-wrap .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 612px
}
.cta-wrap .cta-item-wrap .img {
  display: flex;
  position: absolute;
  top: -20px;
  right: -32px;
  width: 340px;
  flex-shrink: 0
}
.cta-wrap .cta-item-wrap .img img {
  width: 100%;
  height: auto
}
.review-shop--wrap {
  display: flex;
  padding: 20px 30px;
  width: 100%;
  border: 12px solid #edf3fb;
  align-items: center
}
.review-shop--wrap .rating-all {
  padding: 0 32px 0 0;
  border-right: 1px solid #ddd
}
.review-shop--wrap .rating-all .point {
  margin: 0 0 4px 0;
  color: #003990;
  font-size: 16px;
  font-weight: 700;
  line-height: 1
}
.review-shop--wrap .rating-all .point .point-l {
  font-size: 48px;
  line-height: 1
}
.review-shop--wrap .rating-all .point .point-s {
  font-size: 38px;
  line-height: 1
}
.review-shop--wrap .rating-purchase {
  margin: 0 0 0 32px
}
.review-shop--wrap .rating-purchase .rating-purchase--inner {
  display: flex;
  justify-content: baseline
}
.review-shop--wrap .rating-purchase .rating-purchase--inner .point {
  color: #003990;
  font-size: 14px;
  font-weight: 700;
  line-height: 1
}
.review-shop--wrap .rating-purchase .rating-purchase--inner .point .point-l {
  font-size: 22px;
  line-height: 1
}
.review-shop--wrap .rating-purchase .rating-purchase--inner .point .point-s {
  font-size: 18px;
  line-height: 1
}
.review-shop--wrap .rating-purchase .btn-rating--detail {
  margin: 4px 0
}
.review-shop--wrap .rating-purchase .btn-rating--detail .btn-detail {
  background: 0 0
}
.review-shop--wrap .rating-purchase .btn-rating--detail .btn-detail .btn-detail__label {
  color: #26c;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline
}
.review-shop--wrap .rating-purchase--list {
  margin: 0 0 0 32px
}
.review-shop--wrap .rating-purchase--list .rating-purchase--inner {
  display: flex;
  margin: 0 0 8px 0;
  align-items: baseline
}
.review-shop--wrap .rating-purchase--list .rating-purchase--inner .ttl {
  margin: 0 4px 0 0;
  width: 200px;
  font-size: 14px;
  font-weight: 700
}
.review-shop--wrap .rating-purchase--list .rating-purchase--inner .point {
  color: #003990;
  font-size: 14px;
  font-weight: 700;
  line-height: 1
}
.review-shop--wrap .rating-purchase--list .rating-purchase--inner .point .point-l {
  font-size: 22px;
  line-height: 1
}
.review-shop--wrap .rating-purchase--list .rating-purchase--inner .point .point-s {
  font-size: 18px;
  line-height: 1
}
.review-shop--wrap .rating-purchase--list .btn-rating--detail {
  margin: 4px 0
}
.review-shop--wrap .rating-purchase--list .btn-rating--detail .btn-detail {
  background: 0 0
}
.review-shop--wrap .rating-purchase--list .btn-rating--detail .btn-detail .btn-detail__label {
  color: #26c;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline
}
.review-list--wrap .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.review-list--wrap .review-list .list-item {
  padding: 12px;
  width: 328px;
  border: 1px solid #ddd;
  border-radius: 6px
}
.review-list--wrap .review-list .list-item .user-box {
  margin: 0 0 12px 0
}
.review-list--wrap .review-list .list-item .user-box .user {
  display: flex;
  margin: 4px 0 12px 0
}
.review-list--wrap .review-list .list-item .user-box .user .img {
  margin: 0 12px 0 0;
  width: 75px!important;
  height: 75px!important
}
.review-list--wrap .review-list .list-item .user-box .user .point {
  display: flex;
  align-items: baseline
}
.review-list--wrap .review-list .list-item .user-box .user .point .point-l {
  color: #003990;
  font-size: 24px;
  font-weight: 700;
  line-height: 1
}
.review-list--wrap .review-list .list-item .user-box .user .point .unit {
  color: #003990;
  font-size: 14px;
  font-weight: 700;
  line-height: 1
}
.review-list--wrap .review-list .list-item .acd-next {
  display: flex;
  margin: 0 0 12px 0;
  justify-content: end
}
.review-list--wrap .review-list .list-item .acd-next .acd-next--btn {
  background: 0 0;
  color: #003990;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline
}
.review-list--wrap .review-list .list-item .review-comment.is-collapsed {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  text-overflow: ellipsis
}
.review-list--wrap .review-list .list-item .staff-prof {
  padding: 16px;
  background: #edf3fb
}
.review-list--wrap .review-list .list-item .staff-prof .name {
  display: flex;
  line-height: 0;
  align-items: center
}
.pagenation {
  display: flex;
  justify-content: flex-end
}
#review-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 50
}
#review-modal-overlay.is-visible {
  display: block
}
.modal-rating--wrap {
  display: none;
  padding: 40px 30px 20px;
  width: 800px
}
.modal-rating--wrap.is-modal {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
  box-sizing: border-box;
  z-index: 1001
}
.modal-rating--wrap .modal-rating__scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
.modal-rating--wrap .modal-rating-close-btn {
  position: absolute;
  top: 0;
  right: 8px;
  padding: 0;
  background: 0 0;
  border: none;
  color: #aaa;
  font-size: 40px;
  line-height: 1;
  cursor: pointer
}
.modal-rating--wrap .rating-ttl {
  margin: 0 0 24px 0;
  padding: 8px 0;
  background: #edf3fb;
  text-align: center;
  color: #003990;
  font-size: 20px;
  font-weight: 700
}
.modal-rating--wrap .rating-total {
  display: flex;
  align-items: stretch
}
.modal-rating--wrap .rating-total .rating-all {
  padding: 0 24px 0 0;
  border-right: 1px solid #ddd
}
.modal-rating--wrap .rating-total .rating-all .point {
  margin: 0 0 4px 0;
  color: #003990;
  font-size: 16px;
  font-weight: 700;
  line-height: 1
}
.modal-rating--wrap .rating-total .rating-all .point .point-l {
  font-size: 44px;
  line-height: 1
}
.modal-rating--wrap .rating-total .rating-all .point .point-s {
  font-size: 32px;
  line-height: 1
}
.modal-rating--wrap .rating-total .detail-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 20px;
  padding: 6px 0;
  width: 500px;
  align-content: space-between
}
.modal-rating--wrap .rating-total .detail-list .list-item {
  display: flex;
  align-items: center
}
.modal-rating--wrap .rating-total .detail-list .list-item .ttl {
  width: 200px;
  font-size: 14px;
  font-weight: 700
}
.modal-rating--wrap .rating-total .detail-list .value-bar-wrap {
  position: relative;
  margin: 0 8px 0 0;
  width: 147px;
  height: 10px;
  background: #ddd;
  border-radius: 5px
}
.modal-rating--wrap .rating-total .detail-list .value-bar-wrap .value-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  background: #ffd100;
  border-radius: 5px
}
.modal-rating--wrap .rating-detail {
  display: flex;
  padding: 20px;
  background: #f8f8f8;
  justify-content: space-between
}
.modal-rating--wrap .rating-detail .rating-detail--box {
  width: 220px
}
.modal-rating--wrap .rating-detail .rating-detail--box .list-item {
  display: flex;
  align-items: center
}
.modal-rating--wrap .rating-detail .rating-detail--box .list-item .ttl {
  width: 70px;
  font-size: 12px
}
.modal-rating--wrap .rating-detail .rating-detail--box .list-item .value-bar-wrap {
  position: relative;
  margin: 0 4px 0 0;
  width: 100px;
  height: 10px;
  background: #ddd;
  border-radius: 5px
}
.modal-rating--wrap .rating-detail .rating-detail--box .list-item .value-bar-wrap .value-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  background: #ffd100;
  border-radius: 5px
}
.value-1 {
  width: 1%!important
}
.value-2 {
  width: 2%!important
}
.value-3 {
  width: 3%!important
}
.value-4 {
  width: 4%!important
}
.value-5 {
  width: 5%!important
}
.value-6 {
  width: 6%!important
}
.value-7 {
  width: 7%!important
}
.value-8 {
  width: 8%!important
}
.value-9 {
  width: 9%!important
}
.value-10 {
  width: 10%!important
}
.value-11 {
  width: 11%!important
}
.value-12 {
  width: 12%!important
}
.value-13 {
  width: 13%!important
}
.value-14 {
  width: 14%!important
}
.value-15 {
  width: 15%!important
}
.value-16 {
  width: 16%!important
}
.value-17 {
  width: 17%!important
}
.value-18 {
  width: 18%!important
}
.value-19 {
  width: 19%!important
}
.value-20 {
  width: 20%!important
}
.value-21 {
  width: 21%!important
}
.value-22 {
  width: 22%!important
}
.value-23 {
  width: 23%!important
}
.value-24 {
  width: 24%!important
}
.value-25 {
  width: 25%!important
}
.value-26 {
  width: 26%!important
}
.value-27 {
  width: 27%!important
}
.value-28 {
  width: 28%!important
}
.value-29 {
  width: 29%!important
}
.value-30 {
  width: 30%!important
}
.value-31 {
  width: 31%!important
}
.value-32 {
  width: 32%!important
}
.value-33 {
  width: 33%!important
}
.value-34 {
  width: 34%!important
}
.value-35 {
  width: 35%!important
}
.value-36 {
  width: 36%!important
}
.value-37 {
  width: 37%!important
}
.value-38 {
  width: 38%!important
}
.value-39 {
  width: 39%!important
}
.value-40 {
  width: 40%!important
}
.value-41 {
  width: 41%!important
}
.value-42 {
  width: 42%!important
}
.value-43 {
  width: 43%!important
}
.value-44 {
  width: 44%!important
}
.value-45 {
  width: 45%!important
}
.value-46 {
  width: 46%!important
}
.value-47 {
  width: 47%!important
}
.value-48 {
  width: 48%!important
}
.value-49 {
  width: 49%!important
}
.value-50 {
  width: 50%!important
}
.value-51 {
  width: 51%!important
}
.value-52 {
  width: 52%!important
}
.value-53 {
  width: 53%!important
}
.value-54 {
  width: 54%!important
}
.value-55 {
  width: 55%!important
}
.value-56 {
  width: 56%!important
}
.value-57 {
  width: 57%!important
}
.value-58 {
  width: 58%!important
}
.value-59 {
  width: 59%!important
}
.value-60 {
  width: 60%!important
}
.value-61 {
  width: 61%!important
}
.value-62 {
  width: 62%!important
}
.value-63 {
  width: 63%!important
}
.value-64 {
  width: 64%!important
}
.value-65 {
  width: 65%!important
}
.value-66 {
  width: 66%!important
}
.value-67 {
  width: 67%!important
}
.value-68 {
  width: 68%!important
}
.value-69 {
  width: 69%!important
}
.value-70 {
  width: 70%!important
}
.value-71 {
  width: 71%!important
}
.value-72 {
  width: 72%!important
}
.value-73 {
  width: 73%!important
}
.value-74 {
  width: 74%!important
}
.value-75 {
  width: 75%!important
}
.value-76 {
  width: 76%!important
}
.value-77 {
  width: 77%!important
}
.value-78 {
  width: 78%!important
}
.value-79 {
  width: 79%!important
}
.value-80 {
  width: 80%!important
}
.value-81 {
  width: 81%!important
}
.value-82 {
  width: 82%!important
}
.value-83 {
  width: 83%!important
}
.value-84 {
  width: 84%!important
}
.value-85 {
  width: 85%!important
}
.value-86 {
  width: 86%!important
}
.value-87 {
  width: 87%!important
}
.value-88 {
  width: 88%!important
}
.value-89 {
  width: 89%!important
}
.value-90 {
  width: 90%!important
}
.value-91 {
  width: 91%!important
}
.value-92 {
  width: 92%!important
}
.value-93 {
  width: 93%!important
}
.value-94 {
  width: 94%!important
}
.value-95 {
  width: 95%!important
}
.value-96 {
  width: 96%!important
}
.value-97 {
  width: 97%!important
}
.value-98 {
  width: 98%!important
}
.value-99 {
  width: 99%!important
}
.value-100 {
  width: 100%!important
}


