/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_salon
====================================================================== */
.p_salon .l_main_visual {
  background: url(../img/p_voice/mvbg.png);
  background-size: cover;
  background-position: center center;
}
.p_salon .l_main_visual h1 {
  padding: 150px 0 160px;
  font-size: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_salon .l_main_visual h1 {
    padding: 90px 0 80px;
    font-size: 35px;
  }
}
.p_salon .l_breadcrumbs {
  padding: 5px 15px;
}
.p_salon .sec01 {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p_salon .sec01 {
    padding: 60px 0 0;
  }
}
.p_salon .sec01 .box {
  margin: 100px 0 0;
  padding: 80px 0;
  background: url(../img/p_salon/bg.png);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p_salon .sec01 .box {
    margin: 50px 0 0;
    padding: 30px 4.6875%;
  }
}
.p_salon .sec01 .box > .inner {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_salon .sec01 .box > .inner {
    width: 100%;
  }
}
.p_salon .sec01 .box > .inner .txt01,
.p_salon .sec01 .box > .inner .txt02 {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p_salon .sec01 .box > .inner .txt01,
  .p_salon .sec01 .box > .inner .txt02 {
    font-size: 16px;
  }
}
.p_salon .sec01 .box > .inner .txt02 {
  margin: 30px 0 0;
}
.p_salon .sec01 .box > .inner .txt02 .red {
  color: #F24C49;
  text-decoration: underline;
}
.p_salon .sec01 .box > .inner .youtube {
  width: 700px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p_salon .sec01 .box > .inner .youtube {
    width: 100vw;
    transform: translateX(-4.6875%);
  }
}
.p_salon .sec01 .box > .inner .youtube .youtubewrap {
  width: 100%;
  padding: 55% 0 0;
  position: relative;
}
.p_salon .sec01 .box > .inner .youtube .youtubewrap iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.p_salon .sec01 .box > .inner .txt03 {
  margin: 50px 0 0;
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_salon .sec01 .box > .inner .txt03 {
    margin: 30px 0 0;
    font-size: 20px;
  }
}
.p_salon .c_cv {
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .p_salon .c_cv {
    margin: 0 auto 40px;
  }
}
.p_salon .sec02 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p_salon .sec02 {
    padding: 50px 0;
  }
}
.p_salon .sec02 .lists {
  width: 900px;
  margin: 100px auto 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_salon .sec02 .lists {
    width: 100%;
    flex-wrap: wrap;
    margin: 50px auto 0;
    justify-content: center;
  }
}
.p_salon .sec02 .lists .list {
  width: 400px;
  border: 5px solid #E1DFD9;
  padding: 15px;
}
.p_salon .sec02 .lists .list:nth-child(n + 3) {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .p_salon .sec02 .lists .list {
    width: 320px;
  }
  .p_salon .sec02 .lists .list:not(:first-child) {
    margin: 40px 0 0;
  }
}
.p_salon .sec02 .lists .list_ttl {
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 17px;
  text-align: center;
  background: url(../img/common/subttlbg.png);
  background-size: cover;
  margin: -40px 0 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_salon .sec02 .lists .list_ttl {
    border-radius: 999px;
  }
}
.p_salon .sec02 .lists .list_txt {
  font-size: 16px;
  line-height: 1.8;
}
.p_salon .sec02 .lists .list .imgwrap {
  margin: 10px 0;
  text-align: center;
}
.p_salon .sec02 .lists .list .imgwrap > img {
  max-width: 100%;
}
.p_salon .sec04 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p_salon .sec04 {
    padding: 70px 4.6875% 0;
  }
}
.p_salon .sec04 .lead {
  font-size: 16px;
  line-height: 1.5;
  width: 960px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .p_salon .sec04 .lead {
    width: 100%;
    margin: 30px 0 0;
    line-height: 2;
  }
}
.p_salon .sec04 .lists {
  width: 960px;
  margin: 50px auto 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_salon .sec04 .lists {
    width: 100%;
    flex-wrap: wrap;
    margin: 30px 0 0;
  }
}
.p_salon .sec04 .lists .list {
  width: 280px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_salon .sec04 .lists .list {
    width: 48%;
    margin-bottom: 20px;
  }
}
.p_salon .sec04 .lists .list_ttl {
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 17px;
  text-align: center;
  background: url(../img/common/subttlbg.png);
  background-size: cover;
  margin: -40px 0 0;
  border-radius: 10px;
  overflow: hidden;
}
.p_salon .sec04 .lists .list_txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_salon .sec04 .lists .list_txt {
    font-size: 14px;
  }
}
.p_salon .sec04 .lists .list_link {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 16px;
  text-decoration: underline;
  color: #0099FF;
}
@media screen and (max-width: 768px) {
  .p_salon .sec04 .lists .list_link {
    font-size: 14px;
  }
}
.p_salon .sec04 .lists .list .imgwrap {
  margin: 10px 0;
  text-align: center;
}
.p_salon .sec04 .lists .list .imgwrap > img {
  max-width: 100%;
}
.p_salon .sec05 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p_salon .sec05 {
    padding: 70px 4.6875% 50px;
  }
}
.p_salon .sec05 .lead {
  font-size: 16px;
  line-height: 1.5;
  width: 960px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .p_salon .sec05 .lead {
    width: 100%;
    margin: 40px 0 0;
  }
}
.p_salon .sec05 .lists {
  width: 1200px;
  margin: 50px auto 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_salon .sec05 .lists {
    width: 100%;
    margin: 30px 0 0;
  }
}
.p_salon .sec05 .lists .list {
  width: 280px;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p_salon .sec05 .lists .list {
    width: 48%;
    margin: 0 0 20px;
  }
}
.p_salon .sec05 .lists .list_ttl {
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 17px;
  text-align: center;
  background: url(../img/common/subttlbg.png);
  background-size: cover;
  margin: -40px 0 0;
  border-radius: 10px;
  overflow: hidden;
}
.p_salon .sec05 .lists .list_txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_salon .sec05 .lists .list_txt {
    font-size: 14px;
  }
}
.p_salon .sec05 .lists .list_link {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 16px;
  text-decoration: underline;
  color: #0099FF;
}
@media screen and (max-width: 768px) {
  .p_salon .sec05 .lists .list_link {
    font-size: 14px;
  }
}
.p_salon .sec05 .lists .list .imgwrap {
  margin: 10px 0;
  text-align: center;
}
.p_salon .sec05 .lists .list .imgwrap > img {
  max-width: 100%;
}

/*# sourceMappingURL=p_salon.css.map */
