html {
  font-size: 1px;
}

body {
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
  background-color: #b7a786;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
header {
  width: 100%;
  height: 96rem;
  background-color: #82755a;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16rem 0 48rem;
}
header.fixed {
  position: fixed;
  animation: fadeIn 0.5s forwards;
}
header .logo {
  width: 164rem;
  display: flex;
  transition: 0.3s;
}
header .logo:hover {
  opacity: 0.7;
}
header nav .up-menu {
  display: flex;
  align-items: center;
  justify-content: right;
}
header nav .up-menu .sns__items {
  display: flex;
  align-items: center;
  justify-content: right;
}
header nav .up-menu .sns__items .icon {
  width: 20rem;
  margin-right: 16rem;
  display: flex;
  transition: 0.3s;
}
header nav .up-menu .sns__items .icon:hover {
  opacity: 0.7;
}
header nav .up-menu .sns__items .icon.c01 {
  width: 24rem;
}
header nav .up-menu .sns__items .icon.c02 {
  width: 18rem;
}
header nav .up-menu .lang__items {
  margin-left: 22rem;
}
header nav .up-menu .lang__items a, header nav .up-menu .lang__items span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.1em;
  line-height: 24.5rem;
  text-align: left;
  color: #fff;
}
header nav .up-menu .lang__items span {
  margin: 0 7rem;
}
header nav .up-menu .lang__items a {
  position: relative;
}
header nav .up-menu .lang__items a:hover:after {
  width: 100%;
}
header nav .up-menu .lang__items a:after {
  content: "";
  width: 0%;
  height: 0;
  border-bottom: 1rem solid #fff;
  position: absolute;
  left: 0;
  bottom: -3rem;
  transition: 0.3s;
}
header nav .down-menu {
  margin-top: 7rem;
}
header nav .down-menu > ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
header nav .down-menu > ul li {
  padding: 0 12rem;
}
header nav .down-menu > ul li:last-child {
  padding-right: 0;
  position: relative;
}
header nav .down-menu > ul li:last-child:hover .hole__promise {
  display: block;
  animation: fadeIn 0.3s forwards;
}
header nav .down-menu > ul li:last-child .hole__promise {
  width: 220rem;
  padding-top: 20rem;
  position: absolute;
  right: 0;
  bottom: -288rem;
  display: none;
}
header nav .down-menu > ul li:last-child ul.child {
  width: 100%;
  height: 276rem;
  border-radius: 8rem;
  background-color: #ffffff;
  padding: 25rem 20rem;
  display: block;
}
header nav .down-menu > ul li:last-child ul.child li {
  width: 100%;
  padding: 8rem 0;
  border-bottom: 1rem solid #c8c1b2;
}
header nav .down-menu > ul li:last-child ul.child li:first-child {
  padding-top: 0;
}
header nav .down-menu > ul li:last-child ul.child li:last-child {
  padding-top: 25rem;
  padding-bottom: 0;
  border-bottom: 0;
}
header nav .down-menu > ul li:last-child ul.child li:last-child a {
  width: 100%;
  height: 40rem;
  border-radius: 8rem;
  background-color: #2c240f;
  border: 1rem solid #2c240f;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav .down-menu > ul li:last-child ul.child li:last-child a:hover {
  opacity: 1;
  background: #fefefe;
}
header nav .down-menu > ul li:last-child ul.child li:last-child a:hover span {
  color: #2c240f;
}
header nav .down-menu > ul li:last-child ul.child li:last-child a span {
  font-size: 16rem;
  letter-spacing: 3rem;
  color: #fefefe;
  font-weight: 400;
  font-family: "Noto Sans JP";
  text-align: center;
}
header nav .down-menu > ul li:last-child ul.child li a {
  font-size: 16rem;
  letter-spacing: 3rem;
  line-height: 1.5;
  color: #2c240f;
  font-weight: 600;
  font-family: "Noto Sans JP";
  text-align: left;
  display: block;
  transition: 0.3s;
}
header nav .down-menu > ul li:last-child ul.child li a:hover {
  opacity: 0.7;
}
header nav .down-menu > ul li:last-child .promise__btn {
  width: 140rem;
  height: 40rem;
  border-radius: 8rem;
  background: #2c240f;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
header nav .down-menu > ul li:last-child .promise__btn:hover {
  background: #fefefe;
}
header nav .down-menu > ul li:last-child .promise__btn:hover a {
  color: #2c240f;
}
header nav .down-menu > ul li:last-child .promise__btn:hover a:after {
  content: unset;
}
header nav .down-menu > ul li:last-child .promise__btn:hover:after {
  content: unset;
}
header nav .down-menu > ul li:last-child .promise__btn a {
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 28rem;
  text-align: left;
  color: #fefefe;
  transition: 0.3s;
}
header nav .down-menu > ul li a {
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  text-align: left;
  color: #fff;
  position: relative;
}
header nav .down-menu > ul li a:hover:after {
  width: 100%;
}
header nav .down-menu > ul li a:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 1rem solid #fff;
  position: absolute;
  left: 0;
  bottom: -3rem;
  transition: 0.3s;
}

.frontview {
  width: 100%;
  padding-top: 96rem;
  position: relative;
}
.frontview .front__slider {
  width: 100%;
}
.frontview h1 {
  width: 401rem;
  display: flex;
  position: absolute;
  right: 110rem;
  top: 24%;
}

.section-title.--white .en__txt {
  color: white;
}
.section-title.--white .ja__txt {
  color: white;
}
.section-title .en__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22rem;
  letter-spacing: 2rem;
  color: #2c240f;
  text-align: left;
}
.section-title .ja__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 38rem;
  margin-top: 50rem;
  letter-spacing: 4rem;
  color: #2c240f;
  text-align: center;
}

.section-sch {
  width: 100%;
  padding: 180rem 0 140rem;
  background-color: #b7a786;
}
.section-sch .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
}
.section-sch .content__inner .coming__soon {
  width: 100%;
  display: flex;
  margin-top: 60rem;
}

.section-news {
  width: 100%;
  height: auto;
  padding: 140rem 0;
  background-color: #f7edd7;
}
.section-news .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  text-align: center;
}
.section-news .content__inner .content__items {
  width: 100%;
}
.section-news .content__inner .content__items .c__item {
  padding: 45rem 0;
  padding-right: 120rem;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1rem solid #3e3430;
}
.section-news .content__inner .content__items .c__item:hover .detail__btn span {
  transform: translate(10px);
}
.section-news .content__inner .content__items .c__item .date {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 2rem;
  color: #3e3430;
  text-align: left;
}
.section-news .content__inner .content__items .c__item .cat {
  width: 75rem;
  height: 26rem;
  margin-left: 5rem;
  background-color: #3e3430;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-news .content__inner .content__items .c__item .cat.disible {
  opacity: 0;
}
.section-news .content__inner .content__items .c__item .cat span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0rem;
  color: #ffffff;
  text-align: center;
}
.section-news .content__inner .content__items .c__item .title {
  width: 73%;
  height: 28rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18rem;
  margin-left: 10rem;
  letter-spacing: 0;
  color: #3e3430;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-news .content__inner .content__items .c__item .detail__btn {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18rem;
  margin-left: 10rem;
  letter-spacing: 0;
  color: #3e3430;
  text-align: left;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-news .content__inner .content__items .c__item .detail__btn span {
  transition: 0.3s;
}
.section-news .content__inner .list__btn {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24rem;
  letter-spacing: 2rem;
  line-height: 46rem;
  margin-top: 55rem;
  padding-bottom: 14rem;
  color: #3e3430;
  display: inline-flex;
  align-items: center;
  border-bottom: 1rem solid #3e3430;
}
.section-news .content__inner .list__btn:hover span {
  transform: translate(10px);
}
.section-news .content__inner .list__btn span {
  transition: 0.3s;
}

.section-spon {
  width: 100%;
  padding: 140rem 0;
  background-color: #b7a786;
}
.section-spon .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
}
.section-spon .content__inner .content__items {
  width: calc(100% + 20rem);
  margin-left: -10rem;
  margin-right: -10rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60rem;
}
.section-spon .content__inner .content__items .c__item {
  width: 25%;
  padding: 10rem;
}
.section-spon .content__inner .content__items .c__item .c__inner {
  width: 100%;
  height: 70rem;
  display: block;
  border-radius: 8rem;
  background-color: #ffffff;
  transition: 0.3s;
}
.section-spon .content__inner .content__items .c__item .c__inner:hover {
  opacity: 0.7;
}

footer {
  width: 100%;
  background-color: #3e3430;
  padding: 45rem 0;
}
footer a {
  transition: 0.3s;
}
footer a:hover {
  opacity: 0.7;
}
footer .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
}
footer .content__inner .footer__info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25rem;
  border-bottom: 1rem solid #584e4a;
}
footer .content__inner .footer__info .info__content .f__logo {
  width: 164rem;
  display: flex;
}
footer .content__inner .footer__info .info__content .company__lbl {
  font-weight: 400;
  font-size: 18rem;
  letter-spacing: 0.1em;
  line-height: 26rem;
  margin-top: 22rem;
  text-align: left;
  color: #fff;
}
footer .content__inner .footer__info .info__content .address {
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 26rem;
  margin-top: 8rem;
  text-align: left;
  color: #fff;
}
footer .content__inner .footer__info .info__content .contact__txt {
  font-weight: 300;
  font-size: 14rem;
  letter-spacing: 0.1em;
  line-height: 26rem;
  margin-top: 7rem;
  text-align: left;
  color: #fff;
}
footer .content__inner .footer__info .info__content .contact__txt a {
  font-size: 16rem;
  color: #fff;
}
footer .content__inner .footer__info .footer__menu {
  display: flex;
}
footer .content__inner .footer__info .footer__menu .f__menu {
  margin-left: 45rem;
}
footer .content__inner .footer__info .footer__menu .f__menu li {
  margin-bottom: 8rem;
}
footer .content__inner .footer__info .footer__menu .f__menu li.parent ul {
  margin-top: 10rem;
}
footer .content__inner .footer__info .footer__menu .f__menu li.parent ul li a {
  font-weight: 300;
  font-size: 14rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
  color: #fff;
}
footer .content__inner .footer__info .footer__menu .f__menu li a {
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
footer .content__inner .bottom__info {
  margin-top: 20rem;
}
footer .content__inner .bottom__info ul {
  display: flex;
  justify-content: right;
}
footer .content__inner .bottom__info ul li {
  margin-left: 20rem;
}
footer .content__inner .bottom__info ul li a {
  font-weight: 300;
  font-size: 14rem;
  letter-spacing: 0.1em;
  line-height: 26rem;
  text-align: left;
  color: #fff;
}
footer .content__inner .bottom__info .copyright {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 24.5rem;
  margin-top: 10rem;
  text-align: right;
  color: #fff;
}

.subfrontview {
  width: 100%;
  display: flex;
  position: relative;
  padding-top: 96rem;
}
.subfrontview h2 {
  width: 100%;
  font-size: 46rem;
  letter-spacing: 2rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  filter: drop-shadow(2.868px 4.096px 1px rgba(44, 36, 15, 0.5));
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about__sublinks {
  width: 660rem;
  height: 48rem;
  margin: auto;
  background-color: #ffffff;
  margin-top: 150rem;
  border-radius: 8rem;
  display: flex;
  position: sticky;
  top: 100rem;
  z-index: 2;
}
.about__sublinks.faq {
  width: 440rem;
  border: 1px solid #f7edd7;
}
.about__sublinks.faq li {
  width: 50%;
}
.about__sublinks.rental {
  max-width: 1100rem;
  width: 95%;
}
.about__sublinks.rental li {
  width: 25%;
}
.about__sublinks.rental li:nth-child(3) {
  border-radius: 0;
}
.about__sublinks.rental li:nth-child(5) {
  border-radius: 8rem 8rem 0 0;
}
.about__sublinks li {
  width: 33.3333333333%;
  border-left: 1rem solid #eee;
}
.about__sublinks li:first-child {
  border-left: 0;
}
.about__sublinks li:first-child a {
  border-radius: 8rem 0 0 8rem;
}
.about__sublinks li:last-child a {
  border-radius: 0 8rem 8rem 0;
}
.about__sublinks li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
}
.about__sublinks li a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6rem solid transparent;
  border-right: 6rem solid transparent;
  border-top: 6rem solid #3e3430;
  position: absolute;
  left: 50%;
  bottom: -6rem;
  transform: translate(-50%);
  opacity: 0;
  transition: 0.3s;
}
.about__sublinks li a:hover {
  background-color: #3e3430;
}
.about__sublinks li a:hover:after {
  opacity: 1;
}
.about__sublinks li a:hover span {
  color: white;
}
.about__sublinks li a span {
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #2c240f;
  font-weight: 400;
  text-align: center;
  transition: 0.3s;
}

.feature__content {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  padding-top: 140rem;
}
.feature__content .content__items {
  width: 100%;
  margin-top: 100rem;
  position: relative;
  z-index: 1;
}
.feature__content .content__items .c__item {
  width: 100%;
  margin-bottom: 105rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-bottom: 36rem;
}
.feature__content .content__items .c__item:nth-child(2n) {
  flex-direction: row-reverse;
  background-position: left 39rem;
}
.feature__content .content__items .c__item:nth-child(2n) .title {
  right: auto;
  left: 0;
}
.feature__content .content__items .c__item:nth-child(2n) .bg {
  right: auto;
  left: 0;
}
.feature__content .content__items .c__item .title {
  width: 530rem;
  height: 80rem;
  padding-left: 65rem;
  background-color: #2c240f;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.feature__content .content__items .c__item .title span {
  font-size: 24rem;
  letter-spacing: 2rem;
  line-height: 46rem;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
}
.feature__content .content__items .c__item .bg {
  width: 95.4545454545%;
  height: calc(100% - 36rem);
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: url(../img/feature_bg.png);
  background-size: contain;
  background-repeat: repeat-y;
  z-index: -1;
}
.feature__content .content__items .c__item .c__image {
  width: 600rem;
  display: flex;
}
.feature__content .content__items .c__item .c__images {
  width: 630rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15rem;
}
.feature__content .content__items .c__item .c__images.c01 {
  width: 620rem;
  margin-right: -15rem;
  margin-left: 0;
}
.feature__content .content__items .c__item .c__images.c01 .p__image {
  width: 33.3333333333%;
  padding: 0 10rem;
  margin-bottom: 15rem;
}
.feature__content .content__items .c__item .c__images.c01 .p__image:nth-child(4) {
  margin-bottom: 0;
}
.feature__content .content__items .c__item .c__images.c01 .p__image:nth-child(5) {
  margin-bottom: 0;
}
.feature__content .content__items .c__item .c__images .p__image {
  width: 50%;
  padding: 0 15rem;
}
.feature__content .content__items .c__item .c__images .p__image .image {
  width: 100%;
  display: flex;
}
.feature__content .content__items .c__item .c__images .p__image .c__lbl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 13rem;
  margin-top: 7rem;
  color: #ffffff;
  text-align: left;
}
.feature__content .content__items .c__item .c__images .p__image .c__right {
  font-size: 14rem;
  letter-spacing: 1rem;
  margin-top: 5rem;
  color: #ffffff;
  font-weight: 300;
  font-family: "Noto Sans JP";
  text-align: right;
}
.feature__content .content__items .c__item .content__text {
  width: calc(100% - 600rem);
  padding: 60rem 30rem 0;
}
.feature__content .content__items .c__item .content__text.c01 {
  padding-left: 15rem;
}
.feature__content .content__items .c__item .content__text.c02 {
  padding-right: 10rem;
}
.feature__content .content__items .c__item .content__text p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0rem;
  line-height: 32rem;
  color: #ffffff;
  text-align: left;
}

.facility__content {
  background-color: #f7edd7;
  padding: 140rem 0;
}
.facility__content .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
}
.facility__content .content__inner table {
  width: 100%;
  margin-top: 30rem;
  border-collapse: collapse;
}
.facility__content .content__inner table tr {
  border-bottom: 1rem solid #3e3430;
}
.facility__content .content__inner table tr td {
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 32rem;
  padding: 30rem 0;
  color: #3e3430;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
}
.facility__content .content__inner table tr td:first-child {
  font-weight: 700;
  width: 210rem;
  padding-right: 90rem;
  vertical-align: top;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.concerpt__content {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  padding: 140rem 0 140rem;
}
.concerpt__content .content__inner {
  background: url(../img/concerpt_bg.png);
  background-size: cover;
  padding: 70rem 0;
  margin-top: 62rem;
}
.concerpt__content .content__inner .logo {
  width: 320rem;
  display: flex;
  margin: auto;
}
.concerpt__content .content__inner p {
  font-size: 18rem;
  letter-spacing: 1rem;
  line-height: 48rem;
  margin-top: 45rem;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
}

.access__wrapper {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  padding: 140rem 0;
}
.access__wrapper .note__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 1rem;
  line-height: 36rem;
  margin-top: 55rem;
  color: #ffffff;
  text-align: center;
}
.access__wrapper .access__content {
  width: 100%;
  margin-top: 30rem;
  margin-bottom: 60rem;
}
.access__wrapper .access__content table {
  width: 100%;
  border-collapse: collapse;
}
.access__wrapper .access__content table tr {
  border-bottom: 1rem solid #fff;
}
.access__wrapper .access__content table tr td {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 2rem;
  line-height: 32rem;
  padding: 25rem 0;
  color: #ffffff;
  text-align: left;
}
.access__wrapper .access__content table tr td .c__image {
  width: 100%;
  display: flex;
  margin-top: 20rem;
}
.access__wrapper .access__content table tr td:first-child {
  width: 210rem;
  padding-right: 90rem;
  font-weight: 700;
  -moz-text-align-last: justify;
       text-align-last: justify;
  vertical-align: top;
}
.access__wrapper .map {
  width: 900rem;
  height: 380rem;
  margin: auto;
  margin-top: 30rem;
}
.access__wrapper .map iframe {
  width: 100%;
  height: 100%;
}
.access__wrapper .address__txt {
  font-size: 18rem;
  letter-spacing: 2rem;
  line-height: 28rem;
  margin-top: 30rem;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}

.rental__wrapper {
  padding-top: 1rem;
  padding-bottom: 0;
  background-color: #f7edd7;
}
.rental__wrapper .layout__content {
  width: 100%;
  padding-top: 140rem;
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  position: relative;
}
.rental__wrapper .layout__content #layout {
  position: absolute;
  top: -30rem;
  left: 0;
}
.rental__wrapper .layout__content .note__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 1rem;
  line-height: 36rem;
  margin-top: 50rem;
  color: #2c240f;
  text-align: center;
}
.rental__wrapper .layout__content .content__items {
  width: 100%;
  margin-top: 60rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rental__wrapper .layout__content .content__items .c__item {
  width: 526rem;
  margin-bottom: 50rem;
}
.rental__wrapper .layout__content .content__items .c__item .c__image {
  width: 100%;
  display: flex;
}
.rental__wrapper .layout__content .content__items .c__item .c__lbl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24rem;
  letter-spacing: 2rem;
  line-height: 46rem;
  margin-top: 25rem;
  color: #8a3e32;
  text-align: center;
}
.rental__wrapper .layout__content .content__items .c__item .c__lbl .c01 {
  font-size: 14rem;
}
.rental__wrapper .layout__content .content__items .c__item .c__lbl .c02 {
  font-size: 14rem;
  font-weight: 800;
}
.rental__wrapper .layout__content .content__items .c__item .c__lbl .c03 {
  font-size: 40rem;
  letter-spacing: 4rem;
  color: #8a3e32;
  font-weight: 800;
  font-family: "Lato";
  text-align: left;
}
.rental__wrapper .flow__content {
  padding: 140rem 0 140rem;
  background-color: #e5e0d4;
  position: relative;
}
.rental__wrapper .flow__content #flow {
  position: absolute;
  top: -30rem;
  left: 0;
}
.rental__wrapper .flow__content .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  text-align: center;
}
.rental__wrapper .flow__content .content__inner .flow__items {
  width: 740rem;
  margin: auto;
  margin-top: 65rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.rental__wrapper .flow__content .content__inner .flow__items .gap {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 14rem;
  letter-spacing: 1px;
  color: #2c240f;
  text-align: center;
  position: absolute;
  left: 74rem;
  top: 96rem;
}
.rental__wrapper .flow__content .content__inner .flow__items .line {
  width: 98%;
  height: 0;
  border-top: 2rem solid #78694d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.rental__wrapper .flow__content .content__inner .flow__items .f__item {
  width: 64rem;
  height: 240rem;
  padding-top: 8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #78694d;
}
.rental__wrapper .flow__content .content__inner .flow__items .f__item .num {
  font-size: 26rem;
  letter-spacing: 3rem;
  color: #ffffff;
  font-weight: 800;
  font-family: "Lato";
  text-align: center;
}
.rental__wrapper .flow__content .content__inner .flow__items .f__item .lbl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20rem;
  letter-spacing: 2rem;
  margin-top: 8rem;
  color: #ffffff;
  text-align: left;
  writing-mode: vertical-rl;
}
.rental__wrapper .flow__content .content__inner .detail__btn {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16rem;
  margin-top: 45rem;
  letter-spacing: 1rem;
  color: #100237;
  text-align: center;
  display: inline-flex;
  text-decoration: underline;
  text-underline-offset: 3rem;
}
.rental__wrapper .price__content {
  width: 100%;
  padding: 140rem 0 140rem;
  background-color: #b7a786;
  position: relative;
}
.rental__wrapper .price__content #price {
  position: absolute;
  left: 0;
  top: -30rem;
}
.rental__wrapper .price__content .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
}
.rental__wrapper .price__content .content__inner .content__text {
  margin-top: 60rem;
}
.rental__wrapper .price__content .content__inner .content__text table {
  width: 100%;
  background: white;
  border-collapse: collapse;
  border-radius: 8rem;
  overflow: hidden;
}
.rental__wrapper .price__content .content__inner .content__text table:nth-child(2), .rental__wrapper .price__content .content__inner .content__text table:nth-child(3) {
  display: none;
}
.rental__wrapper .price__content .content__inner .content__text table tr.week td {
  background-color: #f7edd7;
}
.rental__wrapper .price__content .content__inner .content__text table tr.odd td {
  background-color: #f3f3f3;
}
.rental__wrapper .price__content .content__inner .content__text table tr td {
  width: 200rem;
  font-size: 16rem;
  letter-spacing: 2rem;
  padding: 20rem 0;
  color: #2c240f;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  border-left: 1rem solid #cccccc;
}
.rental__wrapper .price__content .content__inner .content__text table tr td[colspan="5"] {
  font-size: 20rem;
  background-color: #3e3430;
  color: white;
}
.rental__wrapper .price__content .content__inner .content__text table tr td[colspan="2"] {
  background-color: #a98667;
  color: white;
}
.rental__wrapper .price__content .content__inner .content__text table tr td[colspan="2"].c01 {
  background-color: #78694d;
}
.rental__wrapper .price__content .content__inner .content__text .note__txt {
  font-size: 14rem;
  letter-spacing: 1rem;
  line-height: 28rem;
  padding: 25rem;
  color: #2c240f;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
}
.rental__wrapper .price__content .content__inner .content__text .note__txt a {
  color: #2c240f;
  text-decoration: underline;
  text-underline-offset: 2rem;
}
.rental__wrapper .download__btn {
  width: 260rem;
  height: 56rem;
  padding: 0 27rem;
  border-radius: 28rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.rental__wrapper .download__btn:hover {
  background-color: #100237;
}
.rental__wrapper .download__btn:hover .lbl {
  color: #ffffff;
}
.rental__wrapper .download__btn:hover .icon img:nth-child(1) {
  display: none;
}
.rental__wrapper .download__btn:hover .icon img:nth-child(2) {
  display: flex;
  animation: fadeIn 0.3s forwards;
}
.rental__wrapper .download__btn .lbl {
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #100237;
  font-weight: 500;
  text-align: left;
  transition: 0.3s;
}
.rental__wrapper .download__btn .icon {
  width: 24rem;
  display: flex;
}
.rental__wrapper .download__btn .icon img:nth-child(2) {
  display: none;
}
.rental__wrapper .download__content {
  padding: 140rem 0 140rem;
  background-color: #f7edd7;
  position: relative;
}
.rental__wrapper .download__content #download {
  position: absolute;
  top: -30rem;
  left: 0;
}
.rental__wrapper .download__content .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
}
.rental__wrapper .download__content .content__inner .download__items {
  width: 100%;
  margin-top: 50rem;
  display: flex;
  justify-content: space-between;
}
.rental__wrapper .download__content .content__inner .gap__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  border-radius: 8rem;
  padding: 12rem 0;
  margin-top: 40rem;
  background-color: #ffffff;
  font-size: 16rem;
  letter-spacing: 2rem;
  color: #2c240f;
  text-align: center;
}
.rental__wrapper .reservation__content {
  padding: 140rem 0 140rem;
  background-color: #b7a786;
  position: relative;
}
.rental__wrapper .reservation__content #reservation {
  position: absolute;
  top: -30rem;
  left: 0;
}
.rental__wrapper .reservation__content .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
}
.rental__wrapper .reservation__content .content__inner .gap__txt {
  width: 520rem;
  margin: auto;
  margin-top: 20rem;
  padding: 12rem 0;
  background-color: #ffffff;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 26rem;
  color: #dd0707;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
.rental__wrapper .reservation__content .content__inner .note__txt {
  font-size: 18rem;
  letter-spacing: 1rem;
  line-height: 36rem;
  margin-top: 60rem;
  color: #2c240f;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
.rental__wrapper .reservation__content .content__inner .__pos {
  margin-top: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rental__wrapper .reservation__content .content__inner .entry__form {
  width: 100%;
  margin-top: 60rem;
  padding: 60rem 85rem;
  background-color: #ffffff;
  text-align: center;
}
.rental__wrapper .reservation__content .content__inner .entry__form .sub__btns {
  margin-top: 45rem;
  display: flex;
  justify-content: center;
}
.rental__wrapper .reservation__content .content__inner .entry__form .sub__btns .submit__btn {
  margin: 0 20rem;
}
.rental__wrapper .reservation__content .content__inner .entry__form.confirm table {
  margin-top: 35rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.rental__wrapper .reservation__content .content__inner .entry__form.confirm table tr:first-child td {
  padding-top: 50rem;
}
.rental__wrapper .reservation__content .content__inner .entry__form .n__txt {
  font-size: 16rem;
  letter-spacing: 1rem;
  line-height: 26rem;
  color: #2c240f;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
.rental__wrapper .reservation__content .content__inner .entry__form .upload__txt {
  font-size: 18rem;
  letter-spacing: 1rem;
  line-height: 26rem;
  color: #dd0707;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
.rental__wrapper .reservation__content .content__inner .entry__form table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25rem;
}
.rental__wrapper .reservation__content .content__inner .entry__form table tr td {
  padding: 20rem 0;
  text-align: left;
}
.rental__wrapper .reservation__content .content__inner .entry__form table tr td .g__txt {
  font-size: 14rem;
  letter-spacing: 1rem;
  line-height: 28rem;
  margin-top: 10rem;
  color: #3e3430;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
}
.rental__wrapper .reservation__content .content__inner .entry__form table tr td input[type=text], .rental__wrapper .reservation__content .content__inner .entry__form table tr td input[type=tel], .rental__wrapper .reservation__content .content__inner .entry__form table tr td input[type=email] {
  width: 100%;
  height: 54rem;
  border-radius: 6rem;
  background-color: #f3f3f3;
  border: 0;
  font-size: 16rem;
  letter-spacing: 1rem;
  font-weight: 500;
  color: #3e3430;
  padding-left: 15rem;
}
.rental__wrapper .reservation__content .content__inner .entry__form table tr td:first-child {
  width: 235rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #3e3430;
  text-align: left;
}
.rental__wrapper .reservation__content .content__inner .entry__form table tr td:first-child .required {
  font-size: 14rem;
  letter-spacing: 0;
  line-height: 22rem;
  padding: 1rem 6rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  background: #dd0707;
  border-radius: 8rem;
  margin-right: 8rem;
  display: inline-block;
}
.rental__wrapper .reservation__content .content__inner .entry__form table tr td:first-child .required.no {
  background: #827354;
}
.rental__wrapper .reservation__content .content__inner .entry__form .file__pos {
  text-align: center;
  margin-top: 15rem;
}
.rental__wrapper .reservation__content .content__inner .entry__form .file__pos .download__btn {
  display: inline-flex;
  border: 1rem solid #100237;
  cursor: pointer;
}
.rental__wrapper .reservation__content .content__inner .entry__form input[type=file] {
  display: none;
}
.rental__wrapper .reservation__content .content__inner .entry__form .privacy__content .wpcf7-list-item, .rental__wrapper .reservation__content .content__inner .entry__form .wpcf7-acceptance .wpcf7-list-item {
  margin-top: 30rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.rental__wrapper .reservation__content .content__inner .entry__form .privacy__content .wpcf7-list-item input[type=checkbox], .rental__wrapper .reservation__content .content__inner .entry__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.rental__wrapper .reservation__content .content__inner .entry__form .privacy__content .wpcf7-list-item input[type=checkbox]:checked + span:after, .rental__wrapper .reservation__content .content__inner .entry__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + span:after {
  background: #100237;
}
.rental__wrapper .reservation__content .content__inner .entry__form .privacy__content .wpcf7-list-item input[type=checkbox]:checked + span:before, .rental__wrapper .reservation__content .content__inner .entry__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + span:before {
  opacity: 1;
}
.rental__wrapper .reservation__content .content__inner .entry__form .privacy__content .wpcf7-list-item span, .rental__wrapper .reservation__content .content__inner .entry__form .wpcf7-acceptance .wpcf7-list-item span {
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #3e3430;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
  position: relative;
  display: inline-block;
  padding-left: 22rem;
}
.rental__wrapper .reservation__content .content__inner .entry__form .privacy__content .wpcf7-list-item span:before, .rental__wrapper .reservation__content .content__inner .entry__form .wpcf7-acceptance .wpcf7-list-item span:before {
  content: "";
  width: 4rem;
  height: 8rem;
  border-right: 2rem solid #fff;
  border-bottom: 2rem solid #fff;
  position: absolute;
  left: 6rem;
  top: 44%;
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.rental__wrapper .reservation__content .content__inner .entry__form .privacy__content .wpcf7-list-item span:after, .rental__wrapper .reservation__content .content__inner .entry__form .wpcf7-acceptance .wpcf7-list-item span:after {
  content: "";
  width: 16rem;
  height: 16rem;
  border-radius: 4rem;
  border: 1rem solid #100237;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rental__wrapper .reservation__content .content__inner .entry__form .privacy__link {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16rem;
  margin-top: 15rem;
  display: inline-block;
  letter-spacing: 1rem;
  color: #100237;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3rem;
}
.rental__wrapper .reservation__content .content__inner .entry__form .submit__btn {
  width: 280rem;
  height: 56rem;
  margin: auto;
  margin-top: 45rem;
  border-radius: 8rem;
  background-color: #100237;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #fefefe;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  border: 1rem solid #100237;
  transition: 0.3s;
  cursor: pointer;
}
.rental__wrapper .reservation__content .content__inner .entry__form .submit__btn:disabled {
  background-color: #999;
  border: 0;
  cursor: not-allowed;
}
.rental__wrapper .reservation__content .content__inner .entry__form .submit__btn:disabled:hover {
  background-color: #999;
  border: 0;
  color: #fefefe;
}
.rental__wrapper .reservation__content .content__inner .entry__form .submit__btn:hover {
  background-color: white;
  color: #100237;
}

.news__wrapper {
  background: #f7edd7;
  text-align: center;
}
.news__wrapper .pagination {
  margin-top: 55rem;
}
.news__wrapper .pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__wrapper .pagination .wp-pagenavi a, .news__wrapper .pagination .wp-pagenavi span {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24rem;
  letter-spacing: 0.18em;
  line-height: 46rem;
  padding: 0 10rem;
  text-align: left;
  color: #b7a786;
}
.news__wrapper .pagination .wp-pagenavi a.nextpostslink, .news__wrapper .pagination .wp-pagenavi span.nextpostslink {
  color: #3e3430;
  margin-left: 10rem;
}
.news__wrapper .pagination .wp-pagenavi a.previouspostslink, .news__wrapper .pagination .wp-pagenavi span.previouspostslink {
  color: #3e3430;
  margin-left: 10rem;
}
.news__wrapper .pagination .wp-pagenavi span.current {
  color: #3e3430;
  text-decoration: underline;
  text-underline-offset: 15rem;
}
.news__wrapper .pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__wrapper .pagination ul li {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24rem;
  letter-spacing: 0.18em;
  line-height: 46rem;
  padding: 0 10rem;
  text-align: left;
  color: #b7a786;
}
.news__wrapper .pagination ul li.prev {
  color: #3e3430;
  margin-right: 10rem;
}
.news__wrapper .pagination ul li.next {
  color: #3e3430;
  margin-left: 10rem;
}
.news__wrapper .pagination ul li.active {
  color: #3e3430;
  text-decoration: underline;
  text-underline-offset: 15rem;
}

.inquiry__wrapper {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  padding: 140rem 0;
}
.inquiry__wrapper.rental__wrapper {
  background-color: transparent;
}
.inquiry__wrapper.rental__wrapper .entry__form .file__pos {
  margin-top: 0;
  text-align: left;
}
.inquiry__wrapper .entry__form {
  width: 100%;
  padding: 60rem 85rem;
  background-color: #ffffff;
  text-align: center;
}
.inquiry__wrapper .entry__form .sub__btns {
  margin-top: 45rem;
  display: flex;
  justify-content: center;
}
.inquiry__wrapper .entry__form .sub__btns .submit__btn {
  margin: 0 20rem;
}
.inquiry__wrapper .entry__form.confirm table {
  margin-top: 35rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.inquiry__wrapper .entry__form.confirm table tr:first-child td {
  padding-top: 30rem;
}
.inquiry__wrapper .entry__form.confirm table tr:last-child td {
  padding-bottom: 30rem;
}
.inquiry__wrapper .entry__form .n__txt {
  font-size: 16rem;
  letter-spacing: 1rem;
  line-height: 26rem;
  color: #2c240f;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
.inquiry__wrapper .entry__form table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25rem;
}
.inquiry__wrapper .entry__form table tr.unit.disible {
  display: none;
}
.inquiry__wrapper .entry__form table tr.user_kind td:first-child {
  padding-top: 20rem;
}
.inquiry__wrapper .entry__form table tr:nth-child(8) td:first-child {
  padding-top: 20rem;
}
.inquiry__wrapper .entry__form table tr:last-child td:first-child {
  vertical-align: top;
}
.inquiry__wrapper .entry__form table tr td {
  padding: 20rem 0;
  text-align: left;
}
.inquiry__wrapper .entry__form table tr td .upload {
  display: none;
}
.inquiry__wrapper .entry__form table tr td .g__txt {
  font-size: 12rem;
  letter-spacing: 1rem;
  line-height: 28rem;
  margin-top: 10rem;
  color: #3e3430;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
}
.inquiry__wrapper .entry__form table tr td .chk__item, .inquiry__wrapper .entry__form table tr td .wpcf7-list-item {
  text-align: left;
  margin-right: 20rem;
}
.inquiry__wrapper .entry__form table tr td .chk__item input[type=radio], .inquiry__wrapper .entry__form table tr td .wpcf7-list-item input[type=radio] {
  display: none;
}
.inquiry__wrapper .entry__form table tr td .chk__item input[type=radio]:checked + span::after, .inquiry__wrapper .entry__form table tr td .wpcf7-list-item input[type=radio]:checked + span::after {
  display: block;
}
.inquiry__wrapper .entry__form table tr td .chk__item span, .inquiry__wrapper .entry__form table tr td .wpcf7-list-item span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 24rem;
  text-align: left;
  color: #3e3430;
  position: relative;
}
.inquiry__wrapper .entry__form table tr td .chk__item span:after, .inquiry__wrapper .entry__form table tr td .wpcf7-list-item span:after {
  content: "";
  width: 12rem;
  height: 12rem;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.inquiry__wrapper .entry__form table tr td .chk__item span:before, .inquiry__wrapper .entry__form table tr td .wpcf7-list-item span:before {
  content: "";
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: #fff;
  border: 1rem solid #bfbfbf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inquiry__wrapper .entry__form table tr td input[type=text], .inquiry__wrapper .entry__form table tr td input[type=tel], .inquiry__wrapper .entry__form table tr td input[type=email] {
  width: 100%;
  height: 54rem;
  border-radius: 6rem;
  background-color: #f3f3f3;
  border: 0;
  font-size: 16rem;
  letter-spacing: 1rem;
  font-weight: 500;
  color: #3e3430;
  padding-left: 15rem;
}
.inquiry__wrapper .entry__form table tr td textarea {
  width: 100%;
  height: 160rem;
  border-radius: 6rem;
  background: #f3f3f3;
  font-size: 16rem;
  letter-spacing: 1rem;
  font-weight: 500;
  color: #3e3430;
  padding: 20rem;
  border: 0;
}
.inquiry__wrapper .entry__form table tr td:first-child {
  width: 235rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #3e3430;
  text-align: left;
  vertical-align: top;
  padding-top: 35rem;
}
.inquiry__wrapper .entry__form table tr td:first-child .t__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 12rem;
  line-height: 18rem;
  text-align: left;
  color: #3e3430;
}
.inquiry__wrapper .entry__form table tr td:first-child .required {
  font-size: 14rem;
  letter-spacing: 0;
  line-height: 22rem;
  padding: 1rem 6rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  background: #dd0707;
  border-radius: 8rem;
  margin-right: 8rem;
  display: inline-block;
}
.inquiry__wrapper .entry__form table tr td:first-child .required.no {
  background: #827354;
}
.inquiry__wrapper .entry__form .file__pos {
  text-align: center;
  margin-top: 15rem;
}
.inquiry__wrapper .entry__form .file__pos .download__btn {
  display: inline-flex;
  border: 1rem solid #100237;
  cursor: pointer;
}
.inquiry__wrapper .entry__form input[type=file] {
  display: none;
}
.inquiry__wrapper .entry__form .privacy__content .wpcf7-list-item, .inquiry__wrapper .entry__form .wpcf7-acceptance .wpcf7-list-item {
  margin-top: 30rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.inquiry__wrapper .entry__form .privacy__content .wpcf7-list-item input[type=checkbox], .inquiry__wrapper .entry__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.inquiry__wrapper .entry__form .privacy__content .wpcf7-list-item input[type=checkbox]:checked + span:after, .inquiry__wrapper .entry__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + span:after {
  background: #100237;
}
.inquiry__wrapper .entry__form .privacy__content .wpcf7-list-item input[type=checkbox]:checked + span:before, .inquiry__wrapper .entry__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + span:before {
  opacity: 1;
}
.inquiry__wrapper .entry__form .privacy__content .wpcf7-list-item span, .inquiry__wrapper .entry__form .wpcf7-acceptance .wpcf7-list-item span {
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #3e3430;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
  position: relative;
  display: inline-block;
  padding-left: 22rem;
}
.inquiry__wrapper .entry__form .privacy__content .wpcf7-list-item span:before, .inquiry__wrapper .entry__form .wpcf7-acceptance .wpcf7-list-item span:before {
  content: "";
  width: 4rem;
  height: 8rem;
  border-right: 2rem solid #fff;
  border-bottom: 2rem solid #fff;
  position: absolute;
  left: 6rem;
  top: 44%;
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.inquiry__wrapper .entry__form .privacy__content .wpcf7-list-item span:after, .inquiry__wrapper .entry__form .wpcf7-acceptance .wpcf7-list-item span:after {
  content: "";
  width: 16rem;
  height: 16rem;
  border-radius: 4rem;
  border: 1rem solid #100237;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inquiry__wrapper .entry__form .privacy__link {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16rem;
  margin-top: 10rem;
  display: inline-block;
  letter-spacing: 1rem;
  color: #100237;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3rem;
}
.inquiry__wrapper .entry__form .note__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.1em;
  line-height: 20rem;
  margin-top: 20rem;
  text-align: center;
  color: #3e3430;
}
.inquiry__wrapper .entry__form .submit__btn {
  width: 280rem;
  height: 56rem;
  margin: auto;
  margin-top: 45rem;
  border-radius: 8rem;
  background-color: #100237;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #fefefe;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  border: 1rem solid #100237;
  transition: 0.3s;
  cursor: pointer;
}
.inquiry__wrapper .entry__form .submit__btn:disabled {
  background-color: #999;
  border: 0;
  cursor: not-allowed;
}
.inquiry__wrapper .entry__form .submit__btn:disabled:hover {
  background-color: #999;
  border: 0;
  color: #fefefe;
}
.inquiry__wrapper .entry__form .submit__btn:hover {
  background-color: white;
  color: #100237;
}

.thanks__wrapper {
  padding: 140rem 0;
}
.thanks__wrapper .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  text-align: center;
}
.thanks__wrapper .content__inner .content__text {
  padding: 55rem 20rem;
  background: #fff;
}
.thanks__wrapper .content__inner .content__text .t__lbl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 26rem;
  text-align: center;
  color: #2c240f;
}
.thanks__wrapper .content__inner .content__text .c__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 32rem;
  margin-top: 35rem;
  text-align: center;
  color: #3e3430;
}
.thanks__wrapper .content__inner .top__btn {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 46rem;
  margin-top: 55rem;
  text-align: left;
  color: #3e3430;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 10rem;
}

.page__content {
  padding: 100rem 0;
  margin-top: 100rem;
}
.page__content h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 22rem;
  letter-spacing: 0;
  color: #3e3430;
  text-align: center;
}
.page__content p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16rem;
  margin-top: 30rem;
  line-height: 1.6;
  color: #3e3430;
  text-align: center;
}
.page__content p a {
  color: #3e3430;
  text-decoration: underline;
}

.news-detail__wrapper {
  background: #f7edd7;
  padding: 140rem 0;
  text-align: center;
}
.news-detail__wrapper .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  padding: 55rem 85rem;
  background: #fff;
  text-align: left;
}
.news-detail__wrapper .content__inner .date {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.1em;
  line-height: 31.5rem;
  text-align: left;
  color: #2c240f;
}
.news-detail__wrapper .content__inner .cat {
  font-family: "Noto Serif JP", serif;
  background: #3e3430;
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  padding: 2rem 5rem;
  margin-left: 25rem;
  text-align: left;
  color: #fff;
  display: inline-block;
}
.news-detail__wrapper .content__inner h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 46rem;
  margin-top: 10rem;
  text-align: left;
  color: #2c240f;
}
.news-detail__wrapper .content__inner .content__text {
  width: 100%;
  margin-top: 25rem;
  border-top: 1rem solid #2c240f;
  padding-top: 20rem;
}
.news-detail__wrapper .content__inner .content__text p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 34rem;
  margin-bottom: 15rem;
  color: #3e3430;
}
.news-detail__wrapper .content__inner .content__text img {
  margin-bottom: 15rem;
}
.news-detail__wrapper .content__inner .content__text .wp-block-image .alignright {
  float: initial;
  margin-right: 0;
  margin-left: auto;
}
.news-detail__wrapper .list__btn {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 46rem;
  margin-top: 55rem;
  text-align: left;
  color: #3e3430;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 10rem;
}

.faq__wrapper {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 105rem;
  background-color: #f7edd7;
}
.faq__wrapper .faq__content {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  padding-top: 135rem;
}
.faq__wrapper .faq__content .faq__items {
  width: 100%;
  margin-top: 70rem;
}
.faq__wrapper .faq__content .faq__items .f__item {
  margin-bottom: 45rem;
}
.faq__wrapper .faq__content .faq__items .f__item .f__lbl {
  font-size: 20rem;
  letter-spacing: 2px;
  color: #2c240f;
  font-weight: 600;
  padding: 0 0 13rem 22rem;
  font-family: "Noto Serif JP";
  text-align: left;
  border-bottom: 2rem solid #3e3430;
}
.faq__wrapper .faq__content .faq__items .f__item .content__items {
  margin-top: 30rem;
}
.faq__wrapper .faq__content .faq__items .f__item .content__items .c__item {
  width: 100%;
  border-radius: 8rem;
  padding: 20rem;
  margin-bottom: 24rem;
  background-color: #ffffff;
}
.faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .title {
  display: flex;
  align-items: center;
  position: relative;
}
.faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .title.open .sign {
  background: #ff0000;
}
.faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .title.open .sign:after {
  opacity: 0;
}
.faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .title .sign {
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background: #2c240f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .title .sign:before {
  content: "";
  width: 16rem;
  height: 0;
  border-top: 2rem solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .title .sign:after {
  content: "";
  height: 16rem;
  width: 0;
  border-left: 2rem solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .title .q__lbl {
  width: 27rem;
  margin-right: 12rem;
  display: flex;
}
.faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .title .q__txt {
  font-size: 16rem;
  letter-spacing: 1px;
  color: #2c240f;
  font-weight: 500;
  font-family: "Noto Serif JP";
  text-align: left;
}
.faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .a__box {
  width: 100%;
  padding-top: 20rem;
  padding-right: 30rem;
  margin-top: 20rem;
  border-top: 1rem dashed #3e3430;
  display: none;
}
.faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .a__box .a__inner {
  display: flex;
  align-items: flex-start;
}
.faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .a__box .a__inner .a__lbl {
  width: 27rem;
  display: flex;
  margin-right: 13rem;
}
.faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .a__box .a__inner .a__txt {
  width: 100%;
  font-size: 16rem;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #2c240f;
  font-weight: 500;
  font-family: "Noto Serif JP";
  text-align: left;
}

.privacy__wrapper {
  width: 100%;
  background-color: #f7edd7;
  padding: 140rem 0;
}
.privacy__wrapper .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  padding: 50rem 85rem;
  background-color: #ffffff;
}
.privacy__wrapper .content__inner .c__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 1px;
  line-height: 36rem;
  color: #2c240f;
  text-align: left;
}
.privacy__wrapper .content__inner .content__text {
  margin-top: 50rem;
}
.privacy__wrapper .content__inner .content__text dl {
  margin: 0;
}
.privacy__wrapper .content__inner .content__text dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16rem;
  letter-spacing: 2rem;
  line-height: 32rem;
  padding-bottom: 15rem;
  margin-bottom: 24rem;
  border-bottom: 1rem solid #2c240f;
  color: #3e3430;
  text-align: left;
}
.privacy__wrapper .content__inner .content__text dl dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16rem;
  letter-spacing: 2rem;
  line-height: 32rem;
  margin: 0;
  margin-bottom: 45rem;
  color: #3e3430;
  text-align: left;
}
.privacy__wrapper .content__inner .content__text dl dd:last-child {
  margin-bottom: 0;
}
.privacy__wrapper .content__inner .content__text dl dd p {
  margin-bottom: 20rem;
}
.privacy__wrapper .content__inner .content__text dl dd .date {
  margin-top: 10rem;
  margin-bottom: 0;
  text-align: right;
}

.w__container {
  margin: 200rem 0 160rem;
  text-align: center;
}
.w__container .en_txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 22rem;
  letter-spacing: 4rem;
  color: #2c240f;
  text-align: center;
}
.w__container .txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18rem;
  margin-top: 25rem;
  letter-spacing: 0rem;
  line-height: 1.5;
  color: #2c240f;
  text-align: center;
}
.w__container a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20rem;
  letter-spacing: 2rem;
  line-height: 46rem;
  margin-top: 55rem;
  padding-bottom: 14rem;
  color: #3e3430;
  display: inline-flex;
  align-items: center;
  border-bottom: 1rem solid #3e3430;
}
.w__container a:hover span {
  transform: translate(10rem);
}
.w__container a span {
  transition: 0.3s;
}

.pageTop {
  width: 30rem;
  display: flex;
  position: fixed;
  bottom: 30rem;
  right: 25rem;
  z-index: 2;
  transition: 0.3s;
}
.pageTop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  .rental__wrapper .layout__content .content__items .c__item {
    width: 49%;
  }
}
@media screen and (max-width: 1090px) {
  html {
    font-size: 0.8px;
  }
}
@media screen and (max-width: 860px) {
  html {
    font-size: 0.7px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  header {
    width: 100%;
    height: 110rem;
    padding: 0 20rem;
  }
  .frontview {
    padding-top: 0;
  }
  .frontview h1 {
    width: 384rem;
    bottom: auto;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  header .logo {
    width: 192rem;
    position: relative;
    z-index: 2;
  }
  .section-sch .content__inner {
    width: 690rem;
  }
  .section-title .en__txt {
    font-size: 26rem;
  }
  .section-title .ja__txt {
    font-size: 44rem;
    margin-top: 45rem;
  }
  .section-news .content__inner {
    width: 690rem;
  }
  .section-news .content__inner .content__items .c__item {
    padding: 35rem 0;
    padding-right: 40rem;
    flex-wrap: wrap;
  }
  .section-news .content__inner .content__items .c__item .date {
    font-size: 24rem;
  }
  .section-news .content__inner .content__items .c__item .cat span {
    font-size: 22rem;
  }
  .section-news .content__inner .content__items .c__item .cat {
    width: 96rem;
    height: 30rem;
    margin-left: 7rem;
  }
  .section-news .content__inner .content__items .c__item .title {
    width: 100%;
    height: 36rem;
    font-size: 26rem;
    margin-left: 0;
    margin-top: 13rem;
  }
  .section-news .content__inner .content__items .c__item .detail__btn {
    font-size: 26rem;
  }
  .section-news .content__inner .list__btn {
    font-size: 28rem;
  }
  .section-spon .content__inner {
    width: 690rem;
  }
  .section-spon .content__inner .content__items .c__item {
    width: 332rem;
    padding: 0;
  }
  .section-spon .content__inner .content__items {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
  }
  .section-spon .content__inner .content__items .c__item .c__inner {
    width: 100%;
    height: 90rem;
    margin-bottom: 30rem;
  }
  footer {
    padding: 90rem 0 60rem;
  }
  footer .content__inner .footer__info {
    display: block;
    padding-bottom: 50rem;
  }
  footer .content__inner {
    width: 690rem;
  }
  footer .content__inner .footer__info .info__content .f__logo {
    width: 280rem;
    margin: auto;
  }
  footer .content__inner .footer__info .info__content .company__lbl {
    font-size: 28rem;
    letter-spacing: 0.1em;
    line-height: 26rem;
    margin-top: 40rem;
    padding-left: 40rem;
  }
  footer .content__inner .footer__info .info__content .address {
    font-weight: 300;
    font-size: 26rem;
    letter-spacing: 0.1em;
    line-height: 40rem;
    margin-top: 22rem;
    padding-left: 40rem;
  }
  footer .content__inner .footer__info .info__content .contact__txt a {
    font-size: 26rem;
  }
  footer .content__inner .footer__info .info__content .contact__txt {
    font-size: 22rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding-left: 40rem;
    margin-top: 12rem;
  }
  footer .content__inner .footer__info .footer__menu {
    margin-top: 55rem;
    padding-left: 40rem;
  }
  footer .content__inner .footer__info .footer__menu .f__menu li a {
    font-size: 26rem;
  }
  footer .content__inner .footer__info .footer__menu .f__menu li {
    margin-bottom: 14rem;
  }
  footer .content__inner .footer__info .footer__menu .f__menu li.parent ul li a {
    font-size: 24rem;
  }
  footer .content__inner .footer__info .footer__menu .f__menu {
    margin-left: 0;
    margin-right: 50rem;
  }
  footer .content__inner .bottom__info ul li a {
    font-weight: 300;
    font-size: 24rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  footer .content__inner .bottom__info {
    margin-top: 30rem;
  }
  footer .content__inner .bottom__info ul {
    justify-content: center;
  }
  footer .content__inner .bottom__info .copyright {
    font-size: 20rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 16rem;
    text-align: center;
  }
  .sp-nav {
    display: flex;
    align-items: center;
  }
  .sp-nav .lang__items {
    margin-left: 22rem;
    position: relative;
  }
  .sp-nav .lang__items a, .sp-nav .lang__items span {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 28rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: left;
    color: #fff;
  }
  .sp-nav .lang__items a {
    position: relative;
  }
  .sp-nav .lang__items a:hover:after {
    width: 100%;
  }
  .sp-nav .lang__items a:after {
    content: "";
    width: 0%;
    height: 0;
    border-bottom: 1rem solid #fff;
    position: absolute;
    left: 0;
    bottom: -3rem;
    transition: 0.3s;
  }
  .sp-nav .sp-menu {
    width: 70rem;
    height: 70rem;
    margin-left: 45rem;
    border-radius: 50%;
    background: #2c240f;
    position: relative;
  }
  .sp-nav .sp-menu.open span:nth-child(1) {
    top: 34rem;
    transform: translate(-50%) rotate(45deg);
  }
  .sp-nav .sp-menu.open span:nth-child(2) {
    top: 34rem;
    transform: translate(-50%) rotate(-45deg);
  }
  .sp-nav .sp-menu span {
    width: 40rem;
    height: 0;
    border-top: 2rem solid #fff;
    position: absolute;
    top: 26rem;
    left: 50%;
    transform: translate(-50%);
    transition: 0.3s;
  }
  .sp-nav .sp-menu span + span {
    top: 42rem;
  }
  header nav {
    width: 100%;
    height: calc(100% - 110rem);
    padding-top: 35rem;
    position: fixed;
    left: 0;
    top: 110rem;
    background: #82755a;
    display: flex;
    flex-direction: column-reverse;
    display: none;
    overflow: auto;
  }
  header nav.open {
    display: flex;
    animation: fadeIn 0.3s forwards;
  }
  header nav .down-menu {
    width: 710rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 46rem;
    border-top: 2rem solid #584e4a;
  }
  header nav .down-menu ul {
    width: 480rem;
    margin: auto;
    display: block;
  }
  header nav .down-menu ul li a {
    font-size: 28rem;
    letter-spacing: 0.05em;
    line-height: 64rem;
  }
  header nav .down-menu ul li {
    padding: 0;
  }
  header nav .down-menu ul li:last-child .promise__btn {
    width: 100%;
    height: 80rem;
    margin-top: 40rem;
    border-radius: 8rem;
  }
  header nav .down-menu ul li:last-child .promise__btn a {
    font-size: 28rem;
  }
  header nav .down-menu ul li:last-child .hole__promise {
    width: 100%;
    padding-top: 20rem;
    position: relative;
    right: 0;
    bottom: 0;
    display: block !important;
    animation: unset !important;
  }
  header nav .down-menu ul li:last-child ul.child {
    width: 100%;
    height: auto;
    border-radius: 8rem;
    background-color: transparent;
    padding: 0;
    display: block;
  }
  header nav .down-menu ul li:last-child ul.child li a {
    font-size: 28rem;
    letter-spacing: 3rem;
    line-height: 1.6;
    color: white;
    font-weight: 400;
  }
  header nav .down-menu ul li:last-child ul.child li a:hover:after {
    content: unset;
  }
  header nav .down-menu ul li:last-child ul.child li {
    width: 100%;
    padding: 10rem 0;
    border-bottom: 0;
  }
  header nav .up-menu {
    width: 710rem;
    margin: auto;
    padding-top: 56rem;
    padding-bottom: 50rem;
    justify-content: center;
    margin-top: 30rem;
    border-top: 2rem solid #584e4a;
  }
  header nav .up-menu .sns__items .icon {
    width: 60rem;
    margin-right: 48rem;
  }
  header nav .up-menu .sns__items .icon.c01 {
    width: 73rem;
  }
  header nav .up-menu .sns__items .icon.c02 {
    width: 54rem;
    margin-right: 0;
  }
  .subfrontview {
    height: 510rem;
    padding-top: 110rem;
  }
  .access__wrapper {
    width: 690rem;
  }
  .access__wrapper .note__txt {
    font-size: 26rem;
    letter-spacing: 0;
  }
  .access__wrapper .access__content table tr {
    display: grid;
  }
  .access__wrapper .access__content table tr td:first-child {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    font-weight: 700;
    -moz-text-align-last: justify;
    text-align-last: left;
    vertical-align: unset;
  }
  .access__wrapper .access__content table tr td {
    font-size: 24rem;
    letter-spacing: 2rem;
    line-height: 48rem;
    padding: 33rem 0;
  }
  .access__wrapper .access__content table tr td:last-child {
    padding-top: 6rem;
  }
  .access__wrapper .map {
    width: 100%;
    height: 380rem;
    margin: auto;
    margin-top: 45rem;
  }
  .access__wrapper .address__txt {
    font-size: 26rem;
    letter-spacing: 2rem;
    line-height: 40rem;
  }
  .about__sublinks {
    width: 510rem;
    height: 64rem;
    top: 120rem;
  }
  .about__sublinks li a span {
    font-size: 24rem;
  }
  .about__sublinks li a:after {
    border-left: 8rem solid transparent;
    border-right: 8rem solid transparent;
    border-top: 8rem solid #3e3430;
    bottom: -7rem;
  }
  .feature__content {
    width: 690rem;
    margin: auto;
    padding-top: 180rem;
  }
  .feature__content .content__items .c__item {
    width: 100%;
    margin-bottom: 145rem;
    padding: 34rem 24rem 45rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    position: relative;
    background: #78694d;
  }
  .feature__content .content__items .c__item .content__text {
    width: 100%;
    padding: 0;
  }
  .feature__content .content__items .c__item .content__text p {
    font-size: 26rem;
    letter-spacing: 0rem;
    line-height: 48rem;
  }
  .feature__content .content__items .c__item .c__image {
    width: 100%;
    margin-top: 40rem;
    display: flex;
  }
  .feature__content .content__items .c__item .title {
    width: 100%;
    padding-left: 30rem;
    transform: translateY(-100%);
  }
  .feature__content .content__items .c__item .title span {
    font-size: 30rem;
  }
  .feature__content .content__items {
    margin-top: 145rem;
  }
  .feature__content .content__items .c__item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .feature__content .content__items .c__item .c__images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 40rem;
  }
  .feature__content .content__items .c__item .c__images .p__image .c__lbl {
    font-size: 20rem;
    margin-top: 15rem;
  }
  .feature__content .content__items .c__item .c__images .p__image .c__right {
    font-size: 20rem;
    margin-top: 13rem;
  }
  .feature__content .content__items .c__item .c__images.c01 .p__image {
    width: 50%;
    padding: 0 10rem;
    margin-bottom: 25rem;
  }
  .facility__content .content__inner {
    width: 690rem;
  }
  .facility__content .content__inner table tr {
    display: grid;
  }
  .facility__content .content__inner table tr td:first-child {
    font-weight: 700;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    vertical-align: top;
    -moz-text-align-last: justify;
    text-align-last: left;
  }
  .facility__content .content__inner table tr td {
    font-size: 24rem;
    letter-spacing: 0;
    line-height: 36rem;
    padding: 30rem 0;
  }
  .facility__content .content__inner table tr td:last-child {
    padding-top: 10rem;
  }
  .concerpt__content {
    width: 690rem;
    margin: auto;
    padding: 180rem 0;
  }
  .concerpt__content .content__inner .logo {
    width: 360rem;
  }
  .concerpt__content .content__inner p {
    font-size: 28rem;
    letter-spacing: -1rem;
    line-height: 68rem;
    margin-top: 50rem;
  }
  .about__sublinks.rental {
    width: 690rem;
  }
  .about__sublinks.rental li a span {
    font-size: 17rem;
  }
  .rental__wrapper .layout__content {
    width: 690rem;
  }
  .rental__wrapper .layout__content .note__txt {
    font-size: 26rem;
    line-height: 48rem;
  }
  .rental__wrapper .layout__content .content__items .c__item {
    width: 100%;
    margin-bottom: 60rem;
  }
  .rental__wrapper .layout__content .content__items .c__item .c__lbl {
    font-size: 32rem;
    margin-top: 28rem;
  }
  .rental__wrapper .layout__content .content__items .c__item .c__lbl .c01 {
    font-size: 18rem;
  }
  .rental__wrapper .layout__content .content__items .c__item .c__lbl .c02 {
    font-size: 18rem;
  }
  .rental__wrapper .layout__content .content__items .c__item .c__lbl .c03 {
    font-size: 52rem;
  }
  .rental__wrapper .flow__content .content__inner {
    width: 690rem;
  }
  .rental__wrapper .flow__content .content__inner .flow__items {
    width: 480rem;
    margin: auto;
    margin-top: 52rem;
    display: block;
  }
  .rental__wrapper .flow__content .content__inner .flow__items .f__item {
    width: 100%;
    height: 80rem;
    margin-bottom: 50rem;
    padding-top: 0;
    padding-left: 75rem;
    flex-direction: row;
  }
  .rental__wrapper .flow__content .content__inner .flow__items .f__item:last-child {
    margin-bottom: 0;
  }
  .rental__wrapper .flow__content .content__inner .flow__items .f__item .num {
    font-size: 40rem;
  }
  .rental__wrapper .flow__content .content__inner .flow__items .f__item .lbl {
    font-size: 32rem;
    letter-spacing: 2rem;
    margin-top: 0;
    margin-left: 14rem;
    writing-mode: unset;
  }
  .rental__wrapper .flow__content .content__inner .flow__items .line {
    width: 0;
    height: 98%;
    border: 0;
    border-left: 2rem solid #78694d;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
  }
  .rental__wrapper .flow__content .content__inner .flow__items .gap {
    font-size: 22rem;
    letter-spacing: 24rem;
    color: #2c240f;
    text-align: center;
    position: absolute;
    left: 52%;
    top: 90rem;
    transform: translate(-50%);
  }
  .rental__wrapper .flow__content .content__inner .detail__btn {
    font-size: 28rem;
    margin-top: 45rem;
    letter-spacing: 1rem;
    text-underline-offset: 9rem;
  }
  .rental__wrapper .price__content .content__inner {
    width: 690rem;
  }
  .rental__wrapper .price__content .content__inner .content__text table tr td[colspan="3"] {
    font-size: 26rem;
    background-color: #3e3430;
    color: white;
  }
  .rental__wrapper .price__content .content__inner .content__text table tr:nth-child(2) td[colspan="3"] {
    font-size: 26rem;
    background-color: #a98667;
    color: white;
  }
  .rental__wrapper .price__content .content__inner .content__text table tr.pp td[colspan="3"] {
    font-size: 26rem;
    background-color: #78694d;
    color: white;
  }
  .rental__wrapper .price__content .content__inner .content__text table tr td {
    width: auto;
    font-size: 22rem;
  }
  .rental__wrapper .price__content .content__inner .content__text table:nth-child(2) {
    margin-bottom: 45rem;
  }
  .rental__wrapper .price__content .content__inner .content__text table:nth-child(2), .rental__wrapper .price__content .content__inner .content__text table:nth-child(3) {
    display: inline-table;
  }
  .rental__wrapper .price__content .content__inner .content__text table:nth-child(1) {
    display: none;
  }
  .rental__wrapper .price__content .content__inner .content__text .note__txt {
    font-size: 24rem;
    letter-spacing: 1rem;
    line-height: 48rem;
    padding: 25rem 0;
  }
  .rental__wrapper .download__content .content__inner {
    width: 690rem;
  }
  .rental__wrapper .download__content .content__inner .download__items {
    flex-wrap: wrap;
  }
  .rental__wrapper .download__btn {
    width: 330rem;
    height: 64rem;
    margin-bottom: 30rem;
    padding: 0 20rem;
    border-radius: 40rem;
  }
  .rental__wrapper .download__btn .lbl {
    font-size: 26rem;
  }
  .rental__wrapper .download__content .content__inner .gap__txt {
    margin-top: 15rem;
    background-color: #ffffff;
    font-size: 26rem;
  }
  .rental__wrapper .reservation__content .content__inner {
    width: 690rem;
  }
  .rental__wrapper .reservation__content .content__inner .gap__txt {
    margin-top: 30rem;
    padding: 20rem 0;
    background-color: #ffffff;
    font-size: 26rem;
    letter-spacing: 0;
    line-height: 40rem;
  }
  .rental__wrapper .reservation__content .content__inner .note__txt {
    font-size: 26rem;
    line-height: 48rem;
  }
  .rental__wrapper .reservation__content .content__inner .entry__form {
    margin-top: 30rem;
    padding: 50rem 30rem;
  }
  .rental__wrapper .reservation__content .content__inner .entry__form .n__txt {
    font-size: 26rem;
    line-height: 48rem;
  }
  .rental__wrapper .reservation__content .content__inner .entry__form table tr {
    display: grid;
  }
  .rental__wrapper .reservation__content .content__inner .entry__form table tr td:first-child {
    width: 100%;
    font-size: 26rem;
    padding-bottom: 0;
  }
  .rental__wrapper .reservation__content .content__inner .entry__form table tr td:first-child .required {
    font-size: 24rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 1rem 13rem;
  }
  .rental__wrapper .reservation__content .content__inner .entry__form table tr td input[type=text], .rental__wrapper .reservation__content .content__inner .entry__form table tr td input[type=email] {
    width: 100%;
    height: 80rem;
    border-radius: 6rem;
    background-color: #f3f3f3;
    border: 0;
    font-size: 26rem;
    letter-spacing: 1rem;
    font-weight: 500;
    color: #3e3430;
    padding-left: 20rem;
  }
  .rental__wrapper .reservation__content .content__inner .entry__form table tr td .g__txt {
    font-size: 20rem;
    letter-spacing: 1rem;
    line-height: 1.5;
  }
  .rental__wrapper .reservation__content .content__inner .entry__form .privacy__content .c__txt {
    font-size: 26rem;
    letter-spacing: 0;
  }
  .rental__wrapper .reservation__content .content__inner .entry__form .privacy__link {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 26rem;
    margin-top: 25rem;
    display: inline-block;
    letter-spacing: 1rem;
    text-underline-offset: 7rem;
  }
  .rental__wrapper .reservation__content .content__inner .entry__form .submit__btn {
    width: 400rem;
    height: 64rem;
    font-size: 26rem;
  }
  .inquiry__wrapper {
    width: 690rem;
  }
  .inquiry__wrapper .entry__form .n__txt {
    font-size: 26rem;
    line-height: 48rem;
    letter-spacing: 0;
  }
  .inquiry__wrapper .entry__form {
    width: 100%;
    padding: 50rem 35rem;
  }
  .inquiry__wrapper .entry__form table tr {
    display: grid;
  }
  .inquiry__wrapper .entry__form table tr td:first-child {
    width: 100%;
    font-size: 26rem;
    padding-bottom: 0;
  }
  .inquiry__wrapper .entry__form table tr td:first-child .required {
    font-size: 24rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 1rem 13rem;
  }
  .inquiry__wrapper .entry__form table tr td input[type=text], .inquiry__wrapper .entry__form table tr td input[type=email] {
    width: 100%;
    height: 80rem;
    border-radius: 6rem;
    background-color: #f3f3f3;
    border: 0;
    font-size: 26rem;
    letter-spacing: 1rem;
    font-weight: 500;
    color: #3e3430;
    padding-left: 20rem;
  }
  .inquiry__wrapper .entry__form table tr td {
    padding: 30rem 0;
    font-size: 26rem;
    color: #2c240f;
  }
  .inquiry__wrapper .entry__form table tr td:last-child {
    padding-top: 20rem;
  }
  .inquiry__wrapper .entry__form table tr td .g__txt {
    font-size: 20rem;
    letter-spacing: 1rem;
    line-height: 1.6;
  }
  .inquiry__wrapper .entry__form table tr td .chk__item span {
    font-size: 26rem;
  }
  .inquiry__wrapper .entry__form table tr td:first-child .t__txt {
    font-size: 20rem;
    line-height: 1.6;
  }
  .inquiry__wrapper .entry__form table tr td textarea {
    height: 300rem;
    font-size: 26rem;
  }
  .inquiry__wrapper .entry__form .privacy__content .c__txt {
    font-size: 26rem;
    letter-spacing: 0;
  }
  .inquiry__wrapper .entry__form .privacy__link {
    font-size: 26rem;
    margin-top: 21rem;
  }
  .inquiry__wrapper .entry__form .note__txt {
    font-size: 20rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-top: 25rem;
  }
  .inquiry__wrapper .entry__form .submit__btn {
    width: 400rem;
    height: 64rem;
    margin: auto;
    margin-top: 45rem;
    font-size: 26rem;
  }
  .thanks__wrapper .content__inner {
    width: 690rem;
  }
  .thanks__wrapper .content__inner .content__text .t__lbl {
    font-size: 28rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .thanks__wrapper .content__inner .content__text .c__txt {
    font-size: 26rem;
    letter-spacing: 0;
    line-height: 1.7;
  }
  .thanks__wrapper .content__inner .top__btn {
    font-size: 30rem;
  }
  .news__wrapper .pagination ul li {
    font-size: 30rem;
    padding: 0 15rem;
  }
  .news-detail__wrapper .content__inner {
    width: 690rem;
    padding: 55rem 25rem;
  }
  .news-detail__wrapper .content__inner .date {
    font-size: 26rem;
  }
  .news-detail__wrapper .content__inner .cat {
    font-size: 24rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    padding: 2rem 10rem;
  }
  .news-detail__wrapper .content__inner h3 {
    font-size: 30rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .news-detail__wrapper .content__inner .content__text {
    margin-top: 35rem;
    padding-top: 30rem;
  }
  .news-detail__wrapper .content__inner .content__text p {
    font-weight: 400;
    font-size: 26rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 20rem;
  }
  .news-detail__wrapper .list__btn {
    font-size: 30rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 60rem;
    text-underline-offset: 14rem;
  }
  .inquiry__wrapper .entry__form table tr td .chk__item span, .inquiry__wrapper .entry__form table tr td .wpcf7-list-item span {
    font-size: 26rem;
  }
  .inquiry__wrapper .entry__form .privacy__content .wpcf7-list-item span, .inquiry__wrapper .entry__form .wpcf7-acceptance .wpcf7-list-item span {
    font-size: 26rem;
  }
  .page__content h3 {
    font-size: 30rem;
  }
  .page__content p {
    font-size: 26rem;
    margin-top: 38rem;
  }
  .privacy__wrapper .content__inner {
    width: 690rem;
    padding: 50rem 40rem;
  }
  .privacy__wrapper .content__inner .c__txt {
    font-size: 28rem;
    letter-spacing: 1px;
    line-height: 1.6;
  }
  .privacy__wrapper .content__inner .content__text {
    margin-top: 60rem;
  }
  .privacy__wrapper .content__inner .content__text dl dt {
    font-size: 26rem;
    letter-spacing: 2rem;
    line-height: 1.5;
    padding-bottom: 20rem;
    margin-bottom: 32rem;
  }
  .privacy__wrapper .content__inner .content__text dl dd {
    font-size: 26rem;
    letter-spacing: 2rem;
    line-height: 1.6;
    margin-bottom: 60rem;
    text-align: justify;
  }
  .faq__wrapper .faq__content {
    width: 690rem;
    padding-top: 180rem;
  }
  .faq__wrapper .faq__content .faq__items .f__item .f__lbl {
    font-size: 30rem;
    padding: 0 0 18rem 28rem;
  }
  .faq__wrapper .faq__content .faq__items .f__item .content__items {
    margin-top: 38rem;
  }
  .faq__wrapper .faq__content .faq__items .f__item .content__items .c__item {
    padding: 28rem;
    margin-bottom: 34rem;
  }
  .faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .title .q__txt {
    width: 86%;
    font-size: 26rem;
  }
  .faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .title .q__lbl {
    width: 36rem;
  }
  .faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .title .sign {
    width: 32rem;
    height: 32rem;
  }
  .faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .title .sign:before {
    width: 19rem;
  }
  .faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .title .sign:after {
    height: 19rem;
  }
  .faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .a__box .a__inner .a__txt {
    font-size: 26rem;
  }
  .faq__wrapper .faq__content .faq__items .f__item .content__items .c__item .a__box .a__inner .a__lbl {
    width: 36rem;
    margin-top: 10rem;
  }
  .w__container {
    margin: 240rem 0 160rem;
  }
  .w__container .en_txt {
    font-size: 32rem;
  }
  .w__container .txt {
    font-size: 28rem;
    margin-top: 26rem;
    letter-spacing: 0rem;
    line-height: 1.6;
  }
  .w__container a {
    font-size: 30rem;
  }
  .pageTop {
    width: 50rem;
  }
  .rental__wrapper .layout__content #layout {
    top: -70rem;
  }
  .rental__wrapper .flow__content #flow {
    top: -70rem;
  }
  .rental__wrapper .price__content #price {
    top: -70rem;
  }
  .rental__wrapper .download__content #download {
    top: -70rem;
  }
  .rental__wrapper .reservation__content #reservation {
    top: -70rem;
  }
  .facility__content {
    padding: 180rem 0;
  }
  .inquiry__wrapper .entry__form .sub__btns {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .inquiry__wrapper .entry__form .sub__btns .submit__btn {
    margin: 10rem 0;
  }
  .rental__wrapper .reservation__content .content__inner .entry__form .upload__txt {
    font-size: 24rem;
  }
}/*# sourceMappingURL=style.css.map */