/*clearfix*/
/*flex*/
/*flex*/
.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.pc_inline {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .pc_inline {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_inline {
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .none_pad section:nth-child(n+2) {
    padding: 40px 6vw;
  }
}

.-w {
  width: 100% !important;
}

.mb_s {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .mb_s {
    margin-bottom: 30px;
  }
}

.mb_m {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .mb_m {
    margin-bottom: 50px;
  }
}

.studio_tit {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .studio_tit {
    width: 90%;
    max-width: 320px;
  }
}

.point_item {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.point_item__tit {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #3f2021;
  padding: 12px 10px;
}
@media screen and (max-width: 600px) {
  .point_item__tit {
    font-size: 13px;
    padding: 10px;
  }
}
.point_item__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3f2021;
  background-color: #e5e1dc;
  padding: 22px 15px;
}
@media screen and (max-width: 600px) {
  .point_item__txt {
    font-size: 14px;
    padding: 18px 12px;
  }
}

.mapSec_flex_area_bg.mb_none {
  margin-top: 20px !important;
}
.mapSec_flex_area_bg.mb_none .mapSec_flex {
  margin-bottom: 0px;
}
.mapSec_flex_area_bg.mb_none .mapSec_flex .img_area figure figcaption {
  text-align: right;
}
.mapSec_flex_area_bg.mb_none .mapSec_flex .img_area figure:nth-last-child(1) {
  margin-bottom: 0px;
}

.--center {
  width: 100%;
  text-align: center;
}

.--text_left {
  text-align: left;
}