@charset "UTF-8";
.pageAccess {
  padding-bottom: 80px;
}
.pageAccess--last {
  padding-bottom: 150px;
}
.pageAccess .commonH2EnJa {
  margin-bottom: 50px;
}
.pageAccess .accessMap {
  margin-bottom: 40px;
}
.pageAccess .accessMap iframe {
  display: block;
  width: 100%;
  height: 60vw;
  max-height: 450px;
  border: none;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  filter: grayscale(100%);
}
.pageAccess .accessInfo {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.pageAccess .accessAddress {
  text-align: center;
  line-height: 2.2;
  font-size: 1.5rem;
}
.pageAccess .accessAddress__zip {
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
}
.pageAccess .accessAddress .accessParking__desc {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted rgb(213.624137931, 210.1275862069, 215.3724137931);
  font-size: 1.5rem;
  line-height: 2;
  color: #6795C9;
}
.pageAccess .accessParking {
  text-align: center;
}
.pageAccess .accessParking__photo {
  margin: 0;
}
.pageAccess .accessParking__photo img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 8px 32px rgba(74, 68, 77, 0.1);
}
.pageAccess .accessGuideList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}
.pageAccess .accessGuideItem a {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
  padding: 16px;
  border: 1px solid rgb(213.624137931, 210.1275862069, 215.3724137931);
  box-shadow: 0 8px 32px rgba(74, 68, 77, 0.08);
  text-decoration: none;
  color: #4a444d;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.pageAccess .accessGuideItem a:hover {
  border-color: #6795C9;
  box-shadow: 0 8px 32px rgba(103, 149, 201, 0.15);
  transform: translateY(-2px);
}
.pageAccess .accessGuideItem__thumb {
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(74, 68, 77, 0.12);
}
.pageAccess .accessGuideItem__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 315/423;
  object-fit: cover;
}
.pageAccess .accessGuideItem__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-width: 0;
}
.pageAccess .accessGuideItem__label {
  font-size: 1.7rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5;
}
.pageAccess .accessGuideItem__desc {
  font-size: 1.3rem;
  color: rgb(126.0551724138, 115.8344827586, 131.1655172414);
  line-height: 1.6;
}

.pageFaq .faqNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.pageFaq .faqNav a {
  display: block;
  padding: 16px 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgb(213.624137931, 210.1275862069, 215.3724137931);
  box-shadow: 0 4px 16px rgba(74, 68, 77, 0.06);
  text-decoration: none;
  color: #4a444d;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.6;
  transition: border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.pageFaq .faqNav a:hover {
  border-color: #6795C9;
  color: #6795C9;
  box-shadow: 0 4px 16px rgba(103, 149, 201, 0.12);
}

.pagePp .ppLead {
  line-height: 2;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.pagePp .ppSection:not(:last-of-type) {
  margin-bottom: 36px;
}
.pagePp .ppHeading {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #4a444d;
}
.pagePp .ppSection p {
  line-height: 2;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.pagePp .ppSection p:last-child {
  margin-bottom: 0;
}
.pagePp .ppList {
  list-style: none;
  margin: 0 0 1em;
  padding: 16px 20px;
  border: 1px solid rgb(213.624137931, 210.1275862069, 215.3724137931);
  box-shadow: 0 4px 16px rgba(74, 68, 77, 0.06);
}
.pagePp .ppList li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
  font-size: 1.4rem;
}
.pagePp .ppList li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #6795C9;
}
.pagePp .ppDate {
  margin-top: 48px;
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: rgb(113.0413793103, 103.875862069, 117.624137931);
}

.pageSalon .commonH2EnJa {
  margin-bottom: 40px;
}
.pageSalon .therapist .image {
  width: 100%;
  text-align: center;
}
.pageSalon .therapist .image > div {
  overflow: hidden;
}
.pageSalon .therapist .image img {
  display: block;
  width: 100%;
}
.pageSalon .therapist .image aside {
  margin-top: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 3px;
}
.pageSalon .therapist .text {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 1px;
}
.pageSalon .therapist .text p {
  margin-bottom: 1em;
}
.pageSalon .therapist .text p:last-child {
  margin-bottom: 0;
}
.pageSalon .gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.pageSalon .gallery li .image {
  background-color: rgb(221.115862069, 218.2524137931, 222.5475862069);
  box-shadow: 0 4px 20px rgba(74, 68, 77, 0.08);
  overflow: hidden;
}
.pageSalon .gallery li .image a {
  display: block;
  cursor: pointer;
}
.pageSalon .gallery li .image img {
  display: block;
  width: 100%;
}

.salonGalleryModal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(74, 68, 77, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.salonGalleryModal.is-open {
  opacity: 1;
  visibility: visible;
}
.salonGalleryModal__inner {
  position: relative;
  width: min(100%, 960px);
  max-height: calc(100vh - 48px);
}
.salonGalleryModal__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 48px);
  object-fit: contain;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);
}
.salonGalleryModal__close, .salonGalleryModal__prev, .salonGalleryModal__next {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #4a444d;
  cursor: pointer;
  line-height: 1;
}
.salonGalleryModal__close {
  top: -16px;
  right: -16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
}
.salonGalleryModal__prev, .salonGalleryModal__next {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.salonGalleryModal__prev::before, .salonGalleryModal__next::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #4a444d;
  border-right: 2px solid #4a444d;
}
.salonGalleryModal__prev {
  left: -22px;
}
.salonGalleryModal__prev::before {
  transform: translateX(2px) rotate(-135deg);
}
.salonGalleryModal__next {
  right: -22px;
}
.salonGalleryModal__next::before {
  transform: translateX(-2px) rotate(45deg);
}

@media (max-width: 799px) {
  .recaptchaText {
    font-size: 12px;
    color: #666;
    text-align: left;
    margin-top: 10px;
  }
  .ulHero {
    width: 100%;
    height: 240px;
    background-image: url(../images/ul/ulbg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ulHero h1 {
    text-align: center;
    color: #4a444d;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 3rem;
    transform: translateY(50%);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
  }
  .ulHero h1 .news-char {
    display: inline-block;
  }
  .pageService .contents {
    line-height: 2;
  }
  .pageService2 {
    background: url(../images/ul/service-bg2.webp) no-repeat left center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pageService2 .contents {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pageService2 .contents > div {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px rgba(74, 68, 77, 0.08);
  }
  .pageService2 .contents .commonH3 {
    color: #6795C9;
  }
  .pageService3 {
    position: relative;
    background: url(../images/ul/service-bg3.webp) no-repeat center bottom;
    background-size: cover;
  }
  .pageService3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.55) 100%);
    pointer-events: none;
  }
  .pageService3 section {
    position: relative;
    z-index: 1;
  }
  .pageService3 .recommendList {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 auto;
    padding: 0;
  }
  .pageService3 .recommendItem {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 30px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 16px rgba(74, 68, 77, 0.2);
  }
  .pageService3 .recommendItem__num {
    flex-shrink: 0;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    color: #6795C9;
    line-height: 1;
    opacity: 0.75;
  }
  .pageService3 .recommendItem p {
    font-size: 1.4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 2px;
    padding-top: 6px;
  }
  .pageService4 .contents .intro {
    text-align: left;
    line-height: 2;
    margin-bottom: 50px;
    font-size: 1.4rem;
  }
  .pageService4 .contents .commonH3Line {
    margin-bottom: 40px;
  }
  .pageService4 .contents .flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pageService4 .contents .flow > div {
    border: 1px solid #ccc;
    padding: 20px 25px;
  }
  .pageService4 .contents .flow > div > div {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .pageService4 .contents .flow > div > div:nth-child(1) {
    font-size: 2rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
  }
  .pageService4 .contents .flow > div > div:nth-child(1) > span {
    font-size: 3rem;
    color: #6795C9;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin-right: 10px;
  }
  .pageMenu .contents table {
    margin: 0 auto;
    border-collapse: collapse;
  }
  .pageMenu .contents table th, .pageMenu .contents table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-left: none;
    border-right: none;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .pageMenu .contents table tr:first-child th, .pageMenu .contents table tr:first-child td {
    border-top: none;
    background-color: #f0f0f0;
  }
  .pageMenu .contents table tr:first-child th {
    width: 15em;
  }
  .pageMenu .contents aside {
    padding-top: 1em;
    text-align: center;
  }
  .pageMenu .policy .intro {
    line-height: 2;
    margin-bottom: 50px;
    font-size: 1.4rem;
  }
  .pageMenu .policy .policyItem {
    margin-bottom: 2em;
  }
  .pageMenu .policy .policyItem:last-child {
    margin-bottom: 0;
  }
  .pageMenu .policy .policyItem h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .pageMenu .policy .policyItem div {
    padding-left: 1em;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .pageMenu .policy .policyItem ul {
    padding-left: 1em;
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
  }
  .pageMenu .policy .policyItem ul li {
    font-size: 1.6rem;
  }
  .pageMenu .policy .policyItem li {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .pageFirstGuideBG {
    position: relative;
    background: url(../images/ul/guide-bg.webp) no-repeat center center;
    background-size: cover;
  }
  .pageFirstGuideBG::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
    pointer-events: none;
  }
  .pageFirstGuideBG section {
    position: relative;
    z-index: 1;
  }
  .pageFirstGuide--tight {
    padding-top: 0;
  }
  .pageFirstGuide--last {
    padding-bottom: 50px;
  }
  .pageFirstGuide .intro__inner {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 12px 40px rgba(74, 68, 77, 0.1);
    padding-bottom: 30px;
  }
  .pageFirstGuide .intro p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 1.5em;
  }
  .pageFirstGuide .intro p:last-child {
    margin-bottom: 0;
  }
  .pageFirstGuide .intro .introList {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .pageFirstGuide .intro .introList li {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    color: #6795C9;
    letter-spacing: 2px;
    padding: 16px 24px 16px 36px;
    text-align: left;
    background-color: rgba(103, 149, 201, 0.07);
    border-left: 3px solid #6795C9;
    position: relative;
  }
  .pageFirstGuide .intro .introList li::before {
    content: "「";
    position: absolute;
    left: 16px;
    top: 14px;
    font-size: 1.6rem;
    opacity: 0.6;
  }
  .pageFirstGuide .intro .introList li::after {
    content: "」";
    margin-left: 4px;
    opacity: 0.6;
  }
  .pageFirstGuide .contentsAddImage {
    display: grid;
    align-items: stretch;
    gap: 30px;
  }
  .pageFirstGuide .contentsAddImage.imageL {
    grid-template-columns: 1fr;
  }
  .pageFirstGuide .contentsAddImage.imageL .guideImage {
    order: 1;
  }
  .pageFirstGuide .contentsAddImage.imageL .guideBody {
    order: 2;
  }
  .pageFirstGuide .contentsAddImage.imageR {
    grid-template-columns: 1fr;
  }
  .pageFirstGuide .contentsAddImage.imageR .guideBody {
    order: 2;
  }
  .pageFirstGuide .contentsAddImage.imageR .guideImage {
    order: 1;
  }
  .pageFirstGuide .guideBody {
    padding: 20px;
    background-color: #fff;
    border: 1px solid rgb(221.115862069, 218.2524137931, 222.5475862069);
    box-shadow: 0 8px 32px rgba(74, 68, 77, 0.08);
    font-size: 1.4rem;
  }
  .pageFirstGuide .guideBody ul {
    list-style: none;
    display: block;
    width: 100%;
    padding: 20px;
    margin: 16px 0;
    border: 1px solid rgb(213.624137931, 210.1275862069, 215.3724137931);
    border-radius: 4px;
    background-color: rgba(103, 149, 201, 0.04);
  }
  .pageFirstGuide .guideBody ul li {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 8px 0 8px 1.2em;
    position: relative;
  }
  .pageFirstGuide .guideBody ul li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #6795C9;
    font-size: 0.7em;
  }
  .pageFirstGuide .guideBlock {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid rgb(231.1048275862, 229.0855172414, 232.1144827586);
  }
  .pageFirstGuide .guideBlock:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .pageFirstGuide .guideBlock h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.8rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    color: #6795C9;
    letter-spacing: 3px;
    margin: 0 0 16px;
  }
  .pageFirstGuide .guideBlock h3::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: rgba(103, 149, 201, 0.35);
  }
  .pageFirstGuide .guideImage {
    width: 40%;
    margin: 0 auto;
    align-self: center;
    overflow: hidden;
  }
  .pageFirstGuide .guideImage img {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .pageFirstGuide:not(.pageFirstGuideBG) {
    background-color: #fff;
  }
  .pageFaq--nav {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .pageFaq--last {
    padding-bottom: 150px;
  }
  .pageFaq .faqList .faqItem {
    border-bottom: 1px solid rgb(213.624137931, 210.1275862069, 215.3724137931);
  }
  .pageFaq .faqList .faqItem:first-child {
    border-top: 1px solid rgb(213.624137931, 210.1275862069, 215.3724137931);
  }
  .pageFaq .faqList .faqItem summary {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 10px 40px 10px 10px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
  }
  .pageFaq .faqList .faqItem summary::-webkit-details-marker {
    display: none;
  }
  .pageFaq .faqList .faqItem summary::marker {
    content: "";
  }
  .pageFaq .faqList .faqItem summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #4a444d;
    border-bottom: 2px solid #4a444d;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease, top 0.3s ease;
  }
  .pageFaq .faqList .faqItem summary:hover {
    background-color: rgba(103, 149, 201, 0.05);
  }
  .pageFaq .faqList .faqItem[open] summary {
    background-color: rgba(103, 149, 201, 0.08);
  }
  .pageFaq .faqList .faqItem[open] summary .faqItem__q {
    color: #6795C9;
  }
  .pageFaq .faqList .faqItem[open] summary::after {
    transform: rotate(-135deg);
  }
  .pageFaq .faqList .faqItem__label {
    flex-shrink: 0;
    width: 1em;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: #6795C9;
    line-height: 1.4;
    text-align: center;
  }
  .pageFaq .faqList .faqItem__q {
    flex: 1;
    font-size: 1.4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 2px;
    padding-top: 4px;
    padding-right: 20px;
    transition: color 0.3s ease;
  }
  .pageFaq .faqList .faqItem__a {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 20px;
    margin-top: -8px;
  }
  .pageFaq .faqList .faqItem__a p {
    flex: 1;
    font-size: 1.4rem;
    line-height: 1.8;
    padding-top: 4px;
  }
  .pagePp {
    padding: 50px 0;
  }
  .pagePp--last {
    padding-bottom: 150px;
  }
  .pagePp .ppLead {
    font-size: 1.4rem;
    margin-bottom: 36px;
  }
  .pagePp .ppHeading {
    font-size: 1.5rem;
  }
  .pageSalon {
    padding: 50px 0;
  }
  .pageSalon:last-of-type {
    padding-bottom: 150px;
  }
  .pageSalon .commonH2EnJa {
    margin-bottom: 40px;
  }
  .pageSalon .therapist .image > div {
    text-align: center;
  }
  .pageSalon .therapist .image > div img {
    display: inline;
    width: 60%;
    max-width: 240px;
  }
  .pageSalon .therapist .text {
    font-size: 1.4rem;
    padding-top: 20px;
  }
  .pageSalon .gallery ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .pageContact .intro {
    text-align: center;
    line-height: 2;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .pageContact .intro p {
    margin-bottom: 1em;
  }
  .pageContact .intro p:last-child {
    margin-bottom: 0;
  }
  .pageContact .contactMethods {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    list-style: none;
  }
  .pageContact .contactMethods .contactMethod a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 100%;
    padding: 20px;
    border: 1px solid rgb(213.624137931, 210.1275862069, 215.3724137931);
    box-shadow: 0 8px 32px rgba(74, 68, 77, 0.08);
    text-decoration: none;
    color: #4a444d;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  }
  .pageContact .contactMethods .contactMethod a:hover {
    border-color: #6795C9;
    box-shadow: 0 8px 32px rgba(103, 149, 201, 0.15);
    transform: translateY(-2px);
  }
  .pageContact .contactMethods .contactMethod img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }
  .pageContact .contactMethods .contactMethod__label {
    font-size: 2rem;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 3px;
  }
  .pageContact .contactMethods .contactMethod__desc {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
  }
  .pageContact .contactLead {
    font-size: 1.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .pageContact .contactFeatures {
    list-style: none;
    padding: 20px;
    margin: 0 auto 20px;
    max-width: 600px;
    border: 2px solid rgb(201.1379310345, 196.5862068966, 203.4137931034);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(74, 68, 77, 0.08);
  }
  .pageContact .contactFeatures li {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 12px 0 12px 1.5em;
    position: relative;
    border-bottom: 1px solid rgb(226.1103448276, 223.6689655172, 227.3310344828);
  }
  .pageContact .contactFeatures li:last-child {
    border-bottom: none;
  }
  .pageContact .contactFeatures li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #6795C9;
    font-size: 0.8em;
  }
  .pageContact .contactText {
    text-align: center;
    line-height: 2;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .pageContact .contactCta {
    text-align: center;
  }
  .pageContact .contactCta__btn {
    display: inline-block;
    padding: 18px 60px;
    background-color: #4a444d;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    transition: opacity 0.3s ease;
  }
  .pageContact .contactCta__btn:hover {
    opacity: 0.8;
  }
  .pageContact .contactNotes {
    margin-top: 30px;
    padding: 20px;
    background-color: rgba(74, 68, 77, 0.04);
    border-left: 3px solid #6795C9;
  }
  .pageContact .contactNotes p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .pageContact .contactNotes p + p {
    margin-top: 1em;
  }
  .pageContact .contactFormArea {
    padding: 15px;
    background-color: #fff;
    border: 1px solid rgb(221.115862069, 218.2524137931, 222.5475862069);
    box-shadow: 0 8px 32px rgba(74, 68, 77, 0.08);
  }
  .pageContact .contactFormArea .contactForm dt {
    font-size: 1.5rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .pageContact .contactFormArea .contactForm dt .required {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 10px;
    font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.4;
    color: #fff;
    background-color: #6795C9;
    border-radius: 2px;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  .pageContact .contactFormArea .contactForm dd {
    margin: 0 0 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgb(231.1048275862, 229.0855172414, 232.1144827586);
  }
  .pageContact .contactFormArea .contactForm dd:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .pageContact .contactFormArea input[type=text],
  .pageContact .contactFormArea input[type=email],
  .pageContact .contactFormArea input[type=tel],
  .pageContact .contactFormArea input[type=url],
  .pageContact .contactFormArea select,
  .pageContact .contactFormArea textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #4a444d;
    border: 1px solid rgb(201.1379310345, 196.5862068966, 203.4137931034);
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  .pageContact .contactFormArea input[type=text]:focus,
  .pageContact .contactFormArea input[type=email]:focus,
  .pageContact .contactFormArea input[type=tel]:focus,
  .pageContact .contactFormArea input[type=url]:focus,
  .pageContact .contactFormArea select:focus,
  .pageContact .contactFormArea textarea:focus {
    outline: none;
    border-color: #6795C9;
    box-shadow: 0 0 0 3px rgba(103, 149, 201, 0.15);
  }
  .pageContact .contactFormArea input[type=text]::placeholder,
  .pageContact .contactFormArea input[type=email]::placeholder,
  .pageContact .contactFormArea input[type=tel]::placeholder,
  .pageContact .contactFormArea input[type=url]::placeholder,
  .pageContact .contactFormArea select::placeholder,
  .pageContact .contactFormArea textarea::placeholder {
    color: rgb(163.6793103448, 155.9620689655, 167.5379310345);
  }
  .pageContact .contactFormArea select {
    cursor: pointer;
    appearance: none;
    padding-right: 40px;
    background-image: linear-gradient(45deg, transparent 50%, #4a444d 50%), linear-gradient(135deg, #4a444d 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(50% - 2px), calc(100% - 15px) calc(50% - 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
  }
  .pageContact .contactFormArea textarea {
    min-height: 180px;
    resize: vertical;
    line-height: 1.8;
  }
  .pageContact .contactFormArea .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
  }
  .pageContact .contactFormArea .wpcf7-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1.5rem;
    line-height: 1.8;
    cursor: pointer;
  }
  .pageContact .contactFormArea .wpcf7-checkbox label input[type=checkbox] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 5px;
    accent-color: #6795C9;
    cursor: pointer;
  }
  .pageContact .contactFormArea .wpcf7-checkbox label a {
    color: #6795C9;
    text-decoration: underline;
  }
  .pageContact .contactFormArea .wpcf7-checkbox label a:hover {
    opacity: 0.7;
  }
  .pageContact .contactFormArea .contactFormSubmit {
    margin-top: 40px;
    text-align: center;
  }
  .pageContact .contactFormArea .contactFormSubmit input[type=submit] {
    display: inline-block;
    min-width: 280px;
    padding: 18px 60px;
    background-color: #4a444d;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .pageContact .contactFormArea .contactFormSubmit input[type=submit]:hover {
    opacity: 0.8;
  }
  .pageContact .contactFormArea .wpcf7-not-valid {
    border-color: #c0392b !important;
  }
  .pageContact .contactFormArea .wpcf7-not-valid-tip {
    display: block;
    color: #c0392b;
    font-size: 1.3rem;
    margin-top: 8px;
  }
  .pageContact .contactFormArea .wpcf7-response-output {
    margin: 30px 0 0;
    padding: 16px 20px;
    border: 1px solid rgb(201.1379310345, 196.5862068966, 203.4137931034);
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
  }
  .pageContact .contactFormArea .wpcf7 form.sent .wpcf7-response-output {
    border-color: #6795C9;
    background-color: rgba(103, 149, 201, 0.08);
    color: #4a444d;
  }
  .pageContact .contactFormArea .wpcf7 form.invalid .wpcf7-response-output,
  .pageContact .contactFormArea .wpcf7 form.unaccepted .wpcf7-response-output,
  .pageContact .contactFormArea .wpcf7 form.failed .wpcf7-response-output {
    border-color: #c0392b;
    background-color: rgba(192, 57, 43, 0.06);
    color: #c0392b;
  }
  .pageContact .contactFormArea .wpcf7-spinner {
    margin: 10px auto 0;
  }
  .pageAccess--last {
    padding-bottom: 100px;
  }
  .pageAccess .accessMap {
    margin-bottom: 30px;
  }
  .pageAccess .accessMap iframe {
    height: 55vw;
    max-height: 320px;
  }
  .pageAccess .accessInfo {
    gap: 20px;
    margin-bottom: 30px;
  }
  .pageAccess .accessAddress {
    font-size: 1.4rem;
    line-height: 2;
  }
  .pageAccess .accessAddress__zip {
    font-size: 1.5rem;
  }
  .pageAccess .accessAddress .accessParking__desc {
    margin-top: 16px;
    padding-top: 16px;
    font-size: 1.4rem;
  }
  .pageAccess .accessParking__photo img {
    max-width: 100%;
  }
  .pageAccess .commonH2EnJa {
    margin-bottom: 30px;
  }
  .pageAccess .accessGuideItem a {
    gap: 16px;
    padding: 14px;
  }
  .pageAccess .accessGuideItem__thumb {
    width: 110px;
  }
  .pageAccess .accessGuideItem__label {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .pageAccess .accessGuideItem__desc {
    font-size: 1.2rem;
  }
}
@media (min-width: 800px) {
  .recaptchaText {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 20px;
  }
  .ulHero {
    width: 100%;
    height: 400px;
    background-image: url(../images/ul/ulbg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ulHero h1 {
    color: #4a444d;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 5rem;
    transform: translateY(50%);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 7px;
  }
  .ulHero h1 .news-char {
    display: inline-block;
  }
  .pageService .contents {
    line-height: 3;
  }
  .pageService2 {
    background: url(../images/ul/service-bg2.webp) no-repeat left center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pageService2 .contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  .pageService2 .contents > div {
    padding: 2.5em 3em;
    margin-bottom: 3em;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px rgba(74, 68, 77, 0.08);
  }
  .pageService2 .contents .commonH3 {
    color: #6795C9;
  }
  .pageService3 {
    position: relative;
    background: url(../images/ul/service-bg3.webp) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 120px;
  }
  .pageService3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.55) 100%);
    pointer-events: none;
  }
  .pageService3 section {
    position: relative;
    z-index: 1;
  }
  .pageService3 .recommendList {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 0 auto;
    padding: 0;
  }
  .pageService3 .recommendList .recommendItem:last-child:nth-child(odd) {
    grid-column: 1/-1;
    max-width: calc(50% - 12px);
    margin: 0 auto;
    width: 100%;
  }
  .pageService3 .recommendItem {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 32px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 16px rgba(74, 68, 77, 0.2);
  }
  .pageService3 .recommendItem__num {
    flex-shrink: 0;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.6rem;
    color: #6795C9;
    line-height: 1;
    opacity: 0.75;
  }
  .pageService3 .recommendItem p {
    font-size: 1.7rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 2px;
    padding-top: 6px;
  }
  .pageService4 > section {
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
  }
  .pageService4 .contents .intro {
    text-align: center;
    line-height: 2;
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
  .pageService4 .contents .commonH3Line {
    margin-bottom: 40px;
  }
  .pageService4 .contents .flow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .pageService4 .contents .flow > div {
    border: 1px solid #ccc;
    padding: 20px 25px;
  }
  .pageService4 .contents .flow > div > div {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .pageService4 .contents .flow > div > div:nth-child(1) {
    font-size: 2.4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
  }
  .pageService4 .contents .flow > div > div:nth-child(1) > span {
    font-size: 4rem;
    color: #6795C9;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin-right: 10px;
  }
  .pageMenu .contents table {
    margin: 0 auto;
    border-collapse: collapse;
  }
  .pageMenu .contents table th, .pageMenu .contents table td {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    border-left: none;
    border-right: none;
    vertical-align: middle;
  }
  .pageMenu .contents table tr:first-child th, .pageMenu .contents table tr:first-child td {
    border-top: none;
    background-color: #f0f0f0;
  }
  .pageMenu .contents aside {
    padding-top: 1em;
    text-align: center;
  }
  .pageMenu .policy .intro {
    line-height: 2;
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
  .pageMenu .policy .policyItem {
    margin-bottom: 2em;
  }
  .pageMenu .policy .policyItem:last-child {
    margin-bottom: 0;
  }
  .pageMenu .policy .policyItem h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .pageMenu .policy .policyItem div {
    padding-left: 1em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .pageMenu .policy .policyItem ul {
    padding-left: 1em;
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
  }
  .pageMenu .policy .policyItem ul li {
    font-size: 1.6rem;
  }
  .pageMenu .policy .policyItem li {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .pageFirstGuideBG {
    position: relative;
    background: url(../images/ul/guide-bg.webp) no-repeat center center;
    background-size: cover;
  }
  .pageFirstGuideBG::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
    pointer-events: none;
  }
  .pageFirstGuideBG section {
    position: relative;
    z-index: 1;
  }
  .pageFirstGuide .commonH2EnJa {
    margin-bottom: 70px;
  }
  .pageFirstGuide--tight {
    padding-top: 0;
  }
  .pageFirstGuide--last {
    padding-bottom: 150px;
  }
  .pageFirstGuide .intro__inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 50px 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 12px 40px rgba(74, 68, 77, 0.1);
  }
  .pageFirstGuide .intro p {
    font-size: 1.6rem;
    line-height: 2.5;
    margin-bottom: 1.5em;
  }
  .pageFirstGuide .intro p:last-child {
    margin-bottom: 0;
  }
  .pageFirstGuide .intro .introList {
    list-style: none;
    margin: 40px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .pageFirstGuide .intro .introList li {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    color: #6795C9;
    letter-spacing: 2px;
    padding: 16px 24px 16px 36px;
    text-align: left;
    background-color: rgba(103, 149, 201, 0.07);
    border-left: 3px solid #6795C9;
    position: relative;
  }
  .pageFirstGuide .intro .introList li::before {
    content: "「";
    position: absolute;
    left: 16px;
    top: 14px;
    font-size: 1.6rem;
    opacity: 0.6;
  }
  .pageFirstGuide .intro .introList li::after {
    content: "」";
    margin-left: 4px;
    opacity: 0.6;
  }
  .pageFirstGuide .contentsAddImage {
    display: grid;
    align-items: stretch;
    gap: 50px;
  }
  .pageFirstGuide .contentsAddImage.imageL {
    grid-template-columns: 1fr 65%;
  }
  .pageFirstGuide .contentsAddImage.imageL .guideImage {
    order: 1;
  }
  .pageFirstGuide .contentsAddImage.imageL .guideBody {
    order: 2;
  }
  .pageFirstGuide .contentsAddImage.imageR {
    grid-template-columns: 65% 1fr;
  }
  .pageFirstGuide .contentsAddImage.imageR .guideBody {
    order: 1;
  }
  .pageFirstGuide .contentsAddImage.imageR .guideImage {
    order: 2;
  }
  .pageFirstGuide .guideBody {
    padding: 45px 50px;
    background-color: #fff;
    border: 1px solid rgb(221.115862069, 218.2524137931, 222.5475862069);
    box-shadow: 0 8px 32px rgba(74, 68, 77, 0.08);
  }
  .pageFirstGuide .guideBody ul {
    list-style: none;
    display: block;
    width: 100%;
    padding: 20px 28px;
    margin: 16px 0;
    border: 1px solid rgb(213.624137931, 210.1275862069, 215.3724137931);
    border-radius: 4px;
    background-color: rgba(103, 149, 201, 0.04);
  }
  .pageFirstGuide .guideBody ul li {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 8px 0 8px 1.2em;
    position: relative;
  }
  .pageFirstGuide .guideBody ul li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #6795C9;
    font-size: 0.7em;
  }
  .pageFirstGuide .guideBlock {
    font-size: 1.6rem;
    line-height: 2.2;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid rgb(231.1048275862, 229.0855172414, 232.1144827586);
  }
  .pageFirstGuide .guideBlock:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .pageFirstGuide .guideBlock h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.8rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    color: #6795C9;
    letter-spacing: 3px;
    margin: 0 0 16px;
  }
  .pageFirstGuide .guideBlock h3::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: rgba(103, 149, 201, 0.35);
  }
  .pageFirstGuide .guideImage {
    align-self: center;
    overflow: hidden;
  }
  .pageFirstGuide .guideImage img {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .pageFirstGuide:not(.pageFirstGuideBG) {
    background-color: #fff;
  }
  .pageFaq {
    padding: 80px 0 60px;
  }
  .pageFaq--nav {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .pageFaq .faqNav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .pageFaq .faqNav a {
    padding: 18px 20px;
    font-size: 1.5rem;
  }
  .pageFaq--last {
    padding-bottom: 150px;
  }
  .pageFaq .commonH2EnJa {
    margin-bottom: 60px;
  }
  .pageFaq .faqList .faqItem {
    border-bottom: 1px solid rgb(213.624137931, 210.1275862069, 215.3724137931);
  }
  .pageFaq .faqList .faqItem:first-child {
    border-top: 1px solid rgb(213.624137931, 210.1275862069, 215.3724137931);
  }
  .pageFaq .faqList .faqItem summary {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 40px 28px 20px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
  }
  .pageFaq .faqList .faqItem summary::-webkit-details-marker {
    display: none;
  }
  .pageFaq .faqList .faqItem summary::marker {
    content: "";
  }
  .pageFaq .faqList .faqItem summary::after {
    content: "";
    position: absolute;
    top: 36px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #4a444d;
    border-bottom: 2px solid #4a444d;
    transform: rotate(45deg);
    transition: transform 0.3s ease, top 0.3s ease;
  }
  .pageFaq .faqList .faqItem summary:hover {
    background-color: rgba(103, 149, 201, 0.05);
  }
  .pageFaq .faqList .faqItem[open] summary {
    background-color: rgba(103, 149, 201, 0.08);
  }
  .pageFaq .faqList .faqItem[open] summary .faqItem__q {
    color: #6795C9;
  }
  .pageFaq .faqList .faqItem[open] summary::after {
    top: 40px;
    transform: rotate(-135deg);
  }
  .pageFaq .faqList .faqItem__label {
    flex-shrink: 0;
    width: 2em;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    color: #6795C9;
    line-height: 1.4;
    text-align: center;
  }
  .pageFaq .faqList .faqItem__q {
    flex: 1;
    font-size: 1.8rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 2px;
    padding-top: 4px;
    padding-right: 20px;
    transition: color 0.3s ease;
  }
  .pageFaq .faqList .faqItem__a {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 20px;
    margin-top: -8px;
  }
  .pageFaq .faqList .faqItem__a p {
    flex: 1;
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 4px;
  }
  .pagePp {
    padding: 80px 0;
  }
  .pagePp--last {
    padding-bottom: 150px;
  }
  .pagePp .ppLead {
    font-size: 1.6rem;
    margin-bottom: 48px;
  }
  .pagePp .ppHeading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .pagePp .ppSection:not(:last-of-type) {
    margin-bottom: 48px;
  }
  .pagePp .ppSection p,
  .pagePp .ppList li {
    font-size: 1.6rem;
  }
  .pageSalon {
    padding: 80px 0;
  }
  .pageSalon:last-of-type {
    padding-bottom: 150px;
  }
  .pageSalon .commonH2EnJa {
    margin-bottom: 60px;
  }
  .pageSalon .therapist {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 60px;
  }
  .pageSalon .therapist .text {
    font-size: 1.6rem;
    padding-top: 20px;
  }
  .pageSalon .gallery ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .pageSalon .gallery ul a {
    transition: opacity 0.3s ease;
  }
  .pageSalon .gallery ul a:hover {
    opacity: 0.5;
  }
  .pageContact {
    padding: 80px 0 60px;
  }
  .pageContact--last {
    padding-bottom: 150px;
  }
  .pageContact .commonH2EnJa {
    margin-bottom: 60px;
  }
  .pageContact .intro {
    text-align: center;
    line-height: 2.5;
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  .pageContact .intro p {
    margin-bottom: 1em;
  }
  .pageContact .intro p:last-child {
    margin-bottom: 0;
  }
  .pageContact .contactMethods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
  }
  .pageContact .contactMethods .contactMethod a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 100%;
    min-height: 220px;
    padding: 40px 30px;
    border: 1px solid rgb(213.624137931, 210.1275862069, 215.3724137931);
    box-shadow: 0 8px 32px rgba(74, 68, 77, 0.08);
    text-decoration: none;
    color: #4a444d;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  }
  .pageContact .contactMethods .contactMethod a:hover {
    border-color: #6795C9;
    box-shadow: 0 8px 32px rgba(103, 149, 201, 0.15);
    transform: translateY(-2px);
  }
  .pageContact .contactMethods .contactMethod img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }
  .pageContact .contactMethods .contactMethod__label {
    font-size: 2rem;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 3px;
  }
  .pageContact .contactMethods .contactMethod__desc {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
  }
  .pageContact .contactLead {
    font-size: 1.8rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
  .pageContact .contactFeatures {
    list-style: none;
    padding: 30px 40px;
    margin: 0 auto 40px;
    max-width: 600px;
    border: 2px solid rgb(201.1379310345, 196.5862068966, 203.4137931034);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(74, 68, 77, 0.08);
  }
  .pageContact .contactFeatures li {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 12px 0 12px 1.5em;
    position: relative;
    border-bottom: 1px solid rgb(226.1103448276, 223.6689655172, 227.3310344828);
  }
  .pageContact .contactFeatures li:last-child {
    border-bottom: none;
  }
  .pageContact .contactFeatures li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #6795C9;
    font-size: 0.8em;
  }
  .pageContact .contactText {
    text-align: center;
    line-height: 2;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .pageContact .contactCta {
    text-align: center;
  }
  .pageContact .contactCta__btn {
    display: inline-block;
    padding: 18px 60px;
    background-color: #4a444d;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    transition: opacity 0.3s ease;
  }
  .pageContact .contactCta__btn:hover {
    opacity: 0.8;
  }
  .pageContact .contactNotes {
    margin-top: 40px;
    padding: 30px;
    background-color: rgba(74, 68, 77, 0.04);
    border-left: 3px solid #6795C9;
  }
  .pageContact .contactNotes p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .pageContact .contactNotes p + p {
    margin-top: 1em;
  }
  .pageContact .contactFormArea {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 55px;
    background-color: #fff;
    border: 1px solid rgb(221.115862069, 218.2524137931, 222.5475862069);
    box-shadow: 0 8px 32px rgba(74, 68, 77, 0.08);
  }
  .pageContact .contactFormArea .contactForm dt {
    font-size: 1.5rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .pageContact .contactFormArea .contactForm dt .required {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 10px;
    font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.4;
    color: #fff;
    background-color: #6795C9;
    border-radius: 2px;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  .pageContact .contactFormArea .contactForm dd {
    margin: 0 0 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgb(231.1048275862, 229.0855172414, 232.1144827586);
  }
  .pageContact .contactFormArea .contactForm dd:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .pageContact .contactFormArea input[type=text],
  .pageContact .contactFormArea input[type=email],
  .pageContact .contactFormArea input[type=tel],
  .pageContact .contactFormArea input[type=url],
  .pageContact .contactFormArea select,
  .pageContact .contactFormArea textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #4a444d;
    border: 1px solid rgb(201.1379310345, 196.5862068966, 203.4137931034);
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  .pageContact .contactFormArea input[type=text]:focus,
  .pageContact .contactFormArea input[type=email]:focus,
  .pageContact .contactFormArea input[type=tel]:focus,
  .pageContact .contactFormArea input[type=url]:focus,
  .pageContact .contactFormArea select:focus,
  .pageContact .contactFormArea textarea:focus {
    outline: none;
    border-color: #6795C9;
    box-shadow: 0 0 0 3px rgba(103, 149, 201, 0.15);
  }
  .pageContact .contactFormArea input[type=text]::placeholder,
  .pageContact .contactFormArea input[type=email]::placeholder,
  .pageContact .contactFormArea input[type=tel]::placeholder,
  .pageContact .contactFormArea input[type=url]::placeholder,
  .pageContact .contactFormArea select::placeholder,
  .pageContact .contactFormArea textarea::placeholder {
    color: rgb(163.6793103448, 155.9620689655, 167.5379310345);
  }
  .pageContact .contactFormArea select {
    cursor: pointer;
    appearance: none;
    padding-right: 40px;
    background-image: linear-gradient(45deg, transparent 50%, #4a444d 50%), linear-gradient(135deg, #4a444d 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(50% - 2px), calc(100% - 15px) calc(50% - 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
  }
  .pageContact .contactFormArea textarea {
    min-height: 180px;
    resize: vertical;
    line-height: 1.8;
  }
  .pageContact .contactFormArea .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
  }
  .pageContact .contactFormArea .wpcf7-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1.5rem;
    line-height: 1.8;
    cursor: pointer;
  }
  .pageContact .contactFormArea .wpcf7-checkbox label input[type=checkbox] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 5px;
    accent-color: #6795C9;
    cursor: pointer;
  }
  .pageContact .contactFormArea .wpcf7-checkbox label a {
    color: #6795C9;
    text-decoration: underline;
  }
  .pageContact .contactFormArea .wpcf7-checkbox label a:hover {
    opacity: 0.7;
  }
  .pageContact .contactFormArea .contactFormSubmit {
    margin-top: 40px;
    text-align: center;
  }
  .pageContact .contactFormArea .contactFormSubmit input[type=submit] {
    display: inline-block;
    min-width: 280px;
    padding: 18px 60px;
    background-color: #4a444d;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 1.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .pageContact .contactFormArea .contactFormSubmit input[type=submit]:hover {
    opacity: 0.8;
  }
  .pageContact .contactFormArea .wpcf7-not-valid {
    border-color: #c0392b !important;
  }
  .pageContact .contactFormArea .wpcf7-not-valid-tip {
    display: block;
    color: #c0392b;
    font-size: 1.3rem;
    margin-top: 8px;
  }
  .pageContact .contactFormArea .wpcf7-response-output {
    margin: 30px 0 0;
    padding: 16px 20px;
    border: 1px solid rgb(201.1379310345, 196.5862068966, 203.4137931034);
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
  }
  .pageContact .contactFormArea .wpcf7 form.sent .wpcf7-response-output {
    border-color: #6795C9;
    background-color: rgba(103, 149, 201, 0.08);
    color: #4a444d;
  }
  .pageContact .contactFormArea .wpcf7 form.invalid .wpcf7-response-output,
  .pageContact .contactFormArea .wpcf7 form.unaccepted .wpcf7-response-output,
  .pageContact .contactFormArea .wpcf7 form.failed .wpcf7-response-output {
    border-color: #c0392b;
    background-color: rgba(192, 57, 43, 0.06);
    color: #c0392b;
  }
  .pageContact .contactFormArea .wpcf7-spinner {
    margin: 10px auto 0;
  }
  .pageAccess .accessAddress {
    font-size: 1.6rem;
  }
  .pageAccess .accessInfo {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 50px;
    align-items: start;
    margin-bottom: 50px;
  }
  .pageAccess .accessAddress {
    margin-bottom: 0;
    text-align: left;
  }
  .pageAccess .accessAddress .accessParking__desc {
    font-size: 2rem;
  }
  .pageAccess .accessParking {
    text-align: left;
  }
  .pageAccess .accessParking__photo img {
    max-width: none;
  }
  .pageAccess .accessGuideList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .pageAccess .accessGuideItem > a {
    display: grid;
    grid-template-columns: 1fr;
  }
  .pageAccess .accessGuideItem__thumb {
    text-align: center;
  }
  .pageAccess .accessGuideItem__thumb > img {
    width: 100%;
  }
  .pageAccess .accessGuideItem__body {
    text-align: center;
  }
  .pageAccess .accessGuideItem__label {
    font-size: 1.9rem;
  }
}