@charset "UTF-8";

/* 店舗一覧 */
.shop-sec {
  margin-top: 19.5rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .shop-sec {
    margin-top: 9rem;
    padding-bottom: 8rem;
  }
}
.shop__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 8rem;
}
@media screen and (max-width: 768px) {
  .shop__list {
    display: block;
  }
}
.shop__list-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
}
@media screen and (max-width: 768px) {
  .shop__list-item {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .shop__list-item:nth-child(n+3){
    margin-top: 9.1rem;
  }
}
@media screen and (max-width: 768px) {
  .shop__list-item:nth-child(n+2){
    margin-top: 4.5rem;
  }
}
.shop__list-item-link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
}
@media screen and (max-width: 768px) {
  .shop__list-item-link {
    display: block;
  }
}

.shop__shop-img {
  width: 100%;
  aspect-ratio: 560 / 320;
}
.shop__shop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop__list-item-body {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.shop__shop-ttl {
  margin-top: 4rem;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .shop__shop-ttl {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.shop__shop-address {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .shop__shop-address {
    margin-top: 3rem;
  }
}
.shop__shop-bsns-hours {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 2rem;
}

.shop__list-item .c-btn_arrowBlock {
  margin-left: auto;
  margin-top: 2rem;
}

/* 店舗詳細 */
.shop-detail {
  margin-top: 10rem;
  letter-spacing: 0.05em;
  padding-bottom: 13.1rem;
}
@media screen and (max-width: 768px) {
  .shop-detail {
    margin-top: 5rem;
    padding-bottom: 6.5rem;
  }
}
.shop-detail__inner {
  width: min(124rem, 100%);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .shop-detail__inner {
    width: calc(100% - 6rem);
  }
}
.shop-detail__content {

  display: grid;
  grid-template-columns: 60rem 1fr;
  gap: 0 8rem;
}
@media screen and (max-width: 768px) {
  .shop-detail__content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.shop-detail__left {

}
@media screen and (max-width: 768px) {
  .shop-detail__left {
    display: contents;
  }
}
.shop-detail__img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.shop-detail__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-detail__map {
  width: 100%;
  aspect-ratio: 600 / 380;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .shop-detail__map {
    order: 3;
    margin-top: 4rem;
  }
}
.shop-detail__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.shop-detail__right {
  padding-right: 1.45rem;
}
@media screen and (max-width: 768px) {
  .shop-detail__right {
    display: contents;
  }
}
.shop-detail__texts-top {
  padding-bottom: 7.2rem;
  border-bottom: 1px solid #C0BBB3;
}
@media screen and (max-width: 768px) {
  .shop-detail__texts-top {
    order: 2;
    padding-bottom: 4rem;
    margin-top: 3rem;
  }
}
.shop-detail__ttl {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  margin-block: 0;
}
@media screen and (max-width: 768px) {
  .shop-detail__ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.shop-detail__address {
  margin-top: 9rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .shop-detail__address {
    margin-top: 4rem;
  }
}
.shop-detail__message {
  line-height: 2;
  letter-spacing: 0;
  margin-block: 1.6rem 0;
}
.shop-detail__detail-btn {
  width: 25rem;
  height: 6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .shop-detail__detail-btn {
    margin-top: 4rem;
  }
}
.shop-detail__texts-bottom {
  padding-top: 8.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .shop-detail__texts-bottom {
    order: 4;
    padding-top: 4.1rem;
  }
}
.shop-detail__bsns-hours {
  margin-block: 0;
}
.shop-detail__info {
  margin-block: 3.7rem 0;
}
.shop-detail__info-item {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .shop-detail__info-item {
    align-items: start;
  }
}
.shop-detail__info-ttl {
  flex-shrink: 0;
}
.shop-detail__info-ttl::after {
  content: '：';
}
.shop-detail__info-txt:has(.shop-detail__map-link) {

}
.shop-detail__map-link {
  display: inline-flex;
  align-items: center;
  gap: 0 0.6rem;
  text-decoration: underline;
}
.shop-detail__map-link::before {
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1.6rem;
  background: url("../img/common/icon_map.svg") no-repeat center center / contain;
}
.shop-detail__address-txt {
  display: inline-block;
  padding-right: 1rem;
}

.shop-detail__back-btn {
  margin: 12rem auto 0;
  width: 34rem;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .shop-detail__back-btn {
    width: 100%;
    height: 7rem;
  }
}
.shop-detail__back-btn .c-btn{
  border-radius: 100vmax;
}
.shop-detail__back-btn .c-btn_arrowBox {
  right: auto;
  left: 2rem;
  transform: rotate(180deg);
}








