@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;
  }
}

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

.l-page.bg_beige {
  position: relative;
  background: url(../img/bg_pattern_green.jpg) no-repeat;
  background-size: contain;
  background-position: center top;
  background-color: #eff4ed;
  padding: 160px 0;
}

.l-page.bg_beige2 {
  position: relative;
  background: url(../../img/access/bg_pattern_beige.jpg) no-repeat;
  background-size: contain;
  background-position: center top;
  background-color: #f5f3e8;
  padding: 160px 0;
}

.l-page.bg_beige2.bg_green3 {
  position: relative;
  background: url(../img/bg_pattern_green03.jpg) no-repeat;
  background-size: contain;
  background-position: center top;
  background-color: #EFF4ED;
  padding: 160px 0 100px;
}

@media screen and (max-width:800px) {
  .l-page.bg_beige2 {
    position: relative;
    background: url(../../img/access/bg_pattern_beige_sp.jpg) no-repeat;
    background-size: contain;
    background-position: center top;
    background-color: #f5f3e8;
    padding: 80px 0;
  }

  .l-page.bg_beige2.bg_green3 {
    position: relative;
    background: url(../img/bg_pattern_green03_sp.jpg) no-repeat;
    background-size: contain;
    background-position: center top;
    background-color: #EFF4ED;
    padding: 80px 0 30px;
  }
}

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

.outline_sub_ttl {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
}

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

@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;
  }
}


/*----------------------------------------------------------------------------------------------
	現地案内図
----------------------------------------------------------------------------------------------*/
.map_ttl02 {
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding: .5em 1em;
  background: linear-gradient(227.25deg, rgba(209, 57, 62, 0.8) 0%, rgba(55, 142, 130, 0.8) 50%, rgba(189, 90, 36, 0.8) 100%);
  border-radius: 10px;
  margin-bottom: 1.5em;
}

.map_ctns {
  width: clamp(300px, 80%, 1400px);
  margin-inline: auto;
  margin-top: 100px;
}

.map-address {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.05em;
  margin-top: 50px;
}

a.c-googlemaps-btn {
  width: 65%;
  display: block;
  position: relative;
  padding: 0 60px;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.05em;
  height: 75px;
  line-height: 75px;
  background: #ffffff;
  margin-inline: auto;
  margin-top: 50px;
  box-shadow: 0px 0px 15px 0px #62858978;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.c-googlemaps-btn {
  background: #628589;
  color: #fff;
  box-shadow: 0px 5px 15px 0px #62858978;
}

a.c-googlemaps-btn:after {
  display: block;
  position: absolute;
  content: "";
  height: .7px;
  width: 56px;
  background: #141414;
  top: 50%;
  right: 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.c-googlemaps-btn:after {
  background: #fff;
  right: 10px;
}

@media screen and (max-width:800px) {
  .map_ttl02 {
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: .5em 1em;
    background: linear-gradient(227.25deg, rgba(209, 57, 62, 0.8) 0%, rgba(55, 142, 130, 0.8) 50%, rgba(189, 90, 36, 0.8) 100%);
    border-radius: 10px;
    margin-bottom: 1.5em;
  }

  .map_ctns {
    width: 90%;
    margin-inline: auto;
    margin-top: 40px;
  }

  .map-address {
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    color: #468188;
  }

  a.c-googlemaps-btn {
    width: 80%;
    display: block;
    position: relative;
    padding: 0 10px;
    color: #468188;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.05em;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    margin-inline: auto;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 0px #46818878;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  a:hover.c-googlemaps-btn {
    background: #a67e60;
    color: #fff;
    box-shadow: 0px 5px 10px 0px #46818878;
  }

  a.c-googlemaps-btn:after {
    display: block;
    position: absolute;
    content: "";
    height: .7px;
    width: 20px;
    background: #468188;
    top: 50%;
    right: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
}


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

/* 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;
  }
}

/* Plan */
.plan_sec01 {
  text-align: center;
}

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

.plan_sec01_txt01 {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: .1em;
  margin-top: 2em;
}

.plan_kukakuzu {
  max-width: 1200px;
  margin-top: 70px;
  margin-inline: auto;
  padding-left: 5%;
}

.plan_kukakuzu_caption {
  text-align: left;
  margin: -4% 0 0 5.6%;
  width: 72%;
}

.page_bottom_ctns {
  width: clamp(300px, 80%, 1400px);
  margin-inline: auto;
}

.page_bottom_ctns .p-page-cta02 {
  margin-top: 100px;
}

.page-cta_set {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 30px;
}

a.top-cta_btn {
  width: 420px;
  display: flex;
  gap: .4em;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 33px;
  line-height: 3.75;
  letter-spacing: 0.2em;
  background: #950a0a;
  border-radius: 20px;
  transition: all .5s ease;
  justify-content: center;
  align-items: center;
}

a.top-cta_btn::after {
  content: '';
  width: 33px;
  height: 33px;
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: 100%;
  transition: all .5s ease;
}

a:hover.top-cta_btn {
  background: #950a0a;
  padding-left: .5em;
}

.page-cta_set a.top-cta_btn:nth-child(1) {
  background: #0a8b03;
}

.c-plan_ttl02 {
  font-size: 43px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 4em;
}

.p-plan-madori {
  width: clamp(300px, 95%, 1500px);
  margin-top: 60px;
  margin-inline: auto;
  text-align: center;
}

.p-plan-madori+.p-plan-madori {
  margin-top: 80px;
}

.c-plan-more {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 3em;
  padding-bottom: .2em;
  position: relative;
  color: #6A0000;
}

.c-plan-more::after {
  content: "";
  display: block;
  background: #6A0000;
  width: 28.5em;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 14.5em);
}

.madori_notes {
  font-size: 13px;
  margin-top: 10px;
  text-align: justify;
}
@media (max-width: 800px) {

  .plan_sec01_ttl01 {
    font-size: clamp(25px, 4.2vw, 70px);
    letter-spacing: 0.1em;
    margin-top: 2em;
  }

  .plan_sec01_txt01 {
    font-size: clamp(15px, 1.6vw, 27px);
    line-height: 2;
    letter-spacing: .1em;
    margin-top: 1.5em;
  }

  .plan_kukakuzu {
    max-width: 1200px;
    margin-top: 30px;
    margin-inline: auto;
    padding-left: 0;
  }

  .plan_kukakuzu_caption {
    text-align: left;
    margin: 10px 0 0 5%;
    width: 90%;
  }

  .page_bottom_ctns {
    width: 90%;
    margin-inline: auto;
  }

  .page_bottom_ctns .p-page-cta02 {
    margin-top: 40px;
  }

  .page-cta_set {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
    flex-direction: column;
  }

  a.top-cta_btn {
    width: 70%;
    display: flex;
    gap: .4em;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 3.25;
    letter-spacing: 0.2em;
    background: #950a0a;
    border-radius: 10px;
    transition: all .5s ease;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  a.top-cta_btn::after {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/btn_arrow.svg) no-repeat;
    background-size: 100%;
    transition: all .5s ease;
  }

  a:hover.top-cta_btn {
    background: #533c34;
    padding-left: .5em;
  }

  .c-plan_ttl02 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .p-plan-madori {
    margin-top: 20px;
  }

  .p-plan-madori+.p-plan-madori {
    margin-top: 40px;
  }

  .c-plan-more {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 2em;
    padding-bottom: .5em;
    position: relative;
    color: #6A0000;
  }

  .c-plan-more::after {
    content: "";
    display: block;
    background: #6A0000;
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 5%;
  }

}

.plan_kukakuzu2 {
  position: relative;
  width: clamp(300px, 100%, 1400px);
  margin: 80px auto 0;
}

.plan_kukakuzu2::after {
  content: "";
  display: block;
  background: url(../../img/plan/kukaku_light01.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 39.04%;
  height: 33.57%;
  left: 22.01%;
  top: 11.79%;
  animation: fadeInOut 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
}
.plan_kukakuzu2::before {
  content: "";
  display: block;
  background: url(../../img/plan/kukaku_light02.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 39.04%;
  height: 43.57%;
  left: 22.01%;
  top: 11.79%;
  animation: fadeOutIn 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
}

@media (max-width: 800px) {
  .plan_kukakuzu2 {
    position: relative;
    width: clamp(300px, 100%, 1400px);
    margin: 40px auto 0;
  }
  
  .plan_kukakuzu2::after {
    content: "";
    display: block;
    background: url(../../img/plan/kukaku_light01.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 43.75%;
    height: 33.57%;
    left: 21.13%;
    top: 10.29%;
    animation: fadeInOut 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  }
  
  .plan_kukakuzu2::before {
    content: "";
    display: block;
    background: url(../../img/plan/kukaku_light02.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 43.75%;
    height: 33.57%;
    left: 21.13%;
    top: 10.29%;
    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;
  }
}