@charset "UTF-8";
.main section.location .text p::before,
.main section.access .text p::before,
.main section.residence .text p::before,
.main section.plan .text p::before, .main section.location .text .catch::before,
.main section.access .text .catch::before,
.main section.residence .text .catch::before,
.main section.plan .text .catch::before, .main section.concept .catch--02 .text .sp::before, .main section.concept .text::before, .main section.concept .prepend .catch::before, .main section.information .text .line::before, .main section.location .text p::after,
.main section.access .text p::after,
.main section.residence .text p::after,
.main section.plan .text p::after, .main section.location .text .catch::after,
.main section.access .text .catch::after,
.main section.residence .text .catch::after,
.main section.plan .text .catch::after, .main section.concept .catch--02 .text .sp::after, .main section.concept .text::after, .main section.concept .prepend .catch::after, .main section.information .text .line::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main section.location .text p::before,
.main section.access .text p::before,
.main section.residence .text p::before,
.main section.plan .text p::before, .main section.location .text .catch::before,
.main section.access .text .catch::before,
.main section.residence .text .catch::before,
.main section.plan .text .catch::before, .main section.concept .catch--02 .text .sp::before, .main section.concept .text::before, .main section.concept .prepend .catch::before, .main section.information .text .line::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main section.location .text p::after,
.main section.access .text p::after,
.main section.residence .text p::after,
.main section.plan .text p::after, .main section.location .text .catch::after,
.main section.access .text .catch::after,
.main section.residence .text .catch::after,
.main section.plan .text .catch::after, .main section.concept .catch--02 .text .sp::after, .main section.concept .text::after, .main section.concept .prepend .catch::after, .main section.information .text .line::after {
  margin-top: calc((1em - 1lh) / 2);
}

.gHeader {
  position: fixed;
}

.main .hero {
  display: grid;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .hero {
    display: block;
    height: auto;
    max-height: none;
    position: relative;
    margin-top: 0;
  }
}
.main .hero .movie,
.main .hero .mvimage {
  position: relative;
}
.main .hero .skip-btn,
.main .hero .replay-btn,
.main .hero .mute-btn {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 20;
  cursor: pointer;
  padding: 0;
  border: none;
  width: 1.5rem;
  background: transparent;
}
.main .hero .mute-btn {
  bottom: 1.3rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 1px #fff;
  border-radius: 3em;
  font-size: 0.16rem;
  height: 3em;
  color: transparent;
}
.main .hero .mute-btn:before {
  content: "音声 ON";
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  color: #fff;
}
.main .hero .mute-btn.on:before {
  content: "音声 OFF";
}
.main .hero .movie {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #fff;
}
.main .hero .movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.7777777778vh);
  height: max(100vh, 56.25vw);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .main .hero .movie iframe {
    width: max(100vw, 88.2352941176vh);
    height: max(100vh, 113.3333333333vw);
  }
}
.main .hero .mvimage {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .hero .mvimage {
    display: block !important;
  }
}
.main .hero .mvimage .catch {
  width: 7.6rem;
  position: absolute;
  top: 1.4rem;
  right: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .hero .mvimage .catch {
    width: 4.32rem;
    margin: 0;
    position: absolute;
    top: 2rem;
    left: 0.7rem;
  }
}
.main .hero .obi {
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
}
@media screen and (max-width: 750px) {
  .main .hero .obi {
    display: block;
    height: auto;
    padding: 0.23rem 0.5rem 0.2rem;
    background: #f2f2f2;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.main .hero .obi sub {
  font-size: 0.5em;
  bottom: -0.08em;
}
.main .hero .obi .item {
  box-sizing: border-box;
  /*width: 4.15rem;*/
  height: 0.7rem;
  padding: 0.05rem 0.3rem;
  background: linear-gradient(#a09f9e, #a09f9e) 0 50%/0.01rem 0.7rem no-repeat;
  line-height: 1;
  font-size: 0.24rem;
}
@media screen and (max-width: 750px) {
  .main .hero .obi .item {
    width: auto;
    height: auto;
    border-top: 0.02rem solid #a09f9e;
    padding: 0;
    background: none;
    font-size: 0.46rem;
    line-height: 1.25rem;
  }
}
.main .hero .obi .item:first-child {
  background: none;
}
@media screen and (max-width: 750px) {
  .main .hero .obi .item:first-child {
    border-top: none;
  }
}
.main .hero .obi .item .inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.main .hero .obi .item .small {
  font-size: 0.18rem;
  margin: 0 0 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .hero .obi .item .small {
    font-size: 0.24rem;
    margin: 0;
    line-height: 1;
    margin-top: 0.3rem;
    text-align: center;
  }
}
.main .hero .obi .item .indent {
  text-indent: -0.7em;
}
.main .hero .obi .item strong {
  color: #bc9e66;
  font-size: 0.36rem;
  font-weight: inherit;
}
@media screen and (max-width: 750px) {
  .main .hero .obi .item strong {
    color: inherit;
    font-size: inherit;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .main .hero .obi .item--01 {
    font-size: 0.36rem;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 0.2rem;
  }
}
.main .hero .obi .item--01 span {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .hero .obi .item--01 span {
    font-size: 0.5rem;
  }
}
.main .hero .obi .item--01 strong {
  font-size: 0.4rem;
  margin: 0 0.02rem;
  padding-inline: 0.03rem;
}
@media screen and (max-width: 750px) {
  .main .hero .obi .item--01 strong {
    font-size: 0.9rem;
    color: #bc9e66;
  }
}
@media screen and (max-width: 750px) {
  .main .hero .obi .item--02 {
    font-size: 0.36rem;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 0.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .hero .obi .item--02 .small {
    margin: 0 0 0.02rem;
  }
}
.main .hero .obi .item--02 .large {
  font-size: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .hero .obi .item--02 .large {
    font-size: 0.5rem;
  }
}
.main .hero .obi .item--02 span {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .hero .obi .item--02 span {
    font-size: 0.5rem;
  }
}
.main .hero .obi .item--02 strong {
  font-size: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .hero .obi .item--02 strong {
    color: #bc9e66;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 750px) {
  .main .hero .obi .item--03 .inner, .main .hero .obi .item--04 .inner {
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .main .hero .obi .item--03 strong, .main .hero .obi .item--04 strong {
    color: #bc9e66;
  }
}
.main .hero .scrollAssist {
  position: fixed;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  grid-area: 1/1;
  align-self: flex-end;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media screen and (max-width: 750px) {
  .main .hero .scrollAssist {
    display: none;
  }
}
.main .hero .scrollAssist::before {
  content: "";
  display: block;
  width: 0.2rem;
  aspect-ratio: 2162/1082;
  background: url(../imgs/scroll.svg) 50% 50%/contain no-repeat;
  animation: scrollAssist 0.8s infinite alternate;
}
@keyframes scrollAssist {
  0% {
    translate: 0 0 0;
  }
  100% {
    translate: 0 -100% 0;
  }
}
.main .hero .scrollAssist.is-hidden {
  opacity: 0;
  transform: translateY(0.5rem);
  pointer-events: none;
}
.main .hero .scrollAssist.is-static {
  position: absolute;
  bottom: 1rem;
  top: auto;
}
.main section.information {
  padding: 1rem 0;
  background: linear-gradient(#7a8a7b, #97a28e);
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main section.information {
    padding: 0.8rem 0;
  }
}
.main section.information .fl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main section.information .fl {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.main section.information .fl .image {
  width: 4.5rem;
}
@media screen and (max-width: 750px) {
  .main section.information .fl .image {
    width: 3.5rem;
    margin: 0 auto;
  }
}
.main section.information .fl .cont {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .main section.information .fl .cont {
    text-align: center;
    display: block;
  }
}
.main section.information .ttl {
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 1;
}
.main section.information .text {
  padding: 0.5rem 0 0;
}
.main section.information .text .line--01 {
  font-size: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main section.information .text .line--01 {
    font-size: 0.52rem;
  }
}
.main section.information .text .line--02 {
  padding: 0.26rem 0 0;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main section.information .text .line--02 {
    font-size: 0.28rem;
    padding-top: 0.5rem;
  }
}
.main section.information .text .btn--entry {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 0.7rem;
  margin-top: 0.5rem;
  background: #d2b084;
  font-size: 0.2rem;
  overflow: hidden;
  transition: color 0.4s;
}
@media screen and (max-width: 750px) {
  .main section.information .text .btn--entry {
    width: 4.5rem;
    height: 1rem;
    border-radius: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.28rem;
  }
}
.main section.information .text .btn--entry::before {
  content: "";
  display: block;
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  background: #fff;
  scale: 0 1;
  transform-origin: left;
  transition: scale 0.4s;
}
@media screen and (max-width: 750px) {
  .main section.information .text .btn--entry::before {
    content: none;
  }
}
.main section.information .text .btn--entry span {
  grid-area: 1/1;
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main section.information .text .btn--entry:hover {
    color: #657f6b;
  }
  .main section.information .text .btn--entry:hover::before {
    scale: 1 1;
    transform-origin: right;
  }
}
.main section.information1 {
  background: linear-gradient(#7a8a7b, #97a28e);
  padding: 1.6rem 0;
  box-sizing: border-box;
}
.main section.information1 * {
  box-sizing: border-box;
}
.main section.information1 .info_ttl {
  color: #fff;
  padding-bottom: 0.6rem;
  font-size: 0.3rem;
  text-align: center;
}
.main section.information1 .info_box {
  background: #fff url(../imgs/info_bg.png) no-repeat center/cover;
  width: 13.48rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.8rem 0.6rem 0.6rem;
}
@media screen and (max-width: 750px) {
  .main section.information1 .info_box {
    padding: 0.4rem;
  }
}
.main section.information1 .box_head {
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .main section.information1 .box_head {
    padding-top: 3.5rem;
  }
}
.main section.information1 .box_head::after {
  content: "";
  background: url(../imgs/info_pamphlet.png) no-repeat center/cover;
  position: absolute;
  inset: 50% 0 auto auto;
  translate: 0 -60%;
  width: 4.78rem;
  height: 3.14rem;
}
@media screen and (max-width: 750px) {
  .main section.information1 .box_head::after {
    inset: 0 auto auto 50%;
    translate: -50% 0;
  }
}
.main section.information1 .box_head .box_ttl {
  color: #7b8a7b;
  padding-bottom: 0.2rem;
  font-size: 0.44rem;
}
@media screen and (max-width: 750px) {
  .main section.information1 .box_head .box_ttl {
    text-align: center;
  }
}
.main section.information1 .box_head .box_txt {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main section.information1 .box_head .box_txt {
    font-size: 0.28rem;
  }
}
.main section.information1 .steps {
  display: flex;
  gap: 0.3rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main section.information1 .steps {
    flex-direction: column;
  }
}
.main section.information1 .steps li {
  background: #ebebe5;
  flex: 1;
  position: relative;
  padding: 0.6rem 0.3rem 0.3rem;
}
.main section.information1 .steps li + li::before {
  content: "";
  background: #657f6b;
  position: absolute;
  inset: 50% auto auto -0.15rem;
  translate: -50% -50%;
  width: 0.12rem;
  height: 0.26rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 750px) {
  .main section.information1 .steps li + li::before {
    inset: -0.15rem auto auto 50%;
    width: 0.26rem;
    height: 0.12rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.main section.information1 .steps li span {
  background: #657f6b;
  color: #fff;
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  padding: 0.05rem 0.2rem;
  font-size: 0.26rem;
  line-height: 1;
}
.main section.information1 .steps li .step_ttl {
  padding-bottom: 0.2rem;
  font-size: 0.3rem;
  line-height: 1.4;
}
.main section.information1 .steps li .step_txt {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main section.information1 .steps li .step_txt {
    font-size: 0.24rem;
  }
}
.main section.information1 .btn a {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 0.8rem;
  margin: auto;
  background: #aa9171;
  color: #fff;
  font-size: 0.24rem;
  overflow: hidden;
  transition: color 0.4s;
}
@media screen and (max-width: 750px) {
  .main section.information1 .btn a {
    width: 5.4rem;
    height: 1.2rem;
    font-size: 0.32rem;
  }
}
.main section.information1 .btn a::before {
  content: "";
  display: block;
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  background: #fff;
  scale: 0 1;
  transform-origin: left;
  transition: scale 0.4s;
}
@media screen and (max-width: 750px) {
  .main section.information1 .btn a::before {
    content: none;
  }
}
.main section.information1 .btn a span {
  grid-area: 1/1;
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main section.information1 .btn a:hover {
    color: #aa9171;
  }
  .main section.information1 .btn a:hover::before {
    scale: 1 1;
    transform-origin: right;
  }
}
.main section.concept {
  padding: 2.15rem 0 1.8rem;
  background: url(../imgs/bg01.jpg) 50% 50%/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .main section.concept {
    padding: 1.3rem 0 4.64rem;
    position: relative;
    background-image: url(../imgs/bg01_sp.jpg);
  }
}
.main section.concept .wrap {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  gap: 4.95rem 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main section.concept .wrap {
    display: block;
    position: static;
  }
}
.main section.concept .prepend {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 0 0 0 1.3rem;
}
@media screen and (max-width: 750px) {
  .main section.concept .prepend {
    margin: 0 -0.6rem;
    padding: 0;
    text-align: center;
  }
}
.main section.concept .prepend .ttl {
  font-size: 0.56rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main section.concept .prepend .ttl {
    font-size: 0.4rem;
  }
}
.main section.concept .prepend .catch {
  padding: 0.5rem 0 0;
  font-size: 0.38rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main section.concept .prepend .catch {
    padding: 0.62rem 0 0;
    font-size: 0.52rem;
    line-height: 1.5576923077;
  }
}
.main section.concept .text {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 0.24rem;
  line-height: 2.7083333333;
}
@media screen and (max-width: 750px) {
  .main section.concept .text {
    padding: 1rem 0 0;
    margin: 0 -0.6rem;
    font-size: 0.28rem;
    line-height: 2.6071428571;
    text-align: center;
  }
}
.main section.concept .image--01 {
  width: 7.4rem;
  position: absolute;
  top: 3.49rem;
  right: calc(50% - 0.14rem);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 750px) {
  .main section.concept .image--01 {
    width: 7.09rem;
    margin: 0.48rem -0.6rem 0 -0.21rem;
    position: static;
  }
}
.main section.concept .catch--02 {
  grid-row: 2/3;
  grid-column: 1/3;
  width: 7.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main section.concept .catch--02 {
    width: 3.66rem;
    margin: 0.96rem 0 0;
  }
}
.main section.concept .catch--02 .text {
  margin: 0.35rem 0 0;
  font-size: 0.28rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main section.concept .catch--02 .text {
    margin: 0;
    padding: 0.64rem 0 0;
    font-size: 0.32rem;
    line-height: 1.6875;
    text-align: left;
  }
}
.main section.concept .image--02 {
  display: none;
}
@media screen and (max-width: 750px) {
  .main section.concept .image--02 {
    display: block;
    width: 3rem;
    position: absolute;
    right: 0;
    bottom: 1.3rem;
  }
}
.main section.concept .image--03 {
  display: none;
}
@media screen and (max-width: 750px) {
  .main section.concept .image--03 {
    display: block;
    width: 2.5rem;
    position: absolute;
    bottom: -0.8rem;
    left: 0.7rem;
  }
}
.main section.location .text,
.main section.access .text,
.main section.residence .text,
.main section.plan .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.main section.location .text .ttl,
.main section.access .text .ttl,
.main section.residence .text .ttl,
.main section.plan .text .ttl {
  position: absolute;
  top: 0;
  writing-mode: vertical-rl;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 0.9;
  visibility: hidden;
}
.main section.location .text .ttl.scrollIn,
.main section.access .text .ttl.scrollIn,
.main section.residence .text .ttl.scrollIn,
.main section.plan .text .ttl.scrollIn {
  visibility: visible;
  animation: clipFromTop 0.8s both;
}
@keyframes clipFromTop {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.main section.location .text .catch,
.main section.access .text .catch,
.main section.residence .text .catch,
.main section.plan .text .catch {
  font-size: 0.38rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main section.location .text .catch,
  .main section.access .text .catch,
  .main section.residence .text .catch,
  .main section.plan .text .catch {
    font-size: 0.5rem;
    line-height: 1.4807692308;
  }
}
.main section.location .text .catch .num,
.main section.access .text .catch .num,
.main section.residence .text .catch .num,
.main section.plan .text .catch .num {
  font-size: 0.5rem;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .main section.location .text .catch .num,
  .main section.access .text .catch .num,
  .main section.residence .text .catch .num,
  .main section.plan .text .catch .num {
    font-size: 0.8rem;
  }
}
.main section.location .text p,
.main section.access .text p,
.main section.residence .text p,
.main section.plan .text p {
  padding: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.location .text p,
  .main section.access .text p,
  .main section.residence .text p,
  .main section.plan .text p {
    padding: 0.5rem 0 0;
  }
}
.main section.location .text .btn--more,
.main section.access .text .btn--more,
.main section.residence .text .btn--more,
.main section.plan .text .btn--more {
  margin: 0.7rem 0 0;
}
.main section.location {
  padding: 2.5rem 0 3.74rem;
  container-type: inline-size;
  background: linear-gradient(0deg, #ebebe5 7.7rem, transparent 7.7rem);
}
@media screen and (max-width: 750px) {
  .main section.location {
    padding: 2.2rem 0 1.1rem;
    background: linear-gradient(0deg, #ebebe5 9rem, transparent 9rem);
  }
}
.main section.location .wrap {
  position: relative;
}
.main section.location .image--01 {
  width: calc(50cqw + 1.9rem);
  margin-left: calc(8.3rem - 50cqw);
}
@media screen and (max-width: 750px) {
  .main section.location .image--01 {
    width: 6.7rem;
    margin-left: -0.6rem;
  }
}
.main section.location .image--01 img {
  width: 100%;
  height: 7.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .main section.location .image--01 img {
    height: auto;
  }
}
.main section.location .text {
  width: 5.2rem;
  height: 7.7rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .main section.location .text {
    width: auto;
    height: auto;
    margin: 1.3rem 0 0;
    position: static;
  }
}
.main section.location .text .ttl {
  right: 0;
}
@media screen and (max-width: 750px) {
  .main section.location .text .ttl {
    top: 5.28rem;
    right: 0.5rem;
  }
}
.main section.location .en {
  width: 7.3rem;
  position: absolute;
  top: 10.5rem;
  right: 0;
}
@media screen and (max-width: 750px) {
  .main section.location .en {
    width: auto;
    margin: 1.6rem 0 0;
    position: static;
  }
}
.main section.location .en .small {
  font-size: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main section.location .en .small {
    font-size: 0.26rem;
  }
}
.main section.location .en .large {
  padding: 0.35rem 0 0;
  font-size: 0.56rem;
  line-height: 1.1071428571;
}
@media screen and (max-width: 750px) {
  .main section.location .en .large {
    padding: 0.34rem 0 0;
    font-size: 0.66rem;
    line-height: 1.1060606061;
  }
}
.main section.location .image--02 {
  width: 7rem;
  margin: 1.7rem 0 0 0.8rem;
}
@media screen and (max-width: 750px) {
  .main section.location .image--02 {
    width: 5rem;
    margin: 0.8rem 0 0;
  }
}
.main section.location .image--03 {
  width: 3.5rem;
  position: absolute;
  right: 0;
  bottom: 2.7rem;
}
@media screen and (max-width: 750px) {
  .main section.location .image--03 {
    width: 2.76rem;
    margin: 1.2rem 0 0 auto;
    position: relative;
    bottom: 0;
  }
}
.main section.location .image--04 {
  width: 4.6rem;
  position: absolute;
  right: 2.7rem;
  bottom: -2.04rem;
}
@media screen and (max-width: 750px) {
  .main section.location .image--04 {
    width: 3.6rem;
    margin: 0.5rem 0 0 0.46rem;
    position: relative;
    right: 0;
    bottom: 0;
  }
}
.main section.access {
  container-type: inline-size;
  padding: 1.7rem 0;
}
@media screen and (max-width: 750px) {
  .main section.access {
    padding: 1.6rem 0 1.3rem;
  }
}
.main section.access .wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main section.access .wrap {
    display: block;
  }
}
.main section.access .image {
  width: calc(50cqw - 0.8rem);
  margin-right: calc(8.3rem - 50cqw);
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .main section.access .image {
    width: 6.45rem;
    margin-right: -0.6rem;
  }
}
.main section.access .image img {
  width: 100%;
  height: 4.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .main section.access .image img {
    height: auto;
  }
}
.main section.access .text {
  height: 5.02rem;
  padding: 0 0 0 2.4rem;
}
@media screen and (max-width: 750px) {
  .main section.access .text {
    height: auto;
    margin: 1.2rem 0 0;
    padding: 0 0 0 1.15rem;
  }
}
.main section.access .text .ttl {
  left: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main section.access .text .ttl {
    top: -0.6rem;
    left: -0.1rem;
  }
}
.main section.residence {
  container-type: inline-size;
}
@media screen and (max-width: 750px) {
  .main section.residence {
    padding: 0 0 1.3rem;
  }
}
.main section.residence .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main section.residence .wrap {
    display: block;
  }
}
.main section.residence .image {
  width: calc(50cqw + 1.3rem);
  margin-right: auto;
  margin-left: calc(8.3rem - 50cqw);
}
@media screen and (max-width: 750px) {
  .main section.residence .image {
    width: 5.94rem;
    margin-left: 0;
  }
}
.main section.residence .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .main section.residence .image img {
    height: auto;
  }
}
.main section.residence .text {
  width: 5.8rem;
}
@media screen and (max-width: 750px) {
  .main section.residence .text {
    width: auto;
    margin: 1.3rem 0 0;
    padding: 0 0.8rem 0 0.3rem;
  }
}
.main section.residence .text .ttl {
  right: 0;
}
@media screen and (max-width: 750px) {
  .main section.residence .text .ttl {
    top: -0.7rem;
    right: -0.1rem;
  }
}
.main section.plan {
  margin: 2rem 0 0;
  container-type: inline-size;
}
@media screen and (max-width: 750px) {
  .main section.plan {
    margin: 0;
  }
}
.main section.plan .block--01 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main section.plan .block--01 {
    display: block;
  }
}
.main section.plan .block--01 .image {
  width: calc(50cqw + 0.3rem);
  margin-right: calc(8.3rem - 50cqw);
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .main section.plan .block--01 .image {
    width: 6.45rem;
    margin-right: -0.6rem;
  }
}
.main section.plan .block--01 .image img {
  width: 100%;
  height: 6.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .main section.plan .block--01 .image img {
    height: auto;
  }
}
.main section.plan .block--01 .text {
  box-sizing: border-box;
  width: 6.8rem;
  padding: 0 0 0 1rem;
}
@media screen and (max-width: 750px) {
  .main section.plan .block--01 .text {
    width: auto;
    margin: 1.1rem 0 0;
    padding: 0 0 0 1.15rem;
  }
}
.main section.plan .block--01 .text .ttl {
  left: 0;
}
@media screen and (max-width: 750px) {
  .main section.plan .block--01 .text .ttl {
    top: -0.55rem;
    left: -0.1rem;
  }
}
@media screen and (max-width: 750px) {
  .main section.plan .block--01 .text .catch {
    white-space: nowrap;
  }
}
.main section.plan .block--01 .text span.--01 {
  font-size: 90%;
}
.main section.plan .block--02 {
  display: flex;
  gap: 0.12rem;
  margin: 1.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.plan .block--02 {
    flex-direction: column;
    gap: 0.5rem;
    margin: 0.9rem 0 0;
  }
}
.main section.plan .block--02 .image {
  width: 5.7rem;
}
@media screen and (max-width: 750px) {
  .main section.plan .block--02 .image {
    width: 4.3rem;
  }
  .main section.plan .block--02 .image:last-child {
    align-self: flex-end;
  }
}/*# sourceMappingURL=unique.css.map */