@charset "UTF-8";
/* CSS Document */
/*
breakpoint ==========================================================================*/
/*
font ========================================*/
/*
color-swatch ========================================*/
html {
  font-size: 16px;
  line-height: 1.6;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #fdeaea;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cv {
  background: #f8bcbc;
  padding: 15px 5%;
}
.cv p {
  text-align: center;
  font-size: 14px;
  padding: 2% 0 0 0;
}
.cv p img {
  width: 80%;
  display: block;
  margin: 0 auto 10px;
}

.frame {
  display: grid;
  grid-template-columns: 40% 450px;
  justify-content: space-between;
  width: 94%;
  max-width: 900px;
  margin: 5vh auto;
  align-items: center;
}
.frame .main {
  background: #FFF;
  height: 90vh;
  overflow: auto;
  border: 1px solid #999;
}
.frame .main .reason figure {
  width: 90%;
  margin: 7% auto;
}
.frame .main .reason figure p {
  padding: 0 0 35px 0px;
}
.frame .main .reason figure p:last-child {
  padding: 0;
}
.frame .main .voice {
  background: #fbf8f8;
  padding: 20px 0;
}
.frame .main .voice .head {
  width: 88%;
  margin: 0 auto 20px;
}
.frame .main .voice .head span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #de6969;
}
.frame .main .voice .head h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
.frame .main .voice .head p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.frame .main .voice ul {
  width: 88%;
  margin: 0 auto;
}
.frame .main .voice ul li {
  background-color: #FFF;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.231372549);
  border-radius: 6px;
  padding: 22px 15px 15px;
  margin: 0 0 25px 0;
}
.frame .main .voice ul li div {
  display: grid;
  grid-template-columns: 43% 54%;
  justify-content: space-between;
  align-items: center;
}
.frame .main .voice ul li div figure {
  position: relative;
}
.frame .main .voice ul li div figure span {
  position: absolute;
  background-color: #de6969;
  color: #FFF;
  font-size: 11px;
  left: -15px;
  top: -13px;
  display: block;
  padding: 7px;
  line-height: 1;
  min-width: 100px;
  text-align: center;
}
.frame .main .voice ul li div h3 {
  color: #de6969;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.frame .main .voice ul li div h3 p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.frame .main .voice ul li div + p {
  font-size: 14px;
  padding: 13px 0 0;
}
.frame .main .faq {
  padding: 20px 0;
  width: 88%;
  margin: 0 auto;
}
.frame .main .faq .head {
  margin: 0 auto 20px;
}
.frame .main .faq .head span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #de6969;
}
.frame .main .faq .head h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.frame .main .faq dl dt {
  background-color: #f7f7f7;
  padding: 7px 12px;
  font-size: 15px;
  display: flex;
  line-height: 1.4;
}
.frame .main .faq dl dt::before {
  content: "Q";
  color: #de6969;
  margin: 0 5px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.frame .main .faq dl dd {
  font-size: 14px;
  padding: 10px 0 25px 0;
}
.frame .main .salonwork img {
  margin: 0 0 25px 0;
}
.frame .main .course {
  background-color: #fdeaea;
  width: 88%;
  margin: 30px auto 30px;
  border-radius: 15px;
  padding: 20px 18px;
}
.frame .main .course h2 {
  padding: 0 0 15px;
}
.frame .main .course li {
  background-color: #FFF;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.231372549);
  border-radius: 6px;
  padding: 22px 15px 15px;
  margin: 0 0 25px 0;
}
.frame .main .course li p {
  font-size: 14px;
  padding: 13px 0 0;
}
.frame .main .course li p span {
  font-size: 12px;
  text-align: right;
  display: block;
}
.frame .main .course li:last-child p, .frame .main .course li:last-child h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.frame .main .course li:last-child p {
  padding: 0;
  font-size: 13px;
}
.frame .main .course li:last-child p.sh {
  font-size: 18px;
}
.frame .main .course li:last-child p strong {
  color: #de6969;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.frame .main .course li:last-child h3 {
  font-size: 21px;
}
.frame .main .course li:last-child figure {
  width: 90%;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .frame {
    display: block;
  }
  .frame .side {
    display: none;
  }
  .frame .main {
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
  }
}
@media screen and (max-width: 480px) {
  .frame {
    width: 100%;
    margin: 0;
  }
  .frame .main {
    border: none;
    height: 100%;
  }
}

/*フォーム
-------------------------------------------------------*/
.page-section {
  background-color: #f5f0ec;
  padding: 24px;
  /*margin: 14vw 0 0;*/
  text-align: left;
  word-break: break-all;
}

.f10 {
  font-size: 2.5vw !important;
}

.f14 {
  font-size: 3.5vw !important;
}

@media screen and (min-width: 769px) {
  .f10 {
    font-size: 13.3507170795px !important;
  }
  .f14 {
    font-size: 18.6910039113px !important;
  }
}
.mailform-tbl {
  width: 100%;
  margin-bottom: 40px;
}

.mailform-tbl th .attention,
.mailform-tbl td .attention {
  /*font-size: 80%;*/
  margin-left: 10px;
  color: #ef99a4;
  padding: 3px;
}

.mailform-tbl td {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.selectWrap {
  position: relative;
  width: 50%;
}

.selectWrap.wBirth {
  width: 20%;
}

.selectWrap:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 12px;
  pointer-events: none;
}

.mailform-tbl .error {
  font-size: 77%;
  color: #FFF;
  display: block;
  background: red;
  padding: 5px;
  margin: 7px 0;
}

.mailform-tbl .hbd {
  width: 24%;
  margin: 0 1% 0 2%;
}

.mailform-tbl .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mailform-tbl .w100 {
  width: 100%;
  margin: 12px 0 0 0;
}

.mailform-tbl ul {
  padding: 0;
  margin: 0;
}

.mailform-tbl ul li {
  padding: 1.5vw 0;
}

p#submit-button {
  display: flex;
}

p#submit-button input {
  background: #f11488;
  padding: 14px;
  /*font-size: 14px;*/
  color: #FFF;
  border: none;
  width: 46%;
  margin: 0 auto;
  display: block;
}

#mfp_phase_confirm button,
p#submit-button button {
  background: linear-gradient(#8fc31f, #00732e);
  border-radius: 10vw;
  border: 3px solid #fff;
  padding: 4vw 0;
  color: #FFF;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-weight: 700;
  font-size: 4vw !important;
}

.privacy {
  line-height: 1.7;
}

.h3form {
  border-left: 4px solid #ef99a4;
  /* font-size: 4.5vw; */
  padding: 7px 0 7px 10px;
  margin: 15px 0 10px 0;
  line-height: 1.4;
}

.privacy-box {
  border: 1px solid #CCC;
  padding: 2vw;
  height: 22vw;
  overflow: scroll;
  background: #FFF;
  border-radius: 7px;
  margin: 10px 0;
}

p.privacy-check {
  text-align: center;
}

.mailform-tbl p {
  width: 100%;
  box-sizing: border-box;
}

.ui-widget.ui-widget-content {
  font-size: 16px;
}/*# sourceMappingURL=contents.css.map */