@charset "UTF-8";
/* Scss Document */
#breadcrumb ul {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 20px 10px;
  letter-spacing: -0.4em;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: normal;
}
#breadcrumb ul li:first-child a:before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.2em;
}
#breadcrumb ul li + li:before {
  margin-right: 0.2em;
  content: "/";
  font-family: "FontAwesome";
}

/*

h1:not([class]) {
  @include h1;
}

h2:not([class]) {
  @include h2;
}

h3:not([class]) {
  @include h3;
}

h4:not([class]) {
  font-size: $h4;
}

h5:not([class]) {
  font-size: $h5;
}
*/
.mainvisual {
  background-color: #fff;
  padding: 60px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 100%;
  color: #5a4628;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    font-size: 1.75rem;
  }
}
.mainvisual .subvisual span {
  position: relative;
  display: inline-block;
}
.mainvisual .subvisual span::after {
  content: url(../images/under-titile-icon.svg);
  width: 40px;
  display: inline-block;
  position: absolute;
  top: -20px;
  right: -45px;
}
@media screen and (max-width: 768px) {
  .mainvisual .subvisual span::after {
    width: 30px;
    top: -35px;
    right: 0px;
  }
}

main {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  main {
    padding: 10px 0;
  }
}

.fontred {
  color: #902149;
}

strong {
  font-weight: bold;
}

.underwrapper {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
.underwrapper p {
  margin-bottom: 10px;
}
.underwrapper p:last-child {
  margin-bottom: 0;
}

.page-item {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .page-item {
    margin-bottom: 40px;
  }
}

h3 {
  background-color: #902149;
  text-align: center;
  font-size: 1.875rem;
  color: #fff;
  padding: 10px;
  line-height: 100%;
  border-radius: 30px;
  font-weight: bold;
  margin: 40px 0 30px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  background-color: #fff;
  color: #5a4628;
  border-left: 5px solid #5a4628;
  font-size: 1.625rem;
  line-height: 100%;
  font-weight: bold;
  padding: 10px 15px;
  margin: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

.btnArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 993px) {
  .btnArea ul {
    margin: 0 -15px;
  }
}
.btnArea ul li {
  padding: 0 15px;
  width: calc(100% / 3);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btnArea ul li {
    width: 33.3333333333%;
  }
}
.btnArea ul li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .btnArea ul li {
    margin-top: 15px;
    padding: 0;
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btnArea ul li {
    width: 100%;
  }
}
.btnArea ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  border: 1px solid #902149;
  background-color: #fff;
}
@media screen and (min-width: 993px) {
  .btnArea ul li a:hover {
    background-color: #902149;
    color: #fff;
  }
}
.btnArea.btn50 ul li {
  width: calc(100% / 2);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btnArea.btn50 ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .btnArea.btn50 ul li {
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btnArea.btn50 ul li {
    width: 100%;
  }
}

.over-tableBox thead th,
.tableBox thead th {
  background-color: #902149;
  color: #fff;
}
.over-tableBox tbody th,
.tableBox tbody th {
  background-color: rgb(249.9661016949, 233.0338983051, 239.1355932203);
}
.over-tableBox tbody td,
.tableBox tbody td {
  background-color: #fff;
}

.qaBox {
  border: 5px solid #5a4628;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .qaBox {
    padding: 10px;
  }
}
.qaBox dt,
.qaBox dd {
  padding-left: 1.5em;
}
.qaBox dt::before,
.qaBox dd::before {
  margin-left: -1.5em;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.qaBox dt {
  font-weight: bold;
  color: #5a4628;
}
.qaBox dt::before {
  content: "Q.";
}
.qaBox dd {
  margin-bottom: 20px;
}
.qaBox dd:last-child {
  margin-bottom: 0;
}
.qaBox dd::before {
  content: "A.";
  color: #902149;
  font-weight: bold;
}
.qaBox dd p {
  display: inline-block;
}

.about sup {
  font-size: 0.875rem;
}
.about .about-excArea {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .about .about-excArea {
    width: 100%;
  }
}
.about .about-excArea .flexbox {
  margin: 0 -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .about .about-excArea .flexbox {
    margin: 0;
  }
}
.about .about-excArea .textArea,
.about .about-excArea .imgArea {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .about .about-excArea .textArea,
  .about .about-excArea .imgArea {
    width: 100% !important;
  }
}
.about .about-excArea .imgArea {
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about .about-excArea .imgArea {
    margin-top: 15px;
  }
}
.about .about-excArea .textArea {
  width: calc(100% - 300px);
}

.consultation .con-dl dt {
  color: #5a4628;
  font-size: 1.125rem;
  font-weight: bold;
}
.consultation .con-dl dt::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
.consultation .con-dl dd {
  margin-bottom: 20px;
  padding-left: 1.6em;
}
.consultation .con-dl dd:last-child {
  margin-bottom: 0;
}
.consultation .con-Box {
  border: 3px solid #5a4628;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.consultation .con-Box .con-Box-head {
  background-color: #5a4628;
  color: #fff;
  padding: 10px 25px 15px;
  font-size: 1.125rem;
}
.consultation .con-Box .con-Box-body {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .consultation .con-Box .con-Box-body {
    padding: 10px;
  }
}
.consultation .con-Method .flexbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto 40px;
}
.consultation .con-Method .flexbox .imgArea,
.consultation .con-Method .flexbox .textArea {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .consultation .con-Method .flexbox .imgArea,
  .consultation .con-Method .flexbox .textArea {
    padding: 0;
  }
}
.consultation .con-Method .flexbox .imgArea {
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .consultation .con-Method .flexbox .imgArea {
    width: 100%;
    margin-bottom: 15px;
  }
}
.consultation .con-Method .flexbox .textArea {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .consultation .con-Method .flexbox .textArea {
    width: 100%;
  }
}
.consultation .con-Method .flexbox .textArea dt {
  padding-top: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #5a4628;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .consultation .con-Method .flexbox .textArea dt {
    padding-top: 10px;
    font-size: 1.25rem;
    text-align: center;
  }
}
.consultation .salon-img {
  text-align: center;
  margin-top: 30px;
}
.consultation .salon-img a::after {
  content: none !important;
}

.health .health-textBox {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #5a4628;
}
@media screen and (max-width: 768px) {
  .health .health-textBox {
    padding: 10px;
  }
}

.access .infoArea .imgArea ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.access .infoArea .imgArea ul li {
  text-align: center;
  padding: 0 15px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .access .infoArea .imgArea ul li {
    padding: 0;
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .access .infoArea .imgArea ul li {
    width: 100%;
  }
}
.access .infoArea .imgArea a::after {
  content: none;
}
.access .infoArea .flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access .infoArea .textArea {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .access .infoArea .textArea {
    width: 100%;
  }
}
.access .infoArea .imgArea {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .access .infoArea .imgArea {
    margin-top: 15px;
    width: 100%;
  }
}
.access .accArea .imgArea {
  text-align: center;
}
.access .accArea .imageBox ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 993px) {
  .access .accArea .imageBox ul {
    margin: 0 -10px;
  }
}
.access .accArea .imageBox ul li {
  margin-top: 15px;
  padding: 0 10px;
  width: calc(100% / 4);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .access .accArea .imageBox ul li {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .access .accArea .imageBox ul li {
    width: calc(100% / 4);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .access .accArea .imageBox ul li {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .access .accArea .imageBox ul li {
    width: calc(100% / 1);
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .access .accArea .imageBox ul li {
    width: 100%;
  }
}
.access .accArea .imageBox ul li p {
  font-size: 0.875rem;
  text-align: center;
}
.access .accArea .imageBox ul li p small {
  font-size: 0.75rem;
}
.access .accArea .imageBox a {
  display: block;
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  .access .accArea .imageBox a:hover {
    opacity: 0.8;
  }
}
.access .accArea .imageBox a img {
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  display: block;
  max-width: 140% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.exclusive main .flexbox {
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .exclusive main .flexbox {
    margin: 0;
  }
}
.exclusive main .imgArea,
.exclusive main .textArea {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .exclusive main .imgArea,
  .exclusive main .textArea {
    padding: 0;
  }
}
.exclusive main .textArea .list-Style ul > li div {
  padding-left: 0.2em;
}
.exclusive main .textArea dl dd {
  padding-left: 1em;
  margin-bottom: 10px;
}
.exclusive main .textArea dl dd label {
  text-align: right;
  display: block;
}
.exclusive main .imgArea {
  width: 382px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .exclusive main .imgArea {
    width: 100%;
    margin-bottom: 15px;
  }
}
.exclusive main .imgArea img {
  border: 1px solid #ddd;
}
.exclusive main .imgArea a::after {
  content: none;
}
.exclusive main .imgArea a[target=_blank] figcaption:after,
.exclusive main .imgArea a[href$=".pdf"] figcaption:after,
.exclusive main .imgArea a[href$=".doc"] figcaption:after,
.exclusive main .imgArea a[href$=".docx"] figcaption:after,
.exclusive main .imgArea a[href$=".xls"] figcaption:after,
.exclusive main .imgArea a[href$=".xlsx"] figcaption:after,
.exclusive main .imgArea a[href$=".zip"] figcaption:after,
.exclusive main .imgArea a[href$=".txt"] figcaption:after,
.exclusive main .imgArea a[href$=".ppt"] figcaption:after,
.exclusive main .imgArea a[href$=".pptx"] figcaption:after,
.exclusive main .imgArea a[href^="mailto:"] figcaption:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #902149;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.exclusive main .imgArea a[target=_blank] figcaption:hover:after,
.exclusive main .imgArea a[href$=".pdf"] figcaption:hover:after,
.exclusive main .imgArea a[href$=".doc"] figcaption:hover:after,
.exclusive main .imgArea a[href$=".docx"] figcaption:hover:after,
.exclusive main .imgArea a[href$=".xls"] figcaption:hover:after,
.exclusive main .imgArea a[href$=".xlsx"] figcaption:hover:after,
.exclusive main .imgArea a[href$=".zip"] figcaption:hover:after,
.exclusive main .imgArea a[href$=".txt"] figcaption:hover:after,
.exclusive main .imgArea a[href$=".ppt"] figcaption:hover:after,
.exclusive main .imgArea a[href$=".pptx"] figcaption:hover:after,
.exclusive main .imgArea a[href^="mailto:"] figcaption:hover:after {
  color: rgb(221.4406779661, 108.5593220339, 149.2372881356);
}
.exclusive main .imgArea {
  /* 外部リンク要素 --- */
}
.exclusive main .imgArea a[target=_blank] figcaption:after {
  content: "\f35d";
}
.exclusive main .imgArea {
  /* pdf要素--- */
}
.exclusive main .imgArea a[href$=".pdf"] figcaption:after {
  content: "\f1c1";
}
.exclusive main .textArea {
  width: calc(100% - 382px);
}
@media screen and (max-width: 768px) {
  .exclusive main .textArea {
    width: 100%;
  }
}
.exclusive .archive-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.exclusive .archive-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exclusive .archive-list ul::after {
  content: "";
  display: block;
  width: 30%;
}
.exclusive .archive-list ul li {
  width: 30%;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .box {
    display: block;
  }
}
.box .imgArea {
  margin-left: auto;
}

#form {
  width: 270px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #form {
    width: 400px;
    margin-top: 20px;
  }
}
#form a::after {
  content: none;
}

#form2 {
  width: 290px;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  #form2 {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #form2 {
    margin: auto;
    padding-top: 20px;
  }
}
#form2 a::after {
  content: none;
}

#form3 {
  width: 290px;
}

@media screen and (max-width: 768px) {
  #form3 {
    width: 400px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #form3 {
    margin: auto;
  }
}
#form3 a::after {
  content: none;
}

.page-item #list ul {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .page-item #list ul {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .page-item #list ul {
    max-width: 300px;
    margin: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page-item #list ul li a::after {
  content: none !important;
}
.page-item #list ul li a img {
  max-height: 300px;
}
.page-item #list ul li figure {
  text-align: center;
}
.page-item #list ul li figure figcaption {
  text-align: left;
}
.page-item #list ul li figure figcaption::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.2em;
}