@charset "utf-8";
/* レイアウトのためのCSS */
body{
    background:#e2a2b1;
    font-family: "Sawarabi Mincho", serif;
	color: #3E3E3E;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    letter-spacing: 0.2em;
}

body.appear{
    background-color: #F8F6F3;
}


ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	text-decoration: none;
    outline: none;
}

img{
    width:100%;
    height: auto;
    vertical-align: bottom;
}

p {
    padding: 5px 0;
}

*{
    box-sizing: border-box
}

.highlight {
    background: linear-gradient(transparent 60%, pink 60%);
    padding: 0 5px;
}

/* font-family */

h1,
#g-nav-list li:nth-child(1),
#osusume h2,
#price h2,
#koushi h2,
#voice h2,
#faq h2,
#footer dl dd,
#splash-logo{
    font-family: "Sawarabi Mincho", serif;
}

/* heading */
#osusume h2,
#price h2,
#koushi h2,
#voice h2,
#faq h2 {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0 20px 0;
    font-weight: normal;
    color: #EF6B82;
}

@media screen and (max-width:768px) {
#osusume h2,
#price h2,
#koushi h2,
#voice h2,
#faq h2 {
    font-size: 1.8rem;
    }
    
}

/* area */

#container {
    overflow-x: hidden;
}

.inner  {
    width:100%;
    margin:0 auto;
    padding: 50px 50px 50px 100px;
}


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

.inner {
    padding:30px;
}

}

/* splash */

#splash-logo p {
    font-size: 1.3rem;
    font-weight: normal;
    white-space: nowrap;
}

/* header */

.header-area {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    z-index: 2;
    color: #F8F6F3;
    text-align: center;
}

.header-area h1 {
    display: block;
    font-size: 6vw;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 10px;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

.header-area p {
    font-size: 1.3vw;
    letter-spacing: 0.4em;
    margin: 0 0 20px 0;
    text-shadow: 0 0 60px #000;
}

.header-area p br {
    display: none;
}


@media screen and (max-width:960px) {
.header-area h1 {
    font-size:2rem;
}
    
.header-area p {
    font-size:0.9rem;
    whitewhite-space:no
}

.header-area p br {
    display: block;
}

}


/* gnavi */

#g-nav-list li:nth-of-type(1) a{
    font-size: 2rem;
    text-transform: none;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    margin: 0 0 20px 0;
}




/* lead */

#lead {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 100px;
}

#lead .lead-img {
    width: 48%;
    min-height: 400px;
    background: url("../img/iroiro.jpg") no-repeat center;
    background-size: cover;
}

#lead .lead-area {
    width: 50%;
    min-height: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}


#lead .lead-area h2{
    width: 100%;
    line-height: 2;
    font-size: 1.8rem;
}

#lead .lead-area p{
    width: 100%; 
    padding: 0 0 30px 0;
    line-height: 2.3;
}

#lead .lead-area .lead-btn{
    width: 400px; 
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}


@media screen and (max-width:800px) {
#lead {
    flex-direction: column-reverse;
}
    
    
#lead .lead-area h2{
    width: 100%;
    line-height: 2;
    font-size: 1.5rem;
}

#lead .lead-img,
#lead .lead-area {
    width: 100%;
}
    
#lead .lead-img {
    min-height: 300px;
 }
    
#lead .lead-area {
    margin: 0 0 30px 0;
    min-height: 20em;
    justify-content: center;
}
    
#lead .lead-area .lead-btn {
    width: 100%;
    top: 50px;
    text-align: center;
}
}




/* toikake */
.toikake p{
    text-align: center;
    font-size: 1.2rem;
}

.toikake2 p{
    text-align: left;
    font-size: 1rem;
}


/* --- PC向けスタイル --- */
@media screen and (min-width: 800px) {
/* 一般的なタブレット縦向き以上のブレークポイント */ 

.toikake p{
    text-align: center;
    font-size: 1.3rem;
}

.toikake2 p{
    text-align: center;
    font-size: 1.1rem;
}
}


/* nayami */

.nayami-back {
    background: url('../img/back_nayami_sp.png') no-repeat;
    background-size: 100%; 
    background-position: bottom;
}


#nayami .speech-bubble {
  font-family: "Sawarabi Gothic", serif;
  position: relative;
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  background: #E7D8F0;
  border-radius: 10px;
  font-size: 1rem;
  align-self: flex-start;
}



#nayami .speech-bubble p {
  margin: 0;
　display: table-cell;
}

#nayami .nayami-img {
    display: flex;
    justify-content: center;
 }

#nayami .nayami {
    width: 150px;
    height: auto;
}


#nayami .sub-img {
    max-width: 100%;
    width: 500px;
}

#nayami ul {
   list-style: none;
}

#nayami li {
	padding: 10px 0px 10px 40px;
	position: relative;
    line-height: 1.5;
}

#nayami li::before {
    content: "";
    display: block;
    height: 0.5rem;
    width: 1rem;
    border-bottom: 3px solid #EF6B82;
    border-left: 3px solid #EF6B82;
    transform: rotate(-45deg);
    position: absolute;
    top: 1.1rem;
    left: 0.8rem;
}


/* --- PC向けスタイル --- */
@media screen and (min-width: 800px) { /* 一般的なタブレット縦向き以上のブレークポイント */ 
    
.nayami-back {
    background: url('../img/back_nayami.png') no-repeat;
    background-size: 100%; 
    background-position: center;
}

#nayami {
    display: flex;
    flex-direction: row;
    justify-content: center;
 }

#nayami .speech-bubble {
    margin: 20px;
    max-width: 70%;
}
}



/* osusume */

#osusume .osusume {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

#osusume .osusume-box {
    background-color: transparent;
    padding: 10px;
    text-align: center;
}

#osusume .osusume-img {
    width: 180px;
    max-width: 100%;
}

 .menu-btn{
    text-align: center;
    margin: 30px 0 0;
}

.copy {
    padding: 0 0 10px;
}


/* --- PC向けスタイル --- */
@media screen and (min-width: 800px) { /* 一般的なタブレット縦向き以上のブレークポイント */ 
#osusume .osusume {
    display: flex;
    flex-direction: row;
    margin: 0 100px;
 }

#osusume .osusume-box {
    flex: 1;
 } 
}



/* price */


.course {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-img {
    width: 420px;
    max-width: 100%;
}

.course-box {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.course-title {
    padding-top: 10px;
    font-size: 1.2rem;
    text-align: left;
}

.course-price {
    padding-top: 3px;
    text-align: left;
    font-size: 1.3rem;
    font-family: "Sawarabi Gothic", sans-serif;
    color: #EF6B82;
    font-weight: 600;
}

#price span.course-price-p {
    font-family: "Sawarabi Mincho", serif;
    font-size: 0.8rem;
    color: #3E3E3E;
    font-weight: normal;
}

#price p {
    padding-top: 5px;
    text-align: left;
}


.course h3 {
	background-color: #fcf0f1; /* 背景色 */
	color: #EF6B82; /* 文字色 */
	padding: 10px; /* 余白 */
	position: relative;
}

.course h3:after {
	background: repeating-linear-gradient(-45deg, pink, pink 5px, #fcf0f1 0, #fcf0f1 10px); /* ストライプ  #f0b8bf*/ 
	content: '';
	height: 5px; /* ストライプの高さ */
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}



/* --- PC向けスタイル --- */
@media screen and (min-width: 800px) { 
#price .course {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 50px;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 0px;
  }  
    
.course-box {
    padding-bottom: 0px;
}
}



/* koushi */

#koushi .koushi {
  margin-top: 50px;
  padding: 10px;
  border-radius: 10px;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  align-self: flex-start;
}


#koushi .koushi-flex {
    display: flex;
    flex-direction: column;   
}

#koushi .koushi-box {
    background-color: transparent;
    padding: 10px;
    text-align: center;
}

#koushi .koushi-img {
    width: 180px;
    max-width: 100%;
}


#koushi .koushi-p {
    line-height: 0.5rem;
    font-size: 0.8rem;
}

#koushi .koushi-p2 {
    text-align: left;
}


#koushi .koushi-h3 {
    padding: 15px 0px 15px;
    line-height: 0.5rem;
    font-size: 1.3rem;
}



/* --- PC向けスタイル --- */
@media screen and (min-width: 800px) { /* 一般的なタブレット縦向き以上のブレークポイント */ 
#koushi .koushi {
  　width: 70%;
}
    
#koushi .koushi-img {
    width: 200px;
}
    
#koushi .koushi-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#koushi .koushi-box {
    text-align: left;
}
}


/* voice */

#voice .chat-container {
  font-family: "Sawarabi Gothic", serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  max-width: 600px;
  margin: auto;
  text-align: left;
}

#voice .chat-bubble { 
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  border-radius: 10px;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  background: #E7D8F0;
}

#voice .chat-bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #E7D8F0;
}


#voice .cstm-img {
    display: flex;
    justify-content: center;
 }

#voice .cstm {
    width: 130px;
    height: auto;
}




/* --- PC向けスタイル --- */
@media screen and (min-width: 800px) { /* 一般的なタブレット縦向き以上のブレークポイント */ 
#voice .chat-container {
  max-width: 70%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start; /*画像の比率を保つ*/
}    
    
#voice .chat-bubble {
  display: flex;
  justify-content: flex-end;
}
    
#voice .cstm {
    width: 120px;
}
    
    
 #voice .chat-bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #E7D8F0;
}   
    
    
}




/* よくあるご質問 (モバイル) */
.faq-section {
  font-family: "Sawarabi Gothic", serif;
  margin-bottom:  20px; 
  background-color: #F8F6F3;
  border-radius: 8px;
  text-align: left;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); モバイル向けの少し控えめな影 */
}

.faq-section h2 {
  margin-bottom: 20px;
  font-size: 20px; /* モバイル向けフォントサイズ */
  text-align: center;
}

/* FAQリストのスタイル */
.faq-list {
  border-top: 1px solid #E7D8F0;
}

/* 各FAQアイテムのスタイル */
.faq-item {
  border-bottom: 1px solid #E7D8F0;
}

/* 質問部分（summary）のスタイル (モバイル) */
.faq-question {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  cursor: pointer;
  outline: none;
  /*font-weight: bold;*/
  position: relative;
  font-size: 0.95em; /* モバイル向けフォントサイズ */
}

.faq-question::-webkit-details-marker { display: none; }
.faq-question { list-style: none; }

/* 「Q.」アイコンのスタイル (モバイル) */
.faq-q-icon {
  margin-right: 8px;
  color: #EF6B82;
  font-size: 1.3em; /* 親要素(.faq-question)のフォントサイズ基準 */
}

.faq-q-text {
  flex-grow: 1;
  line-height: 1.4; /* 質問文が複数行になる場合の見やすさ調整 */
}

/* 開閉アイコンのスタイル（＋／－） (モバイル) */
.faq-toggle-icon {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  transition: transform 0.3s ease;
  position: relative;
  flex-shrink: 0;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: '';
  position: absolute;
  background-color: #EF6B82;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-toggle-icon::before { /* 横棒 */
  top: 50%;
  left: 2px; /* (18px - 14px) / 2 */
  width: 14px;
  height: 2px;
  transform: translateY(-50%);
}

.faq-toggle-icon::after { /* 縦棒 */
  top: 2px; /* (18px - 14px) / 2 */
  left: 50%;
  width: 2px;
  height: 14px;
  transform: translateX(-50%);
}

.faq-item[open] > .faq-question {
  background-color: #F8F6F3;
}

.faq-item[open] .faq-toggle-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0; /* 縦棒を消して「ー」を表現 */
}

/* 回答部分のスタイル (モバイル) */
.faq-answer {
  padding: 0px 10px 15px 30px; /* Qアイコン(約1em) + margin-right(8px) + α でインデント */
  background-color: #F8F6F3;
  overflow: hidden; /* アニメーションのため */
  font-size: 0.9em; /* モバイル向けフォントサイズ */
  line-height: 1.5;
}

.faq-answer p {
  margin-top: 0;
  margin-bottom: 10px;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}

/* 「A.」アイコンのスタイル (モバイル) */
.faq-A-icon {
/*  margin-right: 4px;*/
  color: #EF6B82;
  font-size: 1.3em; /* 親要素(.faq-question)のフォントサイズ基準 */
}

.faq-answer a {
  color: #EF6B82;
  text-decoration: none;
}
.faq-answer a:hover {
  text-decoration: underline;
}

.faq-answer {
  background-color: #F8F6F3;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease-in-out, padding 0.35s ease-in-out;
  line-height: 1.5;

/*  // --- モバイル向けの初期パディングとフォントサイズ ---*/
  padding: 0 10px 0 30px;
  font-size: 0.9em;
  margin-bottom: 20px;
}

.faq-item[open] > .faq-answer {
/*  // --- モバイル向けの開いた状態のパディング ---*/
  padding-top: 5px; /*// 回答文がアイコンのすぐ下に来ないように少しあける*/
  padding-bottom: 15px;
  max-height: 600px; /* // 十分な高さを確保 (コンテンツ量に応じて調整)*/
}



/* --- PC向けスタイル--- */
@media (min-width: 800px) { /* 一般的なタブレット縦向き以上のブレークポイント */

/*よくあるご質問*/
  .faq-section {
    max-width: 950px; /* PCでは幅を制限して中央揃え */
    margin: 0px auto 40px; /* PC向けマージン */
    padding: 25px 30px; /* PC向けパディング */
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); PCでは影を少し強調 */
  }

/*
  .faq-section h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
*/

  .faq-question {
    padding: 20px 15px;
    font-size: 1em; /* bodyのフォントサイズ基準 */
  }

  .faq-q-icon {
    margin-right: 10px;
    font-size: 1.1em; /* 親(.faq-question)のフォントサイズ基準 */
  }

  .faq-toggle-icon {
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }

  .faq-toggle-icon::before { /* 横棒 */
    left: 2px; /* (20px - 16px) / 2 */
    width: 16px;
  }

  .faq-toggle-icon::after { /* 縦棒 */
    top: 2px; /* (20px - 16px) / 2 */
    height: 16px;
  }

  .faq-answer {
    padding: 5px 20px 20px 48px; 
/* Qアイコン(約1.1em) + margin-right(10px) + α でインデント */
    font-size: 1em; /* bodyのフォントサイズ基準 */
  }
    
   .faq-answer {
/*    // --- PC向けの初期パディングとフォントサイズ ---*/
    padding-left: 48px;
    padding-right: 20px;
    font-size: 1em;
  }

  .faq-item[open] > .faq-answer {
/*    // --- PC向けの開いた状態のパディング ---*/
    padding-top: 10px;
    padding-bottom: 20px;
    max-height: 800px; /* // PCではコンテンツ量が増える可能性も考慮*/
  }


.faq-answer {
  background-color: #F8F6F3;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease-in-out, padding 0.35s ease-in-out;
  line-height: 1.5;

/*  // --- モバイル向けの初期パディングとフォントサイズ ---*/
  padding: 0 10px 0 30px;
  font-size: 0.9em;
}

.faq-item[open] > .faq-answer {
/*  // --- モバイル向けの開いた状態のパディング ---*/
  padding-top: 5px; /* // 回答文がアイコンのすぐ下に来ないように少しあける*/
  padding-bottom: 15px;
  max-height: 600px; /*  // 十分な高さを確保 (コンテンツ量に応じて調整)*/
}

}



/* footer */

#footer{
    border-top: 1px solid #E7D8F0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#footer dl{
     width:40%;   
}

#footer dl dt{
    font-size: 0.8rem;
}

#footer dl dd{
    font-size: 2rem;
}

.footer-logo {
    width: 40px;
    height: auto;
    padding-bottom: 10px;
}

@media screen and (max-width:900px) {
    #footer dl{
        margin: 40px 0;
    }  
}

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

#footer dl dd{
    font-size: 1.8rem;
}
    
}



#footer .footer-list{
     width:65%; 
    text-align: right;
}

#footer ul li{
    display: inline-block;
    padding: 0 10px;
    font-size: 0.8rem;
    line-height: 3;
}

#footer small{
    text-align: right;
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    font-size: 0.7rem;
}

#footer #page-top span{
    display: inline-block;
    width: 13px;
    height: 13px;
    border-top: 4px solid #F8F6F3;
    border-left: 4px solid #F8F6F3;
    transform: rotate(45deg);
}


@media screen and (max-width:900px) {
#footer dl,
#footer .footer-list,
#footer small {
    width: 100%;
    text-align: center;
}
}
