.ly_shoplistFV {
  margin-top: 60px;
}

.ly_shoplistFV {
  width: 100%;
  height: calc(40vh - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  text-align: center;
  position: relative;
}

.ly_shoplistFV h1 {
  font-size: 20px;
  /*   word-break: keep-all; */
  line-height: 1.4;
  text-wrap: wrap;
  color: #ffffff;

  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 80vw;
  background: #c69d06;
  font-weight: 400;
  padding-block: 4px;
}

.ly_shoplistFV h1 span {
  font-size: inherit;
}

.ly_shoplistFV--oomiya h1 {
  font-size: 16px;
}

.ly_shoplistFV::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ly_shoplistFV img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ly_shopSec {
  margin-block: 40px;
  padding-inline: 20px;
}

.ly_shopSec.ly_shoplistInfo {
  margin-top: 80px;
}

.bl_shoplistInfoCont {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bl_shoplistInfoList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_shoplistInfoList li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bl_shoplistInfoList li span:first-child {
  font-weight: bold;
  display: block;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
}

.bl_shoplistInfoMap {
  width: 100%;
  aspect-ratio: 560 / 524;
}

/* web予約 */
.ly_shoplistReserve {
  width: 100%;
  padding: 32px 20px;
  background: url(../img/shoplist/shoplist-bookingCta-bg.svg);
  color: #c69d06;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bl_shoplistNewsList {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_shoplistNewsList .news-item {
  display: flex;
  color: #000;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #a8a8a8;
}

.ly_shoplistNews .el_btn {
  margin-top: 40px;
  margin-inline: auto;
}

/* メニューリスト */

/* ショップリストのメニューの下部にある出張セクション */
.bl_menu_txtBtm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20vh;
  margin-block: 20px;
  padding-inline: 20px;
  background-image: url('../img/shoplist/menu-txtBtm-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/* 院長ご挨拶 */
.bl_shoplistMsgWrap {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_shoplistMsgCont h3 {
  margin-top: 16px;
}

.bl_contWrap {
  overflow: hidden;
}

.bl_archive_list {
  padding-block: 20px;
}

.bl_swiperWrap {
  position: relative;
  margin-inline: auto;
}

.bl_swiperWrap .swiper-button-prev {
  left: -16px !important;
}

.bl_swiperWrap .swiper-button-next {
  right: -16px !important;
}

.bl_archive_item {
  margin-inline: auto;
  height: 100%;
  max-width: 335px;
}

/* インスタグラムリンクのスタイル */
.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #E4405F;
  text-decoration: none;
  transition: color 0.3s ease;
}

.instagram-link:hover {
  color: #C13584;
  text-decoration: none;
}

.instagram-link svg {
  width: 20px;
  height: 20px;
}

/*------------------------------------------
  bl_shoplistVoice
------------------------------------------*/
.bl_shoplistVoice {
  /* margin-inline: 20px; */
}

/*------------------------------------------
  bl_shoplistStaff
------------------------------------------*/
.bl_staffList {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.bl_staffList_cont {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}

.bl_staffList_photo {
  width: 100%;
  height: 100%;
  max-height: 320px;
  overflow: hidden;
}

.bl_staffList_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

.bl_staffList_txtWrap {
  padding-block: 16px;
  padding-inline: 16px;
  background-color: #f0e4de;
}

.bl_staffList_name {
  font-weight: 600;
}

.bl_staffList_history {
  font-size: 14px;
}

.bl_staffList_details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: #c69d06 1px solid;
}

.bl_staffList_details .bl_staffList_comment {
  margin-top: 16px;
}

/*------------------------------------------
  ly_archive
------------------------------------------*/
.ly_archive {
  padding-inline: 20px;
  padding-block: 40px;
  background-color: #f0e4de;
}

.ly_archive .bl_intro {
  position: relative;
  max-width: 400px;
  margin-inline: auto;
}

.ly_archive .bl_intro::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-width: 335px;
  height: 100%;
  min-height: 60px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('/wp-content/themes/Haliitokyo-child/img/top/top-voiceHeading.svg');
}

.ly_archive .bl_intro h2 {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 10;
}

.ly_archive .bl_intro p {
  position: absolute;
  font-size: 40px;
  font-weight: 800;
  height: 100%;
  opacity: 0.8;
  line-height: 1em;
  z-index: 0;
}

.ly_archive .bl_intro p:nth-of-type(1) {
  top: -20px;
  left: 0px;
}

.ly_archive .bl_intro p:nth-of-type(2) {
  top: -20px;
  right: 0px;
}

.ly_archive.ly_Comment .bl_intro p:nth-of-type(1) {
  top: -20px;
  left: 8px;
}

.ly_archive.ly_Comment .bl_intro p:nth-of-type(2) {
  top: 20px;
  right: 8px;
}

.ly_column.ly_shopSec .bl_contWrap .bl_archive_item .bl_archive_text .bl_infroWrap {
  flex-wrap: wrap;
  gap: 4px 16px;
}

.bl_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bl_archive_item {
  max-width: 375px;
  margin-inline: auto;
  padding-inline: 8px;
  height: 100%;
}

.bl_archive_thumb {
  width: 100%;
  max-height: 220px;
  padding: 16px 16px 0 16px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background-color: #ffffff;
  position: relative;
}

.bl_archive_thumb::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 13.435L1.06066 7.42462L6.01041 12.3744L0 13.435Z' fill='black'/%3E%3Cpath d='M13.435 0L7.42462 1.06066L12.3744 6.01041L13.435 0Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2922 3.84992L3.88909 10.253L3.18198 9.54594L9.5851 3.14282L10.2922 3.84992Z' fill='black'/%3E%3C/svg%3E");
}

.bl_archive_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_archive_text {
  padding: 20px;
  background-color: #f5f5f5;
}

.bl_archive_text h3 a {
  font-size: 18px;
  font-weight: 800;
  color: #000000;
}

.bl_archive_text p {
  margin-top: 14px;
}

.bl_content>p {
  min-height: 220px;
}

.bl_archive_text .bl_category {
  color: #c69d06;
  border: #c69d06 1px solid;
  border-radius: 80px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 16px;
}

.bl_archive_text span {
  padding-block: 4px;
  border-bottom: 1px solid #000000;
  display: block;
}

.modal img {
  max-width: unset;
  height: unset;
}

/* Swiper ナビゲーション */
.swiper-button-prev.un_top,
.swiper-button-next.un_top {
  width: 40px;
  height: 40px;
  color: transparent !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-prev.un_top {
  left: 0;
  background: none;
}

.swiper-button-next.un_top {
  right: 0;
  background: none;
}

.swiper-button-prev.un_top::after,
.swiper-button-next.un_top::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.swiper-button-prev.un_top::after {
  border-width: 10px 15px 10px 0;
  border-color: transparent #cca721 transparent transparent;
}

.swiper-button-next.un_top::after {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #cca721;
}

.swiper-button-prev.un_top::before,
.swiper-button-next.un_top::before {
  content: none;
}

.swiper-pagination-bullet-active {
  background: #d9d9d9;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: none;
}

@media screen and (min-width: 768px) {
  .ly_shoplistFV h1 span {
    font-size: inherit;
  }

  .ly_shoplistFV--oomiya h1 {
    font-size: 20px;
  }

  .ly_shopSec {
    padding-inline: 40px;
    margin-block: 80px;
    max-width: 1120px;
    margin-inline: auto;
  }

  .bl_shoplistInfoCont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-inline: 40px;
    margin-top: 40px;
    margin-inline: auto;
  }

  .bl_shoplistInfoList li {
    flex-direction: row;
  }

  .bl_shoplistInfoList li span:first-child {
    width: 85px;
    flex-shrink: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .bl_shoplistInfoMap {
    aspect-ratio: unset;
    height: 100%;
  }

  .bl_shoplistNewsList {
    width: 100%;
    padding-inline: 40px;
    margin-inline: auto;
  }

  .bl_shoplistNewsList a {
    flex-direction: row;
    gap: 16px;
  }

  .bl_shoplistMenuList {
    padding-inline: 80px;
  }

  .bl_shoplistMsgWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
    max-width: 80%;
    margin-inline: auto;
  }

  .bl_shoplistMsgCont p {
    margin-top: 24px;
  }

  .bl_shoplistMsgImg img {
    width: 100%;
    height: auto;
  }

  .bl_archive_item {
    max-width: 480px;
    width: 46%;
  }

  .bl_swiperWrap {
    position: relative;
    margin-inline: auto;
    max-width: 1040px;
  }

  .bl_shoplistVoice.ly_archive.ly_Comment .bl_swiperWrap {
    max-width: 920px;
  }

  /* コラム */

  .ly_column.ly_shopSec .bl_contWrap {
    max-width: 880px !important;
    margin-inline: auto;
  }

  /* web予約 */
  .ly_shoplistReserve {
    padding: 40px 20px;
  }

  /*------------------------------------------
  bl_shoplistStaff
------------------------------------------*/
  /* .bl_staffList {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
    margin-top: 40px;
    margin-inline: auto;
    max-width: 80%;

  }

  .bl_staffList_cont {
    width: 48%;
    max-width: 480px;
    margin-inline: unset;
  }

  .bl_staffList_txtWrap {
    padding-block: 16px;
    padding-inline: 16px;
    background-color: #F0E4DE;
  } */

  .bl_staffList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
    margin-inline: auto;
    max-width: 80%;
  }

  .bl_staffList_cont {
    width: 100%;
    max-width: 480px;
    margin-inline: unset;
    background-color: #f0e4de;
  }

  .bl_staffList_txtWrap {
    padding-block: 16px;
    padding-inline: 16px;
    background-color: unset;
  }

  /*------------------------------------------
  ly_archive
------------------------------------------*/

  .ly_archive {
    padding-block: 80px 80px;
    padding-inline: 10.4%;
  }

  .ly_archive.ly_result {
    padding-block: 264px 80px;
  }

  .ly_archive .bl_intro h2 {
    font-size: 32px;
  }

  .ly_archive .bl_intro p {
    font-size: 80px;
    height: 80px;
  }

  .ly_archive .bl_intro p:nth-of-type(1) {
    top: -20px;
    left: -190px;
  }

  .ly_archive .bl_intro p:nth-of-type(2) {
    top: -20px;
    right: -190px;
  }

  .ly_archive.ly_Comment .bl_intro p:nth-of-type(1) {
    top: -30px;
    left: -190px;
  }

  .ly_archive.ly_Comment .bl_intro p:nth-of-type(2) {
    top: 30px;
    right: -220px;
  }

  /* .ly_archive a .bl_btn {
    margin-top: 80px;
  } */

  .ly_archive .bl_intro::before {
    scale: 1.68;
    left: 85%;
    top: -100px;
  }

  .bl_swiperWrap {
    margin-top: 40px;
    max-width: 100%;
  }

  .bl_swiperWrap {
    position: relative;
    margin-inline: auto;
    max-width: 1040px;
  }

  .bl_swiperWrap .swiper-button-prev {
    left: -15px !important;
  }

  .bl_swiperWrap .swiper-button-next {
    right: -15px !important;
  }

  /* Swiper ナビゲーション */
  .swiper-button-prev.un_top::after {
    border-width: 20px 25px 20px 0;
    border-color: transparent #cca721 transparent transparent;
  }

  .swiper-button-next.un_top::after {
    border-width: 20px 0 20px 25px;
    border-color: transparent transparent transparent #cca721;
  }
}

@media screen and (min-width: 1280px) {
  .ly_shopSec {
    padding-inline: 0;
  }

  .ly_shoplistFV h1 {
    padding: 4px 8px;
    font-size: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 30%;
    max-width: 50vw;
  }

  /* web予約 */
  .ly_shoplistReserve {
    padding: 81px 20px;
  }

  /*------------------------------------------
  ly_archive
------------------------------------------*/

  .ly_archive {
    padding-block: 120px 120px;
    padding-inline: 13.88%;
  }

  /* Swiper ナビゲーション */
  .swiper-button-prev.un_top::after {
    border-width: 26px 40px 26px 0;
    transform: translate(-200%, -50%);
    border-color: transparent #cca721 transparent transparent;
  }

  .swiper-button-next.un_top::after {
    border-width: 26px 0 26px 40px;
    transform: translate(90%, -50%);
    border-color: transparent transparent transparent #cca721;
  }

  /* コラム */
  .ly_column .bl_contWrap .bl_archive_list {
    margin-inline: auto;
    gap: 40px auto;
    justify-content: space-between;
  }

  .ly_column .bl_contWrap .bl_archive_list .bl_archive_item {
    /*     width: 30%; */
  }
}