@charset "utf-8";

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background: #fefcfa;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  color: #1e1e1e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #1e1e1e;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  box-sizing: border-box
}

hr {
  overflow: visible;
  border: none;
  border-top: 1px dashed rgb(220 210 160 / 0.7)
}

.background-circle {
  background: url(../img/back-circle.webp) repeat-y center top -52px / 956px 1896px;
  overflow-x: hidden;
}

@media screen and (max-width:767px) {
  body {
    font-size: 0.85rem;
  }
}

#about {
  padding: 50px 40px 0;
}

.page-title {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  text-align: center;
  font-size: 2.16rem;
}

.page-title span {
  padding-left: 3vw;
}

.sub-title {
  position: relative;
  top: -18px;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-size: 1.5rem;
  color: #dbd265;
  text-align: center;
}

.i-image img {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.wrapper {
  max-width: 680px;
  min-width: 310px;
  padding: 40px;
  margin: 0 auto;
}

.section-title {
  font-size: 0.98em;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #f9ecc2;
  padding-bottom: 7px;
}

.section-title::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #dbd265;
  position: absolute;
  bottom: 0;
  left: 0;
}

#philosophy {
  margin-bottom: 100px;
}

.philosophy-inner {
  padding-top: 15px;
}

.philosophy-text {
  font-size: 1.2em;
  line-height: 1.85;
}

#overview .section-title {
  position: relative;
  top: 1px;
}

#overview {
  margin-bottom: 100px;
}

.overview-list {
  display: flex;
  flex-wrap: wrap;
}

.overview-list dt, .overview-list dd {
  border-top: solid 1px #f9ecc2;
  padding: 20px 0;
  line-height: 1.85;
}

.overview-list dt {
  width: 110px;
}

.overview-list dd {
  width: calc(100% - 110px);
}

.overview-list dt:first-of-type,
.overview-list dd:first-of-type {
  border-top: 0;
}

.overview-list span.representative {
  padding-right: 15px;
}

.overview-list span.employee {
  padding-right: 31px;
}

.overview-list span.part-timer {
  padding-right: 5px;
}

.overview-list span.outsourcer {
  padding-right: 18px;
}

.overview-list dd.ruby {
  line-height: 2.2;
  padding: 15px 0 20px 0;
}

.overview-list dd.ruby rt {
  margin-bottom: -3px;
}

@media screen and (min-width:767px) {
  .overview-list span.employee {
    padding-right: 34px;
  }
  .overview-list span.outsourcer {
    padding-right: 20px;

  }
}

#products .products-title {
  font-size: 0.98em;
  letter-spacing: 0.05em;
  padding-bottom: 7px;
}

#products {
  max-width: 500px;
  margin: 0 auto 50px;
}

#products .hair-care {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  border-top: 4px solid rgb(219 210 101 / 70%);
  box-shadow: 0 2px 4px rgb(170 160 100 / 50%);
}

#products .card-txt {
  width: 100%;
  padding: 20px 20px 0;
}

#products .title-en {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1;
  color: #d1ca00;
}

#products .title-ja {
  font-size: 1.1em;
  margin-bottom: 10px;
}

#products .description {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 10px;
}

#products .view-more {
  width: calc(100% - 20px);
  font-size: 1em;
  text-align: right;
  border-bottom: 1px solid rgb(209 202 0 / 35%);
  color: #c3bd04;
}

#products .image {
  padding-top: 20px;
}


#footer {
  color: #fff;
  background-color: #aaa27e;
}

.footer-inner {
  min-width: 348px;
  padding: 20px 20px 40px;
}

.footer-nav-link {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  margin-bottom: 1em;
}

.footer-nav-reserv {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 10px;
}

.footer-nav-reservation, .footer-nav-mos {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-nav-reservation {
  margin-bottom: 10px;
}

.footer-nav-reservation a {
  background: rgb(255 255 255 / 0.7);
  border-radius: 16px;
  color: #777047;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.85rem;
  padding: 0 20px;
}

.footer-nav-mos {
  font-size: 1rem;
}

.footer-nav-mos a {
  color: #fff;
}

.footer-access {
  text-align: center;
  font-size: 0.83rem;
  margin-bottom: 0.6em;
}

.footer-access img {
  max-width: 28px;
  margin-right: 5px;
}

.footer-access span {
  letter-spacing: -0.28em;
}

.footer-info {
  font-size: 0.83rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 4em;
}

.footer-adds address {
  font-style: normal;
}

.footer-tel-open {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.footer-reserv-staff {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}

.holiday span {
  letter-spacing: -0.28em;
}

.footer-logo {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.footer-logo-inner img {
  max-width: 96px;
  height: auto;
}

.footer-copyright {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

iframe {
  width: 100%;
}

.location-map {
  max-width: 400px;
  margin: 0 auto;
}
