@charset "utf-8";

/* 共通 */
.page-ttl {
  position: relative;
  text-align: center;
}

.page_ttl_img img {
  width: 100%;
}

.page-ttl__ttl {
  font-family: 'garamond', sans-serif;
  font-size: 47px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: .2em;
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 55%);
}

.page-ttl__ttl .page-ttl__ttl_jp {
  font-family: 'Zen Old Mincho', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 18px;
  text-align: center;
  display: block;
  letter-spacing: .2em;
  margin-top: 0.2em;
}

.page-ttl__ttl_v2 {
  font-family: 'garamond', sans-serif;
  font-size: 37px;
  line-height: 1;
  text-align: center;
  letter-spacing: .2em;
  padding-top: 120px;
  padding-bottom: .4em;
  position: relative;
}

.page-ttl__ttl_jp_v2 {
  font-family: 'Zen Old Mincho', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 18px;
  text-align: center;
  display: block;
  letter-spacing: .1em;
  margin-top: 0.2em;
}

.page-ttl__ttl_v2::after {
  content: "";
  display: block;
  background: #000;
  width: 6em;
  height: .5px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
}

.p-page-cta {
  max-width: 430px;
  margin-inline: auto;
  margin-top: 120px;
}

.p-page-cta a {
  display: block;
  position: relative;
  padding: 0 60px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  height: 63px;
  line-height: 63px;
  background: #4D4D4D;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.p-page-cta.soon a {
  opacity: .4;
  pointer-events: none;
}

.p-page-cta a:hover {
  background: #2a2a2a;
}

.p-page-cta a::after {
  display: block;
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background: transparent;
  background-image: url(../img/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  top: 32%;
}

@media (max-width: 800px) {
  .page-ttl__ttl {
    font-size: 37px;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 75%);
  }

  .page-ttl__ttl .page-ttl__ttl_jp {
    font-size: 15px;
    text-align: center;
    display: block;
    letter-spacing: .2em;
    margin-top: 0.2em;
  }

  .page-ttl__ttl_v2 {
    font-size: 28px;
    line-height: 1;
    text-align: center;
    letter-spacing: .2em;
    padding-top: 60px;
    padding-bottom: .4em;
    position: relative;
  }

  .page-ttl__ttl_jp_v2 {
    font-size: 12px;
    letter-spacing: .1em;
    margin-top: 0.2em;
  }

  .p-page-cta {
    width: 80%;
    margin-inline: auto;
    margin-top: 60px;
  }

  .p-page-cta a {
    display: block;
    position: relative;
    padding: 0 2em;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
    height: 46px;
    line-height: 46px;
    background: #4D4D4D;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .p-page-cta a::after {
    display: block;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: transparent;
    background-image: url(../img/icon_blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    top: 32%;
  }
}

/*----------------------------------------------------------------------------------------------
	物件概要
----------------------------------------------------------------------------------------------*/

.outline_ctns {
  max-width: 1130px;
  margin-inline: auto;
  margin-top: 100px;
  padding: 0 5%;
}

.outline_tbl {
  border-top: 1px solid #BCBCBC;
  width: 100%;
}

.outline_tbl tr {
  font-size: 18px;
  border-bottom: 1px solid #BCBCBC;
}

.outline_tbl tr:nth-child(even) {
  background: #F7F7F6;
}

.outline_tbl th {
  padding: 20px 0 20px 3em;
  width: 15em;
  text-align: left;
  font-weight: 400;
}

.outline_tbl td {
  padding: 20px 0;
  line-height: 1.5;
}

.outline_notes {
  font-size: 15px;
  margin-top: 30px;
}

@media (max-width: 800px) {
  .outline_ctns {
    max-width: 1130px;
    margin-inline: auto;
    margin-top: 50px;
    padding: 0 5%;
  }

  .outline_tbl {
    border-top: 1px solid #BCBCBC;
    width: 100%;
  }

  .outline_tbl tr {
    font-size: 14px;
    border-bottom: 1px solid #BCBCBC;
  }

  .outline_tbl tr:nth-child(even) {
    background: #F7F7F6;
  }

  .outline_tbl th {
    padding: 15px 0 15px 1em;
    width: 9em;
    text-align: left;
    font-weight: 400;
  }

  .outline_tbl td {
    padding: 15px 1em 15px 0;
    line-height: 1.5;
  }

  .outline_notes {
    font-size: 10px;
    margin-top: 20px;
  }
}


/*----------------------------------------------------------------------------------------------
	現地案内図
----------------------------------------------------------------------------------------------*/
.map_address {
  margin-top: 120px;
  text-align: center;
  font-size: 20px;
}

.map_wrap {
  margin-top: 80px;
  position: relative;
  width: 100%;
  background: #F6F7F7;
}

.g_map {
  width: clamp(500px, 90%, 1530px);
  height: 694px;
  margin-inline: auto;
}

.g_map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width:800px) {
  .map_address {
    margin-top: 50px;
    text-align: center;
    font-size: 17px;
  }

  .map_wrap {
    margin-top: 40px;
  }

  .g_map {
    width: 100%;
    height: 400px;
    margin-inline: auto;
  }
}


/*----------------------------------------------------------------------------------------------
	お問い合わせ
----------------------------------------------------------------------------------------------*/

/* thanks */
.thanks_ctns {
  max-width: 1130px;
  margin-inline: auto;
  margin-top: 60px;
  padding: 0 5% 150px;
  text-align: center;
}

.thanks_ctns p {
  font-size: 16px;
  line-height: 3;
  letter-spacing: .1em;
}

@media (max-width: 800px) {
  .thanks_ctns {
    max-width: 1130px;
    margin-inline: auto;
    margin-top: 40px;
    padding: 0 5% 100px;
    text-align: justify;
  }

  .thanks_ctns p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .1em;
  }
}