@charset "UTF-8";

.ttl-page{
      font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}

#keyvisual-sub_blc {
    background: url(../img/common/mainV_facial.jpg) no-repeat right center / contain;
  }
.body #keyvisual-sub_blc {
    background: url(../img/common/mainV_body.jpg) no-repeat right center / contain;
}
.bridal #keyvisual-sub_blc {
    background: url(../img/common/mainV_bridal.jpg) no-repeat right center / contain;
}

@media screen and (max-width: 643px) {
     #keyvisual-sub_blc {
        background: url(../img/common/mainV_facial_sp.jpg) no-repeat right center / contain;
    }
    .body #keyvisual-sub_blc {
        background: url(../img/common/mainV_body_sp.jpg) no-repeat right center / contain;
    }
.bridal #keyvisual-sub_blc {
    background: url(../img/common/mainV_bridal_sp.jpg) no-repeat right center / contain;
}
}

/* -----------------------------------

コースのご案内

----------------------------------------*/

#salonMenu-blc .comm-blc{
      max-width: 1300px;
}

#salonMenu-blc .section {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 3rem 0;
}

#salonMenu-blc .box {
  width: calc(33.333% - 1.5rem);
  text-align: center;
}

#salonMenu-blc .box img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 0.08em;
}

.text {
  font-size: 0.9rem;
  line-height: 1.7;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

@media screen and (min-width: 1038px) and (max-width: 1262px){
.title {font-size: 1.2rem;}
.text {font-size: 0.85rem;}
}

@media screen and (max-width: 1038px) {
  .title {font-size: 1.4rem;}
  #salonMenu-blc .section{
    justify-content: center;
  }
#salonMenu-blc .box {
    width: calc(50% - 1.5rem);

}
}



@media screen and (max-width:767px) {
#salonMenu-blc .box {
    width: 90%;

}
}




/* --------------------------------------
価格表 */

#Price-blc{
max-width: 950px;
margin: 0 auto 5rem;
}




.price-table__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f2f2f2;
  border: 3px solid #f2f2f2;
}


.price-table__table th,
.price-table__table td {
  padding: 1rem;
  text-align: center;
}

/* ヘッダー行 */
.price-table__table th {
  font-weight: bold;
      border-bottom: 2px solid #989797;
}

/* 一番左の列だけ背景を白に */
.price-table__table th:first-child{
  background: #fff;
}
.price-table__table td.course {
  background: #fff;
  font-weight: bold;
  color: #a50000;
  font-weight: bold;
}

/* 2行目*/
.price-table__table tbody tr:first-child td {
      border-bottom: 2px solid #dfdfdf;
}

.price-table__note {
  margin-top: 1rem;
  font-size: 0.9rem;
  text-align: right;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
  .price-table__table,
  .price-table__table thead,
  .price-table__table tbody,
  .price-table__table th,
  .price-table__table td,
  .price-table__table tr {
    display: block;
    width: 100%;
  }

  .price-table__table thead {
    display: none;
  }



  .price-table__table td {
    width: 100%;
    text-align: left;
    padding: 0.8rem;
    position: relative;
        box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .price-table__table td.course {
    background: #fff;
    font-weight: bold;
    color: #a50000;
  }
.price-table__table tbody tr:first-child td {
    border-bottom: 0px solid #dfdfdf;
}
  .price-table__table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: inline-block;
    width: 6em;
  }

  .price-table__table td:nth-child(1)::before { content: "コース"; }
  .price-table__table td:nth-child(2)::before { content: "回数"; }
  .price-table__table td:nth-child(3)::before { content: "料金"; }
  .price-table__table td:nth-child(4)::before { content: "時間"; }

  .price-table__note {
    font-size: 0.85rem;
  }
}


/*--------------------------------------
facial フェイシャル*/

.facial #Price-blc .comm-blc{
      margin-bottom: 4rem;
}

.comm-blc.facial1 {
  max-width: 960px;
  margin: 0 auto;

}
.comm-blc.facial1 .ttl-style-group_sub {
    margin-bottom: 2rem;
}


.comm-blc.facial1 .treatment-content {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;

}
.comm-blc.facial1 .treatment-img img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 835px) {

  .comm-blc.facial1 .treatment-img {
    align-self: flex-start;
    margin-top: -27px; 
  }
}

/* 画像テキストの上に */
@media screen and (max-width: 835px) {
  .comm-blc.facial1 .treatment-content {
    flex-direction: column;
            align-items: center;
  }

  .comm-blc.facial1 .treatment-img {
    order: 1;
    text-align: center;
  }

  .comm-blc.facial1 .left_txt {
    order: 2;
  }

  .comm-blc.facial1 .treatment-img img {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* 使用機器のご案内 ーーーーーーーーー*/
.equipment-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2rem;

  margin: 0 auto;
}

.equipment-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.equipment-img img {
  width: 150px;
    max-width: none; 
  flex-shrink: 0;
  height: auto;
  padding: 4px;
  box-sizing: border-box;
}

.equipment-text h4 {
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  font-weight: bold;
}

.equipment-text p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
  .equipment-content {
    grid-template-columns: 1fr;
  }

}

.Product_info .ttl-style-group .ttl-section.ttl-02{
  margin-bottom: 0px;
}


.Product_info_box {
  padding: 0rem 1rem 5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.product-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.product-image {
  display: flex;
  justify-content: center;
}

.diamond-frame img:last-child {
display: none;
}

.diamond-frame img {

  display: block;
}

.product-text {
  flex: 1 1 400px;
  max-width: 600px;
}

.product-subtitle {
  font-size: 1.1rem;
  color: #230072;
}

.product-title {
  font-size: 2.5rem;
  color: #230072;
  font-weight: bold;
  margin-bottom: 1rem;
}

.product-description {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #333;
}
.diamond-background {
  position: relative;
  z-index: 1;
}

/* 左上のひし形 */
.diamond-background::before {
  content: '';
  position: absolute;
    top: -3px;
    left: -28px;
  width: 80px;
  height: 80px;
  background: #dcd8e6;
  transform: rotate(45deg);
  opacity: 0.3;
z-index: -1;
}

/* 右下のひし形 */
.diamond-background::after {
  content: '';
  position: absolute;
    bottom: -16px;
    right: 9px;
  width: 120px;
  height: 120px;
  background: #dcd8e6;
  transform: rotate(45deg);
  opacity: 0.3;
z-index: -1;
}

/* テキストは上に表示 */
.product-text {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1165px) {
.product-content {
    gap: 2rem;
}
}
/* スマホ対応 */
@media screen and (max-width: 767px) {
    .diamond-frame img:first-child {
display: none;
}
  .diamond-frame img:last-child {
display: block;
}

  .product-content {
    flex-direction: column;

  }
.product-text{
    flex: 1;
}
.diamond-background::before {
    top: -10px;
    left: -3px;
}
.diamond-background::after{
    bottom: -21px;
    right: 10px;
}
}

/* 商品紹介 */

.product-line{
  margin: 3rem 0  5rem ;
}
.product-line-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.product-line-title p {
  font-size: 1.5rem;
  color: #230072;
  margin-bottom: 0.5rem;
}

.product-line-title h3 {
      font-size: 1.9rem;
  font-weight: bold;
  color: #230072;
  line-height: 1;
}

.product-line-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}

.product-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.product-item h4 {
  color: #720000;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.product-item p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
}

















/* Bridal*/
.bridal .price-table__table tbody tr:nth-child(2) td {
    border-bottom: 2px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
.bridal .price-table__table tbody tr:nth-child(2) td {
    border-bottom: 0px solid #dfdfdf;
}

}
