@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
}
.campaign-list--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px
}
.campaign-list--wrap .list-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 241px
}
.campaign-list--wrap .list-item .link-panel {
  display: flex;
  width: 241px;
  height: 210px;
  border: 1px solid #ddd;
  border-radius: 12px;
  align-items: center;
  overflow: hidden
}
.campaign-list--wrap .list-item .img {
  display: block;
  width: 100%;
  overflow: hidden
}
.campaign-list--wrap .list-item .img img {
  display: block;
  width: 100%;
  height: auto
}
.campaign-list--wrap .list-item .caption {
  position: relative;
  padding: 40px 20px 20px 20px;
  width: 241px;
  height: 210px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 12px
}
.campaign-list--wrap .list-item .caption .txt {
  position: relative;
  z-index: 2
}
.campaign-list--wrap .list-item .caption .img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 100px;
  transform: translate(-50%,-50%);
  z-index: 1
}
.map-form--wrap {
  display: flex;
  gap: 25px
}
.access-map--wrap {
  padding: 40px 8px;
  width: 476px;
  background: #f8f8f8;
  flex-shrink: 0
}
.access-map--wrap .access-map {
  position: relative;
  margin: 0 0 55px 0;
  width: 460px;
  height: 420px;
  background: #fff;
  overflow: hidden
}
.form-wrap {
  padding: 1px;
  width: 523px;
  border: 1px solid #ddd
}
.form-wrap .form-ttl {
  display: flex;
  width: 100%;
  height: 50px;
  background: #edf3fb;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  align-items: center
}
.form-wrap .form-inner {
  padding: 16px
}
.intro-list {
  gap: 20px
}
.intro-list .list-item {
  position: relative;
  width: 240px;
  flex-shrink: 0
}
.intro-list .list-item .img {
  margin: 0 0 12px 0
}
.merit-list {
  display: flex;
  gap: 36px;
  padding: 30px;
  background: #f8f8f8;
  counter-reset: listnum
}
.merit-list .list-item {
  padding: 30px 24px;
  width: 50%;
  background: #fff;
  border-radius: 12px
}
.merit-list .list-item:nth-child(2) .ttl {
  align-items: center
}
.merit-list .list-item:nth-child(2) .img {
  margin: 60px auto 0
}
.merit-list .list-item .ttl {
  display: flex;
  gap: 10px;
  margin: 0 0 24px 0;
  padding: 0
}
.merit-list .list-item .ttl::before {
  display: flex;
  width: 50px;
  height: 50px;
  background: #fddf3c;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  counter-increment: listnum;
  content: counter(listnum,decimal-leading-zero)
}
.merit-list .list-item .ttl .ttl-txt {
  font-size: 18px;
  font-weight: 700
}
.merit-list .list-item .img {
  margin: 0 auto;
  width: 350px
}
.merit-list .list-item .img img {
  width: 100%;
  height: auto
}
.message-item .txt {
  width: 684px
}
.message-item .img {
  width: 300px;
  height: 225px
}
.service-list {
  justify-content: space-between;
  gap: 16px
}
.service-list .list-item {
  width: 504px
}
.service-list .list-item .inner {
  position: relative;
  margin: 0;
  padding: 12px 21px 12px 166px;
  min-height: 140px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box
}
.service-list .list-item .inner .link-panel {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}
.service-list .list-item .inner .link-panel .img {
  margin: 13.5px 0 0 8px;
  width: 150px;
  height: 113px
}
.service-list .list-item .inner .link-panel .img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto
}
.service-list .list-item .inner .ttl {
  color: #26c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline
}
.service-list .list-item .inner:hover .ttl {
  text-decoration: none
}
.service-list .list-item .inner::after {
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #26c;
  border-right: 2px solid #26c;
  text-decoration: none;
  transition: .2s;
  -webkit-transition: .2s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: ""
}
.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;
  width: 100%;
  color: #26c;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: underline
}


