@charset "UTF-8";

/* 下層共通設定 */
.section-inner h2 {
    font-size: 36px;
    background-color: #739EC9;
    color: #fff;
    text-align: center;
    padding: 24px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
    .section-inner h2 {
    font-size: 32px;
    }
}
@media screen and (max-width: 960px) {
    .section-inner h2 {
    font-size: 26px;
    padding: 20px;
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .section-inner h2 {
    font-size: 24px;
    padding: 15px;
    }
    .section-inner h2 br {
    display: block;
    }
}
@media screen and (max-width: 600px) {
    .section-inner h2 {
    font-size: 20px;
    }
}
@media screen and (max-width: 390px) {
    .section-inner h2 {
    font-size: 18px;
    padding: 10px;
    }
}

/* 下層共通設定 sub message */
.sub-message {
padding-top: 50px;
margin-bottom: 100px;
}
.sub-message ul {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 600px;
  grid-template-areas: "content-img content-text";
}
.sub-message .list02 {
    grid-template-areas: "content-text content-img";
}
.sub-message ul .content01 {
  grid-area: content-img;
}
.sub-message .point-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wig-sub-message .list01 .point-img {
  background-image: url(../images/sub/wig-message.jpg)
}
.repair-sub-message .list02 .point-img {
  background-image: url(../images/sub/repair-message.jpg)
}
.cut-sub-message .list01 .point-img {
  background-image: url(../images/sub/cut-message.jpg)
}
.increase-sub-message .list02 .point-img {
  background-image: url(../images/sub/increase-message.jpg)
}
.sub-message ul .content02 {
  grid-area: content-text;
  background-color: #222;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px;
}
.sub-message .content02 h2 {
  font-size: 32px;
  margin-bottom: 20px;
  background-color: inherit;
  padding: 0;
}
.sub-message .content02 .text {
  text-align: left;
  font-size: 16px;
  line-height: 2;
}
.sub-message .content02 h2 .br2 {
    display: none;
}
@media screen and (max-width: 1250px) {
    .sub-message .content02 h2 {
    font-size: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .sub-message .content02 h2 {
    font-size: 28px;
    }
    .sub-message ul {
        min-height: 450px;
    }
    .sub-message .content02 h2 .br2 {
        display: block;
    }
}
@media screen and (max-width: 960px) {
    .sub-message {
    padding-top: 30px;
    margin-bottom: 60px;
    }
    .sub-message ul .content02 {
    padding: 20px;
    }
    .sub-message .content02 h2 {
    font-size: 24px;
    padding: 10px;
    }
    .sub-message .content02 .text {
    font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .sub-message ul {
        display: flex;
        flex-direction: column;
    }
    .sub-message .point-img {
        height: 70vw;
    }
    .sub-message ul .content02 {
        padding: 40px;
    }
    .sub-message .content02 h2 .br2 {
    display: none;
    }
}
@media screen and (max-width: 600px) {
    .sub-message .content02 h2 {
    font-size: 22px;
    padding: 0;
    }
    .sub-message ul .content02 {
    padding: 30px;
    }
}
@media screen and (max-width: 500px) {
.sub-message .content02 h2 .br2 {
    display: block;
}
}
@media screen and (max-width: 390px) {
    .sub-message .content02 h2 {
    font-size: 18px;
    margin-bottom: 10px;
    }
    .sub-message ul .content02 {
    padding: 20px;
    }
}


/* 下層共通設定 sub intro */
.sub-intro .titlearea-h3 {
  text-align: center;
  margin-bottom: 50px;
}
.sub-intro h3 {
  font-size: 26px;
  text-align: center;
}
.sub-intro .text {
    padding: 0 30px;
}
.sub-intro .titlearea-h3 .br2 {
    display: none;
}
@media screen and (max-width: 960px) {
    .sub-intro h3 {
        font-size: 22px;
    }
    .sub-intro .titlearea-h3 {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .sub-intro h3 {
        font-size: 20px;
    }
    .sub-intro .titlearea-h3 {
        margin-bottom: 20px;
    }
    .sub-intro .titlearea-h3 .br2 {
        display: block;
    }
    .sub-intro .text {
        padding: 0;
   }
}
@media screen and (max-width: 600px) {
    .sub-intro h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 390px) {
    .sub-intro h3 {
        font-size: 16px;
        letter-spacing: .6px;
    }
}

/* 下層共通設定 faq */
.repair-faq ul {
    padding-top: 30px;
    max-width: 1050px;
    margin: 0 auto;
}
.repair-faq ul li {
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
}
.repair-faq .faq-title {
    font-size: 22px;
    font-weight: bold;
    color: #739EC9;
    margin-bottom: 20px;
}
.repair-faq .answer {
    margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
.repair-faq ul {
    padding-top: 0;
}
.repair-faq ul li {
    margin-bottom: 20px;
}
.repair-faq .faq-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.repair-faq .answer {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
    .repair-faq .faq-title {
    font-size: 18px;
}
}
@media screen and (max-width: 600px) {
    .repair-faq .faq-title {
    font-size: 16px;
   }
    .repair-faq .answer {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 390px) {
    .repair-faq .faq-title {
    font-size: 14px;
   }
}

/* 定額制ウィッグ price */
#wig-price {
    background-color: #739EC9;
    padding: 70px 0;
    overflow: hidden;
}
#wig-price h2 {
    background-color: #E8F2FC;
    color: #0C56A1;
}
#wig-price .content {
    text-align: center;
    color: #fff;
}
#wig-price .lead {
    margin-bottom: 50px;
}
#wig-price .titlearea-h3 {
    position: relative;
    margin: 0 auto 40px;
}
#wig-price h3 {
    font-size: 34px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
#wig-price .titlearea-h3 h3::before,#wig-price .titlearea-h3 h3::after {
    background-color: #fff;
    content: "";
    height: 4px;
    width: 40px;
}
#wig-price .titlearea-h3 h3::before {
    margin-right: 10px;
    transform: rotate(60deg);
}
#wig-price .titlearea-h3 h3::after {
    transform: rotate(-60deg);
}
#wig-price .titlearea-h3 p {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
#wig-price .titlearea-h3 p span {
    font-size: 60px;
    color: #FFFF01;
}
#wig-price .text {
    margin-bottom: 50px;
}
#wig-price .text p {
    font-size: 24px;
    font-weight: bold;
}
#wig-price .info-table {
    width: 650px;
    margin: 0 auto 30px;
}
#wig-price .info-table th,.info-table td {
    padding: 20px;
    border: 2px solid #707070;
    color: #0C56A1;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}
#wig-price .info-table th {
    width: 20%;
    background-color: #E8F2FC;
}
#wig-price .info-table td {
    background-color: #fff;
}
#wig-price .info-table td span {
    font-size: 30px;
}
#wig-price .text-ul {
    background-color: #fff;
    padding: 20px 15px;
    width: 650px;
    margin: 0 auto 60px;
    text-align: left;
}
#wig-price .text-ul li {
    font-size: 13px;
    color: #000;
}
#wig-price .img-ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
    padding: 0 30px;
}
#wig-price .img-ul li {
    background-color: #fff;
    color: #0C56A1;
    padding: 20px;
}
#wig-price .img-ul li h4 {
    font-size: 26px;
}
#wig-price .img-ul li p {
    font-size: 18px;
    color: #000;
}
#wig-price .img-ul li p span {
    font-size: 50px;
    color: #0C56A1;
}
#wig-price .img-ul li img {
    height: 160px;
    width: auto;
}
#wig-price .info-table .br2 {
    display: none;
}
@media screen and (max-width: 1100px) {
    #wig-price .img-ul {
        padding: 0;
        column-gap: 2%;
    }
}
@media screen and (max-width: 960px) {
    #wig-price {
        padding: 30px 0 50px;
    }
    #wig-price h3 {
        font-size: 26px;
    }
    #wig-price .text p {
    font-size: 22px;
    }
    #wig-price .info-table th, .info-table td {
        padding: 15px;
    }
    #wig-price .img-ul {
        padding: 0;
        column-gap: 2%;
    }
    #wig-price .img-ul li {
        padding: 12px;
    }
    #wig-price .img-ul li h4 {
    font-size: 20px;
    }
    #wig-price .img-ul li p span {
    font-size: 40px;
    letter-spacing: .5px;
    }
    #wig-price .img-ul li img {
    height: 120px;
    }
}
@media screen and (max-width: 767px) {
    #wig-price .text p {
    font-size: 18px;
    }
    #wig-price .info-table {
    width: 100%;
    }
    #wig-price .text-ul {
        width: 100%;
    }
    #wig-price .text-ul li {
    font-size: 12px;
    }
    #wig-price .img-ul li {
    padding: 8px;
    }
    #wig-price .img-ul li h4 {
    font-size: 17px;
    letter-spacing: .1px;
    }
    #wig-price .img-ul li p span {
    font-size: 30px;
    letter-spacing: .3px;
    }
    #wig-price .img-ul li img {
    height: 100px;
    }
}
@media screen and (max-width: 600px) {
    #wig-price .lead {
    text-align: left;
   }
    #wig-price h3 {
        font-size: 20px;
    }
    #wig-price .titlearea-h3 {
    margin: 0 auto 20px;
   }
    #wig-price .titlearea-h3 h3::before, #wig-price .titlearea-h3 h3::after {
    height: 3px;
    width: 30px;
   }
    #wig-price .titlearea-h3 p {
        font-size: 20px;
    }
    #wig-price .titlearea-h3 p span {
    font-size: 50px;
    }
    #wig-price .text p {
    font-size: 16px;
    text-align: left;
    }
    #wig-price .text p br {
        display: none;
    }
    #wig-price .info-table th, .info-table td {
        padding: 10px;
        font-size: 14px;
    }
    #wig-price .info-table td span {
        font-size: 28px;
    }
    #wig-price .info-table .br2 {
        display: block;
    }
    #wig-price .img-ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        width: 60%;
        margin: 0 auto;
    }
    #wig-price .img-ul li {
        padding: 20px;
    }
    #wig-price .img-ul li h4 {
    font-size: 20px;
    }
    #wig-price .img-ul li p span {
    font-size: 40px;
    }
}
@media screen and (max-width: 500px) {
    #wig-price .text {
    margin-bottom: 30px;
   }
   #wig-price .info-table {
    margin: 0 auto 15px;
  }
    #wig-price .info-table th, .info-table td {
    padding: 8px;
    font-size: 13px;
    }
    #wig-price .info-table td span {
    font-size: 26px;
    }
    #wig-price .text-ul {
        padding: 15px;
    }
    #wig-price .text-ul li {
    font-size: 10px;
    }
    #wig-price .img-ul {
        width: 80%;
    }
}
@media screen and (max-width: 430px) {
    #wig-price .info-table th, .info-table td {
    padding: 5px;
    font-size: 12px;
    }
    #wig-price .info-table td span {
    font-size: 22px;
    }
    #wig-price .text-ul {
        padding: 10px;
    }
    #wig-price .text-ul li {
    font-size: 9px;
    }
}
@media screen and (max-width: 390px) {
     #wig-price h3 {
        font-size: 18px;
    }
    #wig-price .titlearea-h3 p {
        font-size: 16px;
    }
    #wig-price .titlearea-h3 p span {
        font-size: 40px;
    }
    #wig-price .text p {
    font-size: 14px;
    }
    #wig-price .info-table th, .info-table td {
    padding: 4px;
    font-size: 11px;
    }
    #wig-price .info-table td span {
    font-size: 16px;
    letter-spacing: .5px;
    }
    #wig-price .img-ul {
        width: 90%;
    }
}

/* ウィッグ修理 repair-intro */
.repair-intro {
    margin: 0 0 60px;
}
@media screen and (max-width: 960px) {
    .repair-intro {
    margin: 0 0 40px;
    }
}

/* ウィッグ修理 repair-point */
#repair-point {
    margin-bottom: 100px;
}
#repair-point ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 30px;
    background-color: #E8F2FC;
    min-height: 450px;
    column-gap: 40px;
}
#repair-point .content01 {
    margin-bottom: 30px;
}
#repair-point ul .img-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#repair-point .content01 .img-area {
    background-image: url(../images/sub/repair01.jpg);
}
#repair-point .content02 .img-area {
    background-image: url(../images/sub/repair02.jpg);
}
#repair-point ul .text-area {
    padding: 30px 40px 0 0;
}
#repair-point ul .text-area h3 {
    font-size: 26px;
    line-height: 1.8;
    color: #0C56A1;
    margin-bottom: 30px;
}
#repair-point ul .text p {
    line-height: 2;
}
@media screen and (max-width: 960px) {
#repair-point {
    margin-bottom: 80px;
}
#repair-point ul {
    column-gap: 3%;
}
#repair-point ul .text-area {
    padding: 0;
}
#repair-point ul .text-area h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 767px) {
#repair-point ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
#repair-point .content02 {
    flex-direction: column-reverse;
}
#repair-point ul .img-area {
    height: 400px;
}
#repair-point ul .text-area h3 {
    font-size: 20px;
}
}
@media screen and (max-width: 600px) {
#repair-point {
    margin-bottom: 60px;
}
    #repair-point ul {
        padding: 20px;
    }
    #repair-point ul .img-area {
    height: 300px;
    }
    #repair-point ul .text p {
    line-height: 1.5;
    }
}
@media screen and (max-width: 500px) {
    #repair-point ul .img-area {
        height: 230px;
    }
    #repair-point ul .text-area h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 390px) {
    #repair-point ul {
        row-gap: 10px;
    }
    #repair-point ul .img-area {
        height: 180px;
    }
    #repair-point ul .text-area h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }
}

/* ウィッグ修理 repair-point */
#repair-content .content {
    text-align: center;
}
#repair-content .content p {
    margin-bottom: 30px;
}
#repair-content ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
    max-width: 800px;
    margin: 0 auto 50px;
}
#repair-content .content01 {
    border: 4px solid #4C83BA;
}
#repair-content .content02 {
    border: 4px solid #0C56A1;
}
#repair-content ul h4 {
    font-size: 24px;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#repair-content .content01 h4 {
    background-color: #4C83BA;
}
#repair-content .content02 h4 {
    background-color: #0C56A1;
}
#repair-content .price {
    margin-bottom: 30px;
}
#repair-content .price span {
    font-size: 60px;
}
#repair-content .content01 .price span {
    color: #4C83BA;
}
#repair-content .content02 .price span {
    color: #0C56A1;
}
#repair-content ul .period {
    padding: 10px;
    width: 200px;
    margin: 0 auto 50px;
    color: #fff;
}
#repair-content .content01 .period {
    background-color: #4C83BA;
}
#repair-content .content02 .period {
    background-color: #0C56A1;
}
#repair-content .notes p {
    font-size: 14px;
    margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
#repair-content ul {
    max-width: 700px;
}
#repair-content ul h4 {
    font-size: 20px;
    min-height: 90px;
    padding: 15px;
    line-height: 1.4;
}
#repair-content .content p {
    margin-bottom: 20px;
}
#repair-content ul .period {
    margin: 0 auto 30px;
}
}
@media screen and (max-width: 767px) {
#repair-content ul {
    margin: 0 auto 30px;
}
#repair-content .price span {
    font-size: 50px;
}
}
@media screen and (max-width: 600px) {
    #repair-content .content .lead-text,#repair-content .notes {
    text-align: left;
    }
    #repair-content ul h4 {
      font-size: 18px;
      min-height: 80px;
      padding: 5px;
      margin-bottom: 10px;
    }
    #repair-content .price span {
      font-size: 40px;
    }
    #repair-content ul .period {
        margin: 0 auto 20px;
        width: 80%;
    }
}
@media screen and (max-width: 500px) {
    #repair-content ul {
        column-gap: 3%;
    }
    #repair-content ul h4 {
        min-height: 60px;
        font-size: 15px;
    }
        #repair-content .price span {
        font-size: 34px;
    }
    #repair-content ul .period {
        font-size: 12px;
    }
}
@media screen and (max-width: 390px) {
    #repair-content ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        width: 80%;
    }
        #repair-content .content p {
        margin-bottom: 10px;
    }
}


/* 薄毛カバーカット cut-about */
#cut-about ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 10px;
    padding: 0 30px;
}
#cut-about ul li {
    padding: 20px;
    border: 5px solid #739EC9;
}
#cut-about ul li .image-area {
    text-align: center;
    margin-bottom: 20px;
}
#cut-about ul li .image-area img {
    height: 100px;
    width: auto;
}
#cut-about ul li h4 {
    font-size: 24px;
    color: #0C56A1;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}
#cut-about ul li .text-area p {
    font-size: 16px;
    line-height: 1.4;
}
@media screen and (max-width: 960px) {
    #cut-about ul {
        padding: 0;
    }
    #cut-about ul li {
        padding: 15px;
    }
    #cut-about ul li .image-area {
        margin-bottom: 15px;
    }
    #cut-about ul li h4 {
    font-size: 22px;
    margin-bottom: 10px;
    }
    #cut-about ul li .text-area p {
    font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    #cut-about ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        max-width: 380px;
        margin: 0 auto;
    }
    #cut-about ul li h4 {
    font-size: 20px;
    }
}
@media screen and (max-width: 600px) {
#cut-about ul li .image-area img {
    height: 86px;
}
}
@media screen and (max-width: 390px) {
    #cut-about ul li h4 {
    font-size: 18px;
    }
}


/* 薄毛カバーカット cut-can */
#cut-can ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 10px;
    padding: 0 30px;
}
#cut-can ul li {
    padding: 20px;
    background-color: #E8F2FC;
}
#cut-can ul li .image-area {
    text-align: center;
    margin-bottom: 20px;
}
#cut-can ul li .image-area img {
    height: 100px;
    width: auto;
}
#cut-can ul li h4 {
    font-size: 24px;
    color: #0C56A1;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}
#cut-can ul li .text-area p {
    font-size: 16px;
    line-height: 1.4;
}
#cut-can ul li h4 .br2 {
    display: none;
}
@media screen and (max-width: 1200px) {
#cut-can ul li h4 .br2 {
    display: block;
}
}
@media screen and (max-width: 960px) {
    #cut-can ul {
        padding: 0;
    }
    #cut-can ul li {
        padding: 15px;
    }
    #cut-can ul li .image-area {
        margin-bottom: 15px;
    }
    #cut-can ul li h4 {
    font-size: 20px;
    margin-bottom: 10px;
    }
    #cut-can ul li .text-area p {
    font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    #cut-can ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        max-width: 380px;
        margin: 0 auto;
    }
    #cut-can ul li h4 {
    font-size: 20px;
    }
    #cut-can ul li h4 .br2 {
    display: none;
    }
}
@media screen and (max-width: 600px) {
#cut-can ul li .image-area img {
    height: 86px;
}
}
@media screen and (max-width: 390px) {
    #cut-can ul li h4 {
    font-size: 18px;
    }
}

/* 薄毛カバーカット cut-flow */
#cut-flow ul {
    display: grid;
    grid-template-columns: repeat(3,3fr);
    column-gap: 34px;
    row-gap: 60px;
    padding: 40px 30px;
    position: relative;
    counter-reset: flow-step;
}
#cut-flow ul li {
    background-color: #E8F2FC;
    padding: 60px 20px 20px;
    border-radius: 20px;
    position: relative;
}
#cut-flow ul li img {
    margin-bottom: 20px;
}
#cut-flow ul li h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    color: #0C56A1;
}
#cut-flow ul li::before {
    content: counter(flow-step);
    counter-increment: flow-step;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #739EC9;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    z-index: 1;
}
#cut-flow ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #739EC9;
    z-index: 0;
}
#cut-flow ul li:last-child::after {
    display: none;
}
@media screen and (max-width: 960px) {
    #cut-flow ul {
        padding: 40px 0;
    }
    #cut-flow ul li {
    padding: 45px 15px 15px;
    }        
    #cut-flow ul li::before {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    #cut-flow ul li::after {
    right: -24px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #739EC9;
    }
    #cut-flow ul li h3 {
    font-size: 22px;
    }
    #cut-flow ul li p {
    font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    #cut-flow ul {
    grid-template-columns: repeat(2,5fr);
    padding: 20px;
    row-gap: 50px;
    }
    #cut-flow ul li {
    padding: 30px 15px 15px;
    }
    #cut-flow ul li img {
    margin-bottom: 10px;
    }
    #cut-flow ul li h3 {
    font-size: 20px;
    margin-bottom: 0;
    }
}
@media screen and (max-width: 600px) {
    #cut-flow ul {
        padding: 20px 20px 20px 0;
    }
    #cut-flow ul li h3 {
    font-size: 18px;
    }
    #cut-flow ul li p {
        font-size: 12px;
    }
}
@media screen and (max-width: 500px) {
    #cut-flow ul {
        display: flex;
        flex-direction: column;
        max-width: 330px;
        margin: 0 auto;
        row-gap: 70px;
        padding: 20px 0;
    }
    #cut-flow ul li::after {
        top: inherit;
        right: inherit;
        left: 50%;
        bottom: -26px;
        transform: translateX(-50%) rotate(90deg);
    }
}

/* 増毛 increase-intro */
.increase-intro .content {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
}
.increase-intro .text-area {
    padding-top: 60px;
    margin: 0 auto;
    text-align: center;
}
.increase-intro .text-area p {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.increase-intro .price span {
    font-size: 80px;
    font-weight: bold;
    color: #0C56A1;
}
@media screen and (max-width: 960px) {
.increase-intro .content {
    padding-top: 0;
}
.increase-intro .text-area p {
    font-size: 26px;
}
.increase-intro .price span {
    font-size: 70px;
}
}
@media screen and (max-width: 600px) {
.increase-intro .text-area p {
    font-size: 22px;
}
.increase-intro .price span {
    font-size: 60px;
}
}
@media screen and (max-width: 600px) {
.increase-intro .text-area p {
    font-size: 18px;
}
.increase-intro .price span {
    font-size: 50px;
}
}

/* 増毛 increase-ex */
#increase-ex .title-area {
    margin-bottom: 20px;
}
#increase-ex .title-area p { 
    padding-top: 20px;
}
#increase-ex ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    padding: 0 50px;
}
#increase-ex ul li {
    position: relative;
}
#increase-ex .text-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
#increase-ex h4 {
    font-size: 32px;
    color: #fff;
}
#increase-ex ul li p {
    font-size: 50px;
    color: #FFFF01;
}
#increase-ex ul li p span {
    font-size: 32px;
    color: #fff;
}
@media screen and (max-width: 1200px) {
#increase-ex ul {
    padding: 0 20px;
}
#increase-ex h4 {
    font-size: 28px;
}
#increase-ex ul li p {
    font-size: 40px;
}
#increase-ex ul li p span {
    font-size: 24px;
}
}
@media screen and (max-width: 960px) {
#increase-ex ul {
    padding: 0;
    column-gap: 2%;
}
#increase-ex h4 {
    font-size: 24px;
}
#increase-ex ul li p {
    font-size: 36px;
}
#increase-ex ul li p span {
    font-size: 18px;
}
}
@media screen and (max-width: 767px) {
    #increase-ex ul {
    grid-template-columns: repeat(2,2fr);
    max-width: 400px;
    margin: 0 auto;
    column-gap: 3%;
    row-gap: 20px;
    }
    #increase-ex .title-area p {
    padding-top: 10px;
    margin-bottom: 0;
    }
}
@media screen and (max-width: 390px) {
    #increase-ex h4 {
    font-size: 22px;
    }
    #increase-ex ul li p {
        font-size: 30px;
    }
    #increase-ex ul li p span {
        font-size: 14px;
    }
}

/* 増毛 increase-point */
#increase-point ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 10px;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}
#increase-point ul li {
    border: 5px solid #739EC9;
}
#increase-point h4 {
    background-color: #739EC9;
    text-align: center;
    font-size: 32px;
    color: #fff;
    padding: 20px;
}
#increase-point .text-area {
    padding: 30px;
}
#increase-point h5 {
    font-size: 26px;
    color: #0C56A1;
    text-align: center;
    margin-bottom: 20px;
}
#increase-point .text-area p {
    font-size: 16px;
}
@media screen and (max-width: 1250px) {
#increase-point ul {
    column-gap: 2%;
}
#increase-point h4 {
    font-size: 28px;
    padding: 15px;
}
#increase-point .text-area {
    padding: 20px;
}
#increase-point h5 {
    font-size: 22px;
}
}
@media screen and (max-width: 960px) {
    #increase-point h4 {
    font-size: 22px;
    padding: 10px;
    }
    #increase-point .text-area {
        padding: 10px;
    }
    #increase-point h5 {
        font-size: 18px;
        margin-bottom: 20px;
        letter-spacing: .5px;
    }
    #increase-point .text-area p {
    font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
    #increase-point ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    #increase-point h4 {
        font-size: 20px;
    }
    #increase-point h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 390px) {
    #increase-point ul {
        width: 100%;
    }
}

/* CONTACT */
.contact-section {
    padding-top: 60px;
}
.contact-section h2 {
    margin-bottom: 50px;
}
.contact-area {
  background-color: #E8F2FC;
  margin-bottom: 80px;
  border: 1px solid #707070;
  padding: 50px 30px;
}
.form-item {
  display: flex;
}
.form-item:first-child {
  border-top: none;
}
.form-item dt {
  width: 20%;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 20px 0 20px 20px;
}
.form-item dt label {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.form-item dt label span {
  font-size: 14px;
}
.form-item dd {
  width: 80%;
  display: flex;
  align-items: center;
  padding: 20px;
  color: #0C56A1;
}
.form-item dt p,.form-item dd p {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.form-checkbox-group {
  font-size: 14px;
  justify-content: space-between;
}
input[type="checkbox"] {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #2297BF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #2297BF;
  border-bottom: 2px solid #2297BF;
  content: '';
}
.form-control {
  border: 1px solid #2297BF;
  padding: 15px;
  width: 100%;
  line-height: 1.2;
  font-size: 16px;
  text-align: left;
}
.form-item dd select {
    border: 1px solid #2297BF;
    padding: 10px;
    -webkit-appearance: menulist;
    appearance: menulist;
}
.form-control:focus,
.form-textarea:focus,select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-textarea {
  border: 1px solid #2297BF;
  width: 100%;
  height: 150px;
  padding: 10px 15px;
  font-size: 16px;
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.submit-area {
  padding-top: 40px;
  text-align: center;
}
.submit-button {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  padding: 10px 15px;
  min-width: 200px;
  position: relative;
  margin: 0 auto;
  justify-content: center;
  font-family: uddigikyokasho-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  transition: all .2s;
}
.submit-button:hover {
    opacity: .8;
}
.contact-section .contact-box {
    display: block;
}
.contact-section .tel-area {
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
}
.contact-section .mail-area {
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
    background-color: #3BAE36;
}
.contact-section .mail-area span {
    font-size: 40px;
}
.contact-section .mail-area p {
    font-size: 24px;
}
@media screen and (max-width: 1100px) {
    .form-item dt {
    width: 25%;
    }
    .form-item dt label {
    font-size: 18px;
    }
    .contact-section .tel-area,.contact-section .mail-area {
        min-height: 120px;
        width: 430px;
    }
    .contact-section .mail-area span {
    font-size: 38px;
    }
    .contact-section .mail-area .mail-text2 {
    font-size: 28px;
    }
}
@media screen and (max-width: 960px) {
    .contact-area {
    padding: 30px 10px;
    }
    .form-item dt label {
    font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
.form-item dt {
    padding: 10px 0 10px 10px;
    width: 30%;
}
.form-item dd {
    padding: 10px;
}
.form-item dt label {
    font-size: 14px;
}
.form-control {
    font-size: 14px;
    padding: 10px;
}
.form-item dd select {
    font-size: 14px;
}
.form-textarea {
    font-size: 14px;
}
.contact-section h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.contact-section .tel-area {
    margin-bottom: 30px !important;
}
.contact-section .tel-area, .contact-section .mail-area {
    width: 400px;
    min-height: 100px;
}
.contact-section .mail-area span {
    font-size: 26px;
}
.contact-section .mail-area .mail-text2 {
    font-size: 26px;
}
.contact-section .mail-area p {
    font-size: 16px;
}
.contact-section .mail-area .line {
    padding-left: 20px;
}
.contact-section .mail-area .line::before {
    left: -20px;
}
}
@media screen and (max-width: 600px) {
    .form-item {
        flex-direction: column;
    }
    .form-item dt,.form-item dd  {
        width: 100%;
    }
    .form-item dt {
        padding: 10px 10px 0 10px;   
    }
    .form-item br {
        display: none;
    }
    .form-textarea {
        height: 260px;
    }
    .submit-area {
    padding-top: 20px;
    }
    .submit-button {
    font-size: 16px;
    min-width: 160px;
    }
    .contact-section .tel-area, .contact-section .mail-area {
    min-height: 100px;
    width: 360px;
    }
    .contact-section .mail-area span {
        font-size: 18px;
    }
    .contact-section .mail-area .mail-text2 {
        font-size: 18px;
    }
    .contact-section  .tel-area, .contact-section  .mail-area {
        min-height: 70px;
        width: 340px;
    }
    .contact-section .tel-area .tel {
        font-size: 28px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 450px) {
    .contact-section h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 390px) {
    .contact-area {
    padding: 10px 5px 30px;
    margin-bottom: 60px;
    }
    .contact-section .tel-area, .contact-section .mail-area {
        width: 100%;
    }
}

/* ブログ 一覧ページ */
.sub-bread {
    padding: 60px 30px 0;
    margin-bottom: 80px;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb li {
  font-size: 14px;
}
.breadcrumb li:not(:last-child)::after {
  content: ' > ';
  margin: 0 10px;
  color: #707070;
}
.breadcrumb a {
  text-decoration: none;
  color: #707070;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #707070;
}
.sub-blog .section-inner {
    padding: 0 30px;
}
.blog-list-page {
    padding: 40px 0;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.blog-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.blog-card:hover {
    transform: translateY(-5px);
}
.blog-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.blog-card-img {
    width: 100%;
    aspect-ratio: auto 680 / 450;
    overflow: hidden;
}
.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blog-card-content {
    padding: 20px;
}
.blog-card-content h2 {
    background-color: inherit;
    text-align: left;
    color: #0C56A1;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.3;
    padding: 0;
}
.blog-card-content .date {
    font-size: 16px;
    color: #707070;
    margin-bottom: 15px;
}
.blog-card-content .summary {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1250px) {
.sub-bread {
    margin-bottom: 50px;
}
.sub-bread .section-inner {
    padding: 0 0px;
}
}
@media screen and (max-width: 960px) {
    .sub-bread {
        padding: 30px 0 0;
        margin-bottom: 40px;
    }
    .sub-bread .section-inner {
    padding: 0 30px;
    }
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-card-content h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .sub-blog .date {
        font-size: 16px;
        padding-top: 0;
        margin-bottom: 5px;
    }
    .blog-card-content .summary {
    font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .sub-bread {
        margin-bottom: 30px;
        padding: 30px 0 0;
    }
}
@media screen and (max-width: 700px) {
.blog-card-img {
    max-height: 300px;
}
}
@media screen and (max-width: 600px) {
.sub-bread .section-inner {
padding: 0 20px;
}
.sub-blog .section-inner {
    padding: 0 20px
}
.blog-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 390px) {
.blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
}
.blog-card-content {
    padding: 14px;
}
.blog-card-img {
    max-height: 300px;
}
.blog-card-content h2 {
    font-size: 18px;
}
.sub-blog .date {
    font-size: 14px;
}
.blog-card-content .summary {
    font-size: 14px;
}
}

/* ブログ一覧　ページネーションのスタイル */
.pagination {
    margin-top: 50px;
    text-align: center;
}
.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.pagination li {
    display: inline-block;
}
.pagination a,
.pagination span {
    display: block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #0C56A1;
    background-color: #fff;
    transition: background-color 0.3s, color 0.3s;
}
.pagination a:hover {
    background-color: #0C56A1;
    color: #fff;
}
.pagination .current {
    background-color: #0C56A1;
    color: #fff;
    border-color: #0C56A1;
    font-weight: bold;
}
.pagination .prev,
.pagination .next {
    font-size: 18px;
}
@media screen and (max-width: 960px) {
    .pagination .prev,
    .pagination .next {
        font-size: 16px;
    } 
}
@media screen and (max-width: 600px) {
    .pagination {
        margin-top: 30px;
    }
    .pagination ul {
        gap: 5px;
    }
    .pagination a,
    .pagination span {
        padding: 6px 10px;
        font-size: 14px;
    }
    .pagination .prev,
    .pagination .next {
        font-size: 14px;
    }
}


/* ブログ 個別ページ */
.sub-blog .post {
    margin-bottom: 80px;
}
.sub-blog h1 {
    font-size: 36px;
    color: #0C56A1;
    border-bottom: 1px solid #0C56A1;
    padding-bottom: 20px;
}
.sub-blog .date {
    font-size: 20px;
    color: #707070;
    padding-top: 10px;
}
.sub-blog .blog-titlearea {
    margin-bottom: 80px;
}
.sub-blog .blog-imgarea {
    max-width: 1000px;
    height: auto;
    margin: 0 auto 60px;
}
.sub-blog .textarea p {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 20px;
}
.sub-blog .wp-block-image {
    margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
    .sub-blog .blog-titlearea {
    margin-bottom: 40px;
    }
    .sub-blog h1 {
    font-size: 30px;
    padding-bottom: 10px;
    }
    .sub-blog .date {
    font-size: 16px;
    }
    .sub-blog .blog-imgarea {
        margin: 0 auto 30px;
    }
    .sub-blog .textarea p {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    .sub-blog .blog-titlearea {
    margin-bottom: 30px;
    }
    .sub-blog h1 {
    font-size: 24px;
    }
    .sub-blog .date {
    font-size: 14px;
    }
    .sub-blog .blog-imgarea {
        margin: 0 auto 20px;
    }
    .sub-blog .textarea p {
        font-size: 14px;
    }
}
@media screen and (max-width: 390px) {
    .sub-blog h1 {
    font-size: 20px;
    }
}
/* single.php の投稿カテゴリー表示用 */
.post-categories {
    margin-top: 10px;
}
.post-categories .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.post-categories .category-list li {
    background-color: #739EC9; 
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.9em;
}
.post-categories .category-list li a {
    text-decoration: none;
    color: #fff;
    display: block;
}

/* サイドバーのスタイル */
.single-post-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.single-post-content {
    flex: 1;
    min-width: 0;
    width: 100%;
}
.single-post-sidebar {
    width: 250px;
    flex-shrink: 0;
}
@media (max-width: 960px) {
    .single-post-container {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }
    .single-post-sidebar {
        width: 100%;
        margin: 0 auto;
    }
    .sub-blog .post {
    margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .single-post-container {
        width: 100%;
    }
}
.sidebar-category {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.sidebar-category .sidebar-title {
    font-size: 1.2em;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.sidebar-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-category li {
    margin-bottom: 8px;
}
.sidebar-category a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 5px 0;
    transition: color 0.3s ease;
}
.sidebar-category a:hover {
    color: #0073aa;
}

/* page-notice.php 用の2カラムレイアウト */
.archive-post-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.archive-post-content {
    flex: 1;
    min-width: 0;
    width: 100%;
}
