.pageTitle.is-multilang {
  background-image: url(../img/header_title_salon.png);
}

.langNav {
  margin-bottom: 0;
  padding: 30px 0 10px;
}
.langNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  gap: 30px;
}
.langNav__item {
  margin: 0;
}
.langNav__link {
  display: inline-block;
  padding: 8px 24px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #7fa5c5;
  border: 1px solid #b8d4e5;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
.langNav__link:hover {
  background: #7fa5c5;
  color: #fff;
}

.langSection {
  padding: 60px 0 40px;
  border-top: 1px solid #e8eef2;
}
.langSection--alt {
  background: #f9fbfc;
}
.langSection__langBadge {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 1px;
  color: #7fa5c5;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3e8f3;
}
.langSection__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.langSection__intro__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
}
.langSection__intro__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.langSection__intro__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.langSection__lead {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #7fa5c5;
  margin-bottom: 20px;
}
.langSection__note {
  margin-top: 20px;
  font-size: 14px;
  color: #888;
  line-height: 1.8;
  text-align: center;
}
.langSection__btnWrap {
  margin: 40px 0 20px;
  text-align: center;
}
.langSection__btn {
  display: inline-block;
  background: url(../common/img/bg_btn.png) center/cover no-repeat;
  padding: 18px 60px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #525252;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.langSection__btn:hover {
  opacity: 0.75;
}
.langSection__btn__text {
  position: relative;
}
.langSection__btn__text:before {
  content: url(../common/img/arrow_btn.png);
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.langSection__replyNote {
  margin-top: 12px;
  font-size: 13px;
  color: #aaa;
}
.langSection + .langSection {
  margin-top: 0;
}

.courseBlock__title {
  margin: 0 15px 15px;
}
.courseBlock__title__ja {
  font-size: 28px;
  letter-spacing: 3px;
  color: #7fa5c5;
  font-weight: normal;
}
.courseBlock__title__en {
  font-size: 18px;
  letter-spacing: 3px;
  color: #d9d9d9;
  padding-bottom: 18px;
}
.courseBlock__price {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.courseBlock__price__item {
  position: relative;
  width: 180px;
  height: 180px;
  background-image: url(../img/_salon_price_frame.png);
  margin-right: 20px;
}
.courseBlock__price__item:last-child {
  margin-right: 0;
}
.courseBlock__price__item__total {
  position: absolute;
  width: 90px;
  top: 40px;
  left: 46px;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}
.courseBlock__price__item__total_china {
  position: absolute;
  width: 90px;
  top: 40px;
  left: 46px;
  font-size: 21px;
  margin-bottom: 10px;
  text-align: center;
}
.courseBlock__price__item__price {
  position: absolute;
  top: 100px;
  left: 42px;
  font-size: 24px;
}
.courseBlock + .courseBlock {
  margin-top: 80px;
}

.decoWindow {
  margin-top: 40px;
}