@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
}
.shop-detail-inquiry .cta-sm--wrap {
  display: none
}
.merit-form--wrap {
  display: flex;
  gap: 25px
}
.merit-wrap {
  padding: 20px 0 20px 16px;
  width: 476px;
  background: #003990
}
.merit-wrap .merit-ttl {
  display: block;
  margin: 0;
  width: 398px;
  height: 46px;
  background-image: url("/assets/img/jisharon/locations/detail/inquiry/ttl_merit_pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}
.merit-wrap .merit-read--wrap {
  position: relative;
  padding: 0 0 12px 0;
  color: #fff
}
.merit-wrap .merit-read--wrap .ttl {
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700
}
.merit-wrap .merit-read--wrap .txt {
  display: block;
  width: 275px;
  font-size: 12px;
  line-height: 1.4
}
.merit-wrap .merit-read--wrap .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 101px
}
.merit-wrap .merit-point--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 16px
}
.merit-wrap .merit-point--wrap .list-item {
  display: flex;
  margin: 0 0 8px;
  width: 49%;
  background: #fff;
  border-radius: 20px 0 20px 0
}
.merit-wrap .merit-point--wrap .list-item .no {
  display: flex;
  width: 16%;
  height: 36px;
  background: #fddf3c;
  border-radius: 20px 0 20px 0;
  color: #003990;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  align-items: center
}
.merit-wrap .merit-point--wrap .list-item .txt {
  margin: 4px 4px 8px 4px
}
.merit-wrap .merit-point--wrap .list-item .attention-box {
  display: flex;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  align-items: flex-start
}
.merit-wrap .merit-point--wrap .list-item .attention-box > span:last-child {
  display: block;
  flex: 1 1 auto;
  min-width: 0
}
.merit-wrap .merit-point--wrap .list-item .attention-box > span:last-child .fc-blue01 {
  display: inline;
  line-height: 1.4
}
.merit-wrap .merit-point--wrap .list-item .attention-box > span:last-child .fz-xs {
  display: block
}
.merit-wrap .merit-point--wrap .list-item .attention-box > span:last-child .fz-2xs {
  display: inline;
  vertical-align: baseline
}
.merit-wrap .merit-point--wrap .list-item .attention {
  display: flex;
  margin: 0 4px 0 0;
  padding: 4px;
  width: 40px;
  min-width: 40px;
  flex: 0 0 40px;
  box-sizing: border-box;
  background: #003990;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  justify-content: center;
  align-items: center;
  white-space: nowrap
}
.form-wrap {
  padding: 1px;
  width: 523px;
  border: 1px solid #ddd
}
.form-wrap .form-ttl {
  display: flex;
  margin: 0 0 20px 0;
  width: 100%;
  height: 50px;
  background: #edf3fb;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  align-items: center
}
.form-wrap .form-inner {
  padding: 16px
}
.form-wrap .form-inner .ns-fm--wrap {
  margin: 0 0 24px 0
}
.form-wrap .form-inner .checkbox-wrap {
  margin: 0 0 20px 0
}
.form-wrap .form-inner .ns-notice {
  margin: 24px 0 0
}
.flow-list {
  display: flex;
  justify-content: space-between
}
.flow-list .list-item {
  position: relative;
  width: 500px
}
.flow-list .list-item .ttl {
  display: flex;
  gap: 8px;
  position: relative;
  margin: 0 0 20px 0;
  padding: 6px 0 6px 8px;
  width: 500px;
  background: #f8f8f8;
  border: 1px solid #003990;
  border-radius: 4px;
  color: #003990;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  align-items: center
}
.flow-list .list-item .ttl.arrow {
  width: 489px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.flow-list .list-item .ttl.arrow::after {
  position: absolute;
  right: -11px;
  width: 11px;
  height: 38px;
  background: url("/assets/img/jisharon/locations/detail/inquiry/ttl_flow-arrowbg_pc.webp") no-repeat 0 0;
  z-index: 1;
  content: ''
}
.error-wrap {
  position: relative;
  padding: 44px;
  box-sizing: border-box;
  border: 20px solid #edf3fb
}
.error-wrap .ttl {
  display: flex;
  gap: 8px;
  margin: 0 0 16px 0;
  align-items: center
}
.error-wrap .ttl .img {
  display: block;
  width: 48px!important;
  height: 48px!important
}
.error-wrap .ttl .txt {
  color: #003990;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4
}
.error-wrap .tel-box {
  display: flex;
  gap: 8px;
  margin: 20px 0 0 0;
  padding: 12px 32px;
  width: 430px;
  box-sizing: border-box;
  border: 1px solid #003990;
  border-radius: 6px;
  justify-content: center;
  align-items: center
}
.error-wrap .bg-img {
  position: absolute;
  bottom: 0;
  right: 0
}


