@charset "utf-8";
/* CSS Document */
.sp_only_02 {
	display: none;
}
h2{
  padding: 0;
  font-size: 36px;
}
h3 {
  margin: 0 auto;
  text-align: center;
  background-image: url(../img/common/h3.png);
  background-size: 80px;
  background-position: bottom center;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.menu_btn {
  width: 47%;
  margin: 0 auto;
}
.menu_btn a {
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 22px;
  color: #fff;
  background-color: #EB6384;
  border: 3px solid #FAD5CA;
  border-radius: 40px;
}
.menu_btn a:hover {
  transition: 0.3s;
  background-color: #FDF0ED;
  border: 3px solid #EB5F83;
  color: #EB5F83;
}
.main .mainImgArea {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
}
.main .mainImgArea h2 {
  width: 100%;
}
.main .mainImgArea h2 img {
  width: 100%;
}
/*.main .mainImgArea {
  height: 450px;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
*/
.main .mainImgArea:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-image: url("../img/common/mainImg_bg.png");
  background-position: top center;
  background-repeat: repeat-x;
}
.mainImgAreaInner{
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  padding-top: 22.4vw;
}
.mainImgAreaImg{
  position: absolute;
  top: 0;
  left: 0;
}
.main .mainImgArea h2 {
  color: #585252;
  font-size: 1.8vw;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 600;
  font-style: normal;
	letter-spacing: .08em;
  text-shadow: rgba(255,255,255,.3) 2px 0px 15px, rgba(255,255,255,.3) -2px 0px 15px, rgba(255,255,255,.3) 0px -2px 15px, rgba(255,255,255,.3) -2px 0px 15px, rgba(255,255,255,.3) 2px 2px 15px, rgba(255,255,255,.3) -2px 2px 15px, rgba(255,255,255,.3) 2px -2px 15px, rgba(255,255,255,.3) -2px -2px 15px, rgba(255,255,255,.3) 1px 2px 15px, rgba(255,255,255,.3) -1px 2px 15px, rgba(255,255,255,.3) 1px -2px 15px, rgba(255,255,255,.3) -1px -2px 15px, rgba(255,255,255,.3) 2px 1px 15px, rgba(255,255,255,.3) -2px 1px 15px, rgba(255,255,255,.3) 2px -1px 15px, rgba(255,255,255,.3) -2px -1px 15px, rgba(255,255,255,.3) 1px 1px 15px, rgba(255,255,255,.3) -1px 1px 15px, rgba(255,255,255,.3) 1px -1px 15px, rgba(255,255,255,.3) -1px -1px 15px;
}

.breadArea {
    padding-top: 20px;
    position: relative;
    z-index: 10;
}
.breadArea .inner {
    padding: 0 2%;
    text-align: right;
}
/*コンセプトエリア*/
.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 .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%;
}

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

.priceArea .enrollment {
  width: 96%;
  margin: 0 auto 30px;
}
.priceArea .enrollment th {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #FFF;
  background-color: #F3A1B5;
}
.priceArea .enrollment td {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  background-color: #F6F6F6;
  border: 1px solid #FFF;
}
.priceArea .tableArea {
  display: flex;
  justify-content: space-around;
}
.priceArea .tableLeft,
.priceArea .tableRight {
  width: 46%;
}
.priceArea .tableRight .privateTable {
  margin-top: 55px;
}
.priceArea .detailArea {
  display: flex;
  justify-content: space-around;
}
.priceArea .detailLeft,
.priceArea .detailRight {
  width: 46%;
}
.priceArea .detailLeft {
  padding: 10px 20px;
  border: 3px solid #FAD5CA;
  border-radius: 10px;
}
.priceArea .detailArea .detailLeft p.fontP {
  font-size: 16px;
  color: #EB6385;
}
.priceArea .detailRight {
  padding-top: 10px;
}
.priceArea table {
  margin-bottom: 15px;
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.priceArea .tableRight table {
  margin: 0 0 15px;
}
.priceArea table caption{
  font-size: 16px;
  color: #EB6385;
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.priceArea .tableArea table th {
  padding: 10px 0 10px 30px;
  width: 65%;
  background-color: #FAD5CA;
  border: 1px solid #FFF;
}
.priceArea .tableArea table td {
  padding: 10px 0 10px 30px;
  width: 35%;
  text-align: center;
  vertical-align: middle;
  background-color: #F6F6F6;
  border: 1px solid #FFF;
}

/*グーテンベルク用css*/
.leftBox .singleBox .titleArea p.has-small-font-size{
  font-size: 13px;
}
.leftBox .singleBox .titleArea p.has-medium-font-size{
  font-size: 20px;
}
.leftBox .singleBox .titleArea p.has-large-font-size{
  font-size: 36px;
}
.leftBox .singleBox .titleArea p.has-huge-font-size, .has-larger-font-size{
  font-size: 42px;
}
.leftBox .singleBox .titleArea p em{
  font-style: italic;
}
p strong,
p b {
  font-weight: bold;
}
/*グーテンベルク用css ここまで*/

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

h3 {
  font-size: 20px;
}
.menu_btn a {
  padding: 5px 0;
  font-size: 18px;
  border: 3px solid #FAD5CA;
}
.placeArea p .font {
  font-size: 20px;
}
.priceArea .enrollment tr {
  display: flex;
  flex-direction: column;
}
.priceArea .enrollment th {
  width: 100%;
}
.priceArea .enrollment td {
  width: 100%;
}
.priceArea .tableArea {
  flex-direction: column;
}
.priceArea .tableArea tr {
  display: flex;
  flex-direction: column;
}
.priceArea .tableArea table th {
  width: 100%;
}
.priceArea .tableArea table td {
  width: 100%;
}
.priceArea .tableLeft,
.priceArea .tableRight {
  width: 100%;
}
.priceArea table caption {
  padding: 10px;
}
.priceArea .tableArea table th {
  padding: 10px;
}
.priceArea .tableArea table td {
  padding: 10px;
  text-align: left;
}
.priceArea .tableRight .privateTable {
margin-top: 0;
}
}

@media screen and (max-width: 432px){
  .sp_only_02 {
	display: block;
}
}