* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%; /* 16px * 0.625 = 10px */
  overflow-x: hidden;
  font-family: "Zen Maru Gothic", serif;
}

body{
  margin: 0;
  width: 100%;
  text-align: center;
  line-height: 1.5; /* 行間を適切に設定 */
  overflow-x: hidden;
}

img{
  width: 100%;
}

.wrap{
  width:100%;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0;
}
.section-title{
  font-size:3.2rem ;
  font-weight: 700;
  color: #604c3f;
  margin-bottom:40px;
}
@media screen and (min-width:750px){
  .wrap{
    width:750px;
    box-shadow:3px 3px 3px #dcd5d5;
  }
  .pc-bg {
      background-color: #ffffff;
      background-image: linear-gradient(90deg, #ec76770a 12px, transparent 12px), linear-gradient(#ec76770a 12px, transparent 12px);
      background-position: 10px 10px;
      background-size: 42px 42px;
  }
  .section-title{
    font-size:4.2rem ;
  }
  .underline{
    text-decoration-line: underline;
  }
  }

/*====================================================================
トップ
======================================================================*/

.section__top {
  width: 100%; 
}

/*====================================================================
ワクリエカレッジとは
======================================================================*/

.section__about{
  margin-top:-10px;
  padding:30px 30px 100px 30px;
  background-color:#fcf8d5 ;
}
.section__about img{
  width: 100%;
}
.section__about-description{
  margin-top:40px;
  margin-bottom:40px;

}
.section__about p{
  margin-top:30px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.75rem;
  line-height: 2.7rem;
}
@media screen and (min-width:750px){
  .section__about{
    padding:30px 70px 100px 70px;
  }
  .section__about p{
    margin-top:30px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  
}


/*====================================================================
開催概要
======================================================================*/

.wave{
  margin-top:-15px;
}
.section__overview{
  padding:20px 30px 70px 30px;
}
.section__overview-detail{
  margin-bottom:50px;

}
.section__overview-detail__item{
  border-bottom: 3px dotted #ec7677;
  padding:25px 3px;
  list-style: none;
  text-align: left;
}
.section__overview-detail__item-title{
  font-size: 1.8rem;
  font-weight: 700;
  color: #ec7677;
  margin-bottom:5px;
}
.section__overview-detail__item-text{
  font-size: 1.8rem;
  color: #604c3f;
}
.section__overview-detail__item-text-14{
  font-size: 1.4rem;
  color: #604c3f;
}
.section__overview-detail__item-pink{
  margin-top:5px;
  font-size: 1.4rem;
  color:#ec7677;
}
.section__overview-detail__item-map{
  margin-top:10px;
}
.section__overview-detail__item-map iframe{
  width: 100%;
  height: 250px;
  margin:0 auto;
  border-radius: 20px;
}
@media screen and (min-width:750px){
  .section__overview{
    padding:20px 70px 70px 70px;
}
.section__overview-detail__item-title{
  font-size: 2.0rem;
}
.section__overview-detail__item-text{
  font-size: 2.0rem;
}
.section__overview-detail__item-text-14{
  font-size: 1.6rem;
}
.section__overview-detail__item-pink{
  margin-top:5px;
  font-size: 1.6rem;
}
.section__overview-detail__item-map iframe{
  width: 100%;
  height: 450px;
  margin:0 auto;
  border-radius: 20px;
}
}



/*====================================================================
講座一覧
======================================================================*/
.section__course-wrap{
  padding:5px 30px 70px 30px;
  background: repeating-linear-gradient(-50deg, #ffffff, #fbf6ca 5px, #ffffff 5px,  #ffffff 10px);
}
.section__course{
  margin-top:60px;
}
.section__course-title{
  width: 65%;
}
.section__course-list{
  margin-top:30px;
}
.section__course-list__item{
  list-style: none;
  background-color: #ffffff;
  padding: 15px;
  border-radius:10px ;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom:25px;
}
.green-frame{
  border: solid 3px #c3d600;
}
.green-text{
  font-size: 2.0rem;
  font-weight: 700;
  color: #6fb92c;
  font-feature-settings: "palt";
}
.pink-frame{
  border: solid 3px #f4b1b1;
}
.pink-text{
  font-size: 2.0rem;
  font-weight: 700;
  color: #ec7677;
  font-feature-settings: "palt";
}
.section__course-list__item-content p{
  font-size: 1.8rem;
  font-weight: 500;
  color: #604c3f;
}
.section__course-list__item-arrow img{
  width: 7px;
}
.section__course-list__item-content_man{
  background-color:#58b5e7 ;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding:1px 10px 3px 10px;
  width:130px ;
  border-radius: 30px;
  margin-top: 5px;
}
.section__course-list__item-content_woman{
  background-color:#ec7677 ;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding:1px 10px 3px 10px;
  width:130px ;
  border-radius: 30px;
  margin-top: 5px;
}
.section__course-attention{
  width: 100%;
  color: #604c3f;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (min-width:750px){
  .section__course-wrap{
    padding:5px 70px 70px 70px;
  }
  .green-text{
    font-size:2.4rem;
  }
  .pink-text{
  font-size: 2.4rem;
}
.section__course-list__item-arrow img{
  width: 10px;
}
.section__course-list__item{
  padding: 15px 25px;
}
.section__course-list__item-content p{
  font-size: 2.0rem;
}

}


/*====================================================================
オンライン参加方法
======================================================================*/
.section__online{
  padding-top:50px;
  padding-bottom:70px;
  color: #604c3f;
}
.section__online-step{
  margin-bottom:50px;
}
.section__online-step img{
  width: 100%;
  margin-bottom:10px;

}
.section__online-step__wrap{
  padding: 0 30px;
  text-align: left;
}
.section__online-step__head{
  font-size: 2.0rem;
  text-align: center;
  margin-bottom:10px;
}
.section__online-step__description{
  font-size: 1.8rem;
}
.section__online-step__attention{
  font-size: 1.4rem;
}
.section__online-attention{
  margin:0 30px;
  padding:30px 30px;
  background-color: #fcf564;
  border-radius: 40px;
}
.section__online-attention h3{
  display: block;
  margin:0 auto;
  padding-bottom:10px;
  border-bottom: solid 3px #604c3f;
  text-align: center;
  font-size: 2.4rem;
  width: 115px;
}
.section__online-attention p{
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top:20px;
}
@media screen and (min-width:750px){

.section__online-step__wrap{
  padding: 0 70px;
  text-align: left;
}
  .section__online-step__head{
    font-size: 3.2rem;
    text-align: center;
    margin-bottom:10px;
  }
  .section__online-step__description{
    font-size: 2.4rem;
  }
  .section__online-step__attention{
    font-size: 1.6rem;
  }
  .section__online-attention{
    margin:0 70px;
    padding:50px 50px;
    background-color: #fcf564;
    border-radius: 40px;
  }
  .section__online-attention h3{
    font-size: 3.2rem;
    width: 200px;
  }
  .section__online-attention p{
    font-size: 1.8rem;
  }

}
/*====================================================================
フッター
======================================================================*/
.footer{
  background-color: #ec7677;
  padding:30px 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
.footer p{
  margin-top:15px;
}
.footer-email{
  width:176px ;
}
.footer-logo{
  background-color: #fff;
  padding:5px 30px;
  width:100%;
  margin-top:20px;
  border-radius: 10px;
}
@media screen and (min-width:750px){
  .footer{
    font-size: 2.0rem;
  }
  .footer-logo{
    background-color: #fff;
    padding:5px 50px;
    width:60%;
    margin-top:20px;
    border-radius: 10px;
  }
}
/*====================================================================
ホバーアクション
======================================================================*/

a {
  display: block; /* アニメーション効果が効くようにブロック要素に */
  transition: opacity 0.3s ease, transform 0.3s ease; /* 不透明度と位置変化のアニメーション */
  text-decoration: none;
}

a:hover {
  opacity: 0.7; /* オンマウスで不透明度70% */
  transform: translateY(-3px); /* オンマウスで3px上に移動 */
}
button {
  transition: opacity 0.3s ease; /* 不透明度のアニメーション */
}

button:hover {
  opacity: 0.7; /* オンマウスで不透明度70% */
}


/*====================================================================
各講座 個別ページ
======================================================================*/
.course-top img{
  padding:30px 30px;
}
.course-title-green h3{
  background-color: #6fb92c;
  margin:-5px;
  padding:5px 0px;
  z-index: 2;
  color: #fff;
  font-size: 2.4rem;
}
.course-title-pink h3{
  background-color: #ec7677;
  margin:-5px;
  padding:5px 0px;
  z-index: 2;
  color: #fff;
  font-size: 2.4rem;
}
.couse-datail-description{
  padding:20px 30px;
}
.couse-datail-description-green{
  font-size: 1.8rem;
  font-weight: 500;
  color: #6fb92c;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom:20px;
}
.couse-datail-description-pink{
  font-size: 1.8rem;
  font-weight: 500;
  color: #ec7677;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom:20px;
}
.couse-datail-overview-item{
  padding:25px 3px;
  list-style: none;
  text-align: left;
}
.line-green{
  border-top: 3px dotted #6fb92c;
}
.line-pink{
  border-top: 3px dotted #ec7677;
}
.couse-datail-overview-item-text{
  font-size: 1.8rem;
  font-weight: 500;
  color: #604c3f;
}
.couse-datail-overview-item-small{
  font-size: 1.6rem;
  color: #604c3f;
  text-align: justify;
  text-justify: inter-ideograph;
}
.couse-datail-overview-item-attention{
  font-size: 1.4rem;
  color: #604c3f;
}
.couse-datail-overview-item-instructor-green img{
  border-radius: 48px;
  border:solid 10px #c3d600;
  margin-top:20px;
}

.couse-datail-overview-item-instructor-pink img{
  border-radius: 48px;
  border:solid 10px #f4b1b1;
  margin-top:20px;
}
@media screen and (min-width:750px){
.course-title-pink h3{
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    padding:5px 0px;
    z-index: 2;
    color: #fff;
    font-size: 3.2rem;
    width: 750px;
  }
  .course-title-green h3{
    margin-left: auto;
    margin-right: auto;
    background-color: #6fb92c;
    padding:5px 0px;
    z-index: 2;
    color: #fff;
    font-size: 3.2rem;
    width: 750px;
  }
  .couse-datail-description{
    padding:20px 70px;
  }
  .couse-datail-description-green{
    font-size: 2.0rem;
  }

  .couse-datail-description-pink{
    font-size: 2.0rem;
  }
  .couse-datail-overview-item-text{
    font-size: 2.0rem;
  }

}