@charset "utf-8";

/* タウンプラン */
.l-page.bg_beige {
  position: relative;
  background: url(../img/bg_beige.jpg) repeat;
  padding: 0 0 100px;
}

.p-townplan-mv {
  position: relative;
}

.townplan-page-ttl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page-ttl__ttl_v2_en {
  font-size: 38px;
  color: #231815;
}

.townplan-page-ttl-lead {
  font-size: 36px;
  line-height: 1.6;
  margin-top: 1em;
}

.townplan-page-ttl-lead02 {
  font-size: 17px;
  line-height: 2.3;
  margin-top: 1.5em;
}

/* sec02 */
.townplan-sec02 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.townplan-sec02-01 {
  position: relative;
  width: 65.625%;
}

.townplan-sec02-side01 {
  position: relative;
}
.townplan_kukaku{
  height: 90dvh;
  width: auto;
}

.townplan_sec02_mori01 {
  position: absolute;
  top: -30px;
  left: 0;
  width: 29.27%;
}

.townplan-sec02-02 {
  position: relative;
  width: 34.375%;
}
.townplan-sec02-content01 {
  position: relative;
  padding: 30px 6.3%;
  background: url(../../img/townplan/central_bg.svg) no-repeat top center;
  background-size: 100%;
  background-color: #E7EEEC;
  text-align: center;
}

.townplan-sec02-content01.u-stage02 {
  position: relative;
  padding: 30px 6.3% 4em;
  background: url(../../img/townplan/arena_bg.svg) no-repeat top center;
  background-size: 100%;
  background-color: #EBF4F6;
  text-align: center;
}

.townplan-sec02-content01.u-stage03 {
  position: relative;
  padding: 30px 6.3% 5.5em;
  background: url(../../img/townplan/southgate_bg.svg) no-repeat top center;
  background-size: 100%;
  background-color: #F8F1EF;
  text-align: center;
}

.townplan-sec02_stage01_txt_set {
  padding: 0 9% 2em;
}
.townplan-sec02_stage01_txt01 {
  margin-top: 60px;
}

.townplan-sec02_stage01_txt02 {
  margin-top: 40px;
}

.townplan-sec02_stage01_txt03 {
  font-size: clamp(10px, 1vw, 17px);
  text-align: justify;
  line-height: 2.5;
  margin-top: 2em;
  color: #295761;
}

.u-stage02 .townplan-sec02_stage01_txt03 {
  color: #3C6F97;
}

.u-stage03 .townplan-sec02_stage01_txt03 {
  color: #6D082A;
}

/* sec03 */
.townplan-sec03 {
  padding: 100px 0;
  background: url(../../img/townplan/main_gate_bg.jpg) no-repeat top center;
  background-size: contain;
  background-color: #8EB2A7;
}
.townplan-sec03-in01 {
  width: 60%;
  padding: 0 0 0 7%;
  position: relative;
}
.townplan-sec03-in01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: .5px;
  background: #fff;
}

.townplan-sec03_lead {
  font-size: 30px;
  line-height: 1.6;
  margin-top: 1.5em;
  color: #fff;
  padding-bottom: .8em;
}

.mori_02 {
  position: absolute;
  top: 8vw;
  right: 0;
  width: 38.3%;
}

.townplan-sec03-in02 {
  display: flex;
  position: relative;
  margin-top: 100px;
  padding-top: 100px;
}

.townplan-sec03-in02::before {
  position: absolute;
  content: "";
  width: 83.8%;
  height: 95%;
  top: 0;
  right: 0;
  background: #fff;
}

.main_gate01 {
  width: 60%;
}

.townplan-sec03_02_in {
  position: relative;
  width: 40%;
  display: flex;
  flex-direction: column;
  padding: 0 5%;
  justify-content: center;
  flex: 1;
  margin-top: 70px;
}

.townplan-en_ttl.ttl_main_gate {
  color: #D0830D;
}

.townplan-en_ttl.ttl_main_gate::after {
  background: #D0830D;
  width: 100%;
  left: 0;
}


.ttl_main_gate_02 {
  font-size: clamp(28px, 2.1vw, 34px);
  margin-top: 1em;
}

.ttl_main_gate_03 {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 1.5em;
}

.main_gate_notes {
  font-size: 14px;
  margin-top: 1.5em;
}

.main_gate02 {
  width: 140%;
  margin: 50px 0 0 -40%;
}

/* sec04 */
.townplan-sec04_in {
  padding: 100px 5%;
  text-align: center;
}
.townplan-en_ttl {
  font-family: 'garamond', sans-serif;
  font-size: 66px;
  line-height: 1;
  position: relative;
  padding-bottom: .1em;
}
.townplan-en_ttl::after {
  content: "";
  display: block;
  width: 5em;
  height: 1px;
  background: #231815;
  position: absolute;
  bottom: 0;
  left: 0;
}

.townplan-en_ttl.ttl_corner_gate {
  color: #7E003D;
}

.townplan-en_ttl.ttl_corner_gate::after {
  background: #7E003D;
  width: 7em;
  left: calc(50% - 3.5em);
}

.ttl_corner_gate_02 {
  font-size: clamp(28px, 2.27vw, 34px);
  margin-top: 1em;
}

.ttl_corner_gate_03 {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 1.5em;
}

.corner_gate_notes {
  font-size: 14px;
  margin-top: 1.5em;
}

/* sec05 */
.townplan-sec05 {
  padding: 160px 0;
  background: #8EB2A7;
  display: flex;
}
.park01 {
  width: 60%;
  position: relative;
}
.townplan-sec05_in {
  display: flex;
  flex-direction: column;
  padding: 0 5%;
  justify-content: center;
  flex: 1;
  background: #fff;
}

.townplan-en_ttl.ttl_park {
  color: #3C592C;
}

.townplan-en_ttl.ttl_park::after {
  background: #3C592C;
  width: 100%;
}

.ttl_park_02 {
  font-size: clamp(28px, 2.27vw, 34px);
  margin-top: 1em;
}

.ttl_park_03 {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 1.5em;
  text-align: justify;
}

/* sec06 */
.townplan-sec06{
  padding: 100px 5%;
  background: url(../img/bg_beige.jpg) repeat;
  text-align: center;
}

.townplan-sec06_ttl {
  font-size: 34px;
}
.townplan-sec06_ttl02 {
  display: inline-block;
  font-size: 50px;
}

@media (max-width: 800px) {
  .l-page.bg_beige {
    position: relative;
    background: url(../img/bg_beige.jpg) repeat;
    padding: 0 0 30px;
  }

  .townplan-page-ttl {
    padding: 0 5% 20%;
  }

  .page-ttl__ttl_v2_en {
    font-size: 32px;
    color: #231815;
  }
  
  .townplan-page-ttl-lead {
    font-size: 5vw;
    line-height: 1.6;
    margin-top: 1em;
    /* text-align: justify; */
  }
  
  .townplan-page-ttl-lead02 {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 1.5em;
  }
  
  /* sec02 */
  .townplan-sec02 {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  
  .townplan-sec02-01 {
    position: relative;
    width: 100%;
  }
  
  .townplan-sec02-side01 {
    position: relative;
  }
  .townplan_kukaku{
    height: initial;
    width: 100%;
  }
  
  .townplan_sec02_mori01 {
    position: absolute;
    top: -30px;
    left: 0;
    width: 29.27%;
  }
  
  .townplan-sec02-02 {
    position: relative;
    width: 100%;
  }
  .townplan-sec02-content01 {
    position: relative;
    padding: 30px 6.3% 1em;
    background: url(../../img/townplan/central_bg.svg) no-repeat top center;
    background-size: 100%;
    background-color: #E7EEEC;
    text-align: center;
  }
  
  .townplan-sec02-content01.u-stage02 {
    position: relative;
    padding: 30px 6.3% 2em;
    background: url(../../img/townplan/arena_bg.svg) no-repeat top center;
    background-size: 100%;
    background-color: #EBF4F6;
    text-align: center;
  }
  
  .townplan-sec02-content01.u-stage03 {
    position: relative;
    padding: 30px 6.3% 3em;
    background: url(../../img/townplan/southgate_bg.svg) no-repeat top center;
    background-size: 100%;
    background-color: #F8F1EF;
    text-align: center;
  }
  
  .townplan-sec02_stage01_txt_set {
    padding: 0 5% 2em;
  }
  .townplan-sec02_stage01_txt01 {
    margin-top: 40px;
  }
  
  .townplan-sec02_stage01_txt02 {
    margin-top: 40px;
  }
  
  .townplan-sec02_stage01_txt03 {
    font-size: clamp(10px, 2.9vw, 17px);
    text-align: justify;
    line-height: 2.5;
    margin-top: 2em;
    color: #295761;
  }
  
  .u-stage02 .townplan-sec02_stage01_txt03 {
    color: #3C6F97;
  }
  
  .u-stage03 .townplan-sec02_stage01_txt03 {
    color: #6D082A;
  }
  
  /* sec03 */
  .townplan-sec03 {
    padding: 80px 0 40px;
    background: url(../../img/townplan/main_gate_bg_sp.jpg) no-repeat top center;
    background-size: contain;
    background-color: #8EB2A7;
  }
  .townplan-sec03-in01 {
    width: 100%;
    padding: 0 7% 0 7%;
    position: relative;
  }
  .townplan-sec03-in01::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: initial;
    left: 0;
    width: 93%;
    height: .5px;
    background: #fff;
  }
  
  .townplan-sec03_lead {
    font-size: 19px;
    line-height: 1.6;
    margin-top: 1.5em;
    color: #fff;
    padding-bottom: 1em;
  }
  
  .mori_02 {
    position: relative;
    top: 5vw;
    right: initial;
    width: 70%;
    margin-left: auto;
  }
  
  .townplan-sec03-in02 {
    display: flex;
    position: relative;
    margin-top: 0;
    padding-top: 40px;
    flex-direction: column;
  }
  
  .townplan-sec03-in02::before {
    position: absolute;
    content: "";
    width: 93%;
    height: 93%;
    top: 0;
    right: 0;
    background: #fff;
  }
  
  .main_gate01 {
    width: 93%;
  }
  
  .townplan-sec03_02_in {
    position: relative;
    width: 89%;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    padding: 0 5%;
    justify-content: center;
    flex: 1;
    margin-top: 40px;
  }
  
  .townplan-en_ttl.ttl_main_gate {
    color: #D0830D;
  }
  
  .townplan-en_ttl.ttl_main_gate::after {
    background: #D0830D;
    width: 100%;
    left: 0;
  }
  
  
  .ttl_main_gate_02 {
    font-size: clamp(18px, 5vw, 22px);
    margin-top: 1em;
  }
  
  .ttl_main_gate_03 {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 1.5em;
  }
  
  .main_gate_notes {
    font-size: 10px;
    margin-top: 1.5em;
  }
  
  .main_gate02 {
    width: 90%;
    margin: 40px 0 0 18%;
  }
  
  /* sec04 */
  .townplan-sec04_in {
    padding: 40px 5%;
    text-align: center;
  }
  .townplan-en_ttl {
    font-family: 'garamond', sans-serif;
    font-size: 40px;
    line-height: 1;
    position: relative;
    padding-bottom: .1em;
  }
  .townplan-en_ttl::after {
    content: "";
    display: block;
    width: 5em;
    height: 1px;
    background: #231815;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .townplan-en_ttl.ttl_corner_gate {
    color: #7E003D;
  }
  
  .townplan-en_ttl.ttl_corner_gate::after {
    background: #7E003D;
    width: 100%;
    left: 0;
  }
  
  .ttl_corner_gate_02 {
    font-size: clamp(18px, 5vw, 22px);
    margin-top: 1em;
  }
  
  .ttl_corner_gate_03 {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 1.5em;
    text-align: justify;
  }
  
  .corner_gate_notes {
    font-size: 10px;
    margin-top: 1.5em;
    text-align: justify;
  }
  
  /* sec05 */
  .townplan-sec05 {
    padding: 0 0 40px;
    background: none;
    display: flex;
    flex-direction: column;
  }
  .park01 {
    width: 100%;
    position: relative;
  }
  .townplan-sec05_in {
    display: flex;
    flex-direction: column;
    padding: 40px 5% 0;
    justify-content: center;
    flex: 1;
    background: #fff;
  }
  
  .townplan-en_ttl.ttl_park {
    color: #3C592C;
  }
  
  .townplan-en_ttl.ttl_park::after {
    background: #3C592C;
    width: 100%;
  }
  
  .ttl_park_02 {
    font-size: clamp(18px, 5vw, 22px);
    margin-top: 1em;
  }
  
  .ttl_park_03 {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 1.5em;
    text-align: justify;
  }
  
  /* sec06 */
  .townplan-sec06{
    padding: 40px 5%;
    background: url(../img/bg_beige.jpg) repeat;
    text-align: center;
  }
  
  .townplan-sec06_ttl {
    font-size: 18px;
  }
  .townplan-sec06_ttl02 {
    display: inline-block;
    font-size: 28px;
    text-align: center;
  }
  

}

.page-cta {
  text-align: center;
}

a.c-topplan-btn {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0.5em 2.2em;
  /* background: linear-gradient(90deg, rgba(119, 67, 30, 1) 0%, rgba(60, 89, 44, 1) 100%); */
  background: linear-gradient(90deg, rgba(160, 106, 25, 1) 0%, rgba(124, 73, 27, 1) 100%);
  border: 2px solid #d3b78e;
  margin-inline: auto;
  margin-top: 1.2em;
  border-radius: 100px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-topplan-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 41%;
  right: 20px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}

a:hover.c-topplan-btn {
  opacity: .7;
}

@media (max-width: 800px) {
  a.c-topplan-btn {
    width: 100%;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 0.5em 2.2em;
    margin-inline: auto;
    margin-top: 1.2em;
    border-radius: 100px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  a.c-topplan-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 41%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
  }

  .top-section01 .top-info-cta {
    width: 80%;
    margin-inline: auto;
  }
}