@charset "UTF-8";

.front-title,
.section-title {
  padding-top: 10rem;
}
.menu img {
  aspect-ratio: 3 / 2;
  margin-bottom: 2rem;
}
.menu p {
  max-width: 560px;
  margin: 2rem auto 4rem;
}
.menu-area {
  margin-bottom: 4rem;
}
.menu-title {
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.menu-item {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.menu-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: dotted 2px var(--main-color);
}
dt,
dd {
  position: relative;
  z-index: 1;
  font-weight: normal;
}
dt span {
  background: var(--base-color);
  padding-right: 0.5rem;
}
dd span {
  background: var(--base-color);
  padding-left: 0.5rem;
}
.english {
  font-family: 'EB Garamond', serif;
}
.note {
  border: 1px solid var(--main-color);
  border-radius: 4px;
  outline: 1px solid var(--main-color);
  outline-offset: 4px;
  padding: 1rem;
}

@media (min-width: 600px) {
  .menu p {
    margin: 4rem auto 6rem;
  }
  .cut-color-area,
  .perm-other-area {
    display: flex;
    justify-content: space-between;
  }
  .menu-area {
    width: 47%;
    margin-bottom: 6rem;
  }
  .menu-title {
    margin-bottom: 2rem;
  }
  .menu-item {
    margin-bottom: 2rem;
  }
  .menu .note {
    margin-top: 0;
  }
}
