main #container {
  padding: 0;
}

/* #fee structure
------------------------------------ */
#fee {
  min-height: calc(100vh - 80px);
  background: url(/lib/img/price/fee_bg.webp) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
  padding: 6rem 5.6vw 6rem;
}
#fee.fixed {
  background: none;
}
#fee.fixed .bg > * {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: -1;
}
#fee.fixed .bg .pc {
  height: calc(100vh - 80px);
  background: url(/lib/img/price/fee_bg.webp) no-repeat 0 0/100% auto;
  top: 80px;
}

@media screen and (max-width: 768px) {
  #fee {
    height: calc(100vh - 4.8rem);
    background: url(/lib/img/price/fee_bg_sp.webp) center top/cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #fee.fixed {
    height: auto;
  }
  #fee.fixed .bg .sp {
    height: calc(100vh - 4.8rem);
    background: url(/lib/img/price/fee_bg_sp.webp) center top/cover;
    top: 0;
  }
}
/* #fee 
------------------------------------ */
#fee section + section {
  margin-top: 10rem;
}
#fee hgroup {
  margin-bottom: 3rem;
}
#fee hgroup h3 {
  font-size: clamp(2.4rem, 2.5vw, 2.5vw);
  width: fit-content;
  border-bottom: 1px solid #C8B5A1;
  font-weight: 500;
}
#fee hgroup .en {
  font-family: "Century Gothic", "Futura", serif;
  margin-bottom: 0;
  font-size: clamp(1.8rem, 1.7vw, 1.7vw);
}
#fee .tableCover {
  background: rgba(255, 255, 255, 0.6);
  padding: 2.1vw;
  width: fit-content;
  margin-bottom: 3rem;
}
#fee .tableCover table {
  border-collapse: collapse;
}
#fee .tableCover table th, #fee .tableCover table td {
  padding: 0.5rem 1rem;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px dotted #51443D;
}
#fee .tableCover table th {
  padding-right: 2rem;
}
#fee .tableCover table thead th {
  font-size: clamp(1.4rem, 1vw, 1vw);
}
#fee .tableCover .notes {
  font-size: clamp(1.4rem, 1vw, 1vw);
  font-weight: normal;
}
#fee .image {
  max-width: 20.8vw;
}
#fee .typeguide {
  background: rgba(255, 255, 255, 0.6);
  padding: 2.1vw;
  width: fit-content;
}
#fee .typeguide h3 {
  font-size: clamp(1.8rem, 1.7vw, 1.7vw);
}
#fee .typeguide dl {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0;
}
#fee .typeguide dl dt, #fee .typeguide dl dd {
  padding: 1rem 0;
  border-top: 1px dotted #C8B5A1;
}
#fee .typeguide dl dt {
  padding-right: 4.2vw;
}
@media screen and (max-width: 768px) {
  #fee .tableCover {
    width: fit-content;
    margin-bottom: 3rem;
  }
  #fee .tableCover table {
    border-collapse: collapse;
  }
  #fee .tableCover table th, #fee .tableCover table td {
    display: block;
    padding: 0.5rem 0.5rem;
  }
  #fee .tableCover table th {
    padding-right: 1rem;
    border-bottom: none;
    font-weight: bold;
  }
  #fee .tableCover table td {
    text-align: right;
  }
  #fee .tableCover table thead {
    border-bottom: 1px dotted #51443D;
  }
  #fee .tableCover table thead th {
    text-align: right;
    font-size: clamp(1.4rem, 1.1vw, 1.1vw);
    padding-right: 0;
  }
  #fee .image {
    max-width: 50%;
  }
  #fee .typeguide {
    background: rgba(255, 255, 255, 0.6);
    padding: 2.1vw;
    width: fit-content;
  }
  #fee .typeguide h3 {
    font-size: clamp(1.8rem, 1.7vw, 1.7vw);
  }
  #fee .typeguide dl {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  #fee .typeguide dl dt, #fee .typeguide dl dd {
    padding: 1rem 0;
    border-top: 1px dotted #C8B5A1;
  }
  #fee .typeguide dl dt {
    padding: 1rem 0 0 0;
    font-weight: bold;
  }
  #fee .typeguide dl dd {
    border-top: none;
  }
}

/* .treatmentdetail
------------------------------------ */
.paddingContainer {
  padding: 2rem 5.6vw 2rem;
  background: #FFFDF9;
}

.treatmentdetail {
  background: #FFF;
  border-radius: 15px;
  border: 1px solid #C8B5A1;
  padding: 3.2vw;
  margin-top: 5rem;
}
.treatmentdetail hgroup {
  display: flex;
  align-items: flex-end;
  gap: 2.1vw;
  position: relative;
  margin-bottom: 5rem;
}
.treatmentdetail hgroup::after {
  content: "";
  width: calc(100% - 9vw);
  height: 1px;
  background: #C8B5A1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.treatmentdetail hgroup .icon {
  width: 6.9vw;
  border-radius: 10px;
  border: 1px solid #C8B5A1;
}
.treatmentdetail hgroup h3 {
  font-size: clamp(2.4rem, 3.3vw, 3.3vw);
  line-height: 1;
  padding-bottom: 1.5rem;
  margin-block: calc((1cap - 1lh) / 2);
}
.treatmentdetail .rayoutBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
  align-items: flex-start;
}
.treatmentdetail .rayoutBox:nth-child(2n+1), .treatmentdetail .rayoutBox.dir_rev {
  flex-direction: row-reverse;
}
.treatmentdetail .rayoutBox.dir_row {
  flex-direction: row;
}
.treatmentdetail .rayoutBox:last-child {
  margin-bottom: 0;
}
.treatmentdetail .rayoutBox > .text {
  width: 48%;
}
.treatmentdetail .rayoutBox > .photo {
  position: sticky;
  top: 0;
  width: 48%;
}
.treatmentdetail .rayoutBox h4 {
  font-size: clamp(2rem, 2.2vw, 2.2vw);
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.treatmentdetail .rayoutBox .h4_titlelead {
  margin-bottom: 0;
  font-weight: 600;
}
.treatmentdetail .rayoutBox h5 {
  font-size: clamp(1.8rem, 1.7vw, 1.7vw);
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.treatmentdetail .rayoutBox section:not(:first-child) {
  margin-top: 6rem;
}
.treatmentdetail .rayoutBox section section {
  margin-top: 3rem;
}
.treatmentdetail .rayoutBox .photolist li:not(:first-child) {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .treatmentdetail {
    border-radius: 10px;
    padding: 5.3vw;
    margin-top: 5rem;
  }
  .treatmentdetail hgroup {
    display: grid;
    grid-template-columns: 16vw 1fr;
    gap: 0 1rem;
    position: relative;
    margin-bottom: 3rem;
  }
  .treatmentdetail hgroup::after {
    width: calc(100% - 16vw - 1rem);
  }
  .treatmentdetail hgroup .icon {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 16vw;
    border-radius: 5px;
  }
  .treatmentdetail hgroup h3 {
    font-size: clamp(2.4rem, 3.3vw, 3.3vw);
    padding-bottom: 1rem;
  }
  .treatmentdetail .rayoutBox {
    display: block;
    margin-bottom: 5rem;
  }
  .treatmentdetail .rayoutBox .text {
    width: 100%;
  }
  .treatmentdetail .rayoutBox .photo {
    position: relative;
    width: 100%;
    margin-top: 1.5rem;
  }
  .treatmentdetail .rayoutBox section:not(:first-child) {
    margin-top: 3rem;
  }
  .treatmentdetail .rayoutBox section section {
    margin-top: 2rem;
  }
}

/*# sourceMappingURL=price.css.map */