@charset "UTF-8";
/* =============================================================================


    shop


============================================================================= */
.c-section {
  width: 100%;
}

.tab-nav-list {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.tab-nav {
  background: #e8e9f3;
  border: 1px solid #1d2184;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  color: #8e90c1;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 16px 24px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tab-nav:hover, .tab-nav.is-active {
  background: #1d2184;
  color: #fff;
}

.tab-box {
  border: 1px solid #1d2184;
  border-radius: 0 0 20px 20px;
  padding: 50px 30px;
}

.shop-tab__panel.is-active {
  display: block;
}

.shop-area-list,
.shop-tab-panel {
  display: none;
}

.shop-area-list.is-active,
.shop-tab-panel.is-active {
  display: block;
}

.area-name {
  color: #1d2184;
  font-size: 1.8rem;
  font-weight: bold;
  min-width: 6.5em;
  width: 6.5rem;
}

.link-item-group {
  border-bottom: 1px dotted #1d2184;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0.25em;
}

.link-child-list {
  gap: 1em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.5em;
  width: 100%;
}

.link-btn {
  display: block;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  padding-left: 1em;
  position: relative;
  text-indent: -1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link-btn:before {
  content: "▶︎";
}
.link-btn:hover {
  color: #1d2184;
}

.map-iframe {
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 100%;
}
.map-iframe iframe {
  height: calc(100% + 70px);
  margin-top: -70px;
  width: 100%;
}

#shop-area-list {
  margin-top: 140px;
}

.shop-detail {
  gap: 30px;
  display: grid;
  grid-template-columns: 40% 1fr;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.shop-detail:before {
  content: "";
  height: 100%;
  left: calc(540px - (50vw + 356px));
  position: absolute;
  top: 0%;
  width: 100vw;
  z-index: -1;
}
.shop-detail:nth-of-type(2n + 1):before {
  background: #f8f7ef;
}

.shop-detail-img {
  width: 100%;
}

.shop-detail-map {
  aspect-ratio: 4/3;
  margin-top: 20px;
}
.shop-detail-map iframe {
  height: 100%;
}

.shop-name {
  color: #1d2184;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}

.shop-detail-info {
  border-bottom: 2px solid #1d2184;
  border-top: 2px solid #1d2184;
  padding: 1em 0;
}

.shop-tel-link {
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.shop-tel-link img {
  width: 30px;
}

.shop-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shop-tel-num {
  color: #1d2184;
  font-family: "Lexend", sans-serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
}

/* .shop-address,
.shop-fax {
  margin-top: 0.5em;
} */
.shop-block {
  margin-top: 2em;
}
.shop-block .pl {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.shop-block-ttl {
  color: #1d2184;
  position: relative;
}
.shop-block-ttl:before {
  content: "●";
}

.shop-txt {
  margin-top: 0.25em;
}

.shop-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1e1e1e;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 200px;
  overflow: hidden;
  padding: 0.5em;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}
.shop-btn:hover {
  background: none;
  color: #1e1e1e;
  opacity: 1;
}
.shop-btn:hover:before {
  left: 0;
}
.shop-btn:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  z-index: -1;
}
.shop-btn:after {
  background: #1e1e1e;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -2;
}
@media (max-width: 1300px){
  .shop-detail:before {
    left: calc(-50vw + 540px);
  }
}
@media (max-width: 1128px){
  #shop-area-list {
    margin-top: 100px;
  }
  .shop-detail:before {
    left: -24px;
  }
}
@media (max-width: 767px){
  .tab-nav {
    font-size: 1.6rem;
    padding: 12px 16px;
  }
  .tab-box {
    padding: 20px 20px;
  }
  .area-name {
    font-size: 1.5rem;
  }
  .link-item-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link-child-list {
    grid-template-columns: auto;
  }
  #shop-area-list {
    margin-top: 40px;
  }
  .shop-detail {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 40px 0;
  }
  .shop-detail:before {
    left: -16px;
  }
  .shop-name {
    font-size: 2rem;
  }
  .shop-tel-link img {
    width: 25px;
  }
  .shop-tel-num {
    font-size: 2.5rem;
  }
}

/*# sourceMappingURL=shop.css.map*/