<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'Kiwi Maru', serif;
  font-style: normal;
}
body {
  font-family: 'Kiwi Maru', '游ゴシック', YuGothic, serif;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.8;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.7;
  margin-bottom: 2rem;
}

th {
  font-weight: 500;
}

blockquote {
  font-style: italic;
  border-left: 1px solid grey;
  padding: 5vw 0 3vw 3vw;
  margin-bottom: 2rem;
}

header {
  padding: 1.5vw 4vw 1vw;
}
header .menu img {
  opacity: 0.5;
}
header &gt; div {
  width: 33.33333%;
}

.text-gray {
  color: #a7a7a7;
}

.emerald {
  color: #00b39e;
  font-weight: 500;
}

.orange {
  color: #ee7a0a;
  font-weight: 500;
}

.btn-veil,
.q_button {
  background-color: #aa85d2;
  color: #fff;
}
.btn-veil:hover,
.q_button:hover {
  border: 1px solid #aa85d2;
  color: #aa85d2;
}

.color-primary {
  color: #aa85d2;
}

@font-face {
  font-family: 'Tangerine';
  src: url(../fonts/Tangerine-Bold.ttf);
}
.f-tangerine {
  font-family: 'Tangerine', 'Times New Roman', Times, 'Hiragino Mincho ProN W3',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', serif;
}
@font-face {
  font-family: 'JosefinSans';
  src: url(../fonts/JosefinSans-Light.ttf);
}
.f-JosefinSans {
  font-family: 'JosefinSans', serif;
}

.spacer {
  padding: 1rem 0;
}

.hover\:pointer:hover {
  cursor: pointer;
}

.youtube-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

header {
  background-color: #fff;
}
header .veil-offcanvas {
  width: 88vw !important;
}
header .veil-offcanvas-header {
  padding-left: 3rem;
}
header .veil-offcanvas-body {
  padding: 6.4vw 10vw;
}
@media print, screen and (min-width: 961px) {
  header .veil-offcanvas-body {
    padding: 0;
    text-align: center;
  }
}
header .veil-offcanvas-body ul li {
  padding: 3.2vw 0;
}
@media print, screen and (min-width: 961px) {
  header .veil-offcanvas-body ul li {
    padding: 1rem 0;
  }
}
header .veil-offcanvas-body ul li.sns &gt; div {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .veil-offcanvas-body ul li.sns a {
  margin: 0 0 0 7vw;
}
@media print, screen and (min-width: 961px) {
  header .veil-offcanvas-body ul li.sns a {
    margin: 0 2rem 0 0;
  }
}
header .veil-offcanvas-body ul li.sns a img {
  height: auto;
}
header .veil-offcanvas-body ul li.sns .sns-yt img {
  width: 6.4vw;
}
@media print, screen and (min-width: 961px) {
  header .veil-offcanvas-body ul li.sns .sns-yt img {
    width: 1.81rem;
  }
}
header .veil-offcanvas-body ul li.sns .sns-ig img {
  width: 5vw;
}
@media print, screen and (min-width: 961px) {
  header .veil-offcanvas-body ul li.sns .sns-ig img {
    width: 1.36rem;
  }
}
header .veil-offcanvas-body ul li.sns .sns-xtw img {
  width: 4.5vw;
}
@media print, screen and (min-width: 961px) {
  header .veil-offcanvas-body ul li.sns .sns-xtw img {
    width: 1.18rem;
  }
}
header .veil-offcanvas-body__logo {
  width: 32%;
}
@media print, screen and (min-width: 961px) {
  header .veil-offcanvas-body__logo {
    width: 7rem;
    margin: 0 2rem 0 0;
  }
}
header .salon-name {
  font-size: 1.6rem;
  letter-spacing: -0.1px;
  display: inline-block;
  margin-top: -1px;
}

.breadcrumbs {
  font-size: 2vw;
  font-weight: 500;
  padding: 0 6vw;
}
@media print, screen and (min-width: 961px) {
  .breadcrumbs {
    font-size: 0.8rem;
  }
}

@media print, screen and (min-width: 961px) {
  main {
    max-width: 1400px;
    padding: 0 50px;
    margin: 0 auto;
  }
}

footer {
  margin-bottom: 62px;
}
@media print, screen and (min-width: 961px) {
  footer {
    margin-bottom: 0;
  }
}

footer .mms-logo {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 2rem;
}
@media print, screen and (min-width: 961px) {
  footer .mms-logo {
    width: 120px;
    margin-bottom: 6rem;
  }
}
footer .footer-area {
  padding: 13vw 7vw 6vw;
  background: #d9d1d1;
}
@media print, screen and (min-width: 961px) {
  footer .footer-area {
    padding: 4rem 0 1rem;
  }
}
footer .footer-area__access {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1rem 1rem;
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7215686275);
}
footer .footer-area nav {
  margin: 7vw auto 15vw;
  max-width: 1180px;
}
@media print, screen and (min-width: 961px) {
  footer .footer-area nav {
    margin: 4rem auto 6rem;
  }
}
@media print, screen and (min-width: 961px) {
  footer .footer-area nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .footer-area nav ul li {
  padding: 3vw 0;
}
@media print, screen and (min-width: 961px) {
  footer .footer-area nav ul li {
    padding: 0.82rem 1rem;
    font-size: 0.91rem;
  }
}

#reserve-footer {
  background-color: #f5f1f5;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  padding: 12px 16px;
  position: fixed;
  width: 100%;
  z-index: 1;
  justify-content: center;
  display: flex;
  opacity: 0;
  transition: all 0.3s;
}
#reserve-footer.show {
  opacity: 1;
}
#reserve-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
}
@media print, screen and (min-width: 961px) {
  #reserve-footer {
    display: none;
  }
}

.swiper {
  max-width: 1180px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #000;
  font-size: 1rem;
}
.swiper-button-prev::after {
  content: '&lt;';
}
.swiper-button-next::after {
  content: '&gt;';
}
.swiper-pagination-bullet-active {
  background: none;
  border: 2px solid #838383;
}

.mt-4 {
  margin-top: 2.5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mb20 {
  margin-bottom: 20px;
}

.bold {
  font-weight: 500;
}

.caution,
.notice,
.border {
  display: block;
  margin: 3rem auto;
  padding: 1.5rem;
  line-height: 2;
}

.caution {
  background-color: #ffffda;
  border: 1px solid #a8b300;
  color: #5b5400;
}

.caution p {
  color: #5b5400;
}

.notice {
  background-color: #f6eeff;
  color: #484848;
  padding: 25px;
}

.notice p {
  color: #3a8647;
}

.border {
  background-color: #f7f7f7;
  border: 2px dotted #cbbfd9;
}

.caution ul,
.notice ul,
.border ul {
  margin-bottom: 0;
}

.caution p:last-of-type,
.notice p:last-of-type,
.border p:last-of-type {
  margin-bottom: 0 !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.space-between {
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: space-around;
  -webkit-box-pack: justify;
  justify-content: space-around;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dn {
  display: none;
}

.cb {
  clear: both;
}

.fwb {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .sp-dn {
    display: none !important;
  }
  .sp-db {
    display: block !important;
  }
  .sp-fn {
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .spcenter {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.gcal iframe {
  /* width: calc(100vw - 3rem); */
  width: 100%;
  max-height: 800px;
}
@media print, screen and (min-width: 961px) {
  .gcal iframe {
    max-height: 82vh;
    max-width: 100%;
  }
}

.ytube {
  position: relative;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}
.ytube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media print, screen and (min-width: 961px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.page {
  padding: 0 5vw;
}
.page a {
  text-decoration: underline;
}
.page h2 {
  margin-top: 19vw;
}
@media print, screen and (min-width: 961px) {
  .page h2 {
    margin-top: 120px;
  }
}
.page h3 {
  font-size: calc(1rem + 0.6vw);
  margin-top: 15.4vw;
}
@media print, screen and (min-width: 961px) {
  .page h3 {
    margin-top: 100px;
  }
}
.page h3.healing_flow {
  margin-top: auto;
}
.page table tr + tr {
  border-top: 1px solid #dedede;
}
.page table td:not(.content-info-td) {
  padding: 10px 0;
}
.page table th:not(.content-info-th) {
  padding: 10px 10px 10px 0;
  width: 25%;
  vertical-align: top;
}
.page__title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page__title--center {
  text-align: center;
  font-size: 5vw;
  font-weight: 500;
  padding: 5vw 0 10vw;
  word-wrap: break-word;
}
@media print, screen and (min-width: 961px) {
  .page__title--center {
    font-size: 1.45rem;
    padding-bottom: 1rem;
  }
}
.page__title {
  font-size: 5vw;
  font-weight: 500;
  padding: 5vw 0 10vw;
  max-width: 64%;
  word-wrap: break-word;
}
@media print, screen and (min-width: 961px) {
  .page__title {
    font-size: 1.45rem;
    padding-bottom: 1rem;
  }
}
.page__reesrve {
  padding: 5vw 0 10vw;
}
@media print, screen and (min-width: 961px) {
  .page__reesrve {
    padding-bottom: 1rem;
  }
}
.page__reesrve a {
  text-decoration: none;
  font-size: 2.9vw;
}
.page__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
}
.page__content {
  margin-top: 7vw;
  padding: 0 4.5vw;
}
@media print, screen and (min-width: 961px) {
  .page__content {
    padding: 0 180px;
  }
}

.single {
  padding: 0 5vw;
}
.single a {
  text-decoration: underline;
}
.single h2 {
  margin-top: 19vw;
}
@media print, screen and (min-width: 961px) {
  .single h2 {
    margin-top: 120px;
  }
}
.single h3 {
  font-size: calc(1rem + 0.6vw);
  margin-top: 15.4vw;
}
@media print, screen and (min-width: 961px) {
  .single h3 {
    margin-top: 100px;
  }
}
.single .tag-heighlight {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #ffff00)
  );
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
.single__title {
  text-align: center;
  font-size: 5vw;
  font-weight: 500;
  padding: 5vw 0 10vw;
}
@media print, screen and (min-width: 961px) {
  .single__title {
    font-size: 1.45rem;
    padding-bottom: 1rem;
  }
}
.single__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}
.single__time {
  text-align: center;
  font-style: italic;
  font-size: 3vw;
  color: #b9b1bf;
}
@media print, screen and (min-width: 961px) {
  .single__time {
    font-size: 1rem;
  }
}
.single__content {
  margin-top: 7vw;
  padding: 0 4.5vw;
}
@media print, screen and (min-width: 961px) {
  .single__content {
    padding: 0 180px;
  }
}
.single__tags {
  background-color: #f6f6f6;
  padding: 15px;
  margin: 0 4.5vw;
}
@media print, screen and (min-width: 961px) {
  .single__tags {
    margin: 0 180px;
  }
}
.single__tags__title {
  display: inline-block;
  margin-right: 5px;
}
.single__tags__item {
  margin-right: 10px;
}

.category {
  max-width: 1180px;
  margin: 0 auto;
}
.category__header__title {
  text-align: center;
  font-size: 5vw;
  font-weight: 500;
  padding: 4vw 0 7vw;
  font-style: italic;
}
@media print, screen and (min-width: 961px) {
  .category__header__title {
    font-size: 1.5rem;
  }
}
.category__content {
  padding: 0 2.2vw;
}
.category__content__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.category__content__lists li {
  margin: 0 2.2vw 6.4vw;
}
@media print, screen and (min-width: 961px) {
  .category__content__lists li {
    margin: 0 1rem 6rem;
  }
}
.category__content__lists__title {
  display: block;
  font-size: 3.7vw;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .category__content__lists__title {
    font-size: 1.1rem;
  }
}
.category__content__lists__meta-date {
  text-align: center;
  font-size: 0.91rem;
  color: #b9b1bf;
}
.category__content__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category__content__main .title h2 {
  font-weight: 700;
}
.category__content__main .title div {
  font-weight: 500;
}
.category__content__main .image {
  width: 25%;
}

.archive {
  max-width: 1180px;
  margin: 0 auto;
}
.archive__header__title {
  text-align: center;
  font-size: 5vw;
  font-weight: 500;
  padding: 4vw 0 7vw;
  font-style: italic;
}
@media print, screen and (min-width: 961px) {
  .archive__header__title {
    font-size: 1.5rem;
  }
}
.archive__description {
  margin: 0vw 4.4vw 7vw;
  font-size: 0.91rem;
  color: #717171;
}
.archive__description a {
  text-decoration: underline;
}
.archive__content {
  padding: 0 2.2vw;
}
.archive__content__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.archive__content__lists li {
  margin: 0 2.2vw 6.4vw;
  width: 45%;
}
@media print, screen and (min-width: 961px) {
  .archive__content__lists li {
    margin: 0 1rem 6rem;
    width: 27%;
  }
}
.archive__content__lists__thumbnail img {
  height: 28vw;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (min-width: 961px) {
  .archive__content__lists__thumbnail img {
    height: auto;
  }
}
.archive__content__lists__title {
  display: block;
  font-size: 0.91rem;
  font-weight: 500;
  text-align: center;
  padding: 1.2vw 0 0;
}
@media print, screen and (min-width: 961px) {
  .archive__content__lists__title {
    font-size: 1.1rem;
  }
}
.archive__content__lists__meta-date {
  text-align: center;
  font-size: 0.82rem;
  color: #b9b1bf;
}
.archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.archive__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.archive__pagination .nav-links * {
  padding: 0 2vw;
}
@media print, screen and (min-width: 961px) {
  .archive__category {
    max-width: calc(1180px - 4.4vw - 4rem);
    margin: 0 auto;
  }
}
.archive__category__content {
  border-top: 1px solid #d0d0d0;
  margin: 10vw 8.9vw 0;
  padding-top: 12vw;
}
@media print, screen and (min-width: 961px) {
  .archive__category__content {
    margin: 6rem 0 0;
    padding-top: 6rem;
  }
}
.archive__category__content h2 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 961px) {
  .archive__category__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.archive__category__content ul li {
  font-size: 0.82rem;
  margin-bottom: 1.2rem;
}
@media print, screen and (min-width: 961px) {
  .archive__category__content ul li {
    font-size: 0.91rem;
    margin-right: 0.8rem;
  }
}
@media print, screen and (min-width: 961px) {
  .archive__category__content ul li::after {
    content: '';
    display: inline-block;
    height: 0.91rem;
    width: 1px;
    background-color: #d0d0d0;
    margin-left: 0.64rem;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 961px) {
  .archive__keyword {
    max-width: calc(1180px - 4.4vw - 4rem);
    margin: 0 auto;
  }
}
.archive__keyword__content {
  border-top: 1px solid #d0d0d0;
  margin: 10vw 8.9vw 0;
  padding-top: 12vw;
}
@media print, screen and (min-width: 961px) {
  .archive__keyword__content {
    margin: 6rem 0 0;
    padding-top: 6rem;
  }
}
.archive__keyword__content h2 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.archive__keyword__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive__keyword__content ul li {
  font-size: 0.82rem;
  margin-bottom: 1.2rem;
  margin-right: 0.8rem;
}
@media print, screen and (min-width: 961px) {
  .archive__keyword__content ul li {
    font-size: 0.91rem;
  }
}
.archive__keyword__content ul li::after {
  content: '';
  display: inline-block;
  height: 0.91rem;
  width: 1px;
  background-color: #d0d0d0;
  margin-left: 0.64rem;
  vertical-align: middle;
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
}

.archive--salon p {
  margin-bottom: 7px;
  line-height: 1.2;
}
.archive--salon h2 {
  font-size: 1.6rem;
  text-align: left;
}
.archive--salon .archive__content__lists__title {
  margin-top: 10px;
  padding: 0;
}
.archive--salon .archive__content__lists {
  display: block;
}
@media print, screen and (min-width: 961px) {
  .archive--salon .archive__content__lists {
    display: flex;
  }
}
.archive--salon .archive__content__lists li {
  width: auto;
  margin-bottom: 40px;
  box-shadow: 6px 3px 10px 3px #fafafa;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 961px) {
  .archive--salon .archive__content__lists li {
    width: 46%;
  }
}
@media print, screen and (min-width: 961px) {
  .archive--salon .archive__content__lists__thumbnail img {
    width: 100%;
    height: 250px;
  }
}
.archive--salon .archive__description {
  margin-bottom: 40px;
}
.archive--salon .salon__summary {
  font-size: 0.91rem;
}
.archive--salon .salon__access {
  font-size: 0.82rem;
  margin-bottom: 10px;
}
.archive--salon .salon__more {
  border: 1px solid #cacaca;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}

.salon__notice {
  font-size: 0.82rem;
  font-style: italic;
  text-align: center;
  color: #717171;
  margin-top: 3px;
}

.front section {
  margin-top: 12.7vw;
}
@media print, screen and (min-width: 961px) {
  .front section {
    margin-top: 5rem;
  }
}
.front section:first-of-type {
  margin-top: 0;
}
.front h2 {
  color: #585557;
  margin: 5vw auto 8.2vw;
}
@media print, screen and (min-width: 961px) {
  .front h2 {
    margin: 8rem auto 3rem;
  }
}
.front-keyv-swiper {
  filter: brightness(80%);
}
.front-keyv-swiper .swiper-slide img {
  height: 77vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (min-width: 961px) {
  .front-keyv-swiper .swiper-slide img {
    height: 460px;
  }
}
.front-keyv-swiper + .swiper-pagination-bullets {
  width: initial;
  left: initial;
  right: 0;
  bottom: 4vw;
  margin-right: 3vw;
}
@media print, screen and (min-width: 961px) {
  .front-keyv-swiper + .swiper-pagination-bullets {
    bottom: 1rem;
    margin-right: 4rem;
  }
}
.front-keyv-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  margin-top: -1.5rem;
  font-size: 1.5rem;
  width: 11em;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .front-service-swiper {
    text-align: center;
  }
}
.front-service-swiper-pagination {
  bottom: -1vw !important;
}
@media print, screen and (min-width: 961px) {
  .front-service-swiper-pagination {
    bottom: -2rem !important;
  }
}
.front-service-swiper .swiper-slide img {
  height: 32vw;
  width: 100%;
  object-fit: cover;
}

.front-philosophy-swiper .swiper-slide img {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media print, screen and (min-width: 961px) {
  .front-philosophy-swiper .swiper-slide img {
    height: 406px;
  }
}
.front-philosophy-swiper .swiper-slide h3 {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.front-philosophy-swiper .swiper-slide h3 + p {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.front-philosophy-swiper .swiper-slide.swiper-slide-active h3 {
  opacity: 1;
}
.front-philosophy-swiper .swiper-slide.swiper-slide-active h3 + p {
  opacity: 1;
}
.front-philosophy-swiper-button-next,
.front-philosophy-swiper-button-prev {
  top: 70vw;
}
@media print, screen and (min-width: 961px) {
  .front-philosophy-swiper-button-next,
  .front-philosophy-swiper-button-prev {
    top: 29rem;
  }
}
@media print, screen and (min-width: 961px) {
  .front-philosophy-swiper-button-next {
    right: 18rem;
  }
  .front-philosophy-swiper-button-prev {
    left: 18rem;
  }
}
@media print, screen and (min-width: 961px) {
  .front-blog-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .front-blog-swiper .swiper-slide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
  }
}
.front-philosophy h3 {
  font-size: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .front-philosophy h3 {
    margin-top: 2rem !important;
  }
}
.front-philosophy h3 + p {
  margin: 7vw 7vw 0 7vw;
  color: #454545;
}
@media print, screen and (min-width: 961px) {
  .front-philosophy h3 + p {
    margin: 1rem 7rem 0 5rem;
    line-height: 1.4;
  }
}
.front-seek-nav {
  font-size: 0.8rem;
}
.front-seek-nav li {
  padding: 1vw 1.5vw;
}
@media print, screen and (min-width: 961px) {
  .front-seek-nav li {
    padding: 2rem 2.5rem;
  }
}
.front-seek-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
@media print, screen and (min-width: 961px) {
  .front-seek-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.front-seek-grid li {
  padding: 1.5vw;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .front-seek-grid li {
    padding: 0.5rem;
  }
}
.front-seek-grid li:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.front-seek-grid li:nth-of-type(2) {
  grid-row: 1/2;
}
.front-seek-grid li:nth-of-type(3) {
  grid-row: 2/3;
}
.front-seek-grid li:nth-of-type(4) {
  grid-row: 3/4;
}
.front-seek-grid li:nth-of-type(5) {
  grid-row: 4/5;
}
.front-seek-grid li:nth-of-type(6) {
  grid-column: 2/4;
  grid-row: 3/5;
}
@media print, screen and (min-width: 961px) {
  .front-seek-grid li:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .front-seek-grid li:nth-of-type(2) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .front-seek-grid li:nth-of-type(3) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .front-seek-grid li:nth-of-type(4) {
    grid-column: 6/7;
    grid-row: 2/3;
  }
  .front-seek-grid li:nth-of-type(5) {
    grid-column: 6/7;
    grid-row: 1/2;
  }
  .front-seek-grid li:nth-of-type(6) {
    grid-column: 4/6;
    grid-row: 1/3;
  }
}
.front-seek-grid__item-title {
  position: absolute;
  top: 5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #837e7e;
  padding: 1vw 3vw;
  font-size: 0.8rem;
  border-radius: 10%;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .front-seek-grid__item-title {
    top: 2rem;
    padding: 0.5rem 2rem;
  }
}
.front-profile h3 {
  font-size: 1rem;
}
@media print, screen and (min-width: 961px) {
  .front-profile-photo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin: 0 auto 5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 961px) {
  .front-profile-photo__inner &gt; div {
    width: 100%;
  }
}
@media print, screen and (min-width: 961px) {
  .front-profile-photo__desc {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 3rem !important;
  }
}
@media print, screen and (min-width: 961px) {
  .front-profile__media {
    text-align: center;
  }
}
.front-reserve h3 {
  font-size: 1rem;
}
.front-reserve table tr:nth-of-type(2n) {
  background-color: #ecf2f1;
}
.front-reserve table tr th,
.front-reserve table tr td {
  padding: 2vw 2vw;
}
@media print, screen and (min-width: 961px) {
  .front-reserve table tr th,
  .front-reserve table tr td {
    padding: 2rem 4rem;
  }
}
.front-reserve table tr th {
  width: 30vw;
}
@media print, screen and (min-width: 961px) {
  .front-reserve table tr th {
    width: 30%;
  }
}
.front-reserve .btn-veil {
  font-size: 1rem;
}
.front-salon-info table {
  max-width: 820px;
  margin: 0 auto;
}
@media print, screen and (min-width: 961px) {
  .front-sns__item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 961px) {
  .front-sns__item-yt,
  .front-sns__item-x {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    margin: 0 1rem;
  }
}
.front-sns__item-x .twitter-timeline {
  margin-top: 17px !important;
}
.front-schedule {
  max-width: 380px;
  margin: 0 auto;
}

body.healings .page__content {
  padding: 0;
}
body.healings .page__content &gt; p,
body.healings .page__content &gt; h3,
body.healings .page__content &gt; h4,
body.healings .page__content &gt; ul,
body.healings .page__content &gt; li {
  padding: 0 4.5vw;
}

.menu-card *,
.menu-title-area,
.dnaa-voice,
.menu-reserve,
.menu-desc {
  position: relative;
  z-index: 1;
}

.menu-card {
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
  margin: 0 0 1.618rem 0;
  padding: 2rem 1.618rem 2.2rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.menu-card::after {
  content: '';
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  background: rgba(255, 255, 255, 0.85);
}

.menu-card .menu-click .flex &gt; a {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-right: 1rem;
}

.menu-card .menu-click .flex &gt; div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-card .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-title-area {
  margin-bottom: 1.618rem;
  padding-bottom: 0.618rem;
  position: relative;
}

.menu-title-area::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #bfbfbf;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8.8rem;
  height: 1px;
}

.menu-subtitle {
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
}

.menu-title {
  font-size: 1.44rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  text-align: center;
}

.menu-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.menu-card .menu-time {
  padding-right: 1rem;
}

.menu-card .menu-desc {
  margin: 1.618rem 0;
}

.menu-card .menu-reserve {
  margin: 0.5rem auto;
}

.menu-card .menu-reserve.flex {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.menu-card .menu-reserve__btn {
  background-color: #c1ac7b;
  color: #fff;
  display: block;
  padding: 1rem;
}

.menu-card .menu-reserve__btn:hover {
  color: #fff;
}

.menu-card .menu-reserve__more {
  background-color: #c5b99d;
  border: 1px solid #e2e2e2;
  color: #000;
  display: block;
  padding: 1rem;
}

.content3_alert {
  border: 1px dotted #ea9dff;
  padding: 10px 20px;
  margin: 32px 0;
  font-size: 14px;
}

.content3_alert p {
  margin-bottom: 0;
}

.content3_alert_date {
  border: 1px solid #fff;
  padding: 10px 20px;
  margin: 0 0 32px 0;
  font-size: 14px;
}

.content3_alert_date p {
  margin-bottom: 0;
}

.content4_table_th {
  background: #060b49;
  color: #fff;
  padding: 6px 12px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #dcdcdc;
}

.content4_td_1 {
  background: #3a3b50;
  color: #fff;
  padding: 6px 12px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #dcdcdc;
}

.content4_td_2 {
  background: #44455a;
  color: #fff;
  padding: 6px 12px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #dcdcdc;
}

.content5_pickup {
  border: 1px solid #e8eac0;
  padding: 20px;
  margin: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}

.content5_pickup p:last-child {
  margin-bottom: 0;
}

.content6_date {
  background-color: white;
  padding: 10px 20px;
}

.content6_date li {
  border-bottom: 1px solid grey;
  padding: 5px 0;
}

.content6_date li:last-child {
  border-bottom: none;
}

.menu-card ul {
  padding: 0px;
}

.menu-card li {
  border-bottom: 1px dotted #808080;
  padding-bottom: 8px;
}

.menu-card li a {
  font-size: 1rem;
}

.menu-click {
  position: relative;
}

.menu-click a {
  display: block;
  height: 100%;
}

.onlysp {
  display: none;
}

.wrap_access {
  padding: 25px;
}

.meditation_faq {
  padding: 20px 20px 1px 30px;
  border: 1px solid #ccc;
}

.meditation_faq li {
  font-size: 14px;
}

.dnaa_voice h3 {
  font-size: 18px;
  margin: 22px 0 10px;
  font-weight: normal;
}

/*************************/
/* Page adept */
/*************************/
.adept_title {
  display: block;
  font-size: 1.5em;
  margin-top: 20px;
}

.adept-chk-day {
  cursor: pointer;
  margin: 0 auto;
  background-color: #a3c8af;
  padding: 0.5rem;
  width: 82%;
  text-align: center;
  color: #000 !important;
  border: 1px solid #fff !important;
  display: block;
}

.adept_h3,
.adept h3 {
  border-left: 4px solid #a258c1;
  padding: 0 13px;
}

.adept-wrap #sacredGeometry1 {
  position: relative;
}

.adept-wrap #sacredGeometry1 .adept {
  z-index: 2;
}

.adept-wrap #sacredGeometry1 &gt; canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.adept_info tr:first-child {
  background: #80697e;
  border-bottom: 1px solid #fff;
}

.adept_info tr {
  background: #fff;
  color: #464646;
}

.adept_info tr:first-child td:not(:last-child) {
  border-right: 1px solid #fff;
}

.adept_info tr:not(:first-child) td {
  color: #505050;
}

.adept_info td {
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
}

.adept_info td:not(:last-child) {
  border-right: 1px solid #ededed;
}

.post_content th {
  background: #846fd8;
  color: #fff;
}

.post_content td,
.post_content th {
  border: 1px solid #dadada !important;
}

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

.adept_info tr:first-of-type td {
  background: #846fd8;
  color: #fff;
}

/* cta */
.post-cta {
  margin: 20px 0 0 0;
  background: #f5f5f5;
  color: #383838;
  border-top: 3px solid rgb(161, 111, 216);
}

.post-cta .post-cta-inner {
  padding: 30px 20px;
}

.post-cta .cta-post-title {
  border: none;
  padding: 40px 45px;
  text-align: center;
  font-size: 32px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}

.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 30px;
}

.post-cta .post-cta-cont {
  overflow: hidden;
  line-height: 1.5;
}

.post-cta .post-cta-btn {
  margin: 40px 0 10px;
}

.post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-radius: 3px;
  border-bottom: 5px solid #38bd3e;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
  height: 60px;
  padding-top: 15px;
  font-size: 18px;
}

.post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}

.post-cta p {
  margin-bottom: 1em;
  line-height: 1.7;
}

.post-cta li {
  line-height: 2;
}

.post-cta .btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: #2581c4;
}

.post-cta .btn:hover {
  text-decoration: none;
  background: #f24e4f;
}

.post-cta-submit:hover {
  background: #1372b7;
}

.post-cta-name,
.post-cta-mail {
  margin-bottom: 15px;
  width: 100%;
}

.post-cta-meditation {
  margin-bottom: 3rem;
}

.post-cta-meditation img {
  display: block;
  margin: 1.618rem auto;
}

.post-cta-meditation-link {
  background-color: #a3c8af;
  border: 1px solid #ececec;
  display: block;
  font-size: 1rem;
  height: 3rem;
  line-height: 2.8rem;
  margin: 0 auto;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
}

@media screen and (max-width: 640px) {
  .post-cta .post-cta-img {
    width: 100%;
    margin: 0 auto 30px auto;
    float: none;
    text-align: center;
  }
  .post-cta .post-cta-btn {
    margin: 24px 0 10px;
  }
  .post-cta .post-cta-btn a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .post-cta-submit {
    margin: 10px 3% 0 !important;
    width: 94% !important;
  }
  .post-cta-adept-link {
    width: 100%;
  }
}
.content-info-table {
  border-collapse: collapse;
}

.content-info-tr {
  border-bottom: 1px dotted #c7c7c7;
}

.content-info-th {
  background-color: #846fd8;
  color: #fff;
  font-size: 13px;
  padding: 15px 0px 15px 15px;
  text-align: left;
  vertical-align: top;
  width: 90px;
}

.content-info-td {
  font-size: 14px;
  vertical-align: top;
  padding: 15px;
  word-break: break-all;
}

/*************************/
/* 問合せ予約ページ */
/*************************/
.wpcf7-form div {
  font-size: 12px;
}
.wpcf7-form input[type='text'],
.wpcf7-form input[type='tel'],
.wpcf7-form input[type='email'],
.wpcf7-form textarea,
.wpcf7-form select {
  max-width: 100%;
  width: 100%;
}
.wpcf7-form input[type='text'],
.wpcf7-form input[type='tel'],
.wpcf7-form input[type='email'] {
  border-radius: 5px;
  border: 1px solid rgb(85 85 85 / 70%);
  /* box-shadow: inset 0px 0px 0px 1px rgb(85 85 85 / 70%); */
  padding: 12px 16px 4px 16px;
}
.wpcf7-form textarea {
  height: auto;
  border-radius: 5px;
  border: 1px solid rgb(85 85 85 / 70%);
  /* box-shadow: inset 0px 0px 0px 1px rgb(85 85 85 / 70%); */
  padding: 12px 16px 4px 16px;
}
.wpcf7-form-control.wpcf7-select {
  max-width: 100%;
  border-radius: 5px;
  border: none;
  box-shadow: inset 0px 0px 0px 1px rgb(85 85 85 / 70%);
  padding: 12px 16px 9px 12px;
}
.wpcf7-form label {
  max-width: 100%;
  width: 100%;
}
.wpcf7-form .form-title {
  font-weight: 500;
  font-size: 14px;
}
.wpcf7-form input.wpcf7-submit {
  background-color: #aa85d2;
  opacity: 0.7;
}
.wpcf7-form input.wpcf7-submit:hover {
  background-color: #aa85d2;
  opacity: 1;
}
.wpcf7-form span.must-ans {
  color: white;
  font-weight: 300;
  margin-left: 10px;
  /* display: inline-block; */
  font-size: 11px;
  padding: 2px 5px 1px 5px;
  vertical-align: text-top;
}
.wpcf7-form span.free-ans {
  background-color: grey;
  color: white;
  font-weight: 300;
  margin-left: 10px;
  /* display: inline-block; */
  font-size: 11px;
  padding: 0px 5px;
}
.wpcf7-list-item {
  display: block !important;
}
.wpcf7-form input.wpcf7-submit {
  background-color: #aa85d2;
  opacity: 0.7;
  width: 100%;
  padding: 20px 10px;
  color: #fff;
  border: none;
  border-radius: 5px;
  letter-spacing: 1px;
}
.well3 {
  border: 1px solid #bdbdbd;
  padding: 20px;
  margin-bottom: 3rem;
  border-radius: 5px;
  background: #fbfbfb;
}

/* balloon */
.balloon_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 50px auto;
  padding: 0;
}
.balloon_wrap .balloon_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.balloon_wrap .balloon_inner:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 20px;
}
.balloon_wrap .balloon_inner .img_area {
  width: 16%;
  position: relative;
}
.balloon_wrap .balloon_inner:nth-child(odd) .img_area img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: 0;
  padding-right: 20px;
}
.balloon_wrap .balloon_inner:nth-child(even) .img_area img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: auto;
  right: 0;
  padding-left: 20px;
}
.balloon_wrap .balloon_inner .balloon_area {
  width: 80%;
}
.balloon_wrap .balloon_inner .balloon {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #fdf3f4;
  font-size: 18px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.balloon_wrap .balloon_inner .balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.balloon_wrap .balloon_inner .balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 40px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.balloon_wrap .balloon_inner:nth-child(odd) .balloon::before {
  left: -15px;
  border-left: 25px solid #fdf3f4;
  border-top: 25px solid transparent;
}
.balloon_wrap .balloon_inner:nth-child(odd) .balloon::after {
  left: -25px;
  border-left: 25px solid #ffffff;
  border-top: 25px solid transparent;
}
.balloon_wrap .balloon_inner:nth-child(even) .balloon {
  background-color: #f2f7f3;
}
.balloon_wrap .balloon_inner:nth-child(even) .balloon::before {
  left: auto;
  right: -15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #f2f7f3;
}
.balloon_wrap .balloon_inner:nth-child(even) .balloon::after {
  left: auto;
  right: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #ffffff;
}
.balloon_wrap .balloon_inner + .balloon_inner {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .balloon_wrap .balloon_inner:nth-child(odd) .img_area img {
    max-width: 100%;
    top: 0;
  }
  .balloon_wrap .balloon_inner:nth-child(even) .img_area img {
    max-width: 100%;
    top: 0;
  }
  .balloon_wrap .balloon_inner .balloon {
    padding: 15px;
    font-size: 14px;
  }
  .balloon_wrap .balloon_inner .balloon::before {
    top: 8px;
  }
  .balloon_wrap .balloon_inner .balloon::after {
    top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .balloon_wrap {
    margin: 30px auto;
  }
  .balloon_wrap .balloon_inner + .balloon_inner {
    margin-top: 15px;
  }
  .balloon_wrap .balloon_inner .img_area {
    width: 17%;
  }
  .balloon_wrap .balloon_inner .balloon {
    padding: 10px 15px;
  }
}

/*************************/
/* pr */
/*************************/
.pr-adept {
  margin: 4rem auto;
  background-color: #fff0ff;
  padding: 2rem 1rem 2.2rem;
}
.pr-adept__inner {
  max-width: calc(1180px - 4.4vw - 4rem - 18vw);
  padding: 10vw 8.9vw 11vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 961px) {
  .pr-adept__inner {
    padding: 72px 80px;
  }
}
.pr-adept__title {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
}
.pr-adept p {
  margin: 1rem 0;
}
.pr-adept__btn {
  display: flex;
  justify-content: center;
}

/*************************/
/* override wp style */
/*************************/
.wp-caption {
  max-width: 100%;
}
</pre></body></html>