@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --bk: #131313;
  --wh: #faf9ff;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

.under499 {
  display: none !important;
}
@media screen and (max-width: 499px) {
  .under499 {
    display: block !important;
  }
}

/* A Modern CSS Reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
}

a,
button {
  cursor: revert;
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  padding-left: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

.under {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .under {
    font-size: 15px;
  }
}
.under__heading {
  margin-top: 25rem;
}
@media screen and (max-width: 834px) {
  .under__heading {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 640px) {
  .under__heading {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 376px) {
  .under__heading {
    margin-top: 10rem;
  }
}
.under__title {
  font-size: 80px;
  font-weight: 300;
  font-family: "Cormorant Infant", serif;
  text-align: center;
  color: var(--bk);
}
@media screen and (max-width: 834px) {
  .under__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .under__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 376px) {
  .under__title {
    font-size: 30px;
  }
}

.salon {
  padding: 15rem 0;
}
@media screen and (max-width: 1200px) {
  .salon {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 834px) {
  .salon {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 640px) {
  .salon {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 376px) {
  .salon {
    padding: 4rem 0;
  }
}
.salon__shoplist {
  margin-bottom: 4rem;
}
.salon__shoplist:not(:first-of-type) {
  margin-top: 20rem;
}
@media screen and (max-width: 834px) {
  .salon__shoplist:not(:first-of-type) {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .salon__shoplist:not(:first-of-type) {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 376px) {
  .salon__shoplist:not(:first-of-type) {
    margin-top: 6rem;
  }
}
.salon__shoplist-wrapper {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .salon__shoplist-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 5%;
    gap: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .salon__shoplist-wrapper {
    gap: 3rem;
  }
}
.salon__shoplist-slider {
  flex: 1 1 auto;
  max-width: 50%;
}
@media screen and (max-width: 834px) {
  .salon__shoplist-slider {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.salon__shoplist-slider .swiper-container {
  width: 60%;
  width: 600px;
  margin-top: 1rem;
  overflow: hidden;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .salon__shoplist-slider .swiper-container {
    width: 100%;
    margin-left: 0;
  }
}
.salon__shoplist-slider .salon__shoplist-img {
  width: 100%;
  height: auto;
  display: block;
}
.salon__shoplist-slider .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}
.salon__shoplist-slider .swiper-slide:last-of-type {
  margin-right: 0 !important;
}
.salon__shoplist-slider .swiper-slide.full-width {
  max-width: 100%;
}
.salon__shoplist-slider-main {
  overflow: hidden;
}
.salon__shoplist-slider-thumbnail .swiper-slide {
  opacity: 0.5;
}
.salon__shoplist-slider-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
.salon__shoplist-text {
  flex: 0 0 450px;
  padding-left: 7.5rem;
}
@media screen and (max-width: 1200px) {
  .salon__shoplist-text {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .salon__shoplist-text {
    flex: 1 1 100%;
    width: 100%;
    padding-left: 0;
  }
}
.salon__shoplist-text .salon__shoplist-title {
  font-size: 4.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .salon__shoplist-text .salon__shoplist-title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 834px) {
  .salon__shoplist-text .salon__shoplist-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .salon__shoplist-text .salon__shoplist-title {
    font-size: 2.4rem;
  }
}
.salon__shoplist-text .salon__shoplist-title span {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.salon__shoplist-text .salon__shoplist-info {
  margin-top: 9rem;
}
@media screen and (max-width: 1200px) {
  .salon__shoplist-text .salon__shoplist-info {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .salon__shoplist-text .salon__shoplist-info {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .salon__shoplist-text .salon__shoplist-info {
    margin-top: 3rem;
  }
}
.salon__shoplist-text .salon__shoplist-info dt {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  width: 10rem;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .salon__shoplist-text .salon__shoplist-info dt {
    width: 8rem;
    font-size: 15px;
  }
}
@media screen and (max-width: 376px) {
  .salon__shoplist-text .salon__shoplist-info dt {
    width: 7rem;
    font-size: 15px;
  }
}
.salon__shoplist-text .salon__shoplist-info dd {
  width: 100%;
}
.salon__shoplist-text .salon__shoplist-info dd.tel {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .salon__shoplist-text .salon__shoplist-info dd.tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 834px) {
  .salon__shoplist-text .salon__shoplist-info dd.tel {
    font-size: 18px;
  }
}
.salon__shoplist-text .salon__shoplist-info dd .time-item {
  display: inline-flex;
  width: 65px;
  align-items: center;
  justify-content: space-between;
}
.salon__shoplist-text .salon__shoplist-info dd .time-item::after {
  content: "：";
}
.salon__shoplist-text .salon__shoplist-info-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .salon__shoplist-text .salon__shoplist-info-item {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .salon__shoplist-text .salon__shoplist-info-item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.salon__shoplist-text .salon__shoplist-info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.salon__shoplist-text .web-reserve-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #161515;
  color: #fff;
  border-radius: 100vmax;
  text-align: center;
  width: 232px;
  height: 42px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .salon__shoplist-text .web-reserve-btn {
    margin: 2rem auto 0;
  }
}
.salon__shoplist-text .web-reserve-btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url("../img/salon/arrow-diagonal.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.salon__shoplist-logo img {
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.salon__shoplist-map {
  text-align: center;
  margin-top: 10rem;
}
@media (max-width: 1300px) {
  .salon__shoplist-map {
    padding: 0 5%;
  }
}
@media screen and (max-width: 834px) {
  .salon__shoplist-map {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .salon__shoplist-map {
    margin-top: 3rem;
  }
}
.salon__shoplist-map iframe {
  width: 100%;
  max-width: 1300px;
  height: 400px;
  filter: grayscale(100%);
}
@media screen and (max-width: 1200px) {
  .salon__shoplist-map iframe {
    height: 350px;
  }
}
@media screen and (max-width: 834px) {
  .salon__shoplist-map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .salon__shoplist-map iframe {
    height: 250px;
  }
}
@media screen and (max-width: 376px) {
  .salon__shoplist-map iframe {
    height: 200px;
  }
}
.salon__shoplist#cokoro .salon__shoplist-wrapper {
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .salon__shoplist#cokoro .salon__shoplist-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.salon__shoplist#cokoro .salon__shoplist-wrapper .salon__shoplist-text {
  padding-left: 0;
  padding-right: 7.5rem;
}
@media screen and (max-width: 1200px) {
  .salon__shoplist#cokoro .salon__shoplist-wrapper .salon__shoplist-text {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .salon__shoplist#cokoro .salon__shoplist-wrapper .salon__shoplist-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.salon__shoplist#cokoro .salon__shoplist-wrapper .swiper-container {
  margin-left: 0;
  margin-right: auto;
}
.salon__shoplist#cokoro .salon__shoplist-wrapper .swiper-wrapper {
  justify-content: flex-start;
  transition-timing-function: linear;
}/*# sourceMappingURL=salon.css.map */