@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	物件概要
----------------------------------------------------------------------------------------------*/
.page_ttl_img img {
  width: 100%;
}

.l-sec__block900 {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}

.c-page_ttl_outline {
  text-align: center;
  font-size: 22px;
}

.c-page_ttl_outline>span {
  font-family: 'garamond', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  display: block;
  letter-spacing: .2em;
}

.outline_sec {
  margin-top: 60px;
}

.outline_sec h3 {
  font-size: 16px;
  text-align: left;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 60px;
}

.p-notes_set {
  margin-top: 60px;
  padding: 20px;
  background: #EBF0ED;
  font-size: 0.9em;
  text-align: justify;
}

.p-notes_set p {
  text-indent: -1em;
  padding-left: 1em;
}

.p-notes_set p+p {
  margin-top: .4em;
}

@media (max-width: 800px) {
  .l-sec__block900 {
    width: 90%;
    padding: 40px 0;
  }

  .c-page_ttl_outline {
    font-size: 20px;
  }

  .c-page_ttl_outline>span {
    font-size: 18px;
  }

  .outline_sec {
    margin-top: 30px;
  }

  .outline_sec h3 {
    font-size: 14px;
    padding-top: 30px;
  }

  .p-notes_set {
    margin-top: 30px;
  }
}

.outline_list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
}

.outline_list.outline_ttl_none {
  margin-top: 60px;
}

.notes_yokoku {
  font-size: 12px;
  margin-top: 1em;
}

@media (max-width: 800px) {
  .outline_list {
    font-size: 12px;
  }

  .outline_list.outline_ttl_none {
    margin-top: 30px;
  }
}

.outline_list th {
  width: 25%;
  font-weight: normal;
  padding: 12px 15px;
  border-bottom: 1px solid #bababa;
  border-right: 1px solid #bababa;
  vertical-align: baseline;
  text-align: left;
  background-color: #EBF0ED;
}

@media (max-width: 800px) {
  .outline_list th {
    padding: 10px 8px;
  }
}

.outline_list td {
  padding: 12px 15px;
  border-bottom: 1px solid #bababa;
  border-right: 1px solid #bababa;
  vertical-align: baseline;
  width: 75%;
}

@media (max-width: 800px) {
  .outline_list td {
    padding: 10px 8px;
  }
}

.anno {
  padding: 30px 0;
  font-size: 0.9em;
}

/*----------------------------------------------------------------------------------------------
	現地案内図
----------------------------------------------------------------------------------------------*/

.l-sec__block_map {
  max-width: 1400px;
  margin-inline: auto;
  padding: 80px 5%;
}

.c-page_ttl_map {
  text-align: center;
  font-size: 30px;
  position: relative;
  letter-spacing: .2em;
}

.c-page_ttl_map>span {
  font-family: 'garamond', sans-serif;
  text-transform: uppercase;
  font-size: 88px;
  text-align: center;
  display: block;
  line-height: 1;
  letter-spacing: .2em;
  text-indent: .2em;
  color: #b4b4b4;
  position: relative;
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
}

.c-page_ttl_map>span::after {
  content: "";
  display: block;
  background: #000;
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}

.p-map01 {
  margin-top: 80px;
}

.p-map01__zoom {
  max-width: 945px;
  margin-top: 80px;
  margin-inline: auto;
  text-align: center;
}

.p-map01__zoom__txt01 {
  font-size: 26px;
  text-align: center;
  margin-top: 0.5em;
}

.p-map_link {
  max-width: 945px;
  margin-top: 60px;
  margin-inline: auto;
  text-align: center;
}

.p-map_link a.c-req-btn {
  color: #000;
  background: #fff;
  font-size: 26px;
  letter-spacing: 0.1em;
  height: 78px;
  line-height: 78px;
  position: relative;
  filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.3));
}

.p-map_link a.c-req-btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.p-map_link a:hover.c-req-btn {
  background: #dcd7ca;
}

.p-map_link a:hover.c-req-btn::after {
  right: 2px;
}

@media (max-width: 800px) {
  .l-sec__block_map {
    width: 90%;
    margin-inline: auto;
    padding: 40px 0;
  }

  .c-page_ttl_map {
    font-size: 20px;
  }

  .c-page_ttl_map>span {
    font-size: 40px;
    margin-bottom: 0.4em;
    padding-bottom: 0.4em;
  }

  .c-page_ttl_map>span::after {
    content: "";
    display: block;
    background: #000;
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
  }

  .p-map01 {
    margin-top: 30px;
  }

  .p-map01__zoom {
    max-width: 945px;
    margin-top: 30px;
    margin-inline: auto;
    text-align: center;
  }

  .p-map01__zoom__txt01 {
    font-size: 15px;
    margin-top: 0.5em;
  }

  .p-map_link {
    margin-top: 30px;
  }

  .p-map_link a.c-req-btn {
    font-size: 16px;
    letter-spacing: 0.1em;
    height: 50px;
    line-height: 50px;
  }
}

.slide_caption_box-black {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  letter-spacing: .1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: .5em 1em;
}

.slide_caption_white {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 95%);
}

.page_notes {
  font-size: 14px;
}

@media (max-width: 600px) {
  .page_notes {
    font-size: 12px;
  }

  .slide_caption_box-black {
    font-size: 11px;
  }

  .slide_caption_white {
    font-size: 10px;
  }
}

/* 光らせるためのstyle */
.page_nav_item a {
  position: relative;
  overflow: hidden;
  display: block;
}

/* 光の疑似要素 */
.page_nav_item a::before {
  content: "";
  animation: shine-2 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

.page_nav_item.is_on a::before {
  display: none;
}

/* 光の動き */
@keyframes shine-2 {
  0% {
    left: -160%;
    opacity: 0;
  }

  70% {
    left: -160%;
    opacity: 0.5;
  }

  71% {
    left: -160%;
    opacity: 1;
  }

  100% {
    left: -20%;
    opacity: 0;
  }
}

.plan-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}

a.plan-cta__btn {
  width: 425px;
  display: block;
  font-size: 26px;
  letter-spacing: .08em;
  text-align: center;
  color: #fff;
  height: 65px;
  line-height: 65px;
  background: #950a0a;
  position: relative;
}

.plan-cta p:nth-child(1) a.plan-cta__btn {
  background: #0a8b03;
}

a.plan-cta__btn:hover {
  background: #621414;
}

.plan-cta p:nth-child(1) a.plan-cta__btn:hover {
  background: #155212;
}

@media (max-width: 800px) {
  .plan-cta {
    width: 90%;
    margin-inline: auto;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }

  a.plan-cta__btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

.-p-land-kukauzu::after {
  content: "";
  display: block;
  background: url(../../img/04landscapeplan/kukaku_light01.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 28.58%;
  height: 46.57%;
  left: 46.43%;
  top: 30.89%;
  animation: fadeInOut 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
}

.-p-land-kukauzu::before {
  content: "";
  display: block;
  background: url(../../img/04landscapeplan/kukaku_light02.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 55.9%;
  height: 51.83%;
  left: 13.91%;
  top: 3.79%;
  animation: fadeOutIn 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


@keyframes fadeOutIn {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* page_cta */
.page_cta_ttl {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: .1em;
  margin-top: 3em;
  text-align: center;
}

.page_cta {
  width: clamp(300px, 100%, 1100px);
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-top: 40px;
  gap: 3%;
}

.page_cta_link {
  width: calc(calc(100% - 6%) / 3);
}

.page_cta_link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .7em 15px;
  text-align: center;
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
  font-size: 14px;
  line-height: 1.4;
}

.page_cta_link a::after {
  display: block;
  position: absolute;
  width: .5em;
  height: .5em;
  content: "";
  border: solid #1d1d1d;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  top: 44%;
  right: 18px;
}
/* .u-cta_link01 a {
  background: rgb(199, 72, 6);
  background: radial-gradient(circle, rgba(199, 72, 6, 1) 0%, rgba(230, 84, 4, 1) 100%);
}

.u-cta_link02 a {
  background: rgb(212, 90, 109);
  background: radial-gradient(circle, rgba(212, 90, 109, 1) 0%, rgba(224, 61, 84, 1) 100%);
}

.u-cta_link03 a {
  background: rgb(9, 112, 132);
  background: radial-gradient(circle, rgba(9, 112, 132, 1) 0%, rgba(6, 92, 109, 1) 100%);
}

.u-cta_link04 a {
  background: rgb(204, 125, 7);
  background: radial-gradient(circle, rgba(204, 125, 7, 1) 0%, rgba(179, 113, 47, 1) 100%);
} */

.page_cta_link a:hover {
  background: #d7d7d7;
}



@media (max-width: 800px) {

  /* page_cta */
  .page_cta_ttl {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    letter-spacing: .1em;
    margin-top: 2em;
    text-align: center;
  }

  .page_cta {
    width: clamp(300px, 100%, 1100px);
    display: flex;
    justify-content: center;
    margin-inline: auto;
    margin-top: 20px;
    padding-bottom: 40px;
    gap: 2%;
    /* flex-direction: column; */
    font-size: 1vw;
  }

  .page_cta_link {
    width: 100%;
  }

  .page_cta_link a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.3;
    letter-spacing: -.08em;
  }

  .page_cta_link a::after {
    display: none;
    position: absolute;
    width: .4em;
    height: .4em;
    content: "";
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    top: 60%;
    right: 10px;
  }
}