@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #4F1E0D;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.4rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img, .thumbnail video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv3 {
  font-family: "Aboreto", cursive;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: normal;
}
.heading--lv3--page {
  font-family: "Shippori Mincho";
  font-size: 3.2rem;
  font-weight: 400;
}
.heading--lv4 {
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 2.8rem;
  font-weight: 400;
  line-height: normal;
}
.heading--lv5 {
  font-family: "Shippori Mincho";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    font-size: 3rem;
  }
  .heading--lv3--page {
    font-size: 2.5rem;
  }
  .heading--lv4 {
    font-size: 2.2rem;
  }
  .heading--lv5 {
    font-size: 2rem;
  }
}
.button--pattern-1 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(79, 30, 13, 0.5);
  font-family: "Shippori Mincho", serif;
  transition: opacity 0.3s;
}
.button--pattern-1:hover {
  opacity: 0.6;
}
.button--pattern-1:hover .icon {
  transform: translateX(2px);
}
.button--pattern-1:focus {
  overflow: unset;
}
.button--pattern-1 .text {
  font-size: 1.6rem;
}
.button--pattern-1 .icon {
  font-size: 2.5rem;
  line-height: 1;
  border-radius: 15px;
  background: #F4E5DE;
  box-shadow: 0 0 5px 5px #F4E5DE;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.button--pattern-2 {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(79, 30, 13, 0.5);
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  color: #4f1e0d;
  text-decoration: none;
  transition: opacity 0.3s;
}
.button--pattern-2:hover {
  opacity: 0.6;
}
.button--pattern-2 .icon {
  font-size: 3rem;
  color: #4f1e0d;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 .text {
    font-size: 1.5rem;
  }
  .button--pattern-2 {
    font-size: 1.5rem;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.sub-mv {
  background: linear-gradient(180deg, #F4E5DE 40%, #FFF 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 450px;
  margin-top: -150px;
  gap: 25px;
}
.sub-mv__title {
  font-family: "Aboreto", cursive;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 3.9px;
}
.sub-mv__line {
  width: 40px;
  height: 1px;
  background: #4F1E0D;
}

@media only screen and (max-width: 767px) {
  .sub-mv {
    margin-top: -80px;
    height: 150px;
    padding-top: 80px;
    gap: 10px;
  }
  .sub-mv__title {
    font-size: 2.4rem;
  }
}
.header {
  position: relative;
  z-index: 100;
  height: 150px;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 50px 0 15px;
  box-sizing: border-box;
}
.header__logo {
  display: block;
  width: 120px;
  flex-shrink: 0;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__item {
  position: relative;
}
.header__item a, .header__item span {
  font-family: "Aboreto", cursive;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.4px;
  transition: opacity 0.3s;
}
.header__item a:hover, .header__item span:hover {
  opacity: 0.6;
}
.header__item--has-child {
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.header__item--has-child:hover .header__child {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.header__child {
  position: absolute;
  top: 100%;
  right: -100px;
  z-index: 101;
  width: 260px;
  min-width: 160px;
  background: rgb(244, 229, 222);
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-5px);
  transition: opacity 0.3s, transform 0.3s, visibility 0s 0.3s;
}
.header__child-item {
  border-bottom: 1px solid white;
}
.header__child-item:last-child {
  border-bottom: 0;
}
.header__child-item a {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  padding: 12px 10px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 2.4px;
  transition: background 0.2s;
}
.header__child-item a:hover {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.header__reserve {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.header__reserve:hover {
  opacity: 0.6;
}
.header__reserve i {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 80px;
  }
  .header__inner {
    padding: 0 20px;
  }
  .header__logo {
    width: 70px;
  }
  .header__nav {
    display: none;
  }
}
.footer-action {
  position: relative;
  height: 500px;
}
.footer-action__bg {
  position: absolute;
  inset: 0;
}
.footer-action__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.footer-action__bg::after {
  content: "";
  position: absolute;
  inset: 0;
}
.footer-action__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.footer-action__contents {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 70px 55px;
  box-sizing: border-box;
}
.footer-action__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}
.footer-action__text {
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.75px;
}
.footer-action__cta {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
}
.footer-action__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 450px;
  height: 120px;
  padding: 30px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 10px 10px 20px 0 #F4E5DE;
  transition: opacity 0.3s;
}
.footer-action__btn:hover {
  opacity: 0.8;
}
.footer-action__btn:hover > i {
  transform: translateX(2px);
}
.footer-action__btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 1;
}
.footer-action__btn-inner i {
  font-size: 2rem;
}
.footer-action__btn-inner span {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2.1px;
}
.footer-action__btn > i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
  border-radius: 15px;
  background: #F4E5DE;
  box-shadow: 0 0 5px 5px #F4E5DE;
  transition: transform 0.3s ease;
}

.footer-bar {
  background: #F4E5DE;
  padding: 80px 0 50px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
  margin-bottom: 80px;
}
.footer-bar__wrapper--bottom {
  border-top: 1px solid #A3877A;
  padding-top: 20px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-bar__logo {
  display: block;
  width: 85px;
}
.footer-bar__logo img {
  width: 100%;
  height: auto;
}
.footer-bar__address {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
}
.footer-bar__nav {
  padding-left: 60px;
  width: 600px;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: baseline;
}
.footer-bar__item {
  width: 105px;
}
.footer-bar__item a, .footer-bar__item span {
  font-family: "Aboreto", cursive;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.75px;
}
.footer-bar__item a {
  transition: opacity 0.3s;
}
.footer-bar__item a:hover {
  opacity: 0.6;
}
.footer-bar__item--has-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-bar__child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-bar__child li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-bar__child li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #333333;
}
.footer-bar__child li a {
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}
.footer-bar__child li a:hover {
  opacity: 0.6;
}
.footer-bar__copyright {
  color: #A3877A;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.65px;
}
.footer-bar__copyright a {
  transition: opacity 0.3s;
}
.footer-bar__copyright a:hover {
  opacity: 0.6;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  color: #A3877A;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.4px;
  transition: opacity 0.3s;
}
.footer-bar__link a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    height: auto;
  }
  .footer-action__contents {
    flex-direction: column;
    padding: 60px 0;
  }
  .footer-action__info {
    align-items: center;
  }
  .footer-action__text {
    text-align: center;
  }
  .footer-action__cta {
    gap: 20px;
  }
  .footer-action__btn {
    width: 100%;
    height: 80px;
  }
  .footer-action__btn-inner span {
    font-size: 1.8rem;
  }
  .footer-bar {
    padding: 30px 0 30px;
  }
  .footer-bar__wrapper {
    align-items: center;
  }
  .footer-bar__wrapper--top {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 40px;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-top: 15px;
  }
  .footer-bar__contents {
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .footer-bar__nav {
    padding-left: 0;
  }
  .footer-bar__list {
    gap: 20px 30px;
  }
  .footer-bar__links {
    display: flex;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #F4E5DE;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #4F1E0D;
}
.drawer-off__title {
  color: #4F1E0D;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  background: linear-gradient(180deg, #F4E5DE 0%, #FFF 100%);
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__header {
  display: flex;
  padding: 10px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 80px;
}
.drawer-on__inner {
  padding: 0 15px 80px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
}
.drawer-on__button--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: linear-gradient(135deg, #063675 0%, #68788d 100%);
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #F4E5DE;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #4F1E0D;
}
.drawer-on__button--mail .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
  margin-top: 20px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .link .text {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  position: relative;
  max-height: 900px;
  min-height: 660px;
  height: 100vh;
  margin-top: -150px;
  background: linear-gradient(180deg, #F4E5DE 0%, #FFF 100%);
}
.top-mv__bg-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: #f4e5de;
  z-index: 0;
}
.top-mv__movie {
  position: absolute;
  top: 150px;
  right: 0;
  width: calc(100% - 660px);
  aspect-ratio: 16/9;
}
.top-mv__movie .wrapper {
  width: 100%;
  height: 100%;
}
.top-mv__body {
  position: absolute;
  left: 10%;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  margin: auto;
  z-index: 1;
}
.top-mv__copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
.top-mv__sub {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 250%;
  letter-spacing: 2.25px;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    height: auto;
    max-height: unset;
    min-height: unset;
    margin-top: -80px;
    display: flex;
    flex-flow: column-reverse;
  }
  .top-mv__movie {
    position: unset;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .top-mv__bg-top {
    height: 300px;
    background: linear-gradient(to bottom, #f4e5de, #ffffff);
  }
  .top-mv__body {
    position: unset;
    gap: 15px;
    margin: 0;
    padding: 90px 0 20px;
    background: linear-gradient(180deg, #F4E5DE 0%, #FFF 100%);
  }
  .top-mv__copy {
    font-size: 2rem;
    padding: 0px 10px;
    text-align: center;
  }
  .top-mv__sub {
    font-size: 1.4rem;
    padding: 0px 10px;
    text-align: center;
  }
}
.top-coupon {
  padding: 120px 0;
}
.top-coupon__inner {
  position: relative;
  display: flex;
}
.top-coupon__head {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  min-width: 245px;
}
.top-coupon__list {
  flex-grow: 1;
  display: flex;
  gap: 2%;
}
.top-coupon__item {
  width: 23.5%;
}
.top-coupon__item .link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.top-coupon__item .link:hover {
  opacity: 0.7;
}
.top-coupon__item .img {
  width: 100%;
  aspect-ratio: 236/166;
  background: #ffffff url(../img/pages/top/no-img.jpg) no-repeat center/contain;
  overflow: hidden;
}
.top-coupon__item .time {
  color: #C9B1A5;
  font-family: "Aboreto", cursive;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.7px;
}
.top-coupon__item .title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.9px;
}
.top-coupon__item .caption {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 767px) {
  .top-coupon {
    padding: 60px 0;
  }
  .top-coupon__inner {
    flex-flow: column;
    gap: 40px;
  }
  .top-coupon__head {
    gap: 20px;
    flex-flow: wrap;
  }
  .top-coupon__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
  }
  .top-coupon__item {
    width: calc(50% - 8px);
  }
  .top-coupon__item .title {
    font-size: 1.5rem;
  }
  .top-coupon__item .link {
    gap: 10px;
  }
}
.top-service {
  padding: 0 0 120px;
  background: #ffffff;
}
.top-service__inner {
  position: relative;
}
.top-service__title {
  text-align: center;
  margin-bottom: 30px;
}
.top-service__lead {
  text-align: center;
  line-height: 200%;
  letter-spacing: 2.25px;
  margin-bottom: 80px;
}
.top-service__list {
  display: flex;
  align-items: flex-start;
  gap: 68px;
  margin-bottom: 80px;
}
.top-service__item {
  position: relative;
  width: calc(33.3333333333% - 46px);
  height: 600px;
  flex-shrink: 0;
  box-shadow: 10px 10px 20px 0 #F4E5DE;
}
.top-service__item--hair {
  margin-top: 120px;
}
.top-service__item--eyelash {
  margin-top: 60px;
}
.top-service__item--whitening {
  margin-top: 0;
}
.top-service__item a {
  transition: opacity 0.2s;
}
.top-service__item a:hover {
  opacity: 0.7;
}
.top-service__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-service__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 60%, #ffffff 100%);
}
.top-service__body {
  position: absolute;
  bottom: 50px;
  z-index: 1;
  text-align: center;
  padding: 0 40px;
  width: calc(100% - 80px);
}
.top-service__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 15px;
}
.top-service__name-en {
  text-align: center;
  font-family: "Aboreto", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6px;
}
.top-service__name-ja {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2.1px;
}
.top-service__text {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
}
.top-service__more {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-service {
    padding: 0 0 60px;
  }
  .top-service__title {
    margin-bottom: 40px;
  }
  .top-service__lead {
    margin-bottom: 30px;
  }
  .top-service__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .top-service__item {
    width: 100%;
    height: 450px;
  }
  .top-service__item--hair, .top-service__item--eyelash, .top-service__item--whitening {
    margin-top: 0;
  }
  .top-service__img {
    margin-bottom: 0;
  }
  .top-service__body {
    padding: 0 20px 0;
    width: calc(100% - 40px);
    bottom: 40px;
  }
  .top-service__name-en {
    font-size: 3rem;
  }
  .top-service__name-ja {
    font-size: 1.5rem;
  }
  .top-service__more {
    justify-content: flex-start;
  }
}
.top-problem {
  padding: 0 0 120px;
}
.top-problem__title {
  text-align: center;
  margin-bottom: 80px;
}
.top-problem__subtitle {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.top-problem__body {
  display: flex;
  gap: 90px;
  align-items: flex-start;
  margin-bottom: 80px;
}
.top-problem__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 0 0 auto;
}
.top-problem__item {
  padding: 15px 0 0 0;
}
.top-problem__bg-word {
  display: block;
  font-family: "Aboreto", cursive;
  font-size: 8rem;
  font-weight: 400;
  background: linear-gradient(to bottom, #f4e5de, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: -30px;
}
.top-problem__text {
  position: relative;
  font-size: 2.1rem;
  font-weight: 400;
  padding-left: 35px;
  padding-right: 100px;
  width: -moz-fit-content;
  width: fit-content;
}
.top-problem__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 80px;
  height: 1px;
  background: rgba(79, 30, 13, 0.5);
  margin: auto;
}
.top-problem__images {
  position: relative;
  flex: 1;
  height: 710px;
}
.top-problem__img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-problem__img--main {
  width: 336px;
  height: 478px;
  left: 100px;
  top: 0;
}
.top-problem__img--sub1 {
  width: 267px;
  height: 380px;
  right: -100px;
  bottom: 50px;
}
.top-problem__img--sub2 {
  width: 177px;
  height: 251px;
  left: 0;
  bottom: 0;
}
.top-problem__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.top-problem__line {
  width: 1px;
  height: 80px;
  background: rgba(79, 30, 13, 0.5);
}
.top-problem__answer {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.top-problem__note {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-problem {
    padding: 0 0 60px;
  }
  .top-problem__title {
    margin-bottom: 40px;
  }
  .top-problem__subtitle {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .top-problem__body {
    flex-direction: column;
    margin-bottom: 50px;
    gap: 50px;
  }
  .top-problem__content {
    width: 100%;
  }
  .top-problem__list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .top-problem__item {
    padding: 10px 0 0 0;
  }
  .top-problem__bg-word {
    font-size: 5rem;
  }
  .top-problem__text {
    font-size: 1.6rem;
    padding-left: 0px;
    padding-right: 40px;
    letter-spacing: 0px;
  }
  .top-problem__text::after {
    width: 30px;
  }
  .top-problem__images {
    height: auto;
  }
  .top-problem__img {
    position: unset;
  }
  .top-problem__img--main {
    width: calc(33.3333333333% - 4px);
    height: auto;
  }
  .top-problem__img--sub1 {
    width: calc(33.3333333333% - 4px);
    height: auto;
  }
  .top-problem__img--sub2 {
    width: calc(33.3333333333% - 4px);
    height: auto;
  }
  .top-problem__answer {
    font-size: 2rem;
  }
}
.top-about {
  position: relative;
  padding: 100px 0;
}
.top-about__bg-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 52%;
  height: 100%;
}
.top-about__bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.667) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.top-about__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-about__inner {
  position: relative;
  z-index: 1;
}
.top-about__body {
  display: flex;
  flex-direction: column;
  max-width: 720px;
}
.top-about__title {
  margin-bottom: 80px;
}
.top-about__subtitle {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.top-about__text {
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 0 0 60px;
    min-height: unset;
    display: flex;
    flex-flow: column-reverse;
    gap: 50px;
  }
  .top-about__bg-img {
    position: unset;
    width: 100%;
  }
  .top-about__bg-img::before {
    content: unset;
  }
  .top-about__title {
    margin-bottom: 40px;
    text-align: center;
  }
  .top-about__subtitle {
    margin-bottom: 30px;
    font-size: 2rem;
    text-align: center;
  }
  .top-about__text {
    margin-bottom: 40px;
  }
  .top-about__more {
    margin: 0 auto;
  }
}
.top-gallery {
  padding: 120px 0;
}
.top-gallery__inner {
  display: flex;
  gap: 80px;
}
.top-gallery__item a {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  width: 500px;
}
.top-gallery__item a:focus {
  overflow: unset;
}
.top-gallery__item a:hover .icon {
  transform: translateX(2px);
}
.top-gallery__item a .icon {
  transition: transform 0.3s ease;
}
.top-gallery__img {
  width: 250px;
  height: 250px;
  flex-shrink: 0;
  background: #f9f6f5;
}
.top-gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: multiply;
}
.top-gallery__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-gallery__title {
  margin-bottom: 30px;
}
.top-gallery__text {
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.top-gallery__more {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .top-gallery {
    padding: 0 0 60px;
  }
  .top-gallery__inner {
    gap: 20px;
  }
  .top-gallery__item a {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .top-gallery__img {
    width: 100%;
    height: auto;
  }
  .top-gallery__body {
    padding-top: 0;
    gap: 20px;
    width: 100%;
  }
  .top-gallery__title {
    margin-bottom: 10px;
  }
  .top-gallery__more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.top-voice {
  padding: 0 0 120px;
}
.top-voice__inner {
  position: relative;
  display: flex;
  gap: 20px;
}
.top-voice__head {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  min-width: 245px;
}
.top-voice__list {
  flex-grow: 1;
  display: flex;
  gap: 2%;
}
.top-voice__item {
  width: 32%;
}
.top-voice__item .link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.top-voice__item .link:hover {
  opacity: 0.7;
}
.top-voice__item .img {
  width: 100%;
  aspect-ratio: 324/228;
  background: url(../img/pages/top/no-img-voice.jpg) no-repeat center/cover;
  margin-bottom: 5px;
}
.top-voice__item .title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.9px;
}
.top-voice__item .caption {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 767px) {
  .top-voice {
    padding: 0 0 60px;
  }
  .top-voice__inner {
    flex-flow: column;
    gap: 40px;
  }
  .top-voice__head {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
  }
  .top-voice__list {
    width: 100%;
    gap: 30px 15px;
    flex-flow: wrap;
  }
  .top-voice__item {
    width: calc(50% - 8px);
  }
  .top-voice__item .link {
    gap: 10px;
  }
  .top-voice__item .title {
    font-size: 1.6rem;
  }
  .top-voice__item .img {
    margin-bottom: 0;
  }
}
.top-access {
  padding: 0 0 120px;
}
.top-access__inner {
  display: flex;
  gap: 60px;
}
.top-access__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 0 0 auto;
  width: 397px;
  height: auto;
  justify-content: space-between;
}
.top-access__info {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.top-access__info-row {
  display: flex;
  gap: 25px;
  align-items: baseline;
  padding: 10px 5px;
  border-bottom: 1px solid #ECE7E5;
}
.top-access__info-row:first-child {
  border-top: 1px solid #ECE7E5;
}
.top-access__info-row dt, .top-access__info-row dd {
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
}
.top-access__info-row dt {
  width: 80px;
}
.top-access__map {
  flex: 1;
}
.top-access__map-area {
  width: 100%;
  height: 487px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-access__map-area iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top-access {
    padding: 0 0 60px;
  }
  .top-access__inner {
    flex-direction: column;
    gap: 50px;
  }
  .top-access__body {
    width: 100%;
    gap: 40px;
    align-items: center;
  }
  .top-access__info {
    gap: 40px;
  }
  .top-access__info-row dt {
    width: 65px;
  }
  .top-access__more {
    margin: 0 auto;
  }
  .top-access__map-area {
    height: 280px;
  }
}
.top-column {
  padding: 0 0 100px;
}
.top-column__inner {
  position: relative;
}
.top-column__head {
  margin-bottom: 50px;
}
.top-column__title {
  margin-bottom: 30px;
}
.top-column__lead {
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
}
.top-column__list {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.top-column__item {
  width: 31%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: opacity 0.3s;
}
.top-column__item .link:hover {
  opacity: 0.7;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/no-img-column.jpg) no-repeat center/cover;
  margin-bottom: 20px;
}
.top-column__item .time {
  color: #C9B1A5;
  font-family: "Aboreto", cursive;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.top-column__item .title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.9px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ECE7E5;
  margin-bottom: 10px;
}
.top-column__item .caption {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.7px;
}
.top-column__button {
  position: absolute;
  top: 30px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 0 0 60px;
  }
  .top-column__head {
    margin-bottom: 40px;
  }
  .top-column__title {
    text-align: center;
  }
  .top-column__lead {
    text-align: center;
  }
  .top-column__list {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
  }
  .top-column__item {
    width: 100%;
  }
  .top-column__item .time {
    font-size: 1.5rem;
  }
  .top-column__item .title {
    font-size: 1.6rem;
  }
  .top-column__item .caption {
    font-size: 1.4rem;
  }
  .top-column__button {
    position: static;
    margin: 0 auto;
  }
}
.top-news {
  padding: 0 0 100px;
}
.top-news__inner {
  display: flex;
  gap: 90px;
}
.top-news__head {
  display: flex;
  width: 230px;
  justify-content: space-between;
  flex-flow: column;
}
.top-news__lead {
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
  flex: 1;
  margin-top: 30px;
}
.top-news__list {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.top-news__item:first-child .link {
  padding-top: 0;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ECE7E5;
  padding: 25px 0;
  text-decoration: none;
  transition: opacity 0.3s;
}
.top-news__item .link:hover {
  opacity: 0.7;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding-right: 20px;
}
.top-news__item .time {
  font-family: "Aboreto", cursive;
  color: #C9B1A5;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.8px;
}
.top-news__item .title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.8px;
}
.top-news__item .icon {
  font-size: 2rem;
  border-radius: 60px;
  background: #F4E5DE;
  box-shadow: 0 0 5px 5px #F4E5DE;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 0 0 60px;
  }
  .top-news__inner {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .top-news__head {
    width: 100%;
    align-items: center;
  }
  .top-news__item .link {
    padding: 20px 0;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
  }
}
.hair-intro {
  padding: 0 0 120px;
}
.hair-intro__inner {
  position: relative;
}
.hair-intro__box {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  margin-bottom: 100px;
}
.hair-intro__img {
  width: 470px;
  flex-shrink: 0;
}
.hair-intro__img img {
  width: 100%;
  height: 670px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hair-intro__body {
  flex: 1;
}
.hair-intro__title {
  margin-bottom: 35px;
}
.hair-intro__text {
  line-height: 200%;
  letter-spacing: 2.25px;
  font-weight: 400;
}
.hair-intro__point {
  text-align: center;
  margin-bottom: 60px;
}
.hair-intro__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.hair-intro__card {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hair-intro__card:nth-child(1), .hair-intro__card:nth-child(2) {
  border-bottom: 1px solid #F4E5DE;
}
.hair-intro__card:nth-child(1), .hair-intro__card:nth-child(3) {
  border-right: 1px solid #F4E5DE;
}
.hair-intro__card-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.hair-intro__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hair-intro__card-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.hair-intro__card-text {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 767px) {
  .hair-intro {
    padding: 0 0 60px;
  }
  .hair-intro__box {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }
  .hair-intro__img {
    width: 100%;
  }
  .hair-intro__img img {
    height: 270px;
  }
  .hair-intro__body {
    padding-top: 0;
  }
  .hair-intro__title {
    margin-bottom: 30px;
    text-align: center;
  }
  .hair-intro__point {
    margin-bottom: 30px;
  }
  .hair-intro__cards {
    grid-template-columns: 1fr;
  }
  .hair-intro__card {
    padding: 40px 20px;
  }
  .hair-intro__card:nth-child(1), .hair-intro__card:nth-child(2), .hair-intro__card:nth-child(3) {
    border-bottom: 1px solid #F4E5DE;
    border-right: none;
  }
  .hair-intro__card:nth-child(4) {
    border-right: none;
    border-bottom: none;
  }
  .hair-intro__card-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .hair-intro__card-icon {
    margin-bottom: 30px;
  }
}
.hair-menu {
  padding: 0 0 120px;
}
.hair-menu__title {
  margin-bottom: 80px;
  text-align: center;
}
.hair-menu__list {
  margin-bottom: 80px;
  gap: 30px;
  display: flex;
  flex-flow: column;
}
.hair-menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 50px;
  box-shadow: 5px 5px 20px #F4E5DE;
}
.hair-menu__item-body {
  width: 710px;
}
.hair-menu__item-name {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECE7E5;
}
.hair-menu__item-text {
  font-family: "Zen Kaku Gothic New";
  line-height: 180%;
  letter-spacing: 0.75px;
}
.hair-menu__item-price {
  text-align: right;
  font-size: 2.4rem;
  font-weight: 400;
}
.hair-menu__gallery-title {
  margin-bottom: 60px;
}
.hair-menu__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 2%;
}
.hair-menu__gallery-item {
  width: 32%;
  aspect-ratio: 360/505;
  position: relative;
}
.hair-menu__gallery-item:nth-child(odd) {
  background: url(../img/pages/hair-menu/no-img01.jpg) no-repeat center/cover;
}
.hair-menu__gallery-item:nth-child(even) {
  background: url(../img/pages/hair-menu/no-img02.jpg) no-repeat center/cover;
}
.hair-menu__gallery-item .body {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .hair-menu {
    padding: 0 0 60px;
  }
  .hair-menu__title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .hair-menu__list {
    margin-bottom: 60px;
    gap: 20px;
  }
  .hair-menu__item {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    padding: 30px;
  }
  .hair-menu__item-body {
    width: 100%;
  }
  .hair-menu__item-name {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .hair-menu__item-price {
    font-size: 2rem;
  }
  .hair-menu__gallery-title {
    margin-bottom: 40px;
  }
  .hair-menu__gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
  .hair-menu__gallery-item {
    width: 49%;
    aspect-ratio: 360/505;
    position: relative;
  }
  .hair-menu__gallery-item .body {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .hair-menu__gallery-item .text {
    font-size: 1.3rem;
  }
}
.eyelash-intro {
  padding: 0 0 120px;
}
.eyelash-intro__inner {
  position: relative;
}
.eyelash-intro__box {
  display: flex;
  gap: 100px;
  align-items: center;
  margin-bottom: 100px;
}
.eyelash-intro__img {
  width: 470px;
  flex-shrink: 0;
}
.eyelash-intro__img img {
  width: 100%;
  height: 670px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.eyelash-intro__body {
  flex: 1;
}
.eyelash-intro__title {
  margin-bottom: 35px;
}
.eyelash-intro__text {
  line-height: 200%;
  letter-spacing: 2.25px;
  font-weight: 400;
}
.eyelash-intro__point {
  text-align: center;
  margin-bottom: 60px;
}
.eyelash-intro__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.eyelash-intro__card {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.eyelash-intro__card:nth-child(1), .eyelash-intro__card:nth-child(2) {
  border-bottom: 1px solid #F4E5DE;
}
.eyelash-intro__card:nth-child(1), .eyelash-intro__card:nth-child(3) {
  border-right: 1px solid #F4E5DE;
}
.eyelash-intro__card-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.eyelash-intro__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.eyelash-intro__card-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.eyelash-intro__card-text {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 767px) {
  .eyelash-intro {
    padding: 0 0 60px;
  }
  .eyelash-intro__box {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }
  .eyelash-intro__img {
    width: 100%;
  }
  .eyelash-intro__img img {
    height: 270px;
  }
  .eyelash-intro__body {
    padding-top: 0;
  }
  .eyelash-intro__title {
    margin-bottom: 30px;
    text-align: center;
  }
  .eyelash-intro__point {
    margin-bottom: 30px;
  }
  .eyelash-intro__cards {
    grid-template-columns: 1fr;
  }
  .eyelash-intro__card {
    padding: 40px 20px;
  }
  .eyelash-intro__card:nth-child(1), .eyelash-intro__card:nth-child(2), .eyelash-intro__card:nth-child(3) {
    border-bottom: 1px solid #F4E5DE;
    border-right: none;
  }
  .eyelash-intro__card:nth-child(4) {
    border-right: none;
    border-bottom: none;
  }
  .eyelash-intro__card-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .eyelash-intro__card-icon {
    margin-bottom: 30px;
  }
}
.eyelash-menu {
  padding: 0 0 120px;
}
.eyelash-menu__title {
  margin-bottom: 80px;
  text-align: center;
}
.eyelash-menu__list {
  margin-bottom: 80px;
  gap: 30px;
  display: flex;
  flex-flow: column;
}
.eyelash-menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 50px;
  box-shadow: 5px 5px 20px #F4E5DE;
}
.eyelash-menu__item-body {
  width: 710px;
}
.eyelash-menu__item-name {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECE7E5;
}
.eyelash-menu__item-text {
  font-family: "Zen Kaku Gothic New";
  line-height: 180%;
  letter-spacing: 0.75px;
}
.eyelash-menu__item-price {
  text-align: right;
  font-size: 2.4rem;
  font-weight: 400;
}
.eyelash-menu__gallery-title {
  margin-bottom: 60px;
}
.eyelash-menu__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 2%;
}
.eyelash-menu__gallery-item {
  width: 32%;
  aspect-ratio: 360/505;
  position: relative;
}
.eyelash-menu__gallery-item:nth-child(odd) {
  background: url(../img/pages/eyelash/no-img01.jpg) no-repeat center/cover;
}
.eyelash-menu__gallery-item:nth-child(even) {
  background: url(../img/pages/eyelash/no-img02.jpg) no-repeat center/cover;
}
.eyelash-menu__gallery-item .body {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .eyelash-menu {
    padding: 0 0 60px;
  }
  .eyelash-menu__title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .eyelash-menu__list {
    margin-bottom: 60px;
    gap: 20px;
  }
  .eyelash-menu__item {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    padding: 30px;
  }
  .eyelash-menu__item-body {
    width: 100%;
  }
  .eyelash-menu__item-name {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .eyelash-menu__item-price {
    font-size: 2rem;
  }
  .eyelash-menu__gallery-title {
    margin-bottom: 40px;
  }
  .eyelash-menu__gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
  .eyelash-menu__gallery-item {
    width: 49%;
    aspect-ratio: 360/505;
    position: relative;
  }
  .eyelash-menu__gallery-item .body {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .eyelash-menu__gallery-item .text {
    font-size: 1.3rem;
  }
}
.whitening-intro {
  padding: 0 0 120px;
}
.whitening-intro__inner {
  position: relative;
}
.whitening-intro__box {
  display: flex;
  gap: 100px;
  align-items: center;
  margin-bottom: 100px;
}
.whitening-intro__img {
  width: 470px;
  flex-shrink: 0;
}
.whitening-intro__img img {
  width: 100%;
  height: 670px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.whitening-intro__body {
  flex: 1;
  text-align: center;
}
.whitening-intro__title {
  margin-bottom: 70px;
}
.whitening-intro__text {
  line-height: 200%;
  letter-spacing: 2.25px;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
}
.whitening-intro__point {
  text-align: center;
  margin-bottom: 60px;
}
.whitening-intro__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.whitening-intro__card {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.whitening-intro__card:nth-child(1), .whitening-intro__card:nth-child(2) {
  border-bottom: 1px solid #F4E5DE;
}
.whitening-intro__card:nth-child(1), .whitening-intro__card:nth-child(3) {
  border-right: 1px solid #F4E5DE;
}
.whitening-intro__card-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.whitening-intro__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.whitening-intro__card-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.whitening-intro__card-text {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
}
.whitening-intro__recommend {
  margin-top: 100px;
}
.whitening-intro__recommend-title {
  margin-bottom: 40px;
}
.whitening-intro__recommend-box {
  display: flex;
  align-items: center;
  gap: 60px;
}
.whitening-intro__recommend-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.whitening-intro__recommend-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #F4E5DE;
}
.whitening-intro__recommend-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.whitening-intro__recommend-item i {
  font-size: 2.4rem;
  color: #E3BAA7;
  flex-shrink: 0;
}
.whitening-intro__recommend-item span {
  font-size: 2.1rem;
  font-weight: 400;
}
.whitening-intro__recommend-img {
  width: 413px;
  flex-shrink: 0;
}
.whitening-intro__recommend-img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .whitening-intro {
    padding: 0 0 60px;
  }
  .whitening-intro__box {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }
  .whitening-intro__img {
    width: 100%;
  }
  .whitening-intro__img img {
    height: 270px;
  }
  .whitening-intro__body {
    padding-top: 0;
  }
  .whitening-intro__title {
    margin-bottom: 30px;
    text-align: center;
  }
  .whitening-intro__point {
    margin-bottom: 30px;
  }
  .whitening-intro__cards {
    grid-template-columns: 1fr;
  }
  .whitening-intro__card {
    padding: 40px 20px;
  }
  .whitening-intro__card:nth-child(1), .whitening-intro__card:nth-child(2), .whitening-intro__card:nth-child(3) {
    border-bottom: 1px solid #F4E5DE;
    border-right: none;
  }
  .whitening-intro__card:nth-child(4) {
    border-right: none;
    border-bottom: none;
  }
  .whitening-intro__card-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .whitening-intro__card-icon {
    margin-bottom: 30px;
  }
  .whitening-intro__recommend {
    margin-top: 50px;
  }
  .whitening-intro__recommend-box {
    flex-direction: column;
    gap: 40px;
  }
  .whitening-intro__recommend-list {
    width: 100%;
  }
  .whitening-intro__recommend-item {
    padding: 10px 0;
  }
  .whitening-intro__recommend-item span {
    font-size: 1.8rem;
  }
  .whitening-intro__recommend-img {
    max-width: 350px;
  }
}
.whitening-menu {
  padding: 0 0 120px;
}
.whitening-menu__title {
  margin-bottom: 80px;
  text-align: center;
}
.whitening-menu__list {
  margin-bottom: 80px;
  gap: 30px;
  display: flex;
  flex-flow: column;
}
.whitening-menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 50px;
  box-shadow: 5px 5px 20px #F4E5DE;
}
.whitening-menu__item-body {
  width: 710px;
}
.whitening-menu__item-name {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECE7E5;
}
.whitening-menu__item-text {
  font-family: "Zen Kaku Gothic New";
  line-height: 180%;
  letter-spacing: 0.75px;
}
.whitening-menu__item-price {
  text-align: right;
  font-size: 2.4rem;
  font-weight: 400;
}
.whitening-menu__gallery-title {
  margin-bottom: 60px;
}
.whitening-menu__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 767px) {
  .whitening-menu {
    padding: 0 0 60px;
  }
  .whitening-menu__title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .whitening-menu__list {
    margin-bottom: 60px;
    gap: 20px;
  }
  .whitening-menu__item {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    padding: 30px;
  }
  .whitening-menu__item-body {
    width: 100%;
  }
  .whitening-menu__item-name {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .whitening-menu__item-price {
    font-size: 2rem;
  }
  .whitening-menu__gallery-title {
    margin-bottom: 40px;
  }
  .whitening-menu__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.menu-price-coupon {
  padding: 0 0 120px;
}
.menu-price-coupon__head {
  text-align: center;
  margin-bottom: 80px;
}
.menu-price-coupon__title {
  margin-bottom: 25px;
}
.menu-price-coupon__lead {
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2.25px;
  text-align: center;
}
.menu-price-coupon__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 2%;
}
.menu-price-coupon__item {
  width: 32%;
}
.menu-price-coupon__item .link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.menu-price-coupon__item .link:hover {
  opacity: 0.7;
}
.menu-price-coupon__item .img {
  width: 100%;
  aspect-ratio: 340/240;
  background: url(../img/pages/menu-price/no-img.jpg) no-repeat center/cover;
}
.menu-price-coupon__item .time {
  color: #C9B1A5;
  font-family: "Aboreto", cursive;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.7px;
}
.menu-price-coupon__item .title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.7px;
}
.menu-price-coupon__item .caption {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 767px) {
  .menu-price-coupon {
    padding: 0 0 60px;
  }
  .menu-price-coupon__head {
    margin-bottom: 40px;
  }
  .menu-price-coupon__title {
    margin-bottom: 20px;
  }
  .menu-price-coupon__lead {
    letter-spacing: 0.05em;
  }
  .menu-price-coupon__list {
    flex-flow: column;
    gap: 40px;
  }
  .menu-price-coupon__item {
    width: 100%;
  }
  .menu-price-coupon__item .title {
    font-size: 1.6rem;
  }
  .menu-price-coupon__item .link {
    gap: 10px;
  }
}
.price-menu {
  padding: 0 0 120px;
}
.price-menu__title {
  margin-bottom: 80px;
  text-align: center;
}
.price-menu__list {
  gap: 30px;
  display: flex;
  flex-flow: column;
}
.price-menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 50px;
  box-shadow: 5px 5px 20px #F4E5DE;
}
.price-menu__item-body {
  width: 710px;
}
.price-menu__item-name {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECE7E5;
}
.price-menu__item-text {
  font-family: "Zen Kaku Gothic New";
  line-height: 180%;
  letter-spacing: 0.75px;
}
.price-menu__item-price {
  text-align: right;
  font-size: 2.4rem;
  font-weight: 400;
}
.price-menu__gallery-title {
  margin-bottom: 60px;
}
.price-menu__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 767px) {
  .price-menu {
    padding: 0 0 60px;
  }
  .price-menu__title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .price-menu__list {
    gap: 20px;
  }
  .price-menu__item {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    padding: 30px;
  }
  .price-menu__item-body {
    width: 100%;
  }
  .price-menu__item-name {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .price-menu__item-price {
    font-size: 2rem;
  }
  .price-menu__gallery-title {
    margin-bottom: 40px;
  }
  .price-menu__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.menu-price-detail {
  padding: 0 0 120px;
}
.menu-price-detail__item {
  background: #ffffff;
  padding: 140px 70px 120px;
  margin-bottom: 100px;
  filter: drop-shadow(5px 5px 20px #F4E5DE);
}
.menu-price-detail__item .img {
  width: 100%;
  max-width: 800px;
  height: 565px;
  margin: 0 auto 70px;
}
.menu-price-detail__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-price-detail__item .time {
  color: #C9B1A5;
  font-family: "Aboreto", cursive;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.7px;
}
.menu-price-detail__item .title {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 20px 0 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECE7E5;
}
.menu-price-detail__item .text {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.75px;
}
.menu-price-detail__back {
  margin: 0 auto;
}
.menu-price-detail__back:hover .icon {
  transform: translateX(-2px);
}

@media only screen and (max-width: 767px) {
  .menu-price-detail {
    padding: 0 0 60px;
  }
  .menu-price-detail__item {
    padding: 30px;
    margin-bottom: 40px;
  }
  .menu-price-detail__item .img {
    width: 100%;
    height: 60vw;
    margin: 0 0 30px 0;
  }
  .menu-price-detail__item .title {
    font-size: 2rem;
    margin: 10px 0 15px;
    padding-bottom: 10px;
  }
  .menu-price-detail__item .text {
    font-size: 1.4rem;
  }
}
.staff-thought {
  padding: 0 0 120px;
}
.staff-thought__title {
  text-align: center;
  margin-bottom: 80px;
}
.staff-thought__salon-img {
  width: 700px;
  margin: 0 auto 60px;
}
.staff-thought__salon-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-thought__lead-title {
  margin-bottom: 30px;
}
.staff-thought__lead {
  text-align: center;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2.25px;
  margin-bottom: 80px;
}
.staff-thought__subtitle {
  margin-bottom: 50px;
}
.staff-thought__cards {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.staff-thought__card {
  width: 340px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.staff-thought__card-img {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  overflow: hidden;
  box-shadow: 10px 10px 10px 0 #F4E5DE;
}
.staff-thought__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-thought__card-text {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 767px) {
  .staff-thought {
    padding: 0 0 60px;
  }
  .staff-thought__title {
    margin-bottom: 40px;
  }
  .staff-thought__salon-img {
    width: 100%;
    margin-bottom: 40px;
  }
  .staff-thought__salon-img img {
    height: 220px;
  }
  .staff-thought__lead-title {
    margin-bottom: 30px;
  }
  .staff-thought__lead {
    text-align: left;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
  }
  .staff-thought__subtitle {
    margin-bottom: 40px;
  }
  .staff-thought__cards {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .staff-thought__card {
    width: 100%;
  }
}
.staff-member {
  padding: 0 0 120px;
}
.staff-member__title {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 60px;
}
.staff-member__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.staff-member__item {
  background: #ffffff;
  padding: 50px 60px;
  display: flex;
  align-items: flex-start;
  gap: 90px;
  box-shadow: 5px 5px 20px #F4E5DE;
}
.staff-member__photo-wrap {
  position: relative;
}
.staff-member__photo {
  width: 200px;
  aspect-ratio: 1/1;
  background: url(../img/pages/staff/no-img.jpg) no-repeat center/cover;
  border-radius: 100px;
}
.staff-member__deco {
  position: absolute;
  bottom: -15px;
  left: 0px;
  width: 95px;
}
.staff-member__deco img {
  width: 100%;
}
.staff-member__body {
  flex: 1;
  padding-top: 10px;
}
.staff-member__name {
  margin-bottom: 25px;
}
.staff-member__bio {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 35px;
}
.staff-member__info {
  border-top: 1px solid #ECE7E5;
}
.staff-member__info-row {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 10px 0;
  border-bottom: 1px solid #ECE7E5;
}
.staff-member__info-label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  width: 80px;
  line-height: 180%;
  letter-spacing: 0.75px;
}
.staff-member__info-value {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  flex: 1;
  line-height: 180%;
  letter-spacing: 0.75px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .staff-member {
    padding: 0 0 60px;
  }
  .staff-member__title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .staff-member__list {
    gap: 30px;
  }
  .staff-member__item {
    flex-direction: column;
    align-items: center;
    padding: 30px;
    gap: 50px;
  }
  .staff-member__body {
    width: 100%;
    padding-top: 0;
  }
  .staff-member__name {
    text-align: center;
    margin-bottom: 20px;
  }
  .staff-member__bio {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .staff-member__info-label {
    font-size: 1.4rem;
    width: 40px;
  }
  .staff-member__info-value {
    font-size: 1.4rem;
  }
}
.gallery-photos {
  padding: 0 0 120px;
}
.gallery-photos__head {
  text-align: center;
  margin-bottom: 85px;
}
.gallery-photos__title {
  margin-bottom: 80px;
}
.gallery-photos__subtitle {
  margin-bottom: 30px;
}
.gallery-photos__lead {
  text-align: center;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2.25px;
}
.gallery-photos__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 50px;
}
.gallery-photos__tag {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2.25px;
  display: inline-flex;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: background 0.3s;
  border: 1px solid #ECE7E5;
  cursor: pointer;
}
.gallery-photos__tag:hover {
  background: #ECE7E5;
}
.gallery-photos__tag.current {
  background: #4F1E0D;
  color: #ffffff;
}
.gallery-photos__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 2%;
}
.gallery-photos__item {
  width: 32%;
  aspect-ratio: 360/505;
  position: relative;
}
.gallery-photos__item:nth-child(odd) {
  background: url(../img/pages/gallery/no-img01.jpg) no-repeat center/cover;
}
.gallery-photos__item:nth-child(even) {
  background: url(../img/pages/gallery/no-img02.jpg) no-repeat center/cover;
}
.gallery-photos__item .body {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .gallery-photos {
    padding: 0 0 60px;
  }
  .gallery-photos__head {
    margin-bottom: 40px;
  }
  .gallery-photos__title {
    margin-bottom: 40px;
  }
  .gallery-photos__lead {
    letter-spacing: 0.05em;
  }
  .gallery-photos__filter {
    gap: 10px;
    margin-bottom: 30px;
  }
  .gallery-photos__tag {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
  .gallery-photos__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
  .gallery-photos__item {
    width: 49%;
    aspect-ratio: 360/505;
    position: relative;
  }
  .gallery-photos__item .body {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .gallery-photos__item .text {
    font-size: 1.3rem;
  }
}
.voice-list {
  padding: 0 0 120px;
}
.voice-list__title {
  text-align: center;
  margin-bottom: 70px;
}
.voice-list__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.voice-list__card {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: opacity 0.2s;
}
.voice-list__card:hover {
  opacity: 0.7;
}
.voice-list__card-img {
  width: 100%;
  aspect-ratio: 340/240;
  background: url(../img/pages/voice/no-img.jpg) no-repeat center/cover;
  margin-bottom: 15px;
}
.voice-list__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-list__card-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 15px;
}
.voice-list__card-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .voice-list {
    padding: 0 0 60px;
  }
  .voice-list__title {
    margin-bottom: 40px;
  }
  .voice-list__grid {
    gap: 30px 15px;
  }
  .voice-list__card {
    width: calc(50% - 8px);
  }
  .voice-list__card-img {
    margin-bottom: 10px;
  }
  .voice-list__card-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.voice-customer {
  padding: 0 0 120px;
}
.voice-customer__title {
  text-align: center;
  margin-bottom: 70px;
}
.voice-customer__list {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.voice-customer__card {
  width: 340px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.voice-customer__card-img {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  overflow: hidden;
  box-shadow: 10px 10px 10px 0 #F4E5DE;
}
.voice-customer__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-customer__card-title {
  text-align: center;
}
.voice-customer__card-text {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 767px) {
  .voice-customer {
    padding: 0 0 60px;
  }
  .voice-customer__title {
    margin-bottom: 40px;
  }
  .voice-customer__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.voice-detail {
  padding: 0 0 120px;
}
.voice-detail__item {
  background: #ffffff;
  padding: 140px 70px 120px;
  margin-bottom: 100px;
  filter: drop-shadow(5px 5px 20px #F4E5DE);
}
.voice-detail__item .img {
  width: 100%;
  max-width: 800px;
  height: 565px;
  margin: 0 auto 70px;
}
.voice-detail__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-detail__item .time {
  color: #C9B1A5;
  font-family: "Aboreto", cursive;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.7px;
}
.voice-detail__item .title {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 20px 0 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECE7E5;
}
.voice-detail__item .text {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.75px;
}
.voice-detail__item .caption {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.75px;
}
.voice-detail__back {
  margin: 0 auto;
}
.voice-detail__back:hover .icon {
  transform: translateX(-2px);
}

@media only screen and (max-width: 767px) {
  .voice-detail {
    padding: 0 0 60px;
  }
  .voice-detail__item {
    padding: 30px;
    margin-bottom: 40px;
  }
  .voice-detail__item .img {
    width: 100%;
    height: 60vw;
    margin: 0 0 30px 0;
  }
  .voice-detail__item .title {
    font-size: 2rem;
    margin: 10px 0 15px;
    padding-bottom: 10px;
  }
  .voice-detail__item .text {
    font-size: 1.4rem;
  }
}
.guide-intro {
  padding: 0 0 80px;
  background: #ffffff;
  text-align: center;
}
.guide-intro__title {
  margin-bottom: 70px;
}
.guide-intro__lead {
  text-align: center;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2.25px;
}

.guide-flow {
  padding: 0 0 120px;
}
.guide-flow__title {
  margin-bottom: 60px;
}
.guide-flow__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.guide-flow__step {
  display: flex;
  align-items: center;
  gap: 50px;
}
.guide-flow__step-circle {
  position: relative;
  width: 222px;
  height: 222px;
  background: white;
  border-radius: 50%;
  box-shadow: 5px 5px 20px #F4E5DE;
}
.guide-flow__step-ellipse {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.guide-flow__step-icon {
  position: absolute;
  width: 96px;
  height: 96px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.guide-flow__step-icon-bi {
  position: absolute;
  font-size: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.guide-flow__step-body {
  flex: 1;
}
.guide-flow__step-num {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 15px;
}
.guide-flow__step-num::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  background-image: url(./../img/pages/guide/step-circle.svg);
  z-index: -1;
}
.guide-flow__step-title {
  margin-bottom: 25px;
  border-bottom: 1px solid #ECE7E5;
  padding-bottom: 15px;
}
.guide-flow__step-text {
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2.25px;
}

@media only screen and (max-width: 767px) {
  .guide-intro {
    padding: 0 0 30px;
  }
  .guide-intro__title {
    margin-bottom: 40px;
  }
  .guide-intro__lead {
    letter-spacing: 0.05em;
  }
  .guide-intro__flow-title {
    font-size: 2rem;
  }
  .guide-flow {
    padding: 30px 0 60px;
  }
  .guide-flow__title {
    margin-bottom: 40px;
  }
  .guide-flow__step {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0;
  }
  .guide-flow__step-circle {
    width: 160px;
    height: 160px;
  }
  .guide-flow__step-body {
    width: 100%;
  }
  .guide-flow__step-icon {
    width: 70px;
    height: 70px;
  }
  .guide-flow__step-num {
    font-size: 1.6rem;
    text-align: center;
  }
  .guide-flow__step-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .guide-flow__step-text {
    letter-spacing: 0.05em;
  }
}
.guide-info {
  padding: 0 0 120px;
}
.guide-info__section-title {
  text-align: center;
  margin-bottom: 70px;
}
.guide-info__body {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-bottom: 80px;
}
.guide-info__table {
  width: 425px;
  flex-shrink: 0;
}
.guide-info__table-title {
  margin-bottom: 20px;
  text-align: left;
}
.guide-info__table-list {
  border-top: 1px solid #ECE7E5;
}
.guide-info__table-row {
  display: flex;
  padding: 8px 10px;
  border-bottom: 1px solid #ECE7E5;
  gap: 13px;
}
.guide-info__table-label, .guide-info__table-value {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
}
.guide-info__table-label {
  width: 120px;
}
.guide-info__map {
  flex: 1;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.guide-info__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.guide-info__faq-title {
  margin-bottom: 80px;
  text-align: center;
}

.guide-faq__item {
  background: linear-gradient(90deg, #F4E5DE 0%, #FFF 100%);
  padding: 30px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.guide-faq__q {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.guide-faq__q-label {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  flex-shrink: 0;
}
.guide-faq__q-text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.guide-faq__a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.guide-faq__a-label {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  flex-shrink: 0;
}
.guide-faq__a-text {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.75px;
}

@media only screen and (max-width: 767px) {
  .guide-info {
    padding: 0 0 60px;
  }
  .guide-info__section-title {
    margin-bottom: 40px;
  }
  .guide-info__body {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
  .guide-info__table {
    width: 100%;
  }
  .guide-info__table-row {
    padding: 8px 5px;
  }
  .guide-info__table-label {
    width: 100%;
    min-width: 110px;
    max-width: 110px;
  }
  .guide-info__map {
    width: 100%;
    height: 300px;
  }
  .guide-info__faq-title {
    margin-bottom: 40px;
  }
  .guide-faq__item {
    padding: 20px 20px;
  }
  .guide-faq__q {
    margin-bottom: 10px;
  }
  .guide-faq__q-label, .guide-faq__q-text {
    font-size: 1.6rem;
  }
  .guide-faq__a-label {
    font-size: 1.6rem;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #4F1E0D;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  border: 1px solid #4F1E0D;
  color: #4F1E0D;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #4F1E0D;
  font-size: 1.4rem;
  border: 1px solid #4F1E0D;
  padding: 2px 10px;
}
.blog-single__title {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #4F1E0D;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */