@charset "UTF-8";
.smb-section__header {
  position: relative;
}

.smb-section__subtitle {
  position: absolute;
  top: -70px;
  font-family: "Georgia", serif;
  font-style: italic;
  opacity: 0.5;
  font-size: 78px;
  left: 15%;
  z-index: 100;
}

@media (max-width: 767px) {
  .smb-section__subtitle {
    position: absolute;
    top: -49px;
    font-family: "Georgia", serif;
    font-style: italic;
    opacity: 0.5;
    font-size: 60px;
    left: -5%;
    z-index: 100;
    line-height: 0.8;
  }
}
.smb-section__title {
  z-index: 101;
  position: relative;
}

.wp-element-button {
  padding-top: 13px;
  padding-bottom: 13px;
  box-shadow: 0 5px 0 #D87393;
}

@media (hover: hover) {
  .wp-element-button:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}
.c-page-header[data-has-image=true] {
  height: clamp(300px, 62.5vw, 400px);
}

.c-page-header__bgimage > img, .c-page-header__bgimage > picture > img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.c-page-header {
  position: relative;
}

.c-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.c-page-header__title {
  z-index: 100;
}

/* =========================================================
# ヘッダーナビ
========================================================= */
/*
# ホバーアクション
---------------------------------- */
.c-navbar__item > a {
  transition: all 0.3s;
}

.c-navbar__item > a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20%;
  width: 60%;
  height: 1px;
  background-color: #FFAAC2;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.c-navbar__item > a:hover {
  color: #FFAAC2;
}

.c-navbar__item > a:hover::after {
  transform: scale(1, 1);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: auto;
}

th, td {
  padding: 12px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}

th {
  width: 120px;
  white-space: nowrap;
  color: #444;
}

.access-map {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  border: none;
}

/* =========================================================
#耳つぼジュエリー
========================================================= */
.smb-box__background {
  border: none;
}

.before-after-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin: 40px 0;
  max-width: 900px;
}

.before-after-item {
  text-align: center;
  flex: 1 1 300px;
}

.before-after-item img {
  width: 100%;
  max-width: 350px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.before-after-item .label {
  margin-top: 10px;
  font-weight: bold;
  color: #555;
  font-size: 1.3em;
}

.wp-block-embed {
  width: 100%;
  max-width: 700px;
}

/* =========================================================
#サロン
========================================================= */
.before-after-wrapper {
  position: relative;
}

.dog-image1 {
  content: "";
  position: absolute;
  top: -185px;
  left: -10px;
  width: 100%;
  max-width: 150px;
  height: 100%;
  z-index: -1;
}

@media (max-width: 677px) {
  .dog-image1 {
    max-width: 120px;
    top: -155px;
  }
}
.dog-image2 {
  content: "";
  position: absolute;
  bottom: -465px;
  right: 10px;
  width: 100%;
  max-width: 150px;
  height: 100%;
  z-index: -1;
}

@media (max-width: 677px) {
  .dog-image2 {
    display: none;
  }
}
.before-after-wrapper2 {
  position: relative;
}

.dog-image3 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 150px;
  height: 100%;
  z-index: -1;
}

@media (max-width: 677px) {
  .dog-image3 {
    max-width: 120px;
  }
}
.dog-image4 {
  display: none;
}

@media (max-width: 677px) {
  .dog-image4 {
    display: block;
    content: "";
    position: absolute;
    top: -25px;
    right: 0;
    width: 100%;
    max-width: 120px;
    height: 100%;
    z-index: -1;
  }
}
/* =========================================================
#お問い合わせ
========================================================= */
.contact-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 768px) {
  .contact-inner {
    display: block;
  }
}
.contact-image {
  max-width: 600px;
}

.contact-content {
  flex: 1;
}

.contact-title {
  font-size: 64px;
  font-weight: bold;
  color: #FFAAC2;
  opacity: 0.5;
  font-family: "Georgia", serif;
}

@media (max-width: 768px) {
  .contact-title {
    font-size: 53px;
  }
}
.contact-subtitle {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.contact-tel {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .contact-tel {
    font-size: 22px;
  }
}
.tel-icon img {
  width: 23px;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
}

.contact-button {
  display: inline-block;
  background: #FFAAC2;
  padding: 15px 50px;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 5px 0 #D87393;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 768px) {
  .contact-button {
    width: 100%;
    text-align: center;
    padding: 15px 15px;
  }
}
@media (hover: hover) {
  .contact-button:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}/*# sourceMappingURL=style.css.map */