@charset "UTF-8";
/*=========================
  下層ページ CSS
=========================*/
body.page section.mv {
  height: 520px;
}
body.page section.mv .mv-img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}
body.page section.mv .container {
  top: 55%;
  left: 50%;
  bottom: initial;
  translate: -50% 0%;
}
body.page section.mv .container .title {
  font-size: 3rem;
  text-shadow: 2px 2px 8px #666;
}

@media screen and (max-width: 960px) {
  body.page section.mv {
    height: 400px;
  }
  body.page section.mv .mv-img {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 100%;
    min-height: initial;
  }
  body.page section.mv .container {
    top: 50%;
    left: 0;
    translate: 0% 0%;
  }
  body.page section.mv .container .title {
    text-align: center;
    font-size: 2.5rem;
  }
}
/*=========================
  menu
=========================*/
.page-menu section.menu-table {
  padding: 5rem 0;
  background-color: #f6f6f6;
}
.page-menu section.menu-table .container {
  width: 90%;
  max-width: 800px;
  margin: auto;
  border: 1px solid var(--sub);
  border-radius: 20px;
  padding: 2rem;
  color: var(--sub);
}
.page-menu section.menu-table .menu-group {
  width: 90%;
  max-width: 600px;
  margin: auto;
  margin-bottom: 2rem;
}
.page-menu section.menu-table .head {
  font-weight: 600;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed var(--sub);
}
.page-menu section.menu-table .grid {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.page-menu section.menu-table .grid .row {
  display: contents;
}
.page-menu section.menu-table .grid .cell {
  line-height: 2;
}
.page-menu section.menu-table .grid .td {
  text-align: right;
}

@media screen and (max-width: 960px) {
  .page-menu section.menu-table .container {
    padding: 1rem;
    padding-top: 2rem;
  }
}
/*=========================
  salon
=========================*/
.page-salon section.greeting {
  padding: 5rem 0;
}
.page-salon section.greeting .container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.page-salon section.greeting .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.page-salon section.greeting .flex .text {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-salon section.greeting .flex .img {
  width: 50%;
  height: 400px;
}
.page-salon section.greeting .flex .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-salon section.greeting .flex .img .box {
  width: 100%;
  height: 100%;
  background-color: pink;
}
.page-salon section.access {
  padding: 0rem 0 5rem;
}
.page-salon section.access .container {
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.page-salon section.access .table {
  margin-bottom: 5rem;
}
.page-salon section.access .table .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--sub);
}
.page-salon section.access .table .th {
  width: 25%;
  text-align: center;
}
.page-salon section.access .table .td {
  width: 75%;
}
.page-salon section.access .map {
  margin: auto;
  max-width: 800px;
  height: 400px;
}

@media screen and (max-width: 960px) {
  .page-salon section.greeting .flex {
    flex-direction: column-reverse;
  }
  .page-salon section.greeting .flex .img {
    width: 100%;
    max-width: 600px;
  }
  .page-salon section.greeting .flex .text {
    width: 100%;
    font-size: 0.9rem;
  }
  .page-salon section.access .table {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=page.css.map */