@charset "UTF-8";
.main .catch .ja.grade::before, .main figure:has(.bottomRight) figcaption::before,
.main figure:has(.bottomRightOut) figcaption::before,
.main figure:has(.bottomLeft) figcaption::before,
.main figure:has(.bottomLeftOut) figcaption::before, .gFooter .contact .text::before, .gFooter .contact .note::before, .gFooter .about .text .catch::before,
.gFooter .about .text p::before, .gFooter .fNote .wrap::before, .main .catch .ja.grade::after, .main figure:has(.bottomRight) figcaption::after,
.main figure:has(.bottomRightOut) figcaption::after,
.main figure:has(.bottomLeft) figcaption::after,
.main figure:has(.bottomLeftOut) figcaption::after, .gFooter .contact .text::after, .gFooter .contact .note::after, .gFooter .about .text .catch::after,
.gFooter .about .text p::after, .gFooter .fNote .wrap::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .catch .ja.grade::before, .main figure:has(.bottomRight) figcaption::before,
.main figure:has(.bottomRightOut) figcaption::before,
.main figure:has(.bottomLeft) figcaption::before,
.main figure:has(.bottomLeftOut) figcaption::before, .gFooter .contact .text::before, .gFooter .contact .note::before, .gFooter .about .text .catch::before,
.gFooter .about .text p::before, .gFooter .fNote .wrap::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .catch .ja.grade::after, .main figure:has(.bottomRight) figcaption::after,
.main figure:has(.bottomRightOut) figcaption::after,
.main figure:has(.bottomLeft) figcaption::after,
.main figure:has(.bottomLeftOut) figcaption::after, .gFooter .contact .text::after, .gFooter .contact .note::after, .gFooter .about .text .catch::after,
.gFooter .about .text p::after, .gFooter .fNote .wrap::after {
  margin-top: calc((1em - 1lh) / 2);
}

.gHeader .gNav .navigation .secondary a .en, .main .btn--detail, .main .catch .ja.grade .num, .main .pageHeader .ttl, .main .sttl--01, .gFooter .navigation .list a, .gFooter .contact .ttl, .gFooter .contact .tel, .gFooter .about .text .ttl, .gFooter .about .list .item .btn .en, .gFooter .copyright {
  font-family: "Forum", serif;
  line-height: 0.8;
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov {
      transition-property: filter;
    }
  }
  .hov:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes flowPetal {
    0% {
      translate: 0 -0.1rem 0;
    }
    100% {
      translate: 0 0 0;
    }
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1920px) and (min-width: 751px) {
  :root {
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

/*:target {
	scroll-margin-top: 1.15rem;

	@include sp {
		scroll-margin-top: .75rem;
	}
}*/
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #594847;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.17rem;
  letter-spacing: 0.06em;
  line-height: 0.35rem;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.28rem;
    line-height: 0.54rem;
  }
}

.wrap {
  max-width: 14.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    padding-inline: 0.4rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fadeUp {
    opacity: 0;
    translate: 0 0.5rem 0;
    transition: 1.2s 0.4s;
    transition-property: opacity, translate;
  }
  .fadeUp.scrollIn {
    opacity: 1;
    translate: 0 0 0;
  }
}

.blurIn span {
  display: inline-block;
}
@media (prefers-reduced-motion: no-preference) {
  .blurIn span {
    opacity: 0;
    filter: blur(0.1rem);
    transition: 0.2s;
    transition-property: opacity, filter;
  }
}
.blurIn.scrollIn span {
  opacity: 1;
  filter: blur(0rem);
}

@keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}
.cv a {
  display: grid;
  place-items: center;
  color: #fff;
  transition: 0.4s;
  transition-property: background-color, color;
}
.cv a.entry {
  background: #e19290;
  box-shadow: inset 0 0 0 0.01rem #e19290;
}
@media screen and (hover: hover) and (pointer: fine) {
  .cv a.entry:hover {
    background-color: #fff;
    color: #e19290;
  }
}
.cv a.limited {
  background: #958c8b;
  box-shadow: inset 0 0 0 0.01rem #958c8b;
}
@media screen and (hover: hover) and (pointer: fine) {
  .cv a.limited:hover {
    background-color: #fff;
    color: #958c8b;
  }
}
.cv a.visitor_limited {
  background: #b39f7d;
  box-shadow: inset 0 0 0 0.01rem #b39f7d;
}
@media screen and (hover: hover) and (pointer: fine) {
  .cv a.visitor_limited:hover {
    background-color: #fff;
    color: #b39f7d;
  }
}
.cv a.reserve {
  background: #99b751;
  box-shadow: inset 0 0 0 0.01rem #99b751;
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) {
  .cv a.reserve:hover {
    background-color: #fff;
    color: #99b751;
  }
}

.pagetopHelper {
  width: 1px;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.gHeader {
  display: grid;
  grid-template-rows: 0.5rem 1fr;
  grid-template-columns: 1fr auto auto;
  gap: 0.35rem 0.4rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0.2rem 0.8rem 0.15rem;
  height: 1.6rem;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .gHeader {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 0;
    padding: 0 0 0 0.2rem;
    height: 1.1rem;
  }
}
.gHeader .branding {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 750px) {
  .gHeader .branding {
    position: relative;
    z-index: 1;
  }
}
.gHeader .branding a {
  display: flex;
  align-items: center;
  gap: 0.26rem;
}
@media screen and (max-width: 750px) {
  .gHeader .branding a {
    gap: 0.2rem;
  }
}
.gHeader .branding .logo {
  width: 0.5rem;
}
@media screen and (max-width: 750px) {
  .gHeader .branding .logo {
    width: 0.7rem;
  }
}
.gHeader .branding .text {
  font-size: 0.19rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .gHeader .branding .text {
    font-size: 0.28rem;
  }
}
.gHeader .gNav {
  display: contents;
}
.gHeader .gNav .btn--menu {
  display: none;
  place-items: center;
  width: 0.8rem;
  height: 0.8rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .btn--menu {
    display: grid;
    width: 1.3rem;
    height: 1.1rem;
    position: relative;
    z-index: 1;
  }
}
.gHeader .gNav .btn--menu input,
.gHeader .gNav .btn--menu .bar {
  grid-area: 1/1;
}
.gHeader .gNav .btn--menu input {
  visibility: hidden;
}
.gHeader .gNav .btn--menu .bar {
  display: grid;
  width: 0.5rem;
  height: 0.18rem;
}
.gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
  content: "";
  display: block;
  height: 0.02rem;
  grid-area: 1/1;
  align-self: center;
  justify-self: stretch;
  background: #594847;
  transition: 0.4s;
  transition-property: translate, rotate;
}
.gHeader .gNav .btn--menu .bar::before {
  translate: 0 -0.08rem 0;
}
.gHeader .gNav .btn--menu .bar::after {
  translate: 0 0.08rem 0;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::before {
  translate: 0 0 0;
  rotate: 150deg;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::after {
  translate: 0 0 0;
  rotate: 30deg;
}
.gHeader .gNav .navigation {
  display: contents;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 2.1rem 0.8rem 2rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    overflow-y: scroll;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: clip-path 0.4s;
  }
}
.gHeader .gNav .navigation .primary {
  grid-row: 2/3;
  grid-column: 1/4;
  display: flex;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary {
    flex-wrap: wrap;
    gap: 0.3rem;
  }
}
.gHeader .gNav .navigation .primary li {
  flex-grow: 1;
  box-sizing: border-box;
  border-right: 0.01rem solid #e6e6e6;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary li {
    width: 2.8rem;
    border: none;
  }
}
.gHeader .gNav .navigation .primary li:first-child {
  border-left: 0.01rem solid #e6e6e6;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary li:first-child {
    border: none;
  }
}
.gHeader .gNav .navigation .primary a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.08rem;
  height: 0.4rem;
  text-align: center;
  transition: color 0.4s;
  position: relative;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a {
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.1rem;
    box-sizing: border-box;
    height: 2.8rem;
    padding: 0.3rem;
    background: 0 0/contain no-repeat;
    color: #fff;
    text-align: left;
  }
}
.gHeader .gNav .navigation .primary a .en {
  font-family: "Forum", serif;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 0.7;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a .en {
    font-size: 0.46rem;
    letter-spacing: 0.02em;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a .en.--01 {
    font-size: 0.3rem;
  }
}
.gHeader .gNav .navigation .primary a .ja {
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a .ja {
    font-size: 0.26rem;
  }
  .gHeader .gNav .navigation .primary a .ja.--01 {
    font-size: 0.22rem;
  }
}
.gHeader .gNav .navigation .primary a .new {
  position: absolute;
  top: -0.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #b1332f;
  color: #fff;
  font-size: 0.12rem;
  width: 0.5rem;
  height: 0.2rem;
  padding-bottom: 0.01rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a .new {
    font-size: 0.2rem;
    width: 0.8rem;
    height: 0.4rem;
    top: 0.1rem;
    left: 0.1rem;
    right: auto;
  }
}
.gHeader .gNav .navigation .primary a.active {
  color: #b1332f;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.active {
    color: #fff;
  }
}
.gHeader .gNav .navigation .primary a.off {
  color: #d9cece;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.off {
    color: #fff;
    opacity: 0.35;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .primary a:hover {
    color: #d57c79;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.top {
    background-image: url(../imgs/gnav-top.jpg);
  }
}
.gHeader .gNav .navigation .primary a.time {
  color: #a1943d;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.time {
    position: relative;
    color: #fff;
    background-image: url(../imgs/gnav-time.jpg);
  }
  .gHeader .gNav .navigation .primary a.time::before {
    content: "";
    display: block;
    width: 1.8rem;
    aspect-ratio: 240/43;
    position: absolute;
    top: 0.16rem;
    right: -0.06rem;
    background: url(../imgs/gnav-time_badge.png) 0 0/contain no-repeat;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.position {
    background-image: url(../imgs/gnav-position.jpg);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.location {
    background-image: url(../imgs/gnav-location.jpg);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.access {
    background-image: url(../imgs/gnav-access.jpg);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.residence {
    background-image: url(../imgs/gnav-residence.jpg);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.plan {
    background-image: url(../imgs/gnav-plan.jpg);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.equipment {
    background-image: url(../imgs/gnav-equipment.jpg);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.modelroom {
    background-image: url(../imgs/gnav-modelroom.jpg);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.limited {
    background-image: url(../imgs/gnav-limited.jpg);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.brand {
    background-image: url(../imgs/gnav-brand.jpg);
  }
}
.gHeader .gNav .navigation .secondary {
  grid-row: 1/2;
  grid-column: 2/3;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .secondary {
    margin: 0.5rem 0 0;
    gap: 0.3rem;
  }
  .gHeader .gNav .navigation .secondary li {
    width: 2.8rem;
  }
}
.gHeader .gNav .navigation .secondary a {
  display: block;
  padding: 0 0 0 0.2rem;
  background: 0 50%/0.12rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .secondary a {
    padding: 0.3rem;
  }
}
.gHeader .gNav .navigation .secondary a .en {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .secondary a .en {
    display: block;
    font-size: 0.46rem;
    letter-spacing: 0.02em;
    line-height: 1;
  }
}
.gHeader .gNav .navigation .secondary a .ja {
  font-size: 0.15rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .secondary a .ja {
    margin: 0.1rem 0 0;
    color: #998f8e;
    font-size: 0.26rem;
    line-height: 1;
  }
}
.gHeader .gNav .navigation .secondary a.map {
  background-image: url(../imgs/ico-map.svg);
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .secondary a.map {
    background-image: none;
  }
}
.gHeader .gNav .navigation .secondary a.outline {
  background-image: url(../imgs/ico-outline.svg);
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .secondary a.outline {
    background-image: none;
  }
}
.gHeader .gNav .navigation .cv {
  grid-row: 1/2;
  grid-column: 3/4;
  display: flex;
  gap: 0.1rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .cv {
    flex-direction: column;
    gap: 0.2rem;
    margin: 0.5rem 0 0;
  }
}
.gHeader .gNav .navigation .cv li {
  width: 1.8rem;
  box-shadow: 0.06rem 0.08rem 0.19rem 0.01rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .cv li {
    width: auto;
  }
}
.gHeader .gNav .navigation .cv li:has(.limited), .gHeader .gNav .navigation .cv li:has(.visitor_limited) {
  width: 2.3rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .cv li:has(.limited), .gHeader .gNav .navigation .cv li:has(.visitor_limited) {
    width: auto;
  }
}
.gHeader .gNav .navigation .cv a {
  height: 0.5rem;
  font-size: 0.15rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .cv a {
    height: 1.1rem;
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation:is(.gNav:has(.btn--menu input:checked) *) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.main {
  background: url(../imgs/bg-sakura.jpg) 0 0/100% auto repeat fixed;
}
@media screen and (max-width: 750px) {
  .main {
    background-image: url(../imgs/bg-sakura_sp.jpg);
    background-attachment: scroll;
  }
}
.main .btn--detail {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.2rem;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .main .btn--detail {
    font-size: 0.3rem;
  }
}
.main .btn--detail::after {
  content: "";
  display: block;
  width: 0.6rem;
  aspect-ratio: 1;
  background: #e19392 url(../../assets/imgs/arw01_w.svg) 50% 50%/0.2rem auto no-repeat;
  border-radius: 50%;
  box-shadow: 0.11rem 0.16rem 0.29rem 0.01rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .main .btn--detail::after {
    width: 0.8rem;
    background-size: 0.26rem auto;
  }
}
.main .catch .ja.grade {
  width: -moz-fit-content;
  width: fit-content;
  background: #594847 url(../imgs/bg-grade.png) -1.3rem -1.18rem/3.21rem auto no-repeat;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 0.34rem;
  line-height: 0.54rem;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 750px) {
  .main .catch .ja.grade {
    background-position: -0.68rem -1.18rem;
    font-size: 0.44rem;
    line-height: 0.7rem;
  }
}
.main .catch .ja.grade .num {
  font-size: 0.48rem;
}
.main .catch .ja.grade .sup {
  font-size: 0.5em;
  line-height: 0;
  vertical-align: middle;
}
.main figure:has(.bottomRight),
.main figure:has(.bottomRightOut),
.main figure:has(.bottomLeft),
.main figure:has(.bottomLeftOut) {
  position: relative;
}
.main figure:has(.bottomRight) figcaption,
.main figure:has(.bottomRightOut) figcaption,
.main figure:has(.bottomLeft) figcaption,
.main figure:has(.bottomLeftOut) figcaption {
  position: absolute;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main figure:has(.bottomRight) figcaption,
  .main figure:has(.bottomRightOut) figcaption,
  .main figure:has(.bottomLeft) figcaption,
  .main figure:has(.bottomLeftOut) figcaption {
    font-size: 0.18rem;
  }
}
.main figure:has(.bottomRight) figcaption.white,
.main figure:has(.bottomRightOut) figcaption.white,
.main figure:has(.bottomLeft) figcaption.white,
.main figure:has(.bottomLeftOut) figcaption.white {
  color: #fff;
}
.main figure:has(.bottomRight) figcaption:where(.bottomRight),
.main figure:has(.bottomRightOut) figcaption:where(.bottomRight),
.main figure:has(.bottomLeft) figcaption:where(.bottomRight),
.main figure:has(.bottomLeftOut) figcaption:where(.bottomRight) {
  padding: 0.1rem;
  bottom: 0;
  right: 0;
}
.main figure:has(.bottomRight) figcaption:where(.bottomRightOut),
.main figure:has(.bottomRightOut) figcaption:where(.bottomRightOut),
.main figure:has(.bottomLeft) figcaption:where(.bottomRightOut),
.main figure:has(.bottomLeftOut) figcaption:where(.bottomRightOut) {
  padding: 0.1rem 0 0;
  top: 100%;
  right: 0;
}
.main figure:has(.bottomRight) figcaption:where(.bottomLeft),
.main figure:has(.bottomRightOut) figcaption:where(.bottomLeft),
.main figure:has(.bottomLeft) figcaption:where(.bottomLeft),
.main figure:has(.bottomLeftOut) figcaption:where(.bottomLeft) {
  padding: 0.1rem;
  bottom: 0;
  left: 0;
}
.main figure:has(.bottomRight) figcaption:where(.bottomLeftOut),
.main figure:has(.bottomRightOut) figcaption:where(.bottomLeftOut),
.main figure:has(.bottomLeft) figcaption:where(.bottomLeftOut),
.main figure:has(.bottomLeftOut) figcaption:where(.bottomLeftOut) {
  padding: 0.1rem 0 0;
  top: 100%;
  left: 0;
}
.main .pageHeader {
  padding: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .pageHeader {
    padding: 1rem 0 0;
  }
}
.main .pageHeader .ttl {
  background: #594847 url(../imgs/bg-pageTtl.jpg) 50% -2.16rem/5.95rem auto no-repeat;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl {
    font-size: 1rem;
  }
}
.main .pageHeader .image {
  margin: 0.6rem 0 0;
  position: relative;
}
.main .pageHeader .image img {
  width: 100%;
}
.main .pageHeader .image::after {
  content: "";
  display: block;
  position: absolute;
  background: 0 0/contain no-repeat;
}
.main .sttl--01 {
  width: -moz-fit-content;
  width: fit-content;
  background: #594847 url(../imgs/bg-sttl.jpg) 50% -0.95rem/2.27rem auto no-repeat;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 0.28rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .sttl--01 {
    font-size: 0.48rem;
  }
}

.gFooter {
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter {
    margin: 0;
    padding: 0 0 1.2rem;
  }
}
.gFooter .fCv {
  margin: 0.6rem 0 0;
}
.gFooter .fCv .list {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .fCv .list {
    flex-direction: column;
    width: 5.9rem;
    margin: 0 auto;
  }
}
.gFooter .fCv .list li {
  width: 4.6rem;
  box-shadow: 0.11rem 0.16rem 0.29rem 0.01rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .gFooter .fCv .list li {
    width: auto;
  }
}
.gFooter .fCv .list a {
  height: 0.9rem;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .fCv .list a {
    height: 1.1rem;
    font-size: 0.28rem;
  }
}
.gFooter .navigation {
  background: linear-gradient(90deg, #fff, #faeded 2.4rem, #faeded calc(100% - 2.4rem), #fff);
}
@media screen and (max-width: 750px) {
  .gFooter .navigation {
    margin-top: 1.2rem;
  }
}
.gFooter .navigation .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  height: 0.77rem;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation .list {
    flex-flow: row wrap;
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
    row-gap: 0;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0.2rem 0;
  }
}
.gFooter .navigation .list a {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  transition: color 0.4s;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation .list a {
    font-size: 0.23rem;
  }
}
.gFooter .navigation .list a.active {
  color: #d57c79;
}
.gFooter .navigation .list a.off {
  color: #d9cece;
  pointer-events: none;
}
@media screen and (hover: hover) and (pointer: fine) {
  .gFooter .navigation .list a:hover {
    color: #d57c79;
  }
}
.gFooter .contact {
  padding: 1rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .contact {
    padding: 1.5rem 0 0;
  }
}
.gFooter .contact .ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(90deg, #594847, #d57c79, #594847);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 0.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .ttl {
    font-size: 0.6rem;
  }
}
.gFooter .contact .text {
  padding: 0.6rem 0 0;
  font-size: 0.2rem;
  line-height: 0.34rem;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .text {
    margin: 0 -0.4rem;
    padding: 0.4rem 0 0;
    font-size: 0.32rem;
    line-height: 0.54rem;
  }
}
.gFooter .contact .tel {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0 0.33rem;
  font-size: 0.54rem;
  letter-spacing: 0.05em;
  line-height: 0.9rem;
  background: url(../imgs/ico-tel.svg) 0 50%/0.26rem auto no-repeat;
}
@media screen and (min-width: 751px) {
  .gFooter .contact .tel {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 750px) {
  .gFooter .contact .tel {
    padding: 0 0 0 0.49rem;
    font-size: 0.8rem;
    line-height: 1.4rem;
    background-size: 0.38rem auto;
  }
}
.gFooter .contact .note {
  color: #998f8e;
  font-size: 0.15rem;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .note {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
}
.gFooter .contact .closed {
  width: 7.6rem;
  margin: 0.6rem auto 0;
  padding: 0.3rem 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .closed {
    width: 100%;
  }
}
.gFooter .contact .closed .catch {
  color: #b1332f;
  font-size: 0.25rem;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .closed .catch {
    font-size: 0.32rem;
  }
}
.gFooter .contact .closed .text {
  padding: 0.2rem 0 0;
  font-size: 0.18rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .closed .text {
    font-size: 0.22rem;
    letter-spacing: 0.025em;
  }
}
.gFooter .contact .closed .note {
  color: #594847;
  padding: 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .closed .note {
    font-size: 0.19rem;
    padding: 0.3rem 0 0;
  }
}
.gFooter .contact .cv {
  display: flex;
  justify-content: center;
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .cv {
    flex-direction: column;
    gap: 0.2rem;
    width: 5.9rem;
    margin: 0.8rem auto 0;
  }
}
.gFooter .contact .cv li {
  width: 5.6rem;
  box-shadow: 0.11rem 0.16rem 0.2rem 0.01rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .gFooter .contact .cv li {
    width: auto;
  }
}
.gFooter .contact .cv .entry {
  height: 0.9rem;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .cv .entry {
    height: 1.1rem;
    font-size: 0.28rem;
  }
}
.gFooter .ci {
  padding: 0.8rem 0 1rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci {
    padding: 0.8rem 0;
  }
}
.gFooter .ci .list {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list {
    gap: 0.5rem;
  }
}
.gFooter .ci .list .item--01 {
  width: 1.07rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--01 {
    width: 1.66rem;
  }
}
.gFooter .ci .list .item--02 {
  width: 2.09rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--02 {
    width: 3.24rem;
  }
}
.gFooter .ci .list .item--03 {
  width: 2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--03 {
    width: 3.24rem;
  }
}
.gFooter .ci .list .item span {
  display: block;
  margin: 0 0 0.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item span {
    margin: 0 0 0.15rem;
    font-size: 0.2rem;
  }
}
.gFooter .about {
  padding: 0.8rem 0;
  background: url(../imgs/bg-project.jpg) 50% 50%/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .gFooter .about {
    padding: 1.5rem 0 1.2rem;
    background-image: url(../imgs/bg-project_sp.jpg);
  }
}
.gFooter .about .wrap {
  max-width: 14.76rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .gFooter .about .wrap {
    display: block;
  }
}
.gFooter .about .text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .gFooter .about .text {
    display: block;
  }
}
.gFooter .about .text .ttl {
  color: #e6e6e6;
  font-size: 0.7rem;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .gFooter .about .text .ttl {
    margin: 0 -0.4rem;
    font-size: 1.1rem;
    letter-spacing: -0.07em;
    text-align: center;
  }
}
.gFooter .about .text .catch,
.gFooter .about .text p {
  letter-spacing: 0.045em;
  text-align: center;
}
.gFooter .about .text .catch {
  padding: 0.3rem 0 0;
  font-size: 0.28rem;
  line-height: 0.45rem;
}
@media screen and (max-width: 750px) {
  .gFooter .about .text .catch {
    padding: 0.5rem 0 0;
    font-size: 0.42rem;
    line-height: 0.66rem;
  }
}
.gFooter .about .text p {
  margin: auto 0 0;
  font-size: 0.2rem;
  line-height: 0.35rem;
}
@media screen and (max-width: 750px) {
  .gFooter .about .text p {
    margin: 0;
    padding: 0.8rem 0 0;
    font-size: 0.34rem;
    line-height: 0.7rem;
  }
}
.gFooter .about .list {
  display: flex;
  gap: 0.02rem;
}
@media screen and (max-width: 750px) {
  .gFooter .about .list {
    flex-direction: column;
    width: 6.5rem;
    margin: 0.8rem auto 0;
  }
}
.gFooter .about .list .item {
  display: grid;
  width: 4.35rem;
}
@media screen and (max-width: 750px) {
  .gFooter .about .list .item {
    width: auto;
  }
}
.gFooter .about .list .item > * {
  grid-area: 1/1;
}
.gFooter .about .list .item .current {
  align-self: flex-start;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 3.7rem;
  height: 0.42rem;
  margin: 0.2rem 0 0 -0.07rem;
  padding: 0 0 0 0.07rem;
  position: relative;
  background: rgba(213, 124, 121, 0.9);
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.15rem;
}
@media screen and (max-width: 750px) {
  .gFooter .about .list .item .current {
    width: 5.4rem;
    height: 0.6rem;
    margin: 0.24rem 0 0 -0.1rem;
    padding: 0 0 0 0.1rem;
    font-size: 0.22rem;
  }
}
.gFooter .about .list .item .current::before {
  content: "";
  display: block;
  width: 0.07rem;
  aspect-ratio: 1;
  position: absolute;
  top: 100%;
  left: 0;
  background: #b36866;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (max-width: 750px) {
  .gFooter .about .list .item .current::before {
    width: 0.1rem;
  }
}
.gFooter .about .list .item .name {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  width: 100%;
  align-self: center;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .about .list .item .name {
    gap: 0.2rem;
  }
}
.gFooter .about .list .item .name .en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.16rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .gFooter .about .list .item .name .en {
    font-size: 0.24rem;
  }
}
.gFooter .about .list .item .name .ja {
  font-size: 0.24rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .gFooter .about .list .item .name .ja {
    font-size: 0.38rem;
  }
}
.gFooter .about .list .item .btn {
  align-self: flex-end;
  justify-self: center;
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 0.6rem;
  margin: 0 0 0.2rem;
  background: rgba(120, 170, 159, 0.9) url(../imgs/arw01_w.svg) calc(100% - 0.2rem) 50%/0.2rem auto no-repeat;
  color: #fff;
  font-size: 0.17rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .gFooter .about .list .item .btn {
    width: 5.4rem;
    height: 0.8rem;
    margin: 0 0 1.5rem;
    background-position: calc(100% - 0.26rem) 50%;
    background-size: 0.26rem auto;
    font-size: 0.26rem;
  }
}
.gFooter .about .list .item .btn .en {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .about .list .item .btn .en {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 750px) {
  .gFooter .about .list .item--01 .name {
    padding: 0.3rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .gFooter .about .list .item--02 .name {
    padding: 0 0 1.28rem;
  }
}
.gFooter .fNote {
  padding: 0.88rem 0 0.8rem;
}
@media screen and (max-width: 750px) {
  .gFooter .fNote {
    padding: 1.2rem 0;
  }
}
.gFooter .fNote .wrap {
  max-width: 12.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .gFooter .fNote .wrap {
    padding-inline: 0.8rem;
    font-size: 0.2rem;
  }
}
.gFooter .copyright {
  background: #f2f2f2;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .copyright {
    font-size: 0.22rem;
  }
}
.gFooter .pagetop {
  display: block;
  width: 0.6rem;
  aspect-ratio: 1;
  position: fixed;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 4000;
  background: #fff url(../imgs/pagetop.svg) 50% 50%/auto 0.2rem no-repeat;
  border-radius: 50%;
  box-shadow: 0.06rem 0.08rem 0.2rem 0.01rem rgba(0, 0, 0, 0.1);
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .gFooter .pagetop {
    width: 0.8rem;
    right: 0.2rem;
    bottom: 1.4rem;
    background-size: auto 0.26rem;
  }
}
.gFooter .pagetop.off {
  pointer-events: none;
  opacity: 0;
}
.gFooter .spFNav {
  display: none;
}
@media screen and (max-width: 750px) {
  .gFooter .spFNav {
    transition: transform 0.6s, opacity 0.6s;
    transform: translateY(0);
    opacity: 1;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #b3a7a6;
  }
  .gFooter .spFNav.hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
  .gFooter .spFNav li {
    width: 25%;
    border-left: 0.01rem dashed #fff;
  }
  .gFooter .spFNav li:first-child, .gFooter .spFNav li:last-child {
    border-left: none;
  }
  .gFooter .spFNav li a {
    display: block;
    box-sizing: border-box;
    height: 1.2rem;
    padding: 0.82rem 0 0;
    background: 50% 0.18rem no-repeat;
    color: #fff;
    font-family: "Forum", serif;
    font-size: 0.26rem;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
  }
  .gFooter .spFNav li a.special {
    background-image: url(../imgs/ico-special_f.png);
    background-size: 0.54rem auto;
  }
  .gFooter .spFNav li a.top {
    background-image: url(../imgs/ico-top_f.svg);
    background-size: 0.57rem auto;
  }
  .gFooter .spFNav li a.map {
    background-image: url(../imgs/ico-map_f.svg);
    background-size: 0.4rem auto;
  }
  .gFooter .spFNav li a.outline {
    background-image: url(../imgs/ico-outline_f.svg);
    background-size: 0.4rem auto;
  }
  .gFooter .spFNav li a.tel {
    background-image: url(../imgs/ico-tel_f.svg);
    background-size: 0.5rem auto;
  }
  .gFooter .spFNav li a.limited {
    background-color: #cfb07c;
    background-image: url(../imgs/ico-limited_f.svg);
    background-position: 50% 0.15rem;
    background-size: 0.45rem auto;
  }
  .gFooter .spFNav li a.entry {
    background-color: #d7807d;
    background-image: url(../imgs/ico-entry_f.svg);
    background-position: 50% 0.2rem;
    background-size: 0.5rem auto;
  }
  .gFooter .spFNav li a.reserve {
    background-color: #99b751;
    background-image: url(../imgs/ico-reserve_f.svg);
    background-position: 50% 0.18rem;
    background-size: 0.5rem auto;
  }
}/*# sourceMappingURL=common.css.map */