@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: 49px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: .2em;
  /* margin-bottom: 1em; */
  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: 22px;
  text-align: center;
  display: block;
  letter-spacing: .2em;
  margin-top: 0.2em;
}

.page-ttl__ttl_v2 {
  font-family: 'garamond', sans-serif;
  font-size: 70px;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
  padding-top: 0;
  /* padding-bottom: .4em; */
  position: relative;
  /* color: #468188; */
}

.page-ttl__ttl_jp_v2 {
  font-family: 'Zen Old Mincho', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 28px;
  text-align: center;
  color: #000;
  display: block;
  position: relative;
  letter-spacing: .1em;
  margin-top: 0.35em;
  /* padding-top: 0.75em; */
}

.page-ttl__ttl_jp_v2::after {
  /* content: ""; */
  display: block;
  background: #000;
  width: 30px;
  height: .5px;
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
}

.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%;
}

.p-page-cta02 {
  width: 85%;
  display: flex;
  margin-inline: auto;
  margin-top: 150px;
  gap: 40px;
  justify-content: center;
}

.p-page-cta_button {
  max-width: 535px;
}

.p-page-cta_button a {
  display: block;
}

.p-page-cta_button a:hover {
  opacity: .7;
}

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

  .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: 30px;
    line-height: 1;
    text-align: center;
    letter-spacing: .15em;
    position: relative;
  }

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

  .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%;
  }

  .p-page-cta02 {
    width: 85%;
    display: flex;
    margin-inline: auto;
    margin-top: 40px;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
  }

  .p-page-cta_button {
    max-width: 535px;
  }
}

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

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

.outline_sub_ttl {
  text-align: left;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-top: 3em;
}

.outline_tbl_ttl02 {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 2em;
}

.outline_tbl {
  border-top: .5px solid #cacaca;
  width: 100%;
  background: #fff;
  margin-top: 20px;
}

.outline_tbl.mt40 {
  margin-top: 40px;
}

.outline_tbl tr {
  font-size: 15px;
  line-height: 1.7;
  border-bottom: .5px solid #cacaca;
}

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

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

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

.outline_notes {
  font-size: 13px;
  margin-top: 30px;
  padding-left: 1em;
  text-indent: -1em;
}
.outline_yokoku {
  margin-top: 2em;
  text-align: justify;
}
.outline_yokoku h4 {
  display: inline-block;
  font-size: 1.1em;
  padding: 0.1em .5em;
  border: .5px solid #5a5a5a;
  margin-bottom: .5em;
}
@media (max-width: 800px) {
  .l-page.bg_beige {
    padding: 60px 0;
  }

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

  .outline_sub_ttl {
    font-size: 15px;
  }

  .outline_tbl_ttl02 {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-top: 2em;
  }

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

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

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

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

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

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


/*----------------------------------------------------------------------------------------------
	現地案内図
----------------------------------------------------------------------------------------------*/
.l-page {
  padding: 200px 0 100px;
}
.page-ttl__map {
  font-size: 35px;
  letter-spacing: 0.1em;
}
.map_ctns {
  width: clamp(300px, 90%, 1070px);
  margin-inline: auto;
  margin-top: 40px;
}
.map {
  border: .5px solid #3C2213;
}
.map-address {
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
.map-address.u-under-line {
  border-bottom: .5px solid #111;
  padding-bottom: 50px;
}

a.c-googlemaps-btn {
  width: 45%;
  display: block;
  position: relative;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  height: 73px;
  line-height: 73px;
  color: #fff;
  background: #7A7A72;
  background: radial-gradient(circle,rgba(122, 122, 114, 1) 0%, rgba(79, 79, 74, 1) 100%);
  margin-inline: auto;
  margin-top: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-googlemaps-btn:after {
  content: '';
    position: absolute;
    top: 46%;
    right: 20px;
    width: 33px;
    height: 7px;
    background: url(../img/btn_arrow_white.svg) no-repeat;
    background-size: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.c-googlemaps-btn:after {
    right: 15px;
}

a:hover.c-googlemaps-btn {
  padding-left: .5em;
}

.page-ttl__map02 {
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-top: 200px;
  text-align: center;
}
.map_zoom {
  width: 90%;
  margin-inline: auto;
  margin-top: 40px;
  border: .5px solid #3C2213;
}

.page-sec-info {
  background: #ece8e0;
  padding: 100px 0;
  margin-top: 100px;
}
.page-sec-info-in {
  width: clamp(300px, 90%, 1070px);
  margin-inline: auto;
  background: #fff;
  padding: 100px 5%;
  text-align: center;
}

.top_info_cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
a.top-cta_btn {
  width: 458px;
  display: flex;
  gap: .4em;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 3.0;
  letter-spacing: 0.2em;
  background: #950a0a;
  transition: all .5s ease;
  justify-content: center;
  align-items: center;
}

a.top-cta_btn::after {
  content: '';
  position: absolute;
  top: 46%;
  right: 20px;
  width: 33px;
  height: 7px;
  background: url(../img/btn_arrow_white.svg) no-repeat;
  background-size: 100%;
  transition: all .5s ease;
}
a:hover.top-cta_btn::after  {
  right: 15px;
}

a:hover.top-cta_btn {
  padding-left: .5em;
}

a.top-cta_btn:nth-child(1) {
  background: #776346;
  background: radial-gradient(circle, rgba(119, 99, 70, 1) 0%, rgba(38, 30, 19, 1) 100%);
}


@media screen and (max-width:800px) {
  .l-page {
    padding: 60px 0 60px;
  }
  .page-ttl__map {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .map_ctns {
    width: clamp(300px, 90%, 1070px);
    margin-inline: auto;
    margin-top: 20px;
  }
  .map {
    border: .5px solid #3C2213;
  }
  .map-address {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 30px;
  }
  .map-address.u-under-line {
    border-bottom: .5px solid #111;
    padding-bottom: 30px;
  }

  a.c-googlemaps-btn {
    width: 70%;
    display: block;
    position: relative;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #7A7A72;
    background: radial-gradient(circle,rgba(122, 122, 114, 1) 0%, rgba(79, 79, 74, 1) 100%);
    margin-inline: auto;
    margin-top: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  a.c-googlemaps-btn:after {
    content: '';
    position: absolute;
    top: 46%;
    right: 10px;
    width: 23px;
    height: 7px;
    background: url(../img/btn_arrow_white.svg) no-repeat;
    background-size: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  a:hover.c-googlemaps-btn:after {
      right: 15px;
  }

  a:hover.c-googlemaps-btn {
    padding-left: .5em;
  }

  .page-ttl__map02 {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-top: 60px;
    text-align: center;
  }
  .map_zoom {
    width: 100%;
    margin-inline: auto;
    margin-top: 20px;
    border: .5px solid #3C2213;
  }

  .page-sec-info {
    background: #ece8e0;
    padding: 40px 0;
    margin-top: 0;
  }
  .page-sec-info-in {
    width: clamp(300px, 90%, 1070px);
    margin-inline: auto;
    background: #fff;
    padding: 40px 10%;
    text-align: center;
  }

  .top_info_cta {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  a.top-cta_btn {
    width: 458px;
    display: flex;
    gap: .4em;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 3.0;
    letter-spacing: 0.2em;
    background: #950a0a;
    transition: all .5s ease;
    justify-content: center;
    align-items: center;
  }

  a.top-cta_btn::after {
    content: '';
    position: absolute;
    top: 46%;
    right: 10px;
    width: 24px;
    height: 7px;
    background: url(../img/btn_arrow_white.svg) no-repeat;
    background-size: 100%;
    transition: all .5s ease;
  }
  a:hover.top-cta_btn::after  {
    right: 15px;
  }

  a:hover.top-cta_btn {
    padding-left: .5em;
  }

  a.top-cta_btn:nth-child(1) {
    background: #776346;
    background: radial-gradient(circle, rgba(119, 99, 70, 1) 0%, rgba(38, 30, 19, 1) 100%);
  }
}
