/*
Theme Name:   OnePress Child (NATURA room 那覇)
Theme URI:    https://salon-natura-room.com/
Description:  OnePress の子テーマ。移行前は親テーマを直接編集していたカスタマイズを、
              すべてこちらへ移設したもの。親テーマは無改変のまま更新できる。
Author:       NATURA room 那覇
Template:     onepress
Version:      1.0.0
Text Domain:  onepress-child
*/

/* ============================================================
   以下は旧本番の onepress/style.css 末尾に直接追記されていた
   カスタムCSS をそのまま移設したもの（913行 / 削除・改変なし）
   ============================================================ */





.rp-btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  max-width: 960px;
  margin: 40px auto;
  padding: 0 20px;
}

.rp-btn {
  display: block;
  width: 48%;
  max-width: 428px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.rp-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.rp-btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

/* スマホ */
@media screen and (max-width: 767px) {
  .rp-btn-area {
    flex-direction: column;
    gap: 9px;
    max-width: 480px;
    margin: 30px auto;
    padding: 0 18px;
  }

  .rp-btn {
    width: 100%;
    max-width: 100%;
  }
}











#rpFaq2026,
#rpFaq2026 * {
  box-sizing: border-box !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: normal !important;
  word-break: normal !important;
}

#rpFaq2026 {
  width: 560px !important;
  max-width: calc(100vw - 40px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: left !important;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

#rpFaq2026 .faq-box {
  margin-bottom: 26px !important;
}

#rpFaq2026 summary {
  list-style: none !important;
  cursor: pointer !important;
}

#rpFaq2026 summary::-webkit-details-marker {
  display: none !important;
}

#rpFaq2026 .faq-q-row {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  gap: 10px !important;
}

#rpFaq2026 .faq-q-mark {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  background: #ee7fa8 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

#rpFaq2026 .faq-q-text {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  color: #1f1f1f !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
}

#rpFaq2026 .faq-plus {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border: 2px solid #ee7fa8 !important;
  border-radius: 50% !important;
  color: #ee7fa8 !important;
  background: #fff !important;
  position: relative !important;
}

#rpFaq2026 .faq-plus::before,
#rpFaq2026 .faq-plus::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 18px !important;
  height: 2px !important;
  background: #ee7fa8 !important;
  transform: translate(-50%, -50%) !important;
}

#rpFaq2026 .faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

#rpFaq2026 details[open] .faq-plus {
  border-color: #bfbfbf !important;
}

#rpFaq2026 details[open] .faq-plus::before {
  background: #bfbfbf !important;
}

#rpFaq2026 details[open] .faq-plus::after {
  display: none !important;
}

#rpFaq2026 .faq-a-row {
  display: flex !important;
  align-items: flex-start !important;
  width: 100% !important;
  gap: 10px !important;
  margin-top: 10px !important;
}

#rpFaq2026 .faq-a-mark {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  border: 2px solid #c5165a !important;
  color: #c5165a !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 27px !important;
  line-height: 1 !important;
}

#rpFaq2026 .faq-a-text {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  padding-top: 3px !important;
  color: #444 !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.04em !important;
  text-align: left !important;
}

@media screen and (max-width: 600px) {
  #rpFaq2026 {
    width: 100% !important;
    max-width: 100% !important;
  }

  #rpFaq2026 .faq-box {
    margin-bottom: 24px !important;
  }

  #rpFaq2026 .faq-q-mark,
  #rpFaq2026 .faq-a-mark {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    font-size: 24px !important;
  }

  #rpFaq2026 .faq-q-text {
    font-size: 22px !important;
    line-height: 1.38 !important;
  }

  #rpFaq2026 .faq-plus {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }

  #rpFaq2026 .faq-plus::before,
  #rpFaq2026 .faq-plus::after {
    width: 16px !important;
  }

  #rpFaq2026 .faq-a-text {
    font-size: 20px !important;
    line-height: 1.55 !important;
  }
}






.rp-btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 760px;
  margin: 20px auto;
  padding: 0 12px;
  box-sizing: border-box;
}

.rp-btn {
  display: block;
  width: 50%;
  line-height: 0;
}

.rp-btn img {
  display: block;
  width: 100%;
  height: auto;
}

/* スマホでも必ず横並び */
@media screen and (max-width: 767px) {
  .rp-btn-area {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 0 10px;
  }

  .rp-btn {
    width: 50%;
  }
}




















#rpFaq2026,
#rpFaq2026 * {
  box-sizing: border-box !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: normal !important;
  word-break: normal !important;
}

#rpFaq2026 {
  width: 560px !important;
  max-width: calc(100vw - 40px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: left !important;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

#rpFaq2026 .faq-box {
  margin-bottom: 26px !important;
}

#rpFaq2026 summary {
  list-style: none !important;
  cursor: pointer !important;
}

#rpFaq2026 summary::-webkit-details-marker {
  display: none !important;
}

#rpFaq2026 .faq-q-row {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  gap: 10px !important;
}

#rpFaq2026 .faq-q-mark {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  background: #ee7fa8 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

#rpFaq2026 .faq-q-text {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  color: #1f1f1f !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
}

#rpFaq2026 .faq-plus {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border: 2px solid #ee7fa8 !important;
  border-radius: 50% !important;
  color: #ee7fa8 !important;
  background: #fff !important;
  position: relative !important;
}

#rpFaq2026 .faq-plus::before,
#rpFaq2026 .faq-plus::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 18px !important;
  height: 2px !important;
  background: #ee7fa8 !important;
  transform: translate(-50%, -50%) !important;
}

#rpFaq2026 .faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

#rpFaq2026 details[open] .faq-plus {
  border-color: #bfbfbf !important;
}

#rpFaq2026 details[open] .faq-plus::before {
  background: #bfbfbf !important;
}

#rpFaq2026 details[open] .faq-plus::after {
  display: none !important;
}

#rpFaq2026 .faq-a-row {
  display: flex !important;
  align-items: flex-start !important;
  width: 100% !important;
  gap: 10px !important;
  margin-top: 10px !important;
}

#rpFaq2026 .faq-a-mark {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  border: 2px solid #c5165a !important;
  color: #c5165a !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 27px !important;
  line-height: 1 !important;
}

#rpFaq2026 .faq-a-text {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  padding-top: 3px !important;
  color: #444 !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.04em !important;
  text-align: left !important;
}

@media screen and (max-width: 600px) {
  #rpFaq2026 {
    width: 90% !important;
    max-width: 100% !important;
  }

  #rpFaq2026 .faq-box {
    margin-bottom: 24px !important;
  }

  #rpFaq2026 .faq-q-mark,
  #rpFaq2026 .faq-a-mark {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    font-size: 24px !important;
  }

  #rpFaq2026 .faq-q-text {
    font-size: 22px !important;
    line-height: 1.38 !important;
  }

  #rpFaq2026 .faq-plus {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }

  #rpFaq2026 .faq-plus::before,
  #rpFaq2026 .faq-plus::after {
    width: 16px !important;
  }

  #rpFaq2026 .faq-a-text {
    font-size: 20px !important;
    line-height: 1.55 !important;
  }
}



.section-sid1755316402115 {
    padding: 0 15px;
    background: #fff !important;
}








/* ==============================
   PC：右横に固定
============================== */

.fixed-contact-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;

  width: 260px;

  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fixed-contact-btn {
  display: block;
  line-height: 0;
}

.fixed-contact-btn img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ==============================
   スマホ：最下部に横並び固定
============================== */

@media screen and (max-width: 767px) {

  .fixed-contact-buttons {
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
    transform: none;

    width: 100%;
    max-width: none;

    display: flex;
    flex-direction: row;
    gap: 0;

    background: #fff;
  }

  .fixed-contact-btn {
    width: 50%;
  }

  .fixed-contact-btn img {
    width: 100%;
  }

  body {
    padding-bottom: 70px;
  }
}



/* ==============================
   PC：右横に固定
============================== */

.fixed-contact-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;

  width: 260px;

  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fixed-contact-btn {
  display: block;
  line-height: 0;
}

.fixed-contact-btn img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ==============================
   スマホ：最下部に横2列・画面いっぱい
============================== */

@media screen and (max-width: 767px) {

  .fixed-contact-buttons {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    transform: none;
    z-index: 9999;

    width: 100vw;
    max-width: none;

    display: flex;
    flex-direction: row;
    gap: 0;

    background: #fff;
  }

  .fixed-contact-btn {
    display: block;
    width: 50%;
    flex: 0 0 50%;
    line-height: 0;
  }

  .fixed-contact-btn img {
    display: block;
    width: 100%;
    height: auto;
  }

  body {
    padding-bottom: 70px;
  }
}






html {
  scroll-behavior: smooth;
}

/* ページトップボタン */
.page-top-btn-img {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  z-index: 99999;
  display: block;
  line-height: 0;
}

/* 画像 */
.page-top-btn-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマホ調整 */
@media screen and (max-width: 767px) {
  .page-top-btn-img {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .page-top-btn-img {
    bottom: 90px;
  }
}


html {
  scroll-behavior: smooth;
}

/* ページトップボタン */
.page-top-btn-img {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  z-index: 99999;
  display: block;
  line-height: 0;
}

.page-top-btn-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマホ調整 */
@media screen and (max-width: 767px) {
  .page-top-btn-img {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
}







#faq-area-new,
#faq-area-new * {
  box-sizing: border-box;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed;
}

#faq-area-new {
  position: relative;
  width: 100%;
  padding: 70px 20px 90px;
  background: #fff;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

#faq-area-new .faq-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
}

#faq-area-new .faq-en {
  margin: 0;
  font-size: 54px;
  line-height: 1;
  color: #fff;
  font-family: Georgia, serif;
}

#faq-area-new .faq-jp {
  margin: 12px 0 40px;
  font-size: 18px;
  font-weight: bold;
  color: #111;
}

#faq-area-new .faq-box {
  margin-bottom: 28px;
}

#faq-area-new .faq-question {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

#faq-area-new .q-icon,
#faq-area-new .a-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-family: Georgia, serif;
}

#faq-area-new .q-icon {
  background: #c01860;
  color: #fff;
}

#faq-area-new .a-icon {
  background: #fff;
  color: #b0185b;
  border: 3px solid #b0185b;
}

#faq-area-new .q-text {
  flex: 1;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  color: #111;
}

#faq-area-new .plus {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border: 2px solid #d0d0d0;
  border-radius: 50%;
  position: relative;
}

#faq-area-new .plus::before,
#faq-area-new .plus::after {
  content: "";
  position: absolute;
  background: #c01860;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#faq-area-new .plus::before {
  width: 18px;
  height: 2px;
}

#faq-area-new .plus::after {
  width: 2px;
  height: 18px;
}

#faq-area-new .faq-answer {
  display: none;
  align-items: flex-start;
  gap: 16px;
  margin-top: 14px;
}

#faq-area-new .faq-answer p {
  margin: 0;
  font-size: 22px;
  line-height: 1.8;
  color: #333;
}

@media screen and (max-width: 767px) {

  #faq-area-new {
    padding: 55px 20px 80px;
  }

  #faq-area-new .faq-en {
    font-size: 44px;
  }

  #faq-area-new .faq-jp {
    font-size: 17px;
    margin-bottom: 32px;
  }

  #faq-area-new .faq-question {
    gap: 12px;
  }

  #faq-area-new .q-icon,
  #faq-area-new .a-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 30px;
  }

  #faq-area-new .q-text {
    font-size: 20px;
    line-height: 1.45;
  }

  #faq-area-new .plus {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }

  #faq-area-new .faq-answer {
    gap: 12px;
  }

  #faq-area-new .faq-answer p {
    font-size: 18px;
    line-height: 1.75;
  }
}
#faq-area-new .faq-box {
  margin-bottom: 28px;
}

#faq-area-new .faq-question {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

#faq-area-new .faq-question::-webkit-details-marker {
  display: none;
}

#faq-area-new .faq-box[open] .plus::after {
  display: none;
}

#faq-area-new .faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 14px;
}


.section-sid1778070875836 {margin:0;padding:0;}