@charset "UTF-8";
@keyframes pinchKeyframe {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
main {
  counter-reset: sec_num 0;
  background: #F4F0E8;
  box-sizing: border-box;
}
main * {
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
main .wrap {
  position: relative;
  z-index: 1;
}
main section {
  position: relative;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 750px) {
  main section {
    padding-bottom: 0.9rem;
  }
}
main section .anchor {
  position: absolute;
  inset: 0 auto auto 0;
}
main .mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  main .mv img {
    width: 200%;
    max-width: none;
    margin-left: -50%;
  }
}
main .mv h2 {
  color: #fff;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  font-size: 0.3rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  main .mv h2 {
    font-size: 0.18rem;
  }
}
main .mv h2 span {
  display: block;
  position: relative;
  padding-bottom: 0.3rem;
  font-size: 0.2rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  main .mv h2 span {
    padding-bottom: 0.2rem;
    font-size: 0.16rem;
  }
}
main .mv h2 span::before {
  counter-increment: sec_num 1;
  content: counter(sec_num, decimal-leading-zero);
  padding-right: 0.2rem;
  font-size: 0.4rem;
  font-family: "EB Garamond", serif;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  main .mv h2 span::before {
    padding-right: 0.15rem;
    font-size: 0.3rem;
  }
}
main h3 {
  padding-bottom: 0.42rem;
  font-size: 0.22rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  main h3 {
    padding-bottom: 0.2rem;
    font-size: 0.16rem;
  }
}
main h3 span {
  display: block;
  font-size: 0.4rem;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 750px) {
  main h3 span {
    font-size: 0.28rem;
  }
}
main .c_lead .catch {
  font-size: 0.32rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  main .c_lead .catch {
    font-size: 0.22rem;
  }
}
main .c_lead .catch + p {
  padding-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  main .c_lead .catch + p {
    font-size: 0.14rem;
    line-height: 2;
  }
}
main .btn {
  padding-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  main .btn {
    padding-top: 0.42rem;
  }
}
main .btn a {
  background: #AD8F3D;
  color: #fff;
  display: block;
  position: relative;
  width: min(100%, 4.2rem);
  margin: auto;
  padding: 0.2rem 0;
  font-size: 0.2rem;
  line-height: 1.3;
  text-align: center;
  transition: opacity 0.4s;
}
@media screen and (min-width: 751px) {
  main .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  main .btn a {
    padding: 0.15rem 0;
    font-size: 0.16rem;
  }
}
main .btn a::after {
  content: "";
  background: #fff;
  position: absolute;
  inset: 50% 0.2rem auto auto;
  translate: 0 -50%;
  width: 0.2rem;
  height: 1px;
}
main .wide {
  position: relative;
  inset: 0 auto auto 50%;
  translate: -50% 0;
  width: 100vw;
}
main figure {
  position: relative;
}
main figure figcaption {
  position: absolute;
  inset: auto 0.1rem 0.1rem auto;
  font-size: 0.12rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  main figure figcaption {
    font-size: 0.1rem;
  }
}
main figure figcaption.left {
  inset: auto auto 0.1rem 0.1rem;
}
main figure figcaption.white {
  color: #fff;
}
main figure figcaption.out {
  inset: calc(100% + 0.1rem) 0 auto auto;
}
@media screen and (max-width: 750px) {
  main figure figcaption.out {
    inset: calc(100% + 0.05rem) 0 auto auto;
  }
}
main .illust {
  position: absolute;
  mix-blend-mode: darken;
}

.sec_mv {
  padding: 1.4rem 0 0.8rem;
}
@media screen and (max-width: 750px) {
  .sec_mv {
    padding: 0.9rem 0 0.6rem;
  }
}
.sec_mv::before {
  content: "";
  background: #fff;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 50%;
}
@media screen and (max-width: 750px) {
  .sec_mv::before {
    height: 40%;
  }
}
.sec_mv::after {
  content: "";
  background: url(../imgs/mv_bg.png) no-repeat center/cover;
  position: absolute;
  inset: 0 auto auto 0;
  width: min(100%, 9.29rem);
  aspect-ratio: 929/531;
}
.sec_mv h1 {
  color: #AD8F3D;
  padding-bottom: 0.1rem;
  font-size: 0.42rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec_mv h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.34rem;
    line-height: 1.5;
  }
}
.sec_mv h1 i {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.28rem;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .sec_mv h1 i {
    font-size: 0.22rem;
    line-height: 1;
  }
}
.sec_mv .lead {
  font-size: 0.24rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec_mv .lead {
    font-size: 0.18rem;
  }
}
.sec_mv .kv {
  margin-bottom: 0.46rem;
}
.sec_mv .anchor_box {
  background: #fff;
  padding: 0.5rem;
  box-shadow: 0 0 0.2rem rgba(37, 30, 28, 0.07);
}
@media screen and (max-width: 750px) {
  .sec_mv .anchor_box {
    padding: 0.25rem 0.2rem;
  }
}
.sec_mv .anchor_box .ttl {
  padding-bottom: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.27rem;
}
@media screen and (max-width: 750px) {
  .sec_mv .anchor_box .ttl {
    padding-bottom: 0.2rem;
  }
}
.sec_mv .anchor_box .ttl::before, .sec_mv .anchor_box .ttl::after {
  content: "";
  flex: 1;
  height: 3px;
  margin-top: 0.2rem;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 750px) {
  .sec_mv .anchor_box .ttl::before, .sec_mv .anchor_box .ttl::after {
    display: none;
  }
}
.sec_mv .anchor_box .ttl p {
  font-size: 0.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec_mv .anchor_box .ttl p {
    font-size: 0.15rem;
  }
}
.sec_mv .anchor_box .ttl p span {
  font-size: 0.5rem;
}
@media screen and (max-width: 750px) {
  .sec_mv .anchor_box .ttl p span {
    font-size: 0.19rem;
  }
}
.sec_mv .anchor_box .ttl p span i {
  font-weight: 400;
  font-style: normal;
}
.sec_mv .anchor_box .ttl p span em {
  color: #903030;
  font-size: 0.8rem;
  font-style: normal;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 750px) {
  .sec_mv .anchor_box .ttl p span em {
    font-size: 0.35rem;
  }
}
.sec_mv .anchor_box .links {
  counter-reset: num 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.4rem;
  padding-bottom: 0.38rem;
}
@media screen and (max-width: 750px) {
  .sec_mv .anchor_box .links {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.05rem;
    margin-bottom: 0.15rem;
    padding-bottom: 0;
  }
}
.sec_mv .anchor_box .links a {
  display: block;
  position: relative;
}
.sec_mv .anchor_box .links a::before {
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero);
  color: #fff;
  position: absolute;
  inset: 0.15rem auto auto 0.15rem;
  font-size: 0.5rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
.sec_mv .anchor_box .links a::after {
  content: "";
  background: #903030 url(../../assets/imgs/arw01.svg) no-repeat center/0.1rem;
  position: absolute;
  inset: auto auto -0.88rem 50%;
  translate: -50% 0;
  width: 0.54rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  rotate: 90deg;
}
@media screen and (max-width: 750px) {
  .sec_mv .anchor_box .links a::after {
    display: none;
  }
}
.sec_mv .anchor_box .links p {
  color: #fff;
  position: absolute;
  inset: auto auto 0.15rem 0.15rem;
  font-size: 0.17rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .sec_mv .anchor_box .links p {
    inset: auto 0.1rem 0.1rem auto;
  }
}
.sec_mv .anchor_box .links p span {
  display: block;
  padding-bottom: 0.05rem;
  font-size: 0.1rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .sec_mv .anchor_box .links p span {
    display: inline-block;
    padding: 0 0.1rem 0 0;
  }
}
.sec_mv .anchor_box .links p i {
  font-weight: 400;
  font-style: normal;
}
.sec_mv .anchor_box .btn a {
  background: #903030;
  color: #fff;
  display: block;
  padding: 0.1rem 0;
  font-size: 0.16rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  letter-spacing: 0.15em;
  transition: opacity 0.4s;
}
@media screen and (min-width: 751px) {
  .sec_mv .anchor_box .btn a:hover {
    opacity: 0.75;
  }
}
.sec_mv .anchor_box .btn a.comingsoon {
  pointer-events: none;
}
.sec_mv .anchor_box .btn a span {
  position: relative;
}
.sec_mv .anchor_box .btn a span i {
  display: inline-block;
  position: absolute;
  inset: 50% auto auto calc(100% + 0.2rem);
  translate: 0 -50%;
  width: 0.18rem;
  height: 0.04rem;
}
.sec_mv .anchor_box .btn a span i::before {
  content: "";
  background: #fff;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
}
.sec_mv .anchor_box .btn a span i::after {
  content: "";
  background: #fff;
  position: absolute;
  inset: auto 0 0 auto;
  rotate: 45deg;
  translate: 0 -160%;
  width: 0.04rem;
  height: 1px;
}

.sec_location .row01 {
  display: flex;
  gap: 1rem;
  padding-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .sec_location .row01 {
    flex-direction: column;
    gap: 0.2rem;
    padding-top: 0.6rem;
  }
}
.sec_location .row01 .txt_content {
  flex: 1;
}
.sec_location .row01 .txt_content .c_lead p {
  text-align: left;
}
.sec_location .row01 .img_content {
  width: min(100%, 7rem);
  margin-right: calc((100vw - 12.4rem) / -2);
}
.sec_location .map {
  position: relative;
  padding-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .sec_location .map {
    inset: 0 auto auto 50%;
    translate: -50% 0;
    width: 100vw;
    padding-top: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .sec_location .map .a {
    width: 134%;
    max-width: none;
    margin-left: -25%;
  }
}
.sec_location .map .b {
  position: absolute;
  inset: 0.4rem auto auto -0.8rem;
  width: 2.4rem;
}
@media screen and (max-width: 750px) {
  .sec_location .map .b {
    inset: 0.2rem auto auto 0;
    width: 1rem;
  }
}
.sec_location .facility {
  padding-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .sec_location .facility {
    padding-top: 0.6rem;
  }
}
.sec_location .facility .lead {
  color: #A57F18;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec_location .facility .lead {
    font-size: 0.17rem;
  }
}
.sec_location .facility .lead span {
  position: relative;
}
.sec_location .facility .lead span i {
  position: absolute;
  translate: 0 -50%;
  height: 0.7lh;
  aspect-ratio: 1/1;
}
.sec_location .facility .lead span i::before, .sec_location .facility .lead span i::after {
  content: "";
  background: #A57F18;
  position: absolute;
  width: 0.5px;
}
.sec_location .facility .lead span i::before {
  inset: 0 auto auto 70%;
  height: 100%;
  rotate: -30deg;
}
.sec_location .facility .lead span i::after {
  inset: auto auto 0 0.1rem;
  height: 70%;
  rotate: -45deg;
}
.sec_location .facility .lead span i.a {
  inset: 50% auto auto -2em;
}
.sec_location .facility .lead span i.b {
  inset: 50% -2em auto auto;
  transform: scaleX(-1);
}
.sec_location .facility .box {
  background: #fff;
  padding: 0.6rem 0.5rem;
  border-radius: 0.15rem;
}
@media screen and (max-width: 750px) {
  .sec_location .facility .box {
    padding: 0.4rem 0.2rem;
  }
}
.sec_location .facility .box .row {
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
  padding-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .sec_location .facility .box .row {
    flex-direction: column;
    padding-top: 0.2rem;
  }
}
.sec_location .facility .box .img_content {
  width: min(100%, 6.4rem);
}
.sec_location .facility .box .txt_content {
  flex: 1;
}
.sec_location .facility .box .txt_content .clossgarden {
  background: #F4F0E8;
  border-radius: 0.15rem;
  overflow: hidden;
}
.sec_location .facility .box .txt_content .clossgarden .detail {
  padding: 0.2rem 0.3rem;
}
@media screen and (max-width: 750px) {
  .sec_location .facility .box .txt_content .clossgarden .detail {
    padding: 0.2rem;
  }
}
.sec_location .facility .box .txt_content .clossgarden .ttl {
  padding-bottom: 0.1rem;
  font-size: 0.26rem;
}
@media screen and (max-width: 750px) {
  .sec_location .facility .box .txt_content .clossgarden .ttl {
    font-size: 0.2rem;
  }
}
.sec_location .facility .box .txt_content .clossgarden .txt {
  padding-bottom: 0.2rem;
  font-size: 0.14rem;
}
@media screen and (max-width: 750px) {
  .sec_location .facility .box .txt_content .clossgarden .txt {
    font-size: 0.12rem;
  }
}
.sec_location .facility .box .txt_content .clossgarden .shoplist .tag {
  color: #7F764C;
  position: relative;
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.15em;
}
.sec_location .facility .box .txt_content .clossgarden .shoplist .tag::before {
  content: "";
  background: #7F764C;
  position: absolute;
  inset: 50% auto auto 0;
  translate: 0 -50%;
  width: 100%;
  height: 0.5px;
}
.sec_location .facility .box .txt_content .clossgarden .shoplist .tag span {
  background: #F4F0E8;
  position: relative;
  padding-right: 1em;
}
.sec_location .facility .box .txt_content .clossgarden .shoplist .logo {
  margin-bottom: 0.1rem;
}
.sec_location .facility .box .txt_content .clossgarden .shoplist .cap {
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .sec_location .facility .box .txt_content .clossgarden .shoplist .cap {
    font-size: 0.1rem;
  }
}
.sec_location .illust {
  inset: auto auto 0.48rem 0;
  width: 3.68rem;
}
@media screen and (max-width: 750px) {
  .sec_location .illust {
    inset: auto auto 0 0;
    width: 1.8rem;
  }
}

.sec_access .stations {
  color: #fff;
  display: flex;
  gap: 0.1rem;
  padding-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .sec_access .stations {
    flex-direction: column;
    padding-top: 0.6rem;
  }
}
.sec_access .stations .station {
  position: relative;
}
.sec_access .stations .ttl {
  position: absolute;
  inset: 0.24rem auto auto 50%;
  translate: -50% 0;
  font-size: 0.32rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .sec_access .stations .ttl {
    inset: 0.12rem auto auto 50%;
    font-size: 0.24rem;
  }
}
.sec_access .stations .txt {
  position: absolute;
  inset: auto auto 0.12rem 50%;
  translate: -50% 0;
  font-size: 0.22rem;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .sec_access .stations .txt {
    font-size: 0.14rem;
  }
}
.sec_access .stations .txt span {
  font-size: 0.32rem;
}
@media screen and (max-width: 750px) {
  .sec_access .stations .txt span {
    font-size: 0.2rem;
  }
}
.sec_access .stations .txt i {
  font-size: 0.6rem;
  font-family: "EB Garamond", serif;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .sec_access .stations .txt i {
    font-size: 0.4rem;
  }
}
.sec_access .train {
  padding-top: 1rem;
}
@media screen and (max-width: 750px) {
  .sec_access .train {
    padding-top: 0.6rem;
  }
}
.sec_access .train .box {
  background: #fff;
  position: relative;
  padding: 0.6rem 1.1rem 0.8rem;
  border-radius: 0.15rem;
}
@media screen and (max-width: 750px) {
  .sec_access .train .box {
    padding: 0.4rem 0.2rem;
  }
}
.sec_access .train .box .illust02 {
  position: absolute;
  inset: 1.4rem auto auto 0;
  width: 3rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .sec_access .train .box .illust02 {
    inset: 2.4rem auto auto 0;
    width: 1.2rem;
  }
}
.sec_access .train .box .row {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  padding-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .sec_access .train .box .row {
    flex-direction: column;
  }
}
.sec_access .train .box .img_content {
  width: min(100%, 6.33rem);
}
.sec_access .train .box .txt_content {
  flex: 1;
}
.sec_access .train .box .txt_content .txt {
  padding-bottom: 0.6rem;
  font-size: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .sec_access .train .box .txt_content .txt {
    padding-bottom: 0.2rem;
    font-size: 0.14rem;
  }
}
.sec_access .train .box .txt_content .list {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding-left: 0.24rem;
}
@media screen and (max-width: 750px) {
  .sec_access .train .box .txt_content .list {
    padding-left: 0;
  }
}
.sec_access .train .box .txt_content .list li {
  position: relative;
}
.sec_access .train .box .txt_content .list li p {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  inset: auto auto 0.05rem 0;
  width: 100%;
  padding: 0 0.15rem;
  font-size: 0.24rem;
}
.sec_access .train .box .txt_content .list li p i {
  font-size: 0.5rem;
  font-family: "EB Garamond", serif;
  font-style: normal;
  line-height: 1;
}
.sec_access .bus {
  padding-top: 1rem;
}
@media screen and (max-width: 750px) {
  .sec_access .bus {
    padding-top: 0.6rem;
  }
}
.sec_access .bus .box {
  background: #fff;
  padding: 0.6rem;
  border-radius: 0.15rem;
}
@media screen and (max-width: 750px) {
  .sec_access .bus .box {
    padding: 0.4rem 0.2rem;
  }
}
.sec_access .bus .box .row {
  display: flex;
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  .sec_access .bus .box .row {
    flex-direction: column;
    gap: 0.2rem;
  }
}
.sec_access .bus .box .txt_content {
  display: flex;
  flex-direction: column;
  width: min(100%, 5rem);
}
.sec_access .bus .box .txt_content .c_lead .catch {
  text-align: left;
}
.sec_access .bus .box .txt_content .timetable {
  margin-top: auto;
}
@media screen and (max-width: 750px) {
  .sec_access .bus .box .txt_content .timetable {
    margin-top: 0.2rem;
  }
}
.sec_access .bus .box .txt_content .timetable li + li {
  margin-top: 0.2rem;
}
.sec_access .bus .box .img_content {
  flex: 1;
}
.sec_access .illust {
  inset: auto 0 0 auto;
  width: 3rem;
}
@media screen and (max-width: 750px) {
  .sec_access .illust {
    width: 1.5rem;
  }
}

.sec_residence .kv {
  margin: 0.48rem -0.32rem 0;
}
@media screen and (max-width: 750px) {
  .sec_residence .kv {
    margin: 0.3rem 0 0;
  }
}
.sec_residence .river {
  padding-top: 1.4rem;
}
@media screen and (max-width: 750px) {
  .sec_residence .river {
    padding-top: 0.6rem;
  }
}
.sec_residence .river .img01 .c_lead {
  position: absolute;
  inset: 1rem 50% auto auto;
  width: 5rem;
}
@media screen and (max-width: 750px) {
  .sec_residence .river .img01 .c_lead {
    position: initial;
    width: auto;
    padding: 0.2rem 0.2rem 0;
  }
}
.sec_residence .river .img01 .c_lead p {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .sec_residence .river .img02 {
    margin-top: 0.2rem;
  }
}
.sec_residence .work {
  padding-top: 1.4rem;
}
@media screen and (max-width: 750px) {
  .sec_residence .work {
    padding-top: 0.6rem;
  }
}
.sec_residence .work .lead {
  font-size: 0.16rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec_residence .work .lead {
    font-size: 0.14rem;
    text-align: left;
  }
}
.sec_residence .work .img01 {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .sec_residence .work .img01 {
    margin-top: 0.2rem;
  }
}
.sec_residence .work .box {
  background: #fff;
  margin-top: 0.6rem;
  padding: 0.4rem 0.74rem 0.6rem;
  border-radius: 0.15rem;
}
@media screen and (max-width: 750px) {
  .sec_residence .work .box {
    margin-top: 0.2rem;
    padding: 0.4rem 0.2rem;
  }
}
.sec_residence .work .box .row {
  display: flex;
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  .sec_residence .work .box .row {
    flex-direction: column;
    gap: 0.2rem;
  }
}
.sec_residence .work .box .img_content {
  width: min(100%, 5rem);
}
.sec_residence .work .box .txt_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 0.52rem;
}
.sec_residence .work .box .txt_content .list {
  counter-reset: num 0;
  margin-top: auto;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
@media screen and (max-width: 750px) {
  .sec_residence .work .box .txt_content .list {
    margin-top: 0.4rem;
  }
}
.sec_residence .work .box .txt_content .list li {
  position: relative;
  padding-left: 0.42rem;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .sec_residence .work .box .txt_content .list li {
    padding-left: 0.38rem;
    font-size: 0.14rem;
  }
}
.sec_residence .work .box .txt_content .list li + li {
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .sec_residence .work .box .txt_content .list li + li {
    margin-top: 0.1rem;
  }
}
.sec_residence .work .box .txt_content .list li::before {
  counter-increment: num 1;
  content: counter(num);
  background: #000;
  color: #fff;
  position: absolute;
  inset: 0 auto auto 0;
  width: 0.32rem;
  line-height: 0.32rem;
  aspect-ratio: 1/1;
  font-size: 0.2rem;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .sec_residence .work .box .txt_content .list li::before {
    width: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.16rem;
  }
}
.sec_residence .work .box .txt_content .list li span {
  display: block;
  padding-bottom: 0.05rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .sec_residence .work .box .txt_content .list li span {
    font-size: 0.2rem;
  }
}
.sec_residence .work .box .txt_content .list li span small {
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .sec_residence .work .box .txt_content .list li span small {
    display: block;
    font-size: 0.14rem;
    text-indent: -0.5em;
  }
}
.sec_residence .illust {
  width: 4.29rem;
  inset: auto auto 0.28rem 0;
}
@media screen and (max-width: 750px) {
  .sec_residence .illust {
    width: 2.1rem;
    inset: auto auto 0.1rem 0;
  }
}

.sec_book .lounge {
  padding-top: 1.4rem;
}
@media screen and (max-width: 750px) {
  .sec_book .lounge {
    padding-top: 0.6rem;
  }
}
.sec_book .lounge .lead {
  padding-bottom: 0.6rem;
  font-size: 0.16rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec_book .lounge .lead {
    padding-bottom: 0.2rem;
    font-size: 0.14rem;
    text-align: left;
  }
}
.sec_book .selection {
  position: relative;
  margin-top: 1.4rem;
}
@media screen and (max-width: 750px) {
  .sec_book .selection {
    margin-top: 0.6rem;
  }
}
.sec_book .selection h3 {
  color: #fff;
  position: absolute;
  inset: 0.5rem 50% auto auto;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .sec_book .selection h3 {
    inset: 0.5rem auto auto 0.2rem;
  }
}
.sec_book .selection .book {
  background: url(../imgs/book03.png) no-repeat center/cover;
  display: flex;
  gap: 0.7rem;
  position: absolute;
  inset: auto auto 0.6rem 50%;
  translate: -50% 0;
  width: 12.4rem;
  aspect-ratio: 1555/1079;
  padding: 0.5rem 0.7rem;
}
@media screen and (max-width: 750px) {
  .sec_book .selection .book {
    background: none;
    flex-direction: column;
    gap: 0.4rem;
    inset: auto 0 0.2rem auto;
    translate: none;
    width: calc(100% - 0.2rem);
    padding: 0.4rem 0.2rem 0.4rem 0.5rem;
  }
  .sec_book .selection .book::before, .sec_book .selection .book::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
  }
  .sec_book .selection .book::before {
    background: url(../imgs/book03_sp.png) no-repeat center top/cover;
    inset: 0 auto auto 0;
  }
  .sec_book .selection .book::after {
    background: url(../imgs/book03_sp.png) no-repeat center bottom/cover;
    inset: auto auto 0 0;
  }
}
.sec_book .selection .book .left {
  position: relative;
  flex: 1;
  z-index: 1;
}
.sec_book .selection .book .left::before {
  content: "";
  background: url(../imgs/book10.png) no-repeat center/cover;
  position: absolute;
  inset: -1rem auto auto -1.6rem;
  width: 2.6rem;
  aspect-ratio: 410/575;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .sec_book .selection .book .left::before {
    width: 1.2rem;
    inset: -0.5rem auto auto -0.65rem;
  }
}
.sec_book .selection .book .left .txt {
  padding-top: 0.2rem;
  font-size: 0.11rem;
}
.sec_book .selection .book .left .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .sec_book .selection .book .left .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec_book .selection .book .left .list p {
  padding-top: 0.05rem;
  font-size: 0.09rem;
  text-align: center;
}
.sec_book .selection .book .right {
  position: relative;
  flex: 1;
  z-index: 1;
}
.sec_book .selection .book .right .ttl {
  padding-top: 0.1rem;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .sec_book .selection .book .right .ttl {
    font-size: 0.16rem;
  }
}
.sec_book .selection .book .right .ttl + figure {
  margin-top: 0.2rem;
}
.sec_book .illust {
  width: 2.22rem;
  inset: auto 0 0.48rem auto;
}
@media screen and (max-width: 750px) {
  .sec_book .illust {
    width: 1.1rem;
    inset: auto 0 0.2rem auto;
  }
}

.sec_park .img01 {
  padding-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .sec_park .img01 {
    padding-top: 0.6rem;
  }
}
.sec_park .row {
  display: flex;
  gap: 0.6rem;
  padding-top: 1rem;
}
@media screen and (max-width: 750px) {
  .sec_park .row {
    flex-direction: column;
    gap: 0.2rem;
    padding-top: 0.6rem;
  }
}
.sec_park .row > * {
  flex: 1;
}
.sec_park .row .c_lead p {
  text-align: left;
}
.sec_park .map {
  padding-top: 1rem;
}
@media screen and (max-width: 750px) {
  .sec_park .map {
    padding-top: 0.6rem;
  }
}
.sec_park .map .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.1rem;
  padding-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .sec_park .map .list {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0.2rem;
  }
}
.sec_park .map .list li {
  background: #fff;
  position: relative;
  padding: 0.25rem;
  border-radius: 0.05rem;
}
@media screen and (max-width: 750px) {
  .sec_park .map .list li {
    padding: 0.15rem;
  }
}
.sec_park .map .list figure {
  margin-bottom: 0.2rem;
}
.sec_park .map .list .ttl {
  padding-bottom: 0.1rem;
  font-size: 0.18rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .sec_park .map .list .ttl {
    padding-bottom: 0.05rem;
    font-size: 0.13rem;
  }
}
.sec_park .map .list .ttl.a {
  color: #4382AA;
}
.sec_park .map .list .ttl.b {
  color: #CD7A33;
}
.sec_park .map .list .ttl.c {
  color: #A875A0;
}
.sec_park .map .list .ttl.d {
  color: #D86346;
}
.sec_park .map .list .ttl img {
  width: auto;
  height: 1lh;
  margin-right: 0.05rem;
}
@media screen and (max-width: 750px) {
  .sec_park .map .list .ttl img {
    margin-right: 0.03rem;
  }
}
.sec_park .map .list .txt {
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .sec_park .map .list .txt {
    font-size: 0.1rem;
  }
}
.sec_park .map .list .logo {
  position: absolute;
  inset: auto 0.15rem 0.15rem auto;
  width: 0.45rem;
}
@media screen and (max-width: 750px) {
  .sec_park .map .list .logo {
    display: block;
    position: initial;
    width: 0.4rem;
    margin: -0.1rem 0 0 auto;
  }
}
.sec_park .illust {
  width: 2.4rem;
  inset: auto auto 0.16rem 0;
}
@media screen and (max-width: 750px) {
  .sec_park .illust {
    width: 1.2rem;
    inset: auto auto 0.08rem 0;
  }
}

/*# sourceMappingURL=unique.css.map */
