/*-------------------------------
---.section
-------------------------------*/

.iema-section_title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}


/*-------------------------------
---.iema-introduction
-------------------------------*/

.iema-introduction {
  background-image: url(../image/lisvo-iema/bg_iema-introduction_l.png), url(../image/lisvo-iema/bg_iema-introduction_r.png);
  background-size: 18.75%, 23.6%;
  background-repeat: no-repeat;
  background-position: bottom left, top right;
}

.iema-introduction .section_inner {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.iema-introduction_icon {
  width: min(100%, 33rem);
  margin: 3rem auto;
}

.iema-introduction_title {
  width: min(32.5%, 12.55rem);
  margin-left: auto;
  margin-right: auto;
}

.iema-introduction_description {
  max-width: 72.5rem;
  text-align: justify;
  text-shadow: 0.1rem 0.1rem 0 #FFF, -0.1rem -0.1rem 0 #FFF,
    -0.1rem 0.1rem 0 #FFF, 0.1rem -0.1rem 0 #FFF,
    0px 0.1rem 0 #FFF, 0-0.1rem 0 #FFF,
    -0.1rem 0 0 #FFF, 0.1rem 0 0 #FFF;
  margin-left: auto;
  margin-right: auto;
}


/*-------------------------------
---.feature
-------------------------------*/

.feature:nth-of-type(even) {
  background-color: #E4E8DA;
}

.feature_inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  grid-auto-rows: max-content;
  grid-gap: 7.5rem 3rem;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.feature_contents {
  position: relative;
}

.feature_contents-inner {
  padding-left: 13.5%;
  padding-right: 13.5%;
}

.feature_title {
  position: absolute;
  top: -5rem;
  width: min(13.5%, 6.6rem);
}

.feature:nth-of-type(even) .feature_title {
  left: 1.85rem;
}

.feature:nth-of-type(odd) .feature_title {
  right: 1.85rem;
}

.feature_copy {
  width: min(32.5%, 12.55rem);
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.feature_description {
  text-align: justify;
}

.feature:nth-of-type(odd) .feature_image {
  order: -1;
}


/*-------------------------------
---.movie
-------------------------------*/

.movie {
  background-color: #E4E8DA;
  margin-bottom: 12rem;
}

.movie_inner {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

.movie_title {
  margin-bottom: 7rem;
}

.movie_list {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  grid-auto-rows: max-content;
  grid-gap: 6rem;
}

.movie_item-body video {
  width: 100%;
}

.movie_item-title {
  font-size: 1.6rem;
  text-align: center;
}

.movie_item-body {
  position: relative;
}

.movie_item-body.ready img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.movie_item-body.ready:hover img {
  opacity: 30%;
}


/*-------------------------------
---.for-sale
-------------------------------*/

.for-sale {
  margin-bottom: 20rem;
}

.for-sale_icon {
  width: min(100%, 33rem);
  margin-left: auto;
  margin-right: auto;
}

.for-sale_title {
  margin-bottom: 3rem;
}

.for-sale_iema-list {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: 10rem;
}

.for-sale_iema-head {
  margin-bottom: 4rem;
}

.for-sale_iema-property-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: max-content;
  grid-column-gap: 12.5%;
}

.for-sale_iema-property-item a {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: 1.5rem;
}

.for-sale_iema-property-item a[href=""] {
  pointer-events: none;
}

.for-sale_iema-property-item.sold {
  pointer-events: none;
}

.for-sale_iema-property-item.sold figure {
  position: relative;
}

.for-sale_iema-property-item.sold figure::before {
  background-image: url('../image/lisvo-iema/image_sold-overlay.png');
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.for-sale_property-contents {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: 1rem;
}

.for-sale_property-name {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
}

.for-sale_property-name span {
  /* display: inline-block; */
  /* display: none; */
  font-size: 0.88em;
}

.for-sale_property-name span:not(.tour) {
  display: none;
}

.for-sale_property-name span.tour {
  display: inline-block;
}

.for-sale_property-copy {
  font-size: 1.3rem;
}

.for-sale_property-copy:empty {
  display: none;
}

.for-sale_property-price {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  font-weight: bold;
  margin-left: auto;
}

.for-sale_property-price:empty {
  display: none;
}

.for-sale_property-price:not(:empty)::before {
  content: '販売価格';
  display: inline-block;
}

.for-sale_property-price:not(:empty)::after {
  content: '万円（税込）';
  display: inline-block;
}

.for-sale_property-price .price_value {
  font-size: 2.7rem;
  line-height: 1;
  padding-left: 0.15em;
  padding-right: 0.15em;
}


/*-------------------------------
---.living-environment
-------------------------------*/

.living-environment {
  margin-bottom: 20rem;
}

.living-environment_title {
  margin-bottom: 5rem;
}

.living-environment_map {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  grid-auto-rows: max-content;
  grid-gap: 3rem;
  margin-bottom: 10rem;
}

.living-environment_map_google {
  position: relative;
  width: 100%;
  height: 100%;
}

.living-environment_map_google::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: calc((388 / 626) * 100%);
}

.living-environment_map .access_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.living-environment_map .access_map p[data-label="name"] {
  font-size: 0;
}

.living-environment_map .access_map p[data-label="name"]::before {
  content: "グリーンテラス黒田";
  font-size: small;
}

.living-environment_peripheral_facilities {
  margin-bottom: 3rem;
}

.living-environment_attention {
  font-size: 1.3rem;
}


/*-------------------------------
---#reservation
-------------------------------*/

#reservation .intro {
  max-width: var(--max-width-inner);
  margin-left: auto;
  margin-right: auto;
}

#reservation .intro h2 {
  font-weight: bold;
}

.form_contents .input_area {
  background-color: #E6E6E6;
}

.form_contents .input_area .key,
.form_contents .input_area .input_wrap {
  background-color: #fff;
}

.form_contents .r_property::after {
  grid-column: 2/3;
  grid-row: 1/2;
}

.form_contents .r_property span {
  grid-column: 1/3;
  grid-row: 2/3;
}

.form_contents .wpcf7-submit {
  font-family: inherit;
}

#reservation_anchor {
  position: fixed;
  bottom: 0;
  left: 2rem;
  z-index: var(--z-index-mid);
}

#reservation_anchor a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background-color: #23224C;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 1em 1em 0.75em;
}

#reservation_anchor a::after {
  content: '\025b6';
  margin-left: 0.25em;
}


/* tour April */

.tour-april figure {
  background: #E4E8DA;
  text-align: center;
}

.tour-april figure picture {
  display: block;
  padding: 0;
}

.tour-april figure img {
  width: 850px;
  max-width: 100%;
}

.tour-april figcaption {
  background: #1f4d2f;
  font-weight: bold;
  font-size: 125%;
  padding: 1rem 0;
}

.tour-april figcaption a {
  word-break: keep-all;
  overflow-wrap: anywhere;
  color: #fff;
}

.intro .cautions_wrap {
  margin-top: 3rem;
}

/* tour April : layout override */
.feature:nth-of-type(even) .feature_image {
  order: revert;
}

.feature:nth-of-type(odd) .feature_image {
  order: -1;
}

.feature:nth-of-type(even) .feature_title {
  right: revert;
  left: 1.85rem;
}

.feature:nth-of-type(odd) .feature_title {
  right: 1.85rem;
  left: revert;
}

.feature:nth-of-type(odd) {
  background-color: revert;
}

.feature:nth-of-type(even) {
  background-color: #E4E8DA;
}