@charset "UTF-8";
/* ********************************************************
	add style CSS
******************************************************** */
html {
  font-size: 2.6666666667vw;
}

.lp-contents {
  margin-top: 80px;
  line-height: 1.7;
  color: #3c3c3c;
  font-feature-settings: "palt";
  font-weight: 500;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
}

/* *********** common *********** */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
/* その他 */
.slick-arrow {
  width: 32px;
  height: 32px;
  min-height: 32px;
  position: absolute;
  top: 0;
  bottom: 60px;
  margin: auto;
  font-size: 0;
  background: none;
  border: none;
  z-index: 1;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .slick-arrow {
    width: 42px;
    height: 42px;
    min-height: 42px;
  }
}
.slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/img/adlp/omiya/icon_circlearrow_grey.png) no-repeat center center/contain;
}

.slick-prev {
  left: -10px;
}

.slick-prev:before {
  transform: scaleX(-1);
}

.slick-next {
  right: -10px;
}

.slick-dots {
  display: flex;
  margin-top: 10px;
  line-height: 0;
  font-size: 0;
  min-height: 12px;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    margin-top: 20px;
  }
}
.slick-dots li {
  line-height: 0;
  font-size: 0;
  min-height: 12px;
}

.slick-dots li button {
  display: block;
  border: none;
  font-size: 0;
  padding: 0;
  width: 12px;
  min-height: 12px;
  height: 12px;
  background: #c4c4c4;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #0079c3;
}

.breadcrumbs {
  background-color: #f4f4f4;
  padding: 5px;
}

.breadcrumbs-list {
  max-width: 940px;
  margin: 0 auto;
}

.breadcrumbs-item {
  display: inline;
  line-height: 1.3;
  font-size: 1.1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .breadcrumbs-item {
    font-size: 12px;
  }
}
.breadcrumbs-item:after {
  content: ">";
  margin: 0 3px 0 5px;
}

.breadcrumbs-item--current {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .breadcrumbs-item--current {
    display: block;
  }
}
.breadcrumbs-item--current:after {
  content: none;
}

.lp-acco {
  margin: 30px 0;
}

.lp-acco__ttl {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .lp-acco__ttl {
    font-size: 28px;
  }
}
.lp-acco__ttl:not(:first-child) {
  margin-top: 15px;
}

.lp-acco-head,
.lp-acco-head--green {
  border-radius: 10px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 12px 40px 11px 17px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp-acco-head,
  .lp-acco-head--green {
    font-size: 22px;
    padding: 15px 60px 14px 25px;
  }
}
.lp-acco-head:before,
.lp-acco-head--green:before,
.lp-acco-head:after,
.lp-acco-head--green:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  transform: rotate(0deg);
  transition: cubic-bezier(0.3, 0.5, 0, 1) 0.4s transform, ease-out 0.2s opacity;
}

@media screen and (min-width: 768px) {
  .lp-acco-head:before,
  .lp-acco-head--green:before,
  .lp-acco-head:after,
  .lp-acco-head--green:after {
    width: 19px;
  }
}
.lp-acco-head:after,
.lp-acco-head--green:after {
  transform: rotate(90deg);
}

.lp-acco-head--green {
  background-color: #069538;
}

.lp-acco-head.open:after,
.open.lp-acco-head--green:after {
  transform: rotate(180deg);
}

.lp-acco-head.open:before,
.open.lp-acco-head--green:before {
  transform: rotate(90deg);
  opacity: 0;
}

.lp-acco-body {
  background-color: #fff;
  padding: 30px 20px;
  display: none;
}

@media screen and (min-width: 768px) {
  .lp-acco-body {
    padding: 40px 60px;
  }
}
.lp753-ph-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.lp753-ph-gallery:not(.allshow) .lp753-ph-gallery-item:nth-child(n+10) {
  display: none;
}

.lp753-ph-gallery--red .lp753-ph-gallery-item:after {
  background-image: url(/img/adlp/omiya/icon_more.webp);
}

.lp753-ph-gallery-item {
  width: calc(33.333% - 13.3333333333px);
  position: relative;
  background-color: #ddd;
  aspect-ratio: 1/1;
  border-radius: 10px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .lp753-ph-gallery-item {
    width: calc(33.333% - 13.3333333333px);
    overflow: hidden;
  }
  .lp753-ph-gallery-item img {
    transition: cubic-bezier(0.3, 0.5, 0, 1) 0.5s transform;
    display: block;
  }
  .lp753-ph-gallery-item:hover img {
    transform: scale(1.1);
  }
}
.lp753-ph-gallery-item:after {
  content: "";
  display: block;
  background: url(/img/adlp/753/icon_zoom.png) no-repeat center center/100% auto;
  width: 26px;
  height: 26px;
  margin: auto;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.lp753-ph-gallery-item img {
  border-radius: 10px;
}

.lp753-more-btn--phgal.close {
  color: #fff;
}

.lp753-more-btn--phgal.close:before {
  content: "閉じる";
  font-size: 1.5rem;
  color: #3c3c3c;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .lp753-more-btn--phgal.close:before {
    font-size: 20px;
  }
}
.lp753-ov {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998 !important;
  margin: auto;
}

.lp753-phgal-modal {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 9999 !important;
  margin: auto;
  height: 80vh;
  width: 90%;
  max-width: 1000px;
}

.lp753-phgal-modal__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp753-phgal-modal__close {
  position: absolute;
  top: -45px;
  right: -5px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.lp753-phgal-modal__close:before,
.lp753-phgal-modal__close:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}

.lp753-phgal-modal__close:before {
  transform: rotate(45deg);
}

.lp753-phgal-modal__close:after {
  transform: rotate(-45deg);
}

.lp753-phgal-modal__photo {
  position: relative;
  width: 100%;
  height: 100%;
}

.lp753-phgal-modal__photo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.lp753-phgal-modal__photo-slide {
  width: 100%;
  height: 100%;
}

.lp753-phgal-modal__photo-slide .slick-list {
  height: 100%;
}

.lp753-phgal-modal__photo-slide .slick-track {
  height: 100%;
}

.lp753-phgal-modal__photo-slide .slick-slide {
  height: 100%;
}

.lp753-phgal-modal__photo-slide .slick-slide > div {
  height: 100%;
}

.lp753-phgal-modal__photo-slide .slick-arrow {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .lp753-phgal-modal__photo-slide .slick-arrow {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.lp753-phgal-modal__photo-slide-item {
  height: 100%;
}

@media screen and (min-width: 768px) {
  #point02 .lp753-icon-list-item:first-child {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  #point02 .lp753-icon-list-item:nth-child(6) {
    margin-right: 20px;
  }
}
.lp753-stores-txt {
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .map-box {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .map-box-sp {
    display: block !important;
  }
}
.lp753-search--red .prefectures-container li a {
  color: #da1d33;
}

/* ***************************************************** */
.lpomiya-rental__info {
  display: flex;
  gap: 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lpomiya-rental__info {
    gap: 30px;
  }
}
.lpomiya-rental__info-box {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .lpomiya-rental__info-box picture {
    width: 50%;
  }
}
.lpomiya-rental__info-box__icon {
  background-color: #069538;
  border-radius: 50%;
  padding: 0 7px 1px;
  aspect-ratio: 1/1;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lpomiya-rental__info-box__name {
  flex: 1;
  color: #069538;
  font-size: 1.5rem;
  padding-left: 5px;
}

@media screen and (min-width: 768px) {
  .lpomiya-rental__info-box__name {
    font-size: 18px;
    font-weight: bold;
  }
}
.lpomiya-rental__info-box__body {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .lpomiya-rental__info-box__body {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .lpomiya-album-wrap {
    align-items: center;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .lpomiya-price .lp753-price__body {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .lpomiya-price .lp753-price__body-row {
    display: flex;
  }
}
.lpomiya-album-info {
  background-color: #e0eff8;
  padding: 15px 20px;
  margin: 30px 0 40px;
}

@media screen and (min-width: 768px) {
  .lpomiya-album-info {
    padding: 30px;
    margin-top: 0;
  }
}
.lpomiya-album-info__head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .lpomiya-album-info__head {
    margin-bottom: 15px;
  }
}
.lpomiya-album-info__heading {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .lpomiya-album-info__heading {
    font-size: 18px;
  }
}
.lpomiya-album-info__icon {
  width: 58px;
  margin-left: 30px;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .lpomiya-album-info__icon {
    width: 56px;
  }
}
.lpomiya-album-info__ttl {
  color: #0079c3;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .lpomiya-album-info__ttl {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .lpomiya-baby {
    flex-direction: row-reverse;
    align-items: center;
  }
}
/* ***************************************************** */
@keyframes memory {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/************************************************************/
.lp753-memory span {
  animation: memory 20s linear 0s infinite;
}

/* ********************************************************
    4つのポイント
******************************************************** */
.omiya-section--point-info {
  background-color: #3F403A;
  padding: 20px 0 0 0;
  position: relative;
}
.omiya-section--point-info::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
  height: 50px;
  background-size: contain;
  background-image: url("/img/adlp/omiya/section-separate_wave_02.png");
}
.omiya-section--point-info .omiya-section__inner {
  padding: 0;
}

.omiya-point-info__text-image--01 {
  min-width: 345px;
  width: 92%;
  margin: 0 auto;
  display: block;
}

.omiya-point-info__text-image--02 {
  min-width: 345px;
  width: 92%;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .omiya-point-info__text-image--02 {
    margin-top: 32px;
  }
}

.omiya-point-info__text-image--03 {
  min-width: 375px;
  width: 100%;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .omiya-point-info__text-image--03 {
    margin-top: 35px;
  }
}

.omiya-point-info__text-image--04 {
  width: 100%;
  min-width: 375px;
  margin-top: -9%;
}

/* ********************************************************
    ポイント01
******************************************************** */
.omiya-section--point01 {
  background-color: #FAF4DF;
}
.omiya-section--point01 .omiya-section__inner {
  padding: 0;
}

.omiya-point01__container {
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .omiya-point01__container {
    padding-bottom: 200px;
  }
}

.omiya-point01__heading {
  margin-top: -2px;
}
.omiya-point01__heading img {
  min-width: 375px;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.omiya-point01__main-image {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .omiya-point01__main-image {
    margin-top: 32px;
  }
}
.omiya-point01__main-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.omiya-point01__additional {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .omiya-point01__additional {
    margin-top: 32px;
  }
}
.omiya-point01__additional img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

/* ********************************************************
    ポイント02
******************************************************** */
.omiya-section--point02 {
  position: relative;
}
.omiya-section--point02 .omiya-section__inner {
  padding: 0;
}
.omiya-section--point02::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background-size: 100%;
  background-image: url("/img/adlp/omiya/section-separate_wave_03.png");
}
@media screen and (min-width: 768px) {
  .omiya-section--point02::before {
    height: 120px;
    top: -120px;
  }
}

.omiya-point02__container {
  padding-bottom: 88px;
}

.omiya-point02__heading img {
  min-width: 375px;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.omiya-point02__main-image {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .omiya-point02__main-image {
    margin-top: 48px;
  }
}
.omiya-point02__main-image img {
  min-width: 335px;
  width: 92%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .omiya-point02__main-image img {
    width: 536px;
  }
}

.omiya-point02__text {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .omiya-point02__text {
    margin-top: 48px;
  }
}
.omiya-point02__text img {
  width: 66.66%;
  min-width: 250px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.omiya-point02__list-image {
  text-align: center;
  margin-top: 15px;
  overflow: hidden;
  transition: max-height 0.6s;
  max-height: 152px;
}
@media screen and (min-width: 768px) {
  .omiya-point02__list-image {
    margin-top: 24px;
  }
}
.omiya-point02__list-image--collapsed {
  max-height: 152px;
}
@media screen and (min-width: 768px) {
  .omiya-point02__list-image--collapsed {
    max-height: 256px;
  }
}
.omiya-point02__list-image--expanded {
  max-height: 620px;
}
@media screen and (min-width: 768px) {
  .omiya-point02__list-image--expanded {
    max-height: 800px;
  }
}
.omiya-point02__list-image img {
  width: 80%;
  min-width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.omiya-point02__note {
  margin-top: 15px;
  font-size: 11px;
  line-height: 1.4;
}

.omiya-point02__more-button {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.omiya-point02__more-button img {
  width: 200px;
  height: 50px;
  transition: opacity 0.3s ease;
  margin: 0 auto;
}

/* ********************************************************
    ポイント03
******************************************************** */
.omiya-section--point03 {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .omiya-section--point03 {
    padding-bottom: 200px;
  }
}
.omiya-section--point03::before {
  content: "";
  position: absolute;
  top: -49px;
  left: 0;
  width: 100%;
  height: 50px;
  background-size: contain;
  background-image: url("/img/adlp/omiya/section-separate_wave_04.png");
}
.omiya-section--point03 .omiya-section__inner {
  padding: 0;
}

.omiya-point03__container {
  padding-bottom: 64px;
}

.omiya-point03__heading {
  min-width: 375px;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}
.omiya-point03__heading img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.omiya-point03__main-image {
  width: 100%;
  max-width: 600px;
  min-width: 375px;
  margin: 0 auto;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .omiya-point03__main-image {
    margin-top: 56px;
  }
}
.omiya-point03__main-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.omiya-point03__text {
  width: 92%;
  max-width: 552px;
  min-width: 345px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .omiya-point03__text {
    margin-top: 48px;
  }
}
.omiya-point03__text img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.omiya-rental {
  width: 100%;
  position: relative;
  padding: 0 15px;
}

.omiya-rental__heading img {
  min-width: 308px;
  width: 82%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .omiya-rental__heading img {
    width: 492px;
  }
}

.omiya-rental__toggle {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .omiya-rental__toggle {
    margin-top: 32px;
  }
}

.omiya-rental__button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.omiya-rental__button img {
  min-width: 345px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .omiya-rental__button img {
    width: 552px;
  }
}

.omiya-rental__content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.omiya-rental__content.active {
  display: block;
  opacity: 1;
}

.omiya-rental__section-heading {
  margin-bottom: 15px;
  margin-top: 35px;
  text-align: center;
}
.omiya-rental__section-heading img {
  width: 76%;
  min-width: 285px;
  height: auto;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .omiya-rental__section-heading img {
    width: 456px;
  }
}

.omiya-rental__section-image {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .omiya-rental__section-image {
    margin-top: 24px;
  }
}
.omiya-rental__section-image img {
  width: 84%;
  min-width: 315px;
  height: auto;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .omiya-rental__section-image img {
    width: 462px;
  }
}

.omiya-rental__supplement {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .omiya-rental__supplement {
    margin-top: 24px;
  }
}
.omiya-rental__supplement img {
  width: 75%;
  min-width: 281px;
  height: auto;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .omiya-rental__supplement img {
    width: 504px;
  }
}

/* ********************************************************
    ポイント04
******************************************************** */
.omiya-section--point04 {
  background-color: #FAF4DF;
}
.omiya-section--point04::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background-size: 100%;
  background-image: url("/img/adlp/omiya/section-separate_wave_05.png");
}
@media screen and (min-width: 768px) {
  .omiya-section--point04::before {
    top: -120px;
    height: 120px;
  }
}
.omiya-section--point04 .omiya-section__inner {
  padding: 0;
}

.omiya-point04__container {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .omiya-point04__container {
    padding-bottom: 96px;
  }
}

.omiya-point04__heading {
  min-width: 375px;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}
.omiya-point04__heading img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.omiya-point04__main-image {
  width: 100%;
  max-width: 600px;
  min-width: 375px;
  margin: 0 auto;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .omiya-point04__main-image {
    margin-top: 32px;
  }
}
.omiya-point04__main-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.omiya-point04__text {
  width: 92%;
  max-width: 552px;
  min-width: 345px;
  margin: 0 auto;
  margin-top: 48px;
}
.omiya-point04__text img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

/* ********************************************************
    お宮参りギャラリー
******************************************************** */
.omiya-section--gallery {
  padding-bottom: 150px;
}
.omiya-section--gallery .omiya-section__inner {
  padding: 0;
}
.omiya-section--gallery .lp753-more img {
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
}

/* ********************************************************
    料金プランタブ
******************************************************** */
.omiya-section--plan {
  background-color: #FAF4DF;
  padding-inline: 15px;
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .omiya-section--plan {
    padding-bottom: 96px;
    padding-inline: 24px;
  }
}
.omiya-section--plan .omiya-section__inner {
  padding: 0;
}
.omiya-section--plan::before {
  height: 64px;
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FAF4DF;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  width: 108%;
  content: "";
}

.omiya-plan__heading {
  width: 92%;
  max-width: 552px;
  min-width: 345px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .omiya-plan__heading {
    width: 552px;
  }
}

.plan-tabs {
  display: flex;
  gap: 8px;
  margin-top: 15px;
  cursor: pointer;
}

.lp753-recplan-wrap {
  margin-top: 15px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .lp753-recplan-wrap {
    width: 552px;
    margin: 0 auto;
    margin-top: 24px;
  }
}

.lp753-recplan {
  background-color: #fff;
  padding: 30px 15px 20px;
}

@media screen and (min-width: 768px) {
  .lp753-recplan {
    padding: 40px 50px;
  }
}
.lp753-recplan:not(.active) {
  display: none;
}

/* プランコンテンツ共通 */
.lp753-recplan {
  display: none;
}

.lp753-recplan.active {
  display: block;
}

/* 商品紹介（名前と料金セット） */
.plan-product-intro {
  text-align: center;
}
.plan-product-intro img {
  width: 73%;
  min-width: 273px;
  height: auto;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .plan-product-intro img {
    width: 436px;
  }
}

/* サービスリスト */
.plan-service-list {
  text-align: center;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .plan-service-list {
    margin-top: 22px;
  }
}
.plan-service-list img {
  width: 84%;
  min-width: 315px;
  height: auto;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .plan-service-list img {
    width: 504px;
  }
}

/* 商品紹介 */
.plan-product-showcase {
  text-align: center;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .plan-product-showcase {
    margin-top: 22px;
  }
}
.plan-product-showcase img {
  width: 84%;
  min-width: 315px;
  height: auto;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .plan-product-showcase img {
    width: 504px;
  }
}

.omiya-plan-notes {
  width: 92%;
  min-width: 345px;
  margin: 0 auto;
  position: relative;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .omiya-plan-notes {
    width: 552px;
  }
}

body {
  min-width: 375px;
  margin: 0;
  padding: 0;
}

body.modal-open {
  overflow: hidden;
}
body.modal-open .omiya-fixed-button {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body.modal-open header {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
header.show {
  transform: translateY(0);
}

.g-nav-inr-sp {
  right: 10px;
}

main {
  background-color: #FAF4F0;
  position: relative;
}

.omiya-content-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 10;
  /* スクロールバーを非表示にする */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  /* Webkit系ブラウザ（Chrome, Safari, Edge）でスクロールバーを非表示 */
}
.omiya-content-wrapper::-webkit-scrollbar {
  display: none;
}

footer {
  overflow-x: hidden;
  position: relative;
  z-index: 10;
}

.header-cta-button {
  position: absolute;
  top: 24px;
  right: 0px;
  z-index: 10;
}

.omiya-section {
  width: 100%;
  position: relative;
}

.omiya-section__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .omiya-section__inner {
    max-width: 1200px;
    padding: 0 24px;
  }
}

.omiya-section__heading {
  text-align: center;
}
.omiya-section__heading img {
  margin: 0 auto;
}

/* ********************************************************
   固定ボタン
******************************************************** */
.omiya-fixed-button {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.omiya-fixed-button.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .omiya-fixed-button {
    opacity: 1 !important;
    visibility: visible !important;
    bottom: initial;
    position: absolute;
    top: 695px;
  }
}

.omiya-fixed-button__link {
  display: block;
  transition: transform 0.3s ease;
}
.omiya-fixed-button__link:hover {
  transform: translateY(-3px);
}
.omiya-fixed-button__link img {
  width: 88%;
  min-width: 331px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 768px) {
  .omiya-fixed-button__link img {
    min-width: 530px;
    max-width: 530px;
  }
}

/* ********************************************************
    キービジュアル
******************************************************** */
.omiya-kv__container {
  width: 100%;
  position: relative;
}

.omiya-kv__image {
  width: 100%;
  height: auto;
  display: block;
}

/* ********************************************************
   KV直下のボタン（新規追加）
******************************************************** */
.omiya-kv__button {
  padding: 12px 0;
  text-align: center;
  background-color: #FFF;
}

.omiya-kv__link {
  display: inline-block;
  transition: transform 0.3s ease;
}
.omiya-kv__link:hover {
  transform: translateY(-3px);
}
.omiya-kv__link img {
  width: 88%;
  min-width: 331px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.15));
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .omiya-kv__link img {
    min-width: 530px;
    max-width: 530px;
  }
}

/* ********************************************************
    導入
******************************************************** */
.omiya-section--intro {
  background-color: #FFF;
  padding-bottom: 48px;
}

.ommiya-intro__image {
  width: 100%;
  display: block;
}

/* ********************************************************
    CTA
******************************************************** */
.omiya-section--cta {
  background-color: #FEEF73;
}

.omiya-cta {
  text-align: center;
  padding: 40px 0px 40px 0;
}
@media screen and (min-width: 768px) {
  .omiya-cta {
    padding: 64px 0 80px 0;
  }
}

.omiya-cta--01 {
  padding-bottom: 90px;
}

.omiya-cta--02 {
  padding-bottom: 90px;
}

.omiya-cta__text {
  width: 345px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .omiya-cta__text {
    width: 552px;
  }
}

.omiya-cta__button {
  display: block;
  width: 331px;
  height: 68px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/img/adlp/omiya/omiya_cta_button_01.png);
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .omiya-cta__button {
    width: 530px;
    height: 110px;
    margin-top: 16px;
  }
}
.omiya-cta__button:hover {
  transform: translateY(-2px);
}

.cta__button-icon {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}
.cta__button-icon::after {
  content: "→";
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cta__button-icon {
    margin-left: 12px;
    width: 18px;
    height: 18px;
  }
  .cta__button-icon::after {
    font-size: 18px;
  }
}

/* ********************************************************
    お客様の声
******************************************************** */
.omiya-section--voice {
  background-color: #FAF4F0;
  padding: 0 0 124px 0;
  position: relative;
}
.omiya-section--voice::before {
  content: "";
  position: absolute;
  top: -96px;
  left: 0;
  width: 100%;
  height: 96px;
  background-size: 100%;
  background-image: url("/img/adlp/omiya/section-separate_wave_01.png");
}
.omiya-section--voice .omiya-section__inner {
  padding: 0;
}
.omiya-section--voice .slick-list {
  overflow: visible;
}
.omiya-section--voice .slick-track {
  display: flex;
  align-items: flex-start;
}
.omiya-section--voice .slick-slide {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .omiya-section--voice .slick-slide {
    padding: 0 16px;
  }
}
.omiya-section--voice .slick-slide.slick-center {
  min-height: 462px !important;
  max-height: 462px !important;
}

.omiya-voice-slide .slick-slide {
  transition: all 0.3s ease;
}
.omiya-voice-slide .slick-slide.slick-center {
  z-index: 2;
  position: relative;
}
.omiya-voice-slide .slick-slide.slick-center::before, .omiya-voice-slide .slick-slide.slick-center::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .omiya-voice-slide .slick-slide.slick-center::before, .omiya-voice-slide .slick-slide.slick-center::after {
    width: 40px;
    height: 40px;
  }
}
.omiya-voice-slide .slick-slide.slick-center::before {
  top: -4px;
  left: 8px;
  background-image: url("/img/adlp/omiya/omiya_voice_corner_01.svg");
}
@media screen and (min-width: 768px) {
  .omiya-voice-slide .slick-slide.slick-center::before {
    top: -4px;
    left: 12px;
  }
}
.omiya-voice-slide .slick-slide.slick-center::after {
  top: -4px;
  right: 8px;
  background-image: url("/img/adlp/omiya/omiya_voice_corner_02.svg");
}
@media screen and (min-width: 768px) {
  .omiya-voice-slide .slick-slide.slick-center::after {
    top: -4px;
    right: 12px;
  }
}
.omiya-voice-slide .slick-slide.slick-center .omiya-voice-slide__item {
  position: relative;
}
.omiya-voice-slide .slick-slide.slick-center .omiya-voice-slide__item::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 24px;
  height: 24px;
  background-image: url("/img/adlp/omiya/omiya_voice_corner_03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .omiya-voice-slide .slick-slide.slick-center .omiya-voice-slide__item::before {
    width: 40px;
    height: 40px;
  }
}
.omiya-voice-slide .slick-slide.slick-center .omiya-voice-slide__item::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 24px;
  height: 24px;
  background-image: url("/img/adlp/omiya/omiya_voice_corner_04.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .omiya-voice-slide .slick-slide.slick-center .omiya-voice-slide__item::after {
    width: 40px;
    height: 40px;
  }
}

.omiya-voice-slide {
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .omiya-voice-slide {
    margin-top: -24px;
    transform: scale(0.85);
  }
}
.omiya-voice-slide .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.omiya-voice-slide .slick-dots li {
  width: 12px;
  height: 12px;
}
.omiya-voice-slide .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #E0E0E0;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease;
}
.omiya-voice-slide .slick-dots li button:hover {
  background-color: #ED564E;
}
.omiya-voice-slide .slick-dots li.slick-active button {
  background-color: #ED564E;
}
.omiya-voice-slide .slick-prev,
.omiya-voice-slide .slick-next {
  position: absolute;
  bottom: -60px;
  top: auto;
  width: 34px;
  height: 34px;
  z-index: 10;
  font-size: 0;
  background: transparent;
  border: none;
}
.omiya-voice-slide .slick-prev {
  left: calc(50% - 80px);
  right: auto;
}
.omiya-voice-slide .slick-next {
  right: calc(50% - 80px);
  left: auto;
}

.omiya-voice-slide__item {
  background-color: #FFF;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .omiya-voice-slide__item {
    padding: 32px;
  }
}

.omiya-voice-slide__face img {
  width: 132px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .omiya-voice-slide__face img {
    width: 185px;
  }
}

.omiya-voice-slide__text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .omiya-voice-slide__text {
    margin-top: 24px;
  }
}
.omiya-voice-slide__text img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

/* ********************************************************
    衣装JS
******************************************************** */
.omiya-cosutume {
  padding: 48px 23px 0 23px;
}

.tool-costume:first-child {
  border-top: none;
}

.omiya-cosutume__note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .omiya-cosutume__note {
    font-size: 14px;
  }
}

.btn-show {
  border-radius: 15px;
}

.btn-show span {
  padding: 5px 0 5px 35px;
  display: inline-block;
  background-image: url(/img/common/icon-plus.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: left center;
}

/* ********************************************************
    お宮参り店舗検索
******************************************************** */
.omiya-section--store-search {
  position: relative;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .omiya-section--store-search {
    padding-top: 96px;
  }
}

.omiya-section__heading--store-search {
  width: 536px;
  width: clamp(335px, 85vw, 536px);
  margin: 0 auto;
  display: block;
}
.omiya-section__heading--store-search img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.omiya-store-search {
  display: block !important;
  max-width: 536px;
  margin: 0 auto;
  font-size: 14px;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .omiya-store-search {
    padding: 48px 0 32px 0;
    font-size: 16px;
  }
}

.omiya-store-search__region {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.omiya-store-search__region-name {
  margin: 0 20px 0 0;
  min-width: 70px;
  padding: 5px 0;
  font-weight: 700;
  text-align: center;
  background-color: #f6f6f6;
}

.omiya-store-search__prefecture-list {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .omiya-store-search__prefecture-list {
    flex-wrap: wrap;
  }
}

.omiya-store-search__prefecture-item {
  padding-bottom: 10px;
}

.omiya-store-search__prefecture-link {
  color: #0070C9;
  text-decoration: underline;
  padding-right: 0px;
}
.omiya-store-search__prefecture-link--disabled {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  opacity: 0.6;
}
.omiya-store-search__prefecture-link--disabled:hover {
  color: #999999;
  text-decoration: none;
}

/* PC表示制御 */
@media screen and (min-width: 768px) {
  .omiya-store-search--pc {
    display: block !important;
  }
}
.omiya-cosutume .list-recommend.four-item .clearfix .item:nth-child(n+4) {
  display: none;
}

/* PC版も3枚表示に統一 */
@media (min-width: 768px) {
  .omiya-cosutume .list-recommend.four-item .clearfix .item:nth-child(n+4) {
    display: none;
  }
}
/* もっと見るボタンクリック後の表示制御 */
.omiya-cosutume .list-recommend.show-all .item {
  display: block;
}

@media (min-width: 768px) {
  .omiya-cosutume .list-recommend.show-all .item {
    display: block;
    width: 33.33333%;
    float: left;
  }
}
.list-recommend .item {
  display: block;
  width: 33.33333%;
  float: left;
}/*# sourceMappingURL=adlp_omiya.css.map */