@charset "UTF-8";
:root {
  --primary-color: #071C24; /* Tomato */
  --secondary-color: #D9D9D9; /* Green */
  --accent-color: #D6C822; /* Amber */
  --background-color: #F0F0F0; /* Light Gray */
  --text-color: #000000; /* Dark Gray */
  --link-color: #071C24; /* Blue */
  --link-hover-color: #D6C822; /* Darker Blue */
  --base-color: #071C24; /* Dark Blue */
  --font-family-serif: "Cormorant Garamond", serif;
  --font-family-sans-serif: "Roboto", sans-serif;
}

.m--0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m--1 {
  margin: 4px !important;
}

.m-t-1 {
  margin-top: 4px !important;
}

.m-r-1 {
  margin-right: 4px !important;
}

.m-b-1 {
  margin-bottom: 4px !important;
}

.m-l-1 {
  margin-left: 4px !important;
}

.m-x-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.m-y-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.m--2 {
  margin: 8px !important;
}

.m-t-2 {
  margin-top: 8px !important;
}

.m-r-2 {
  margin-right: 8px !important;
}

.m-b-2 {
  margin-bottom: 8px !important;
}

.m-l-2 {
  margin-left: 8px !important;
}

.m-x-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.m-y-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m--3 {
  margin: 16px !important;
}

.m-t-3 {
  margin-top: 16px !important;
}

.m-r-3 {
  margin-right: 16px !important;
}

.m-b-3 {
  margin-bottom: 16px !important;
}

.m-l-3 {
  margin-left: 16px !important;
}

.m-x-3 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.m-y-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m--4 {
  margin: 24px !important;
}

.m-t-4 {
  margin-top: 24px !important;
}

.m-r-4 {
  margin-right: 24px !important;
}

.m-b-4 {
  margin-bottom: 24px !important;
}

.m-l-4 {
  margin-left: 24px !important;
}

.m-x-4 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.m-y-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m--5 {
  margin: 32px !important;
}

.m-t-5 {
  margin-top: 32px !important;
}

.m-r-5 {
  margin-right: 32px !important;
}

.m-b-5 {
  margin-bottom: 32px !important;
}

.m-l-5 {
  margin-left: 32px !important;
}

.m-x-5 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.m-y-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.m--6 {
  margin: 46px !important;
}

.m-t-6 {
  margin-top: 46px !important;
}

.m-r-6 {
  margin-right: 46px !important;
}

.m-b-6 {
  margin-bottom: 46px !important;
}

.m-l-6 {
  margin-left: 46px !important;
}

.m-x-6 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

.m-y-6 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

.m--7 {
  margin: 60px !important;
}

.m-t-7 {
  margin-top: 60px !important;
}

.m-r-7 {
  margin-right: 60px !important;
}

.m-b-7 {
  margin-bottom: 60px !important;
}

.m-l-7 {
  margin-left: 60px !important;
}

.m-x-7 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.m-y-7 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p--0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p--1 {
  padding: 4px !important;
}

.p-t-1 {
  padding-top: 4px !important;
}

.p-r-1 {
  padding-right: 4px !important;
}

.p-b-1 {
  padding-bottom: 4px !important;
}

.p-l-1 {
  padding-left: 4px !important;
}

.p-x-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.p-y-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.p--2 {
  padding: 8px !important;
}

.p-t-2 {
  padding-top: 8px !important;
}

.p-r-2 {
  padding-right: 8px !important;
}

.p-b-2 {
  padding-bottom: 8px !important;
}

.p-l-2 {
  padding-left: 8px !important;
}

.p-x-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.p-y-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p--3 {
  padding: 16px !important;
}

.p-t-3 {
  padding-top: 16px !important;
}

.p-r-3 {
  padding-right: 16px !important;
}

.p-b-3 {
  padding-bottom: 16px !important;
}

.p-l-3 {
  padding-left: 16px !important;
}

.p-x-3 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.p-y-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.p--4 {
  padding: 24px !important;
}

.p-t-4 {
  padding-top: 24px !important;
}

.p-r-4 {
  padding-right: 24px !important;
}

.p-b-4 {
  padding-bottom: 24px !important;
}

.p-l-4 {
  padding-left: 24px !important;
}

.p-x-4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.p-y-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p--5 {
  padding: 32px !important;
}

.p-t-5 {
  padding-top: 32px !important;
}

.p-r-5 {
  padding-right: 32px !important;
}

.p-b-5 {
  padding-bottom: 32px !important;
}

.p-l-5 {
  padding-left: 32px !important;
}

.p-x-5 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.p-y-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.p--6 {
  padding: 46px !important;
}

.p-t-6 {
  padding-top: 46px !important;
}

.p-r-6 {
  padding-right: 46px !important;
}

.p-b-6 {
  padding-bottom: 46px !important;
}

.p-l-6 {
  padding-left: 46px !important;
}

.p-x-6 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

.p-y-6 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.p--7 {
  padding: 60px !important;
}

.p-t-7 {
  padding-top: 60px !important;
}

.p-r-7 {
  padding-right: 60px !important;
}

.p-b-7 {
  padding-bottom: 60px !important;
}

.p-l-7 {
  padding-left: 60px !important;
}

.p-x-7 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.p-y-7 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.d-md-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

body {
  font-family: "Roboto", sans-serif;
  color: #333;
  background-color: var(--base-color);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 0.9090909091rem + 2.9545454545vw, 3.125rem);
  color: var(--base-color);
  font-weight: 700;
}

p {
  margin: 0 0 1em;
  font-family: cormorant garamond, serif;
  font-weight: 400;
  font-size: 25px;
}

a {
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  color: var(--link-hover-color);
}
a img {
  border: none;
}

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

section {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  section {
    padding: 120px 20px;
  }
}

.section {
  /* HOME */
  /* ========================= */
  /* SERVICES */
  /* ========================= */
}
.section--thin {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .section--thin {
    padding: 60px 20px;
  }
}
.section--main-visual {
  padding: 0;
}
.section--copy p {
  font-size: clamp(0.875rem, 0.7386363636rem + 0.6818181818vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0;
}
.section--samples {
  padding: 0;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .section--samples {
    padding-bottom: 120px;
  }
}
.section--staff, .section--price {
  padding: 65px 20px;
  background-image: url("../images/home/staff-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.section--price {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .section--price {
    padding: 120px 15px;
  }
}
.section--experience {
  padding: 30px 20px 50px;
}
@media screen and (min-width: 768px) {
  .section--experience {
    padding: 30px 20px 120px;
  }
}
.section--haircut {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .section--haircut {
    padding: 65px 0;
  }
}
.section--terms {
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .section--terms {
    padding: 140px 0;
  }
}

.page {
  max-width: 1152px;
  margin: 0 auto;
}

table.table--typeA {
  border-collapse: collapse;
  margin: 30px 0;
}
table.table--typeA th, table.table--typeA td {
  text-align: left;
  white-space: nowrap;
}
table.table--typeA th {
  font-size: clamp(1rem, 0.8863636364rem + 0.5681818182vw, 1.3125rem);
  font-weight: 500;
  font-family: var(--font-family-serif);
}
table.table--typeA td {
  font-size: clamp(0.875rem, 0.8522727273rem + 0.1136363636vw, 0.9375rem);
}
table.table--typeA thead th {
  text-align: center;
}
table.table--typeA tbody th {
  border-right: 1px solid #fff;
  width: 8em;
  padding-right: 1em;
}
table.table--typeA tbody td {
  padding: 0.5em;
  width: 8em;
  text-align: center;
}

table.table--price {
  border-collapse: collapse;
}
table.table--price th, table.table--price td {
  text-align: left;
  white-space: nowrap;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  table.table--price th, table.table--price td {
    padding: 0 15px;
  }
}
table.table--price th {
  font-size: clamp(1rem, 0.8863636364rem + 0.5681818182vw, 1.3125rem);
  font-weight: 500;
  font-family: var(--font-family-serif);
}
table.table--price td {
  font-size: clamp(0.875rem, 0.8522727273rem + 0.1136363636vw, 0.9375rem);
}
table.table--price thead th {
  text-align: center;
}
table.table--price tbody th {
  border-right: 1px solid var(--primary-color);
  width: 50%;
}
table.table--price tbody td {
  width: 50%;
}

.note {
  font-size: clamp(0.75rem, 0.7045454545rem + 0.2272727273vw, 0.875rem) !important;
  font-weight: 200;
  line-height: 1.8;
  margin-top: 20px;
}
.note b {
  font-weight: 500;
}

.bg-secondary {
  background-color: var(--secondary-color);
}

.bg-primary {
  background-color: var(--primary-color);
}

.center {
  text-align: center;
}

.color-white {
  color: white;
}

.ff-sans-serif-lw {
  font-family: var(--font-family-sans-serif) !important;
  font-weight: 200;
}

.ff-sans-serif-l {
  font-family: var(--font-family-sans-serif) !important;
  font-weight: 400;
}

.ff-serif-b {
  font-family: var(--font-family-serif) !important;
  font-weight: 700;
}

.fc-primary {
  color: var(--primary-color);
}

.btn {
  font-family: cormorant garamond, serif;
  display: inline-block;
  padding: 6px 53px;
  font-size: clamp(1.25rem, 0.8863636364rem + 1.8181818182vw, 2.25rem);
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.btn:hover {
  color: var(--text-color);
  background-color: var(--accent-color);
}
.btn__primary {
  background-color: var(--primary-color);
}
.btn__secondary {
  background-color: var(--accent-color);
  color: var(--primary-color);
}
.btn__secondary:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.btn__white {
  background-color: white;
  color: var(--primary-color);
}

.flex {
  display: flex;
}

@media screen and (min-width: 768px) {
  .flex--md {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .flex--lg {
    display: flex;
  }
}

.gap10 {
  gap: 10px;
}

.gap20 {
  gap: 20px;
}

.gap40 {
  gap: 40px;
}

.gmap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ============================
* HEADER
* ========================= */
header {
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 20px 10px 10px;
}
@media screen and (min-width: 768px) {
  header {
    padding: 20px 40px;
  }
}
header .logo img {
  width: 150px;
}

.global-nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-end;
  gap: 0 20px;
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .global-nav ul {
    gap: 35px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.global-nav li {
  list-style: none;
  margin: 0;
  font-family: "Cormorant Infant", serif;
  font-size: 20px;
}
.global-nav li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.global-nav li a:hover {
  color: var(--accent-color);
}
.global-nav li.active {
  color: var(--accent-color);
}
.global-nav--footer ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
}
.global-nav--footer li {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.25rem);
  color: #fff;
}

/* ============================
* FOOTER
* ========================= */
.footer {
  padding: 60px 15px;
  box-sizing: border-box;
}
.footer__title {
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 1.9772727273rem + 2.6136363636vw, 3.9375rem);
  color: var(--accent-color);
  margin-bottom: 20px;
}
.footer__subTitle {
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.2727272727rem + 1.1363636364vw, 2.125rem);
  color: var(--secondary-color);
  margin-bottom: clamp(0.9375rem, 0.5965909091rem + 1.7045454545vw, 1.875rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
}
@media screen and (min-width: 1024px) {
  .footer__subTitle {
    border-bottom: none;
  }
}
.footer__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .footer__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .footer__items {
    grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
  }
}
.footer__content p {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.25rem);
  color: #fff;
  margin: 0;
}
.footer__content p b {
  font-weight: 400;
}
.footer__sns {
  display: flex;
  gap: 20px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: var(--accent-color);
}

.footer__title .aboutlink {
  font-size: inherit;
  color: #FFD700 !important;
  text-decoration: none !important;
}

.footer__title .aboutlink:hover {
  color: #FFD700 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.footer__title .aboutlink:active {
  color: #FFD700 !important;
  text-decoration: none !important;
}

.footer__title .aboutlink:visited {
  color: #FFD700 !important;
  text-decoration: none !important;
}

.footer__menu ul li a.aboutlink {
  color: #D6C822 !important;
  text-decoration: none !important;
}

.footer__menu ul li a.aboutlink:hover {
  color: #D6C822 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.footer__menu ul li a.aboutlink:active {
  color: #D6C822 !important;
  text-decoration: none !important;
}

.footer__menu ul li a.aboutlink:visited {
  color: #D6C822 !important;
  text-decoration: none !important;
}

li.active a.aboutlink {
  color: #D6C822 !important;
}

/* ============================
* HOME
* ========================= */
.mv-home {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .mv-home {
    min-height: 600px;
    flex-direction: row-reverse;
  }
}
.mv-home__image {
  background-image: url("../images/home/main-visual.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50vh;
}
@media screen and (min-width: 768px) {
  .mv-home__image {
    width: 480px;
    height: -webkit-fill-available;
  }
}
.mv-home__text {
  flex: 1;
  padding: 35px 35px 60px clamp(2.1875rem, 0.0284090909rem + 10.7954545455vw, 8.125rem);
}
.mv-home__text h1 {
  font-family: "Cormorant Infant", serif;
  font-size: clamp(1.875rem, 1.4204545455rem + 2.2727272727vw, 3.125rem);
  line-height: 1.25;
  margin-bottom: 20px;
  color: var(--primary-color);
}
.mv-home__text p {
  font-size: clamp(1rem, 0.7954545455rem + 1.0227272727vw, 1.5625rem);
}

.samples {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .samples {
    grid-template-columns: repeat(4, 1fr);
  }
}
.samples__item {
  margin-bottom: 20px;
}
.samples__item p {
  font-family: cormorant garamond, serif;
  font-size: 27px;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .samples__item p {
    text-align: left;
  }
}
.samples + div > .btn {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .samples + div > .btn {
    margin-top: 60px;
  }
}

.staff {
  max-width: 820px;
  display: grid;
  margin: 0 auto;
  padding: 0;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .staff {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.staff__item {
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  gap: 15px;
  align-items: center;
  background-color: #fff;
  margin: 0;
  padding: 10px;
  margin: 0;
}
.staff__item img {
  width: 100px;
}
.staff__item p {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  color: var(--primary-color);
  text-align: left;
}
.staff__title {
  font-size: 27px;
  color: var(--primary-color);
}
.staff__name {
  font-family: "Cormorant Infant", serif;
  font-size: 27px;
  color: var(--primary-color);
}

.reviews {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.9375rem, -0.1988636364rem + 5.6818181818vw, 4.0625rem);
}
@media screen and (min-width: 768px) {
  .reviews {
    grid-template-columns: repeat(3, 1fr);
  }
}
.reviews__item {
  border: 2px solid #fff;
  padding: 40px 20px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews__item p {
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.875rem, 0.8295454545rem + 0.2272727273vw, 1rem);
  color: white;
  font-weight: 300;
}
.reviews__item p:nth-child(2) {
  margin: 30px 0 30px;
}
.reviews__text {
  margin: 0;
}
.reviews__text::before {
  content: url("../images/dq.svg");
  width: 40px;
  display: block;
  margin: 0 auto 20px;
}

.book__title {
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 0.9545454545rem + 2.7272727273vw, 3rem);
  color: var(--primary-color);
}

/* ============================
* Untitle
* ========================= */
.page-thanks .btn {
  padding: 0.4em 1.3em;
  font-size: 1.8em;
}
.page-thanks .bg-secondary {
  padding-top: 30px;
  padding-bottom: 65px;
}
.page-thanks .thanks__1 {
  text-align: center;
}
.page-thanks .thanks__1 h1 {
  margin: 8px auto 15px;
}
.page-thanks .thanks__img {
  height: auto;
  display: block; /* 画像をブロック要素として扱う（重要！） */
  margin-left: auto; /* 左マージンを自動調整 */
  margin-right: auto; /* 右マージンを自動調整 */
}
@media screen and (min-width: 768px) {
  .page-thanks .thanks__img {
    max-width: 75%;
  }
}
.page-thanks .thanks__2 {
  text-align: center;
  margin-bottom: -50px;
  margin-top: 40px;
  font-size: clamp(0.875rem, 0.7840909091rem + 0.4545454545vw, 1.125rem);
  font-weight: 200;
  line-height: 1.8;
}
.page-thanks .thanks__3 {
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  font-size: clamp(0.875rem, 0.7840909091rem + 0.4545454545vw, 1.125rem);
  font-weight: 200;
  line-height: 1.8;
}
.page-thanks .buttons-container {
  display: flex; /* Flexboxを有効にして子要素を横並びに */
  flex-wrap: wrap;
  justify-content: center; /* 子要素（ボタン）を水平方向の中央に配置 */
  align-items: center; /* 子要素（ボタン）を垂直方向の中央に配置（高さが異なる場合も揃える） */
  gap: 20px; /* ボタン間の間隔を設定 */
  margin-top: -5px; /* 必要であれば、コンテナ全体の上部に余白を追加 */
  /* width: 100%; */ /* 親要素の幅いっぱいに広げたい場合（デフォルトでブロック要素なので不要な場合もある） */
}
@media screen and (min-width: 768px) {
  .page-thanks .buttons-container {
    gap: 40px; /* モバイルではボタン間の間隔を狭くする */
  }
}
.page-thanks .buttons-container a {
  line-height: 1;
  padding: 20px 53px;
}

/* ============================
* SERVICES
* ========================= */
.mv-services {
  display: grid;
  gap: 0px 0px;
  grid-auto-flow: row;
  box-sizing: border-box;
  grid-template-rows: 1fr auto;
  font-family: "Cormorant Garamond", serif;
  background-color: var(--secondary-color);
  grid-template-columns: 1fr auto;
  grid-template-areas: "mv-services__label mv-services__image1 mv-services__image2" "mv-services__description mv-services__description mv-services__image2";
  padding: 18px;
}
.mv-services__image2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv-services {
    width: calc(100% - 110px);
    margin: 0 0 0 auto;
    grid-template-columns: 1fr 47.5961538462% 31.7307692308%;
    grid-template-areas: "mv-services__label mv-services__image1 mv-services__image2" "mv-services__description mv-services__description mv-services__image2";
    padding: 40px 20px 60px;
  }
  .mv-services__image2 {
    display: block;
  }
  .mv-services__image3 {
    display: none;
  }
}
.mv-services__label {
  grid-area: mv-services__label;
  writing-mode: vertical-rl;
  text-align: end;
  font-size: clamp(3.125rem, 2.1022727273rem + 5.1136363636vw, 5.9375rem);
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
  transform: rotate(180deg);
  color: var(--primary-color);
  margin-left: -15px;
}
.mv-services__label h1 {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .mv-services__label {
    margin-left: 0;
  }
}
.mv-services__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
}
.mv-services__image1 img, .mv-services__image2 img {
  width: 100%;
  box-shadow: 12px 12px 3px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.mv-services__image1 {
  grid-area: mv-services__image1;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .mv-services__image1 {
    padding-right: 40px;
  }
  .mv-services__image1 img {
    max-width: 390px;
  }
}
.mv-services__image2 {
  grid-area: mv-services__image2;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .mv-services__image2 {
    display: flex;
    align-items: flex-end;
  }
  .mv-services__image2 img {
    max-width: 280px;
  }
}
.mv-services__image3 img {
  height: 50vh;
}
.mv-services__description {
  grid-area: mv-services__description;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .mv-services__description {
    padding-top: 15px;
  }
}
.mv-services__description p {
  font-size: clamp(0.875rem, 0.7386363636rem + 0.6818181818vw, 1.25rem);
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .mv-services__description p {
    padding-left: 18px;
  }
}

.bg-mv-services {
  background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 50%, var(--secondary-color) 50%, var(--secondary-color) 100%);
}

.haircut {
  align-items: center;
  background-color: var(--primary-color);
  color: white;
}
.haircut section {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .haircut__content {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .haircut__content {
    gap: 60px;
  }
}
.haircut__content--left > .haircut__img {
  order: 2;
}
.haircut__content--left > .haircut__body {
  order: 1;
}
.haircut section:nth-of-type(1) .haircut__img img {
  height: 60vh;
  object-position: 10% 15%;
}
@media screen and (min-width: 768px) {
  .haircut section:nth-of-type(1) .haircut__img img {
    height: auto;
  }
}
.haircut section:nth-of-type(2) {
  text-align: right;
  margin-top: -120px;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) {
  .haircut section:nth-of-type(2) {
    margin-top: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .haircut section:nth-of-type(2) {
    margin-top: -105px;
  }
}
.haircut section:nth-of-type(2) .haircut__content {
  grid-template-columns: auto auto;
}
.haircut section:nth-of-type(2) .haircut__body {
  color: var(--primary-color);
}
@media screen and (min-width: 1024px) {
  .haircut section:nth-of-type(2) .haircut__img img {
    max-width: 500px;
  }
}
.haircut section:nth-of-type(3) .haircut__img {
  margin-top: -100px;
}
@media screen and (min-width: 768px) {
  .haircut section:nth-of-type(3) .haircut__img {
    margin-top: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .haircut section:nth-of-type(3) .haircut__img {
    margin-top: -140px;
  }
}
.haircut section:nth-of-type(3) .haircut__img img {
  box-shadow: 12px 12px 3px rgba(238, 238, 238, 0.25);
  height: 60vh;
  object-position: 10% 80%;
}
@media screen and (min-width: 768px) {
  .haircut section:nth-of-type(3) .haircut__img img {
    height: auto;
  }
}
.haircut__img img {
  width: 100%;
  box-shadow: 12px 12px 3px rgba(7, 28, 36, 0.25);
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .haircut__img img {
    min-width: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .haircut__img img {
    max-width: 350px;
  }
}
.haircut__body h2 {
  color: inherit;
  font-weight: 700;
  margin-bottom: 20px;
}
.haircut__body p {
  font-size: clamp(0.875rem, 0.7840909091rem + 0.4545454545vw, 1.125rem);
  font-weight: 200;
  line-height: 1.8;
}
.haircut__body p b {
  font-weight: 500;
}

.treatment {
  display: flex;
  align-items: center;
  margin-top: clamp(1.25rem, 0.7954545455rem + 2.2727272727vw, 2.5rem);
  width: fit-content;
  margin-left: auto;
}
.treatment__price {
  flex: 1;
  font-weight: bold;
  font-size: 18px;
  padding-right: 20px;
}
.treatment__details {
  border-left: 1px solid var(--primary-color);
  flex: 3;
  text-align: right;
}
.treatment__details h3 {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 18px;
  color: #2a2a2a;
}
.treatment__details p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.price {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.9375rem, 0.1420454545rem + 3.9772727273vw, 3.125rem);
}
@media screen and (min-width: 768px) {
  .price {
    max-width: 1040px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.price__item {
  padding: 20px 10px;
  background-color: var(--secondary-color);
  text-align: center;
  box-sizing: content-box;
}
.price + div > .btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .price + div > .btn {
    margin-top: 60px;
  }
}
.price__title {
  font-size: clamp(1.25rem, 1rem + 1.25vw, 1.9375rem);
  margin: 0 0 10px;
}
.price__text {
  margin: 0;
  display: flex;
  justify-content: center;
}

.section--terms {
  text-align: center;
}
.section--terms * {
  color: #fff;
}
.section--terms h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.section--terms p {
  font-family: var(--font-family-sans-serif);
  font-size: clamp(0.875rem, 0.7840909091rem + 0.4545454545vw, 1.125rem);
  font-weight: 200;
  line-height: 1.8;
  margin: 0;
}

.experience {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.9375rem, -0.6534090909rem + 7.9545454545vw, 5.3125rem);
}
@media screen and (min-width: 768px) {
  .experience {
    max-width: 1040px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.experience__item {
  background-color: var(--secondary-color);
  box-sizing: content-box;
  text-align: center;
}
.experience__item h3 {
  font-size: clamp(1.125rem, 0.9204545455rem + 1.0227272727vw, 1.6875rem);
  font-weight: 500;
  margin: 15px 0 15px;
  text-align: left;
}
.experience__text {
  font-size: clamp(0.875rem, 0.7840909091rem + 0.4545454545vw, 1.125rem);
  line-height: 1.8;
  text-align: left;
  font-family: var(--font-family-sans-serif);
  font-weight: 200;
}
.experience__note {
  font-size: clamp(0.875rem, 0.7840909091rem + 0.4545454545vw, 1.125rem);
  font-weight: 200;
  line-height: 1.8;
  margin-top: 20px;
  text-align: left;
  font-family: var(--font-family-sans-serif);
}
.experience__note b {
  font-weight: 300;
}
.experience + div > .btn {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .experience + div > .btn {
    margin-top: 20px;
  }
}

.section--title {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .section--title {
    padding: 120px 0 0;
  }
}
.section--title h1 {
  color: #fff;
  font-size: clamp(3.125rem, 1.6477272727rem + 7.3863636364vw, 7.1875rem);
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.contact__item {
  margin-bottom: clamp(0.9375rem, 0.5965909091rem + 1.7045454545vw, 1.875rem);
}
.contact__item:nth-last-child(2) {
  margin-bottom: 0;
}
.contact__item:nth-last-child(2) + div {
  margin-top: clamp(1.875rem, 1.1931818182rem + 3.4090909091vw, 3.75rem);
  text-align: center;
}
.contact__item .checkbox {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact__item .checkbox label {
  color: #fff;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.25rem);
}
.contact__item .checkbox input {
  margin-right: 10px;
}
.contact__form {
  box-sizing: border-box;
  color: #fff;
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .contact__form {
    padding: 120px 20px 120px clamp(3.125rem, 1.5340909091rem + 7.9545454545vw, 7.5rem);
  }
}
.contact__form h2 {
  background-color: var(--accent-color);
  font-size: clamp(1.25rem, 0.8863636364rem + 1.8181818182vw, 2.25rem);
  line-height: 1.2;
  margin-top: 2px;
  padding: 5px 10px 8px;
}
@media screen and (min-width: 768px) {
  .contact__form h2 {
    padding: 0 10px 8px;
    font-family: "Cormorant Garamond", serif;
  }
}
.contact__form .ttl-services {
  font-size: clamp(1.875rem, 1.6477272727rem + 1.1363636364vw, 2.5rem);
  margin: 0;
  margin-top: clamp(0.9375rem, 0.5965909091rem + 1.7045454545vw, 1.875rem);
}
.contact__info {
  background-color: var(--secondary-color);
  box-sizing: border-box;
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .contact__info {
    padding: 120px 50px 120px 20px;
  }
}
.contact__info h2 {
  font-size: clamp(1.5rem, 1.4090909091rem + 0.4545454545vw, 1.75rem);
  margin: 50px 0 0;
}
.contact__info p {
  font-family: var(--font-family-sans-serif);
  font-size: clamp(0.875rem, 0.8295454545rem + 0.2272727273vw, 1rem);
  line-height: 1.8;
  margin: 0;
}

.icon-text {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}
.icon-text__icon {
  height: 30px;
  width: 30px;
}

@media screen and (min-width: 768px) {
  .bg-contact {
    background: linear-gradient(to right, var(--secondary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 50%, var(--primary-color) 100%);
  }
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: clamp(1.25rem, 1.1590909091rem + 0.4545454545vw, 1.5rem);
  font-family: var(--font-family-serif);
}

button {
  border: none;
  border: 1px solid var(--accent-color);
  color: var(--accent-color) !important;
}
button:hover {
  color: var(--text-color) !important;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=datetime-local],
select {
  width: 100%;
  padding: 10px;
  font-size: clamp(0.875rem, 0.7840909091rem + 0.4545454545vw, 1.125rem);
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  background-color: var(--primary-color);
}

input[type=datetime-local]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

select {
  padding-right: 2.5em; /* ← アイコンの右側に余白を追加 */
  color: white;
  border: 1px solid #ccc;
  appearance: none; /* デフォルトスタイルを削除 */
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75em center;
  background-size: 1em;
  background-color: #f0f0f0;
  color: black;
}

/* ============================
* About
* ========================= */
.page-about .intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .page-about .intro {
    grid-template-columns: 2fr 1fr;
    gap: 50px;
  }
}
.page-about .intro__text p {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.125rem, 0.9204545455rem + 1.0227272727vw, 1.6875rem);
}
.page-about .intro__img {
  vertical-align: text-top;
}
.page-about .our-team {
  padding: 0;
}
.page-about .our-team section:first-child {
  padding-top: 0;
}
.page-about .our-team section:first-child * {
  color: #ffffff;
}
.page-about .our-team__title {
  color: #ffffff;
  font-size: clamp(3.125rem, 1.8068181818rem + 6.5909090909vw, 6.75rem);
  text-align: right;
  margin: 15px 0 15px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-about .our-team__title {
    margin: 30px 0 60px;
  }
}
.page-about .our-team__items {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(3.125rem, 2.3295454545rem + 3.9772727273vw, 5.3125rem);
}
@media screen and (min-width: 768px) {
  .page-about .our-team__items {
    max-width: 1040px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-about .our-team__img {
  text-align: center;
}
.page-about .our-team__name {
  font-size: clamp(1.125rem, 0.9204545455rem + 1.0227272727vw, 1.6875rem);
  font-weight: 500;
  margin: 15px 0 15px;
  text-align: left;
}
.page-about .our-team__role {
  font-size: clamp(0.875rem, 0.7840909091rem + 0.4545454545vw, 1.125rem);
  line-height: 1.8;
  text-align: left;
  font-family: var(--font-family-sans-serif);
  font-weight: 200;
}
.page-about .our-team__text {
  font-size: clamp(0.875rem, 0.7840909091rem + 0.4545454545vw, 1.125rem);
  font-family: var(--font-family-sans-serif);
  font-weight: 200;
  line-height: 1.6;
  color: #333;
  margin-top: 10px;
  margin-bottom: 0;
}
.page-about .our-team > section.bg-secondary > div.center {
  margin-top: 50px;
}