section#message{
  background: -moz-linear-gradient(top, #FFE1C9, #FFF0C7 70%, #FDEBE4);
  background: -webkit-linear-gradient(top, #FFE1CF, #FFF0C7 70%, #FDEBE4);
  background: linear-gradient(to bottom, #FFE1CF,
    #FFF0C7 70%,
    #FDEBE4);
  padding-top: 111px;
  padding-bottom: 60px;
  text-align: left;


}

.message-t {
  margin-top: 45px;
}

#omoi{
  width: 570px;
}

.message-t-img,.message-b-img{
  position: relative;
}

.main-message{
  position: absolute;
  bottom: -43px;
  left: 0px;
}

.main-message-b {
  position: absolute;
  bottom: -21px;
  left: 0px;
}

.message-t-txt {
  padding-top: 80px;
}

.message-b {
  padding-top: 40px;
}

.main-b-message{
  position: absolute;
  bottom:-11px;
  right: 2px;
}

.message-b-txt{
  padding-top:56px;
}

.container {
  padding: 0 35px;
  box-sizing: border-box;
}


.pb-5{
  padding-bottom: 10px;
  padding-top: 10px;
}


/*===================================================================
member
==================================================================*/

#member{
  background-color:#FDF6E8 ;
  padding-top: 70px;
  text-align: center;
  padding-bottom: 140px;
}

.studio-title{
  width: 193px;
  padding-bottom: 15px;
}

.mama-title{
  width: 228px;
  padding-bottom: 15px;
}

.unei-title{
  width: 146px;
  padding-bottom: 15px;
}

.mem-card{
  background-color: #fff;
  padding: 24px 20px 24px 10px;
  margin: 0 auto;
  width: 280px;
  height: 148px;
  display: flex!important;
  justify-content: space-between;
}

.face-img{
  width: 101px;
}

.name{
  font-size: 18px;
  text-align: left;
}

.card-btn{
  font-size: 13px;
  border: 1px solid #2B3F72;
  border-radius: 50px;
  width: 135px;
  height: 33px;
  margin-top: 10px;
}

.studio-lesson-trainer,.mama-trainer,.unei-trainer{
  margin-bottom: 64px;
}
.studio-lesson-trainer{
  margin-top: 57px;
}

.modal-toggle.modal-span.mem-card.flex.slick-slide {
  margin: 0 10px;
}



.swip{
  display: none;
}

.swip.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/*================================================
モーダル
=================================================*/
.modal-span {
  cursor: pointer;
}

.modal-outer {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 63, 114, 0.65);
  z-index: 10000;
}

.modal-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow-y: auto;
  width: 100%;
  max-width: 400px;
  background: #fff;
  padding: 48px 30px 0;
  max-height: 80vh;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 200%;
  text-align: left;
  height: fit-content;
}

.modal-inner-container{
  padding-bottom: 40px;
}

.show {
  display: block;
}

.modal-inner-header {
  padding-bottom: 25px;
  max-width: 550px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.close-btn-top {
  cursor: pointer;
  color: #fff;
  font-size: 2em;
  position: absolute;
  top: 20px;
  right: 20px;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 3.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 3.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}


@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@media (max-width: 570px) {

  #omoi {
    width: 100%;
  }

  section#message{
    padding-top: 111px;
  }
#member {

  padding-bottom: 70px;
  width: 100%;
}

.studio-lesson-trainer,
.mama-trainer,
.unei-trainer {
  margin-bottom: 44px;
}

.modal-inner {
  max-width: 300px;
}


}
