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

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

.page_tab li {
  width: 50%;
  line-height: 1.46;
}
@media screen and (min-width: 769px) {
  .page_tab {
    max-width: 500px;
    margin-bottom: 60px;
  }
  .page_tab li {
    font-size: 16px;
  }
}

.shop_area {
  padding-top: 50px;
}
.shop_area .mv {
  margin-bottom: 20px;
  position: relative;
}
.shop_area .mv .logo {
  position: absolute;
  top: -25px;
  left: 15px;
  width: 100px;
  z-index: 2;
}
.shop_area .mv .caption {
  text-align: right;
  margin-top: 10px;
  line-height: 1.4;
}
.shop_area .mv .caption span {
  font-weight: 700;
  padding-right: 1em;
}
.shop_area .lead {
  color: #505050;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 40px;
}
.shop_area .article_list {
  gap: 35px 13px;
}
@media screen and (min-width: 769px) {
  .shop_area {
    padding-top: 80px;
  }
  .shop_area .mv {
    max-width: 700px;
    margin: 0 auto 40px;
  }
  .shop_area .mv .logo {
    top: -50px;
    left: 30px;
    width: 160px;
  }
  .shop_area .mv .caption {
    margin-top: 20px;
    font-size: 14px;
  }
  .shop_area .lead {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.5;
  }
  .shop_area .article_list {
    gap: 60px 40px;
  }
  .shop_area .article_list li .article_desc .caption {
    font-size: 14px;
  }
  .shop_area .article_list li .article_desc .date {
    font-size: 15px;
  }
}

.date_circle {
  background-color: #D41265;
  border: 1px solid #D41265;
}
@media screen and (min-width: 769px) {
  .date_circle {
    left: -20px;
  }
  .date_circle p {
    font-size: 15px;
    font-weight: 600;
  }
}
.date_circle.notice {
  background-color: #ff91b0;
  border: 1px solid #ff91b0;
}

.more {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .more {
    margin-top: 80px;
  }
}

/* コンセプト */
.concept {
  padding: 45px 0 0;
  margin-top: 45px;
  border-top: 1px solid #ccc;
}
.concept .sec_ttl {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
}
.concept .sec_ttl .sub {
  display: block;
  text-align: center;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.concept .concept_img {
  margin-bottom: 30px;
}
.concept .lead {
  font-weight: 600;
  color: #505050;
  margin-bottom: 2em;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}
.concept .txt {
  color: #505050;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.concept .about_logo {
  border: 1px solid #C1C1C1;
  padding: 30px;
}
.concept .about_logo .mark {
  text-align: center;
  margin-bottom: 30px;
}
.concept .about_logo .description p:last-child {
  margin-top: 1em;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .concept {
    padding: 70px 0 0;
    margin-top: 70px;
  }
  .concept .inner_wrap {
    max-width: 700px;
    margin: 0 auto;
  }
  .concept .sec_ttl {
    font-size: 30px;
  }
  .concept .sec_ttl .sub {
    margin-top: 8px;
  }
  .concept .about_logo {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 70px;
  }
  .concept .about_logo .mark {
    flex-basis: 40%;
    margin-bottom: 0;
  }
  .concept .about_logo .description {
    flex-basis: 60%;
  }
  .concept .about_logo .description p:last-child {
    font-size: 15px;
  }
}

/* 開催場所 */
.location {
  padding-top: 35px;
}
.location .sec_ttl {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
}
.location .sec_ttl .sub {
  display: block;
  text-align: center;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.location .txt {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .location {
    padding-top: 70px;
  }
  .location .inner_wrap {
    max-width: 700px;
    margin: 0 auto;
  }
  .location .sec_ttl {
    font-size: 30px;
  }
  .location .sec_ttl .sub {
    margin-top: 8px;
  }
  .location .txt {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

/* モーダル */
.md_contents {
  padding: 20px 20px 0;
  height: 75vh;
  overflow: hidden scroll;
}
.md_contents .md_inner {
  padding: 0;
}
.md_contents .shop_info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.md_contents .shop_info .shop_logo {
  width: 65px;
  height: 65px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.md_contents .data_list {
  margin-bottom: 34px;
}
.md_contents .data_list li {
  color: #716F6F;
  letter-spacing: 0.05em;
}
.md_contents .caption {
  color: #505050;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
.md_contents .sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.md_contents .sns_link a {
  max-width: 28px;
}
.md_contents .shop_place {
  margin-bottom: 30px;
}
.md_contents .close_btn {
  position: static;
  width: calc(100% + 40px);
  transform: translateX(-20px);
}
@media screen and (min-width: 769px) {
  .md_contents {
    width: 460px;
    padding: 30px 30px 0;
  }
  .md_contents .shop_info .shop_logo {
    width: 90px;
    height: 90px;
  }
  .md_contents .shop_info .shop_name h4 {
    font-size: 23px;
  }
  .md_contents .data_list li {
    font-size: 14px;
  }
  .md_contents .sns_link {
    margin-bottom: 35px;
  }
  .md_contents .sns_link a {
    max-width: 36px;
  }
  .md_contents .close_btn {
    width: calc(100% + 60px);
    transform: translateX(-30px);
  }
}

/* ▼▼▼ 詳細ページ
====================================================== */
.newopen_detail {
  padding: 32px 0 64px;
}

.shop_detail {
  padding-bottom: 25px;
}

.shop_detail_box {
  margin-bottom: 35px;
}
.shop_detail_box .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 .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 p {
  color: #505050;
  line-height: 1.85;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}

.shop_description_box {
  margin-bottom: 45px;
}
.shop_description_box .tel_link {
  margin-bottom: 20px;
}
.shop_description_box .tel_link a {
  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;
}
.shop_description_box .tel_link a:before {
  content: "";
  display: inline-block;
  background: url(../img/shopguide/icon_phone.svg) center/contain no-repeat;
  width: 16px;
  height: 20px;
  margin-right: 15px;
}
.shop_description_box .sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.shop_description_box .sns_link li {
  max-width: 26px;
}

.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 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;
}

/* ▼▼▼ 明石　個別style
====================================================== */
@media screen and (min-width: 769px) {
  .akashi .popup {
    padding-bottom: 0;
  }
  .akashi .popup > .container {
    max-width: 1024px;
  }
}
.akashi .popup_detail_wrap .shop_info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .akashi .popup_detail_wrap .shop_info {
    margin-bottom: 15px;
    order: 0;
  }
}
.akashi .popup_detail_wrap .shop_info .shop_logo {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex: 80px 0 0;
}
.akashi .popup_detail_wrap .shop_info .shop_name {
  flex: auto;
}
.akashi .popup_detail_wrap .shop_info .shop_name h1 {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .akashi .popup_detail_wrap .shop_info .shop_name h1 {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .akashi .detail_inner_wrap {
    display: flex;
    gap: 75px;
  }
}
@media screen and (min-width: 769px) {
  .akashi .detail_inner_wrap .shop_img {
    max-width: 400px;
    flex: 400px 0 0;
    transition: 0.3s;
  }
  .akashi .detail_inner_wrap .shop_img.fixed {
    position: fixed;
    top: 120px;
    z-index: 10;
  }
  .akashi .detail_inner_wrap .shop_img.sticky {
    position: sticky;
  }
}
.akashi .detail_inner_wrap .shop_img .swiper-slide img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.akashi .detail_inner_wrap .shop_img .swiper-thumb {
  margin-top: 20px;
}
.akashi .detail_inner_wrap .data_list_wrap {
  background: linear-gradient(54deg, rgb(255, 250, 224) 0%, rgb(217, 241, 247) 95%, rgb(206, 246, 255) 100%);
  padding: 10px 30px;
  margin: 24px 0;
}
@media screen and (min-width: 769px) {
  .akashi .detail_inner_wrap .data_list_wrap {
    padding: 15px 35px;
    margin: 0 auto 40px;
    width: 100%;
  }
}
.akashi .detail_inner_wrap .data_list_wrap h1 {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
.akashi .detail_inner_wrap .data_list_wrap dl {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.akashi .detail_inner_wrap .data_list_wrap dl:not(:first-child) {
  border-top: 1px solid #CCC;
}
@media screen and (min-width: 769px) {
  .akashi .detail_inner_wrap .data_list_wrap dl {
    font-size: 14px;
  }
}
.akashi .detail_inner_wrap .data_list_wrap dl dt {
  width: 30%;
  font-weight: 600;
  line-height: 1.42;
}
@media screen and (min-width: 769px) {
  .akashi .detail_inner_wrap .data_list_wrap dl dt {
    font-weight: 500;
  }
}
.akashi .detail_inner_wrap .data_list_wrap dl dd {
  width: 70%;
  line-height: 1.42;
  overflow-wrap: anywhere;
}
.akashi .detail_inner_wrap .data_list_wrap dl dd .number {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .akashi .detail_inner_wrap .data_list_wrap dl dd .number {
    font-size: 24px;
  }
}
.akashi .detail_inner_wrap .shop_info_box {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .akashi .detail_inner_wrap .shop_info_box {
    flex: auto;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 475px);
    margin-left: auto;
  }
}
.akashi .detail_inner_wrap .shop_info_box .caption {
  color: #505050;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .akashi .detail_inner_wrap .shop_info_box .caption {
    order: 1;
    margin-bottom: 40px;
  }
}
.akashi .detail_inner_wrap .shop_info_box .sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .akashi .detail_inner_wrap .shop_info_box .sns_link {
    order: 2;
    margin-bottom: 30px;
  }
}
.akashi .detail_inner_wrap .shop_info_box .sns_link a {
  max-width: 35px;
}
@media screen and (min-width: 769px) {
  .akashi .detail_inner_wrap .shop_info_box .more {
    order: 3;
    margin: 0 0 40px;
  }
}
.akashi .shop_place {
  margin: 30px 0;
  padding: 30px 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) {
  .akashi .shop_place {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
  }
}