@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.8s 0.3s ease-out;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}

footer {
  margin-top: auto;
}

html {
  font-size: 10px;
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Form reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 1;
}

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

input,
select,
textarea {
  font-size: max(1rem, 16px);
}

.c-button {
  display: flex;
  align-items: center;
  border: 2px solid #323232;
  width: 100%;
  max-width: 20.5rem;
  padding: 0.85rem 1.4rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-button::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/icon/arrow.svg) center/cover no-repeat;
  margin-left: auto;
  transition: transform 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .c-button:hover::after {
    transform: translateX(0.4rem);
  }
}

.c-title {
  font-size: 2.5rem;
  font-weight: 500;
  padding-bottom: 1rem;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #323232;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 3rem;
    padding-bottom: 0.8rem;
  }
}

[data-color=white].c-title {
  color: #FFF;
  border-color: #FFF;
}

.l-404 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.l-archive {
  padding-top: 1rem;
  padding-bottom: 16.4rem;
}
@media screen and (min-width: 768px) {
  .l-archive {
    padding-top: 0;
    padding-bottom: 30rem;
  }
}

.l-contact {
  padding-bottom: 20rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-top: 3rem;
    padding-bottom: 30rem;
  }
}

.l-footer {
  padding-top: 4.5rem;
  padding-bottom: 9.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 5.5rem;
    padding-bottom: 6.8rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-news {
  padding-bottom: 14rem;
}
@media screen and (min-width: 768px) {
  .l-news {
    padding-bottom: 22.3rem;
  }
}

.l-privacy {
  padding-top: 1.5rem;
  padding-bottom: 20rem;
}
@media screen and (min-width: 768px) {
  .l-privacy {
    padding-top: 0;
  }
}

.l-recommend {
  padding-top: 7.5rem;
  padding-bottom: 7.4rem;
}
@media screen and (min-width: 768px) {
  .l-recommend {
    padding-top: 12.5rem;
    padding-bottom: 12.7rem;
  }
}

.l-service {
  padding-bottom: 14.3rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    padding-bottom: 29.4rem;
  }
}

.l-single {
  padding-top: 1.7rem;
  padding-bottom: 27.8rem;
}
@media screen and (min-width: 768px) {
  .l-single {
    padding-top: 0;
    padding-bottom: 43.8rem;
  }
}

.l-singlePost {
  padding-top: 1.7rem;
  padding-bottom: 27.8rem;
}
@media screen and (min-width: 768px) {
  .l-singlePost {
    padding-top: 0;
    padding-bottom: 43.8rem;
  }
}

.l-subFv {
  padding-top: 12rem;
  padding-bottom: 5.3rem;
}
@media screen and (min-width: 768px) {
  .l-subFv {
    padding-top: 24rem;
    padding-bottom: 16.8rem;
  }
}

.l-thanks {
  padding-bottom: 12rem;
}

.l-topAccess {
  padding-top: 8.5rem;
}
@media screen and (min-width: 768px) {
  .l-topAccess {
    padding-top: 11.5rem;
    padding-bottom: 14.1rem;
  }
}

.l-topContact {
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .l-topContact {
    padding-top: 18.2rem;
    padding-bottom: 16rem;
  }
}

.l-topNews {
  padding-top: 14.9rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-topNews {
    padding-top: 25rem;
    padding-bottom: 12.5rem;
  }
}

.l-topService {
  padding-top: 7.2rem;
  padding-bottom: 8.9rem;
}
@media screen and (min-width: 768px) {
  .l-topService {
    padding-top: 12.5rem;
    padding-bottom: 10.5rem;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap {
    max-width: 66.3rem;
    margin-left: auto;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip {
  font-size: 1.6rem;
  font-weight: 500;
}

.p-form__radioButton .wpcf7-not-valid-tip,
.p-form__check .wpcf7-not-valid-tip {
  margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.p-form__radio .wpcf7-list-item {
  position: relative;
}

.p-form__radio .wpcf7-list-item-label:before {
  content: "";
  background: transparent;
  border: 2px solid #323232;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
}

.p-form__radio .wpcf7-list-item-label:after {
  content: "";
  background: #323232;
  border-radius: 50%;
  display: block;
  opacity: 0;
  position: absolute;
  top: 1.4rem;
  left: 0.5rem;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  transition: 0.3s ease;
}

.iphone .p-form__radio .wpcf7-list-item-label:after {
  top: 1.3rem;
  left: 0.4rem;
}

.p-form__check .wpcf7-list-item-label {
  position: relative;
  margin-left: 3.2rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-form__check .wpcf7-list-item-label {
    margin-left: 1rem;
  }
}

.p-form__check .wpcf7-list-item-label:before {
  border: 1px solid #323232;
  content: "";
  display: block;
  position: absolute;
  top: -0.1rem;
  left: -3.2rem;
  width: 2.5rem;
  height: 2.5rem;
}

.p-form__check .wpcf7-list-item-label:after {
  border-bottom: 1px solid #323232;
  border-left: 1px solid #323232;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0.5rem;
  left: -2.8rem;
  width: 1.6rem;
  height: 0.8rem;
  transform: rotate(-45deg);
  transition: 0.3s ease;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.p-form__radioButton .wpcf7-not-valid-tip,
.p-form__check .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-form__radioButton .wpcf7-not-valid-tip,
  .p-form__check .wpcf7-not-valid-tip {
    font-size: 1.6rem;
  }
}

.wp-pagenavi {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 9.2rem;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  color: #B4B4B4;
  border: none;
  margin: 0;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span.current {
  color: #000;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 0.9rem;
  height: 1.2rem;
}

.wp-pagenavi .previouspostslink {
  background-image: url(../images/icon/arrow_prev_sp.svg);
  margin-right: 2.6rem;
}

.wp-pagenavi .nextpostslink {
  background-image: url(../images/icon/arrow_next_sp.svg);
  margin-left: 2.6rem;
}

@media screen and (min-width: 768px) {
  .p-fv__slider.swiper {
    margin-right: 0;
    margin-left: auto;
    height: inherit;
  }
}

.p-fv__slider .swiper-slide img {
  height: 100%;
}

.p-single__swiper {
  width: 100%;
}

.p-single__thumbnail {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-single__thumbnail {
    margin-top: 3.6rem;
  }
}

.p-single__imgs {
  width: 100%;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-single__imgs {
    max-width: 59rem;
  }
}
.p-single__imgs .swiper-slide::before {
  padding-top: 75%;
}
.p-single__imgs .swiper-slide img {
  height: auto;
  width: 100%;
}
.p-single__imgs [data-img=floor].swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-single__imgs .swiper-button-prev,
.p-single__imgs .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.7rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-single__imgs .swiper-button-prev,
  .p-single__imgs .swiper-button-next {
    width: 3.5rem;
    height: 4.3rem;
  }
}
.p-single__imgs .swiper-button-prev {
  left: -3rem;
  background-image: url(../images/icon/arrow_prev_sp.svg);
}
@media screen and (min-width: 768px) {
  .p-single__imgs .swiper-button-prev {
    left: -11.9rem;
    background-image: url(../images/icon/arrow_prev.svg);
  }
}
.p-single__imgs .swiper-button-next {
  right: -3rem;
  background-image: url(../images/icon/arrow_next_sp.svg);
}
@media screen and (min-width: 768px) {
  .p-single__imgs .swiper-button-next {
    right: -11.9rem;
    background-image: url(../images/icon/arrow_next.svg);
  }
}
.p-single__imgs .swiper-button-next:after,
.p-single__imgs .swiper-rtl .swiper-button-prev:after,
.p-single__imgs .swiper-button-prev:after,
.p-single__imgs .swiper-rtl .swiper-button-next:after {
  content: none;
}

.p-404__title {
  text-align: center;
  opacity: 0.4;
  color: #000;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 6.4rem;
  }
}

.p-404__text {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 4.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 3rem;
  }
}

.p-404__button {
  margin-top: 8rem;
  text-align: center;
}

.p-404__button a {
  margin-inline: auto;
}

[data-section=favorites].p-archive {
  margin-top: -1.2rem;
}
@media screen and (min-width: 768px) {
  [data-section=favorites].p-archive {
    margin-top: -4rem;
  }
}

.p-archive__terms {
  margin-top: 2.6rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive__terms {
    margin-top: 5.5rem;
    flex-wrap: nowrap;
  }
}

.p-archive__term {
  display: block;
  width: 50%;
  padding: 0.75rem 0.5rem;
  font-size: 1.6rem;
  text-align: center;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-archive__term {
    width: 100%;
  }
}

.p-archive__term:hover,
.p-archive__term.is-current {
  opacity: 1;
  color: #FFF;
  background-color: #5A5A5A;
}

[data-type=rentals] .p-archive__term:hover,
[data-type=rentals] .p-archive__term.is-current {
  color: #000;
  background-color: #D5D5D5;
}

.p-archive__items {
  margin-top: 6.4rem;
  display: grid;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive__items {
    margin-top: 5.6rem;
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
  }
}

[data-section=favorites] .p-archive__items {
  margin-top: 0;
  row-gap: 6.8rem;
}
@media screen and (min-width: 768px) {
  [data-section=favorites] .p-archive__items {
    row-gap: 5.7rem;
  }
}

.p-archive__wrap,
.p-archive__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-archive__wrap,
  .p-archive__item {
    width: calc((100% - 5rem) / 3);
  }
}

.p-archive__wrap {
  display: flex;
  flex-direction: column;
}

.p-archive__wrap .p-archive__item {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive__wrap .p-archive__item {
    margin-bottom: 3rem;
    width: 100%;
  }
}

.p-archive__none {
  font-size: 1.6rem;
}

.p-contact__block:nth-child(n+2) {
  margin-top: 11.9rem;
}
@media screen and (min-width: 768px) {
  .p-contact__block:nth-child(n+2) {
    margin-top: 12.5rem;
  }
}

.p-contact__subject {
  font-size: 2rem;
  font-weight: 500;
}

.p-contact__info {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-contact__info {
    margin-top: 2.5rem;
  }
}

.p-contact__office {
  margin-top: 1.5rem;
  display: grid;
  row-gap: 0.7rem;
}
@media screen and (min-width: 768px) {
  .p-contact__office {
    margin-top: 1.2rem;
    display: flex;
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
  }
}

.p-contact__office p {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  font-size: 1.5rem;
}

.p-contact__office span {
  display: block;
  width: 6.4rem;
  border: 2px solid #323232;
  font-size: 1.4rem;
  padding: 0.2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__office span {
    width: 6.4rem;
    font-size: 1.4rem;
  }
}

.p-contact__notes {
  display: flex;
  align-items: flex-start;
  margin-top: 2.1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
@media screen and (min-width: 768px) {
  .p-contact__notes {
    margin-top: 3rem;
  }
}

.p-contact__notes::before {
  content: "※";
  display: block;
  flex-shrink: 0;
}

.p-favorite {
  width: 36vw;
  border: 1px solid #707070;
  min-height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-favorite {
    width: 16rem;
    min-height: 4.4rem;
    font-size: 1.6rem;
  }
}

.p-favorite__text {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.85rem;
       column-gap: 0.85rem;
}

.p-favorite__text::before {
  content: "";
  display: block;
  width: 1.9rem;
  aspect-ratio: 19.13/16.26;
  background-image: url(../images/icon/heart.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: background-image 0.3s ease-out;
}

.p-favorite.is-active .p-favorite__text::before {
  background-image: url(../images/icon/heart_red.svg);
}

.p-favoriteView {
  width: 50.6666666667vw;
  border: 1px solid #707070;
  min-height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-favoriteView {
    width: 23.4rem;
    min-height: 4.4rem;
    font-size: 1.6rem;
  }
}

.p-favoriteView__text {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.85rem;
       column-gap: 0.85rem;
}

.p-favoriteView__text::before {
  content: "";
  display: block;
  width: 1.9rem;
  aspect-ratio: 19.13/16.26;
  background-image: url(../images/icon/heart.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: #323232;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  color: #FFF;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s 1s ease-out;
}
@media screen and (min-width: 768px) {
  .p-floating {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    flex-direction: column;
    row-gap: 0.5rem;
    font-size: 1.4rem;
    left: auto;
    right: 2rem;
    bottom: 2rem;
  }
}

.p-floating.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out;
}

.p-floating:hover {
  opacity: 0.7;
}

.p-floating::before {
  content: "";
  display: block;
  width: 3rem;
  height: 2.05rem;
  background: url(../images/icon/mail.svg) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-floating::before {
    width: 3.5rem;
    height: 2.4rem;
  }
}

.p-footer {
  background-color: #5A5A5A;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    display: flex;
  }
}

.p-footer__logo {
  display: block;
  width: 7.1rem;
  aspect-ratio: 71/90;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 10.1rem;
  }
}

.p-footer__company {
  margin-top: 2.3rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-footer__company {
    margin-top: 3rem;
  }
}

.p-footer__license {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-footer__license {
    margin-top: 0.1rem;
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}

.p-footer__address {
  margin-top: 1.7rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    margin-top: 1.3rem;
  }
}

.p-footer__address span {
  white-space: nowrap;
}

.p-footer__map {
  margin-top: 0.4rem;
  font-size: 1.5rem;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.55rem;
       column-gap: 0.55rem;
  text-transform: uppercase;
}

.p-footer__map::before {
  content: "";
  display: block;
  margin-top: 0.1rem;
  width: 1.45rem;
  aspect-ratio: 14.5/19.4;
  background: url(../images/icon/map.svg) center/cover no-repeat;
}

.p-footer__office {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  margin-right: -0.2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__office {
    margin-top: 1.1rem;
    -moz-column-gap: 2.3rem;
         column-gap: 2.3rem;
    margin-right: 0;
  }
}

.p-footer__office p {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  font-size: 1.5rem;
}

.p-footer__office p:nth-child(2) {
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}

.p-footer__office span {
  display: block;
  width: 5.8rem;
  padding: 0.2rem;
  border: 1px solid #ACACAC;
  font-size: 1.3rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__office span {
    width: 6.4rem;
    font-size: 1.4rem;
  }
}

.p-footer__bottom {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 1.5rem;
  }
}

.p-footer__others {
  margin-top: 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-footer__others {
    margin-top: 2.3rem;
    flex-shrink: 0;
    margin-left: auto;
    display: flex;
    flex-direction: column;
  }
}

.p-footer__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    display: flex;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__link {
    padding: 0.2rem 0;
    display: block;
    font-size: 1.4rem;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid transparent;
    transition: border 0.3s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__link:hover {
    border-color: #FFF;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: auto;
    text-align: right;
    transform: translateY(-2.3rem);
  }
}

.p-footer__copyright small {
  font-size: 1.3rem;
}

.p-form {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form {
    max-width: 90.6rem;
    margin-inline: auto;
  }
}

.p-form__property {
  text-align: center;
  margin-inline: auto;
  font-size: 1.8rem;
  padding-bottom: 1.7rem;
  border-bottom: 3px solid #323232;
}
@media screen and (min-width: 768px) {
  .p-form__property {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}

.p-form__block {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-form__block {
    margin-top: 8rem;
  }
}

[data-page=single] .p-form__block {
  margin-top: 4.9rem;
}
@media screen and (min-width: 768px) {
  [data-page=single] .p-form__block {
    margin-top: 6.3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__wrap {
    display: flex;
    align-items: flex-start;
    max-width: 88.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__wrap--radio {
    align-items: flex-start;
  }
}

.p-form__wrap:nth-child(n+3) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-form__wrap:nth-child(n+3) {
    margin-top: 6rem;
  }
}

.p-form__wrap:nth-child(2) {
  margin-top: 4.1rem;
}
@media screen and (min-width: 768px) {
  .p-form__wrap:nth-child(2) {
    margin-top: 6.2rem;
  }
}

@media screen and (min-width: 768px) {
  [data-input=textarea].p-form__wrap {
    align-items: flex-start;
  }
}

.p-form__wrap label {
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-form__wrap label {
    max-width: 19.7rem;
    align-items: center;
    margin-top: 0.8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__wrap--radio label {
    margin-top: 0.4rem;
  }
}

.p-form__label {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__label {
    justify-content: space-between;
  }
}

.p-form__label span {
  color: #FFF;
  background-color: #323232;
  width: 4.7rem;
  font-size: 1.4rem;
  padding: 0.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-form__selectWrap,
.p-form__text,
.p-form__textarea {
  width: 100%;
  margin-top: 1.3rem;
  padding: 0.8rem;
  letter-spacing: 0.1em;
  background-color: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .p-form__selectWrap,
  .p-form__text,
  .p-form__textarea {
    margin: 0;
    padding: 0.8rem;
    max-width: 66.3rem;
  }
}

/* セレクトボックス ここから */
.p-form__selectWrap {
  position: relative;
}

.p-form__selectWrap:after {
  content: "";
  position: absolute;
  right: 29px;
  top: 18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #C9C9C9;
  border-left: 2px solid #C9C9C9;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

.p-form__select {
  width: 100%;
}

.p-form__select:invalid {
  color: #C9C9C9;
}

.p-form__select option {
  color: #333;
}

.p-form__select option:first-child {
  color: #C9C9C9;
}

/* セレクトボックス ここまで */
.p-form__textarea {
  height: 20.2rem;
}

/* ラジオボタン ここから */
.p-form__radioButton {
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__radioButton {
    display: flex;
    max-width: 71.4rem;
    margin: 0;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  [data-page=single] .p-form__radioButton {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  [data-page=single] .p-form__radioButton {
    margin-left: 3rem;
  }
}

.p-form__radio {
  margin-top: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 0;
}
@media screen and (min-width: 768px) {
  .p-form__radio {
    margin-top: 0.3rem;
    gap: 1.5rem 0;
  }
}

@media screen and (max-width: 767px) {
  [data-page=single] .p-form__radio {
    display: grid;
    margin-top: 0;
    gap: 0.5rem 0;
  }
}

.p-form__wrap .p-form__radio span {
  width: 14.9rem;
  font-size: 1.6rem;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  [data-page=single] .p-form__wrap .p-form__radio span {
    width: auto;
  }
}

.p-form__radio label {
  box-sizing: border-box;
  line-height: 1.4;
  padding: 0.1rem 2rem 0.1rem 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-form__radio label {
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  [data-page=single] .p-form__radio label {
    padding-right: 3.2rem;
  }
}

.p-form__radio input {
  display: inline-block;
  position: relative;
}

/* ラジオボタン ここまで */
.p-form__box {
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__box {
    margin-top: 5.6rem;
  }
}

.p-form__box p {
  margin-right: -0.1rem;
  padding: 0.8rem 0;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-form__box p {
    font-size: 1.4rem;
  }
}

.p-form__box a {
  text-decoration: underline;
  color: #000;
}

/* チェックボックス ここから */
.p-form__check {
  margin-inline: auto;
}

.p-form__checkbox {
  position: relative;
  display: block;
  padding-left: 1.7rem;
  font-size: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-form__checkbox {
    font-size: 1.6rem;
    width: auto;
    letter-spacing: 0.1em;
    padding-left: 2.6rem;
  }
}

.p-form__submit {
  margin-top: 5rem;
  margin-inline: auto;
  width: 100%;
  max-width: 26.9rem;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-form__submit {
    margin-top: 6.1rem;
  }
}

.p-form__submit:hover {
  opacity: 0.6;
}

.p-form__submit input {
  width: 100%;
  height: 5.6rem;
  font-size: 1.6rem;
  border: 2px solid #323232;
}

.p-fv {
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .p-fv {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__container,
  .p-fv__bottom {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    height: 100vh;
    height: 100dvh;
  }
}

.p-fv__slider,
.p-fv__cityImg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__slider,
  .p-fv__cityImg {
    width: 50%;
  }
}

.p-fv__title {
  margin-top: 3.2rem;
  font-size: 3rem;
  line-height: 1.67;
  font-weight: 500;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10.5rem;
    bottom: max(12.6%, 9.7rem);
    left: 6.1rem;
    font-size: 4rem;
    line-height: 1.875;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__bottom {
    display: flex;
    flex-direction: column-reverse;
  }
}

.p-fv__cityImg {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-fv__cityImg {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__cityImg img {
    height: 100%;
  }
}

.p-fv__text {
  margin: 10.4rem 1.8rem 0 2rem;
  font-size: 1.6rem;
  line-height: 2.8125;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    margin: 0;
    position: absolute;
    line-height: 3.125;
    top: 50%;
    left: 50%;
    transform: translate(-55rem, -50%);
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 7rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 13rem;
    background-color: transparent;
  }
}

.p-header__container {
  height: inherit;
  display: flex;
  align-items: center;
  margin: 0 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    margin: 0 3.9rem 0 4.5rem;
    align-items: flex-start;
  }
}

.p-header__title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.p-header__logo {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 4rem;
  aspect-ratio: 39.8/50.4;
  z-index: 150;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    top: 3.4rem;
    width: 7.7rem;
  }
}

.p-header__logo img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease-out;
}

.p-header__logo.is-active [data-logo=main] {
  opacity: 0;
}

.p-header__logo.is-active [data-logo=sub] {
  opacity: 1;
}

.p-header__logo [data-logo=sub] {
  opacity: 0;
}

.p-header__logo.active {
  opacity: 0;
}

.p-header__logo:hover {
  transition: opacity 0.6s ease-out;
  opacity: 0.4;
}

@media screen and (min-width: 768px) {
  .p-header__nav {
    margin-top: 3rem;
  }
}

.p-hamburger {
  width: 3.3rem;
  height: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 150;
  top: -0.8rem;
  left: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-hamburger {
    display: none;
  }
}

.p-hamburger.open {
  opacity: 0;
}

[data-page=front].p-hamburger {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  [data-page=front].p-hamburger {
    top: 1.2rem;
  }
}

.p-hamburger__button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-hamburger__button {
    transition: opacity 0.3s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-hamburger.open .p-hamburger__button {
    opacity: 0;
  }
}

.p-hamburger__button::after {
  content: "MENU";
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.3rem;
  width: 100%;
  padding-top: 2rem;
  display: block;
  text-align: center;
  transition: opacity 0.3s ease-out;
}

.p-hamburger.open.open .p-hamburger__button::after {
  opacity: 0;
}

.p-hamburger__button span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: transform 0.3s ease-out, top 0.3s ease-out, bottom 0.3s ease-out;
}

.p-hamburger__button span:first-child {
  top: 0;
}

.p-hamburger__button span:last-child {
  top: 100%;
}

.p-info {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-info {
    display: flex;
    font-size: 2.2rem;
  }
}

[data-info=front].p-info {
  color: #000;
  font-size: 2.2rem;
  line-height: 1.1363636364;
}

[data-info=contact].p-info {
  color: #000;
  font-size: 3rem;
  line-height: 1.3333333333;
}

@media screen and (min-width: 768px) {
  .p-info__fax::before {
    content: " / ";
  }
}

.p-item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding: 2.1rem 2rem 2rem;
  background-color: #F2F4F7;
}
@media screen and (min-width: 768px) {
  .p-item {
    display: grid;
    row-gap: 2.3rem;
    padding: 1.9rem 2.05rem 1.5rem;
    outline: 2px solid #F2F4F7;
    transition: background-color 0.3s ease-out, outline 0.3s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-item:hover {
    opacity: 1;
    background-color: #FFF;
    outline-color: #323232;
  }
}

[data-set=closed].p-item {
  pointer-events: none;
  position: relative;
}

[data-set=closed].p-item::after {
  content: "ご成約済み";
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.1rem 3.2rem;
  font-size: 1.6rem;
  border-radius: 0.8rem;
  background-color: #3a3a3a;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  [data-set=closed].p-item::after {
    padding: 1.4rem 3.8rem;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-archive__wrap .p-item {
    display: grid;
    row-gap: 2.3rem;
  }
}

.p-item__imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}

.p-item__img {
  width: 100%;
  max-width: 14.5rem;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-item__img {
    max-width: none;
  }
}

.p-item__img img {
  height: 100%;
  aspect-ratio: 145/103;
}
@media screen and (min-width: 768px) {
  .p-item__img img {
    aspect-ratio: 309/210;
  }
}

.p-item__term {
  background-color: #5A5A5A;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1;
  min-width: 9.3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.4rem 0.8rem;
  text-align: center;
}

[data-type=rentals] .p-item__term {
  background-color: #D5D5D5;
  color: #000;
}

.p-item__name {
  margin-top: 0.8rem;
  font-size: 1.6rem;
}

.p-item__fee {
  margin-top: 0.3rem;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-item__fee {
    margin-top: 0.4rem;
  }
}

[data-type=rentals] .p-item__fee {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.3;
}

[data-type=rentals] .p-item__fee span {
  margin-left: 0.5rem;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  [data-type=rentals] .p-item__fee span {
    font-size: 2.5rem;
  }
}

[data-section=favorites] [data-type=rentals] .p-item__fee {
  margin-top: 0.3rem;
}

[data-section=favorites] [data-type=rentals] .p-item__fee span {
  font-size: 2.5rem;
}

.p-item__button {
  margin-top: auto;
  margin-inline: auto;
}

.p-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 10;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s ease-out, opacity 0.4s ease-out;
  background: #FFF;
  padding-top: 11.8rem;
  padding: 6.6rem 2rem 6rem;
  display: flex;
  flex-direction: column;
  background-color: #323232;
}
@media screen and (min-width: 768px) {
  .p-nav {
    justify-content: center;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 60rem;
    height: 5.5rem;
    border-radius: 99.9rem;
    position: static;
    margin-left: auto;
    opacity: 1;
    visibility: visible;
  }
}

.p-nav.open {
  opacity: 1;
  visibility: visible;
}

.p-nav__inner {
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-nav__inner {
    opacity: 1;
    height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .p-nav__container {
    height: inherit;
  }
}

.p-nav.open .p-nav__inner {
  opacity: 1;
}

.p-nav__logo {
  display: block;
  width: 100%;
  max-width: 9.5rem;
  aspect-ratio: 95/120.4;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-nav__logo {
    display: none;
  }
}

.p-nav__menu {
  margin-top: 5.4rem;
  display: grid;
  row-gap: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-nav__menu {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    -moz-column-gap: 1.9rem;
         column-gap: 1.9rem;
  }
}

.p-nav__link {
  padding: 0.8rem;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  color: #FFF;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-nav__link {
    color: #000;
    font-size: 1.4rem;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    height: inherit;
    display: flex;
    align-items: center;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-nav__link::after {
    content: "";
    display: block;
    width: calc(100% - 1.6rem);
    height: 2px;
    background-color: #323232;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-nav__link:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-nav__link:hover::after {
    opacity: 1;
  }
}

.p-nav__bottom {
  margin-top: 5.3rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.52;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-nav__bottom {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-news {
    margin-top: -6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__inner.l-inner {
    max-width: 85.5rem;
  }
}

.p-news__items {
  width: 100%;
  background-image: linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 2px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .p-news__items {
    max-width: 80.5rem;
    margin-inline: auto;
  }
}

.p-post {
  position: relative;
  padding: 2rem 1.8rem 2.5rem 0;
  display: block;
  background-image: linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 2px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .p-post {
    padding: 3.9rem 4.8rem 3.6rem 1.2rem;
  }
}

.p-post::after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(../images/icon/post_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .p-post:hover::after {
    transform: translate(0.5rem, -50%);
  }
}

.p-post__info {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.p-post__time {
  display: block;
  width: 8.2rem;
  font-size: 1.4rem;
}

.p-post__category {
  min-width: 10.6rem;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.4rem;
  padding: 0.15rem 0.5rem;
}

.p-post__title {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-post__title {
    margin-top: 0.9rem;
    font-size: 2rem;
    -webkit-line-clamp: 1;
  }
}

.p-post__text {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .p-post__text {
    font-size: 1.6rem;
  }
}

.p-print {
  width: 100%;
  border: 1px solid #707070;
  min-height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-print {
    width: 23.4rem;
    min-height: 4.4rem;
    font-size: 1.6rem;
  }
}

.p-print__text {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.65rem;
       column-gap: 0.65rem;
}

.p-print__text::before {
  content: "";
  display: block;
  width: 2.5rem;
  aspect-ratio: 24.78/23.09;
  background-image: url(../images/icon/copy.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .p-privacy {
    margin-top: -0.6rem;
  }
}

.p-privacy__lead {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-privacy__lead {
    line-height: 2.375;
  }
}

.p-privacy__section {
  margin-top: 6.6rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .p-privacy__section {
    margin-top: 9.3rem;
  }
}

.p-privacy__block:nth-of-type(n+2) {
  margin-top: 6.7rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__block:nth-of-type(n+2) {
    margin-top: 10.2rem;
  }
}

.p-privacy__section h2 {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}

.p-privacy__section h2:before {
  counter-increment: number 1;
  content: counter(number) ". ";
  flex-shrink: 0;
}

.p-privacy__section p {
  margin-top: 2.1rem;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-privacy__section p {
    margin-top: 1.7rem;
    line-height: 2.375;
  }
}

.p-privacy__bottom h3 {
  margin-top: 2.2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-privacy__bottom h3 {
    margin-top: 1.2rem;
  }
}

.p-privacy__bottom p {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}

.p-privacy__bottom a {
  display: block;
  margin-top: 2.1rem;
  font-size: 1.6rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-recommend__items {
  margin-top: 3.5rem;
  display: grid;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-recommend__items {
    margin-top: 5.1rem;
    gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-service {
  margin-top: 3.4rem;
}
@media screen and (min-width: 768px) {
  .p-service {
    margin: 0;
  }
}

.p-service__container {
  display: grid;
  row-gap: 12rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .p-service__container {
    row-gap: 15rem;
  }
}

.p-service__block {
  display: grid;
  row-gap: 7.2rem;
}
@media screen and (min-width: 768px) {
  .p-service__block {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.p-service__img {
  width: 100%;
  max-width: 60vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-service__img {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    max-width: 35.7rem;
    flex-shrink: 0;
  }
}

.p-service__img img {
  aspect-ratio: 225/372;
}
@media screen and (min-width: 768px) {
  .p-service__img img {
    aspect-ratio: 357/590;
  }
}

.p-service__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service__body {
    max-width: 64.7rem;
  }
}

.p-service__title {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__title {
    font-size: 3rem;
  }
}

.p-service__title:before {
  counter-increment: number 1;
  content: counter(number) ". ";
}

.p-service__text {
  margin-top: 3.1rem;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-service__text {
    margin-top: 3.8rem;
    line-height: 2.1875;
  }
}

@media screen and (max-width: 767px) {
  [data-text=right].p-service__text {
    margin-right: -0.2rem;
  }
}

.p-service__link {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-service__link {
    margin-top: 3.9rem;
  }
}

.p-service__exampleBlock {
  margin-top: 3.2rem;
  padding: 2rem;
  background-color: #F2F4F7;
}
@media screen and (min-width: 768px) {
  .p-service__exampleBlock {
    margin-top: 3.9rem;
    padding: 3rem 3rem 3.7rem;
  }
}

.p-service__exampleBlock h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-service__exampleBlock h3 {
    font-size: 2rem;
  }
}

.p-service__example {
  margin-top: 0.4rem;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-service__example {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.875;
    display: flex;
    -moz-column-gap: min(4.3191800878vw, 5.9rem);
         column-gap: min(4.3191800878vw, 5.9rem);
  }
}

.p-service__example p {
  display: flex;
  align-items: flex-start;
}

.p-service__example p::before {
  content: "・";
}

.p-service__button {
  display: block;
  width: 100%;
  max-width: 29.6rem;
  margin-inline: auto;
  padding: 1.5rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 4rem;
  border: 2px solid #323232;
}
@media screen and (min-width: 768px) {
  .p-service__button {
    margin-top: 9.6rem;
    padding: 3.4rem 1.7rem;
    max-width: 72rem;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
  }
}

[data-link=last].p-service__button {
  margin-top: 6.2rem;
}
@media screen and (min-width: 768px) {
  [data-link=last].p-service__button {
    margin-top: 12.9rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__button:hover {
    background-color: #323232;
    color: #FFF;
    opacity: 1;
  }
}

.p-single__title {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 4.5rem;
  }
}

.p-single__contents {
  margin-top: 3.3rem;
}
@media screen and (min-width: 768px) {
  .p-single__contents {
    margin-top: 6.4rem;
  }
}

.p-single__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single__wrap {
    gap: 2rem;
  }
}

.p-single__imgs {
  margin-top: 4.9rem;
  max-width: 74.6666666667vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-single__imgs {
    margin-top: 7.7rem;
    max-width: 70rem;
  }
}

.p-single__table {
  margin-top: 6.2rem;
}
@media screen and (min-width: 768px) {
  .p-single__table {
    margin-top: 10rem;
  }
}

.p-single__note {
  margin-top: 0.8rem;
  font-size: 1.1rem;
  line-height: 2;
  text-align: right;
}

.p-single__update {
  text-align: right;
  margin-top: 1.6rem;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__update {
    font-size: 1.4rem;
  }
}

.p-single__map {
  display: block;
  margin-top: 5rem;
  position: relative;
  width: 100%;
  height: 22.4rem;
}
@media screen and (min-width: 768px) {
  .p-single__map {
    margin-top: 10rem;
    height: 41.3rem;
  }
}

.p-single__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-single__form {
  margin-top: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__form {
    margin-top: 16.2rem;
  }
}

.p-single__closed {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-single__closed {
    font-size: 2rem;
  }
}

.p-single__top {
  margin-top: 6rem;
}

.p-single__top a {
  margin-inline: auto;
}

.p-singlePost__inner {
  position: relative;
  z-index: 1;
}

.p-singlePost__contents {
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-singlePost__contents {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-singlePost__contents .p-item__info {
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
  }
}

.p-singlePost__title {
  margin-top: 2.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-singlePost__title {
    margin-top: 3rem;
    font-size: 2.8rem;
    line-height: 1.44;
  }
}

.p-singlePost__thumbnail {
  margin-top: 2.3rem;
}
@media screen and (min-width: 768px) {
  .p-singlePost__thumbnail {
    margin-top: 2.9rem;
  }
}

.p-singlePost__thumbnail::before {
  padding-top: 53.7916666667%;
}

.p-singlePost__post {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-singlePost__post {
    margin-top: 4.6rem;
  }
}
.p-singlePost__post h2 {
  margin-top: 1.6rem;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-singlePost__post h2 {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-singlePost__post h3 {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media screen and (min-width: 768px) {
  .p-singlePost__post h3 {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-singlePost__post p {
  margin-top: 1.6rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.8235294118;
}
@media screen and (min-width: 768px) {
  .p-singlePost__post p {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}

.p-singlePost__guide {
  margin-top: 5.6rem;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 0 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-singlePost__guide {
    margin-top: 11.5rem;
    font-size: 1.8rem;
    padding: 0;
  }
}

.p-singlePost__previousPost a,
.p-singlePost__nextPost a {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.9rem;
       column-gap: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-singlePost__previousPost a,
  .p-singlePost__nextPost a {
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
  }
}

.p-singlePost__previousPost a::before,
.p-singlePost__nextPost a::after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-singlePost__previousPost a::before {
  background-image: url(../images/icon/prev.png);
}

.p-singlePost__nextPost a::after {
  background-image: url(../images/icon/next.png);
}

.p-subFv__title {
  margin-inline: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.5rem;
  font-weight: 500;
  padding-bottom: 1rem;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #323232;
}
@media screen and (min-width: 768px) {
  .p-subFv__title {
    font-size: 3rem;
    padding-bottom: 0.8rem;
  }
}

.p-subFv__text {
  margin-top: 0.9rem;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-subFv__text {
    margin-top: 1.7rem;
  }
}

.p-table {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  border-collapse: collapse;
  border-top: 1px solid #B7B7B7;
}
@media screen and (min-width: 768px) {
  .p-table {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}

@media screen and (min-width: 768px) {
  .p-table tbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-table__responsive {
    display: flex;
    width: 50%;
    box-sizing: border-box;
  }
}

.p-table th {
  text-align: left;
  font-weight: 500;
  padding: 1.37rem 0 1.37rem 1.5rem;
  background: #5A5A5A;
  color: #FFF;
  border-bottom: 1px solid #B7B7B7;
}
@media screen and (max-width: 767px) {
  .p-table th {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .p-table th {
    width: 38%;
    padding: 1.9rem 0 1.9rem 1.9rem;
  }
}

@media screen and (min-width: 768px) {
  .p-table__line {
    display: flex;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-table__line th {
    width: 19%;
  }
}

[data-type=rentals] .p-table th {
  background: #D5D5D5;
  color: #000;
}

.p-table td {
  white-space: pre-wrap;
  padding: 1.37rem 0 1.37rem 1.1rem;
  border-bottom: 1px solid #B7B7B7;
}
@media screen and (max-width: 767px) {
  .p-table td {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .p-table td {
    width: 62%;
    padding: 1.9rem 0 1.9rem 1.9rem;
  }
}

@media screen and (min-width: 768px) {
  .p-table__line td {
    width: 81%;
  }
}

.p-table td span {
  color: #FF0000;
}

.p-topAccess__container {
  margin-top: 2.7rem;
  display: grid;
  row-gap: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-topAccess__container {
    margin-top: 4.9rem;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-topAccess__body {
    max-width: 41.8rem;
  }
}

.p-topAccess__info {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-topAccess__info {
    height: 100%;
  }
}

.p-topAccess__wrap {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-topAccess__wrap {
    order: 0;
  }
}

.p-topAccess__address {
  margin-top: 3.9rem;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .p-topAccess__address {
    margin: 0;
  }
}

.p-topAccess__parking {
  margin-top: 0.1rem;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .p-topAccess__parking {
    margin-top: 0.3rem;
  }
}

.p-topAccess__office {
  margin-top: 1.7rem;
  display: grid;
  row-gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-topAccess__office {
    margin-top: 1.8rem;
  }
}

.p-topAccess__office p {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  font-size: 1.6rem;
}

.p-topAccess__office span {
  display: block;
  width: 6.4rem;
  padding: 0.2rem;
  border: 2px solid #323232;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-topAccess__office span {
    width: 6.4rem;
    font-size: 1.4rem;
  }
}

.p-topAccess__contact {
  margin-top: 1.3rem;
}

.p-topAccess__notes {
  display: flex;
  align-items: flex-start;
  margin-top: 2.7rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-topAccess__notes {
    margin-top: 2.6rem;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }
}

.p-topAccess__notes::before {
  content: "※";
  display: block;
  flex-shrink: 0;
}

.p-topAccess__img {
  order: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-topAccess__img {
    order: 0;
    margin-top: auto;
  }
}

.p-topAccess__img img {
  aspect-ratio: 335/204;
}

.p-topAccess__map {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 26.5rem;
}
@media screen and (min-width: 768px) {
  .p-topAccess__map {
    width: 100%;
    max-width: 60.4rem;
    height: 55rem;
    margin: 0 0 0 auto;
  }
}

.p-topAccess__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-topContact {
  overflow: hidden;
}

.p-topContact__container {
  position: relative;
  display: block;
}

.p-topContact__container:hover {
  opacity: 1;
}

.p-topContact__container::before,
.p-topContact__container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-topContact__container::before {
  background: #B2B2B2;
  mix-blend-mode: multiply;
  z-index: 1;
  transition: opacity 0.3s ease-out;
}

.p-topContact__container:hover::before {
  opacity: 0.7;
}

.p-topContact__container::after {
  background: url(../images/common/contact_sp.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-topContact__container::after {
    background-image: url(../images/common/contact.webp);
  }
}

.p-topContact__inner {
  position: relative;
  z-index: 2;
}

.p-topContact__text {
  margin-top: 2.3rem;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.5625;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-topContact__text {
    margin-top: 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-topNews__inner.l-inner {
    max-width: 88.5rem;
  }
}

.p-topNews__items {
  width: 100%;
  margin-top: 5.6rem;
  background-image: linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 2px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .p-topNews__items {
    margin-top: 4.3rem;
  }
}

.p-topNews__link {
  margin-top: 3.3rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-topNews__link {
    margin-top: 3.7rem;
  }
}

.p-topService__container {
  margin-top: 3.5rem;
  display: grid;
  row-gap: 5.8rem;
}
@media screen and (min-width: 768px) {
  .p-topService__container {
    margin-top: 6.5rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    -moz-column-gap: 13.2rem;
         column-gap: 13.2rem;
  }
}

.p-topService__img {
  width: 100%;
  max-width: 73.7333333333vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-topService__img {
    margin-top: 0.3rem;
    max-width: 40.8rem;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    flex-shrink: 0;
  }
}

.p-topService__img img {
  aspect-ratio: 276.5/284.8;
}
@media screen and (min-width: 768px) {
  .p-topService__img img {
    aspect-ratio: 408/421;
  }
}

@media screen and (min-width: 768px) {
  .p-topService__body {
    width: 100%;
    max-width: 50rem;
  }
}

.p-topService__subject {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4545454545;
}
@media screen and (min-width: 768px) {
  .p-topService__subject {
    line-height: 1.7272727273;
  }
}

.p-topService__text {
  margin-top: 3.7rem;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-topService__text {
    margin-top: 3rem;
    line-height: 2.375;
  }
}

.p-topService__link {
  margin-top: 3.7rem;
}
@media screen and (min-width: 768px) {
  .p-topService__link {
    margin-top: 3.3rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-fadeIn {
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  translate: 0 0.6em;
  opacity: 0;
}

.u-fadeIn.active {
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic);
  translate: 0;
  opacity: 1;
}

.p-fv__title.u-fadeIn.active {
  transition-delay: 1.2s;
}

.p-subFv__title.u-fadeIn.active,
.p-subFv__text.u-fadeIn.active,
.p-singlePost__title.u-fadeIn.active {
  transition-delay: 0.8s;
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-nowrap {
  white-space: nowrap;
}
/*# sourceMappingURL=styles.css.map */
