body {
  font-family: 'Noto Serif JP', system-ui;
  background-color: #f7f7f7;
  color: var(--Text-primary, #252a2e);
}

.weight-doll-introduction {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.weight-doll-introduction .section {
  margin-bottom: 40px;
}

.weight-doll-introduction .doll-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.weight-doll-introduction .doll-gallery figure {
  width: 18%;
  margin-bottom: 20px;
}

.weight-doll-introduction .wp-block-button.sale-button .wp-block-button__link {
  background-color: #ff9800;
}

.weight-doll-introduction .wp-block-button.chat-button .wp-block-button__link {
  background-color: #25d366;
}

.company-profile {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.company-profile h1 {
  color: #333;
  border-bottom: 2px solid #ff6f00;
  padding-bottom: 10px;
}

.company-profile h2 {
  color: #ff6f00;
}

.company-profile h3 {
  color: #666;
  border-left: 4px solid #ff6f00;
  padding-left: 10px;
}

.company-info-table {
  width: 100%;
  border-collapse: collapse;
}

.company-info-table th,
.company-info-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.company-info-table th {
  background-color: #f2f2f2;
  width: 30%;
}

.wp-block-image {
  margin-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .company-profile {
    padding: 10px;
  }

  .wp-block-image {
    float: none;
    margin: 0 auto 20px;
  }
}

.company-profile {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.map-container {
  position: relative;
  padding-bottom: 75%; /* 4:3 アスペクト比 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.site-header .wp-block-site-title {
  margin: 0;
  font-size: 1.5rem;
}

.site-header .wp-block-navigation {
  margin: 0 auto;
}

.site-header .wp-block-navigation__container {
  gap: 2rem;
}

.site-header .contact-button .wp-block-button__link {
  background-color: #ff6f00;
  color: #ffffff;
}

.site-header .contact-button .wp-block-button__link:hover {
  background-color: #ff8f00;
}

/* HOMEページここから */

.home-keyvisual {
  position: relative;
}

.home-keyvisual__image {
  width: 100%;
  height: auto;
  aspect-ratio: 12/5;
  object-fit: cover;
}

@media (max-width: 768px) {
  .home-keyvisual__image {
    aspect-ratio: 1/1;
  }
}

.home-keyvisual__text {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.home-keyvisual__title {
  font-family: 'Dancing Script', cursive;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: center;
  margin: 0 0 24px 0;
}

@media (max-width: 768px) {
  .home-keyvisual__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.home-keyvisual__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin: 0 0 36px 0;
}

@media (max-width: 768px) {
  .home-keyvisual__description {
    font-size: 16px;
    line-height: 24px;
  }
}

.home-keyvisual__button {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  padding: 12px 24px;
  border: 1px solid #000;
  border-radius: 100px;
  text-decoration: none;
  color: #000;
  display: block;
  width: fit-content;
  margin: 0 auto;
  transition: all 0.3s;
  cursor: pointer;
}

@media (max-width: 768px) {
  .home-keyvisual__button {
    font-size: 14px;
    line-height: 20px;
  }
}

.home-keyvisual__button:hover {
  background-color: #000;
  color: #fff;
}

.home-service {
  max-width: 1022px;
  margin: 112px auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .home-service {
    margin: 64px auto;
  }
}

.home-service__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: var(--brown, #d3874a);
  margin: 0 0 16px 0;
}

@media (max-width: 768px) {
  .home-service__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.home-service__description {
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  text-align: center;
  margin: 0 0 24px 0;
}

@media (max-width: 768px) {
  .home-service__description {
    font-size: 16px;
    line-height: 24px;
  }
}

.home-service__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1022/600;
  object-fit: cover;
  margin: 0 0 24px 0;
}

.home-service__text {
  max-width: 768px;
  margin: 0 auto 32px;
  padding: 0 20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .home-service__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.home-detail-link {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 24px;
  border: 1px solid #d3874a;
  border-radius: 100px;
  text-decoration: none;
  color: #d3874a;
  transition: all 0.3s;
  cursor: pointer;
}

.home-detail-link.align-left {
  margin-left: 0;
}

@media (max-width: 768px) {
  .home-detail-link {
    font-size: 14px;
    line-height: 20px;
  }
}

.home-detail-link:hover {
  background-color: #d3874a;
  color: #fff;
}

.home-service-details__wrapper {
  background: url('http://xs295754.xsrv.jp/petit-leda/wp-content/uploads/2024/09/background-image.png')
    repeat;
  background-color: #f5f3f0;
  position: relative;
}

@media (max-width: 1500px) {
  .home-service-details__wrapper {
    overflow-x: clip;
  }
}

.home-service-details__wrapper.reverse {
  background-color: #f7f7f7;
}

.home-service-details__flower {
  position: absolute;
  top: -112px;
  right: 0;
}

.reverse .home-service-details__flower {
  left: 0;
  right: auto;
}

@media (max-width: 1500px) {
  .home-service-details__flower {
    right: -60px;
  }

  .reverse .home-service-details__flower {
    left: -60px;
  }
}

@media (max-width: 768px) {
  .home-service-details__flower {
    top: -64px;
    width: 157px;
    height: 303px;
    right: -30px;
  }

  .reverse .home-service-details__flower {
    left: -30px;
  }
}

.home-service-details__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 112px 20px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 80px;
}

.reverse .home-service-details__container {
  grid-template-columns: 360px 1fr;
}

@media (max-width: 768px) {
  .home-service-details__container {
    grid-template-columns: 1fr;
    padding: 64px 20px;
    gap: 40px;
  }

  .reverse .home-service-details__container {
    grid-template-columns: 1fr;
  }
}

.home-service-details__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reverse .home-service-details__item {
  order: 1;
}

@media (max-width: 768px) {
  .home-service-details__item {
    order: 2;
  }
}

.home-service-details__title {
  font-family: Big Caslon;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 16px 0;
  color: #d3874a;
}

@media (max-width: 768px) {
  .home-service-details__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.home-service-details__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.home-service-details__intro-text {
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  margin: 0 0 24px 0;
}

@media (max-width: 768px) {
  .home-service-details__intro-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.home-service-details__description-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 40px 0;
}

@media (max-width: 768px) {
  .home-service-details__description-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.home-portfolio {
  max-width: 1300px;
  margin: 0 auto;
  padding: 112px 20px;
}

@media (max-width: 768px) {
  .home-portfolio {
    padding: 64px 20px;
  }
}

.home-portfolio__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #d3874a;
  margin: 0 0 12px 0;
}

@media (max-width: 768px) {
  .home-portfolio__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.home-portfolio__description {
  font-size: 32px;
  font-weight: 300;
  line-height: 38.4px;
  text-align: center;
  margin: 0 0 46px 0;
}

@media (max-width: 768px) {
  .home-portfolio__description {
    font-size: 24px;
    line-height: 32px;
  }
}

.home-portfolio__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 0 46px 0;
}

@media (max-width: 768px) {
  .home-portfolio__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-portfolio__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.home-portfolio__instagram {
  padding: 12px 24px;
  background-color: #4a70d3;
  display: flex;
  justify-content: center;
  width: fit-content;
  gap: 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  margin: 0 auto;
  transition: all 0.3s;
}

.home-portfolio__instagram:hover {
  background-color: #3b5a9f;
}

/* HOMEページここまで */

.footer {
  background-color: #757b67;
  padding: 80px 64px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer {
    padding: 48px 20px;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__content {
    flex-direction: column;
    gap: 48px;
  }
}

.footer__logo {
  width: 50px;
  height: 50px;
}
.footer__logo img {
  vertical-align: bottom;
}

.footer__nav {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    gap: 24px;
  }
}

.footer__nav a {
  color: #fff;
  text-decoration: none;
}

.footer__sns {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__sns a {
  color: #fff;
  text-decoration: none;
}

/* ヘッダー */
.petite-leda-header {
  background-color: #f5f3f0;
  background-image: url('http://xs295754.xsrv.jp/petit-leda/wp-content/uploads/2024/09/nav-bg.png');
  background-size: cover;
  background-position: center;
  padding: 16px 20px;
}
@media (max-width: 768px) {
  .petite-leda-header {
    padding: 7px 20px;
  }
}
.petite-leda-header__nav {
}
@media (max-width: 768px) {
  .petite-leda-header__nav {
    display: none;
    position: absolute;
    background-color: #f5f3f0;
    background-image: url('http://xs295754.xsrv.jp/petit-leda/wp-content/uploads/2024/09/nav-bg.png');
    left: 0;
    top: 64px;
    width: 100vw;
    height: calc(100vh - 64px);
    z-index: 10;
  }
  .petite-leda-header__nav[data-is-active='true'] {
    display: block;
  }
}
.petite-leda-header__nav__list {
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.petite-leda-header__nav__item {
  padding: 12px;
}
.petite-leda-header__nav__item.pc-hidden {
  display: none;
}
@media (max-width: 768px) {
  .petite-leda-header__nav__item.pc-hidden {
    display: block;
  }
}
@media (max-width: 768px) {
  .petite-leda-header__nav__item.has-child {
    display: none;
  }
}

@media (max-width: 768px) {
  .petite-leda-header__nav__list {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    align-items: center;
  }
}
.petite-leda-header__nav__item > a {
  color: #000;
  text-decoration: none;
  position: relative;
}
.petite-leda-header__nav__item > span {
  cursor: default;
}

.petite-leda-header__nav__sub-list {
  display: none;
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f5f3f0;
  top: 60px;
  transform: translateX(-28%);
}
.petite-leda-header__nav__sub-item > a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 12px 24px;
}
.petite-leda-header__nav__sub-item > a:hover {
  background-color: #fff;
}
.petite-leda-header__nav__item.has-child:hover > .petite-leda-header__nav__sub-list {
  display: block;
}
@media (max-width: 768px) {
  .petite-leda-header__nav__sub-list {
    display: none;
  }
}
.petite-leda-header__logo__sp {
  display: none;
}
@media (max-width: 768px) {
  .petite-leda-header__logo__sp {
    display: block;
  }
}
.petite-leda-header__logo__pc {
  display: block;
  object-fit: contain;
}
@media (max-width: 768px) {
  .petite-leda-header__logo__pc {
    display: none;
  }
}
.petite-leda-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .petite-leda-header__inner {
    justify-content: flex-start;
    gap: 16px;
  }
  .petite-leda-header__inner > *:nth-child(1) {
    margin-right: auto;
  }
}
.petite-leda-header .contact-button a {
  background-color: #d3874a;
}
@media (max-width: 768px) {
  .petite-leda-header .contact-button a {
    font-size: 12px;
  }
}
.site-header img {
  width: 100px;
}

.petite-leda-header__menu-button {
  display: none;
}
.petite-leda-header__menu-button span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
}
.petite-leda-header__menu-button.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.petite-leda-header__menu-button.is-active span:nth-child(2) {
  opacity: 0;
}
.petite-leda-header__menu-button.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 768px) {
  .petite-leda-header__menu-button {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 6px 0;
    border: none;
  }
}
/* ヘッダーここまで */

/* 洋服お直しについて */

.clothing-alternations {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.clothing-alternations__section {
  margin-bottom: 40px;
}

.clothing-alternations__subtitle {
  font-size: 24px;
  font-weight: bold;
}
.clothing-alternations__image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.clothing-alternations__image-gallery > img {
  width: 100%;
  height: auto;
}

.clothing-alternations__image-gallery.target-alteration-clothes {
  grid-template-columns: repeat(3, 1fr);
}
.clothing-alternations__image-gallery.work-process {
  grid-template-columns: repeat(3, 1fr);
}
.clothing-alternations__image-gallery.before-after {
  grid-template-columns: repeat(2, 1fr);
}

.clothing-alternations__alteration-process {
  list-style: none;
  padding: 0;
  margin: 0;
}

.clothing-alternations__process-step {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .clothing-alternations__process-step {
    flex-direction: column;
    align-items: flex-start;
  }
}

.clothing-alternations__process-step img {
  width: 40%;
  margin-right: 20px;
  aspect-ratio: 3/2;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  .clothing-alternations__process-step img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* ドレス買い取り・販売ここから */

.dress-purchase-sale {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.dress-purchase-sale__head {
  padding: 35px 0 70px;
}

@media (max-width: 768px) {
  .dress-purchase-sale__head {
    padding: 20px 0 40px;
  }
}

.dress-purchase-sale__h1 {
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .dress-purchase-sale__h1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.dress-purchase-sale__en {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

@media (max-width: 768px) {
  .dress-purchase-sale__en {
    font-size: 16px;
    line-height: 24px;
  }
}

.dress-purchase-sale__h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 33.6px;
  color: var(--brown, #d3874a);
}

@media (max-width: 768px) {
  .dress-purchase-sale__h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.dress-purchase-sale__images {
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .dress-purchase-sale__images {
    padding-bottom: 40px;
  }
}

.dress-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.dress-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  object-fit: cover;
}

@media (max-width: 768px) {
  .dress-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dress-purchase-sale__process {
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .dress-purchase-sale__process {
    padding-bottom: 40px;
  }
}

.process-step {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .process-step {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

.process-step img {
  width: 40%;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .process-step img {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .process-step h4 {
    margin: 10px 0;
  }

  .process-step p {
    margin: 10px 0;
  }
}

.instagram-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 768px) {
  .instagram-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}

.instagram-feed img {
  width: 100%;
  height: auto;
}
.dress-purchase-sale__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  background-color: var(--brown, #d3874a);
  transition: all 0.3s;
  cursor: pointer;
}

.dress-purchase-sale__button:hover {
  opacity: 0.8;
}

/* ドレス買い取り・販売ここまで */

/* お問い合わせフォーム */
.contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.contact-header {
  padding: 35px 0 70px;
}

@media (max-width: 768px) {
  .contact-header {
    padding: 20px 0 40px;
  }
}

.contact-header__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  margin: 0 0 24px;
}

@media (max-width: 768px) {
  .contact-header__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.contact-header__en {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

@media (max-width: 768px) {
  .contact-header__en {
    font-size: 16px;
    line-height: 24px;
  }
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 112px;
}

@media (max-width: 768px) {
  .contact-form {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }
}

.contact-form__detail {
  padding-right: 80px;
  padding-bottom: 112px;
}

@media (max-width: 768px) {
  .contact-form__detail {
    padding-right: 0;
    padding-bottom: 40px;
  }
}

.contact-form__detail__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 33.6px;
  margin: 0 0 24px;
}

@media (max-width: 768px) {
  .contact-form__detail__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.contact-form__detail__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

@media (max-width: 768px) {
  .contact-form__detail__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.contact-form__form__form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.contact-form__form__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .contact-form__form__label {
    font-size: 14px;
    line-height: 20px;
  }
}

.contact-form__form__input {
  background-color: #fff;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
}

.contact-form__form__textarea {
  background-color: #fff;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
}

.contact-form__form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  background-color: var(--brown, #d3874a);
  transition: all 0.3s;
  border-color: transparent;
  cursor: pointer;
}

.contact-form__form__button:hover {
  opacity: 0.8;
}

/* お問い合わせフォームここまで */

/* ドレスお直しについて */
.dress-alternations {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.dress-alternations__section {
  margin-bottom: 40px;
}

.dress-alternations__subtitle {
  font-size: 24px;
  font-weight: bold;
}
.dress-alternations__image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.dress-alternations__image-gallery > img {
  width: 100%;
  height: auto;
}

.dress-alternations__image-gallery.target-alteration-clothes {
  grid-template-columns: repeat(3, 1fr);
}
.dress-alternations__image-gallery.work-process {
  grid-template-columns: repeat(3, 1fr);
}
.dress-alternations__image-gallery.before-after {
  grid-template-columns: repeat(2, 1fr);
}

.dress-alternations__alteration-process {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dress-alternations__process-step {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .dress-alternations__process-step {
    flex-direction: column;
    align-items: flex-start;
  }
}

.dress-alternations__process-step img {
  width: 40%;
  margin-right: 20px;
  aspect-ratio: 3/2;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  .dress-alternations__process-step img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* ドレスお直しについてここまで */
