@charset "UTF-8";
/*
 * 20260415CSSファイル追加
 * 新しく追加するCSSを記述
*/
/* utility */
.u-mb20-30{
  margin-bottom: 20px;
}
.u-mb30{
  margin-bottom: 30px;
}
.u-mb30-40{
  margin-bottom: 30px;
}
.u-text01{
  display: grid;
  place-content: center;
  font-size: .95rem;
  font-weight: 400;
  color: #666666;
}
.u-text01_in:not(:last-child){
  margin-bottom: 10px;
}
.u-service-button{
  margin-top: 10px;
}
@media (min-width: 500px) {
  .u-sp500{
    display: none;
  }
}
@media (min-width: 769px) {
  .u-sp{
    display: none;
  }
}
@media (min-width: 1041px) {
  .u-mb20-30{
    margin-bottom: 30px;
  }
  .u-mb30-40{
    margin-bottom: 40px;
  }
  .u-text01{
    text-align: center;
    font-size: 1.05rem;
  }
  .u-service-button{
    margin-top: 40px;
  }
}

/* header修正 */
@media (min-width: 1041px) {
  .hd__cnt02 {
    justify-content: flex-end;
  }
  .hd__nv__li .is-corse span{
    font-size: 18px;
    color: #232323;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .hd__nv__li .is-corse span::before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 126px;
    height: 10px;
    background-color: transparent;
  }
  .hd__nv__li .is-corse span::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #f1b348;
    border-bottom: 0;
  }
  .hd__nv__li .is-corse ul{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 130px;
    right: 56px;
    background-color:#FFFCF5;
    border:3px solid #F1B348;
    border-radius: 10px;
    padding: 15px 20px 15px 35px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: opacity .3s,visibility .3s;
  }
  .hd__nv__li .is-corse:hover ul{
    opacity: 1;
    visibility: visible;
  }
  .hd__nv__li .is-corse ul li{
    margin-right: 0 !important;
    position: relative;
  }
  .hd__nv__li .is-corse ul li::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #f1b348;
    border-right: 0;
  }
  .hd__nv__li .is-corse ul li a{
    font-size: 16px;
    transition: color .3s;
  }
  .hd__nv__li .is-corse ul li a:hover{
    color: #de9e30;
    opacity: 1;
  }
}

/* hamburger menu修正 */
@media (max-width: 1040px) {
  .hd__nv.is-sp .hd__nv__cnt01{
    padding: 0 0 40px 0;
  }
  .hd__nv__li li a {
    font-size: 16px;
  }
  .is-corse-sp span {
    color: #232323;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    position: relative;
  }
  .is-corse-sp span::after{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #f1b348;
    border-bottom: 0;
  }
  .hd__nv.is-sp .hd__nv__li li:not(:last-child) {
    margin-bottom: 25px;
  }
  .is-corse-sp ul li {
    margin-bottom: 5px !important;
  }
  .is-corse-sp ul li a {
    font-size: 14px !important;
    font-weight: 700;
  }
}

/* footer修正 */
@media (min-width: 1041px) {
  .ft__in {
    display: block;
    padding-bottom: 80px;
  }
  .ft__nv__li{
    justify-content: center;
    gap: 20px;
  }
  .ft__nv__li .is-corse{
    color: white;
  }
  .ft__nv__li .is-corse ul{
    margin-top: 5px;
    padding-left: 10px;
  }
  .ft__nv__li .is-corse ul li{
    margin-bottom: 5px;
  }
  .ft__sns{
    display: flex;
    gap: 40px;
    width: auto;
    max-width: 640px;
    margin: 0 auto;
  }
  .ft__copyright{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* lv修正 */
.lv__in{
  height: 200px;
  max-width: 1200px;
}
.breadcrumbs__li li,.breadcrumbs__li li a {
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .lv__in{
    height: 300px;
  }
}

/* top修正 */
.top_service__li__dl dt {
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 960px) {
  .top_service__li__dl dt {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .top_service__li__dl dt {
    font-size: 18px;
  }
}

/* serviceページ */
.my-pricetable {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  max-width: 520px;
  margin: 0 auto;
}
.my-pricetable th,
.my-pricetable td {
  padding: 8px 5px;
  text-align: center;
  border: 0.5px solid #F1B348;
}
.my-pricetable th {
  background-color: #F1B348;
  font-weight: bold;
  color: #ffffff;
}
.my-pricetable th:first-child {
  width: 66%;
}
.my-pricetable th:last-child {
  width: 34%;
}
.my-pricetable td {
  vertical-align: middle;
}
.my-pricetable tbody tr:nth-child(even) {
  background-color: #FFFCF5;
}
@media (min-width: 1041px) {
  .my-pricetable {
    font-size: 16px;
  }
  .my-pricetable th,
  .my-pricetable td {
    padding: 10px 5px;
  }
}

/* 施術コースページ */
.p-course-sec01{
  padding: 45px 0;
}
.p-course-sec01.is-bg01{
  background-color: #FFFCF5;
}
.p-course-sec01.is-bg02{
  background-color: #fff6e3;
}
.p-course-in{
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-course-catch{
  position: relative;
  margin-bottom: 30px;
}
.p-course-catch-image{
  max-width: 500px;
  margin: 0 auto;
  img{
    aspect-ratio: 2 / 1;
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 5px 5px 5px rgba(0,0,0,.16);
  }
}
.p-lead01{
  color: #333;
  font-weight: bold;
  display: grid;
  place-content: center;
  font-size: 18px;
}
.p-lead01_in:not(:last-child){
  margin-bottom: 15px;
}
.p-course-title01{
  background-color: #F1B348;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.p-course-title01 span{
  display: block;
  color: white;
  font-weight: bold;
  line-height: 1.6;
  font-size: 17px;
  position: relative;
  padding-left: 15px;
}
.p-course-title01 span::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: white;
  border-radius: 100vmax;
}

.p-lead02{
  color: #333;
  font-size: 16px;
}
.p-lead02.is-center{
  display: grid;
  place-content: center;
}
.p-lead02.is-price{
  width: fit-content;
  background-color: white;
  padding: 20px 30px;
  border-radius: 10px;
  margin: 0 auto 30px;
  text-align: center;
  box-shadow: 3px 3px 3px rgba(0,0,0,.16);
}
.p-lead02 span{
  font-weight: bold;
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #ffd284 65%);
}
.p-lead02_in:not(:last-child){
  margin-bottom: 15px;
}
.p-course-list{
  background-color: #fff2d4;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-course-list.is-fit{
  width: fit-content;
}
.p-course-list li{
  list-style: disc;
  font-weight: bold;
  margin-left: 20px;
  line-height: 1.5;
}
.p-course-button{
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
  gap: 10px;
}
.p-course-list02{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.p-course-list02 .is-image{
  width: calc((100% - 10px) / 2);
  img{
    border-radius: 5px;
  }
  figcaption{
    text-align: center;
    font-weight: bold;
    position: relative;
    span{
      position: relative;
      z-index: 1;
      background-color: white;
      padding: 0 10px;
    }
  }
  figcaption::before{
    content: "";
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #de9e30;
  }
}
.p-course-button02Wrap{
  display: grid;
  place-content: center;
}
.p-course-button02{
  display: block;
  background-color: white;
  border: 2px solid #F1B348;
  padding: 10px 30px 10px 15px;
  color: #de9e30;
  line-height: 1.4;
  border-radius: 5px;
  width: fit-content;
  position: relative;
  transition: color .3s,background-color .3s;
}
.p-course-button02::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #f1b348;
  border-right: 0;
}
.p-course-about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.p-course-about .is-image{
  max-width: 450px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .p-course-catch{
    margin-bottom: 60px;
  }
  .p-course-catch-image{
    max-width: none;
    width: 80%;
    img{
      aspect-ratio: 1200 / 360;
    }
  }
  .p-course-list02{
    gap: 10px;
  }
  .p-course-list02 .is-image{
    width: calc((100% - 20px) / 3);
  }
  .p-course-about .is-text{
    width: 60%;
  }
  .p-course-about .is-image{
    width: calc(40% - 20px);
  }
}

@media (min-width: 1041px) {
  .p-course-sec01{
    padding: 90px 0;
  }
  .p-lead01{
    text-align: center;
    font-size: 24px;
  }
  .p-course-title01{
    padding: 20px;
    margin-bottom: 40px;
  }
  .p-course-title01 span{
    font-size: 20px;
    padding-left: 20px;
  }
  .p-lead02{
    font-size: 18px;
  }
  .p-lead02.is-center{
    text-align: center;
  }
  .p-lead02_in:not(:last-child){
    margin-bottom: 20px;
  }
  .p-course-list{
    padding: 30px;
  }
  .p-course-list li{
    font-size: 18px;
    margin-left: 30px;
  }
  .p-course-button{
    max-width: none;
  }
  .p-course-button a{
    width: calc((100% - 20px) / 3);
    transition: opacity .3s;
  }
  .p-course-button a:hover{
    opacity: .6;
  }
  .p-lead02.is-price{
    padding: 30px 60px;
    margin: 0 auto 40px;
  }
  .p-course-list02{
    gap: 20px;
    margin-bottom: 40px;
  }
  .p-course-list02 .is-image{
    width: calc((100% - 40px) / 3);
    img{
      border-radius: 10px;
    }
    figcaption{
      span{
        font-size: 18px;
        padding: 0 20px;
      }
    }
    figcaption::before{
      bottom: 15px;
    }
  }
  .p-course-button02:hover{
    background-color: #F1B348;
    color: white;
  }
  .p-course-button02:hover::before{
    border-left: 10px solid white;
  }
  .p-course-about{
    gap: 60px;
  }
  .p-course-about .is-text{
    width: 60%;
  }
  .p-course-about .is-image{
    width: calc(40% - 60px);
  }
}