/* --------------------------- */
/* kv
/* --------------------------- */
.hamon {
  width: 100%;
  height: 100vh;
  background: url(../images/kv.jpg) center center/cover no-repeat
}
.kv-wrapper{
  position: relative;
  height: 100vh;
  }
.kv-copy-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  letter-spacing: 1rem;
}
.kv-subcopy{
  font-size: 2.3rem;
  color: #333;
  letter-spacing: 0.5rem;
  margin-bottom: 40px;
}
.kv-subcopy02{
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 0.3rem;
}
.kv-copy{
  font-size: 5rem;
  font-weight: lighter;
  color: #333;
} 
/* --------------------------- */
/* Message
/* --------------------------- */
.section-wrapper#message{
  background-image: url(../images/bg01.jpg) ;
  background-size: cover;
  background-position: 70% center; /* ← 中央よりちょっと右 */
  background-repeat: no-repeat;
}
.message-text{
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 50px;
}
.message-text-m{
  font-size: 2rem;
}
.message-text-l{
  font-size: 2.4rem;
}
/* --------------------------- */
/* why
/* --------------------------- */
/* 背景の水滴配置 */
.reason-background {
  position: relative;
  height: 0;
}
.water-drop {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.drop1 {
  top: -120px;
  right: -10%;
  width: 180px;
}
.drop2 {
  top: 110px;
  left: -60px;
  width: 150px;
}

/* リスト全体 */
.reason-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

/* 各アイテム */
.reason-item {
  text-align: center;
  max-width: 250px;
}
.reason-icon {
  width: 80px;
  margin-bottom: 16px;
}
.reason-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.reason-desc {
  font-size: 1.3rem;
  color: #333;
  line-height: 1.8;
}
/* --------------------------- */
/* who
/* --------------------------- */
.recommend-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.recommend-item {
  text-align: center;
  width: 200px;
}

.recommend-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.recommend-text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}
/* --------------------------- */
/* fee
/* --------------------------- */
.course-section {
  position: relative;
  background: url("../images/bg02.jpg") no-repeat center center / cover;
  height: 600px;
  display: flex;
  align-items: center;
}
.course-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.course-textbox {
  background: rgba(255, 255, 255, 0.7);
  padding: 40px 60px;
  width: 100%;
  max-width: 500px;
  margin: 0 calc(-50vw + 50%);
}

.course-label {
  color: #3293b0;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.course-title {
  font-size: 2.5rem;
  letter-spacing: .3rem;
  margin-bottom: 20px;
}

.course-price {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.course-price span {
  font-size: 2.5rem;
}

.course-desc {
  font-size: 1.3rem;
  line-height: 2;
}
/* --------------------------- */
/* voice
/* --------------------------- */
.voice-section {
  position: relative;
  overflow: hidden;
}

.voice-bg-decoration::before,
.voice-bg-decoration::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.voice-bg-decoration::before {
  background-image: url('../images/water01.png'); 
  width: 140px;
  height: 140px;
  bottom: 0;
  left: 8%;
}

.voice-bg-decoration::after {
  background-image: url('../images/water02.png'); 
  width: 120px;
  height: 120px;
  top: 100px;
  right: 10%;
}

.voice-list {
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
  z-index: 1; /* 水滴より上に配置 */
}

.voice-item {
  position: relative;
  width: 340px;
  padding: 40px 50px;
  margin: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.voice {
  font-size: 1.4rem;
  line-height: 1.7;
}

.mark-icon {
  position: absolute;
  top: -15px;
  left: 10px;
  width: 35px;
  height: auto;
}
/* --------------------------- */
/* Q&A
/* --------------------------- */
.faq-title{
  max-width: 20%;
}
.about01{
  margin-right: 20px;
}
.faq-wrapper{
  width: 500px;
  padding: 5px;
  margin: 0 auto;
}
/* アコーディオンメニュー */
.ac-menu-wrapper{
  margin-bottom: 60px;
}
.ac-menu input {
  display: none;
}
.ac-menu label {
  color: #333; /* 文字色 */
  font-size: 1.5rem; /* 文字サイズ */
  line-height: 2; /* 行間 */
  text-align: left; /* 文字列 */
  background: none; /*背景色 */
  padding: 5px 10px 5px 10px; /* 内側の余白 */
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.ac-menu label:after {
  position: absolute;
  right: 20px; /* 左からの距離 */
  top: 50%; /* 上下中央配置 */
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  content: "＋"; /* アイコン */
  color: #333;
}
.ac-menu input:checked ~ label::after {
  content: "−"; /* クリック後のアイコン */
}
.ac-menu div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; /* 開閉スピード */
}
.ac-menu input:checked ~ div {
  height: auto;
  opacity: 1;
  padding: 5px 10px; /* 中身の枠内の余白 */
  background: none; /* 中身の背景色 */
  margin-bottom: 10px;
}
.ac-menu-inside {
  color: #333; /* 中身の文字色 */
  font-size: 1.3rem; /* 中身の文字サイズ */
  line-height: 2; /* 行間 */
}
/* --------------------------- */
/* studio info
/* --------------------------- */
.access-box {
  margin-bottom: 50px;
  text-align: center;
}

.map-container {
  width: 100%;
  max-width: 500px;
  height: 500px; /* ← 高さを固定！ */
  margin: 0 auto;
  position: relative;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


.access-info h4 {
  font-size: 1.6rem;
  margin: 15px 0 5px;
}

.access-info p {
  margin: 4px 0;
}

.access-info p:nth-child(2) {
  font-size: 1.3rem; /* 住所 */
}

.access-info p:nth-child(3) a {
  font-size: 1.4rem; /* 電話番号 */
  text-decoration: none;
  color: #000;
}

.access-info p:nth-child(3) a:hover {
  text-decoration: underline;
}

/* モバイル対応 */
@media screen and (max-width: 600px) {
  .access-info h4 {
    font-size: 1.4rem;
  }

  .access-info p:nth-child(2) {
    font-size: 1.2rem;
  }

  .access-info p:nth-child(3) a {
    font-size: 1.3rem;
  }

  .map-container {
    padding-top: 0; /* 正方形を維持 */
  }
}
/* --------------------------- */
/* iPad
/* --------------------------- */
@media screen and (max-width:1024px){
/* --------------------------- */
/* kv
/* --------------------------- */
.kv-copy-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  letter-spacing: 1rem;
  width: 100%;
}
/* --------------------------- */
/* fee
/* --------------------------- */
.course-textbox {
  background: rgba(255, 255, 255, 0.7);
  padding: 40px 60px;
  width: 100%;
  max-width: 400px;
  margin: 0 calc(-50vw + 50%);
}
/* --------------------------- */
/* voice
/* --------------------------- */
.voice-item {
  position: relative;
  width: 300px;
  padding: 40px 50px;
  margin: 20px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
}
}
/* --------------------------- */
/* iPad mini
/* --------------------------- */
@media screen and (max-width:820px){
}
/* --------------------------- */
/* SP
/* --------------------------- */
@media screen and (max-width:438px){
/* --------------------------- */
/* Message
/* --------------------------- */
.section-wrapper#message{
  background-image: url(../images/bg01_sp.jpg) ;
  background-size: cover;
  background-position: 70% center; /* ← 中央よりちょっと右 */
  background-repeat: no-repeat;
}
/* --------------------------- */
/* why
/* --------------------------- */
.drop1 {
  top: 20px;
  right: -10%;
  width: 160px;
}
.drop2 {
  top: 500px;
  left: 0px;
  width: 150px;
}
.reason-list {
  flex-direction: column;
  align-items: center;
  gap: 40px; /* スマホでは少し狭めても◎ */
}

.reason-item {
  max-width: 90%; /* 幅も少し広げて調整 */
}

.reason-title {
  font-size: 1.6rem;
}

.reason-desc {
  font-size: 1.2rem;
}
/* --------------------------- */
/* fee
/* --------------------------- */
.course-section {
  position: relative;
  background: url("../images/bg02_sp.jpg") no-repeat center center / cover;
  height: 600px;
  display: flex;
  align-items: center;
}
.course-textbox {
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(235, 235, 235);
  padding: 40px 60px;
  width: 100%;
  max-width: 62%;
  margin: 0;
}
/* --------------------------- */
/* voice
/* --------------------------- */
.voice-bg-decoration::before {
  background-image: url('../images/water01.png'); 
  width: 140px;
  height: 140px;
  bottom: 0;
  left: 2%;
}

.voice-bg-decoration::after {
  background-image: url('../images/water02.png'); 
  width: 120px;
  height: 120px;
  top: 150px;
  right: 0;
}
/* --------------------------- */
/* Q&A
/* --------------------------- */
.faq-wrapper{
  width: 100%;
  padding: 5px;
  margin: 0 auto;
}
.ac-menu label {
  color: #333; /* 文字色 */
  font-size: 1.4rem; /* 文字サイズ */
  line-height: 2; /* 行間 */
  text-align: left; /* 文字列 */
  background: none; /*背景色 */
  padding: 5px 10px 5px 10px; /* 内側の余白 */
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 5px;
}
}

/* --------------------------- */
/* SP_iphoneX
/* --------------------------- */
@media screen and (max-width:375px){
  .kv-subcopy{
    font-size: 2rem;
    color: #333;
    letter-spacing: 0.5rem;
    margin-bottom: 40px;
  }
}
