@charset "UTF-8";

/*****************************
  pagecommon
*****************************/

.pagehead {
  position: relative;
  padding-top: 0;
}

.pagehead-bg {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.pagehead-bg__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pagehead-bg::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .pagehead-bg {
    height: 300px;
  }
}


/******************************
  ページhead
******************************/

.pagehead-ttl {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  transform: translate(-50%, -50%);
}

.pagehead-ttl h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 2px;
}

.pagehead-ttl p {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 2px;
}

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

  .pagehead-ttl {
    top: 60%;
    left: 50%;
    padding: 0 15px;
    transform: translate(-50%, -50%);
  }

  .pagehead-ttl h2 {
    font-size: 22px;
  }

  .pagehead-ttl p {
    font-size: 16px;
  }
}

/*****************************
  top 汎用SECTION
*****************************/
.top_sec{
  margin: 0;
  padding: 60px 0 60px;
}
.top_sec_shot{
  margin: 0;
  padding: 30px 0 30px;
}
.top_sec_long{
  margin: 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .top_sec,.top_sec_shot,.top_sec_long {
    margin: 0px 0;
    padding: 50px 0 50px;
  }
}

/*****************************
  下層 汎用SECTION
*****************************/
.pagesec{
  margin: 0px 0;
  padding: 60px 0 60px;
}
.pagesec_shot{
  margin: 0px 0;
  padding: 30px 0 30px;
}
.pagesec_long{
  margin: 0px 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .pagesec,.pagesec_shot,.pagesec_long {
    margin: 0px 0;
    padding: 60px 0 60px;
  }
}


/*****************************
 fade-up
*****************************/
.fade-up{
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 1s cubic-bezier(.25,.1,.25,1),
    transform 1s cubic-bezier(.25,.1,.25,1);
}

.fade-up.is-show{
  opacity: 1;
  transform: translateY(0);
}

/* ----------------------------------------
fade-up用 delay
------------------------------------------*/
.animate__delay-01s { transition-delay: 0.1s; }
.animate__delay-02s { transition-delay: 0.2s; }
.animate__delay-03s { transition-delay: 0.3s; }
.animate__delay-04s { transition-delay: 0.4s; }
.animate__delay-05s { transition-delay: 0.5s; }
.animate__delay-06s { transition-delay: 0.6s; }
.animate__delay-07s { transition-delay: 0.7s; }
.animate__delay-08s { transition-delay: 0.8s; }
.animate__delay-09s { transition-delay: 0.9s; }
.animate__delay-10s { transition-delay: 1.0s; }
.animate__delay-11s { transition-delay: 1.1s; }
.animate__delay-12s { transition-delay: 1.2s; }
.animate__delay-13s { transition-delay: 1.3s; }
.animate__delay-14s { transition-delay: 1.4s; }
.animate__delay-15s { transition-delay: 1.5s; }
.animate__delay-16s { transition-delay: 1.6s; }
.animate__delay-17s { transition-delay: 1.7s; }
.animate__delay-18s { transition-delay: 1.8s; }
.animate__delay-19s { transition-delay: 1.9s; }
.animate__delay-20s { transition-delay: 2.0s; }

/*****************************
  プラポリ
*****************************/
.page-privacy{
  margin-top: 60px;
  margin-bottom: 60px;
}
.pagebox{
  width: 100%;
  margin: 10px auto 10px;
}
.page-privacy .pplist .pplist .ppbox{
  margin: 2rem 0;
}
.page-privacy .pplist .ttl{
  border-left: 5px solid #f45c7a;
  color: #f45c7a;
  font-size: 2rem;
  font-weight: bold;
  margin: 3rem 0 1rem;
  padding: .8rem 1.5rem;
}
.page-privacy .pplist .content .add{
  margin-top: 2rem;
}
.page-privacy p,
.page-privacy .pplist .content{
  line-height: 1.8;
}
.page-privacy .pplist .content ul{
  margin-top: 1rem;
  margin-left: 2rem;
}
.page-privacy .pplist .content li{
  list-style: "・";
}
@media only screen and (max-width: 767px) {
  .page-privacy .pplist .ttl{
      font-size: 1.8rem;
  }
}

/*****************************
  サイトマップ
*****************************/
.sitemap_m{
margin-bottom: 60px;
}
.sitemaplist {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 50px;
}
.sitemaplist li {
width: 47%;
list-style: none;
margin: 10px;
}
@media screen and (max-width: 767px) {
.sitemaplist li {
width: 100%;
list-style: none;
}
}
.sitemaplist li a{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
    border-color: #f45c7a;
    color: #f45c7a;
opacity: 1;
}
.sitemaplist li a:hover{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
background: #f45c7a;
color: #fff;
}
.sitemaplist li a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #f45c7a;
}
.sitemaplist li a:hover::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff;
}
.sitemap-current a{
color: #fff !important;
border: 1px solid;
background: #f45c7a;
}
.sitemap-current a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff !important;
}


/*****************************
  フォーム コンタクトフォーム(width: 900px;)
*****************************/

.privacy-link{
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
.privacy-link{
  margin-left: 35px;
  display: block;
}
}

.firsttxt{
  max-width: 900px;
  margin: 10px auto 30px;
}
.ppbox{
  max-width: 900px;
  margin: 10px auto 10px;
}
.formbox{
  max-width: 900px;
  margin: 0 auto;
}
.formbox .fomin{
  background: #F5F5F5;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formbox .fomin:not(:first-of-type){
  border-top: 0;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 0 1rem;
  text-align: left;
  width: 230px;
}
.formbox .fomttl span{
background: #EF3647;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomttl span.any{
  background: #004AAB;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomcontent{
  background: #fff;
  padding: 2rem 1rem;
  width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-radio .wpcf7-list-item,
.formbox .input-check .wpcf7-list-item{
  display: block;
  margin-right: 1rem;
  margin-left: 0;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

/* .formbox input,
.formbox textarea,
.formbox select,
.input-submit input{
} */
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  margin-right: 1rem;
  max-width: 100px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 .5rem;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}
.formbox .input-add{
  margin-top: 1rem;
}
.formbox .input-zip input{
  margin: 0 1rem;
  width: 100px;
}
.formbox .input-zip .subtxt{
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: -5px;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.pagesec-contact{
  position: relative;
}
.pagesec-contact .inner1{
  position: relative;
}
.pagesec-contact .ttlbox1{
  margin-bottom: 2rem;
}
.pagesec-contact .firsttxt{
  margin: 0 auto ;
  max-width: 900px;
  padding: 1rem;
}
.pagesec-contact .firsttxt p{
  font-size: 18px;
}
.pagesec-contact .txtbox{
  margin: 2rem auto ;
  max-width: 900px;
  padding: 1rem;
  position: relative;
}
.pagesec-contact .txtbox .attention{
  color: #A42020;
  font-weight: bold;
  margin-top: -1rem;
}
.pagesec-contact .txtbox .telbox{
  margin-top: 2rem;
}
.pagesec-contact .txtbox .telbox a{
  color: #003da5;
  font-size: 2.4rem;
  font-weight: bold;
}
.pagesec-contact .txtbox .telbox a i{
  margin-right: .3rem;
}
.pagesec-contact .txtbox .telbox p{
  font-weight: bold;
  margin: 0;
}

.pagesec-contact .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.pagesec-contact .ppbox{
  margin: 2rem auto;
  max-width: 900px;
}
.pagesec-contact .ppbox a{
  text-decoration: underline;
}
.formblock .lastcheck{
  margin: 0 auto;
  max-width: 900px;
}
.pagesec-contact .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 900px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.pagesec-contact .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 900px;
  padding: 20px;
  text-align: center;
}

.fomb {
  max-width: 300px;
  margin: 2rem auto 0;
}
.fomb input{
  background: #f45c7a;
  border: 1px solid #f45c7a;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 0%);
  color: #fff;
  display: inline-block;
  min-width: 180px;
  opacity: 1 !important;
  padding: .5rem 2rem ;
  position: relative;
  transition: .3s;
}
.fomb:hover input{
  background-color: #fff;
  color: #f45c7a;
}
.fomb input:disabled{
  background: #b5b5b5 !important;
  color: #ebebeb;
  border: 1px solid #b5b5b5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
}


@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .formbox .input-zip .subtxt{
    margin-bottom: 1rem;
    text-align: left;
  }
  .formbox .fomttl {
    padding: 1rem;
    text-align: left;
    width: 100%;
  }
  .formbox .fomcontent{
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .contactlink .fbox{
    margin: .5rem 0;
    width: 100%;
  }
  .formbox .input-age input, .formbox .input-num input {
    margin-right: 1rem;
    max-width: 70px;
  }
  .pagesec-contact .ppbox .formpp h3 {
    font-size: 2.4rem;
  }
  .pagesec-contact .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .pagesec-contact .txtbox,
  form.sent .sent-after{
    text-align: left;
  }

  .formbox .fomcontent dt,
  .formbox .fomcontent dd{
    width: 100%;
  }
  .formbox .input-add {
    margin: 0 0 1rem;
  }
  .pagesec-contact .formlinks li{
    margin: 0 auto;
    width: 80%;
  }
  .pagesec-contact .formlinks li a{
    border: 1px solid #0F2453;
    border-bottom: 0;
  }
  .pagesec-contact .formlinks li:last-of-type{
    border-bottom: 1px solid #0F2453;
  }
}



/* ----------------------------------------
animate.cssカスタム
------------------------------------------*/
.animate__delay-01s {animation-delay: calc(var(--animate-delay) * 0.1);}
.animate__delay-02s {animation-delay: calc(var(--animate-delay) * 0.2);}
.animate__delay-03s {animation-delay: calc(var(--animate-delay) * 0.3);}
.animate__delay-04s {animation-delay: calc(var(--animate-delay) * 0.4);}
.animate__delay-05s {animation-delay: calc(var(--animate-delay) * 0.5);}
.animate__delay-06s {animation-delay: calc(var(--animate-delay) * 0.6);}
.animate__delay-07s {animation-delay: calc(var(--animate-delay) * 0.7);}
.animate__delay-08s {animation-delay: calc(var(--animate-delay) * 0.8);}
.animate__delay-09s {animation-delay: calc(var(--animate-delay) * 0.9);}
.animate__delay-10s {animation-delay: calc(var(--animate-delay) * 1.0);}
.animate__delay-11s {animation-delay: calc(var(--animate-delay) * 1.1);}
.animate__delay-12s {animation-delay: calc(var(--animate-delay) * 1.2);}
.animate__delay-13s {animation-delay: calc(var(--animate-delay) * 1.3);}
.animate__delay-14s {animation-delay: calc(var(--animate-delay) * 1.4);}
.animate__delay-15s {animation-delay: calc(var(--animate-delay) * 1.5);}
.animate__delay-16s {animation-delay: calc(var(--animate-delay) * 1.6);}
.animate__delay-17s {animation-delay: calc(var(--animate-delay) * 1.7);}
.animate__delay-18s {animation-delay: calc(var(--animate-delay) * 1.8);}
.animate__delay-19s {animation-delay: calc(var(--animate-delay) * 1.9);}
.animate__delay-20s {animation-delay: calc(var(--animate-delay) * 2);}

/*****************************
  scroll to TOP
*****************************/

.scroll-top { 
  scroll-behavior: smooth; 
} /* アンカー時なども滑らかに */

.scroll-top{
  position: fixed;
  right: clamp(12px, 2vw, 20px);
  bottom: calc(clamp(12px, 2vw, 20px) + env(safe-area-inset-bottom, 0px));

  /* 変数を直書き */
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  color: #928573;

  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.18), 0 2px 5px rgba(0,0,0,.12);
  cursor: pointer;
  z-index: 900;

  opacity: 0;
  transform: scale(.8);
  transition: opacity .2s ease, transform .2s ease, filter .2s ease;
  pointer-events: none; /* 非表示時はクリックさせない */

  border: 2px solid #928573;
}

@media screen and (max-width: 767px) {
  .scroll-top{
    bottom: calc(clamp(80px, 2vw, 20px) + env(safe-area-inset-bottom, 0px));
  }
}

.scroll-top.is-show{
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.scroll-top:hover{ 
  filter: brightness(1.05); 
}

.scroll-top:focus-visible{
  outline: 3px solid #928573;
  outline-offset: 3px;
}

.scroll-top svg{
  width: 24px;
  height: 24px;
}

/* 省エネ設定の人にはアニメ抑制 */
@media (prefers-reduced-motion: reduce){
  .scroll-top{ transition: none; }
  html{ scroll-behavior: auto; }
}

/*****************************
よくある質問
*****************************/
.qa_box{
  margin: 50px 0;
}

.qa dl {
  cursor: pointer;
  margin: 0;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: #FFFAF7;
  margin-bottom: 10px;
}
.qa dl.open {
  border-radius: 5px;
  background: #f45c7a;
}
.qa dt {
  margin: 0;
  position: relative;
}
.qa dl dt::before,
.qa dl dt::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  width: 23px;
  height: 2px;
  background: #f45c7a;
}
.qa dl.open dt::before,
.qa dl.open dt::after{
  background: #fff;
}
.qa dl dt::after{
  transform:rotate(90deg);
  -moz-transition: -moz-transform .3s linear;
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
}
.qa .open dt::after{
  transform:rotate(360deg);
}
.qa dt p {
  font-size: 18px;
width: calc(100% - 60px);
display: inline-block;
padding-left: 10px;
  line-height: 1.6;
  color: #504538;
  letter-spacing: 1px;
}

.qa .open dt p {
  font-size: 18px;
width: calc(100% - 60px);
  display: inline-block;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.qa .open dt p {
  font-size: 14px;
}
}


.qa dt .mark,
.qa dd .mark{
  color: #f45c7a;
  font-size: 30px;
  line-height: 0.8;
}
.qa .open dt .mark,
.qa .open dd .mark{
  color: #ffffff;
  font-size: 30px;
  line-height: 0.8;
  left: 0;
}
@media screen and (max-width: 767px) {
  .qa dt .mark,
  .qa dd .mark{
    vertical-align: top;
  }
}

.qa dd .mark{
  position: absolute;
}
.qa dd {
  height: auto;
  padding: 2rem 2rem 2rem 0;
  position: relative;
}
.qa dd .answer_area {
  width: calc(100% - 35px);
  margin-left: 35px;
  margin-right: 0px;
  padding: 10px 15px;
  background: #fbfbfb;
  min-height: 100px;
  border-radius: 5px;
}
.qa dd p {
  font-size: 1.8rem;
  line-height: 1.8;
}

.qa dd p:first-child{
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .qa dd{
    padding: 0 0 2rem ;
  }
  .qa dt p,
  .qa dd p{
font-size: 14px;
  }
  .qa dl dt::before,
  .qa dl dt::after{
    top: 1.5rem;
    right: 0;
}
}

/*****************************
new-label
*****************************/
.new-label {
    font-size: 12px;
    vertical-align: inherit;
    background: #EF3647;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    width: 45px;
    align-content: center;
    line-height: 2;
}
.date {
    display: inline-block;
    vertical-align: middle;
}


/******************************
  ピンク背景
******************************/
.pink_bg {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.pink_bg::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background-image: url("../images/common/pink_item.webp");
  background-repeat: repeat;
  background-position: center top;
  background-size: 150px auto;
  opacity: 0.1;
  pointer-events: none;
}

.pink_bg .inner1 {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .pink_bg {
    padding: 70px 0;
  }

  .pink_bg::before {
    background-size: 80px auto;
    opacity: 0.1;
  }
}

/******************************
  大切にしていること
******************************/
.topsec3 {
  padding: 100px 0;
}

.topsec3-title {
  margin-bottom: 30px;
  text-align: center;
}

.topsec3-title h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.topsec3-title h2 span {
  color: #f45c7a;
}

.topsec3-list {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  border: 2px solid #f45c7a;
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  padding: 30px;
}

.topsec3-item {
  position: relative;
  display: flex;
  width: 33.333%;
  min-height: 180px;
  padding: 30px 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.topsec3-item::after {
  position: absolute;
  top: 25px;
  right: 0;
  width: 1px;
  height: calc(100% - 50px);
  content: "";
  background: #f4d7dd;
}

.topsec3-item:nth-child(3)::after,
.topsec3-item:nth-child(5)::after {
  display: none;
}

.topsec3-item:nth-child(4),
.topsec3-item:nth-child(5) {
  width: 33.333%;
}

.topsec3-item__icon {
  display: flex;
  height: 50px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
}

.topsec3-item__icon img {
  display: block;
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}

.topsec3-item p {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.topsec3-message {
  display: flex;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 18px 30px;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.topsec3-message img {
  width: 60px;
  height: auto;
  flex-shrink: 0;
}

.topsec3-message p {
  margin: 0;
  color: #f45c7a;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .topsec3 {
    padding: 50px 0;
  }

  .topsec3-title h2 {
    font-size: 25px;
  }

  .topsec3-list {
    border-radius: 30px;
    padding: 30px 10px;
  }

  .topsec3-item {
    width: 50%;
    min-height: 170px;
    padding: 25px 15px;
  }

  .topsec3-item:nth-child(4),
  .topsec3-item:nth-child(5) {
    width: 50%;
  }

  .topsec3-item:nth-child(2)::after,
  .topsec3-item:nth-child(4)::after {
    display: none;
  }

  .topsec3-item:nth-child(3)::after {
    display: block;
  }

  .topsec3-item p {
    font-size: 16px;
  }

  .topsec3-message {
    margin-top: 35px;
    padding: 15px;
  }

  .topsec3-message p {
    font-size: 16px;
  }

}

@media screen and (max-width: 480px) {
  .topsec3-list {
    padding: 10px 10px;
  }
    .topsec3-message p {
    text-align: left;
  }
    .topsec3-message {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
  }
    .topsec3-item__icon img {
    max-width: 50px;
    max-height: 50px;
}
  .topsec3-item {
    width: 50%;
    min-height: unset;
    padding: 10px 10px;
    }
    .topsec3-message img {
    width: 40px;
    height: auto;
    flex-shrink: 0;
}
}


/******************************
  コースのご案内
******************************/

.topsec4 {
  padding: 100px 0;
}

.topsec4-title {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.topsec4-title h2 {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.topsec4-title h2 img {
  width: 60px;
  height: auto;
}

.topsec4-title > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.topsec4-list {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 25px;
}

@media screen and (max-width: 1180px) {
.topsec4-list {
  width: min(900px, 100%);
  max-width: 900px;
  margin: 0 auto;
  gap: 15px;
}
}

.topsec4-item {
  position: relative;
  display: flex;
  width: calc(50% - 13px);
  min-height: 300px;
  padding: 35px 40px 25px;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  border: 2px solid #f4d7dd;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.topsec4-item__flower {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 90px;
    aspect-ratio: 1 / 2;
    z-index: 0;
    transform: rotate(-33deg);
}

.topsec4-item h3 {
  margin: 0 0 20px;
  color: #f45c7a;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
    z-index: 1;
}

.topsec4-item h3 span {
  display: block;
  font-size: 16px;
}

.topsec4-item__text {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
  position: relative;
    z-index: 1;
}

.topsec4-item__price {
  margin: 20px 0 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
}
.topsec4-item__price .sub{
font-size: 16px;
}

.topsec4-fee {
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 25px 40px;
  background: #fce7ec;
  border-radius: 20px;
}

.topsec4-fee__main {
  display: flex;
  padding: 5px 20px 20px;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.topsec4-fee__main span,
.topsec4-fee__main strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
}

.topsec4-fee__main span .sub,.topsec4-fee__main strong .sub{
font-size: 16px;
}


.topsec4-fee__note {
  display: flex;
  padding: 18px 25px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #fff;
  border-radius: 12px;
}

.topsec4-fee__note img {
  width: 60px;
  height: auto;
  flex-shrink: 0;
}

.topsec4-fee__note p {
  margin: 0;
  color: #f45c7a;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

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

  .topsec4 {
    padding: 50px 0;
  }

  .topsec4-title {
    flex-direction: column;
    gap: 5px;
  }

  .topsec4-title h2 {
    font-size: 25px;
  }

  .topsec4-list {
    gap: 15px;
  }

  .topsec4-item {
    width: calc(50% - 8px);
    min-height: 280px;
    padding: 25px 15px 20px;
  }

  .topsec4-item h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .topsec4-item__text {
    font-size: 16px;
  }

  .topsec4-item__price {
    margin-top: 15px;
    font-size: 26px;
  }

  .topsec4-item__flower {
    left: 12px;
    bottom: 18px;
    width: 70px;
  }

  .topsec4-fee {
    margin-top: 30px;
    padding: 20px;
  }

  .topsec4-fee__main span,
  .topsec4-fee__main strong {
    font-size: 26px;
  }

  .topsec4-fee__note p {
    font-size: 16px;
  }

}
@media screen and (max-width: 767px) {
.topsec4-item {
        width: min(500px, 100%);
        min-height: unset;
        padding: 25px 30px 20px;
        margin: 0 auto;
    }
}

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

  .topsec4-title {
    margin-bottom: 20px;
  }

  .topsec4-title h2 {
    font-size: 22px;
  }

  .topsec4-title > p {
    font-size: 16px;
    text-align: center;
  }

  .topsec4-list {
    gap: 10px;
  }

  .topsec4-item h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .topsec4-item h3 span {
    font-size: 14px;
  }

  .topsec4-item__text {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
  }

  .topsec4-item__price {
    margin-top: 10px;
    font-size: 24px;
  }

  .topsec4-item__flower {
    position: static;
    width: 40px;
    margin-bottom: 10px;
    order: -1;
  }

  .topsec4-fee {
    margin-top: 20px;
    padding: 15px 10px;
    border-radius: 15px;
  }

  .topsec4-fee__main {
    padding: 5px 10px 15px;
    gap: 20px;
  }

  .topsec4-fee__main span,
  .topsec4-fee__main strong {
    font-size: 24px;
  }

  .topsec4-fee__note {
    padding: 15px;
    justify-content: flex-start;
  }

  .topsec4-fee__note img {
    width: 40px;
  }

  .topsec4-fee__note p {
    font-size: 16px;
    text-align: left;
  }
  .topsec4-title h2 img {
    width: 40px;
    height: auto;
}

}

/******************************

  コース詳細 追加

******************************/

.topsec4-item__lesson {
  margin: 0 0 15px;
  color: #f45c7a;
  font-size: 20px;
  line-height: 1.7;
}

.topsec4-item__lesson strong {
  font-weight: 600;
}

.topsec4-item__price .sub {
  margin-left: 3px;
  font-size: 14px;
  font-weight: 400;
}

.topsec4-single {
  display: flex;
  max-width: 1000px;
  margin: 30px auto 0;
  align-items: stretch;
  border: 2px solid #f4d7dd;
  border-radius: 15px;
  overflow: hidden;
}

.topsec4-single__title {
  display: flex;
  width: 50%;
  padding: 18px 20px;
  align-items: center;
  justify-content: center;
  color: #f45c7a;
  background: #fce7ec;
  font-size: 18px;
  font-weight: 600;
}

.topsec4-single__price {
  display: flex;
  width: 50%;
  padding: 18px 20px;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.topsec4-single__price strong {
  font-size: 22px;
  font-weight: 600;
}

.topsec4-single__price span {
  margin-left: 5px;
  font-size: 14px;
}

.topsec4-attention {
  max-width: 1000px;
  margin: 15px auto 0;
  color: #f45c7a;
  font-size: 16px;
  line-height: 1.8;
}

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

  .topsec4-item__lesson {
    font-size: 16px;
  }

  .topsec4-single__title {
    font-size: 16px;
  }

  .topsec4-single__price strong {
    font-size: 20px;
  }

  .topsec4-attention {
    font-size: 16px;
  }

}

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

  .topsec4-item__lesson {
    margin-bottom: 10px;
    line-height: 1.6;
  }

  .topsec4-item__price .sub {
    display: block;
    margin: 2px 0 0;
    font-size: 14px;
  }

  .topsec4-single {
    margin-top: 20px;
  }

  .topsec4-single__title,
  .topsec4-single__price {
    padding: 15px 10px;
  }

  .topsec4-single__title {
    font-size: 16px;
  }

  .topsec4-single__price strong {
    font-size: 18px;
  }

  .topsec4-attention {
    margin-top: 10px;
    font-size: 16px;
  }

}






/******************************

  footer SNS

******************************/

.footer-sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 40px;
    width: min(1000px, 100%);
}
.footer-sns .footer-sns__item{
  padding: 20px;
}
@media screen and (max-width: 767px) {
.footer-sns .footer-sns__item{
  padding: 10px 20px;
}
}

.footer-sns__item + .footer-sns__item {
  margin-top: 10px;
}

.footer-sns__link {
  display: flex;
  color: #333;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  transition: opacity 0.3s ease;
}

.footer-sns__link:hover {
  opacity: 0.7;
}

.footer-sns__icon {
  display: block;
  width: 45px;
  height: auto;
  flex-shrink: 0;
}

.footer-sns__text {
width: 180px;
}

.footer-sns__name {
margin: 0 0 6px;
font-size: 18px;
font-weight: 600;
line-height: 1;
}

.footer-sns__account {
  margin: 0;
  font-size: 16px;
  line-height: 1;
}

.footer-sns__account span {
  margin-left: 5px;
  color: #5acb4e;
  font-size: 14px;
}

.footer-sns__qr {
  display: block;
  width: 70px;
  height: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .footer-sns {
    max-width: 100%;
    padding: 0px 0px;
  }

  .footer-sns__link {
    gap: 12px;
  }

  .footer-sns__icon {
    width: 48px;
  }

  .footer-sns__name {
    font-size: 16px;
  }

  .footer-sns__account {
    font-size: 16px;
  }

  .footer-sns__qr {
    width: 65px;
  }

}

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

  .footer-sns__item + .footer-sns__item {
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .footer-sns__link {
    gap: 10px;
  }

  .footer-sns__icon {
    width: 45px;
  }

  .footer-sns__qr {
    width: 60px;
  }

}

/******************************

  発表会 リード

******************************/

.recitalpage-sec1 {
  padding: 100px 0;
}

.recitalpage-lead {
  display: flex;
  align-items: center;
  gap: 60px;
}

.recitalpage-lead__text {
  width: 52%;
}

.recitalpage-label {
  display: inline-block;
  margin: 0 0 20px;
  padding: 6px 18px;
  color: #f45c7a;
  background: #fce7ec;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}

.recitalpage-lead__text h2 {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.recitalpage-lead__text > p:not(.recitalpage-label) {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 2;
}

.recitalpage-lead__text > p:last-child {
  margin-bottom: 0;
}

.recitalpage-lead__img {
  width: 48%;
}

.recitalpage-lead__img img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 40px;
}


/******************************

  発表会 大切にしていること

******************************/

.recitalpage-sec2 {
  padding: 100px 0;
  background: #fff8f9;
}

.recitalpage-heading {
  margin-bottom: 50px;
  text-align: center;
}

.recitalpage-heading__en {
  margin: 0 0 5px;
  color: #f45c7a;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.recitalpage-heading h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.recitalpage-points {
  display: flex;
  align-items: stretch;
  gap: 25px;
}

.recitalpage-point {
  position: relative;
  display: flex;
  width: calc(33.333% - 17px);
  padding: 40px 30px;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 2px solid #f4d7dd;
  border-radius: 30px;
  text-align: center;
}

.recitalpage-point__num {
  margin: 0 0 15px;
  color: #f45c7a;
  font-size: 18px;
  font-weight: 600;
}

.recitalpage-point__icon {
  display: flex;
  height: 50px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
}

.recitalpage-point__icon img {
  display: block;
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}

.recitalpage-point h3 {
  margin: 0 0 20px;
  color: #f45c7a;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
}

.recitalpage-point__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
}


/******************************

  発表会 本番まで

******************************/

.recitalpage-sec3 {
  padding: 100px 0;
}

.recitalpage-flow {
  max-width: 900px;
  margin: 0 auto;
}

.recitalpage-flow__item {
  display: flex;
  padding: 30px 0;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #f4d7dd;
}

.recitalpage-flow__item:first-child {
  border-top: 1px solid #f4d7dd;
}

.recitalpage-flow__num {
  display: flex;
  width: 70px;
  height: 70px;
  color: #fff;
  background: #f45c7a;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 600;
}

.recitalpage-flow__content {
  flex: 1;
}

.recitalpage-flow__content h3 {
  margin: 0 0 8px;
  color: #f45c7a;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}

.recitalpage-flow__content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}


/******************************

  発表会 写真

******************************/

.recitalpage-sec4 {
  padding: 100px 0;
  background: linear-gradient(180deg, #fff8f9, #ffffff);
}

.recitalpage-photo {
  max-width: 900px;
  margin: 0 auto;
}

.recitalpage-photo img {
  display: block;
  width: 100%;
  max-height: 550px;
  object-fit: cover;
  border-radius: 30px;
}

.recitalpage-message {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 25px 30px;
  background: #fff;
  border: 2px solid #f45c7a;
  border-radius: 30px;
}

.recitalpage-message p {
  margin: 0;
  color: #f45c7a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}


/******************************

  発表会 CTA

******************************/

.recitalpage-sec5 {
  padding: 100px 0;
}

.recitalpage-cta {
  max-width: 900px;
  margin: 0 auto;
  padding: 55px 40px;
  background: #fff;
  border: 2px solid #f45c7a;
  border-radius: 40px;
  text-align: center;
}

.recitalpage-cta__sub {
  margin: 0 0 10px;
  color: #f45c7a;
  font-size: 18px;
}

.recitalpage-cta h2 {
  margin: 0 0 25px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.recitalpage-cta__text {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
}

.recitalpage-cta__btns {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
  gap: 20px;
}

.recitalpage-btn {
  display: flex;
  width: 280px;
  min-height: 60px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  border: 2px solid #f45c7a;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.recitalpage-btn--pink {
  color: #fff;
  background: #f45c7a;
}

.recitalpage-btn--white {
  color: #f45c7a;
  background: #fff;
}

.recitalpage-btn:hover {
  opacity: 0.75;
}


/******************************

  発表会 SP

******************************/

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

  .recitalpage-sec1,
  .recitalpage-sec2,
  .recitalpage-sec3,
  .recitalpage-sec4,
  .recitalpage-sec5 {
    padding: 60px 0;
  }

  .recitalpage-lead {
    gap: 30px;
  }

  .recitalpage-lead__text h2 {
    font-size: 26px;
  }

  .recitalpage-lead__text > p:not(.recitalpage-label) {
    font-size: 16px;
  }

  .recitalpage-lead__img img {
    height: 350px;
  }

  .recitalpage-heading {
    margin-bottom: 35px;
  }

  .recitalpage-heading h2 {
    font-size: 25px;
  }

  .recitalpage-points {
    gap: 15px;
  }

  .recitalpage-point {
    padding: 30px 20px;
  }

  .recitalpage-point h3 {
    font-size: 20px;
  }

  .recitalpage-message p {
    font-size: 16px;
  }

}


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

  .recitalpage-sec1,
  .recitalpage-sec2,
  .recitalpage-sec3,
  .recitalpage-sec4,
  .recitalpage-sec5 {
    padding: 50px 0;
  }

  .recitalpage-lead {
    flex-direction: column;
  }

  .recitalpage-lead__text,
  .recitalpage-lead__img {
    width: 100%;
  }

  .recitalpage-lead__text h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .recitalpage-lead__img img {
    height: auto;
    border-radius: 25px;
  }

  .recitalpage-heading {
    margin-bottom: 25px;
  }

  .recitalpage-heading h2 {
    font-size: 22px;
  }

  .recitalpage-points {
    flex-wrap: wrap;
    gap: 10px;
  }

  /* .recitalpage-point {
    width: calc(50% - 5px);
    padding: 20px 10px;
    border-radius: 20px;
  } */

  .recitalpage-point{
    width: 100%;
  }

  .recitalpage-point__num {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .recitalpage-point__icon {
    height: 55px;
    margin-bottom: 10px;
  }

  .recitalpage-point__icon img {
    max-width: 55px;
    max-height: 55px;
  }

  .recitalpage-point h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .recitalpage-point__text {
    font-size: 16px;
    line-height: 1.7;
  }

  .recitalpage-flow__item {
    padding: 20px 0;
    gap: 15px;
  }

  .recitalpage-flow__num {
    width: 55px;
    height: 55px;
    font-size: 16px;
  }

  .recitalpage-flow__content h3 {
    font-size: 18px;
  }

  .recitalpage-flow__content p {
    font-size: 16px;
  }

  .recitalpage-photo img {
    border-radius: 20px;
  }

  .recitalpage-message {
    margin-top: 25px;
    padding: 20px 15px;
    border-radius: 20px;
  }

  .recitalpage-message p {
    font-size: 16px;
    text-align: left;
  }

  .recitalpage-cta {
    padding: 35px 20px;
    border-radius: 25px;
  }

  .recitalpage-cta__sub {
    font-size: 16px;
  }

  .recitalpage-cta h2 {
    font-size: 24px;
  }

  .recitalpage-cta__text {
    font-size: 16px;
  }

  .recitalpage-cta__btns {
    flex-direction: column;
    gap: 12px;
  }

  .recitalpage-btn {
    width: 100%;
    font-size: 16px;
  }

}

/******************************

  講師紹介 リード

******************************/

.teacherpage-sec1 {
  padding: 100px 0;
}

.teacherpage-lead {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.teacherpage-lead__label {
  margin: 0 0 10px;
  color: #f45c7a;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.teacherpage-lead h2 {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.teacherpage-lead > p:not(.teacherpage-lead__label) {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 2;
}

.teacherpage-lead > p:last-child {
  margin-bottom: 0;
}


/******************************

  講師紹介

******************************/

.teacherpage-sec2 {
  padding: 100px 0;
  background: #fff8f9;
}

.teacherpage-heading {
  margin-bottom: 50px;
  text-align: center;
}

.teacherpage-heading__en {
  margin: 0 0 5px;
  color: #f45c7a;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.teacherpage-heading h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.teacherpage-list {
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.teacherpage-card {
  width: calc(50% - 15px);
  padding: 40px;
  background: #fff;
  border: 2px solid #f4d7dd;
  border-radius: 30px;
}

.teacherpage-card__head {
  margin-bottom: 30px;
}

.teacherpage-card__label {
  display: inline-block;
  margin: 0 0 15px;
  padding: 6px 14px;
  color: #f45c7a;
  background: #fce7ec;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}

.teacherpage-card__head h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.teacherpage-card__profile {
  margin-bottom: 30px;
}

.teacherpage-card__profile dl {
  margin: 0;
}

.teacherpage-card__profile dl > div {
  display: flex;
  padding: 14px 0;
  border-bottom: 1px solid #f4d7dd;
}

.teacherpage-card__profile dl > div:first-child {
  border-top: 1px solid #f4d7dd;
}

.teacherpage-card__profile dt {
  width: 100px;
  color: #f45c7a;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
}

.teacherpage-card__profile dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.teacherpage-card__message {
  padding: 25px;
  background: #fffaf8;
  border-radius: 20px;
}

.teacherpage-card__message h4 {
  margin: 0 0 15px;
  color: #f45c7a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.teacherpage-card__message p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.9;
}

.teacherpage-card__message p:last-child {
  margin-bottom: 0;
}


/******************************

  レッスンで大切にしていること

******************************/

.teacherpage-sec3 {
  padding: 100px 0;
}

.teacherpage-points {
  display: flex;
  gap: 25px;
}

.teacherpage-point {
  width: calc(33.333% - 17px);
  padding: 35px 30px;
  border: 2px solid #f45c7a;
  border-radius: 30px;
  text-align: center;
}

.teacherpage-point__num {
  display: flex;
  width: 55px;
  height: 55px;
  margin: 0 auto 20px;
  color: #fff;
  background: #f45c7a;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

.teacherpage-point h3 {
  margin: 0 0 15px;
  color: #f45c7a;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.6;
}

.teacherpage-point > p:last-child {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
}


/******************************

  講師メッセージ

******************************/

.teacherpage-sec4 {
  padding: 100px 0;
  background: linear-gradient(180deg, #fff8f9, #ffffff);
}

.teacherpage-message {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 60px;
  background: #fff;
  border: 2px solid #f4d7dd;
  border-radius: 40px;
  text-align: center;
}

.teacherpage-message__sub {
  margin: 0 0 10px;
  color: #f45c7a;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.teacherpage-message h2 {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.teacherpage-message > p:not(.teacherpage-message__sub) {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 2;
}

.teacherpage-message > p:last-child {
  margin-bottom: 0;
}


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

  .teacherpage-sec1,
  .teacherpage-sec2,
  .teacherpage-sec3,
  .teacherpage-sec4 {
    padding: 60px 0;
  }

  .teacherpage-lead h2 {
    font-size: 26px;
  }

  .teacherpage-lead > p:not(.teacherpage-lead__label) {
    font-size: 16px;
  }

  .teacherpage-heading {
    margin-bottom: 35px;
  }

  .teacherpage-heading h2 {
    font-size: 25px;
  }

  .teacherpage-list {
    gap: 20px;
  }

  .teacherpage-card {
    padding: 30px 20px;
  }

  .teacherpage-card__head h3 {
    font-size: 24px;
  }

  .teacherpage-card__profile dl > div {
    flex-direction: column;
    gap: 5px;
  }

  .teacherpage-card__profile dt {
    width: auto;
  }

  .teacherpage-card__message {
    padding: 20px;
  }

  .teacherpage-points {
    gap: 15px;
  }

  .teacherpage-point {
    padding: 30px 20px;
  }

  .teacherpage-message {
    padding: 40px 30px;
  }

  .teacherpage-message h2 {
    font-size: 25px;
  }

}


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

  .teacherpage-sec1,
  .teacherpage-sec2,
  .teacherpage-sec3,
  .teacherpage-sec4 {
    padding: 50px 0;
  }

  .teacherpage-lead {
    text-align: left;
  }

  .teacherpage-lead h2 {
    font-size: 24px;
  }

  .teacherpage-heading h2 {
    font-size: 22px;
  }

  .teacherpage-list {
    flex-direction: column;
  }

  .teacherpage-card {
    width: 100%;
    padding: 25px 20px;
    border-radius: 25px;
  }

  .teacherpage-card__head {
    margin-bottom: 20px;
  }

  .teacherpage-card__head h3 {
    font-size: 23px;
  }

  .teacherpage-card__message h4 {
    font-size: 18px;
  }

  .teacherpage-points {
    flex-wrap: wrap;
    gap: 10px;
  }

  .teacherpage-point {
    width: 100%;
  }

  .teacherpage-point__num {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
  }

  .teacherpage-point h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .teacherpage-point > p:last-child {
    font-size: 16px;
    line-height: 1.7;
  }

  .teacherpage-message {
    padding: 30px 20px;
    border-radius: 25px;
    text-align: left;
  }

  .teacherpage-message h2 {
    font-size: 23px;
  }

  .teacherpage-message > p:not(.teacherpage-message__sub) {
    font-size: 16px;
  }

}


/******************************

  コース・料金ページ

******************************/

.coursepage-sec1 {
  padding: 100px 0;
}

.coursepage-sec1 .topsec4-title {
  margin-bottom: 40px;
}

.coursepage-sec1 .topsec4-fee {
  margin-top: 40px;
}


/******************************

  レッスン曜日

******************************/

.coursepage-sec2 {
  padding: 100px 0;
  background: #fff8f9;
}

.coursepage-heading {
  margin-bottom: 40px;
  text-align: center;
}

.coursepage-heading__en {
  margin: 0 0 5px;
  color: #f45c7a;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.coursepage-heading h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.coursepage-days {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  gap: 25px;
}

.coursepage-days__item {
  width: calc(50% - 13px);
  padding: 40px 30px;
  background: #fff;
  border: 2px solid #f4d7dd;
  border-radius: 30px;
  text-align: center;
}

.coursepage-days__label {
  display: inline-block;
  margin: 0 0 20px;
  padding: 6px 20px;
  color: #f45c7a;
  background: #fce7ec;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
}

.coursepage-days__day {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.coursepage-days__note {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.6;
}

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

  .coursepage-sec1,
  .coursepage-sec2 {
    padding: 60px 0;
  }

  .coursepage-heading h2 {
    font-size: 25px;
  }

  .coursepage-days__item {
    padding: 30px 20px;
  }

  .coursepage-days__day {
    font-size: 24px;
  }

}

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

  .coursepage-sec1,
  .coursepage-sec2 {
    padding: 50px 0;
  }

  .coursepage-heading {
    margin-bottom: 25px;
  }

  .coursepage-heading h2 {
    font-size: 22px;
  }

  .coursepage-days {
    gap: 10px;
  }

  .coursepage-days__item {
    width: calc(50% - 5px);
    padding: 20px 10px;
    border-radius: 20px;
  }

  .coursepage-days__label {
    margin-bottom: 12px;
    padding: 5px 12px;
    font-size: 16px;
  }

  .coursepage-days__day {
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .coursepage-days__note {
    margin-top: 5px;
    font-size: 16px;
  }

}




/******************************

  教室について メッセージ

******************************/
.aboutpage-sec2 {
  padding: 100px 0;
  background: #fff8f9;
}

.aboutpage-sec2 .catchcopy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.aboutpage-sec2 .top-message__title {
  margin: 0 0 20px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.aboutpage-sec2 .top-message__catch {
  margin: 0 0 35px;
  color: #f45c7a;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.aboutpage-sec2 .top-message__text p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 2;
}

.aboutpage-sec2 .top-message__text p:last-child {
  margin-bottom: 0;
}

.aboutpage-sec2 .top-message__text .pink {
  color: #f45c7a;
  font-weight: 600;
}


/******************************

  ピアノを通して育てたい力

******************************/

.aboutpage-sec4 {
  padding: 100px 0;
}

.aboutpage-title {
  margin-bottom: 50px;
  text-align: center;
}

.aboutpage-title__en {
  margin: 0 0 5px;
  color: #f45c7a;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.aboutpage-title h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.aboutpage-growth {
  max-width: 900px;
  margin: 0 auto;
}

.aboutpage-growth__item {
  display: flex;
  padding: 30px 0;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #f4d7dd;
}

.aboutpage-growth__item:first-child {
  border-top: 1px solid #f4d7dd;
}

.aboutpage-growth__num {
  display: flex;
  width: 65px;
  height: 65px;
  margin: 0;
  color: #fff;
  background: #f45c7a;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
}

.aboutpage-growth__content {
  flex: 1;
}

.aboutpage-growth__content h3 {
  margin: 0 0 8px;
  color: #f45c7a;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}

.aboutpage-growth__content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
}


/******************************

  教室について ラストメッセージ

******************************/

.aboutpage-last {
  max-width: 900px;
  margin: 80px auto 0;
  padding: 50px 60px;
  background: #fff8f9;
  border-radius: 40px;
  text-align: center;
}

.aboutpage-last__sub {
  margin: 0 0 10px;
  color: #f45c7a;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.aboutpage-last h2 {
  margin: 0 0 25px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.aboutpage-last > p:last-child {
  margin: 0;
  font-size: 17px;
  line-height: 2;
}


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

  .aboutpage-sec1,
  .aboutpage-sec2,
  .aboutpage-sec4 {
    padding: 60px 0;
  }

  .aboutpage-concept {
    gap: 20px;
  }

  .aboutpage-concept__item {
    padding: 30px 20px;
  }

  .aboutpage-concept__item h2 {
    font-size: 22px;
  }

  .aboutpage-concept__item > p:last-child {
    font-size: 16px;
  }

  .aboutpage-sec2 .top-message__title {
    font-size: 28px;
  }

  .aboutpage-sec2 .top-message__text p {
    font-size: 16px;
  }

  .aboutpage-title {
    margin-bottom: 35px;
  }

  .aboutpage-title h2 {
    font-size: 25px;
  }

  .aboutpage-last {
    margin-top: 60px;
    padding: 40px 30px;
  }

}


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

  .aboutpage-sec1,
  .aboutpage-sec2,
  .aboutpage-sec4 {
    padding: 50px 0;
  }

  .aboutpage-concept {
    flex-direction: column;
  }

  .aboutpage-concept__item {
    width: 100%;
    padding: 25px 20px;
    border-radius: 25px;
  }

  .aboutpage-concept__label {
    margin-bottom: 15px;
  }

  .aboutpage-concept__item h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .aboutpage-sec2 .catchcopy {
    text-align: left;
  }

  .aboutpage-sec2 .top-message__title {
    font-size: 24px;
  }

  .aboutpage-sec2 .top-message__catch {
    margin-bottom: 25px;
    font-size: 21px;
  }

  .aboutpage-title h2 {
    font-size: 22px;
  }

  .aboutpage-growth__item {
    padding: 20px 0;
    gap: 15px;
  }

  .aboutpage-growth__num {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .aboutpage-growth__content h3 {
    font-size: 18px;
  }

  .aboutpage-growth__content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .aboutpage-last {
    margin-top: 40px;
    padding: 30px 20px;
    border-radius: 25px;
    text-align: left;
  }

  .aboutpage-last h2 {
    font-size: 22px;
  }

  .aboutpage-last > p:last-child {
    font-size: 16px;
  }

}
/******************************

  教室について メッセージ

******************************/

.aboutpage-messageblock {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 60px;
  background: #fff;
  border: 2px solid #f4d7dd;
  border-radius: 40px;
  text-align: center;
}

.aboutpage-messageblock__title {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.aboutpage-messageblock__catch {
  margin: 0 0 30px;
  color: #f45c7a;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.aboutpage-messageblock__text p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 2;
}

.aboutpage-messageblock__text p:last-child {
  margin-bottom: 0;
}

.aboutpage-messageblock__text .pink {
  color: #f45c7a;
  font-weight: 600;
}

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

  .aboutpage-messageblock {
    padding: 40px 30px;
  }

  .aboutpage-messageblock__title {
    font-size: 27px;
  }

  .aboutpage-messageblock__catch {
    font-size: 22px;
  }

  .aboutpage-messageblock__text p {
    font-size: 16px;
  }

}

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

  .aboutpage-messageblock {
    padding: 30px 20px;
    border-radius: 25px;
    text-align: left;
  }

  .aboutpage-messageblock__title {
    font-size: 24px;
  }

  .aboutpage-messageblock__catch {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .aboutpage-messageblock__text p {
    font-size: 16px;
    line-height: 1.9;
  }

}

/******************************

  教室について 教室のご案内

******************************/

.aboutpage-guide {
  padding: 100px 0;
}

.aboutpage-guide__intro {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.aboutpage-guide__en {
  margin: 0 0 5px;
  color: #f45c7a;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.aboutpage-guide__intro h2 {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.aboutpage-guide__intro > p:not(.aboutpage-guide__en) {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 2;
}

.aboutpage-guide__intro > p:last-child {
  margin-bottom: 0;
}

.aboutpage-guide__piano {
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px 50px;
  background: #fff;
  border: 2px solid #f4d7dd;
  border-radius: 40px;
}

.aboutpage-guide__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.aboutpage-guide__label {
  display: inline-block;
  margin: 0 0 15px;
  padding: 6px 16px;
  color: #f45c7a;
  background: #fce7ec;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}

.aboutpage-guide__content h3 {
  margin: 0 0 25px;
  color: #f45c7a;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.aboutpage-guide__content > p:not(.aboutpage-guide__label) {
  margin: 0 0 15px;
  font-size: 17px;
  line-height: 2;
}

.aboutpage-guide__content > p:last-child {
  margin-bottom: 0;
}

.aboutpage-guide__photos {
  display: flex;
  margin-top: 35px;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.aboutpage-guide__photo {
  width: 250px;
  aspect-ratio: 5 / 3;
  overflow: hidden;
}

.aboutpage-guide__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

  .aboutpage-guide {
    padding: 60px 0;
  }

  .aboutpage-guide__intro {
    margin-bottom: 40px;
  }

  .aboutpage-guide__intro h2 {
    font-size: 25px;
  }

  .aboutpage-guide__intro > p:not(.aboutpage-guide__en) {
    font-size: 16px;
  }

  .aboutpage-guide__piano {
    padding: 35px 30px;
  }

  .aboutpage-guide__content h3 {
    font-size: 22px;
  }

  .aboutpage-guide__content > p:not(.aboutpage-guide__label) {
    font-size: 16px;
  }

  .aboutpage-guide__photo {
    width: 125px;
    height: 125px;
  }

}

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

  .aboutpage-guide {
    padding: 50px 0;
  }

  .aboutpage-guide__intro {
    margin-bottom: 30px;
    text-align: left;
  }

  .aboutpage-guide__intro h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .aboutpage-guide__piano {
    padding: 30px 20px;
    border-radius: 25px;
  }

  .aboutpage-guide__content {
    text-align: left;
  }

  .aboutpage-guide__content h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .aboutpage-guide__photos {
    gap: 8px;
  }

  .aboutpage-guide__photo {
    width: calc(33.333% - 6px);
    height: auto;
    aspect-ratio: 1 / 1;
  }

}

/******************************

  コース詳細 追加

******************************/

.topsec4-item__lesson {
  margin: 0 0 15px;
  color: #f45c7a;
  font-size: 16px;
  line-height: 1.7;
}

.topsec4-item__lesson strong {
  font-weight: 600;
}

.topsec4-item__price .sub {
  margin-left: 3px;
  font-size: 14px;
  font-weight: 400;
}

.topsec4-single {
  display: flex;
  max-width: 1000px;
  margin: 30px auto 0;
  align-items: stretch;
  border: 2px solid #f4d7dd;
  border-radius: 15px;
  overflow: hidden;
}

.topsec4-single__title {
  display: flex;
  width: 50%;
  padding: 18px 20px;
  align-items: center;
  justify-content: center;
  color: #f45c7a;
  background: #fce7ec;
  font-size: 18px;
  font-weight: 600;
}

.topsec4-single__price {
  display: flex;
  width: 50%;
  padding: 18px 20px;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.topsec4-single__price strong {
  font-size: 22px;
  font-weight: 600;
}

.topsec4-single__price span {
  margin-left: 5px;
  font-size: 14px;
}

.topsec4-attention {
  max-width: 1000px;
  margin: 15px auto 0;
  color: #f45c7a;
  font-size: 16px;
  line-height: 1.8;
}

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

  .topsec4-item__lesson {
    font-size: 16px;
  }

  .topsec4-single__title {
    font-size: 16px;
  }

  .topsec4-single__price strong {
    font-size: 20px;
  }

  .topsec4-attention {
    font-size: 16px;
  }

}

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

  .topsec4-item__lesson {
    margin-bottom: 10px;
    line-height: 1.6;
  }

  .topsec4-item__price .sub {
    display: block;
    margin: 2px 0 0;
    font-size: 14px;
  }

  .topsec4-single {
    margin-top: 20px;
  }

  .topsec4-single__title,
  .topsec4-single__price {
    padding: 15px 10px;
  }

  .topsec4-single__title {
    font-size: 16px;
  }

  .topsec4-single__price strong {
    font-size: 18px;
  }

  .topsec4-attention {
    margin-top: 10px;
    font-size: 16px;
  }

}