@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
}
.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
}
.blog-list--bottom {
  justify-items: right
}
.blog-article--wrap .article-box div {
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 1.8
}
.blog-article--wrap .article-box p {
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 1.8
}
.blog-article--wrap .article-box a {
  color: #26c;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: underline
}
.blog-article--wrap .article-box img {
  display: block;
  margin: 20px auto;
  max-width: 680px;
  width: auto;
  height: auto
}
.blog-article--wrap .article-box ol,
.blog-article--wrap .article-box ul {
  padding: 20px 0 0 32px
}
.blog-article--wrap .article-box ol li,
.blog-article--wrap .article-box ul li {
  padding: 8px 0 0;
  list-style: inherit
}
.blog-article--wrap .article-box ol li::marker,
.blog-article--wrap .article-box ul li::marker {
  color: #003990;
  font-size: 16px
}
.blog-article--wrap .article-box ul {
  list-style: disc
}
.blog-article--wrap .article-box ol {
  list-style: decimal
}
.blog-article--wrap .article-box strong {
  font-weight: 700
}
.blog-article--wrap .article-box em {
  font-style: italic
}
.blog-article--wrap .author-wrap {
  display: flex;
  gap: 10px;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  align-items: center
}
.blog-article--wrap .author-wrap .author-img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden
}
.blog-article--wrap .sns-wrap {
  padding: 20px 0 0;
  border-top: 1px solid #ddd
}
.blog-article--wrap .sns-wrap .sns-img {
  display: flex;
  flex-wrap: wrap;
  gap: 32px
}
.blog-article--wrap .sns-wrap .sns-img .img {
  width: auto;
  height: 20px;
  object-fit: fill
}
.blog-article--wrap .comment-wrap {
  padding: 20px 0 0;
  border-top: 1px solid #ddd
}
.blog-article--wrap .comment-wrap .ttl {
  margin: 0 0 12px 0;
  color: #003990;
  font-size: 16px;
  font-weight: 700
}
.blog-article--wrap .comment-wrap .comment-list .list-item {
  display: grid;
  grid-template-columns: 70% 25%;
  column-gap: 5%;
  align-items: flex-end;
  margin: 0 0 16px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 12px
}
.blog-article--wrap .comment-wrap .comment-list .list-item .txt {
  min-width: 0;
  margin: 0
}
.blog-article--wrap .comment-wrap .comment-list .list-item .sup {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  justify-content: flex-end;
  align-items: center;
  gap: 12px
}
.blog-article--wrap .comment-wrap .comment-list .list-item .sup .commentator {
  flex: 0 1 auto;
  margin: 0;
  padding: 0 12px 0 0;
  min-width: 0;
  border-right: 1px solid #ddd;
  text-align: left;
  overflow-wrap: break-word
}
.blog-article--wrap .comment-wrap .comment-list .list-item .sup .data {
  flex: 0 0 auto
}
.blog-article--wrap .acd-comment {
  margin: 0 0 32px 0;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transition: all .3s ease
}
.blog-article--wrap .acd-comment .acd-btn {
  list-style: none;
  cursor: pointer
}
.blog-article--wrap .acd-comment .acd-btn > span {
  display: inline-block;
  position: relative
}
.blog-article--wrap .acd-comment .acd-btn > span::after,
.blog-article--wrap .acd-comment .acd-btn > span::before {
  position: absolute;
  top: 50%;
  left: calc(100% + 13px + 8px);
  background-color: #26c;
  transform: translateY(-50%);
  content: ''
}
.blog-article--wrap .acd-comment .acd-btn > span::before {
  width: 2px;
  height: 16px;
  transform: translate(-50%,-50%);
  transition: transform .3s ease
}
.blog-article--wrap .acd-comment .acd-btn > span::after {
  width: 16px;
  height: 2px;
  transform: translate(-50%,-50%)
}
.blog-article--wrap .acd-comment .comment-form--wrap {
  margin: 0 auto;
  padding: 32px 24px;
  background: #f8f8f8
}
.blog-article--wrap .acd-comment .comment-form--wrap .comment-form {
  display: flex;
  gap: 40px;
  margin: 0 0 24px 0
}
.blog-article--wrap .acd-comment .comment-form--wrap .comment-form .col:first-child {
  width: 350px
}
.blog-article--wrap .acd-comment .comment-form--wrap .comment-form .col:last-child {
  width: 540px
}
.blog-article--wrap .acd-comment .comment-form--wrap .comment-form .cont input {
  width: 100%;
  padding: 12px 12px
}
.blog-article--wrap .acd-comment .comment-form--wrap .comment-form--txtarea .txtarea {
  width: 100%;
  padding: 10px 12px;
  height: 130px;
  resize: vertical
}
.blog-article--wrap .acd-comment .comment-form--wrap .error {
  margin: 8px 0 0 0;
  color: #df032e;
  font-size: 14px
}
.blog-article--wrap .acd-comment[open] {
  padding: 20px 0 32px
}
.blog-article--wrap .acd-comment[open] .acd-btn > span::before {
  transform: translateY(-50%) rotate(90deg)
}
.blog-article--wrap .blog-nav--list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 1024px;
  align-items: center;
  list-style: none;
  margin: 0 auto
}
.blog-article--wrap .blog-nav--list .blog-nav--item {
  display: flex;
  position: relative;
  height: 22px;
  justify-content: center;
  align-items: center
}
.blog-article--wrap .blog-nav--list .blog-nav--item a {
  display: block;
  padding: 0 28px
}
.blog-article--wrap .blog-nav--list .blog-nav--item:first-child a {
  padding-left: 0
}
.blog-article--wrap .blog-nav--list .blog-nav--item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: #ddd
}


