@charset "UTF-8";

/* =========================================================
   Shared foundation
   ========================================================= */
:root {
  --color-white: #ffffff;
  --color-text: #4b474d;
  --color-accent: #cf8b6e;
  --font-size-mini: 15px;
  --font-noto-sans-jp: "Noto Sans JP", sans-serif;
  --font-noto-serif-jp: "Noto Serif JP", serif;
}

* {
  margin: 0;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  width: 375px;
  background-color: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-noto-sans-jp);
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  touch-action: none;
  user-select: none;
}

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.underline {
  text-decoration: underline;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

/* =========================================================
   Shared header and fixed controls
   ========================================================= */
.site-header {
  position: static;
}

#ham {
  float: right;
  position: fixed;
  top: 10px;
  left: 315px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 100;
}

#header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 375px;
  height: 70px;
}

#to-yoyaku {
  clear: both;
  position: fixed;
  top: 70px;
  left: 300px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 99;
}

#to-top {
  position: fixed;
  top: 145px;
  left: 300px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 98;
}

#ham img,
#header-top img,
#to-yoyaku img,
#to-top img,
#to_index img,
#to_anotherblog img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* =========================================================
   Shared social links and footer
   ========================================================= */
.sns {
  width: 337px;
  margin-left: 65px;
  margin-right: 65px;
  margin-bottom: 50px;
  display: flex;
  border: 0;
  background-color: transparent;
}

.sns_icon {
  width: 31.5px;
  padding: 10px;
  cursor: pointer;
}

.footer {
  position: relative;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 375px;
  height: 180px;
  background-color: var(--color-text);
  color: #ffffff;
  text-align: left;
  font-family: var(--font-noto-sans-jp);
  font-size: 13px;
  line-height: 1.3;
}

.li01 {
  position: absolute;
  top: 20px;
  left: 0;
  width: 328px;
}

.li02 {
  position: absolute;
  left: 25px;
  font-style: normal;
}

.copyright {
  position: absolute;
  width: 375px;
  bottom: 10px;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}


/* =========================================================
   index.html
   ========================================================= */

.page-index .sns {
  position: absolute;
  top: 3145px;
}

.page-index .footer {
  position: relative;
  top: 2870px;
}

.page-index .lp {
position: relative;
  background-color: var(--color-white);
  width: 375px;
  height: 3386px;
  text-align: left;
  font-size: var(--font-size-mini);
  color: var(--color-white);
  font-family: var(--font-noto-sans-jp);
}

.page-index .top-slide {
  clear: both;
  position: relative;
  top: 90px;
  width: 375px;
  height: 370px;
  overflow: hidden;
}

.page-index .top-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-index .slide-00 {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 18px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
}

.page-index .slide-00::-webkit-scrollbar {
  display: none;
}

.page-index .top-slide-item {
  flex: 0 0 339px;
  width: 339px;
  height: 370px;
  overflow: hidden;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  text-align: center;
}

.page-index .top-slide-item > a {
  display: flex;
  width: 339px;
  height: 370px;
  flex-direction: column;
  align-items: center;
  touch-action: pan-x pan-y;
}

/* TOP画像は横幅ではなく表示枠の高さに合わせる。
   object-fit: contain により縦横比を維持し、画像を切らずに表示する。 */
.page-index .top-slide-item img {
  display: block;
  width: 339px;
  height: 288px;
  flex: 0 0 288px;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
  touch-action: pan-x pan-y;
}

.page-index .slide_s {
  color: #AE9C77;
}

.page-index .slide_c {
  color: #DFAC90;
}

.page-index .slide_h {
  color: #B3B8BB;
}

.page-index .slide_copy {
  display: flex;
  min-height: 82px;
  margin: 0 18px;
  padding: 4px 0 8px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--font-noto-serif-jp);
  font-size: 16pt;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 26px;
  text-align: center;
}

.page-index .slide_copy span {
  font-size: 13pt;
}

/* 1枚目の見出しは2行で表示する。 */
.page-index .slide_s .slide_copy {
  display: block;
  margin-inline: 0;
  padding-top: 6px;
  font-size: 15pt;
  line-height: 26px;
  white-space: normal;
}

.page-index .slide_s .slide_copy span {
  font-size: 12pt;
}

.page-index .slider-control {
  position: absolute;
  top: 144px;
  width: 44px;
  height: 64px;
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 5;
}

.page-index .slider-control img {
  display: block;
  width: 18px;
  height: auto;
  margin: auto;
}

.page-index .slider-prev {
  left: 8px;
}

.page-index .slider-next {
  right: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .page-index .slide-00 {
    scroll-behavior: auto;
  }
}

.page-index .menu-lp {
clear: both;
  position: absolute;
  top: 470px;
  width: 378px;
  text-align: left;
}

.page-index .back {
position: absolute;
  top: 0px;
  width: 100%;
  margin: auto;
  z-index: 1;
}

.page-index .answertext {
width: 224px;
  font-size: 10pt;
  letter-spacing: 1.1px;
  line-height: 18px;
  font-weight: 400;
  font-family: var(--font-noto-sans-jp);
  color: #4B474D;
  text-align: left;
  margin-bottom: 11px;
}

.page-index .menu_text {
position: relative;
  top: 200px;
  left: 115px;
  width: 225px;
  z-index: 95;
}

.page-index .menu_text_c {
position: absolute;
  top: 0px;
}

.page-index .menu_text_h {
position: absolute;
  top: 385px;
}

.page-index .menu_text_s {
position: absolute;
  top: 835px;
}

.page-index .menu_text_c02 {
position: absolute;
  top: 1150px;
}

.page-index .button-service {
position: absolute;
  top: 1540px;
  left: 65px;
  cursor: pointer;
  z-index: 94;
}

.page-index .button-howto {
position: absolute;
  top: 1590px;
  left: 65px;
  padding-bottom: 200px;
  cursor: pointer;
  z-index: 93;
}

.page-index .lp-blog {
position: absolute;
  top: 2190px;
  width: 378px;
  text-align: center;
}

.page-index .lp-blog h2 {
position: absolute;
  top: 0px;
  left: 50%; 
  transform: translateX(-50%);
  font-size: 17pt;
  letter-spacing: 1.1px;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
  color: #4B474D;
}

.page-index .lp-blog .blog-visual {
position: absolute;
  display: inline-block;
  top: 45px;
  left: 50%; 
  transform: translateX(-50%);
}

.page-index .lp-blog p {
position: absolute;
  top: 235px;
  left: 50%; 
  transform: translateX(-50%);
  width: 350px;
  font-size: 13pt;
  letter-spacing: 1.1px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
  color: #4B474D;
  text-align: center;
  margin-bottom: 20px;
}

.page-index .lp-blog_cory {
font-size: 10pt;
  line-height: 12px;
  font-family: var(--font-noto-sans-jp);
}

.page-index .button-blog {
position: absolute;
  top:345px;
  left: 50%; 
  transform: translateX(-50%);
  padding-top: 20px;
  text-align: center;
  cursor: pointer;
}

.page-index .lp-qa {
position: absolute;
  top: 2650px;
  width: 378px;
  text-align: center;
}

.page-index .lp-qa-qestionarea {
position: relative;
  top: -243px;
  left: 85px;
  width: 264px;
}

.page-index .lp_q01 {
position: absolute;
  top: 0px;
}

.page-index .lp_q02 {
position: absolute;
  top: 53px;
}

.page-index .lp_q03 {
position: absolute;
  top: 106px;
}

.page-index .lp_q04 {
position: absolute;
  top: 138px;
}

.page-index .lp_q05 {
position: absolute;
  top: 170px;
}

.page-index .lp_q06 {
position: absolute;
  top: 202px;
}

.page-index aside {
position: absolute;
  top: 2940px;
  width: 378px;
  text-align: center;
}

.page-index .koushin_all {
position: relative;
  top: 0px;
  left: 15px;
  width: 351px;
  height: 170px;
}

.page-index .koushin_listarea {
position: absolute;
  top: 0px;
  left: 40px;
  width: 264px;
  z-index: 93;
}

.page-index .koushin_listarea li {
display: inline-block;
  font-size: 10pt;
  letter-spacing: 1.1px;
  line-height: 18px;
  font-weight: normal;
  font-family: var(--font-noto-sans-jp);
  color: #4B474D;
  width: 90%;
  border-bottom:  0.5px solid #B3B8BB;
  padding: 8px 0px 8px 0px;
  white-space: pre-line;
  text-align: left;
}

/* =========================================================
   service.html
   ========================================================= */

.page-service .sns {
  position: relative;
  top: 3855px;
}

.page-service .footer {
  position: relative;
  top: 3825px;
}

.page-service .service {
position: relative;
}

.page-service h1 {
position: absolute;
  top: 90px;
  left: 90px;
  font-size: 17pt;
  letter-spacing: 1.1px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
  color: #4B474D;
}

.page-service .service_all {
clear: both;
  position: absolute;
  top: 141px;
  width: 375px;
  text-align: center;
}

.page-service #counseling {
position: absolute;
  top: 0px;
  left: 0px;
  width: 375px;
  z-index: 1;
}

.page-service #hypno {
position: absolute;
  top: 1130px;
  left: 0px;
  width: 375px;
  z-index: 2;
}

.page-service #singingbowl {
position: absolute;
  top: 2225px;
  left: 0px;
  width: 375px;
  z-index: 3;
}

.page-service .answertext {
width: 224px;
  font-size: 10pt;
  letter-spacing: 1.1px;
  line-height: 18px;
  font-weight: 400;
  font-family: var(--font-noto-sans-jp);
  color: #4B474D;
  text-align: left;
  margin-bottom: 11px;
}

.page-service .menu_text01 {
position: absolute;
  top: 175px;
  left: 115px;
  width: 225px;
  z-index: 95;
}

.page-service .menu_text02 {
position: absolute;
  top: 175px;
  left: 115px;
  width: 225px;
  z-index: 95;
}

.page-service .menu_text03 {
position: absolute;
  top: 175px;
  left: 115px;
  width: 225px;
  z-index: 95;
}

.page-service .c_step01 {
position: absolute;
  top: 0px;
}

.page-service .c_step02 {
position: absolute;
  top: 302px;
}

.page-service .c_step03 {
position: absolute;
  top: 720px;
}

.page-service .h_step01 {
position: absolute;
  top: 0px;
}

.page-service .h_step02 {
position: absolute;
  top: 328px;
}

.page-service .h_step03 {
position: absolute;
  top: 592px;
}

.page-service .s_step01 {
position: absolute;
  top: 0px;
}

.page-service .s_step02 {
position: absolute;
  top: 170px;
}

.page-service .s_step03 {
position: absolute;
  top: 466px;
}

.page-service .menu_text04 {
position: absolute;
  top: 3230px;
  left: 0px;
  width: 345px;
  z-index: 95;
}

.page-service .answertext02 {
display: inline-block;
  width: 319px;
  font-size: 9.5pt;
  letter-spacing: 1.1px;
  line-height: 18px;
  font-weight: 400;
  font-family: var(--font-noto-sans-jp);
  color: #4B474D;
  text-align: left;
  margin-bottom: 30px;
}

.page-service .answertext_b {
font-size: 10pt;
  font-weight: 600;
  line-height: 30px;
}

.page-service aside li {
list-style-type: disc;
}

/* =========================================================
   QA.html
   ========================================================= */

.page-qa .sns {
  position: relative;
  top: 3685px;
}

.page-qa .footer {
  position: relative;
  top: 3680px;
}

.page-qa .blog {
position: relative;
}

.page-qa h1 {
position: absolute;
  top: 90px;
  left: 100px;
  font-size: 17pt;
  letter-spacing: 1.1px;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
  color: #4B474D;
}

.page-qa p {
position: absolute;
  top: 140px;
  width: 350px;
  font-size: 13pt;
  letter-spacing: 1.1px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
  color: #4B474D;
  text-align: center;
}

.page-qa .qa_all {
clear: both;
  position: absolute;
  top: 250px;
  left: 24px;
}

.page-qa .answertext {
width: 224px;
  font-size: 10pt;
  letter-spacing: 1.1px;
  line-height: 18px;
  font-weight: 400;
  font-family: var(--font-noto-sans-jp);
  color: #4B474D;
  text-align: left;
}

.page-qa #question01 {
position: absolute;
  top: 175px;
  left: 107px;
}

.page-qa #question02 {
position: absolute;
  top: 450px;
  left: 107px;
}

.page-qa #question03 {
position: absolute;
  top: 830px;
  left: 107px;
}

.page-qa #question04 {
position: absolute;
  top: 2165px;
  left: 107px;
}

.page-qa #question05 {
position: absolute;
  top: 2445px;
  left: 107px;
}

.page-qa #question06 {
position: absolute;
  top: 2980px;
  left: 107px;
}

.page-qa .howto {
  position: absolute;
  top: 330px;
  left: 5px;
  width: 211px;
}

.page-qa .howto > img {
  display: block;
  width: 100%;
  height: auto;
}

/* howto.jpg（211 × 1032px）内の「〜へ▶︎」部分に重ねるリンク。
   %指定のため、画像幅を変更してもクリック位置が追従する。 */
.page-qa #howto_c,
.page-qa #howto_h,
.page-qa #howto_s {
  position: absolute;
  display: block;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  border-radius: 2px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(207, 139, 110, 0.25);
}

/* 右上の縦長「スピリチュアルカウンセリングへ▶︎」 */
.page-qa #howto_c {
  top: 4.75%;
  left: 85.3%;
  width: 14.2%;
  height: 25.7%;
}

/* 中央の横長「ヒプノセラピーへ▶︎」 */
.page-qa #howto_h {
  top: 72%;
  left: 0.9%;
  width: 98.1%;
  height: 2.9%;
}

/* 下部の横長「シンギングボウルセラピーへ▶︎」 */
.page-qa #howto_s {
  top: 97.4%;
  left: 0.9%;
  width: 98.1%;
  height: 2.6%;
}

.page-qa #howto_c:hover,
.page-qa #howto_h:hover,
.page-qa #howto_s:hover,
.page-qa #howto_c:focus-visible,
.page-qa #howto_h:focus-visible,
.page-qa #howto_s:focus-visible {
  background-color: rgba(255, 255, 255, 0.28);
  outline: 2px solid #CF8B6E;
  outline-offset: -2px;
}

.page-qa .red {
color: #CF8B6E;
  font-weight: 800;
}

/* =========================================================
   interview.html — original visual design, HTML-based content
   ========================================================= */
.page-interview,
.page-interview * {
  box-sizing: border-box;
}

.page-interview .interview-page {
  position: relative;
  width: 375px;
  overflow: hidden;
  background: #fff;
}

.page-interview .interview-main {
  padding-top: 90px;
}

.page-interview .interview-lead,
.page-interview .interview-sublead {
  width: 350px;
  margin: 0 auto;
  color: #4b474d;
  font-family: var(--font-noto-serif-jp);
  text-align: center;
}

.page-interview .interview-lead {
  margin-bottom: 40px;
}

.page-interview .interview-lead h1,
.page-interview .interview-sublead h2 {
  margin: 0;
  font-family: var(--font-noto-serif-jp);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 40px;
}

.page-interview .interview-lead p,
.page-interview .interview-sublead p {
  margin: 0;
  font-family: var(--font-noto-serif-jp);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.1px;
  line-height: 25px;
}

/* 瞑想会インタビュー：back_be.jpg の放物線カーブをCSSで再現 */
.page-interview .meditation-interview {
  position: relative;
  isolation: isolate;
  width: 375px;
  margin: 0 auto 50px;
  padding: 38px 34px 58px;
  box-sizing: border-box;
  overflow: visible;
  background: transparent;
  color: #4b474d;
}

.page-interview .meditation-interview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #ebe8e1;
  clip-path: polygon(
    0.0% 35.000px,
    2.5% 31.587px,
    5.0% 28.350px,
    7.5% 25.287px,
    10.0% 22.400px,
    12.5% 19.688px,
    15.0% 17.150px,
    17.5% 14.788px,
    20.0% 12.600px,
    22.5% 10.588px,
    25.0% 8.750px,
    27.5% 7.087px,
    30.0% 5.600px,
    32.5% 4.287px,
    35.0% 3.150px,
    37.5% 2.188px,
    40.0% 1.400px,
    42.5% 0.788px,
    45.0% 0.350px,
    47.5% 0.088px,
    50.0% 0.000px,
    52.5% 0.088px,
    55.0% 0.350px,
    57.5% 0.787px,
    60.0% 1.400px,
    62.5% 2.188px,
    65.0% 3.150px,
    67.5% 4.288px,
    70.0% 5.600px,
    72.5% 7.087px,
    75.0% 8.750px,
    77.5% 10.588px,
    80.0% 12.600px,
    82.5% 14.787px,
    85.0% 17.150px,
    87.5% 19.688px,
    90.0% 22.400px,
    92.5% 25.288px,
    95.0% 28.350px,
    97.5% 31.587px,
    100.0% 35.000px,
    100.0% calc(100% - 35.000px),
    97.5% calc(100% - 31.587px),
    95.0% calc(100% - 28.350px),
    92.5% calc(100% - 25.288px),
    90.0% calc(100% - 22.400px),
    87.5% calc(100% - 19.688px),
    85.0% calc(100% - 17.150px),
    82.5% calc(100% - 14.787px),
    80.0% calc(100% - 12.600px),
    77.5% calc(100% - 10.588px),
    75.0% calc(100% - 8.750px),
    72.5% calc(100% - 7.087px),
    70.0% calc(100% - 5.600px),
    67.5% calc(100% - 4.288px),
    65.0% calc(100% - 3.150px),
    62.5% calc(100% - 2.188px),
    60.0% calc(100% - 1.400px),
    57.5% calc(100% - 0.787px),
    55.0% calc(100% - 0.350px),
    52.5% calc(100% - 0.088px),
    50.0% calc(100% - 0.000px),
    47.5% calc(100% - 0.088px),
    45.0% calc(100% - 0.350px),
    42.5% calc(100% - 0.788px),
    40.0% calc(100% - 1.400px),
    37.5% calc(100% - 2.188px),
    35.0% calc(100% - 3.150px),
    32.5% calc(100% - 4.287px),
    30.0% calc(100% - 5.600px),
    27.5% calc(100% - 7.087px),
    25.0% calc(100% - 8.750px),
    22.5% calc(100% - 10.588px),
    20.0% calc(100% - 12.600px),
    17.5% calc(100% - 14.788px),
    15.0% calc(100% - 17.150px),
    12.5% calc(100% - 19.688px),
    10.0% calc(100% - 22.400px),
    7.5% calc(100% - 25.287px),
    5.0% calc(100% - 28.350px),
    2.5% calc(100% - 31.587px),
    0.0% calc(100% - 35.000px)
  );
  pointer-events: none;
}

.page-interview .meditation-interview::after {
  content: none;
}

.page-interview .meditation-interview > * {
  position: relative;
  z-index: 1;
}

.page-interview .interview-flower {
  position: absolute;
  top: -4px;
  width: 72px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.page-interview .interview-flower--left {
  left: 0;
}

.page-interview .interview-flower--right {
  right: 0;
}

.page-interview .meditation-interview > h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  font-family: var(--font-noto-serif-jp);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.6;
  text-align: center;
}

.page-interview .meditation-intro {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-noto-serif-jp);
  font-size: 14px;
  letter-spacing: .55px;
  line-height: 24px;
  text-align: center;
}

.page-interview .meditation-divider {
  width: 59px;
  height: 1px;
  margin: 25px auto 28px;
  background: #a9a49f;
}

.page-interview .interviewee-card {
  display: grid;
  grid-template-columns: 85px 1fr;
  width: 299px;
  min-height: 118px;
  margin: 0 auto 45px;
  padding: 9px 10px 8px 12px;
  border: 1px solid #9d9995;
  background: #fff;
}

.page-interview .interviewee-card > img {
  align-self: end;
  width: 85px;
  height: 102px;
  object-fit: cover;
}

.page-interview .interviewee-meta {
  min-width: 0;
  padding: 1px 0 0 12px;
  color: #4b474d;
  font-family: var(--font-noto-sans-jp);
  font-size: 10px;
  line-height: 1.45;
  text-align: left;
}

.page-interview .interviewee-meta p {
  margin: 0;
}

.page-interview .interviewee-name {
  margin-bottom: 2px !important;
  padding-left: 8px;
  border-left: 5px solid #4b474d;
  font-family: var(--font-noto-serif-jp);
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
}

.page-interview .interviewee-meta dl {
  margin: 10px 0 0;
}

.page-interview .interviewee-meta dt {
  display: inline-block;
  margin-bottom: 4px;
  padding: 1px 10px;
  border: 1px solid #aaa6a2;
  font-size: 9px;
}

.page-interview .interviewee-meta dd {
  margin: 0;
  font-size: 9px;
  line-height: 1.45;
}

.page-interview .interview-qa {
  width: 300px;
  margin: 0 auto;
}

.page-interview .qa-pair {
  margin-bottom: 22px;
}

.page-interview .qa-pair h3 {
  margin: 0 0 12px;
  color: #cf8b6e;
  font-family: var(--font-noto-sans-jp);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .25px;
  line-height: 1.55;
}

.page-interview .qa-pair p,
.page-interview .meditation-closing {
  margin: 0 0 8px;
  color: #4b474d;
  font-family: var(--font-noto-sans-jp);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .15px;
  line-height: 1.55;
  text-align: left;
}

.page-interview .qa-pair strong {
  font-weight: 700;
}

.page-interview .meditation-closing {
  width: 300px;
  margin: 8px auto 0;
}

/* 左の縦見出しと右の本文を、全セクションで同じ基準に統一 */
.page-interview .legacy-panel {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  width: 335px;
  margin-right: auto;
  margin-left: auto;
  color: #5f5c61;
  font-family: var(--font-noto-sans-jp);
}

.page-interview .legacy-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding-top: 1px;
  border-right: 1px solid #777478;
}

.page-interview .legacy-rail img {
  display: block;
  width: 29px;
  height: 29px;
  margin: 0 auto 8px;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
}

.page-interview .legacy-rail h2 {
  margin: 0;
  color: #4b474d;
  font-family: var(--font-noto-serif-jp);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.page-interview .legacy-content,
.page-interview .voice-list,
.page-interview .history-content,
.page-interview .profile-content {
  min-width: 0;
  padding-left: 17px;
}

.page-interview .voice-panel {
  margin-bottom: 68px;
}

.page-interview .voice-list {
  display: block;
}

.page-interview .voice-item {
  margin: 0 0 27px;
}

.page-interview .voice-item:last-child {
  margin-bottom: 0;
}

.page-interview .voice-service {
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.page-interview .voice-item--counseling .voice-service { color: #d29479; }
.page-interview .voice-item--hypno .voice-service { color: #aeb4b9; }
.page-interview .voice-item--singingbowl .voice-service { color: #a99b78; }

.page-interview .voice-item h3 {
  margin: 0;
  padding: 0 0 3px;
  border-bottom: 1px solid #8d898d;
  color: #666269;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.page-interview .voice-person {
  margin: 1px 0 9px;
  color: #777378;
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}

.page-interview .voice-item > p:last-child {
  margin: 0;
  color: #666269;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.55;
  text-align: left;
}

.page-interview .interview-sublead {
  margin-bottom: 48px;
}

.page-interview .history-panel {
  margin-bottom: 50px;
}

.page-interview .history-list {
  margin: 0;
  padding: 0;
}

.page-interview .history-list > li {
  margin: 0 0 11px;
}

.page-interview .history-list time {
  display: block;
  margin: 0;
  color: #666269;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.page-interview .history-list h3 {
  margin: 0 0 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #8d898d;
  color: #666269;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.page-interview .history-list h3 span {
  font-size: 12px;
}

.page-interview .history-list ul {
  margin: 0;
  padding: 0;
}

.page-interview .history-list li li {
  position: relative;
  margin: 0;
  padding-left: 11px;
  color: #666269;
  font-size: 13px;
  line-height: 1.55;
}

.page-interview .history-list li li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.page-interview .history-photos {
  display: grid;
  grid-template-columns: 128px 129px;
  gap: 2px;
  margin: 2px 0 29px 10px;
}

.page-interview .history-photos img {
  display: block;
  width: 100%;
  height: 104px;
  object-fit: cover;
}

.page-interview .profile-panel {
  margin-bottom: 50px;
}

.page-interview .profile-content {
  color: #666269;
  font-size: 13px;
  line-height: 1.62;
}

.page-interview .profile-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 52px;
  margin-bottom: 4px;
}

.page-interview .profile-head p,
.page-interview .profile-head h3 {
  margin: 0;
  color: #5f5b61;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.page-interview .profile-head img {
  width: 53px;
  height: 52px;
  object-fit: cover;
}

.page-interview .profile-content > p {
  margin: 0 0 22px;
}

.page-interview .profile-block {
  margin: 0 0 18px;
}

.page-interview .profile-block h3,
.page-interview .profile-greeting h3 {
  margin: 0 0 3px;
  color: #666269;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.page-interview .profile-block ul {
  margin: 0;
  padding: 0;
}

.page-interview .profile-block li {
  position: relative;
  margin: 0;
  padding-left: 12px;
}

.page-interview .profile-block li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.page-interview .profile-greeting {
  margin-top: 24px;
}

.page-interview .profile-greeting h3 {
  padding-bottom: 4px;
  border-bottom: 1px solid #8d898d;
  font-size: 14px;
}

.page-interview .profile-greeting p {
  margin: 0 0 15px;
}

/* 他ページと同じ見た目になるよう、共有SNSのcontent-box寸法を復元 */
.page-interview .sns {
  position: static;
  box-sizing: content-box;
  width: 337px;
  margin: 0 0 50px 65px;
  padding: 0 0 0 40px;
}

.page-interview .sns_icon {
  box-sizing: content-box;
}

.page-interview .footer {
  top: auto;
}

.page-interview .footer address {
  font-style: normal;
}

/* =========================================================
   form.html
   ========================================================= */

.page-form .sns {
  position: relative;
  top: 470px;
}

.page-form .footer {
  position: relative;
  top: 440px;
}

.page-form .form_area {
position: relative;
}

.page-form h1 {
position: absolute;
  top: 90px;
  left: 100px;
  font-size: 17pt;
  letter-spacing: 1.1px;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
  color: #4B474D;
}

.page-form p {
position: absolute;
  top: 140px;
  width: 350px;
  font-size: 13pt;
  letter-spacing: 1.1px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
  color: #4B474D;
  text-align: center;
}

.page-form .yoyaku_all {
position: relative;
  top: 310px;
  left: 24px;
}

.page-form #yoyaku {
position: absolute;
  top: 335px;
  left: 0px;
  width: 205px;
}

.page-form #yoyaku p {
font-size: 10pt;
  letter-spacing: 1.1px;
  line-height: 18px;
  font-weight: 400;
  font-family: var(--font-noto-sans-jp);
  color: #4B474D;
  text-align: left;
  cursor: pointer;
  z-index: 96;
}

.page-form input {
display: inline-block;
  width: 230px;
  font-size: 10pt;
  letter-spacing: 1.1px;
  line-height: 18px;
  font-weight: 400;
  font-family: var(--font-noto-sans-jp);
  color: #4B474D;
  text-align: left;
  cursor: pointer;
  z-index: 97;
  border: none;
  box-sizing: border-box;
}

.page-form #yoyaku01 {
position: absolute;
  top: 9px;
  left: 100px;
}

.page-form #yoyaku02 {
position: absolute;
  top: 139px;
  left: 100px;
}

.page-form #yoyaku03 {
position: absolute;
  top: 225px;
  left: 100px;
}

.page-form #yoyaku04 input,
.page-form #yoyaku05 input,
.page-form #yoyaku06 input,
.page-form #yoyaku07 input,
.page-form #yoyaku08 input,
.page-form #yoyaku09 input,
.page-form #yoyaku10 input,
.page-form #yoyaku12 input {
width: 30px;
}

.page-form #yoyaku04 {
position: absolute;
  top: 269px;
  left: 170px;
  width: 350px;
}

.page-form #yoyaku05 {
position: absolute;
  top: 297px;
  left: 170px;
}

.page-form #yoyaku06 {
position: absolute;
  top: 325px;
  left: 170px;
}

.page-form #yoyaku07 {
position: absolute;
  top: 360px;
  left: 170px;
}

.page-form #yoyaku08 {
position: absolute;
  top: 390px;
  left: 170px;
}

.page-form #yoyaku09 {
position: absolute;
  top: 420px;
  left: 170px;
}

.page-form #yoyaku10 {
position: absolute;
  top: 450px;
  left: 170px;
}

.page-form #yoyaku11 {
position: absolute;
  top: 582px;
  left: 100px;
}

.page-form #yoyaku11 textarea {
font-size: 10pt;
  letter-spacing: 1.1px;
  line-height: 18px;
  font-weight: 400;
  font-family: var(--font-noto-sans-jp);
  color: #4B474D;
  text-align: left;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
}

.page-form #yoyaku12 {
position: absolute;
  top: 790px;
  left: 90px;
}

.page-form #yoyaku13 {
position: absolute;
  top: 850px;
  left: 90px;
}

.page-form .toiawase_all {
position: relative;
  top: 370px;
  left: 24px;
}

.page-form #toiawase {
position: absolute;
  top: 370px;
  left: 0px;
  width: 205px;
}

.page-form #toiawase p {
font-size: 10pt;
  letter-spacing: 1.1px;
  line-height: 18px;
  font-weight: 400;
  font-family: var(--font-noto-sans-jp);
  color: #4B474D;
  text-align: left;
  cursor: pointer;
  z-index: 96;
}

.page-form #toiawase01 {
position: absolute;
  top: 33px;
  left: 100px;
}

.page-form #toiawase02 {
position: absolute;
  top: 118px;
  left: 100px;
}

.page-form #toiawase03 {
position: absolute;
  top: 260px;
  left: 100px;
}

.page-form #toiawase03 textarea {
font-size: 10pt;
  letter-spacing: 1.1px;
  line-height: 18px;
  font-weight: 400;
  font-family: var(--font-noto-sans-jp);
  color: #4B474D;
  text-align: left;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
}

.page-form #toiawase04 {
position: absolute;
  top: 610px;
  left: 90px;
}

.page-form #toiawase04 input {
width: 30px;
}

.page-form #toiawase05 {
position: absolute;
  top: 665px;
  left: 90px;
}

/* =========================================================
   blog.html
   ========================================================= */

.page-blog .sns {
  position: relative;
  top: -700px;
}

.page-blog .footer {
  position: relative;
  top: -700px;
}

.page-blog #to_anotherblog {
text-decoration: none;
  position: fixed;
  top: 220px;
  left: 300px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 97;
}

.page-blog .blog {
clear: both;
  position: relative;
}

.page-blog h1 {
position: absolute;
  top: 90px;
  left: 85px;
  font-size: 17pt;
  letter-spacing: 1.1px;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
  color: #4B474D;
}

.page-blog p {
position: absolute;
  top: 140px;
  width: 350px;
  font-size: 13pt;
  letter-spacing: 1.1px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
  color: #4B474D;
  text-align: center;
}

.page-blog main {
clear: both;
  position: relative;
  top: 250px;
  left: 24px;
  width: 317px;
  margin-bottom: 270px;
}

.page-blog .blog_size {
display: block;
  width: 287px;
  height: auto;
  padding: 30px 15px 30px 15px;
  border: 5px solid #ebe7e1;
  border-radius: 9px;
  margin-bottom: 25px;
}

.page-blog .blog_ill {
top: 15px;
  height: auto;
  margin-bottom: 10px;
}

.page-blog .blog_size h2 {
white-space: pre-line;
  top: 205px;
  height: auto;
  font-size: 17px;
  line-height: 2;
  font-family: var(--font-noto-serif-jp);
  font-weight: normal;
  text-decoration: underline;
  text-align: left;
  color: #4B474D;
  margin-bottom: 10px;
}

.page-blog .text_size {
display: contents;
  top: 275px;
  width: 287px;
  height: auto;
  white-space: pre-line;
  font-family: var(--font-noto-sans-jp);
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  text-align: left;
  color: #4B474D;
}

.page-blog .text_size a {
text-decoration: underline;
  color: #CF8B6E;
}

.page-blog .blogstrong {
color: #CF8B6E;
  font-weight: 800;
  line-height: 1.6;
}

.page-blog aside {
position: absolute;
  left: 0px;
}

.page-blog #another_blog {
position: relative;
  width: 351px;
  white-space: pre-line;
}

.page-blog .anotherblog_all {
position: absolute;
  top: 0px;
  left: 24px;
  width: 317px;
  height: 793px;
}

.page-blog .anotherblog_listarea {
position: relative;
  top: -760px;
  left: 40px;
  width: 264px;
  height: 793px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #B3B8BB #ffffff;
  scroll-behavior: smooth;
}

.page-blog .anotherblog_listarea p {
position: absolute;
  display: inline-block;
  width: 100%;
  font-family: var(--font-noto-sans-jp);
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
}

.page-blog .anotherblog_listarea li {
width: 90%;
  border-bottom:  0.5px solid #B3B8BB;
  padding: 10px 0px 10px 0px;
}

.page-blog .anotherblog_listarea li:hover {
width: 90%;
  background-color: #E4E6E7;
}

.page-blog .anotherblog_listarea a {
color: #4b474d;
}

/* =========================================================
   ham.html
   ========================================================= */

.page-ham .back {
text-decoration: none;
  position: fixed;
  top: 10px;
  left: 315px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 100;
}

.page-ham .back img {
position: fixed;
  top: 10px;
  left: 315px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 99;
}

.page-ham .ham_menu_all {
position: relative;
  top: 90px;
  left: 0px;
  width: 375px;
  height: 426px;
}

.page-ham .ham_menu {
position: absolute;
}

.page-ham li {
margin-bottom: 30px;
}

/* =========================================================
   message.html
   ========================================================= */

.page-message #to_index {
text-decoration: none;
  clear: both;
  position: fixed;
  top: 70px;
  left: 300px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 99;
}

.page-message .qa {
position: relative;
}

.page-message h1 {
position: absolute;
  top: 90px;
  left: 100px;
  font-size: 17pt;
  letter-spacing: 1.1px;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
  color: #4B474D;
}

.page-message p {
position: absolute;
  top: 140px;
  width: 350px;
  font-size: 13pt;
  letter-spacing: 1.1px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
  color: #4B474D;
  text-align: center;
}

/* =========================================================
   confirm.php
   ========================================================= */
.page-confirm main {
  padding: 96px 24px 40px;
}

.page-confirm h1 {
  margin-bottom: 24px;
  font-family: var(--font-noto-serif-jp);
  font-size: 24px;
  font-weight: 500;
}

.page-confirm dl {
  margin-bottom: 24px;
}

.page-confirm dt {
  margin-top: 16px;
  font-weight: 700;
}

.page-confirm dd {
  margin: 6px 0 0;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.page-confirm .confirm-actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.page-confirm button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--color-text);
  border-radius: 4px;
  background: #ffffff;
  color: var(--color-text);
  cursor: pointer;
}

.page-confirm button[type="submit"] {
  background: var(--color-text);
  color: #ffffff;
}

.page-confirm .form-error {
  padding: 96px 24px 40px;
  line-height: 1.7;
}
