@charset "UTF-8";
/* ▼▼▼ 一覧ページ
====================================================== */
.page_ttl .ttl_head:before {
  content: "NEW&RENEWAL";
}

.newopen {
  padding: 32px 0 0;
}
@media screen and (min-width: 769px) {
  .newopen {
    padding: 64px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .page_tab {
    margin: 0 auto 60px;
  }
}

@media screen and (min-width: 769px) {
  .date_circle {
    left: -20px;
  }
}

.shop_area {
  padding-top: 15px;
}
.shop_area .article_list {
  gap: 35px 13px;
}
.shop_area .article_list li .closed_txt {
  font-size: 12px;
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .shop_area .article_list {
    gap: 70px 30px;
  }
  .shop_area .article_list li .closed_txt {
    font-size: 14px;
    margin-top: 12px;
  }
}

/* ▼▼▼ 詳細ページ
====================================================== */
.newopen_detail {
  padding: 32px 0 0;
}
@media screen and (min-width: 769px) {
  .newopen_detail {
    padding: 64px 0 0;
  }
}

.shop_detail {
  padding-bottom: 25px;
}

.shop_detail_box {
  margin-bottom: 45px;
  /*.new_info {
    color: #D41265;
    font-size: 18px;
    text-align: center;
    line-height: 1.42;
    border: 1px solid;
    padding: 5px;
    margin-bottom: 24px;
  }*/
}
.shop_detail_box .flex {
  flex-direction: column;
}
.shop_detail_box .shop_info_head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.shop_detail_box .shop_info_head .shop_logo {
  width: 65px;
  height: 65px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.shop_detail_box .shop_info_head .shop_name h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.23;
}
.shop_detail_box .shop_info_head .shop_name h2 small {
  font-size: 0.54em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.shop_detail_box .shop_img {
  margin-bottom: 30px;
  position: relative;
}
.shop_detail_box .shop_caption {
  margin-bottom: 35px;
}
.shop_detail_box .shop_caption p {
  color: #505050;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.shop_detail_box .tel_link {
  width: 100%;
  height: 45px;
  font-size: 16px;
  background: linear-gradient(60deg, rgb(255, 250, 224) 0%, rgb(217, 241, 247) 97%, rgb(206, 246, 255) 100%);
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.shop_detail_box .tel_link:before {
  content: "";
  display: inline-block;
  background: url(../img/shopguide/icon_phone.svg) center/contain no-repeat;
  width: 16px;
  height: 20px;
  margin-right: 15px;
}
.shop_detail_box .sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.shop_detail_box .sns_link li {
  max-width: 26px;
}
@media screen and (min-width: 769px) {
  .shop_detail_box {
    max-width: 700px;
    margin: 0 auto 90px;
    display: flex;
    flex-direction: column;
    /*.new_info {
      font-size: 24px;
      padding: 7px;
      margin-bottom: 40px;
    }*/
  }
  .shop_detail_box .shop_img {
    margin-bottom: 60px;
  }
  .shop_detail_box .flex {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
  }
  .shop_detail_box .shop_info_head {
    margin-bottom: 0;
    width: calc(100% - 290px);
  }
  .shop_detail_box .shop_info_head .shop_logo {
    width: 80px;
    height: 80px;
  }
  .shop_detail_box .shop_info_head .shop_name h2 {
    font-size: 28px;
  }
  .shop_detail_box .tel_link {
    width: 250px;
    margin-bottom: 0;
  }
  .shop_detail_box .shop_caption {
    margin-bottom: 60px;
  }
  .shop_detail_box .sns_link li {
    max-width: 33px;
  }
}

.open_privilege {
  margin-bottom: 32px;
}
.open_privilege h4 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.2;
}
.open_privilege .open_privilege_box {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.open_privilege .open_privilege_box .privilege_txt {
  padding: 20px;
}
.open_privilege .open_privilege_box .privilege_txt h5 {
  font-size: 18px;
  font-weight: 500;
}
.open_privilege .open_privilege_box .privilege_txt dl {
  display: flex;
  justify-content: space-between;
  color: #805800;
  font-size: 19px;
  margin-bottom: 15px;
}
.open_privilege .open_privilege_box .privilege_txt p {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .open_privilege {
    margin-bottom: 80px;
    border-bottom: 1px solid #ccc;
  }
  .open_privilege h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
    margin-bottom: 0;
  }
  .open_privilege .open_privilege_box {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
    box-shadow: none;
    max-width: 80%;
    margin: auto;
    padding: 40px 0;
  }
  .open_privilege .open_privilege_box .privilege_img {
    flex-basis: 50%;
  }
  .open_privilege .open_privilege_box .privilege_txt {
    flex-basis: 50%;
    padding: 0;
  }
  .open_privilege .open_privilege_box .privilege_txt h5 {
    font-size: 22px;
    margin-bottom: 1em;
  }
  .open_privilege .open_privilege_box .privilege_txt p {
    color: #505050;
  }
}

.shop_data .shop_place {
  margin-bottom: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  position: relative;
}