@charset "utf-8";

/* 下層ページ */
/*================
sub-title
================*/
.subpage-header {
  margin-top: 208px;
  position: relative;
  width: 100%;
}

.subpage-header::before {
  position: absolute;
  display: block;
  content: "";
  top: -720px;
  right: -56px;
  width: 1075.5px;
  height: 882px;
  background-image: var(--bg-wave-large);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.subpage-header .subpage-header__bg {
  width: 75vw;
  height: 190px;
  background-image: var(--bg-buy-mv);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 95px 95px 0;
}

.subpage-header .sabpage-header__copy {
  position: absolute;
  display: block;
  max-width: 284px;
  height: auto;
  top: -144px;
  right: calc(112px + 50px + 64px);
  z-index: 2;
}

.subpage-header .sabpage-header__title {
  position: absolute;
  top: 68px;
  left: 11vw;
}

.subpage-header .sabpage-header__title .sabpage-header__wave {
  width: 168px;
  height: auto;
}

.subpage-header .sabpage-header__title .subpage-header__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-family: var(--font-zenmaru);
  font-size: 37px;
  font-weight: 900;
  color: var(--color-white);
}

@media screen and (max-width: 1400px) {
  .subpage-header::before {
    top: -480px;
    right: -56px;
    width: 717px;
    height: 588px;
  }

  /*===========max-width:1400px============*/
}

@media screen and (max-width: 960px) {
  .subpage-header {
    margin-top: 152px;
  }

  .subpage-header::before {
    width: 424px;
    top: -280px;
    right: -28px;
  }

  .subpage-header .sabpage-header__copy {
    right: calc(96px + 24px + 32px);
    top: -120px;
    width: 240px;
  }

  .subpage-header .sabpage-header__title {
    top: 128px;
    left: 5vw;
  }

  .subpage-header .sabpage-header__title .sabpage-header__wave {
    width: 120px;
  }

  .subpage-header .sabpage-header__title .subpage-header__text {
    font-size: 28px;
  }

  /*===========max-width:960px============*/
}

@media screen and (max-width: 600px) {
  .subpage-header {
    margin-top: 88px;
  }

  .subpage-header::before {
    width: 320px;
    top: -200px;
    right: -56px;
  }

  .subpage-header .sabpage-header__copy {
    width: 120px;
    top: -64px;
    right: 80px;
  }

  .subpage-header .sabpage-header__title .sabpage-header__wave {
    width: 96px;
  }

  .subpage-header .sabpage-header__title .subpage-header__text {
    font-size: 20px;
  }

  .subpage-header .subpage-header__bg {
    height: 160px;
    width: 70vw;
  }

  /*===========max-width:600px============*/
}

/*================
sub-title_02
================*/
.subpage-header .subpage-header__bg.subpage-header__bg-wide {
  width: 88vw;
}

.subpage-header .sabpage-header__title-02 {
  position: absolute;
  top: 68px;
  left: 11vw;
  width: 100%;
}

.subpage-header .sabpage-header__title-02 .subpage-header__text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
  font-family: var(--font-tsukimi);
  color: var(--color-white);
}
.subpage-header
  .sabpage-header__title-02
  .subpage-header__text
  .subpage-header__text-h3 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0.12em;
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
}

.subpage-header
  .sabpage-header__title-02
  .subpage-header__text
  .subpage-header__text-h2 {
  white-space: nowrap;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.3em;
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
  font-family: var(--font-ibmplex);
  margin-top: 1rem;
}

@media screen and (max-width: 960px) {
  .subpage-header .sabpage-header__title-02 {
    top: 90px;
    left: 5vw;
  }

  .subpage-header
    .sabpage-header__title-02
    .subpage-header__text
    .subpage-header__text-h3 {
    font-size: 43px;
  }

  .subpage-header
    .sabpage-header__title-02
    .subpage-header__text
    .subpage-header__text-h2 {
    font-size: 18px;
  }
  /*===========max-width:960px============*/
}

@media screen and (max-width: 600px) {
  .subpage-header
    .sabpage-header__title-02
    .subpage-header__text
    .subpage-header__text-h3 {
    font-size: 20px;
  }

  .subpage-header
    .sabpage-header__title-02
    .subpage-header__text
    .subpage-header__text-h2 {
    font-size: 16px;
    margin-top: 0.5rem;
  }
  /*===========max-width:600px============*/
}

/*================
contents-title
================*/
.contents-title {
  display: inline-block;
  background-color: var(--color-blue);
  /* margin-top: 120px; */
  margin-bottom: 48px;
  padding-top: 5px;
  padding-left: 120px;
  padding-bottom: 3px;
  text-align: right;
  border-radius: 0 17px 17px 0;
}

.contents-title.contents-title-first {
  margin-top: 80px;
}

.contents-title .contents-title__text {
  padding-right: 36px;
  font-family: var(--font-ibmplex);
  font-size: 22px;
  letter-spacing: 0.3em;
  color: var(--color-white);
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .contents-title {
    margin-bottom: 24px;
    padding-left: 40px;
  }

  .contents-title.contents-title-first {
    margin-top: 72px;
  }

  .contents-title .contents-title__text {
    font-size: 16px;
    padding-right: 16px;
  }

  /*===========max-width:768px============*/
}

/*================
sub-navigation
================*/
.sub-nav {
  padding-bottom: 80px;
}

.sub-nav .sub-nav__container {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 80px;
  padding-bottom: 32px;
}

.sub-nav .sub-nav__container .sub-nav__item .sub-nav__link {
  position: relative;
  display: block;
  transition: all 0.3s ease;
  z-index: 3;
}

.sub-nav .sub-nav__container .sub-nav__item .sub-nav__link:hover {
  transform: translateY(-5px);
}

.sub-nav .sub-nav__container .sub-nav__item .sub-nav__link .sub-nav__wave-img {
  width: 148px;
}

.sub-nav .sub-nav__container .sub-nav__item .sub-nav__link .sub-nav__icon {
  position: absolute;
  width: 56px;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sub-nav .sub-nav__container .sub-nav__item .sub-nav__link .sub-nav__text {
  position: absolute;
  display: block;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-blue);
  font-size: 17px;
  font-weight: 700;
  width: 100%;
  line-height: 1.3;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 960px) {
  .sub-nav .sub-nav__container {
    gap: 40px;
  }

  /*===========max-width:960px============*/
}

@media screen and (max-width: 768px) {
  .sub-nav {
    padding-left: 5.6%;
    padding-right: 5.6%;
  }

  .sub-nav .sub-nav__container {
    gap: 24px;
  }

  .sub-nav .sub-nav__container .sub-nav__item .sub-nav__link .sub-nav__icon {
    width: 40px;
  }

  .sub-nav .sub-nav__container .sub-nav__item .sub-nav__link .sub-nav__text {
    font-size: 14px;
  }

  /*===========max-width:768px============*/
}

@media screen and (max-width: 600px) {
  .sub-nav {
    padding-bottom: 40px;
  }

  .sub-nav .sub-nav__container {
    gap: 8px;
  }

  .sub-nav .sub-nav__container .sub-nav__item .sub-nav__link .sub-nav__icon {
    width: 32px;
  }

  .sub-nav .sub-nav__container .sub-nav__item .sub-nav__link .sub-nav__text {
    font-size: 12px;
  }

  /*===========max-width:600px============*/
}

/*================
sub-circle
================*/
.property-circle.sub-circle {
  bottom: -30%;
  left: 78vw;
}

@media screen and (max-width: 960px) {
  .property-circle.sub-circle {
    bottom: -20%;
  }
  /*===========max-width:960px============*/
}

@media screen and (max-width: 600px) {
  .property-circle.sub-circle {
    left: 72vw;
  }

  /*===========max-width:600px============*/
}

/*================
description
================*/
.description.sub-description .description__text {
  font-weight: 700;
  border-bottom: 1px solid var(--color-gray);
  display: inline-block;
  padding-bottom: 10px;
}

/*================
検索テーブル
================*/
.search {
  position: relative;
}

.search__container {
  padding-top: 88px;
  padding-bottom: 50px;
  background-color: rgba(242, 247, 245, 0.5);
  padding-left: 5.6%;
  padding-right: 5.6%;
}

.vkfs__labels {
  border-collapse: collapse;
  margin: 0 auto;
  color: #6a6d76;
  font-size: 13px;
  width: 840px;
  background-color: var(--color-white);
  border-left: 2px solid #c0d1e0;
  border-top: 2px solid #c0d1e0;
  border-right: 2px solid #c0d1e0;
  position: relative;
}

.vkfs__labels::after {
  content: "※万が一見つからない場合でも、他社の物件から対応可能な場合があり、希望条件でお探し致します。";
  position: absolute;
  font-family: var(--font-ibmplex);
  font-weight: 600;
  font-size: 11px;
  width: 840px;
  margin: 8px auto 0 auto;
}

.vkfs__layout--min .vkfs__labels {
  display: block;
}

.vkfs__level-0.termid-226 > label {
  display: none;
}
.vkfs__input-wrap .termid-226.vkfs__has-children {
  width: auto;
  margin: 0;
  padding: 0;
}

.vkfs__level-0.termid-226 .vkfs__children {
  margin-top: 0;
  display: flex;
  gap: 22px;
  width: auto;
}

.vkfs__input-wrap label {
  display: flex;
}

.vkfs__taxonomy,
.vkfs__outer-wrap {
  display: flex;
  border-bottom: 2px solid #c0d1e0;
}

.vkfs__taxonomy:last-child {
  border-bottom: 2px solid #c0d1e0;
}

.vkfs__taxonomy .vkfs__label-name,
.vkfs__label-name {
  width: 104px;
  background-color: #dbe6f3;
  padding-left: 16px;
  margin-bottom: 0;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.vkfs__input-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: initial;
  gap: 8px 20px;
  padding: 28px 22px;
  font-size: 14px;
  font-family: var(--font-ibmplex);
  font-weight: 500;
  background-color: var(--color-white);
}

.search__select .vkfs__input-wrap {
  flex-wrap: nowrap;
  width: 100%;
}

.search__select.vkfs input[type="number"],
.vkfs input[type="text"],
.vkfs select:not(.does-not-exist) {
  font-size: 14px;
  font-family: var(--font-ibmplex);
  font-weight: 500;
  color: var(--color-gray-dark);
}

.vkfs ul.vkfs__input-wrap {
  padding-left: 22px;
}

.vkfs input[type="checkbox"] {
  top: initial;
}
.vkfs__input-wrap .vkfs__has-children {
  width: 180px;
  flex-basis: initial;
}

.vkfs__input-wrap li {
  padding-right: 0;
  flex-grow: initial;
  margin-bottom: 0;
}

.search .vkfs .btn[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 328px;
  height: 64px;
  text-decoration: none;
  border-radius: 30px;
  background: linear-gradient(to right, #b3d9ff, #b5eebd);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}

.search .vkfs .btn[type="submit"] span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-gray-dark);
  font-size: 14px;
  letter-spacing: 0.2rem;
  font-family: var(--font-ibmplex);
  font-weight: 500;
  border: none;
  background-color: initial;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.search .vkfs .btn[type="submit"]:hover {
  transform: translateY(-5px);
}

.vkfs__input-text-between {
  font-size: 20px;
  margin: 0;
}

/* 背景 */
.search__bg-left {
  position: absolute;
  background-image: var(--bg-wave-medium);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 420px;
  height: 307px;
  left: -304px;
  top: -24px;
  z-index: -1;
}

.search__bg-right {
  position: absolute;
  background-image: var(--bg-wave-medium);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  width: 504px;
  height: 368px;
  right: -360px;
  bottom: -128px;
  z-index: -1;
}

.search .reset-button {
  text-align: center;
  color: #c5c5c5;
  font-family: var(--font-ibmplex);
  letter-spacing: 0.3em;
  font-weight: 500;
  font-size: 14px;
  margin: 72px auto 48px auto;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  background-color: initial;
  width: 100%;
}

.search .reset-button:hover {
  transform: translateY(-5px);
  color: var(--color-gray-dark);
}

.search-note {
  font-family: var(--font-ibmplex);
  font-weight: 600;
  font-size: 11px;
  width: 840px;
  margin: 8px auto 0 auto;
}

.search-results__content {
  padding-top: 40px;
}
.search-results p {
  padding-left: 5.6%;
  padding-right: 5.6%;
  max-width: 930px;
  margin: 0 auto;
}

.search-results__count {
  padding-top: 40px;
  padding-bottom: 24px;
  font-family: var(--font-ibmplex);
  letter-spacing: 0.2em;
  font-weight: 600;
  color: var(--);
}

.search-results__nember {
  color: var(--color-orange);
  font-size: 18px;
}

@media screen and (max-width: 960px) {
  .vkfs__labels {
    max-width: 640px;
    width: 100%;
  }

  .vkfs__taxonomy,
  .vkfs__outer-wrap {
    flex-direction: column;
  }

  .vkfs__taxonomy .vkfs__label-name,
  .vkfs__label-name {
    width: 100%;
    padding: 8px 16px;
  }

  .vkfs__input-wrap {
    padding: 16px;
  }

  .search__body td {
    height: auto;
    line-height: 1.8;
  }

  .vkfs__labels::after {
    max-width: 640px;
    width: 100%;
    text-indent: -1em;
    padding-left: 1em;
  }

  /*===========max-width:960px============*/
}

@media screen and (max-width: 600px) {
  .search .search__container {
    padding-top: 40px;
  }

  .search .price-range-separator {
    font-size: 20px;
    width: 24px;
  }

  .search td select {
    width: 120px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
  }

  .reset-button {
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .search__bg-left {
    width: 210px;
    height: 153px;
    left: -152px;
    top: -12px;
  }

  .search__bg-right {
    width: 252px;
    height: 184px;
    right: -180px;
    bottom: -64px;
  }

  .search .reset-button {
    margin: 48px auto 24px auto;
  }

  /*===========max-width:600px============*/
}

/*================
物件リスト
================*/
/* contents-titleある時 */
.property-list__section {
  padding-bottom: 120px;
}

/* 物件リスト */
.property-list {
  max-width: 930px;
  margin: 0 auto;
}
.property-list__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.property-list__wrapper .property-list__item {
  width: calc(50% - 16px);
  height: auto;
}

.property-list__wrapper .property-list__item .property-list__link {
  transition: all 0.3s ease;
}

.property-list__wrapper .property-list__item .property-list__link:hover {
  opacity: 0.8;
}

.property-list__wrapper .property-list__item .property-list__image-wrapper {
  position: relative;
  padding-bottom: 32px;
  max-width: 448px;
  height: 336px;
}

.property-list__wrapper
  .property-list__item
  .property-list__image-wrapper
  .property-list__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3%;
}

.property-list__wrapper
  .property-list__item
  .property-list__details
  .property-list__name {
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5em;
  display: inline;
}

.property-list__wrapper
  .property-list__item
  .property-list__details
  .property-list__info {
  padding-top: 16px;
}

.property-list__wrapper
  .property-list__item
  .property-list__details
  .property-list__info
  span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.property-list__wrapper
  .property-list__item
  .property-list__details
  .property-list__info
  .property-list__bold {
  font-weight: 700;
}

.property-list__category {
  position: absolute;
  top: 8px;
  right: 8px;
}

.property-list__category span {
  padding: 5px 16px;
  background-color: var(--color-blue-sky);
  color: var(--color-white);
  font-size: 12px;
  letter-spacing: 0.05em;
  border-radius: 5px;
}

@media screen and (max-width: 960px) {
  .property-list__wrapper {
    padding-left: 5.6%;
    padding-right: 5.6%;
  }

  /*===========max-width:960px============*/
}

@media screen and (max-width: 768px) {
  .property-list__section {
    padding-bottom: 120px;
    padding-bottom: 80px;
  }

  .property-list__wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding-left: 5.6%;
    padding-right: 5.6%;
    height: auto;
  }

  .property-list__wrapper .property-list__item {
    width: 100%;
    max-width: 448px;
  }

  .property-list__wrapper .property-list__item .property-list__image-wrapper {
    padding-bottom: 16px;
    aspect-ratio: 448 / 336;
    height: auto;
  }

  .property-list__wrapper
    .property-list__item
    .property-list__details
    .property-list__name {
    padding-bottom: 8px;
  }

  .property-list__wrapper
    .property-list__item
    .property-list__details
    .property-list__info {
    padding-top: 8px;
  }

  /*===========max-width:768px============*/
}

@media screen and (max-width: 600px) {
  .property-list__wrapper .property-list__item .property-list__image-wrapper {
    padding-bottom: 16px;
  }

  .property-list__wrapper
    .property-list__item
    .property-list__details
    .property-list__info
    span {
    padding-top: 0;
    padding-bottom: 2px;
    letter-spacing: initial;
  }

  /*===========max-width:600px============*/
}

/*================
詳細ページ
================*/
/* header */
.subpage-header.single-header {
  margin-top: 172px;
}

.subpage-header.single-header .sabpage-header__title {
  top: -120px;
  left: 284px;
  z-index: 2;
}

.subpage-header.single-header .sabpage-header__title .sabpage-header__wave {
  width: 78px;
  height: 68px;
}

.subpage-header.single-header .sabpage-header__title .subpage-header__text {
  font-size: 18px;
}

@media screen and (max-width: 960px) {
  .subpage-header.single-header {
    margin-top: 120px;
  }

  .subpage-header.single-header .sabpage-header__title {
    top: -96px;
    left: 228px;
  }

  /*===========max-width:960px============*/
}

@media screen and (max-width: 600px) {
  .subpage-header.single-header .sabpage-header__title {
    top: -92px;
    left: 147px;
  }

  /*===========max-width:600px============*/
}

/*================
スライダー
================*/
.property-swiper {
  padding-bottom: 10px;
  height: auto;
}

.property-swiper .property__swiper-wrapper {
  max-width: 930px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.property-swiper .property__swiper-wrapper .property__swiper-slide {
  height: auto;
}

.property-swiper
  .property__swiper-wrapper
  .property__swiper-slide
  .property__swiper-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-active .property__swiper-slide-image {
  animation: ZoomIn 1.2s linear both;
}

.property__slider-thumbnail {
  width: 100%;
  overflow: hidden;
}

.property__slider-thumbnail .property__swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: calc(100% / 6 - 10px);
  box-sizing: border-box;
  cursor: pointer;
}

.property__slider-thumbnail
  .property__swiper-wrapper
  > .swiper-slide:nth-child(n + 7) {
  margin-top: 10px;
}

.property__slider-thumbnail .swiper-slide .property__swiper-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  flex-wrap: wrap;
}

.property__button-next,
.property__button-prev {
  color: var(--color-white);
}

/* サムネイル選択時ボーダー */
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid #d2d2d2;
}

/* ズームイン */
@keyframes ZoomIn {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 600px) {
  .property__button-next::after,
  .property__button-prev::after {
    font-size: 1.5rem;
  }

  /*===========max-width:600px============*/
}

.property-detail .property-detail__main-img {
  width: 100%;
  height: 800px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  z-index: 2;
}

.property-detail .property-list__category.property-detail__category {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.property-detail .property-list__category.property-detail__category span {
  position: absolute;
  bottom: 8px;
}

.property-detail .property-detail__container {
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.property-detail
  .property-detail__container
  .property-detail__details
  .property-detail__name {
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 32px;
}

.property-detail
  .property-detail__container
  .property-detail__details
  .property-detail__info
  span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  display: block;
  padding-bottom: 8px;
}

.property-detail
  .property-detail__container
  .property-detail__details
  .property-detail__info
  span:last-child {
  padding-bottom: 0;
}

.property-detail
  .property-detail__container
  .property-detail__details
  .property-detail__info
  .property-list__bold {
  font-weight: 700;
}

.property-detail .property-detail__container .property-list__link {
  display: flex;
  gap: 16px;
}

.btn-gradation.property-detail__btn {
  width: 178px;
  height: 52px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1025px) {
  .property-detail .property-detail__container {
    justify-content: center;
    gap: 40px;
  }

  .property-detail .property-detail__container .property-list__link {
    flex-direction: column;
  }

  /*===========max-width:1025px============*/
}

@media screen and (max-width: 960px) {
  .property-detail .property-detail__container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 8%;
  }

  .property-detail .property-detail__container .property-list__link {
    flex-direction: row;
    margin: 0 auto;
  }

  /*===========max-width:960px============*/
}

@media screen and (max-width: 768px) {
  .property-detail .property-detail__main-img {
    height: 400px;
  }

  /*===========max-width:768px============*/
}

@media screen and (max-width: 600px) {
  .property-detail .property-detail__container {
    padding-left: 5.6%;
    padding-right: 5.6%;
    padding-top: 24px;
  }

  .property-detail .property-detail__main-img {
    height: 320px;
  }

  .property-detail
    .property-detail__container
    .property-detail__details
    .property-detail__name {
    padding-bottom: 16px;
    font-size: 1.5rem;
  }

  .property-detail
    .property-detail__container
    .property-detail__details
    .property-detail__info
    span {
    font-size: 1.4rem;
    line-height: initial;
    padding-bottom: initial;
  }

  .btn-gradation.property-detail__btn {
    width: 144px;
  }

  /*===========max-width:600px============*/
}

/* point */
.property-detail .property-detail__point {
  background-color: #f4f9f2;
  margin-bottom: 92px;
}

.property-detail .property-detail__point-inner {
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
}

.property-detail .property-detail__point-inner .property-detail__point-header {
  color: var(--color-orange);
  letter-spacing: 0.12em;
  font-weight: 500;
  padding-right: 32px;
  white-space: nowrap;
}

.property-detail .property-detail__point-inner .property-detail__point-text {
  border-left: 0.8px solid #c8c8c8;
  padding-left: 48px;
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .property-detail .property-detail__point-inner {
    flex-direction: column;
  }

  .property-detail
    .property-detail__point-inner
    .property-detail__point-header {
    padding-right: 0;
    padding-bottom: 24px;
  }

  .property-detail .property-detail__point-inner .property-detail__point-text {
    border-top: 0.8px solid #c8c8c8;
    border-left: none;
    font-size: 14px;
    padding-top: 24px;
    padding-left: 0;
    text-align: justify;
  }

  /*===========max-width:768px============*/
}

@media screen and (max-width: 600px) {
  .property-detail .property-detail__point {
    margin-bottom: 40px;
  }

  .property-detail .property-detail__point-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /*===========max-width:600px============*/
}

/* vr */
.property-vr .property-vr__inner {
  position: relative;
  width: 100% !important;
  height: 613px !important;
}

.property-vr .property-vr__inner iframe,
.property-vr .property-vr__inner .ricoh-theta-tour-image {
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .property-vr .property-vr__inner {
    width: 100% !important;
    padding-bottom: 56.25% !important;
  }

  .property-vr .property-vr__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
  }

  /*===========max-width:768px============*/
}

/* video */
.property-video {
  width: 100%;
  max-width: 930px;
  height: auto;
  position: relative;
}

.property-video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 930 / 540;
}

/* tab */
.property-figure .property-figure__tab-input {
  display: none;
}

.property-figure .property-figure__tabs {
  display: flex;
  gap: 13px;
  padding-left: 20px;
}

.property-figure .property-figure__tabs .property-figure__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 60px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #bfc7c8;
  color: var(--color-white);
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  transition: 0.3s;
}

/* 選択中のタブに色を適用 */
.property-figure .property-figure__tabs .property-figure__tab[selected] {
  background-color: var(--color-gray-dark);
  color: var(--color-white);
}

.property-figure .property-figure__content .property-figure__wrapper {
  border: 1.5px solid var(--color-gray-dark);
}

.property-figure .property-figure__content {
  display: none;
}

.property-figure .property-figure__content .property-figure__wrapper {
  background-color: var(--color-white);
}

.property-figure .property-figure__content .property-figure__wrapper img {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .property-figure .property-figure__tabs {
    gap: 8px;
  }

  .property-figure .property-figure__tabs .property-figure__tab {
    width: 80px;
    height: 40px;
    font-size: 12px;
    border-radius: 10px 10px 0 0;
  }
}

/* property-map */
.property-map .property-map__inner {
  height: 300px;
  margin-bottom: 144px;
  width: 100%;
}

.property-map .property-map__inner iframe {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  padding-bottom: 144px;
}

/* reservation-form */
.wpcf7-form-control-wrap {
  display: block;
  /* 必要に応じて inline-block に変更 */
  margin: 0;
  /* 余白をなくす */
  padding: 0;
}

.reservation-form {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-bottom: 192px;
  mix-blend-mode: multiply;
  background-color: #f7faf3;
}

.reservation-form .reservation-form__inner {
  margin: 0 auto;
  max-width: 525px;
}

.reservation-form .reservation-form__inner .reservation-form__title {
  padding-bottom: 40px;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.reservation-form .reservation-form__inner .reservation-form__property {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 32px;
  display: flex;
}

/* 物件名 */
.reservation-form
  .reservation-form__inner
  .reservation-form__property.post-title-wrap {
  padding-bottom: 0;
}

.reservation-form
  .reservation-form__inner
  .reservation-form__property.post-title-wrap
  span.post-title-ttl {
  white-space: nowrap;
}

.reservation-form
  .reservation-form__inner
  .reservation-form__property
  .post_title {
  width: 100%;
}

.reservation-form
  .reservation-form__inner
  .reservation-form__property
  .post_title
  span {
  width: 100%;
}

.reservation-form
  .reservation-form__inner
  .reservation-form__property
  .post_title
  textarea {
  width: 100% !important;
}

.reservation-form
  .reservation-form__inner
  .reservation-form__property
  span
  .wpcf7-form-control.reservation-form__property-name {
  border: none;
  background: none;
  color: var(--color-gray-dark);
}

.reservation-form .reservation-form__inner .reservation-form__group {
  padding-bottom: 24px;
}

.reservation-form .reservation-form__inner .reservation-form__group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 14px;
  padding-bottom: 8px;
  padding-right: 10px;
}

.reservation-required {
  background-color: #f08b7a;
  font-size: 9px;
  color: var(--color-white);
  letter-spacing: 0.1em;
  padding: 3px 7px;
  border-radius: 3px;
}

.reservation-form
  .reservation-form__inner
  .reservation-form__group
  .reservation-form__input,
.reservation-form
  .reservation-form__inner
  .reservation-form__group
  .reservation-form__textarea {
  border-radius: 4px;
  border: 0.8px solid #c8c8c8;
  color: var(--color-gray-dark);
  width: 100%;
  max-width: 525px;
  font-size: 14px;
}

.reservation-form
  .reservation-form__inner
  .reservation-form__group
  .reservation-form__date {
  width: 164px;
  padding-right: 16px;
  padding-left: 16px;
}

.reservation-form .reservation-form__inner .reservation-form__submit {
  display: block;
  margin: 56px auto 0 auto;
  border: none;
  color: var(--color-white);
  background-color: var(--color-gray);
  border-radius: 21px;
  height: 42px;
  width: 153px;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  cursor: pointer;
}

.reservation-form .reservation-form__inner .reservation-form__submit:hover {
  background-color: var(--color-gray-dark);
}

@media screen and (max-width: 768px) {
  .reservation-form {
    padding-top: 56px;
    padding-bottom: 56px;
    margin-bottom: 80px;
  }

  .reservation-form .reservation-form__inner .reservation-form__property {
    flex-direction: column;
  }

  /*===========max-width:768px============*/
}

@media screen and (max-width: 600px) {
  .reservation-form .reservation-form__inner {
    padding-left: 5.6%;
    padding-right: 5.6%;
  }

  .reservation-form .reservation-form__inner .reservation-form__property {
    padding-bottom: 24px;
  }

  .reservation-form .reservation-form__inner .reservation-form__group {
    padding-bottom: 16px;
  }

  /*===========max-width:600px============*/
}

/* モーダルウインドウ */
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-y: auto;
  transition: opacity 0.8s ease, visibility 1.3s ease;
}

.modal .modal__content {
  position: relative;
  max-width: 1051px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  background-color: var(--color-white);
  padding: 56px;
  overflow: hidden;
}

.modal .modal__content .modal__close {
  position: absolute;
  right: 40px;
  top: 24px;
  font-size: 20px;
  cursor: pointer;
}

.modal .modal__content .modal__row {
  padding-bottom: 40px;
  display: flex;
  align-items: flex-start;
}

.modal .modal__content .modal__row:last-child {
  padding-bottom: 0;
}

.modal .modal__content .modal__row .modal__title {
  font-size: 17px;
  color: var(--color-orange);
  letter-spacing: 0.12em;
  width: 112px;
  flex-shrink: 0;
  text-wrap: auto;
  padding-right: 8px;
}

.modal .modal__content .modal__row .modal__item {
  display: flex;
  list-style: none;
  padding-left: 48px;
  border-left: 0.8px solid #c8c8c8;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  line-height: 1.6;
}

.modal .modal__content .modal__row .modal__item .modal__label {
  font-weight: 700;
  width: 120px;
  flex-shrink: 0;
  padding-right: 16px;
}

.modal .modal__content .modal__row .modal__item .modal__description {
  max-width: 649px;
}

.btn-gradation.modal__btn .btn-gradation__text {
  border: none;
  background-color: initial;
  cursor: pointer;
}

/*モーダルウインドウ開閉 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1100px) {
  .modal {
    padding-right: 5.6%;
    padding-left: 5.6%;
  }

  .modal .modal__content {
    max-width: 800px;
  }

  .modal .modal__content .modal__row .modal__title {
    width: 80px;
    font-size: 14px;
  }

  /*===========max-width:1100px============*/
}

@media screen and (max-width: 960px) {
  .modal .modal__content {
    padding: 56px 32px;
  }

  /*===========max-width:960px============*/
}

@media screen and (max-width: 768px) {
  .modal .modal__content {
    padding: 56px 24px;
  }

  .modal .modal__content .modal__row {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 24px;
  }

  .modal .modal__content .modal__row .modal__title {
    border-bottom: 0.8px solid #c8c8c8;
    display: block;
    width: 100%;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .modal .modal__content .modal__row .modal__item {
    border: none;
    padding-left: 0;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .modal .modal__content .modal__row .modal__item .modal__label {
    width: 80px;
    letter-spacing: initial;
  }

  .modal .modal__content .modal__row .modal__item .modal__description {
    letter-spacing: initial;
  }

  /*===========max-width:768px============*/
}

@media screen and (max-width: 600px) {
  .modal .modal__content {
    padding: 56px 20px;
  }

  .modal .modal__content .modal__close {
    right: 24px;
    top: 24px;
  }

  .modal .modal__content .modal__row {
    gap: 16px;
  }

  /*===========max-width:600px============*/
}

/* 背景画像 */
.under-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

/*================
form
================*/
.form__container {
  background-color: var(--color-white);
  margin-top: 144px;
  padding: 88px 64px 64px 64px;
}

.form__container .form__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--color-black);
  padding-bottom: 32px;
}
.form__container .form .form__group {
  margin-bottom: 32px;
  display: block;
}

.form__container .form .form__group label {
  display: block;
  padding-bottom: 16px;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
}

.form__container .form .form__group .unit {
  font-weight: 500;
  width: 64px;
  white-space: nowrap;
}

.form__container .form .form__group label .form__required {
  color: #db4f4f;
}

.form__container .form .form__group .form__input-text {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
}

.form__container .form .form__group .form__checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.form__container .form .form__group.check .form__checkbox-group label input {
  margin-right: 12px;
}

.form__container .form .form__group.radio .form__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0 96px;
}

.form__container .form .form__group .form__input-textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}

.form__submit-button {
  display: block;
  margin: 0 auto;
  border: none;
  color: var(--color-white);
  background-color: var(--color-gray);
  border-radius: 21px;
  height: 42px;
  width: 153px;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 40px;
}

.form__submit-button:hover {
  background-color: var(--color-gray-dark);
}

@media screen and (max-width: 960px) {
  .form__container {
    margin-right: 5.6%;
    margin-left: 5.6%;
    margin-top: 80px;
    padding: 64px 32px;
  }

  .form__container .form__title {
    font-size: 20px;
  }

  /*===========max-width:960px============*/
}

@media screen and (max-width: 768px) {
  .form__container .form .form__group .form__radio-group {
    flex-direction: column;
    gap: initial;
  }
  /*===========max-width:768px============*/
}

@media screen and (max-width: 600px) {
  .form__container {
    padding: 64px 16px;
  }

  .form__submit-button {
    margin-top: 0;
  }

  .form__container .form .form__group .unit {
    font-size: 12px;
    font-weight: 500;
  }

  /*===========max-width:600px============*/
}
