@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap");
* {
  box-sizing: border-box;
}

body, p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  margin-block: 0;
  padding-inline: 0;
}

li {
  display: block;
}

a, a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, p, dl, dt, dd {
  font-weight: normal;
  text-align: left;
  margin-block: 0;
  margin-inline: 0;
  padding-inline: 0;
}

p.note {
  font-size: 12px;
}

@media screen and (min-width: 501px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .pc {
    display: none;
  }
}
body {
  color: #555;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4em;
  background-color: #FEF7EC;
}

main {
  position: relative;
  z-index: 1;
}

section {
  position: relative;
  min-width: 1100px;
  text-align: center;
}

h1 {
  font-size: 40px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 img {
  margin: 0 0.2em 0 0;
}

h2 {
  display: inline-block;
  font-size: 20px;
  line-height: 1.8em;
  text-align: left;
  margin: 80px auto;
}

h3 {
  font-size: 28px;
}

.container, .container-normal {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.link-box, .btn-box {
  display: flex;
  align-items: center;
  height: inherit;
}

.link-box {
  padding: 0 1em 0 0;
}
.link-box a::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  /* clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%); */
  -webkit-clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
          clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
  height: 0.9em;
  aspect-ratio: 1;
  background-color: #555;
  margin: 0 0 0 0.5em;
}

.btn-box {
  padding: 0 1em;
  margin: 0 1px 0 0;
}
.btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  height: inherit;
}
.btn-box a::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  /* clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%); */
  -webkit-clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
          clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
  height: 0.9em;
  aspect-ratio: 1;
  background-color: #fff;
  margin: 0 0 0 0.5em;
}
.btn-box a.fixed span {
  display: inline-block;
  width: 160px;
  text-align: center;
}
.btn-box.primary {
  color: #fff;
  background-color: rgba(0, 179, 186, 0.8);
}
.btn-box.primary a::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  /* clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%); */
  -webkit-clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
          clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
  height: 0.9em;
  aspect-ratio: 1;
  background-color: #fff;
  margin: 0 0 0 1em;
}
.btn-box.secondary {
  color: #555;
  background-color: rgba(255, 255, 255, 0.8);
}
.btn-box.secondary a::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  /* clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%); */
  -webkit-clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
          clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
  height: 0.9em;
  aspect-ratio: 1;
  background-color: #555;
  margin: 0 0 0 1em;
}
.btn-box:last-child {
  margin: 0;
}

.btn-contact::before, .btn-reserve::before {
  position: relative;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin: 0 1em 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.btn-contact::before {
  top: 2px;
  background-image: url(/img/icon-phone.svg);
}

.btn-reserve::before {
  background-image: url(/img/icon-calendar.svg);
}

.sns {
  display: flex;
  gap: 20px;
}
.sns dt {
  display: flex;
  gap: 10px;
  padding: 0 0 12px;
}
.sns dd {
  text-align: center;
}
.sns dd img {
  width: 120px;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100vw;
  background-color: rgba(78, 198, 203, 0.8);
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
header.site-header .logo {
  position: absolute;
  top: 8px;
  left: 0;
  filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 8px #fff);
}
header.site-header .container {
  height: inherit;
}
header.site-header #menu-container {
  display: flex;
  height: inherit;
  justify-content: flex-end;
}
header.site-header ul {
  display: flex;
  height: inherit;
  align-items: center;
}

section.mv {
  height: 100vh;
  width: 100vw;
  background-image: url(/img/logo-white.svg), url(/img/mv-01.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, cover;
  background-position: center center, center center;
}
section.mv p {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 2.8vh;
  line-height: 4.6vh;
  color: #fff;
  text-shadow: 0px 0px 15px rgb(0, 0, 0);
}

section.treatment {
  margin: 120px 0 0;
}
section.treatment ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
section.treatment ul li {
  width: calc((100% - 60px) / 3);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
}
section.treatment ul li.environ {
  width: calc((100% - 60px) / 3 * 2 + 30px);
}
section.treatment ul li h3 {
  height: 2em;
}
section.treatment ul li img {
  display: block;
}
section.treatment ul li div {
  height: 330px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.65);
}
section.treatment ul li div p .note {
  display: block;
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.5em;
}
section.treatment ul li h3 {
  margin: 0 0 20px;
}

section.cta {
  background-color: rgba(82, 211, 216, 0.65);
  margin: 120px 0 0;
  padding: 70px 0;
}
section.cta .container {
  display: flex;
  justify-content: center;
}
section.cta ul {
  display: flex;
  height: inherit;
  align-items: center;
  margin: 0 auto;
  height: 80px;
  gap: 20px;
}
section.cta ul li {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
}
section.cta ul li a.fixed span {
  width: 200px;
}

section.shop {
  margin: 120px 0 0;
}
section.shop .container {
  width: 1000px;
}
section.shop .table > dl {
  border-top: 1px #555555 solid;
  font-size: 26px;
  display: flex;
  align-items: center;
  background-color: rgba(240, 187, 98, 0.15);
}
section.shop .table > dl > dt, section.shop .table > dl > dd {
  padding: 20px;
}
section.shop .table > dl > dt {
  width: 300px;
}
section.shop .table > dl > dd {
  width: calc(100% - 300px);
  background-color: rgba(255, 255, 255, 0.7);
}
section.shop .table > dl:last-child {
  border-bottom: 1px #555555 solid;
}
section.shop .introduce {
  margin: 80px 0 0 0;
  display: flex;
  gap: 20px;
}
section.shop .introduce li {
  width: calc((100% - 60px) / 4);
}
section.shop .introduce li img {
  width: 100%;
  display: block;
}
section.shop .introduce li h3 {
  padding: 20px 0;
  height: 3.5em;
}

section.access {
  margin: 120px 0;
}
section.access .container {
  width: 1000px;
}

footer {
  position: relative;
  z-index: 1;
  background-color: rgba(82, 211, 216, 0.65);
}
footer .container {
  padding: 50px 0;
  display: flex;
  gap: 30px;
}
footer .logo-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .logo {
  height: 175px;
  filter: drop-shadow(0px 0px 15px #fff);
}
footer .nav-container .sns {
  margin: 20px 0 0;
}
footer .btn-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .btn-container li {
  height: 80px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
}
footer .copyright {
  font-size: 12px;
  padding: 0 0 5px 5px;
}

.hibiscus-bg {
  position: fixed;
  background-image: url(/img/hibiscus-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.hibiscus-bg-01 {
  right: -20vw;
  top: 0;
  width: 50vw;
  height: 50vh;
}
.hibiscus-bg-02 {
  left: -20vw;
  bottom: 0;
  width: 80vw;
  height: 80vh;
  transform: rotate(270deg);
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  display: none;
}
.dialog-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog-content {
  position: fixed;
  padding: 50px 30px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
  background: rgba(165, 232, 235, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.dialog-ttl {
  display: block;
  margin: 0px auto 20px;
  font-size: 28px;
  text-align: center;
}
.dialog-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.dialog-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #555;
  -webkit-clip-path: polygon(5% 0%, 0% 5%, 45% 50%, 0% 95%, 5% 100%, 50% 55%, 95% 100%, 100% 95%, 55% 50%, 100% 5%, 95% 0%, 50% 45%);
          clip-path: polygon(5% 0%, 0% 5%, 45% 50%, 0% 95%, 5% 100%, 50% 55%, 95% 100%, 100% 95%, 55% 50%, 100% 5%, 95% 0%, 50% 45%);
}

#dialog-contact p {
  text-align: center;
  margin: 0 0 30px;
}
#dialog-contact .phone-number {
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 1.5em;
  line-height: 1em;
}
#dialog-contact .phone-number img {
  height: 1em;
}
#dialog-contact .sns {
  justify-content: center;
}

@media screen and (max-width: 500px) {
  body {
    font-size: 18px;
  }
  section {
    min-width: 90vw;
  }
  h1 {
    font-size: 28px;
  }
  h1 img {
    margin: 0 0.2em 0 0;
    height: 1.5em;
  }
  h2 {
    display: inline-block;
    font-size: 18px;
    line-height: 1.8em;
    text-align: left;
    margin: 80px auto;
  }
  h3 {
    font-size: 24px;
  }
  .container, .container-normal {
    width: 90vw;
  }
  .link-box, .btn-box {
    display: flex;
    align-items: center;
    height: inherit;
  }
  .link-box {
    padding: 0 1em 0 0;
  }
  .link-box a::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    /* clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%); */
    -webkit-clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
            clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
    height: 0.9em;
    aspect-ratio: 1;
    background-color: #555;
    margin: 0 0 0 0.5em;
  }
  .btn-box {
    padding: 0 1em;
    margin: 0 1px 0 0;
  }
  .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    height: inherit;
  }
  .btn-box a::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    /* clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%); */
    -webkit-clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
            clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
    height: 0.9em;
    aspect-ratio: 1;
    background-color: #fff;
    margin: 0 0 0 0.5em;
  }
  .btn-box a.fixed span {
    display: inline-block;
    width: 160px;
    text-align: center;
  }
  .btn-box.primary {
    color: #fff;
    background-color: rgba(0, 179, 186, 0.8);
  }
  .btn-box.primary a::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    /* clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%); */
    -webkit-clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
            clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
    height: 0.9em;
    aspect-ratio: 1;
    background-color: #fff;
    margin: 0 0 0 1em;
  }
  .btn-box.secondary {
    color: #555;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .btn-box.secondary a::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    /* clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%); */
    -webkit-clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
            clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%, 0 5%);
    height: 0.9em;
    aspect-ratio: 1;
    background-color: #555;
    margin: 0 0 0 1em;
  }
  .btn-box:last-child {
    margin: 0;
  }
  .btn-contact::before, .btn-reserve::before {
    position: relative;
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .btn-contact::before {
    top: 2px;
    background-image: url(/img/icon-phone.svg);
  }
  .btn-reserve::before {
    background-image: url(/img/icon-calendar.svg);
  }
  .sns {
    display: flex;
    gap: 20px;
  }
  .sns dt {
    display: flex;
    gap: 10px;
    padding: 0 0 12px;
  }
  .sns dd {
    text-align: center;
  }
  .sns dd img {
    width: 120px;
  }
  header.site-header .container {
    width: 100vw;
  }
  header.site-header .logo {
    z-index: 10;
    top: 10px;
    left: 10px;
  }
  header.site-header .menu-open {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(/img/icon-menu.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  header.site-header .menu-open.active {
    background-image: url(/img/icon-menu-close.svg);
  }
  header.site-header #menu-container {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    height: auto;
  }
  header.site-header ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  header.site-header ul li {
    height: 8vh;
    width: calc((100% - 20px) / 2);
  }
  header.site-header ul li.btn-box {
    width: 100%;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
  }
  header.site-header ul li a span {
    display: inline-block;
    width: 60vw;
    text-align: center;
  }
  section.mv {
    background-size: 80%, cover;
    background-position: center center, 35% center;
  }
  section.mv p {
    text-align: right;
    right: 5vw;
    bottom: 10vw;
    font-size: 2.3vh;
    line-height: 3.6vh;
  }
  section.treatment {
    margin: 100px 0 0;
  }
  section.treatment .container {
    width: 100vw;
  }
  section.treatment h2 {
    width: 90vw;
  }
  section.treatment ul {
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap;
  }
  section.treatment ul li {
    width: 100%;
    box-shadow: none;
  }
  section.treatment ul li.environ {
    width: 100%;
  }
  section.treatment ul li.environ .scroll {
    display: block;
    position: relative;
    overflow: hidden;
  }
  @keyframes environ-scroll {
    from {
      left: 0;
    }
    50% {
      left: calc(100% - 790px);
    }
    to {
      left: 0;
    }
  }
  section.treatment ul li.environ img {
    position: relative;
    width: auto;
    max-width: unset;
    animation-name: environ-scroll;
    animation-duration: 30s;
    animation-iteration-count: infinite;
  }
  section.treatment ul li img {
    width: 100%;
  }
  section.treatment ul li div {
    height: auto;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.65);
  }
  section.treatment ul li h3 {
    margin: 0 0 20px;
  }
  section.treatment p.note {
    width: 90vw;
    margin: 30px auto 0;
  }
  section.cta {
    margin: 100px 0 0;
    padding: 50px 0;
  }
  section.cta .container {
    display: flex;
    justify-content: center;
  }
  section.cta ul {
    flex-direction: column-reverse;
    height: inherit;
  }
  section.cta ul li {
    height: 80px;
  }
  section.shop {
    margin: 100px 0 0;
  }
  section.shop .container {
    width: 100vw;
  }
  section.shop h2 {
    width: 90vw;
  }
  section.shop .table > dl {
    flex-direction: column;
    align-items: stretch;
  }
  section.shop .table > dl > dt {
    font-size: 14px;
    width: auto;
    padding: 20px 20px 5px 20px;
  }
  section.shop .table > dl > dd {
    font-size: 20px;
    width: auto;
    background-color: unset;
    padding: 5px 20px 20px 20px;
  }
  section.shop .introduce {
    margin: 80px 5vw 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  section.shop .introduce li {
    width: 100%;
  }
  section.shop .introduce li h3 {
    padding: 20px 0;
  }
  section.access {
    margin: 100px 0;
  }
  section.access .container {
    width: 90vw;
  }
  section.access iframe {
    width: 90vw;
  }
  footer {
    background-color: rgba(82, 211, 216, 0.65);
  }
  footer .container {
    padding: 80px 20px;
    flex-direction: column-reverse;
    gap: 50px;
  }
  footer .nav-container .sns {
    justify-content: space-around;
  }
  footer .btn-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  footer .btn-container li {
    height: 80px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
  }
  footer .copyright {
    font-size: 12px;
    padding: 0 0 5px 5px;
  }
  .hibiscus-bg-01 {
    right: -20vw;
    top: 0;
    width: 50vw;
    height: 50vh;
  }
  .hibiscus-bg-02 {
    left: -20vw;
    bottom: 0;
    width: 80vw;
    height: 80vh;
    transform: rotate(270deg);
  }
  .dialog {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    display: none;
  }
  .dialog-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dialog-content {
    position: fixed;
    padding: 50px 30px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
    background: rgba(165, 232, 235, 0.8);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .dialog-ttl {
    display: block;
    margin: 0px auto 20px;
    font-size: 28px;
    text-align: center;
  }
  .dialog-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .dialog-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #555;
    -webkit-clip-path: polygon(5% 0%, 0% 5%, 45% 50%, 0% 95%, 5% 100%, 50% 55%, 95% 100%, 100% 95%, 55% 50%, 100% 5%, 95% 0%, 50% 45%);
            clip-path: polygon(5% 0%, 0% 5%, 45% 50%, 0% 95%, 5% 100%, 50% 55%, 95% 100%, 100% 95%, 55% 50%, 100% 5%, 95% 0%, 50% 45%);
  }
  #dialog-contact p {
    text-align: center;
    margin: 0 0 30px;
  }
  #dialog-contact .phone-number {
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 1.5em;
    line-height: 1em;
  }
  #dialog-contact .phone-number img {
    height: 1em;
  }
  #dialog-contact .sns {
    justify-content: center;
  }
}
#smallface h2 {
  width: 90%;
}
#smallface main {
  margin: 0 0 120px;
}
#smallface section.mv {
  height: 100vh;
  width: 100vw;
  background-image: none;
}
#smallface section.mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  height: calc(100% - 30px);
  background-color: rgba(255, 255, 255, 0.6);
}
#smallface section.mv .container {
  height: 100%;
  background-image: url(/img/smallface/mv-02.png), url(/img/smallface/mv-01.png);
  background-repeat: no-repeat;
  background-size: 35%, 40%;
  background-position: right bottom, right 60% bottom;
}
#smallface section.mv .container p {
  position: absolute;
  left: 0;
  font-size: 2.8vh;
  line-height: 4.6vh;
  color: #333333;
  text-shadow: none;
}
#smallface section.mv .container p.catch {
  top: 160px;
  color: #00B3BA;
  font-size: 5vh;
  line-height: 1.3em;
}
#smallface section.mv .container p.catch small {
  font-size: 2.8vh;
  display: block;
}
#smallface section.mv .container p.detail {
  top: 290px;
  display: block;
  padding: 20px 0 0;
}
#smallface section.menu {
  margin: 120px 0 0;
}
#smallface section.menu ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#smallface section.menu ul li {
  background-color: #fff;
  width: calc((100% - 60px) / 3);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 20px 20px 40px;
}
#smallface section.menu ul li h3 {
  font-size: 40px;
  line-height: 3em;
  color: #00B3BA;
  text-align: center;
}
#smallface section.menu ul li .time {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.1em;
  text-align: right;
  height: 170px;
}
#smallface section.menu ul li .time span {
  font-size: 26px;
}
#smallface section.menu ul li .time small {
  font-size: 22px;
}
#smallface section.menu ul li .time small small {
  font-size: 18px;
}
#smallface section.menu ul li .detail {
  margin: 30px 0 0;
  font-size: 20px;
  line-height: 1.2em;
  height: 250px;
}
#smallface section.menu ul li .detail a {
  color: #00B3BA;
}
#smallface section.menu ul li .price {
  font-size: 36px;
  line-height: 1.2em;
  text-align: right;
  color: #00B3BA;
}
#smallface section.menu ul li .img-box {
  display: flex;
  align-items: center;
  height: 340px;
}
#smallface section.menu ul li img {
  display: block;
}
#smallface section.step {
  margin: 120px 0 0;
}
#smallface section.step ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#smallface section.step ul li {
  background-color: #fff;
  width: 100%;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
}
#smallface section.step ul li dl {
  display: flex;
}
#smallface section.step ul li dl dt {
  position: relative;
  width: 350px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(230, 205, 161, 0.6);
}
#smallface section.step ul li dl dd {
  width: calc(100% - 350px);
  padding: 30px;
}
#smallface section.step ul li h3 {
  font-size: 40px;
  line-height: 1em;
  color: #00B3BA;
  padding: 0 0 20px;
}
#smallface section.step ul li.step-01 dl dt {
  background: none;
}
#smallface section.step ul li.step-01 dl dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(82, 170, 216, 0.33);
}
#smallface section.cta-trans {
  background-color: transparent;
}

@media screen and (max-width: 500px) {
  #smallface main {
    margin: 0 0 100px;
  }
  #smallface section.mv::before {
    height: unset;
    bottom: 0;
  }
  #smallface section.mv .container {
    height: 100%;
    background-image: url(/img/smallface/mv-02.png), url(/img/smallface/mv-01.png);
    background-repeat: no-repeat;
    background-size: 75%, 65%;
    background-position: right top 75%, left top 40%;
  }
  #smallface section.mv .container p {
    font-size: 2.8vh;
    line-height: 4.6vh;
    color: #333333;
    text-align: left;
    width: 100%;
    text-shadow: none;
  }
  #smallface section.mv .container p.catch {
    top: 130px;
    font-size: 6.5vw;
    line-height: 1.3em;
  }
  #smallface section.mv .container p.catch small {
    font-size: 4.2vw;
    display: block;
  }
  #smallface section.mv .container p.detail {
    top: unset;
    bottom: 20px;
    font-size: 5vw;
    line-height: 1.3em;
    display: block;
    padding: 20px 0 0;
  }
  #smallface section.menu {
    margin: 100px 0 0;
  }
  #smallface section.menu ul {
    flex-direction: column;
  }
  #smallface section.menu ul li {
    width: 100%;
    padding: 40px 20px;
  }
  #smallface section.menu ul li h3 {
    font-size: 40px;
    line-height: 1em;
    padding: 0 0 30px;
  }
  #smallface section.menu ul li .time {
    font-size: 34px;
    height: auto;
  }
  #smallface section.menu ul li .time span {
    font-size: 28px;
  }
  #smallface section.menu ul li .detail {
    margin: 30px 0 30px;
    height: auto;
  }
  #smallface section.menu ul li .price {
    line-height: 1.4em;
  }
  #smallface section.menu ul li .img-box {
    margin: 20px 0 0;
  }
  #smallface section.menu ul li img {
    display: block;
  }
  #smallface section.step {
    margin: 100px 0 0;
  }
  #smallface section.step ul li dl {
    display: flex;
    flex-direction: column;
  }
  #smallface section.step ul li dl dt {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(230, 205, 161, 0.6);
  }
  #smallface section.step ul li dl dd {
    width: 100%;
    padding: 30px;
  }
  #smallface section.step ul li h3 {
    font-size: 33px;
    line-height: 1.5em;
    padding: 20px;
  }
  #smallface section.cta-trans {
    background-color: transparent;
  }
}/*# sourceMappingURL=site.css.map */