@charset "utf-8";
/* CSS Document */
/*コンセプトエリア*/
.conceptArea {
  padding: 50px 0;
}
.conceptArea .inner {
  width: 100%;
  max-width: 1200px;
  height: 360px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}
.conceptArea .inner:before {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  background-image:url("../img/top/top_schedule.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin: 0;
}
.conceptArea .txt {
  width: 45%;
  padding-top: 20px;
}
.conceptArea .txt p {
  font-size: 16px;
  color: #64442C;
}
.menuArea .menutit {
  text-align: center;
  padding: 10px 0;
  font-size: 21px;
  letter-spacing: 1.5px;
  color: #FFF;
  background-color: #F3A1B5;
}

/*メニューエリア*/
.menuArea {
  padding: 50px 0;
  background-image:url("../img/salonakiko/room.jpg");
  background-repeat:  no-repeat;
  background-position:center center;
  background-size:cover;
}
.menuArea .menuImg {
  width: 1050px;
  margin: 30px auto 0;
}
.menuArea .menulist {
  margin: 40px 0;
}
.menuArea dl {
  display: flex;
  padding: 15px 0;
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 600;;
  border-bottom: 1px solid #CCC;
  align-items: center;
}
.menuArea dl:first-child {
  border-top: 1px solid #CCC;
}
.menuArea dl dt {
  width: 30%;
  padding-left: 50px;
  color: #EB5F83;
}
.menuArea dl dd {
  width: 70%;
}

/*etclesson*/
.etclesson .inner .etctxt {
  text-align: center;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 1.5px;
  padding: 40px 0;
}

/*ウェルネスコーチエリア*/
.wellnessArea01 {
  padding: 50px 0;
  background-color: #F6F6F6;
}
.wellnessArea01 .inner {
  width: 100%;
  max-width: 1200px;
  height: 360px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}
.wellnessArea01 .inner:before {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  background-image:url("../img/top/top_wellness01.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin: 0;
}
.wellnessArea01 .txt {
  width: 45%;
  padding-top: 20px;
}
.wellnessArea01 .txt p {
  text-align: center;
  font-size: 16px;
  color: #000;
}
.wellnessArea01 .inner .txt .menu_btn{
  padding-top: 30px;
  width: 80%;
}

/*料金システムエリア*/

#cost {
  padding-top:100px;
  margin-top:-100px;
}
/*取扱い商品エリア*/
.goodsArea {
  padding: 50px 0;
  background-color: #FDF0ED;
}
.goodsArea .inner {
  width: 100%;
  max-width: 1200px;
  height: 360px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.goodsArea .movie {
  width: 45%;
}
.goodsArea .movie iframe {
  width: 100%;
  height: 315px;
}
.goodsArea .txt {
  width: 45%;
  padding-top: 20px;
}
.goodsArea .inner .txt .goodstxt {
  padding-bottom: 10px;
}
.goodsArea .inner .txt .goodstxt dt{
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #EB6385;
}
.goodsArea .inner .txt .goodstxt dd{
  font-size: 14px;
}

/*場所エリア*/
.placeArea {
  padding: 50px 0;
  background-color: #FDF0ED;
}
.placeArea .inner p {
  text-align: center;
  font-size: 16px;
}
.bigTxt {
	font-size: 18px!important;
	font-weight: bold!important;
}
@media screen and (max-width: 1140px){
.goodsArea .inner {
  flex-direction: column;
  height: auto;
}
.goodsArea .inner .movie {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.goodsArea .inner .txt {
  width: 90%;
  padding-top: 20px;
}
}
@media screen and (max-width: 840px){
.conceptArea .inner {
  display: flex;
  flex-direction: column;
  height: auto;
} 
.conceptArea .inner:before {
  flex-direction: column;
  width: 100%;
  height: 58vw;
  background-position: center center;
}
.conceptArea .txt {
  width: 100%;
}
.menuArea {
  padding: 30px 0;
}
.menuArea .menuImg {
  width: 100%;
  text-align: center;
}
.menuArea dl {
  display: block;
}
.menuArea dl dt {
  width: 100%;
  padding-left: 0;
}
.menuArea dl dd {
  width: 100%;
  font-weight: 400;
}
#cost {
  padding-top:70px;
  margin-top:-70px;
}

.wellnessArea01 .inner {
  flex-direction: column;
  height: auto;
}
.wellnessArea01 .inner:before {
  flex-direction: column;
  width: 100%;
  height: 70vw;
  background-position: center center;
}
.wellnessArea01 .txt {
  width: 100%;
}
.wellnessArea01 .txt p {
  text-align: left;
}
.menu_btn a {
  padding: 5px 0;
  font-size: 18px;
  border: 3px solid #FAD5CA;
}
.goodsArea .inner {
  display: flex;
  flex-direction: column;
  height: auto;
} 
.goodsArea .inner:before {
  flex-direction: column;
  width: 100%;
  height: 80vw;
  background-position: top center;
}
.goodsArea .txt {
  width: 100%;
  padding-top: 30px;
}

.placeArea .inner p{
  text-align: left;
}
}