@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  font-size: 0.521vw; }
  @media (max-width: 1440px) and (min-width: 961px) {
    html {
      font-size: 0.58vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Noto Serif JP", serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

.grid-1200 {
  max-width: 123rem; }

p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: .115rem;
  color: #2c2c2c; }

p.has-text-align-center {
  text-align: center; }

#page_top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #a67c52 url(assets/img/page-top.svg) no-repeat center;
  border-radius: 100%;
  background-size: 2.1rem;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    #page_top {
      right: 1.5rem;
      bottom: 7rem;
      width: 5rem;
      height: 5rem;
      position: fixed; } }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

@keyframes fade_in_0 {
  0% {
    opacity: 0;
    transform: translate3d(0, 35px, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_in_1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_in {
  0% {
    opacity: 0;
    position: relative;
    top: 100px; }
  100% {
    position: relative;
    top: 0px;
    opacity: 1; } }
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
.fade-left.show {
  animation: fade_left 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

.fade-right.show {
  animation: fade_right 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

[data-animation="fade-in"].show {
  animation: fade_in_1 500ms 1s ease-in-out;
  animation-fill-mode: forwards; }

.wow_custom_no {
  opacity: 0;
  position: relative;
  z-index: 1; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  body,
  p {
    font-size: 2rem; } }
@media (max-width: 960px) {
  body,
  p {
    font-size: 1.5rem; }

  p {
    letter-spacing: 0.115rem;
    line-height: 185%;
    font-size: 1.5rem; } }
:root {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0; }

.p-3 {
  padding: 3rem !important; }

.p-5 {
  padding: 5rem !important; }

.mr-1-5 {
  margin-right: 1.5rem !important; }

.mt-1-5 {
  margin-top: 1.5rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mt-6 {
  margin-top: 6rem !important; }

.mt-7 {
  margin-top: 7rem !important; }

.mt-10 {
  margin-top: 10rem !important; }

.mb-0-5 {
  margin-bottom: 0.5rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.mb-7 {
  margin-bottom: 7rem !important; }

.mb-10 {
  margin-bottom: 10rem !important; }

.mb-12 {
  margin-bottom: 12rem !important; }

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-inline-grid {
  display: inline-grid; }

.d-none {
  display: none; }

.pos-static {
  position: static; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.pos-fixed {
  position: fixed; }

.pos-sticky {
  position: sticky; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-stretch {
  align-items: stretch; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.overflow-visible {
  overflow: visible; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.visibility-visible {
  visibility: visible; }

.visibility-hidden {
  visibility: hidden; }

.visibility-collapse {
  visibility: collapse; }

.cursor-auto {
  cursor: auto; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.cursor-not-allowed {
  cursor: not-allowed; }

.cursor-grab {
  cursor: grab; }

.object-contain {
  object-fit: contain; }

.object-cover {
  object-fit: cover; }

.object-fill {
  object-fit: fill; }

.object-none {
  object-fit: none; }

.object-scale-down {
  object-fit: scale-down; }

.border-0 {
  border-width: 0px; }

.border-1 {
  border-width: 1px; }

.border-2 {
  border-width: 2px; }

.border-4 {
  border-width: 4px; }

.border-solid {
  border-style: solid; }

.border-dashed {
  border-style: dashed; }

.border-none {
  border: none; }

.radius-0 {
  border-radius: 0px; }

.radius-4 {
  border-radius: 4px; }

.radius-8 {
  border-radius: 8px; }

.radius-16 {
  border-radius: 16px; }

.radius-24 {
  border-radius: 24px; }

.radius-50 {
  border-radius: 50px; }

.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 0.01; }

.opacity-2 {
  opacity: 0.02; }

.opacity-3 {
  opacity: 0.03; }

.opacity-4 {
  opacity: 0.04; }

.opacity-5 {
  opacity: 0.05; }

.opacity-6 {
  opacity: 0.06; }

.opacity-7 {
  opacity: 0.07; }

.opacity-8 {
  opacity: 0.08; }

.opacity-9 {
  opacity: 0.09; }

.opacity-10 {
  opacity: 0.1; }

.opacity-11 {
  opacity: 0.11; }

.opacity-12 {
  opacity: 0.12; }

.opacity-13 {
  opacity: 0.13; }

.opacity-14 {
  opacity: 0.14; }

.opacity-15 {
  opacity: 0.15; }

.opacity-16 {
  opacity: 0.16; }

.opacity-17 {
  opacity: 0.17; }

.opacity-18 {
  opacity: 0.18; }

.opacity-19 {
  opacity: 0.19; }

.opacity-20 {
  opacity: 0.2; }

.opacity-21 {
  opacity: 0.21; }

.opacity-22 {
  opacity: 0.22; }

.opacity-23 {
  opacity: 0.23; }

.opacity-24 {
  opacity: 0.24; }

.opacity-25 {
  opacity: 0.25; }

.opacity-26 {
  opacity: 0.26; }

.opacity-27 {
  opacity: 0.27; }

.opacity-28 {
  opacity: 0.28; }

.opacity-29 {
  opacity: 0.29; }

.opacity-30 {
  opacity: 0.3; }

.opacity-31 {
  opacity: 0.31; }

.opacity-32 {
  opacity: 0.32; }

.opacity-33 {
  opacity: 0.33; }

.opacity-34 {
  opacity: 0.34; }

.opacity-35 {
  opacity: 0.35; }

.opacity-36 {
  opacity: 0.36; }

.opacity-37 {
  opacity: 0.37; }

.opacity-38 {
  opacity: 0.38; }

.opacity-39 {
  opacity: 0.39; }

.opacity-40 {
  opacity: 0.4; }

.opacity-41 {
  opacity: 0.41; }

.opacity-42 {
  opacity: 0.42; }

.opacity-43 {
  opacity: 0.43; }

.opacity-44 {
  opacity: 0.44; }

.opacity-45 {
  opacity: 0.45; }

.opacity-46 {
  opacity: 0.46; }

.opacity-47 {
  opacity: 0.47; }

.opacity-48 {
  opacity: 0.48; }

.opacity-49 {
  opacity: 0.49; }

.opacity-50 {
  opacity: 0.5; }

.opacity-51 {
  opacity: 0.51; }

.opacity-52 {
  opacity: 0.52; }

.opacity-53 {
  opacity: 0.53; }

.opacity-54 {
  opacity: 0.54; }

.opacity-55 {
  opacity: 0.55; }

.opacity-56 {
  opacity: 0.56; }

.opacity-57 {
  opacity: 0.57; }

.opacity-58 {
  opacity: 0.58; }

.opacity-59 {
  opacity: 0.59; }

.opacity-60 {
  opacity: 0.6; }

.opacity-61 {
  opacity: 0.61; }

.opacity-62 {
  opacity: 0.62; }

.opacity-63 {
  opacity: 0.63; }

.opacity-64 {
  opacity: 0.64; }

.opacity-65 {
  opacity: 0.65; }

.opacity-66 {
  opacity: 0.66; }

.opacity-67 {
  opacity: 0.67; }

.opacity-68 {
  opacity: 0.68; }

.opacity-69 {
  opacity: 0.69; }

.opacity-70 {
  opacity: 0.7; }

.opacity-71 {
  opacity: 0.71; }

.opacity-72 {
  opacity: 0.72; }

.opacity-73 {
  opacity: 0.73; }

.opacity-74 {
  opacity: 0.74; }

.opacity-75 {
  opacity: 0.75; }

.opacity-76 {
  opacity: 0.76; }

.opacity-77 {
  opacity: 0.77; }

.opacity-78 {
  opacity: 0.78; }

.opacity-79 {
  opacity: 0.79; }

.opacity-80 {
  opacity: 0.8; }

.opacity-81 {
  opacity: 0.81; }

.opacity-82 {
  opacity: 0.82; }

.opacity-83 {
  opacity: 0.83; }

.opacity-84 {
  opacity: 0.84; }

.opacity-85 {
  opacity: 0.85; }

.opacity-86 {
  opacity: 0.86; }

.opacity-87 {
  opacity: 0.87; }

.opacity-88 {
  opacity: 0.88; }

.opacity-89 {
  opacity: 0.89; }

.opacity-90 {
  opacity: 0.9; }

.opacity-91 {
  opacity: 0.91; }

.opacity-92 {
  opacity: 0.92; }

.opacity-93 {
  opacity: 0.93; }

.opacity-94 {
  opacity: 0.94; }

.opacity-95 {
  opacity: 0.95; }

.opacity-96 {
  opacity: 0.96; }

.opacity-97 {
  opacity: 0.97; }

.opacity-98 {
  opacity: 0.98; }

.opacity-99 {
  opacity: 0.99; }

.opacity-100 {
  opacity: 1; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

.z-10 {
  z-index: 10; }

.z-11 {
  z-index: 11; }

.z-12 {
  z-index: 12; }

.z-13 {
  z-index: 13; }

.z-14 {
  z-index: 14; }

.z-15 {
  z-index: 15; }

.z-16 {
  z-index: 16; }

.z-17 {
  z-index: 17; }

.z-18 {
  z-index: 18; }

.z-19 {
  z-index: 19; }

.z-20 {
  z-index: 20; }

.z-21 {
  z-index: 21; }

.z-22 {
  z-index: 22; }

.z-23 {
  z-index: 23; }

.z-24 {
  z-index: 24; }

.z-25 {
  z-index: 25; }

.z-26 {
  z-index: 26; }

.z-27 {
  z-index: 27; }

.z-28 {
  z-index: 28; }

.z-29 {
  z-index: 29; }

.z-30 {
  z-index: 30; }

.z-31 {
  z-index: 31; }

.z-32 {
  z-index: 32; }

.z-33 {
  z-index: 33; }

.z-34 {
  z-index: 34; }

.z-35 {
  z-index: 35; }

.z-36 {
  z-index: 36; }

.z-37 {
  z-index: 37; }

.z-38 {
  z-index: 38; }

.z-39 {
  z-index: 39; }

.z-40 {
  z-index: 40; }

.z-41 {
  z-index: 41; }

.z-42 {
  z-index: 42; }

.z-43 {
  z-index: 43; }

.z-44 {
  z-index: 44; }

.z-45 {
  z-index: 45; }

.z-46 {
  z-index: 46; }

.z-47 {
  z-index: 47; }

.z-48 {
  z-index: 48; }

.z-49 {
  z-index: 49; }

.z-50 {
  z-index: 50; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-nowrap {
  white-space: nowrap; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.transition {
  transition: all 0.3s ease; }

.transition-fast {
  transition: all 0.15s ease; }

.transition-slow {
  transition: all 0.6s ease; }

@media (max-width: 576px) {
  .sm\\:d-none {
    display: none; }

  .sm\\:text-center {
    text-align: center; } }
@media (max-width: 768px) {
  .md\\:d-none {
    display: none; }

  .md\\:text-center {
    text-align: center; } }
@media (max-width: 1024px) {
  .lg\\:d-none {
    display: none; }

  .lg\\:text-center {
    text-align: center; } }
@media (max-width: 1280px) {
  .xl\\:d-none {
    display: none; }

  .xl\\:text-center {
    text-align: center; } }
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  object-fit: cover; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  line-height: 1.6;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease; }

.hv-o {
  transition: ease all 0.5s; }
  .hv-o:hover {
    opacity: 0.8; }

[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative; }

a[href^="tel:"] {
  cursor: default; }

.no_scroll {
  overflow: hidden; }

.flex-wrap {
  flex-wrap: wrap; }

@media (max-width: 960px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: all; }

  .p-3 {
    padding: 2rem !important; }

  .p-5 {
    padding: 3.3335rem !important; }

  .mr-1-5 {
    margin-right: 1rem !important; }

  .mt-2 {
    margin-top: 1.3334rem  !important; }

  .mt-3 {
    margin-top: 2rem  !important; }

  .mt-6 {
    margin-top: 4.0002rem !important; }

  .mt-7 {
    margin-top: 4.6669rem !important; }

  .mt-10 {
    margin-top: 6.6667rem !important; }

  .mb-2 {
    margin-bottom: 1.3334rem !important; }

  .mb-3 {
    margin-bottom: 2rem !important; }

  .mb-4 {
    margin-bottom: 2.667rem !important; }

  .mb-5 {
    margin-bottom: 3.3335rem !important; }

  .mb-7 {
    margin-bottom: 4.6669rem !important; }

  .mb-10 {
    margin-bottom: 6.667rem !important; }

  .mb-12 {
    margin-bottom: 8rem !important; }

  .my-2 {
    margin-top: 1.3334rem !important;
    margin-bottom: 1.3334rem !important; }

  .my-8 {
    margin-top: 5.3336rem !important;
    margin-bottom: 5.3336rem !important; }

  .py-2 {
    padding-top: 1.3334rem !important;
    padding-bottom: 1.3334rem !important; } }
.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.t-center {
  text-align: center !important; }

.hero-banner__content {
  position: relative;
  width: 100%;
  height: auto; }
.hero-banner__image {
  width: 100%;
  height: auto;
  display: block;
  height: 40rem;
  overflow: hidden; }
  .hero-banner__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    vertical-align: top; }
.hero-banner__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 35rem;
  padding: 2rem 4rem;
  background-color: rgba(255, 255, 255, 0.8); }
  .hero-banner__title .ja {
    font-size: 2.8rem;
    line-height: 150%;
    letter-spacing: .2rem;
    text-align: center;
    font-weight: bold; }
@media (max-width: 960px) {
  .hero-banner__image {
    height: 20rem; }
    .hero-banner__image img {
      height: 20rem; }
  .hero-banner__title {
    min-width: auto;
    padding: 0rem;
    background-color: rgba(255, 255, 255, 0); }
    .hero-banner__title .ja {
      font-size: 2rem;
      letter-spacing: .1rem; } }

.breadcrumb {
  width: 100%;
  position: relative; }
  .breadcrumb__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline; }
  .breadcrumb__item {
    position: relative;
    display: inline;
    font-weight: 600;
    line-height: 150%;
    font-size: 1.8rem; }
    .breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .breadcrumb__item:not(:last-child)::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .breadcrumb__link {
    color: #333;
    text-decoration: none;
    transition: all 0.35s ease; }
    .breadcrumb__link:hover {
      opacity: 0.7; }
  .breadcrumb__text {
    color: #333;
    font-weight: 500; }
  @media (max-width: 960px) {
    .breadcrumb__text br {
      display: none !important; } }

.news__group {
  padding: 5.5rem 0 6rem; }
  .news__group-item:first-child {
    width: calc(100% - 30rem); }
  .news__group-item:last-child {
    width: 30rem;
    padding-left: 5rem; }
  .news__group .news-list {
    margin-bottom: 6rem;
    width: 100%; }
    .news__group .news-list li a {
      font-size: 1.6rem; }

.archive-gp {
  border: #a67c52 solid 0.1rem;
  margin-bottom: 3rem; }
  .archive-gp:last-child {
    margin-bottom: 0; }
.archive-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #a67c52;
  text-align: left;
  padding: 1rem;
  cursor: pointer;
  position: relative; }
  .archive-title::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    width: 0.8rem;
    height: .8rem;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    content: "";
    border-top: .1rem solid #FFFFFF;
    border-right: .1rem solid #FFFFFF;
    transition: all 0.35s; }
  .archive-title.active::before {
    transform: translateY(-50%) rotate(315deg); }
.archive-list {
  padding: 0 1.5rem;
  max-height: 32rem;
  overflow: auto; }
  .archive-list li {
    border-bottom: #a67c52 solid 0.1rem; }
    .archive-list li:last-child {
      border-bottom: 0; }
    .archive-list li a {
      color: #333;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      display: block;
      padding: 1.3rem 0;
      transition: all 0.35s; }
      .archive-list li a:hover {
        color: #a67c52; }

.news-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .news-list li {
    padding: 2rem 0;
    transition: background-color 0.3s ease;
    background: rgba(166, 124, 82, 0.2); }
    .news-list li:nth-child(odd) {
      background: #a67c52; }
      .news-list li:nth-child(odd) a .date,
      .news-list li:nth-child(odd) a .txt {
        color: #ffffff; }
      .news-list li:nth-child(odd) a:hover {
        color: #171717; }
    .news-list li:not(:last-child) {
      margin-bottom: 1.5rem; }
    .news-list li:last-child {
      border-bottom: none; }
    .news-list li:hover {
      background: rgba(166, 124, 82, 0.5); }
      .news-list li:hover:nth-child(odd) a .date,
      .news-list li:hover:nth-child(odd) a .txt {
        color: #171717; }
    .news-list li a {
      display: flex;
      align-items: center;
      gap: 2rem;
      color: #222;
      text-decoration: none;
      font-size: 1.6rem;
      transition: color 0.3s ease; }
      .news-list li a:hover {
        color: #0073aa; }
      .news-list li a .date {
        display: inline-block;
        min-width: 13rem;
        font-size: 1.8rem;
        color: #171717;
        line-height: 1.4;
        font-weight: 600;
        padding-left: 2rem;
        padding-right: 2rem;
        letter-spacing: .1rem; }
      .news-list li a .txt {
        flex: 1;
        font-size: 1.8rem;
        line-height: 1.5;
        color: #171717;
        word-break: break-word;
        padding-right: 2rem; }

@media (max-width: 960px) {
  .news__group {
    flex-wrap: wrap;
    padding-top: 3rem; }
    .news__group-item:first-child {
      width: 100%;
      margin-bottom: 6rem; }
    .news__group-item:last-child {
      width: 100%;
      padding-left: 0; }

  .news-list li a .date {
    padding-left: 1rem;
    padding-right: 0;
    min-width: 11rem; }
  .news-list li a .txt {
    font-size: 1.5rem;
    padding-right: 1rem; }

  .archive-list li a {
    font-size: 1.5rem; }

  .breadcrumb__item {
    font-size: 1.5rem; } }
.pagenavi-wrap {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .pagenavi-wrap ul {
    display: flex;
    justify-content: center; }
    .pagenavi-wrap ul li {
      margin: 0 .8rem; }
      .pagenavi-wrap ul li * {
        height: 4rem;
        border: #a67c52 solid 0.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.55rem;
        color: #727272;
        transition: all 0.35s; }
      .pagenavi-wrap ul li .current,
      .pagenavi-wrap ul li a:hover {
        background: #a67c52;
        color: #FFFFFF; }

.news-pagination {
  text-align: center; }
  .news-pagination .wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem; }
    .news-pagination .wp-pagenavi span,
    .news-pagination .wp-pagenavi a {
      height: 4rem;
      min-width: 4rem;
      border: 0.1rem solid #a67c52;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.55rem;
      color: #e28787;
      font-size: 1.8rem;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.35s ease; }
    .news-pagination .wp-pagenavi a:hover,
    .news-pagination .wp-pagenavi .current {
      background: #a67c52;
      color: #fff; }
    .news-pagination .wp-pagenavi .extend {
      border: none;
      background: none;
      color: #999;
      pointer-events: none; }

.column-list__items {
  flex-wrap: wrap;
  gap: 5rem 1.5rem; }
.column-list__thumb {
  width: 100%;
  overflow: hidden; }
  .column-list__thumb img {
    width: 100%;
    aspect-ratio: 4/2.75;
    object-fit: cover;
    transition: ease-in-out .3s;
    display: block; }
    .column-list__thumb img:hover {
      transform: scale(1.08); }
.column-list__box {
  align-items: center; }
  .column-list__box .cate-item {
    display: inline-block; }
    .column-list__box .cate-item a {
      padding: 0.5rem 1.5rem;
      font-size: 1.5rem;
      color: #ffffff;
      font-weight: bold;
      line-height: 175%;
      letter-spacing: 0.1rem;
      text-decoration: none;
      background-color: #a67c52;
      transition: ease-in-out .3s; }
      @media (min-width: 768px) {
        .column-list__box .cate-item a:hover {
          background-color: rgba(166, 124, 82, 0.7); } }
.column-list__item {
  flex: 0 0 calc((100% - 4.5rem) / 4);
  box-sizing: border-box; }
.column-list__date {
  font-size: 1.6rem;
  color: #171717;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: 0.1rem; }
.column-list__title, .column-list__excerpt {
  font-size: 1.8rem;
  color: #171717;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify; }
.column-list__title:hover {
  color: #e28787; }
.column-list__excerpt {
  font-size: 1.6rem;
  font-weight: 500; }

@media (max-width: 960px) {
  .column-list__items {
    gap: 5rem 1rem; }
  .column-list__item {
    flex: 0 0 calc((100% - 1rem) / 2); }
  .column-list__title {
    font-size: 1.5rem; }
  .column-list__excerpt {
    font-size: 1.3rem; }
  .column-list__date {
    font-size: 1.5rem; }
  .column-list__box .cate-item a {
    font-size: 1.3rem;
    letter-spacing: 0; } }
.single-post__header {
  background-color: rgba(166, 124, 82, 0.1); }
.single-post__title {
  font-size: 3.2rem;
  color: #a67c52;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.single-post__date {
  font-size: 1.6rem;
  color: #a67c52;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3rem; }
.single-post__body {
  padding: 4rem 0; }
  .single-post__body :is(h1, h2, h3, h4, h5, h6) {
    font-size: 3rem;
    color: #8e7b6b;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-top: 6rem;
    margin-bottom: 2.5rem;
    position: relative;
    clear: both; }
  .single-post__body h1 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    letter-spacing: 0.2rem;
    background-image: url(./assets/img/icon-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11rem;
    margin-bottom: 5rem; }
  .single-post__body h2 {
    color: #8e7b6b;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    color: #ffffff;
    padding: 2rem;
    background-color: rgba(142, 123, 107, 0.85);
    margin-bottom: 3rem; }
    .single-post__body h2::before {
      content: "";
      position: absolute;
      left: 1%;
      bottom: .6rem;
      z-index: 1;
      width: 98%;
      height: 1px;
      border-bottom: 1px dashed #fff; }
  .single-post__body h3 {
    font-size: 2.3rem;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .single-post__body h3::before, .single-post__body h3::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.4rem;
      left: 0;
      bottom: 0; }
    .single-post__body h3::before {
      width: 10rem;
      z-index: 1;
      background-color: #8e7b6b; }
    .single-post__body h3::after {
      --color: #8e7b6b;
      background: -webkit-repeating-linear-gradient(-45deg, var(--color), var(--color) 10%, #fff 10%, #fff 30%, var(--color) 30%, var(--color) 70%, #fff 70%, #fff 90%, var(--color) 90%, var(--color) 100%);
      background: repeating-linear-gradient(-45deg, var(--color), var(--color) 10%, #fff 10%, #fff 30%, var(--color) 30%, var(--color) 70%, #fff 70%, #fff 90%, var(--color) 90%, var(--color) 100%);
      background-size: 0.6rem 0.4rem;
      opacity: 0.7; }
  .single-post__body h4, .single-post__body h5 {
    font-size: 2rem;
    padding-left: 2.5rem; }
    .single-post__body h4::before, .single-post__body h5::before {
      --color: #8e7b6b;
      background-color: var(--color);
      content: "";
      width: 1.6rem;
      height: 1.6rem;
      position: absolute;
      left: 0;
      top: 1rem; }
  .single-post__body h5::before {
    border-radius: 100%; }
  .single-post__body h6 {
    font-size: 1.8rem; }
  .single-post__body blockquote {
    background-color: #eeeeee;
    padding: 4rem; }
    .single-post__body blockquote p:last-child {
      margin-bottom: 0; }
  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.8rem;
    color: #2c2c2c;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: .115rem;
    margin-bottom: 2.5rem; }
  .single-post__body a {
    color: #0073aa;
    text-decoration: underline; }
  .single-post__body ul,
  .single-post__body ol {
    list-style: disc;
    margin-left: 2.2rem;
    margin-bottom: 2.5rem; }
  .single-post__body ol {
    list-style: numbered; }
  .single-post__body li {
    margin-bottom: 0; }
    .single-post__body li:not(:last-child) {
      margin-bottom: 1rem; }
  .single-post__body hr {
    border: none;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
.single-post__nav {
  margin-top: 5rem; }
  .single-post__nav-list {
    display: flex;
    justify-content: space-between;
    gap: 2rem; }
  .single-post__nav-item a,
  .single-post__nav-item span {
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    color: #ffffff;
    border: 0.1rem solid #a67c52;
    border-radius: 3.3rem;
    background: #a67c52;
    text-decoration: none;
    transition: ease-in-out .3s; }
  .single-post__nav-item span {
    opacity: 0.5; }
  .single-post__nav-item a:hover {
    opacity: 0.8; }
  .single-post__nav-item--back a {
    border-color: #a67c52; }
  .single-post__nav--alt .single-post__nav-item a,
  .single-post__nav--alt .single-post__nav-item span {
    border-color: #a67c52; }
  .single-post__nav--alt .single-post__nav-item a:hover {
    background: #a67c52; }

@media (max-width: 960px) {
  .single-post__nav {
    margin-top: 0; }
    .single-post__nav-item a,
    .single-post__nav .single-post__nav-item span {
      width: 20rem; }
  .single-post__header {
    padding: 1.5rem; }
  .single-post__title {
    font-size: 2rem; }

  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .single-post__body :is(h1,h2,h3,h4,h5,h6) {
    margin-top: 4rem; }
  .single-post__body h1 {
    font-size: 2rem;
    padding-top: 1.3334rem;
    padding-bottom: 1.3334rem;
    margin-bottom: 3.3335rem;
    background-size: 7rem; }
  .single-post__body h2 {
    font-size: 1.8rem;
    padding: 1.3334rem;
    margin-bottom: 1.3334rem; }
  .single-post__body h3 {
    font-size: 1.7rem; }
  .single-post__body h4, .single-post__body h5 {
    font-size: 1.6rem; }
    .single-post__body h4::before, .single-post__body h5::before {
      top: .7rem; }
  .single-post__body h6 {
    font-size: 1.5rem; }
  .single-post__body blockquote {
    padding: 1.5rem; } }
@media (max-width: 767px) {
  .single-post__nav-item {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem; }
    .single-post__nav-item:nth-child(3n) {
      margin-right: 0; }
    .single-post__nav-item:nth-child(2) {
      width: 100%;
      margin-right: 0;
      order: 1;
      margin-top: 1.5rem; }
  .single-post__nav-list {
    gap: initial;
    flex-wrap: wrap; }

  .single-post__nav-item a,
  .single-post__nav .single-post__nav-item span {
    width: 100%;
    height: 5rem; } }
.sitemap__section:last-child {
  margin-bottom: 0; }
.sitemap__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 2.5rem;
  line-height: 185%;
  border-bottom: 0.1rem solid #ddd;
  padding-bottom: 1.5rem; }
.sitemap__menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sitemap__menu ul li {
    margin-bottom: 1.5rem; }
    .sitemap__menu ul li a {
      display: inline-block;
      color: #171717;
      font-size: 1.8rem;
      line-height: 1.85;
      text-decoration: none;
      transition: color 0.3s ease;
      font-weight: 500; }
      .sitemap__menu ul li a:hover {
        color: #a67c52; }

.sitemap__menu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }

@media (max-width: 960px) {
  .sitemap__menu ul {
    grid-template-columns: repeat(2, 1fr); }
    .sitemap__menu ul li a {
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .sitemap__menu ul {
    grid-template-columns: repeat(1, 1fr); } }
.catalogue {
  margin-top: 2.5rem;
  margin-bottom: 10rem; }
  .catalogue-title {
    display: none; }
  .catalogue-gp {
    max-width: 120.001rem; }
    .catalogue-gp:not(.style-4button) {
      padding: 2rem 5rem 3.9rem;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 1rem;
      border: 1px solid #353535;
      box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08); }
  .catalogue-list ul {
    display: flex;
    flex-wrap: wrap; }
    .catalogue-list ul li {
      margin-right: 3rem; }
      .catalogue-list ul li:last-child {
        margin-right: 0; }
      .catalogue-list ul li a {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        color: #a67c52;
        letter-spacing: .1rem;
        transition: ease all 500ms;
        position: relative;
        padding-top: 1.1rem;
        padding-bottom: 0.9rem;
        display: block;
        letter-spacing: 0;
        border-bottom: #353535 solid .1rem;
        padding-right: 3rem; }
        .catalogue-list ul li a::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 1rem;
          width: 1.1rem;
          aspect-ratio: 1/1;
          z-index: 5;
          -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          background: #333;
          transform: translateY(-50%); }
        .catalogue-list ul li a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 0;
          height: 1px;
          z-index: 1;
          pointer-events: none;
          transition: 0.5s; }
        .catalogue-list ul li a:hover {
          padding-left: 1rem;
          font-weight: bold; }
          .catalogue-list ul li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both; }
          .catalogue-list ul li a:hover::after {
            width: 100%; }
  .catalogue-list.style-1columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-2columns li {
    width: calc((100% - 3.001rem) / 2); }
    .catalogue-list.style-2columns li:nth-child(2n) {
      margin-right: 0; }
  .catalogue-list.style-3columns li {
    width: calc((100% - 6.001rem) / 3); }
    .catalogue-list.style-3columns li:nth-child(3n) {
      margin-right: 0; }
  .catalogue-list.style-4button ul {
    justify-content: center;
    margin-bottom: -1.5rem; }
    .catalogue-list.style-4button ul li {
      margin-bottom: 1.5rem;
      margin-right: 1.5rem; }
      .catalogue-list.style-4button ul li:last-child {
        margin-right: 0; }
      .catalogue-list.style-4button ul li.current-menu-item a, .catalogue-list.style-4button ul li:hover a {
        color: #ffffff;
        font-weight: 500;
        background: #a67c52; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        background: rgba(166, 124, 82, 0.1);
        border: #a67c52 solid 1px; }
        .catalogue-list.style-4button ul li a::before, .catalogue-list.style-4button ul li a::after {
          content: none; }
        @media (max-width: 767px) {
          .catalogue-list.style-4button ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100%;
            height: 100%;
            padding: 1.5rem 0.5rem;
            letter-spacing: 0; } }

@media (max-width: 960px) {
  .catalogue-list ul li a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .catalogue-list.style-4button ul li {
    margin-bottom: 1rem;
    margin-right: 1rem;
    width: calc((100% - 1.01rem) / 2); }
    .catalogue-list.style-4button ul li:nth-child(2n) {
      margin-right: 0; } }
.main_page #toc_container {
  width: calc(100% - 3rem);
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 5rem;
  padding: 2rem;
  margin-bottom: 8rem;
  background: transparent;
  border: 0; }
  .main_page #toc_container p.toc_title {
    text-align: left;
    margin-bottom: 1rem;
    color: #a67c52; }
  .main_page #toc_container a {
    font-size: 1.8rem; }
.main_page .toc_list,
.main_page .toc_title {
  width: 53%; }
.main_page .toc_list {
  position: relative; }
  .main_page .toc_list li {
    margin-bottom: 0.8rem !important; }
    @media (min-width: 960.5px) {
      .main_page .toc_list li {
        padding-right: 1.5rem !important; } }
  .main_page .toc_list::before {
    content: "";
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 9rem);
    top: -7rem;
    left: -2rem;
    background-color: rgba(166, 124, 82, 0.1);
    border: #a67c52 solid 1px;
    z-index: -1; }
.main_page.style-1columns .toc_list,
.main_page.style-1columns .toc_title, .main_page.style-2columns .toc_list,
.main_page.style-2columns .toc_title, .main_page.style-3columns .toc_list,
.main_page.style-3columns .toc_title, .main_page.style-4button .toc_list,
.main_page.style-4button .toc_title {
  width: 100%; }
.main_page.style-1columns .toc_list::before, .main_page.style-2columns .toc_list::before, .main_page.style-3columns .toc_list::before, .main_page.style-4button .toc_list::before {
  width: calc(100% + 4rem); }
  @media (max-width: 960px) {
    .main_page.style-1columns .toc_list::before, .main_page.style-2columns .toc_list::before, .main_page.style-3columns .toc_list::before, .main_page.style-4button .toc_list::before {
      width: calc(100% + 3rem);
      left: -1.5rem; } }
.main_page.style-2columns #toc_container.no_bullets ul {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-2columns #toc_container.no_bullets ul li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 0.6rem; }
    .main_page.style-2columns #toc_container.no_bullets ul li:nth-child(2n) {
      margin-right: 0; }
.main_page.style-3columns #toc_container.no_bullets ul {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-3columns #toc_container.no_bullets ul li {
    width: calc((100% - 3.001rem) / 3);
    margin-right: 1.5rem; }
    @media (min-width: 960.5px) {
      .main_page.style-3columns #toc_container.no_bullets ul li:nth-child(3n) {
        margin-right: 0; } }
.main_page.style-4button .toc_list {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-4button .toc_list li {
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
    .main_page.style-4button .toc_list li a {
      font-weight: 500;
      line-height: 175%;
      transition: ease all 500ms;
      position: relative;
      display: block;
      color: #cb9661;
      letter-spacing: 0;
      border-bottom: #353535 solid .1rem;
      padding: 1rem 2rem;
      background: rgba(255, 255, 255, 0.6);
      border: #cb9661 solid 1px; }
      .main_page.style-4button .toc_list li a:hover {
        text-decoration: none !important;
        background: #cb9661;
        color: #FFFFFF; }

@media (max-width: 960px) {
  .main_page #toc_container a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .main_page.style-3columns #toc_container.no_bullets ul li {
    width: 100%;
    margin-right: 0; }

  .main_page.style-2columns #toc_container.no_bullets ul li {
    width: 100%;
    margin-right: 0; }

  .main_page #toc_container {
    padding: 1.5rem; }
  .main_page .toc_list::before {
    left: -1.5rem;
    width: calc(100% + 3rem); }
  .main_page .toc_list,
  .main_page .toc_title {
    width: 100%; }

  .single-post__body img {
    width: 100%;
    margin-bottom: 1.5rem; } }
header.head {
  height: 12.4rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  transition: all 0.35s;
  padding: 0 5rem;
  background: #FFFFFF;
  transition: all 0.35s; }
  .header-gp {
    border-bottom: 2px solid #FFFFFF;
    padding-top: 1.3rem;
    transition: all 0.35s; }
    .header-gp .logo img {
      width: 46rem; }
  .header-btn-gp {
    transition: all 0.35s; }
    .header-btn-gp li {
      margin-right: 1.5rem; }
      .header-btn-gp li:last-child {
        margin-right: 0; }
      .header-btn-gp li .item {
        color: #FFFFFF;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0;
        background: #a49f87;
        display: inline-block;
        border-radius: 5rem;
        padding: .95rem 2rem;
        position: relative;
        z-index: 0; }
        .header-btn-gp li .item::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        .header-btn-gp li .item.location {
          padding-left: 4.7rem;
          letter-spacing: -0.05rem; }
          .header-btn-gp li .item.location::before {
            width: 3.2rem;
            height: 3.2rem;
            top: 50%;
            left: 1.3rem;
            transform: translateY(-50%);
            -webkit-mask: url(assets/img/icon-location.svg) center/100% no-repeat;
            mask: url(assets/img/icon-location.svg) center/100% no-repeat;
            background: #FFFFFF; }
        .header-btn-gp li .item.btn::after {
          content: "";
          position: absolute;
          width: 6rem;
          height: 6rem;
          top: 50%;
          right: 0;
          z-index: -1;
          transform: translateY(-50%);
          background: #FFFFFF;
          border-radius: 100%;
          border: #a49f87 solid 1px; }
        .header-btn-gp li .item.tel {
          font-size: 3.3rem;
          line-height: 96%;
          padding-right: 7rem; }
          .header-btn-gp li .item.tel::before {
            width: 3rem;
            height: 3rem;
            top: 54%;
            right: 1.6rem;
            -webkit-mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat;
            mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat;
            transform: translateY(-50%);
            background: #272727; }
        .header-btn-gp li .item.web_order {
          padding-right: 6.8rem; }
          .header-btn-gp li .item.web_order::before {
            width: 3.5rem;
            height: 3rem;
            top: 54%;
            right: 1.2rem;
            -webkit-mask: url(assets/img/icon-calendar.svg) center/100% no-repeat;
            mask: url(assets/img/icon-calendar.svg) center/100% no-repeat;
            transform: translateY(-50%);
            background: #272727; }
  .header-menu li {
    padding: 1.7rem 3.3rem 1rem;
    position: relative; }
    .header-menu li a {
      color: #221f20;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0; }
      .header-menu li a:hover {
        color: #a67c52; }
    .header-menu li:first-child {
      padding-left: 0; }
    .header-menu li:last-child {
      padding-right: 0; }
    .header-menu li.current_page_item a, .header-menu li.current-menu-parent a {
      color: #a67c52; }
    @media (min-width: 961px) {
      .header-menu li .sub-menu {
        pointer-events: none;
        position: absolute;
        z-index: 0;
        opacity: 0;
        right: 0;
        padding: 1.5rem;
        left: 0;
        top: 5.8rem;
        transition: all 0.3s ease;
        width: 27rem;
        background: rgba(166, 124, 82, 0.8); }
        .header-menu li .sub-menu li {
          margin-left: 0;
          padding: 0;
          border-bottom: 1px solid #fff; }
          .header-menu li .sub-menu li:last-child {
            border-width: 0; }
          .header-menu li .sub-menu li a {
            display: block;
            padding: 1rem 1.5rem 1rem 3rem;
            border-right: 0;
            color: #FFFFFF;
            position: relative;
            transition: all 0.35s; }
            .header-menu li .sub-menu li a::before {
              content: "";
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              -webkit-mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
              mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
              background: #FFFFFF;
              left: 1rem;
              width: 1rem;
              height: 1rem;
              clip-path: inherit; }
            .header-menu li .sub-menu li a:hover {
              opacity: 0.8; }
      .header-menu li.vz-02 {
        position: initial; }
        .header-menu li.vz-02 .sub-menu {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          left: 0;
          top: 12.2rem;
          padding: 5rem 10rem !important; }
          .header-menu li.vz-02 .sub-menu li {
            width: calc((100% - 6.001rem) / 3);
            margin-right: 3rem; }
            .header-menu li.vz-02 .sub-menu li:nth-child(3n) {
              margin-right: 0; }
            .header-menu li.vz-02 .sub-menu li:last-child {
              border-width: 1px; }
      .header-menu li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        padding: 0; }
      .header-menu li:hover.menu-item-has-children > a::before {
        opacity: 1; } }

@media (max-width: 1440px) and (min-width: 961px) {
  .header-menu li {
    padding: 1.7rem 2.5rem 1rem; } }
@media (min-width: 960.5px) {
  .home header {
    height: auto; }
  .home .header {
    background: transparent; }
    .home .header-gp {
      padding: 2.3rem 0 1rem; }
    .home .header-btn-gp {
      margin-bottom: 1.7rem; }
      .home .header-btn-gp li .item.btn::after {
        border-color: #FFFFFF; }
    .home .header-menu li.vz-02 .sub-menu {
      top: 14.8rem; }
    .home .header.active {
      background: #FFFFFF; }
      .home .header.active .header-gp {
        padding: 1.3rem 0 0; }
      .home .header.active .header-btn-gp {
        margin-bottom: 0; }
        .home .header.active .header-btn-gp li .item.btn::after {
          border-color: #a49f87; }
      .home .header.active .header-menu li.vz-02 .sub-menu {
        top: 12.2rem; }

  .u-sp {
    display: none; } }
@media (max-width: 960px) {
  header.head {
    height: 6rem; }

  .header {
    padding: 0; }
    .header-gp {
      padding: 0;
      border-bottom: 0; }
      .header-gp-item:first-child {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding-left: 1.5rem; }
      .header-gp-item:last-child {
        display: none; }
      .header-gp .logo img {
        width: 28rem; }
    .header-menu {
      position: fixed;
      top: 6rem;
      left: 0;
      width: 100%;
      height: calc(100vh - 12rem);
      overflow-y: auto;
      background: #FFFFFF;
      transition: all 0.35s;
      padding: 1.5rem 1.5rem 15rem; }
      .header-menu.vz-01 {
        display: none; }
      .header-menu .menu {
        display: flex;
        flex-wrap: wrap; }
      .header-menu li {
        padding: 0;
        width: calc((100% - 1.501rem) / 2);
        margin-right: 1.5rem;
        margin-bottom: 1rem; }
        .header-menu li:nth-child(2n) {
          margin-right: 0; }
        .header-menu li:last-child {
          margin-bottom: 0; }
        .header-menu li a {
          font-size: 1.5rem;
          position: relative;
          padding-left: 1.5rem; }
          .header-menu li a::before {
            content: "";
            position: absolute;
            width: 0.6rem;
            height: 0.6rem;
            background: #a67c52;
            border-radius: 100%;
            left: 0;
            top: 1rem; }
          .header-menu li a.active {
            color: #a67c52; }
      .header-menu-title {
        color: #a67c52;
        font-size: 3rem;
        font-weight: 700;
        line-height: 170%;
        letter-spacing: 0;
        margin-bottom: 1rem; }
    .header-btn-gp {
      display: none; }

  .nav-menu {
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
    background: #a67c52;
    width: 6rem;
    height: 6rem;
    z-index: 10; }
    .nav-menu-item {
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 1.2rem 1rem;
      cursor: pointer; }
      .nav-menu-item span {
        background: #fff;
        display: block;
        height: 1px;
        transition: transform 0.3s;
        width: 100%;
        transform-origin: center;
        position: relative; }
      .nav-menu-item.active span:first-child {
        transform: rotate(45deg);
        margin-bottom: 0;
        top: .9rem;
        width: 100%; }
      .nav-menu-item.active span:nth-child(2) {
        display: none; }
      .nav-menu-item.active span:nth-child(3) {
        transform: rotate(135deg);
        top: -0.9rem;
        width: 100%; }

  .home #page_top {
    bottom: 10rem; } }
@media (max-width: 767px) {
  .header-menu li {
    width: 100%;
    margin-right: 0; } }
.grid-1620 {
  max-width: 165rem; }
.grid-1570 {
  max-width: 160rem; }

.footer {
  background: linear-gradient(0deg, #d8c8b2 50%, rgba(254, 248, 239, 0) 100%);
  padding-top: 18rem;
  padding-bottom: 3.8rem;
  position: relative; }
  .footer-gp {
    margin-bottom: 10.2rem; }
    .footer-gp-box:first-child {
      padding-right: 5rem;
      width: calc(100% - 88.8rem);
      margin-bottom: -0.7rem; }
    .footer-gp-box:last-child {
      width: 88.8rem;
      background: #FFFFFF;
      border-radius: 1.5rem;
      padding-top: 5.8rem;
      padding-left: 12.5rem;
      position: relative;
      z-index: 0; }
      .footer-gp-box:last-child::before {
        content: "";
        position: absolute;
        width: 66.7rem;
        height: 30.5rem;
        bottom: 10.3rem;
        right: -8.2rem;
        z-index: -1;
        background: url(assets/img/img-leaf.png) no-repeat center;
        background-size: contain; }
    .footer-gp-box .logo {
      padding-bottom: 2rem;
      margin-bottom: 1.5rem;
      border-bottom: rgba(142, 123, 107, 0.8) solid 2px; }
      .footer-gp-box .logo img {
        width: 46rem; }
    .footer-gp-item {
      width: 46%; }
  .footer-title-01 {
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 3rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0; }
  .footer-list-01 {
    margin-bottom: 1.2rem; }
    .footer-list-01 li.location p {
      color: #6d5c4d;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.15rem;
      position: relative;
      padding-left: 3.4rem; }
      .footer-list-01 li.location p::before {
        content: "";
        position: absolute;
        width: 3.2rem;
        height: 3.2rem;
        top: 50%;
        left: -0.7rem;
        transform: translateY(-50%);
        -webkit-mask: url(assets/img/icon-location.svg) center/100% no-repeat;
        mask: url(assets/img/icon-location.svg) center/100% no-repeat;
        background: #6d5c4d; }
    .footer-list-01 li.tel a {
      color: #6d5c4d;
      font-size: 3rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      position: relative;
      padding-left: 3.5rem; }
      .footer-list-01 li.tel a::before {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        top: 54%;
        left: -0.5rem;
        -webkit-mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat;
        mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat;
        transform: translateY(-50%);
        background: #6d5c4d; }
  .footer-menu {
    position: relative;
    padding-left: 3.4rem; }
    .footer-menu::before {
      content: "";
      position: absolute;
      width: 2px;
      height: 100%;
      top: 1rem;
      left: 0;
      background: #8e7b6b; }
    .footer-menu li {
      margin-bottom: .75rem; }
      .footer-menu li:last-child {
        margin-bottom: 0; }
      .footer-menu li a {
        color: #000000;
        font-size: 2rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0;
        position: relative;
        padding-left: 2.4rem; }
        .footer-menu li a::before {
          content: "";
          position: absolute;
          width: 0.5rem;
          height: 0.5rem;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          background: #000000;
          border-radius: 100%; }
  .footer-maps {
    margin-bottom: 1.5rem; }
    .footer-maps iframe {
      width: 100%;
      height: 33rem;
      border-radius: .5rem;
      border: #6d5c4d solid 1px;
      vertical-align: top; }
  .footer-link-fix {
    position: fixed;
    bottom: 1.5rem;
    right: 10rem;
    z-index: 10;
    display: flex; }
    .footer-link-fix li {
      margin-right: 2.8rem;
      position: relative; }
      .footer-link-fix li .close {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: .5rem;
        background: #8b7c6d;
        position: absolute;
        top: -0.3rem;
        right: 1.2rem;
        cursor: pointer;
        z-index: 1; }
        .footer-link-fix li .close::before {
          content: "";
          position: absolute;
          width: 1.8rem;
          height: 1.8rem;
          -webkit-mask: url(assets/img/icon-close.svg) center/100% no-repeat;
          mask: url(assets/img/icon-close.svg) center/100% no-repeat;
          background: #FFFFFF;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .footer-link-fix li .close.vz-01 {
          background: #898f70; }
      .footer-link-fix li:last-child {
        margin-right: 0; }
      .footer-link-fix li a {
        width: 17.6rem;
        height: 17.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: #FFFFFF solid 1px;
        border-radius: 100%;
        position: relative;
        z-index: 0;
        padding: 2rem;
        color: #FFFFFF;
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 115%;
        letter-spacing: 0; }
        .footer-link-fix li a::before {
          content: "";
          position: absolute;
          width: calc(100% - 1rem);
          height: calc(100% - 1rem);
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: #FFFFFF;
          opacity: 0.5;
          border-radius: 100%;
          z-index: -1; }
        .footer-link-fix li a::after {
          content: "";
          position: absolute;
          width: calc(100% - 3rem);
          height: calc(100% - 3rem);
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: -1;
          border-radius: 100%;
          background: #8b7c6d; }
        .footer-link-fix li a.vz-01 {
          border-color: #3a4021;
          font-size: 2.8rem; }
          .footer-link-fix li a.vz-01::before {
            background: #3a4021; }
          .footer-link-fix li a.vz-01::after {
            background: #3a4021; }
        .footer-link-fix li a.vz-02 {
          letter-spacing: -0.3rem; }
      .footer-link-fix li.active {
        display: none; }

.copyright .logo img {
  width: 18.8rem;
  padding-right: 2rem; }
.copyright .txt p {
  padding-left: 1.5rem;
  color: #6d5c4d;
  font-size: 2rem;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: 0;
  border-left: #6d5c4d solid 2px; }
  .copyright .txt p strong {
    font-weight: 400;
    font-family: "Zen Maru Gothic", sans-serif; }

.table-schedule .table {
  padding: .6rem 2.9rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 0;
  border-radius: .5rem;
  overflow: hidden; }
  .table-schedule .table::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #6d5c4d;
    opacity: 0.65; }
.table-schedule table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table-schedule table td {
    border-bottom: #FFFFFF solid 2px;
    padding: 3.7rem 0;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0; }
    .table-schedule table td:first-child {
      width: 18.5rem;
      padding-left: 2rem; }
  .table-schedule table tr:last-child td {
    border-bottom: 0; }
.table-schedule p {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0; }
  .table-schedule p strong {
    font-weight: 500;
    color: #af3c3c;
    margin-left: 2.1rem;
    padding-left: 2.1rem;
    position: relative; }
    .table-schedule p strong::before {
      content: "";
      position: absolute;
      width: 1px;
      height: calc(100% - .5rem);
      top: 50%;
      left: 0;
      background: #FFFFFF;
      transform: translateY(-50%); }

@media (max-width: 1440px) and (min-width: 961px) {
  .footer-gp-box:last-child::before {
    right: -4.2rem; } }
@media (max-width: 960px) {
  .footer {
    padding: 6rem 0 8rem; }
    .footer-gp {
      margin-bottom: 5rem; }
      .footer-gp-box:first-child {
        width: 100%;
        padding-right: 0; }
      .footer-gp-box:last-child {
        display: none; }
      .footer-gp-box .logo img {
        width: 28rem; }
    .footer-list-01 li.location p {
      font-size: 1.5rem; }
    .footer-list-01 li.tel a {
      font-size: 2.4rem; }
    .footer-link-fix {
      left: 1.5rem;
      right: auto;
      bottom: 7rem; }
      .footer-link-fix li {
        margin-right: 1rem; }
        .footer-link-fix li .close {
          right: 0;
          width: 2.5rem;
          height: 2.5rem; }
          .footer-link-fix li .close::before {
            width: 1.2rem;
            height: 1.2rem; }
        .footer-link-fix li a {
          font-size: 1.5rem;
          width: 12rem;
          height: 12rem;
          padding: 1rem; }
          .footer-link-fix li a.vz-01 {
            font-size: 1.6rem; }
          .footer-link-fix li a.vz-02 {
            border-color: #8b7c6d; }
          .footer-link-fix li a::after {
            width: calc(100% - 2rem);
            height: calc(100% - 2rem); }

  .table-schedule .table {
    padding: .5rem 1.5rem; }
  .table-schedule table td {
    font-size: 1.5rem;
    padding: 2rem 0;
    border-bottom-width: 1px; }
    .table-schedule table td:first-child {
      width: 12rem;
      padding-left: 1rem; }
  .table-schedule p {
    font-size: 1.5rem; }

  .copyright .txt p {
    font-size: 1.2rem; }

  .menu_right_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    width: 100%;
    background: #a67c52; }
    .menu_right_fix li {
      width: calc(100% / 3); }
      .menu_right_fix li a {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        color: #FFFFFF;
        width: 100%;
        height: 6rem;
        border-right: #FFFFFF solid 1px;
        padding: .8rem 0;
        position: relative; }
        .menu_right_fix li a::before {
          content: "";
          position: absolute;
          top: .5rem;
          left: 50%;
          transform: translateX(-50%);
          background: #FFFFFF; }
      .menu_right_fix li.access a::before {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-mask: url(assets/img/icon-location.svg) center/100% no-repeat;
        mask: url(assets/img/icon-location.svg) center/100% no-repeat; }
      .menu_right_fix li.tel a::before {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat;
        mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat; }
      .menu_right_fix li.web a::before {
        width: 3rem;
        height: 2.5rem;
        -webkit-mask: url(assets/img/icon-calendar.svg) center/100% no-repeat;
        mask: url(assets/img/icon-calendar.svg) center/100% no-repeat; }
      .menu_right_fix li:last-child a {
        border-right: 0; } }
@media (max-width: 767px) {
  .footer-maps iframe {
    height: 25rem; }

  .copyright {
    flex-wrap: wrap; }
    .copyright .logo {
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      border-bottom: #FFFFFF solid 1px; }
      .copyright .logo img {
        padding-right: 0; }
    .copyright .txt p {
      padding-left: 0;
      border-left: 0; } }
/*
* ＝＝ 共通変数 ＝＝
*/
:root {
  --color: #8e7b6b;
  --size-p: 1.8rem; }

@media (max-width: 960px) {
  :root {
    --size-p: 1.5rem; } }
.group_signature {
  border: 1rem solid rgba(142, 123, 107, 0.5); }
  .group_signature :is(h2, h3, h4, h5, h6) {
    width: 100%;
    position: relative;
    font-family: "Noto Serif JP", serif;
    color: #8e7b6b;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.2rem; }
    @media (max-width: 960px) {
      .group_signature :is(h2, h3, h4, h5, h6) {
        font-size: 1.8rem;
        line-height: 165%; } }
  @media (max-width: 960px) {
    .group_signature {
      padding: 2rem !important;
      border: 0.7rem solid #f0eae4; }
      .group_signature :is(h2, h3, h4, h5, h6) {
        font-size: 2rem;
        letter-spacing: normal;
        margin-bottom: 1rem; } }

.treatment-list-02 {
  justify-content: center; }

/*　
* ＝＝ タイトル　＝＝
*/
.section-title {
  width: 100%;
  position: relative;
  /*
  * --- STYLE 01 ---
  */
  /*
  * --- STYLE 02 ---
  */
  /*
  * --- STYLE 03 ---
  */ }
  .section-title--style01 {
    text-align: center; }
    .section-title--style01 :is(h2, h3, h4, h5, h6) {
      display: block;
      font-family: "Noto Serif JP", serif;
      color: #8e7b6b;
      font-size: 3rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.2rem;
      background-image: url(./assets/img/icon-01.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 11rem; }
      @media (max-width: 960px) {
        .section-title--style01 :is(h2, h3, h4, h5, h6) {
          font-size: 2rem;
          line-height: 165%; } }
  .section-title--style02 {
    text-align: left; }
    .section-title--style02 :is(h2, h3, h4, h5, h6) {
      font-family: "Noto Serif JP", serif;
      color: #8e7b6b;
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.2rem;
      color: #ffffff;
      padding-left: 2rem;
      padding-right: 2rem;
      background-color: rgba(142, 123, 107, 0.85); }
      @media (max-width: 960px) {
        .section-title--style02 :is(h2, h3, h4, h5, h6) {
          font-size: 1.8rem;
          line-height: 165%; } }
      .section-title--style02 :is(h2, h3, h4, h5, h6)::before {
        content: "";
        position: absolute;
        left: 1%;
        bottom: .6rem;
        z-index: 1;
        width: 98%;
        height: 1px;
        border-bottom: 1px dashed #fff; }
  .section-title--style03 {
    text-align: left; }
    .section-title--style03 :is(h2, h3, h4, h5, h6) {
      font-family: "Noto Serif JP", serif;
      color: #8e7b6b;
      font-size: 2.3rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.2rem;
      letter-spacing: .1rem; }
      @media (max-width: 960px) {
        .section-title--style03 :is(h2, h3, h4, h5, h6) {
          font-size: 1.7rem;
          line-height: 165%; } }
  @media (max-width: 960px) {
    .section-title {
      /*
      * --- STYLE 01 ---
      */
      /*
      * --- STYLE 02 ---
      */
      /*
      * --- STYLE 03 ---
      */ }
      .section-title--style01 :is(h2, h3, h4, h5, h6) {
        background-size: 7rem; }
      .section-title--style02 :is(h2, h3, h4, h5, h6) {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        background-color: rgba(142, 123, 107, 0.75); }
        .section-title--style02 :is(h2, h3, h4, h5, h6)::before {
          bottom: .4rem; }
      .section-title--style03 :is(h2, h3, h4, h5, h6) {
        font-family: "Noto Serif JP", serif;
        color: #8e7b6b;
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 175%;
        letter-spacing: 0.2rem;
        letter-spacing: .1rem; } }
    @media (max-width: 960px) and (max-width: 960px) {
      .section-title--style03 :is(h2, h3, h4, h5, h6) {
        font-size: 1.7rem;
        line-height: 165%; } }

/*
*　 テーブル
*/
.block-table {
  /*
  * --- STYLE 01 ---
  */
  /*
  * --- STYLE 02 ---
  */
  /*
  * --- STYLE 03 ---
  */ }
  .block-table table {
    width: 100%;
    border-collapse: collapse; }
  .block-table td,
  .block-table th {
    font-family: "Noto Serif JP", serif;
    color: #2c2c2c;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.115rem; }
    @media (max-width: 960px) {
      .block-table td,
      .block-table th {
        font-size: 1.5rem;
        line-height: 185%; } }
  .block-table--style01 th,
  .block-table--style01 td {
    padding: 2rem 2rem;
    border-top: 1px solid #8e7b6b;
    border-bottom: 1px solid #8e7b6b; }
    .block-table--style01 th:first-child,
    .block-table--style01 td:first-child {
      width: 30rem;
      color: #8e7b6b;
      background-color: rgba(142, 123, 107, 0.1);
      font-weight: bold; }
  .block-table--style02 th,
  .block-table--style02 td {
    padding: 2rem 2rem;
    border: 1px solid #8e7b6b; }
    .block-table--style02 th:first-child,
    .block-table--style02 td:first-child {
      width: 30rem;
      color: #8e7b6b;
      font-weight: bold;
      background-color: rgba(142, 123, 107, 0.1);
      font-weight: bold; }
    .block-table--style02 th:not(:first-child),
    .block-table--style02 td:not(:first-child) {
      text-align: center; }
  .block-table--style02 th {
    background-color: rgba(142, 123, 107, 0.1); }
  .block-table--style03 th,
  .block-table--style03 td {
    padding: 1.5rem 2.5rem;
    border: 1px solid #8e7b6b; }
  .block-table--style03 th {
    text-align: left;
    font-weight: bold;
    background-color: rgba(142, 123, 107, 0.2); }
  .block-table--style03 .price-table__note {
    font-size: 1.6rem; }
  @media (max-width: 960px) {
    .block-table {
      /*
      * --- STYLE 01 ---
      */
      /*
      * --- STYLE 02 ---
      */
      /*
      * --- STYLE 03 ---
      */ }
      .block-table--style01 th,
      .block-table--style01 td {
        width: 100% !important;
        float: left;
        padding: 1.5rem;
        border: 0px !important; }
        .block-table--style01 th:last-child,
        .block-table--style01 td:last-child {
          padding-left: 1.5rem;
          padding-right: 0;
          padding-bottom: 2.5rem; }
      .block-table--style01 tr:last-child td:last-child {
        padding-bottom: 0; }
      .block-table--style02 th,
      .block-table--style02 td {
        padding: 0.5rem; }
        .block-table--style02 th:first-child,
        .block-table--style02 td:first-child {
          width: 12rem; }
        .block-table--style02 th:not(:first-child),
        .block-table--style02 td:not(:first-child) {
          font-size: 1.4rem; }
      .block-table--style03 th,
      .block-table--style03 td {
        padding: 1rem 1.5rem;
        border: 1px solid #8e7b6b; }
      .block-table--style03 .price-table__note {
        font-size: 1.2rem; } }

/*
*   雲の画像
*/
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; }
  .image-gallery__item {
    flex: 1 1 calc(33.333% - 1.4rem);
    overflow: hidden;
    border-radius: .8rem; }
  .image-gallery__img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    border-radius: inherit;
    aspect-ratio: 4 / 3;
    object-fit: cover; }
  .image-gallery--col5, .image-gallery--col4 {
    gap: 1.2rem; }
    .image-gallery--col5 .image-gallery__item, .image-gallery--col4 .image-gallery__item {
      border-radius: 0.5rem; }
    .image-gallery--col5 p, .image-gallery--col4 p {
      letter-spacing: normal; }
  .image-gallery--col5 .image-gallery__item {
    flex-basis: calc(20% - 1.6rem); }
  .image-gallery--col4 .image-gallery__item {
    flex-basis: calc(25% - 1.5rem); }
  .image-gallery--col3 .image-gallery__item {
    flex-basis: calc(33.333% - 1.4rem); }
  .image-gallery--col2 .image-gallery__item {
    flex-basis: calc(50% - 1rem); }
  @media (max-width: 960px) {
    .image-gallery {
      gap: 1rem; }
      .image-gallery__item {
        border-radius: .4rem; }
      .image-gallery--col5 .image-gallery__item, .image-gallery--col4 .image-gallery__item {
        flex-basis: calc(50% - 1rem); } }
  @media (max-width: 768px) {
    .image-gallery__item {
      flex-basis: 100%; } }

/*
*　
*/
.block-maps iframe {
  vertical-align: top;
  width: 100% !important;
  height: 40rem;
  border: 0 !important; }
@media (max-width: 960px) {
  .block-maps iframe {
    height: 23rem; } }

/*
*　
*/
.block-list {
  --color: #8e7b6b; }
  .block-list ul,
  .block-list ol {
    width: 100%;
    padding: 3rem 3rem 2.3rem 3rem;
    border: 1px solid var(--color); }
    .block-list ul.bg-white,
    .block-list ol.bg-white {
      background-color: #ffffff;
      border: 1px solid #ffffff; }
    .block-list ul *,
    .block-list ol * {
      font-family: "Noto Serif JP", serif;
      color: #2c2c2c;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 200%;
      letter-spacing: 0.115rem; }
      @media (max-width: 960px) {
        .block-list ul *,
        .block-list ol * {
          font-size: 1.5rem;
          line-height: 185%; } }
    .block-list ul li,
    .block-list ol li {
      padding-left: 3rem;
      position: relative;
      margin-bottom: 1.5rem; }
      .block-list ul li strong,
      .block-list ol li strong {
        color: #61432f;
        font-weight: bold;
        display: 900; }
      .block-list ul li::before,
      .block-list ol li::before {
        content: "";
        width: 2.3rem;
        height: 2.3rem;
        position: absolute;
        left: 0;
        top: .7rem;
        background-color: var(--color);
        -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23e3e3e3"><path d="M480.13-120q-74.67 0-140.41-28.34-65.73-28.34-114.36-76.92-48.63-48.58-76.99-114.26Q120-405.19 120-479.87q0-74.67 28.35-140.41 28.35-65.73 76.95-114.36 48.6-48.63 114.3-76.99Q405.3-840 480-840q61.41 0 116.2 19 54.8 19 99.95 53l-28.77 29.77q-39.53-29.39-86.98-45.58Q532.96-800 480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-24.15-3.54-47.38-3.54-23.22-10.61-45.16l31.92-32.69q11 29.69 16.61 60.93Q840-513.07 840-480q0 74.7-28.34 140.4t-76.92 114.3q-48.58 48.6-114.26 76.95Q554.81-120 480.13-120Zm-57.67-203.69L280.15-466l28.31-28.31 114 114 389.23-389.46L840-741.46 422.46-323.69Z"/></svg>') no-repeat center;
        mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23e3e3e3"><path d="M480.13-120q-74.67 0-140.41-28.34-65.73-28.34-114.36-76.92-48.63-48.58-76.99-114.26Q120-405.19 120-479.87q0-74.67 28.35-140.41 28.35-65.73 76.95-114.36 48.6-48.63 114.3-76.99Q405.3-840 480-840q61.41 0 116.2 19 54.8 19 99.95 53l-28.77 29.77q-39.53-29.39-86.98-45.58Q532.96-800 480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-24.15-3.54-47.38-3.54-23.22-10.61-45.16l31.92-32.69q11 29.69 16.61 60.93Q840-513.07 840-480q0 74.7-28.34 140.4t-76.92 114.3q-48.58 48.6-114.26 76.95Q554.81-120 480.13-120Zm-57.67-203.69L280.15-466l28.31-28.31 114 114 389.23-389.46L840-741.46 422.46-323.69Z"/></svg>') no-repeat center;
        -webkit-mask-size: cover;
        mask-size: cover; }
      .block-list ul li.hide,
      .block-list ol li.hide {
        padding-left: 0; }
        .block-list ul li.hide::before,
        .block-list ol li.hide::before {
          content: none; }
  .block-list .vs-50 {
    display: flex;
    flex-wrap: wrap; }
    .block-list .vs-50 li {
      width: 50%; }
      .block-list .vs-50 li:nth-child(2n-1) {
        padding-right: 5rem; }
    .block-list .vs-50 strong {
      color: #61432f;
      font-weight: bold;
      display: 900; }
  @media (max-width: 960px) {
    .block-list ul,
    .block-list ol {
      width: 100%;
      padding: 2rem 2rem 2rem 2rem;
      border: 1px solid var(--color); }
      .block-list ul *,
      .block-list ol * {
        font-size: 1.5rem;
        line-height: 185%; }
      .block-list ul li,
      .block-list ol li {
        margin-bottom: 0.8rem; }
    .block-list .vs-50 li {
      width: 100%; }
      .block-list .vs-50 li:nth-child(2n-1) {
        padding-right: 0rem; } }

/*
*　
*/
.colums-block p {
  text-align: justify;
  letter-spacing: .08rem; }
  .colums-block p:not(:last-child) {
    margin-bottom: 1.5rem; }
.colums-block .item {
  width: 50%; }
  .colums-block .item:first-child {
    padding-right: 5rem; }
  .colums-block .item img {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%; }
  .colums-block .item.left:first-child {
    width: 65%;
    padding-right: 5rem; }
  .colums-block .item.right:last-child {
    width: 35%; }
  .colums-block .item.right:first-child {
    width: 65%;
    padding-left: 5rem;
    padding-right: 0;
    order: 1; }
  .colums-block .item.left:last-child {
    width: 35%;
    order: 0; }
.colums-block-02 .item.left:first-child {
  width: 75%;
  padding-right: 5rem; }
.colums-block-02 .item.right:last-child {
  width: 25%; }
.colums-block-02 .item.right:first-child {
  width: 75%; }
.colums-block-02 .item.left:last-child {
  width: 25%; }
@media (max-width: 960px) {
  .colums-block {
    flex-wrap: wrap; }
    .colums-block p:not(:last-child) {
      margin-bottom: 1rem; }
    .colums-block .item {
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .colums-block .item:first-child {
        padding-right: 0rem; }
      .colums-block .item img {
        border-radius: 0.5rem; }
      .colums-block .item.left:first-child {
        margin-top: 2rem;
        order: 1; }
      .colums-block .item.right:last-child {
        order: 0; }
      .colums-block .item.right:first-child {
        margin-top: 2rem; } }

.box_author {
  margin-top: 2rem;
  text-align: right; }
  .box_author p {
    font-size: 1.6rem;
    letter-spacing: normal;
    margin-bottom: 0 !important;
    display: block;
    text-align: right; }
  .box_author h5 {
    color: #8e7b6b;
    font-size: 4rem;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.4rem; }
  @media (max-width: 960px) {
    .box_author {
      position: absolute;
      left: 1rem;
      bottom: 1rem;
      width: calc(100% - 20px);
      z-index: 2;
      border-radius: 1rem;
      padding: 1.5rem;
      margin-top: 0;
      background-color: rgba(255, 255, 255, 0.8); }
      .box_author p {
        font-size: 1.5rem;
        letter-spacing: 0.05rem; }
      .box_author h5 {
        font-size: 3rem;
        margin-top: 1rem; } }

.block-list-flow.no-before li::before {
  content: none !important; }
.block-list-flow li {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: .5rem .5rem 0px #61432f;
  border: 1px solid #61432f;
  padding: 5rem;
  position: relative; }
  .block-list-flow li .numbox {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #61432f;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 1.8rem; }
  .block-list-flow li .group-title-03 * {
    color: #61432f; }
    .block-list-flow li .group-title-03 *::before {
      background-color: #61432f; }
  .block-list-flow li:nth-child(2n) {
    box-shadow: -0.5rem .5rem 0px #cb9661;
    border: 1px solid #cb9661; }
    .block-list-flow li:nth-child(2n) .group-title-03 * {
      color: #cb9661; }
      .block-list-flow li:nth-child(2n) .group-title-03 *::before {
        background-color: #cb9661; }
    .block-list-flow li:nth-child(2n) .numbox, .block-list-flow li:nth-child(2n)::before {
      background-color: #cb9661 !important; }
  .block-list-flow li:not(:last-child) {
    margin-bottom: 5rem; }
    .block-list-flow li:not(:last-child)::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -3.6rem;
      transform: translateX(-50%);
      width: 2rem;
      height: 1.5rem;
      background-color: #301500;
      clip-path: polygon(100% 0, 0 0, 50% 100%); }
@media (max-width: 960px) {
  .block-list-flow.no-before li:not(:last-child) {
    margin-bottom: 3rem; }
  .block-list-flow.no-numbox li {
    padding-top: 2.2rem; }
  .block-list-flow li {
    padding: 5rem 2rem 2rem; } }

.page-id-150 .block-table--style03 th:first-child,
.page-id-150 .block-table--style03 td:first-child,
.page-id-152 .block-table--style03 th:first-child,
.page-id-152 .block-table--style03 td:first-child {
  width: 45rem; }

.l-author-container {
  background: rgba(142, 123, 107, 0.1);
  padding: 4.5rem;
  margin-bottom: 5rem; }

.c-author {
  border: var(--color) solid 1px;
  background: #FFFFFF;
  padding: 3rem;
  margin-bottom: 3rem; }
  .c-author:last-child {
    margin-bottom: 0; }
  .c-author__info {
    width: calc(100% - 33rem);
    padding-right: 6rem; }
  .c-author__avatar {
    width: 33rem; }
    .c-author__avatar img {
      width: 100%;
      border-radius: 0.5rem; }
  .c-author__title {
    color: var(--color);
    font-size: 3rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.15rem;
    margin-bottom: 3rem; }
    .c-author__title.vz-02 {
      font-size: 2.4rem;
      margin-bottom: 1.5rem; }
  .c-author__name {
    border-bottom: #333333 dashed 1px;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem; }
    .c-author__name p {
      color: #333333;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 185%;
      letter-spacing: 0; }
      .c-author__name p:nth-child(2) {
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.1rem; }
  .c-author__list {
    margin-bottom: 3.5rem; }
    .c-author__list li {
      color: #333333;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem;
      position: relative;
      padding-left: 1.6rem;
      margin-bottom: 1.5rem; }
      .c-author__list li:last-child {
        margin-bottom: 0; }
      .c-author__list li::before {
        content: "";
        position: absolute;
        width: 0.6rem;
        height: 0.6rem;
        top: 1.2rem;
        left: 0;
        border-radius: 100%;
        background: var(--color); }
  .c-author__desc {
    margin-bottom: 4rem;
    background: rgba(142, 123, 107, 0.2);
    padding: 2.5rem; }
    .c-author__desc p {
      color: #333333;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem; }
  .c-author__link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem; }
    .c-author__link ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 6rem;
      color: #FFFFFF;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0;
      background: var(--color);
      transition: all 0.35s; }
      .c-author__link ul li a:hover {
        opacity: 0.8; }
  .c-author__link.vz-02 ul {
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr); }
  .c-author__table {
    margin-bottom: 3rem;
    border: var(--color) solid 1px; }
    .c-author__table dl {
      display: flex;
      border-bottom: var(--color) solid 1px; }
      .c-author__table dl:last-child {
        border-bottom: 0; }
      .c-author__table dl dt,
      .c-author__table dl dd {
        color: #333333;
        font-size: var(--size-p);
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.1rem;
        padding: 1rem 2rem; }
      .c-author__table dl dt {
        width: 16rem;
        background: var(--color);
        color: #FFFFFF; }
      .c-author__table dl dd {
        width: calc(100% - 16rem); }

@media (max-width: 960px) {
  .os-main {
    overflow: hidden; }
    .os-main .item.right {
      position: relative; }
    .os-main .py-sp-0 {
      padding-left: 0 !important;
      padding-right: 0 !important; }

  .page-id-152 .block-table--style03 th:first-child,
  .page-id-152 .block-table--style03 td:first-child {
    width: 11rem; }

  .page-id-150 .block-table--style03 th:first-child,
  .page-id-150 .block-table--style03 td:first-child {
    width: 16rem; }

  .l-author-container {
    padding: 1rem;
    margin-bottom: 6rem; }

  .c-author {
    padding: 2rem 1.5rem;
    flex-wrap: wrap; }
    .c-author__info {
      width: 100%;
      padding-right: 0;
      order: 1; }
    .c-author__avatar {
      width: 100%;
      margin-bottom: 2rem; }
    .c-author__title {
      font-size: 2rem;
      margin-bottom: 1.5rem; }
      .c-author__title.vz-02 {
        font-size: 1.8rem; }
    .c-author__name {
      margin-bottom: 2.5rem; }
      .c-author__name p {
        font-size: 1.5rem; }
        .c-author__name p:nth-child(2) {
          font-size: 1.8rem; }
    .c-author__list {
      margin-bottom: 2.5rem; }
    .c-author__list li {
      font-size: 1.5rem;
      padding-left: 1.4rem;
      margin-bottom: 0.5rem;
      letter-spacing: 0;
      line-height: 185%; }
      .c-author__list li::before {
        top: 1rem; }
      .c-author__list li:last-child {
        margin-bottom: 0; }
    .c-author__desc {
      padding: 1.5rem;
      margin-bottom: 3rem; }
    .c-author__link ul {
      gap: 1rem; }
    .c-author__table dl dt,
    .c-author__table dl dd {
      padding: 0.7rem;
      font-size: 1.5rem; }
    .c-author__table dl dt {
      width: 9rem; }
    .c-author__table dl dd {
      width: calc(100% - 9rem); } }
@media (max-width: 767px) {
  .c-author__link ul, .c-author__link.vz-02 ul {
    grid-template-columns: 1fr; }
  .c-author__link ul li a {
    height: 5rem; } }
.title-default-01 {
  margin-bottom: 4.3rem; }
  .title-default-01 p {
    color: rgba(165, 159, 132, 0.65);
    font-size: 6rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 1.2rem;
    font-family: "Zen Maru Gothic", sans-serif; }
  .title-default-01 h3 {
    color: #8e7b6b;
    font-size: 3rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0; }
  .title-default-01.vz-02 {
    text-align: center;
    position: relative;
    padding-bottom: 2.6rem;
    z-index: 2; }
    .title-default-01.vz-02::before {
      content: "";
      position: absolute;
      width: 12rem;
      height: 8.6rem;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: url(assets/img/icon-04.png) no-repeat center;
      background-size: contain; }

.btn-more-01 {
  text-align: right; }
  .btn-more-01 a {
    color: #8e7b6b;
    font-size: 2rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.15rem;
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
    padding-right: 4.2rem; }
    .btn-more-01 a::before {
      content: "";
      position: absolute;
      width: 3rem;
      height: 3rem;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      -webkit-mask: url(assets/img/icon-right.svg) center/100% no-repeat;
      mask: url(assets/img/icon-right.svg) center/100% no-repeat;
      background: #8e7b6b; }
.btn-default-01 a, .btn-default-01 .btn {
  display: flex;
  cursor: pointer;
  justify-content: center;
  padding: 1.5rem;
  width: 36rem;
  color: #2c2c2c;
  font-size: 2rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  background: #e2dacf;
  border-radius: 6.5rem;
  position: relative;
  transition: all 0.35s;
  border: #e2dacf solid 1px;
  box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12); }
  .btn-default-01 a::before, .btn-default-01 .btn::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.1rem;
    top: 50%;
    right: 3.3rem;
    -webkit-mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
    mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
    background: #2c2c2c;
    transform: translateY(-50%); }
  .btn-default-01 a:hover, .btn-default-01 .btn:hover {
    background: #FFFFFF; }
.btn-default-01.vz-02 a {
  background: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-default-01.vz-02 a:hover {
    background: #e2dacf; }
.btn-default-01.vz-03 a {
  background: #FFFFFF;
  width: 30rem;
  padding: 1.15rem;
  color: #6d5c4d; }
  .btn-default-01.vz-03 a::before {
    background: #6d5c4d;
    right: 2rem; }
  .btn-default-01.vz-03 a:hover {
    background: #6d5c4d;
    color: #FFFFFF; }
    .btn-default-01.vz-03 a:hover::before {
      background: #FFFFFF; }
.btn-default-01.vz-04 a {
  width: 23rem;
  padding: .5rem 1.5rem .5rem .5rem;
  color: #FFFFFF;
  background: #b8a694;
  border-color: #b8a694;
  letter-spacing: -0.3rem; }
  .btn-default-01.vz-04 a::before {
    background: #FFFFFF;
    right: 2.8rem; }
  .btn-default-01.vz-04 a:hover {
    background: #FFFFFF;
    color: #b8a694; }
    .btn-default-01.vz-04 a:hover::before {
      background: #b8a694; }
.btn-default-01.vz-05 a {
  width: 35rem;
  padding: 1.15rem;
  border-color: #FFFFFF; }
  .btn-default-01.vz-05 a::before {
    right: 2rem; }
  .btn-default-01.vz-05 a:hover {
    border-color: #e2dacf; }
.btn-default-01.vz-06 a {
  width: 43.5rem;
  background: #bca592;
  color: #FFFFFF; }
  .btn-default-01.vz-06 a::before {
    background: #FFFFFF; }
  .btn-default-01.vz-06 a:hover {
    background: #FFFFFF;
    color: #bca592; }
    .btn-default-01.vz-06 a:hover::before {
      background: #bca592; }
.btn-default-02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60rem;
  height: 15rem;
  border-radius: .5rem;
  background: #8b7c6d;
  color: #FFFFFF;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0;
  position: relative;
  transition: all 0.35s;
  text-shadow: 1px 1px 0 #000000;
  box-shadow: 0.6rem 0.8rem 0.6rem rgba(66, 66, 66, 0.12); }
  .btn-default-02 a::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 1.5rem;
    bottom: 1.7rem;
    right: 1.5rem;
    -webkit-mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
    mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
    background: #FFFFFF; }
  .btn-default-02 a:hover {
    background: #ffd197; }
.btn-default-02.vz-02 a {
  background: #ffd197; }
  .btn-default-02.vz-02 a:hover {
    background: #8b7c6d; }
.btn-gp-01 li {
  margin-right: 2rem; }
  .btn-gp-01 li:last-child {
    margin-right: 0; }
.btn-gp-02 {
  gap: 3rem; }
  .btn-gp-02 .btn-default-01.vz-03:last-child a {
    width: 38rem; }

.home .desc p {
  color: #2c2c2c;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.03rem; }

.mv {
  position: relative;
  z-index: 0; }
  .mv-view {
    position: relative;
    z-index: 0; }
    .mv-view::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 35rem;
      top: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(139, 124, 109, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 1; }
    .mv-view::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 30%;
      bottom: 0;
      left: 0;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 1; }
    .mv-view .slick-slide img, .mv-view video {
      width: 100%;
      height: 100vh;
      object-fit: cover;
      vertical-align: top; }
  .mv-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1; }
    .mv-cont::before {
      content: "";
      z-index: -1;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #ffffff;
      width: 78rem;
      height: 30rem;
      filter: blur(4rem);
      opacity: 0.5; }
    .mv-cont h2 {
      color: #0a0a0a;
      font-size: 6rem;
      font-weight: 600;
      line-height: 125%;
      letter-spacing: 0;
      margin-bottom: 1.5rem; }
    .mv-cont p {
      display: flex;
      flex-flow: column;
      align-items: center; }
      .mv-cont p span {
        color: #FFFFFF;
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 125%;
        letter-spacing: 0;
        padding: 1.15rem 10rem;
        background: linear-gradient(90deg, rgba(166, 161, 138, 0) 0%, #a6a18a 30%, #a6a18a 70%, rgba(166, 161, 138, 0) 100%);
        margin-bottom: 1.5rem; }
        .mv-cont p span:last-child {
          margin-bottom: 0; }

.top_info {
  position: relative;
  padding-top: 15rem;
  margin-bottom: 5.5rem; }
  .top_info::before {
    top: -14rem;
    left: -7.4rem;
    content: "";
    position: absolute;
    width: 98.8rem;
    height: 48.6rem;
    background: url(assets/img/img-leaf-02.png) no-repeat center;
    background-size: contain; }
  .top_info::after {
    content: "";
    position: absolute;
    width: 17.9rem;
    height: 7.9rem;
    top: 2rem;
    right: 10.6rem;
    background: url(assets/img/icon-02.png);
    background-size: contain; }
  .top_info-gp-box:first-child {
    padding-right: 8rem;
    width: calc(100% - 74rem); }
  .top_info-gp-box:last-child {
    width: 74rem;
    padding-top: 3.7rem; }
  .top_info-gp-box .table-schedule p {
    color: #000000;
    margin-bottom: 2.2rem; }
    .top_info-gp-box .table-schedule p span .icon {
      color: #8e7b6b; }
    .top_info-gp-box .table-schedule p strong::before {
      background: #000000; }
  @media (min-width: 960.5px) {
    .top_info-gp-box .table-schedule .table {
      padding: .4rem 3.5rem;
      margin-bottom: 3.2rem; }
    .top_info-gp-box .table-schedule table td {
      padding: 4.5rem 0; }
      .top_info-gp-box .table-schedule table td:first-child {
        padding-left: 2.2rem;
        width: 20rem; }
    .top_info-gp-box .table-schedule p {
      line-height: 230%; }
      .top_info-gp-box .table-schedule p span {
        font-size: 2rem; } }
  .top_info-list {
    margin-bottom: 3.2rem; }
    .top_info-list li a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      border-bottom: #b8a694 solid 2px;
      padding: 3.4rem 0; }
      .top_info-list li a span {
        color: #000000;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0;
        padding: .5rem 0; }
      .top_info-list li a .date {
        width: 15.4rem;
        color: #FFFFFF;
        background: #a59f84;
        text-align: center;
        border-radius: 4.3rem; }
      .top_info-list li a .title {
        width: calc(100% - 15.4rem);
        padding-left: 7rem; }
    .top_info-list li:first-child a {
      border-top: #b8a694 solid 2px; }

.concept {
  position: relative;
  padding-top: 11.5rem;
  padding-bottom: 6.5rem;
  z-index: 0;
  overflow: hidden; }
  .concept::before {
    content: "";
    position: absolute;
    width: 112.3rem;
    height: 76.3rem;
    top: 25.5rem;
    left: -1.6rem;
    background: url(assets/img/concept-bg-01.png) no-repeat center;
    background-size: contain;
    z-index: -1; }
  .concept::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 125rem;
    bottom: -53rem;
    left: 0;
    background: url(assets/img/concept-bg-02.png) no-repeat center;
    background-size: contain;
    z-index: -2; }
  .concept-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .concept-icon::before {
      top: 0;
      left: 10rem;
      content: "";
      position: absolute;
      width: 34.9rem;
      height: 24.4rem;
      background: url(assets/img/icon-03.png) no-repeat center;
      background-size: contain; }
    .concept-icon::after {
      content: "";
      position: absolute;
      width: 100.6rem;
      height: 43.1rem;
      top: -1.5rem;
      right: -47.8rem;
      background: url(assets/img/img-leaf-03.png) no-repeat center;
      background-size: contain; }
  .concept-box {
    background: #f8f2ea;
    width: 100%;
    max-width: 79rem;
    margin-left: auto;
    margin-right: 0;
    border-radius: 1.5rem;
    padding: 7.8rem 10rem 9rem; }
  .concept .desc {
    margin-bottom: 2.6rem; }
    .concept .desc p {
      font-size: 2rem;
      margin-bottom: 4rem; }
      .concept .desc p:last-child {
        margin-bottom: 0; }
  .concept .title-default-01 {
    margin-bottom: 7.4rem; }

.treatment {
  position: relative;
  padding-top: 11rem;
  padding-bottom: 30rem;
  z-index: 0;
  background: #faf6f2; }
  .treatment::before {
    content: "";
    position: absolute;
    width: 65.2rem;
    height: 32.9rem;
    background: url(assets/img/img-leaf-04.png) no-repeat center;
    background-size: contain;
    top: 0;
    left: 0; }
  .treatment .icon-01 {
    position: absolute;
    width: 33.1rem;
    height: 29.5rem;
    top: 1.7rem;
    right: 6.4rem;
    background: url(assets/img/icon-08.png) no-repeat center;
    background-size: contain; }
  .treatment-list-01 {
    max-width: 119rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .treatment-list-01 li {
      width: calc((100% - 7.201rem) / 4);
      margin-right: 3.6rem;
      margin-bottom: 3.6rem; }
      .treatment-list-01 li:nth-child(4n) {
        margin-right: 0; }
      .treatment-list-01 li a {
        border: #d4d4c9 solid 1px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background: #d4d4c9;
        position: relative;
        border-radius: .5rem;
        z-index: 0;
        height: 25.3rem;
        padding: 2.7rem 4rem;
        box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12); }
        .treatment-list-01 li a::after {
          content: "";
          position: absolute;
          width: 1.5rem;
          height: 1.1rem;
          bottom: 2.9rem;
          right: 2.6rem;
          -webkit-mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
          mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
          background: #6d5c4d; }
        .treatment-list-01 li a .img {
          display: block;
          text-align: center;
          margin-bottom: 2.8rem; }
          .treatment-list-01 li a .img img {
            display: inline-block;
            width: 6.5rem; }
        .treatment-list-01 li a .head {
          width: 100%;
          transition: all 0.35s; }
        .treatment-list-01 li a .title {
          color: #6d5c4d;
          font-size: 2rem;
          font-weight: 600;
          line-height: 125%;
          letter-spacing: 0;
          text-align: center;
          display: block; }
        .treatment-list-01 li a .detail {
          display: none;
          transition: all 0.35s;
          color: #6d5c4d;
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 170%;
          letter-spacing: 0; }
        @media (min-width: 960.5px) {
          .treatment-list-01 li a:hover .head {
            display: flex;
            margin-bottom: 1rem; }
          .treatment-list-01 li a:hover .img {
            text-align: left;
            width: 8.5rem;
            margin-bottom: 0;
            opacity: 0.5; }
          .treatment-list-01 li a:hover .title {
            margin-top: -0.4rem;
            width: calc(100% - 8.5rem);
            display: flex;
            font-size: 1.8rem; }
          .treatment-list-01 li a:hover .detail {
            display: block; } }
  .treatment-list-02 li {
    width: calc((100% - 10.001rem) / 5);
    margin-right: 2.5rem;
    margin-bottom: 3.5rem; }
    @media (min-width: 960.5px) {
      .treatment-list-02 li:nth-child(5n) {
        margin-right: 0; } }
    .treatment-list-02 li a {
      border: #d9cdc0 solid 1px;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      height: 20rem;
      border-radius: .5rem;
      background: #d9cdc0;
      position: relative;
      z-index: 0;
      transition: all 0.35s;
      box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12); }
      .treatment-list-02 li a::after {
        content: "";
        position: absolute;
        width: 1.5rem;
        height: 1.1rem;
        bottom: 2.4rem;
        right: 2.6rem;
        -webkit-mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
        mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
        background: #6d5c4d;
        transition: all 0.35s; }
      .treatment-list-02 li a .img {
        margin-bottom: 1.4rem; }
        .treatment-list-02 li a .img img {
          width: 7.1rem; }
      .treatment-list-02 li a .txt {
        color: #6d5c4d;
        font-size: 2rem;
        font-weight: 600;
        line-height: 175%;
        letter-spacing: 0;
        text-align: center; }
      .treatment-list-02 li a:hover {
        background: #aa9b8e; }
        .treatment-list-02 li a:hover .txt {
          color: #FFF; }
        .treatment-list-02 li a:hover::after {
          background: #FFF; }
  .treatment .title-default-01 {
    margin-bottom: 8.2rem; }

.pick_up {
  position: relative;
  z-index: 0;
  padding-top: 3.5rem;
  margin-top: -18rem; }
  .pick_up::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/pick_up-bg-02.png) no-repeat center top 7.3rem;
    background-size: cover; }
  .pick_up::after {
    content: "";
    position: absolute;
    width: 49.9rem;
    height: 40.6rem;
    top: -10rem;
    right: 0;
    background: url(assets/img/img-leaf-05.png) no-repeat center;
    background-size: contain;
    pointer-events: none; }
  .pick_up-gp-box {
    width: 50%; }
    .pick_up-gp-box:first-child {
      position: relative;
      z-index: 0;
      padding: 4.8rem 7.2rem 5.3rem 9.5rem; }
      .pick_up-gp-box:first-child::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #6d5c4d;
        opacity: 0.7;
        z-index: -1; }
      .pick_up-gp-box:first-child::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -2; }
    .pick_up-gp-box .field {
      display: none; }
      .pick_up-gp-box .field::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--bg-url) no-repeat center;
        background-size: cover;
        z-index: -2; }
      .pick_up-gp-box .field.active {
        display: block; }
    .pick_up-gp-box .desc {
      margin-bottom: 5rem; }
      .pick_up-gp-box .desc p {
        color: #FFFFFF; }
  .pick_up-title-01 {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    padding-top: 7.2rem;
    padding-bottom: 1.6rem;
    margin-bottom: 3rem; }
    .pick_up-title-01::before {
      content: "";
      position: absolute;
      width: 6.5rem;
      height: 6.4rem;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #FFFFFF;
      -webkit-mask: var(--icon-url) center/100% no-repeat;
      mask: var(--icon-url) center/100% no-repeat; }
    .pick_up-title-01::after {
      content: "";
      position: absolute;
      width: 10rem;
      height: 2px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #FFFFFF; }
  .pick_up-list-01 li {
    border-bottom: #6d5c4d solid 1px; }
    .pick_up-list-01 li a {
      background: rgba(254, 248, 239, 0.9);
      display: block;
      width: 100%;
      text-align: center;
      color: #6d5c4d;
      font-size: 2rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0;
      position: relative;
      padding-top: 4.5rem;
      padding-bottom: 4.2rem;
      transition: all 0.35s; }
      .pick_up-list-01 li a span {
        position: relative;
        display: inline-block;
        padding-top: 8.3rem; }
        .pick_up-list-01 li a span::before {
          content: "";
          position: absolute;
          width: 6.5rem;
          height: 6.5rem;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          background: #6d5c4d;
          -webkit-mask: var(--icon-url) center/100% no-repeat;
          mask: var(--icon-url) center/100% no-repeat;
          transition: all 0.35s; }
      .pick_up-list-01 li a.active, .pick_up-list-01 li a:hover {
        background: rgba(109, 92, 77, 0.9);
        color: #FFFFFF; }
        .pick_up-list-01 li a.active span::before, .pick_up-list-01 li a:hover span::before {
          background: #FFFFFF; }
  .pick_up .title-default-01 {
    margin-bottom: 9rem; }
    .pick_up .title-default-01 h3 {
      color: #2c2c2c; }
  .pick_up .icon-01 {
    width: 17.9rem;
    height: 7.9rem;
    left: 9.6rem;
    top: 3.4rem;
    position: absolute;
    background: url(assets/img/icon-02.png) no-repeat center;
    background-size: contain; }

.feature {
  padding-top: 1.6rem;
  padding-bottom: 11.5rem;
  background: rgba(181, 191, 174, 0.3);
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .feature::before {
    content: "";
    position: absolute;
    width: 65.4rem;
    height: 33.3rem;
    top: 1.5rem;
    left: 0;
    background: url(assets/img/img-leaf-06.png) no-repeat center;
    background-size: contain;
    z-index: -1; }
  .feature::after {
    content: "";
    position: absolute;
    width: 100.6rem;
    height: 43.1rem;
    background: url(assets/img/img-leaf-07.png) no-repeat center;
    background-size: contain;
    left: 14%;
    top: 36.5%;
    z-index: -1; }
  .feature .icon-01 {
    position: absolute;
    bottom: 22.1%;
    right: 6.5rem;
    width: 97.2rem;
    height: 44.4rem;
    background: url(assets/img/img-leaf-08.png) no-repeat center;
    background-size: contain; }
  .feature-gp {
    margin-bottom: 10rem; }
    .feature-gp:nth-child(1) .feature-title-01 p span:last-child {
      right: -5.3rem; }
    .feature-gp:last-child {
      margin-bottom: 0;
      margin-top: 31.7rem; }
    .feature-gp-box:first-child {
      width: 66.1rem; }
      .feature-gp-box:first-child img {
        width: 100%; }
    .feature-gp-box:last-child {
      padding-top: 21.7rem;
      padding-left: 7.5rem;
      width: calc(100% - 66.1rem); }
    .feature-gp-box .desc {
      margin-bottom: 2.2rem; }
      .feature-gp-box .desc p {
        line-height: 250%;
        letter-spacing: 0; }
    .feature-gp-field {
      width: calc((100% - 14.001rem) / 2);
      margin-right: 14rem; }
      .feature-gp-field .feature-title-01 h4 {
        margin-bottom: 9rem; }
        .feature-gp-field .feature-title-01 h4::before {
          bottom: -4rem; }
      .feature-gp-field .img {
        margin-bottom: 4.4rem; }
        .feature-gp-field .img img {
          width: 100%; }
      .feature-gp-field .desc {
        margin-bottom: 3rem; }
        .feature-gp-field .desc p {
          line-height: 250%; }
      .feature-gp-field:first-child .feature-title-01 p {
        right: auto;
        left: 0; }
        .feature-gp-field:first-child .feature-title-01 p span {
          text-align: left; }
          .feature-gp-field:first-child .feature-title-01 p span:last-child {
            left: -1.9rem; }
      .feature-gp-field:nth-child(2n) {
        margin-right: 0; }
        .feature-gp-field:nth-child(2n) .feature-title-01 h4::before {
          left: auto;
          right: 0; }
    .feature-gp.vz-01 {
      position: relative;
      z-index: 0; }
      .feature-gp.vz-01::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.3;
        background: url(assets/img/feature-bg.jpg) no-repeat center;
        background-size: cover; }
    .feature-gp.vz-03 {
      position: relative;
      z-index: 0;
      padding-top: 7rem; }
      .feature-gp.vz-03::before {
        content: "";
        position: absolute;
        width: calc(100% + 30rem);
        height: 100%;
        top: 0;
        left: -15rem;
        z-index: -1;
        opacity: 0.6;
        background: url(assets/img/feature-bg-02.png) no-repeat center;
        background-size: cover; }
      @media (min-width: 960.5px) {
        .feature-gp.vz-03 .feature-gp-box:first-child img {
          position: relative;
          left: 50% !important;
          width: 90%;
          transform: translateX(-50%); } }
    .feature-gp-block {
      width: calc(100% - 3rem);
      max-width: 120rem;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      padding-top: 31rem; }
      .feature-gp-block .feature-title-01 p {
        right: 0;
        width: 100%; }
        .feature-gp-block .feature-title-01 p span {
          text-align: center; }
          .feature-gp-block .feature-title-01 p span:last-child {
            right: 0; }
      .feature-gp-block .feature-title-01 h4::before {
        left: 50%;
        transform: translateX(-50%); }
    @media (min-width: 960.5px) {
      .feature-gp:nth-child(2n) .feature-gp-box:first-child {
        order: 1;
        width: 80rem; }
      .feature-gp:nth-child(2n) .feature-gp-box:last-child {
        width: calc(100% - 80rem);
        padding-left: 0;
        padding-right: 8rem; }
      .feature-gp:nth-child(2n) .feature-title-01 h4 {
        text-align: right; }
        .feature-gp:nth-child(2n) .feature-title-01 h4::before {
          left: auto;
          right: 0; }
      .feature-gp:nth-child(2n) .feature-title-01 p {
        right: auto;
        left: 0; }
        .feature-gp:nth-child(2n) .feature-title-01 p span {
          text-align: left; }
          .feature-gp:nth-child(2n) .feature-title-01 p span:last-child {
            left: -1.9rem; } }
  .feature-title-01 {
    position: relative;
    z-index: 0; }
    .feature-title-01 h4 {
      color: #2c2c2c;
      font-size: 3rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.1rem;
      position: relative;
      padding-bottom: 4rem;
      margin-bottom: 3.4rem; }
      .feature-title-01 h4::before {
        content: "";
        position: absolute;
        width: 10rem;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #2c2c2c; }
    .feature-title-01 p {
      position: absolute;
      right: 0;
      bottom: -3rem;
      z-index: -1; }
      .feature-title-01 p span {
        display: block;
        text-align: right;
        font-family: "Zen Maru Gothic", sans-serif;
        color: #b8a694;
        font-size: 4rem;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0; }
        .feature-title-01 p span:first-child {
          margin-bottom: -5.4rem; }
        .feature-title-01 p span:last-child {
          font-size: 40rem;
          color: #FFFFFF;
          font-weight: 400;
          right: -1.7rem;
          position: relative; }
    .feature-title-01.vz-02 h4 {
      color: #FFFFFF;
      text-align: center;
      padding-bottom: 7.6rem; }
      .feature-title-01.vz-02 h4::before {
        width: 2px;
        height: 5.5rem;
        left: 50%;
        background: #FFFFFF;
        transform: translateX(-50%); }
  .feature .title-default-01 {
    margin-bottom: 11.5rem; }
    .feature .title-default-01 p {
      font-size: 12rem;
      margin-bottom: -8.4rem; }
    .feature .title-default-01 h3 {
      color: #2c2c2c; }
      .feature .title-default-01 h3 .number {
        font-size: 5rem; }

.top_banner {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 36.8rem;
  z-index: 0; }
  .top_banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 31.5rem;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: linear-gradient(180deg, #b5bfae 0%, rgba(255, 255, 255, 0) 100%); }
  .top_banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 79.4rem;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/banner-bg-01.png) no-repeat center;
    background-size: cover;
    pointer-events: none; }
  .top_banner-01 {
    position: relative;
    margin-bottom: 3rem; }
    .top_banner-01 .btn-default-01 {
      position: absolute;
      bottom: 4.5rem;
      left: 50%;
      transform: translateX(-50%); }
  .top_banner-list-01 {
    margin-bottom: 3rem; }
    .top_banner-list-01 li {
      margin-right: 2.5rem; }
      .top_banner-list-01 li:nth-child(2n) {
        margin-right: 0; }
  .top_banner-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 31rem;
    border-radius: .5rem;
    position: relative;
    z-index: 0;
    background: #b5bfae;
    color: #FFFFFF;
    font-size: 5rem;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.7rem; }
    .top_banner-btn a::before {
      content: "";
      position: absolute;
      width: calc(100% - 2.4rem);
      height: calc(100% - 2.4rem);
      top: 50%;
      left: 50%;
      z-index: -1;
      transform: translate(-50%, -50%);
      border-radius: .5rem;
      background: url(assets/img/banner-02.jpg) no-repeat center;
      background-size: cover;
      transition: all 0.35s; }
    .top_banner-btn a:hover::before {
      opacity: 0.8; }

.greeting {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: -14.5rem; }
  .greeting::before {
    content: "";
    position: absolute;
    width: 54rem;
    height: 27.5rem;
    background: url(assets/img/img-leaf-09.png) no-repeat center;
    background-size: contain;
    top: 7.3rem;
    left: 0;
    z-index: 4; }
  .greeting-gp-box {
    position: relative; }
    .greeting-gp-box:first-child {
      width: 97.6rem;
      padding: 7.3rem 0;
      z-index: 3; }
      .greeting-gp-box:first-child::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 30.4rem);
        top: 0;
        z-index: -1;
        left: 0;
        background: rgba(184, 166, 148, 0.9); }
    .greeting-gp-box:last-child {
      width: calc(100% - 97.6rem + 15rem + 55.4rem);
      margin-right: -15rem;
      margin-left: -55.4rem;
      z-index: 0;
      position: relative; }
      .greeting-gp-box:last-child::before {
        content: "";
        position: absolute;
        width: 192rem;
        height: 75.3rem;
        z-index: 0;
        bottom: 0;
        left: -57rem;
        background: url(assets/img/greeting-bg-01.png) no-repeat center;
        background-size: cover; }
    .greeting-gp-box .desc {
      margin-bottom: 8rem;
      padding: 0 8.5rem; }
      .greeting-gp-box .desc p {
        line-height: 240%;
        color: #FFFFFF;
        text-align: center; }
    .greeting-gp-box .author {
      position: absolute;
      bottom: 22.7rem;
      right: 17.3rem;
      z-index: 2; }
      .greeting-gp-box .author p .item:first-child {
        margin-right: 3rem;
        margin-top: 1.8rem; }
      .greeting-gp-box .author p .item:last-child {
        font-size: 4.5rem; }
        .greeting-gp-box .author p .item:last-child strong {
          font-size: 3rem; }
      .greeting-gp-box .author p * {
        color: #2c2c2c;
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 115%;
        letter-spacing: 0; }
  .greeting-list-01 {
    margin-bottom: 7rem; }
    .greeting-list-01 li {
      margin-right: 3.8rem; }
      .greeting-list-01 li:last-child {
        margin-right: 0; }
      .greeting-list-01 li img {
        width: 100%;
        border: #FFFFFF solid 2px;
        border-radius: .5rem;
        box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12); }
  .greeting-list-02 li {
    margin-right: 3rem; }
    .greeting-list-02 li:last-child {
      margin-right: 0; }
  .greeting .title-default-01 {
    margin-bottom: -6.6rem; }
    .greeting .title-default-01 h3 {
      color: #2c2c2c; }

.top_slide {
  overflow: hidden;
  margin-top: -14rem;
  margin-bottom: 1.3rem; }
  .top_slide-gp {
    display: flex;
    width: max-content;
    position: relative;
    z-index: 0; }
  .top_slide-list {
    display: grid;
    grid-template-columns: 27.7rem 27.7rem 27.7rem 27.7rem 27.7rem 27.7rem 27.7rem;
    backface-visibility: hidden; }
    .top_slide-list li {
      margin-right: 1rem; }
    .top_slide-list.vs-01 {
      animation: loopSlide1 160s -80s linear infinite; }
    .top_slide-list.vs-02 {
      animation: loopSlide2 160s linear infinite; }

@keyframes loopSlide1 {
  0% {
    transform: translate(100%); }
  to {
    transform: translate(-100%); } }
@keyframes loopSlide2 {
  0% {
    transform: translate(0); }
  to {
    transform: translate(-200%); } }
.top_column {
  position: relative;
  padding-top: 8.5rem;
  padding-bottom: 13.5rem; }
  .top_column::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30.1rem;
    top: 0;
    left: 0;
    background: url(assets/img/column-bg-01.png) no-repeat center;
    background-size: cover; }
  .top_column::after {
    content: "";
    position: absolute;
    width: 91.9rem;
    height: 24.3rem;
    top: 7.9rem;
    left: -1.6rem;
    z-index: -1;
    background: url(assets/img/img-leaf-10.png) no-repeat center;
    background-size: contain; }
  .top_column .icon-01 {
    position: absolute;
    width: 26.6rem;
    height: 23.7rem;
    bottom: -2.1rem;
    right: 0;
    background: url(assets/img/img-leaf-11.png) no-repeat center;
    background-size: contain; }
  .top_column-gp-box:first-child {
    padding-right: 8.5rem;
    width: calc(100% - 72.3rem); }
  .top_column-gp-box:last-child {
    width: 72.3rem;
    padding-top: 8rem; }
  .top_column-gp-box .desc p {
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    line-height: 170%;
    margin-bottom: 3rem; }
  .top_column-gp-box .recr {
    margin-bottom: 2rem; }
    .top_column-gp-box .recr img {
      border: #b8a694 solid 2px;
      border-radius: 1.5rem;
      box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12); }
  .top_column-list-items {
    margin-bottom: 2.5rem; }
    .top_column-list-items li {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 2.6rem; }
      @media (min-width: 767.5px) {
        .top_column-list-items li:nth-last-child(2) {
          margin-bottom: 0; }
        .top_column-list-items li:last-child {
          display: none; } }
      .top_column-list-items li .img {
        width: 27.5rem; }
        .top_column-list-items li .img img {
          border-radius: 1rem;
          border: #c4ab99 solid 1px;
          box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12); }
      .top_column-list-items li .cont {
        padding-left: 3.5rem;
        width: calc(100% - 27.5rem);
        margin-top: -0.8rem; }
        .top_column-list-items li .cont .date {
          color: #8e7b6b;
          font-size: 2rem;
          line-height: 150%;
          letter-spacing: 0;
          font-weight: 500; }
        .top_column-list-items li .cont .title {
          color: #8e7b6b;
          font-size: 3rem;
          font-weight: 500;
          line-height: 150%;
          letter-spacing: 0;
          display: inline-block;
          margin-bottom: -0.5rem; }
        .top_column-list-items li .cont .detail {
          font-size: 1.8rem;
          font-weight: 500;
          line-height: 170%;
          letter-spacing: 0;
          color: #2c2c2c; }
  .top_column .title-default-01 {
    margin-bottom: 7rem; }
    .top_column .title-default-01 h3 {
      color: #2c2c2c; }

.top_instagram {
  position: relative;
  z-index: 0; }
  .top_instagram::before {
    top: -14.5rem;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 14.5rem + 16rem);
    background: url(assets/img/instagram_bg_01.png) no-repeat center;
    background-size: cover; }
  .top_instagram::after {
    content: "";
    position: absolute;
    width: 10.5rem;
    height: 10.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    background: #FFFFFF url(assets/img/instagram.svg) no-repeat center;
    background-size: 7.5rem; }

.case-block-item {
  width: calc((100% - 6.001rem) / 2);
  margin-right: 6rem;
  position: relative; }
  .case-block-item::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 6rem;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: #a67c52;
    top: 50%;
    right: -4rem;
    transform: translateY(-50%); }
  .case-block-item:nth-child(2n) {
    margin-right: 0; }
    .case-block-item:nth-child(2n)::before {
      content: none; }
  .case-block-item img {
    width: 100%;
    border-radius: 1rem; }

.block-list-flow.vz-faq .section-title__heading {
  position: relative;
  padding-left: 4rem; }
  .block-list-flow.vz-faq .section-title__heading::before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0; }
.block-list-flow.vz-faq p {
  position: relative;
  padding-left: 4rem; }
  .block-list-flow.vz-faq p::before {
    content: "A.";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 2.3rem; }

.table-form {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table-form td {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    padding: 1rem;
    height: 7rem; }
    .table-form td:first-child {
      width: 38rem; }
    .table-form td .required {
      background: #a67c52;
      color: #FFFFFF;
      font-size: 1.2rem;
      padding: .5rem;
      border-radius: 0.5rem;
      margin-left: 1rem; }
    .table-form td .wpcf7-list-item input {
      width: 1.6rem;
      height: 1.6rem;
      position: relative;
      top: .2rem; }
    .table-form td .wpcf7-list-item.first {
      margin: 0; }
    .table-form td .examp p {
      font-size: 1.4rem;
      color: #CCC; }
  @media (min-width: 767.5px) {
    .table-form tr:nth-child(odd) td, .table-form tr:nth-child(odd) th {
      background: rgba(166, 124, 82, 0.1); } }

.form-input input, .form-input textarea {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
  height: 5rem;
  padding: 1rem;
  border: #ccc solid 1px;
  line-height: 175%; }
  .form-input input:focus-visible, .form-input textarea:focus-visible {
    outline: none; }
.form-input textarea {
  height: 16rem;
  vertical-align: top;
  resize: none; }
.form-input-item {
  position: relative;
  padding-right: 4rem; }
  .form-input-item input {
    width: 8rem;
    text-align: center;
    margin: 0 .5rem; }
.form-input .value {
  position: absolute;
  top: .7rem;
  left: 10rem; }

.form_recruit .checked {
  margin-bottom: 2rem; }
.form_recruit .txt_desc {
  margin-bottom: 4rem; }

.wpcf7 form.invalid .wpcf7-response-output {
  text-align: center; }

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center; }

@media (min-width: 960.5px) {
  .treatment-list-02 li:nth-child(n+6) a {
    background: #aa9b8e; }
    .treatment-list-02 li:nth-child(n+6) a .txt {
      color: #FFF; }
    .treatment-list-02 li:nth-child(n+6) a::after {
      background: #FFF; }
    .treatment-list-02 li:nth-child(n+6) a:hover {
      background: #d9cdc0; }
      .treatment-list-02 li:nth-child(n+6) a:hover .txt {
        color: #6d5c4d; }
      .treatment-list-02 li:nth-child(n+6) a:hover::after {
        background: #6d5c4d; } }
@media (max-width: 1440px) and (min-width: 961px) {
  .feature-gp:nth-child(1) .feature-title-01 p span:last-child {
    right: -3.3rem; } }
@media (max-width: 960px) {
  .u-pc {
    display: none; }

  .title-default-01 h3 {
    font-size: 2rem;
    text-align: center; }
  .title-default-01 p {
    font-size: 3rem;
    letter-spacing: .3rem;
    text-align: center; }
  .title-default-01.vz-02 {
    padding-bottom: 0.6rem; }
    .title-default-01.vz-02::before {
      width: 6rem;
      height: 4.3rem; }

  .btn-gp-01 {
    flex-wrap: wrap;
    justify-content: center; }
  .btn-gp-02 {
    flex-flow: column; }
    .btn-gp-02 .btn-default-01.vz-03:last-child a {
      width: 30rem; }
  .btn-more-01 a {
    font-size: 1.5rem; }
  .btn-default-01 a {
    font-size: 1.5rem;
    width: 28rem; }
    .btn-default-01 a::before {
      right: 1.5rem; }
  .btn-default-01.vz-04 a::before {
    right: 1.5rem; }
  .btn-default-01.vz-05 a {
    width: 28rem; }
  .btn-default-01.vz-06 a {
    width: 28rem; }
  .btn-default-02 a {
    width: 28rem;
    font-size: 1.5rem;
    height: 10rem; }

  .home .desc p {
    font-size: 1.5rem;
    line-height: 185%; }

  .mv-cont::before {
    width: 100%; }
  .mv-cont h2 {
    font-size: 2.5rem; }
  .mv-cont p span {
    font-size: 1.3rem;
    padding: .5rem;
    margin-bottom: .5rem;
    background: #a6a18a; }
  .mv-view .slick-slide img, .mv-view video {
    height: calc(100vh - 12rem); }

  .top_info::before {
    width: 100%;
    left: 0;
    top: 0; }
  .top_info-gp {
    flex-wrap: wrap; }
    .top_info-gp-box:first-child {
      width: 100%;
      padding-right: 0; }
    .top_info-gp-box:last-child {
      width: 100%; }
  .top_info-list li a {
    padding: 1.4rem 0; }
    .top_info-list li a span {
      font-size: 1.5rem; }
    .top_info-list li a .date {
      width: 12rem; }
    .top_info-list li a .title {
      width: calc(100% - 12rem);
      padding-left: 2rem; }

  .concept::before {
    width: 100%;
    top: 6rem;
    left: 0; }
  .concept-box {
    padding: 1.5rem; }
  .concept-icon::before {
    width: 15rem;
    height: 10.5rem;
    left: 0; }
  .concept-icon::after {
    width: 20rem;
    height: 8.6rem;
    top: 0;
    right: 0; }
  .concept .title-default-01 {
    margin-bottom: 3.5rem; }
  .concept .desc p {
    font-size: 1.5rem;
    margin-bottom: 2rem; }

  .treatment {
    padding-bottom: 20rem; }
    .treatment::before {
      width: 35rem;
      height: 17.7rem; }
    .treatment .icon-01 {
      right: 0;
      width: 15rem;
      height: 13.4rem; }
    .treatment-list-01 {
      flex-wrap: wrap;
      margin-bottom: 3rem; }
      .treatment-list-01 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem; }
        .treatment-list-01 li:last-child {
          margin-bottom: 0; }
        .treatment-list-01 li a {
          padding: 2rem 4rem 2rem 2rem;
          height: auto; }
          .treatment-list-01 li a .head {
            width: 22rem; }
          .treatment-list-01 li a .title {
            font-size: 1.5rem; }
          .treatment-list-01 li a .img {
            margin-bottom: 1.5rem; }
          .treatment-list-01 li a .detail {
            display: block;
            width: calc(100% - 22rem);
            font-size: 1.5rem; }
          .treatment-list-01 li a::before {
            width: calc(100% - 2rem);
            height: calc(100% - 2rem); }
    .treatment-list-02 li {
      width: calc((100% - 1.001rem) / 2);
      margin-right: 1rem;
      margin-bottom: 1rem; }
      .treatment-list-02 li:nth-child(2n) {
        margin-right: 0; }
      .treatment-list-02 li a {
        height: 17rem; }
        .treatment-list-02 li a .txt {
          font-size: 1.5rem; }
        .treatment-list-02 li a .img img {
          width: 5rem; }
    .treatment .title-default-01 {
      margin-bottom: 4.5rem; }

  .treatment-list-02 li:nth-child(n+6) a {
    background: #aa9b8e; }
    .treatment-list-02 li:nth-child(n+6) a .txt {
      color: #FFF; }
    .treatment-list-02 li:nth-child(n+6) a::after {
      background: #FFF; }
    .treatment-list-02 li:nth-child(n+6) a:hover {
      background: #d9cdc0; }
      .treatment-list-02 li:nth-child(n+6) a:hover .txt {
        color: #6d5c4d; }
      .treatment-list-02 li:nth-child(n+6) a:hover::after {
        background: #6d5c4d; }

  .pick_up::after {
    width: 20rem;
    height: 16.3rem; }
  .pick_up .icon-01 {
    left: 0;
    width: 9rem;
    height: 3.9rem; }
  .pick_up-gp {
    flex-wrap: wrap; }
    .pick_up-gp-box {
      width: 100%; }
      .pick_up-gp-box:first-child {
        order: 1;
        padding: 4.5rem 1.5rem; }
      .pick_up-gp-box .desc {
        margin-bottom: 2rem; }
  .pick_up-list-01 {
    display: flex;
    flex-wrap: wrap; }
    .pick_up-list-01 li {
      width: calc(100% / 3); }
      .pick_up-list-01 li a {
        font-size: 1.3rem;
        padding: 1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .pick_up-list-01 li a span {
          padding-top: 5rem; }
          .pick_up-list-01 li a span::before {
            width: 4rem;
            height: 4rem; }
  .pick_up .title-default-01 {
    margin-bottom: 4.5rem; }

  .feature {
    padding-top: 7.6rem;
    padding-bottom: 4rem; }
    .feature::before {
      width: 100%; }
    .feature::after {
      width: 100%;
      left: 0; }
    .feature-gp {
      flex-wrap: wrap;
      margin-bottom: 6rem; }
      .feature-gp-box:first-child {
        width: 100%; }
      .feature-gp-box:last-child {
        padding-left: 0;
        width: 100%;
        padding-top: 0; }
      .feature-gp-field {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6rem;
        display: flex;
        flex-flow: column; }
        .feature-gp-field:first-child .feature-title-01 p span:last-child {
          left: 0; }
        .feature-gp-field:last-child {
          margin-bottom: 0; }
        .feature-gp-field:nth-child(2n) .feature-title-01 h4::before {
          left: 0;
          right: auto; }
        .feature-gp-field .img {
          order: -1;
          margin-bottom: 2rem; }
        .feature-gp-field .feature-title-01 h4 {
          margin-bottom: 2rem; }
          .feature-gp-field .feature-title-01 h4::before {
            bottom: 0; }
      .feature-gp-block {
        padding-top: 3rem;
        text-align: left; }
        .feature-gp-block .feature-title-01 h4::before {
          left: 0;
          transform: initial; }
      .feature-gp.vz-01 {
        margin-bottom: 6rem !important; }
      .feature-gp.vz-03 {
        padding-top: 0; }
      .feature-gp:nth-child(1) .feature-title-01 p span:last-child {
        right: 0; }
      .feature-gp:last-child {
        margin-top: 6rem; }
    .feature-title-01 {
      display: flex;
      flex-flow: column; }
      .feature-title-01 h4 {
        font-size: 2rem;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        order: 1;
        letter-spacing: 0; }
        .feature-title-01 h4::before {
          width: 7rem; }
      .feature-title-01 p {
        position: relative;
        bottom: 0;
        display: flex;
        align-items: flex-end; }
        .feature-title-01 p span {
          font-size: 2rem;
          text-align: left; }
          .feature-title-01 p span:first-child {
            margin-bottom: 1rem;
            margin-right: 1.5rem; }
          .feature-title-01 p span:last-child {
            font-size: 8rem;
            right: 0; }
    .feature .btn-default-01 {
      justify-content: center;
      display: flex; }
    .feature .title-default-01 {
      margin-bottom: 4.5rem; }
      .feature .title-default-01 p {
        font-size: 3rem;
        margin-bottom: 0; }
      .feature .title-default-01 h3 .number {
        font-size: 3rem; }

  .top_banner {
    padding-top: 4rem;
    padding-bottom: 6rem; }
    .top_banner-list-01 {
      flex-wrap: wrap; }
    .top_banner-01 .btn-default-01 {
      bottom: 0.5rem; }
    .top_banner-btn a {
      font-size: 2rem;
      height: 14rem; }
      .top_banner-btn a::before {
        width: calc(100% - 1rem);
        height: calc(100% - 1rem); }

  .greeting {
    margin-top: 0; }
    .greeting::before {
      width: 32rem;
      height: 16.3rem;
      z-index: 0; }
    .greeting-gp {
      flex-wrap: wrap; }
      .greeting-gp-box .desc {
        padding: 0 1.5rem;
        margin-bottom: 3rem; }
      .greeting-gp-box:first-child {
        width: 100%;
        padding: 5rem 0;
        order: 1; }
        .greeting-gp-box:first-child::before {
          height: calc(100% - 24rem); }
      .greeting-gp-box:last-child {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
        .greeting-gp-box:last-child::before {
          height: 10rem;
          width: 100%;
          left: 0;
          background-position: center top; }
      .greeting-gp-box .author {
        bottom: 1.5rem;
        right: 1.5rem; }
        .greeting-gp-box .author p * {
          font-size: 1.5rem; }
        .greeting-gp-box .author p .item:first-child {
          margin-right: 1.5rem; }
        .greeting-gp-box .author p .item:last-child {
          font-size: 2rem; }
          .greeting-gp-box .author p .item:last-child strong {
            font-size: 1.8rem; }
    .greeting-list-01 {
      margin-bottom: 4rem;
      padding: 0 1.5rem; }
      .greeting-list-01 li {
        margin-right: 1.5rem; }
    .greeting-list-02 {
      flex-wrap: wrap;
      justify-content: center; }
    .greeting .title-default-01 {
      margin-bottom: 0; }

  .feature-title-01.vz-02 h4 {
    padding-bottom: 5rem; }
    .feature-title-01.vz-02 h4::before {
      height: 4rem; }

  .top_slide {
    margin-top: 0; }

  .top_column {
    padding: 5.5rem 0;
    margin-bottom: 4rem; }
    .top_column::after {
      width: 30rem; }
    .top_column-gp {
      flex-wrap: wrap; }
      .top_column-gp-box:first-child {
        width: 100%;
        padding-right: 0; }
      .top_column-gp-box:last-child {
        width: 100%;
        padding-top: 6rem; }
      .top_column-gp-box .btn-default-01 {
        justify-content: center; }
    .top_column-list-items li .img {
      width: 22rem; }
    .top_column-list-items li .cont {
      margin-top: 0;
      width: calc(100% - 22rem);
      padding-left: 2rem; }
      .top_column-list-items li .cont .date {
        font-size: 1.5rem; }
      .top_column-list-items li .cont .title {
        font-size: 2.4rem; }
      .top_column-list-items li .cont .detail {
        font-size: 1.5rem; }
    .top_column .title-default-01 {
      margin-bottom: 4.5rem; }

  .top_instagram::before {
    top: -5rem;
    height: calc(100% + 10rem); }
  .top_instagram::after {
    width: 6rem;
    height: 6rem;
    background-size: 4.5rem; }

  .case-block-item {
    width: calc((100% - 2.501rem) / 2);
    margin-right: 2.5rem; }
    .case-block-item::before {
      width: 1.2rem;
      height: 3.5rem;
      right: -2rem; }

  .block-list-flow.vz-faq .section-title__heading {
    padding-left: 3rem; }
  .block-list-flow.vz-faq p {
    padding-left: 3rem; }
    .block-list-flow.vz-faq p::before {
      font-size: 1.7rem; }

  .table-form td {
    font-size: 1.5rem; }
    .table-form td:first-child {
      width: 26rem; }

  .form-input input {
    font-size: 1.5rem;
    height: 4.5rem; }
  .form-input textarea {
    height: 14rem; } }
@media (max-width: 767px) {
  .btn-gp-01 li {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-gp-01 li:last-child {
      margin-bottom: 0; }

  .top_banner-list-01 li {
    margin-right: 0;
    margin-bottom: 1.5rem;
    width: 100%; }
    .top_banner-list-01 li a {
      width: 100%; }
    .top_banner-list-01 li:last-child {
      margin-bottom: 0; }
  .top_banner-01 .img img {
    height: 13rem; }
  .top_banner-01 .btn-default-01.vz-04 a {
    width: 16rem;
    padding: 0; }

  .treatment-list-01 li a {
    padding: 2rem 3rem 2rem 2rem; }
    .treatment-list-01 li a::after {
      right: 1.5rem; }
    .treatment-list-01 li a .head {
      width: 11rem; }
    .treatment-list-01 li a .img img {
      width: 4rem; }
    .treatment-list-01 li a .detail {
      width: calc(100% - 11rem); }

  .greeting-list-02 li {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .greeting-list-02 li:last-child {
      margin-bottom: 0; }

  .top_slide-list {
    grid-template-columns: 25rem 25rem 25rem 25rem 25rem 25rem 25rem; }

  .top_column-gp-box:first-child {
    padding-right: 0; }
  .top_column-list-items {
    display: flex;
    flex-wrap: wrap; }
    .top_column-list-items li {
      width: calc((100% - 1.001rem) / 2);
      margin-right: 1rem; }
      .top_column-list-items li:nth-child(2n) {
        margin-right: 0; }
      .top_column-list-items li .img {
        width: 100%;
        margin-bottom: 1.5rem; }
        .top_column-list-items li .img img {
          aspect-ratio: 4/2.7; }
      .top_column-list-items li .cont {
        width: 100%;
        padding-left: 0;
        margin-top: 0; }
        .top_column-list-items li .cont .title {
          font-size: 1.8rem; }
        .top_column-list-items li .cont .detail {
          font-size: 1.3rem; }

  .table-form td {
    float: left;
    width: 100%;
    border: 0;
    padding: 1rem 0;
    height: auto; }
    .table-form td:first-child {
      padding: 1rem;
      width: 100%;
      background: rgba(166, 124, 82, 0.1); }

  .form-input-item {
    padding-right: 3rem; }
    .form-input-item input {
      width: 7rem; }
  .form-input .value {
    left: 9rem; } }

/*# sourceMappingURL=style.css.map */
