@charset "utf-8";
.about_section { background:url(/common/upload/files/spa/about_bg.webp) no-repeat center center / cover; }
.about_wrap { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.about_wrap .text_col { width:50%; }
.about_wrap .text_col .hl_about { font-size:1.5em; font-weight:bold; line-height:1.4; color:#4E4E4E; margin-bottom:30px; }
.about_wrap .text_col .comments { line-height:1.8; }
.about_wrap .image_col { flex:1; }
@container wciBase (width < 992px) {
  .about_wrap { gap:20px; }
}
@container wciBase (width < 768px) {
  .about_wrap { flex-direction:column; }
  .about_wrap .text_col { width:100%; }
  .about_wrap .image_col { flex:1; max-width:400px; margin-left:auto; margin-right:auto; }
}

.sauna_step_section.parts--image-text-h._layout001 .wcfront_image-text-h > .parts--unit .parts--image { width:25%; }
.sauna_step_section.parts--image-text-h._layout001 .wcfront_image-text-h > .parts--unit .parts--text_wrap { flex:1; }
.sauna_step_section.parts--image-text-h._layout001 .wcfront_image-text-h .parts--title { color:#754C29; }
@container wciBase (width < 768px) {
  .sauna_step_section.parts--image-text-h._layout001 .wcfront_image-text-h > .parts--unit .parts--image { width:100%; max-width:280px; margin-left:auto; margin-right:auto; }
}

.recommend_section { background:url(/common/upload/files/spa/recommend_bg.webp) no-repeat center center / cover; }

.feature_block { --feature-content-w:1200px; --img-width:50cqw; width:100vw; max-width:100vw; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); font-size:16px; color:#333; box-sizing:border-box; }
.feature_block__body { padding:0; background:none; }
.feature_block__row { display:flex; gap:20px; position:relative; z-index:1; }
.feature_block__text { flex:1; min-width:0; padding:0 0 0 max(2.5em, calc((100% - var(--feature-content-w)) / 2)); box-sizing:border-box; display:flex; flex-direction:column; justify-content:center; }
.feature_block__lead { margin-bottom:1.5em; font-feature-settings:"palt"; letter-spacing:1px; }
.feature_block__desc { margin:0; font-size:1.1em; line-height:1.9; }
.feature_block__image { width:var(--img-width); flex:none; display:flex; align-items:center; }
.feature_block__image img { width:100%; height:auto; display:block; }
.feature_block._img-left .feature_block__row { flex-direction:row-reverse; }
.feature_block._img-left .feature_block__text { padding:0 max(2.5em, calc((100% - var(--feature-content-w)) / 2)) 0 0; }
@container wciBase (width >= 1440px) {
  .feature_block { --feature-content-w:1240px; }
}
@container wciBase (width < 992px) {
  .feature_block__body { padding:0; }
  .feature_block__row { flex-direction:column; gap:2em; margin-top:0; }
  .feature_block._img-left .feature_block__row { flex-direction:column; }
  .feature_block__image { order:1; margin-top:0; width:var(--img-width); margin-left:auto; margin-right:0; }
  .feature_block__text { order:2; width:100%; padding:0 1.5em; }
  .feature_block._img-left .feature_block__text { padding:0 1.5em; }
  .feature_block._img-left .feature_block__image { order:-1; margin-right:auto; margin-left:0; }
  .feature_block__lead { height:calc(var(--img-width) * 410 / 751); display:flex; align-items:center; position:absolute; top:0; left:0; padding-left:20px; width:calc((100cqw - var(--img-width)) * 1.1); z-index:1; }
  .feature_block__desc { font-size:1em; }
  .feature_block._img-left .feature_block__lead { left:auto; right:0; padding-left:0; padding-right:20px; }
}
@container wciBase (width < 768px) {
  .feature_block { --img-width:40cqw; }
}
@container wciBase (width < 575px) {
  .feature_block { --img-width:80cqw; }
  .feature_block__lead { width:auto; filter:drop-shadow(0 0 1px rgba(255,255,255,1)) drop-shadow(0 0 1px rgba(255,255,255,1)) drop-shadow(0 0 1px rgba(255,255,255,1)) drop-shadow(0 0 1px rgba(255,255,255,1)); }
  .feature_block__image { opacity:.9; }
}
