@charset "utf-8";
/* CSS Document */

.mainTxt {
  padding: 40px 0;
}
.swiper-slide img {
	width: 100%;
	max-width: 2000px;
}
.mainTxt p {
  text-align: center;
  color: #64442C;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.5;
}

/* lessonArea */
.lessonArea {
  padding: 60px 0;
  background-color: #F5F5F5;
}
.lessonArea ul {
  display: flex;
  justify-content: space-around;
}
.lessonArea ul li {
  width: 30%;
  margin: 0 auto;
  text-align: center;
  background-color: #FDF0ED;
  border-radius: 25px;
  overflow: hidden;
}
.lessonArea ul li:hover{
  transition: 0.3s;
  opacity: 0.8;
}
.lessonArea ul li img {
  text-align: center;
  width: 100%;
}
.lessonArea .lessonTxt {
  min-height: 180px;
  padding: 0 20px 20px;
}
.lessonArea .lessonTxt .h3img {
  text-align: center;
  background-image: url(../img/common/h3.png);
  background-size: 32%;
  background-position: bottom;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: 700;
  color: #EB5F83;
  padding-bottom: 20px;
  margin: 20px 0;
}
.lessonArea .lessonTxt p {
  text-align: center;
  padding: 0 12px;
  font-size: 15px;
  color: #000;
}

/*wellnessArea*/
.wellnessArea {
  background-color: #FAD7CD;
}
.wellnessArea .txt,
.scheduleArea .txt {
  text-align: center;
  width: 50%;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wellnessArea h3,
.scheduleArea h3 {
  display: flex;
  letter-spacing: 1.5;
  color: #8e6243;
  margin-bottom: 20px;
}
.wellnessArea .h3img,
.scheduleArea .h3img {
  text-align: center;
  background-image: url(../img/common/h3.png);
  background-size: 100px;
  background-position: bottom;
  background-repeat: no-repeat;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 20px 0;
}
.wellnessArea p,
.scheduleArea p {
  font-size: 16px;
}
.wellnessArea .p_btn,
.scheduleArea .p_btn {
  margin-top: 20px;
  width: 38%;
}
.wellnessArea .txt .p_btn a,
.scheduleArea .txt .p_btn a {
  display: block;
  letter-spacing: 2;
  padding: 10px 0;
  color: #FFF;
  background-color: #F29CB1;
  border: solid 1px #fff;
  border-radius: 25px;
}

.wellnessArea .txt .p_btn a:hover,
.scheduleArea .txt .p_btn a:hover {
  transition: 0.3s;
  background-color: #EB5F83;
}
.beforeImgArea .inner:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin: 0;
}
.wellnessArea .inner:before {
  background-image: url("../img/top/top_wellness01.jpg");
}
.scheduleArea .inner:before {
  background-image: url("../img/top/top_schedule.jpg");
}
.beforeImgArea .inner {
  width: 100%;
  max-width: 1080px;
  height: 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scheduleArea .inner {
  flex-direction: row-reverse;
}

/*scheduleArea*/
.scheduleArea {
  background-color: #F5F5F5;
}

/*NEWSArea*/
.newsArea {
  background-color: #FDF0ED;
  padding: 40px 0;
}
.newsArea .inner {
  display: flex;
  justify-content: space-between;
}
.newsArea .news {
  width: 48%;
  padding: 40px 60px;
  background-color: #fff;
}
.newsArea .news .news_tit {
  text-align: center;
  color: #EB5F83;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px dashed #EB5F83;
  margin-bottom: 25px;
}
.newsArea .news .news_tit:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/s_logo.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px 10px 0 0;
  vertical-align: sub;
}
.newsArea .news .news_tit:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/s_logo.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px 0 0 10px;
  vertical-align: sub;
}
.newsArea .news ul.newsList li a{
  color: #000;
  display: flex;
  padding-bottom: 20px;
  font-size: 15px;
}
.newsArea .news ul.newsList li a:hover{
  opacity: 0.7;
}
.newsArea .news ul.newsList .day{
  border-bottom: 1px dotted #000;
  width: 6em;
  margin-right: 32px;
}

.newsArea .news .more_btn {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  width: 40%;
  font-size: 16px;
}
.newsArea .news .more_btn a {
  display: block;
  padding: 10px 0;
  color: #3E3939;
  background-color: #FAD5CA;
  border-radius: 25px;
}
.newsArea .news .more_btn a:hover {
  transition: 0.3s;
  background-color: #EB5F83;
  color: #fff;
}
/*NEWSエリアここまで*/

@media screen and (max-width: 1200px){
.newsArea .news ul.newsList a{
  flex-direction: column;
  font-size: 13px;
}
}

@media screen and (max-width: 1100px){
.lessonArea {
  padding: 30px 0;
}
.lessonArea .lessonTxt p {
  padding: 0 10px;
  font-size: 14px;
}
.newsArea .news .more_btn {
  width: 70%;
}
}

@media screen and (max-width: 1024px){
.main .catchArea .catchBox {
  width: 100%;
}
}

@media screen and (max-width: 840px){
.lessonArea .lessonTxt {
  padding: 0 15px 20px;
}
.lessonArea .lessonTxt .h3{
  font-size: 20px;
}
.lessonArea .lessonTxt p {
  font-size: 13px;
}
.wellnessArea h3 {
  font-size: 20px;
  }
.wellnessArea .p_btn {
  width: 60%;
}
.scheduleArea h3 {
  font-size: 20px;
}
.scheduleArea .p_btn {
  width: 60%;
}
.linkArea {
  padding: 20px 0;
}
.linkArea .link_inner ul li a {
  padding: 10px 0;
  margin-top: 0px;
  font-size: 18px;
  border: 3px solid #FAD5CA;
}
}


@media screen and (max-width: 767px) {
.main .catchArea .catchBox .h2Area {
  width: 100%;
}
.main .catchArea .catchBox h2 {
  font-size: 5vw;
  line-height: 1.2;}
.main .catchArea .catchBox p {
  font-size: 2.8vw;
}
.main .catchArea .catchBox {
  width: 100%;
}
.mainTxt {
  padding: 40px 0;
}
.mainTxt p {
  font-size: 16px;
  line-height: 1.5;
}
.lessonArea .inner ul {
  display: block;
  margin: 20px auto;
  }
.lessonArea ul li {
  width: 80%;
  margin: 10px auto;
 }
.lessonArea .lessonTxt {
  min-height: inherit;
}
.lessonArea .lessonTxt p {
  text-align: left;
  font-size: 16px;
}
.wellnessArea .inner,
.scheduleArea .inner {
  flex-direction: column;
  height: auto;
  padding: 10px;
}
.wellnessArea .inner:before,
.scheduleArea .inner:before {
  width: 100%;
  height: 58vw;
}
.wellnessArea h3,
.scheduleArea h3 {
  font-size: 22px;
}
.wellnessArea .txt,
.scheduleArea .txt {
  width: 100%;
  margin: 40px 0;
}
.wellnessArea p,
.scheduleArea p  {
  font-size: 16px;
}
.wellnessArea .p_btn,
.scheduleArea .p_btn {
  width: 70%;
}
/*NEWSエリア*/
.newsArea .inner {
  flex-direction: column;
}
.newsArea .news {
  width: 100%;
  padding: 40px 8vw;
  margin-bottom: 40px;
}
.newsArea .news ul .newsList .day{
  border-bottom: none;
}
.newsArea .news ul .newsList .tit{
  border-bottom: 1px dotted #000;
}
.newsArea .news .more_btn {
    width: 70%;
}
}