@charset "UTF-8";

/* ------------------------
base
------------------------ */
.lower-con {
  max-width: 1000px;
  margin: 0 auto;
}

.page-ttl {
  background: url(../img/lower_ttl_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
  height: 180px;
  justify-content: flex-end;
  align-items: center;
}
.page-ttl div {
  padding-right: 17%;
  /* padding-bottom: 1.2%; */
}
.page-ttl p {
  text-align: right;
}
.page-ttl h2 {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: .1rem;
  margin-bottom: 0;
  text-align: right;
}

.pankuzu {
  margin: 14px 0;
  text-align: left;
}
.pankuzu ul li {
  font-size: 12px;
  color: #6A675F;
  display: inline-block;
}
.pankuzu ul li::after {
  content: "＞";
  padding: 0 12px;
}
.pankuzu ul li:last-child:after {
  display: none;
}
.pankuzu ul li a {
  color: #6A675F;
  text-decoration: underline;
}
.pankuzu ul li a:hover {
  text-decoration: none;
}

.lower-con-inner {
  padding: 100px 0 120px;
}

.color-btn01 a {
  color: #231815;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
  font-weight: 300;
  font-size: 18px;
  padding-right: 0;
  border: solid 1px #231815;
  max-width: 300px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}
.color-btn01 a:hover,
.color-btn01 a img:hover {
  opacity: 1;
}
.color-btn01 a:hover {
  background: #d0d2d3;
}
.color-btn01 a::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 23px;
  border-top: solid 1px #231815;
}

section:not(:last-child) {
  margin-bottom: 100px;
}

h2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 40px;
  letter-spacing: .2em;
}
h3 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 24px;
  letter-spacing: .2em;
}
h4 {
  border-bottom: solid 1px #221e1f;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: center;
}
h5 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 24px;
}
h6 {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 12px;
}
h3.heading03 {
  margin-bottom: 60px;
}
h3.heading03 img {
  height: 54px;
}

footer .lower-note-area {
  padding: 30px 20px;
  border-top: solid 1px #939597;
}
footer .lower-note-area .lower-note-area-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.lh-18 {
  line-height: 1.8;
}

@media screen and (max-width: 767px){
  .page-ttl {
    height: 100px;
    background: url(../img/lower_ttl_bg_sp.jpg);
    background-size: cover;
    background-position: center right;
  }
  .page-ttl div {
    padding-right: 12%;
  }
  .page-ttl img {
    width: auto;
    height: 16px;
  }
  .page-ttl h2 {
    font-size: 12px;
    line-height: 1;
    margin-top: 8px;
  }
  .lower-con-inner {
    padding: 50px 20px 60px;
  }
  .color-btn01 a {
    font-size: 16px;
    max-width: 234px;
  }
  section:not(:last-child) {
    margin-bottom: 50px;
  }
  h2 {
    font-size: 18px;
    margin-bottom: 24px;
    letter-spacing: .1em;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  h3.c01 img {
    width: auto;
    height: 27px;
  }  
  h4 {
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
  h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  h6 {
    font-size: 16px;
    margin: 16px 0 10px;
  }
  h3.heading03 {
    margin-bottom: 30px;
  }
  h3.heading03 img {
    height: 40px;
  }
  footer .lower-note-area {
    padding: 20px 20px;
  }
}


/* ------------------------
Concept
------------------------ */
@media screen and (max-width: 767px){
  #Concept .page-ttl img {
    height: 24px;
  }
}


/* ------------------------
Location
------------------------ */
#Location .sec02 .route-map p.ttl {
  font-weight: 500;
}

#Location .sec03 .con01 {
  background: url(../../location/img/sec03_img03.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover;
}
#Location .sec03 .con01 .flex-l {
  width: 51%;
}
#Location .sec03 .con01 .flex-r {
  width: 49%;
  padding: 40px 60px 0 40px;
}
#Location .sec03 .con01 h3 {
  border-bottom: solid 1px #231815;
  padding-bottom: 13px;
}

#Location .life-info h3 {
  border-bottom: solid 1px #808183;
  padding-bottom: 10px;
}
#Location .life-info .flex {
  align-items: flex-start;
}
#Location .life-info .flex img {
  width: 46%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #Location .page-ttl img {
    height: 19px;
  }
  #Location .sec02 .sec-inner-1000 {
    margin-top: 30px;
  }
  #Location .sec02 .route-map {
    margin-top: 50px;
  }
  #Location .sec02 .route-map p.ttl {
    margin-left: 20px;
  }
  #Location .sec02 .route-map .overflow-x {
    overflow-x: scroll;
    padding: 20px;
    margin: auto;
    background: #F1F1F2;
  }
  #Location .sec02 .route-map .overflow-x div {
    width: 734px;
    height: 201px;
  }
  #Location .sec02 .route-map .overflow-x img {
    width: 100%;
    height: auto;
  }
  #Location .sec03 {
    margin-top: 80px;
  }
  #Location .sec03 .con01 {
    padding: 30px 20px;
  }
  #Location .sec03 .con01 .flex-l {
    width: 100%;
  }
  #Location .sec03 .con01 .flex-r {
    width: 100%;
    padding: 30px 0 0;
  }
  #Location .sec03 .con01 h3 {
    font-size: 20px;
    text-align: center;
  }
  #Location .sec03 .con01 p.txt {
    padding: 0 10px;
  }
  #Location .sec04 {
    margin-top: 80px;
  }
  #Location .sec05 {
    margin-top: 80px;
    padding: 0 20px;
  }
  #Location .life-info h3 {
    padding-bottom: 10px;
  }
  #Location .life-info h3 img {
    width: 172px;
  }
  #Location .life-info .flex img {
    width: 100%;
  }
  #Location .life-info .flex img:last-child {
    margin-bottom: 0;
  }
}


/* ------------------------
Access
------------------------ */
#Access .sec01 .flex img {
  width: 47.5%;
}

#Access .sec02 {
  background: #F1F1F2;
}
#Access .sec02 img {
  max-width: 780px;
}

#Access .sec03 h4 {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  border: none;
}
#Access .sec03 .number .flex img {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  #Access .page-ttl img {
    height: 17px;
  }
  #Access .sec01 img:first-child {
    margin-bottom: 30px;
  }
  #Access .sec02 img {
    width: 90%;
  }
  #Access .sec03 h4 {
    font-size: 18px;
  }
  #Access .sec03 .number h4 {
    padding-bottom: 20px;
  }
  #Access .sec03 .number .flex img {
    width: 100%;
  }
  #Access .sec03 .number .flex img:first-child {
    margin-bottom: 20px;
  }
  #Access .sec03 .time h4 {
    letter-spacing: -.02em;
  }
  #Access .sec03 .time .overflow-x {
    overflow-x: scroll;
    padding: 30px 0 20px;
    margin: auto;
  }
  #Access .sec03 .time .overflow-x div {
    width: 492px;
    height: 214px;
  }
  #Access .sec03 .time .overflow-x img {
    width: 100%;
    height: auto;
  }
}


/* ------------------------
Design
------------------------ */
#Design .sec02 .con h2 img {
  height: 119px;
}
#Design .sec02 .con02 {
  background: linear-gradient(to right, rgba(30,170,57,.12), rgba(125,204,243,.12));
}

@media screen and (max-width: 767px){
  #Design .page-ttl img {
    height: 23px;
  }
  #Design .sec02 .con h2 img {
    height: 99px;
  }
  #Design .sec02 .con02 {
    margin-top: 0;
    padding-bottom: 0;
  }
}


/* ------------------------
Landplan
------------------------ */
#Landplan .sec02 {
  margin-bottom: 120px;
}
#Landplan .sec03 .flex {
  align-items: flex-start;
}
#Landplan .sec03 .flex .col-2 {
  width: 47%;
}
#Landplan .sec03 .flex h4 {
  font-size: 18px;
  font-weight: normal;
  border: none;
  text-align: left;
  padding: 0;
  margin: 10px 0 15px;
}
#Landplan .sec03 .flex .child:nth-child(-n+2) {
  margin-bottom: 80px;
}

#Landplan .sec04 {
  background: linear-gradient(to right, rgba(30,107,57,.12), rgba(125,204,243,.12));
}
#Landplan .sec04 div.flex .flex-l {
  width: 57%;
}
#Landplan .sec04 div.flex .flex-r {
  width: 41%;
}
#Landplan .sec04 dl.flex dt {
  width: 13%;
}
#Landplan .sec04 dl.flex dd {
  font-size: 15px;
  margin-left: 15px;
  letter-spacing: -.1em;
  width: 84%;
}

#Landplan .merit .merit-subttl {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
}
#Landplan .merit .box-wrap {
  align-items: inherit;
}
#Landplan .merit .box-wrap .box {
  width: 32%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
#Landplan .merit .box-wrap .box .box-ttl {
  font-size: 18px;
  font-weight: 400;
  background: #4B91AB;
  padding: 17px 0;
  color: #fff;
}
#Landplan .merit .box-wrap .box .box-txt {
  font-size: 14px;
  background: #F1F1F2;
  padding: 16px;
  flex-grow: 1;
}
#Landplan .merit .box-wrap .box .box-txt span {
  font-size: 12px;
}

@media screen and (max-width: 767px){
  #Landplan .page-ttl img {
    height: 24px;
  }
  #Landplan .sec02 {
    margin-bottom: 90px;
  }
  #Landplan .sec02 h2 {
    margin-bottom: 20px;
  }
  #Landplan .sec02 h2 img {
    max-width: 294px;
  }
  #Landplan .sec03 h2 img {
    max-width: 330px;
  }
  #Landplan .sec03 .flex .child {
    width: 100%;
  }
  #Landplan .sec03 .flex .child:not(:last-child) {
    margin-bottom: 50px;
  }
  #Landplan .sec03 .flex h4 {
    margin: 10px 0;
  }
  #Landplan .sec04 {
    padding: 45px 20px 40px;
    margin-bottom: 70px;
  }
  #Landplan .sec04 div.flex {
    margin-top: 40px;
  }
  #Landplan .sec04 div.flex .flex-l,
  #Landplan .sec04 div.flex .flex-r {
    width: 100%;
  }
  #Landplan .sec04 div.flex .flex-l h2 {
    text-align: center;
  }
  #Landplan .sec04 div.flex .flex-l h2 img {
    width: 272px;
  }
  #Landplan .sec04 dl.flex {
    align-items: flex-start;
    margin-bottom: 40px;
  }
  #Landplan .sec04 dl.flex dt {
    width: 21%;
  }
  #Landplan .sec04 dl.flex dd {
    width: 74%;
    font-size: 14px;
  }
  #Landplan .sec05 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #Landplan .merit h4 img {
    width: auto;
    height: 20px;
  }
  #Landplan .merit .merit-subttl {
    font-size: 18px;
  }
  #Landplan .merit .box-wrap .box {
    width: 100%;
  }
  #Landplan .merit .box-wrap .box:not(:last-child) {
    margin-bottom: 20px;
  }
  #Landplan .merit .box-wrap .box .box-ttl {
    font-size: 16px;
    padding: 14px 0;
  }
  #Landplan .merit .box-wrap .box .box-txt {
    font-size: 14px;
  }
}


/* ------------------------
Plan
------------------------ */
#Plan .sec01 .type-btn-area {
  max-width: 840px;
  margin: 0 auto 20px;
}
#Plan .sec01 .type-btn-area .type-btn-child {
  width: 48%;
}
#Plan .sec01 .type-btn-area .type-btn-child:nth-child(-n+2) {
  margin-bottom: 40px;
}

#Plan .sec02 {
  border-top: solid 1px #EBF0F5;
}

#Plan .copy .menuplan-btn-area img {
  width: 100%;
  max-width: 640px;
  height: auto;
}

#Plan .menuplan .ttl-area {
  margin-bottom: 60px;
}
#Plan .menuplan .ttl-area p {
  font-size: 23px;
  margin-top: 30px;
}
#Plan .menuplan .con:not(:last-child) {
  margin-bottom: 100px;
}
#Plan .menuplan .con01 p {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 40px;
}
#Plan .menuplan .con02 img.copy {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin-bottom: 60px;
}
#Plan .menuplan .con02 .color-sample img {
  width: 48%;
}
#Plan .menuplan .con02 .color-sample img:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #Plan .page-ttl img {
    height: 24px;
  }
  #Plan .sec01 p {
    font-size: 14px;
    text-align: left;
  }
  #Plan .sec01 .type-btn-area {
    margin-top: 32px;
    width: 90%;
  }
  #Plan .sec01 .type-btn-area .type-btn-child {
    width: 100%;
  }
  #Plan .sec01 .type-btn-area .type-btn-child:not(:last-child) {
    margin-bottom: 16px;
  }
  #Plan .sec02 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #Plan .menuplan .ttl-area p {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
  }
  #Plan .menuplan .con01 p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #Plan .menuplan .con:not(:last-child) {
    margin-bottom: 50px;
  }
  #Plan .menuplan .con02 img.copy {
    margin-bottom: 30px;
  }
  #Plan .menuplan .con02 .color-sample {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  #Plan .menuplan .con02 .color-sample img {
    width: 100%;
  }
  #Plan .menuplan .con02 .color-sample img:not(:last-of-type) {
    margin-bottom: 30px;
  }
}


/* ------------------------
Performance
------------------------ */
#Performance .sec02 h4 {
  border-color: #808183;
}
#Performance .sec02 .series {
  align-items: baseline;
}
#Performance .sec02 .series::after {
  content: "";
  display: block;
  width: 49%;
}
#Performance .sec02 .series .col-4 {
  margin-bottom: 40px;
  width: 23%;
}
#Performance .sec02 .series .col-2 {
  margin-bottom: 40px;
  width: 48.7%;
}
#Performance .sec02 .series div a.notlink {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #Performance .page-ttl img {
    height: 19px;
  }
  #Performance .sec01 .sec-inner-1000 {
    width: 90%;
  }
  #Performance .sec02 .sec-inner-1100 {
    width: 100%;
  }
  #Performance .sec02 h4 {
    margin-bottom: 40px;
  }
  #Performance .sec02 h4 img {
    width: 338px;
  }
  #Performance .sec02 .series {
    width: 90%;
  }
  #Performance .sec02 .series .col-4 {
    margin-bottom: 30px;
    width: 47.1%;
  }
  #Performance .sec02 .series .col-2 {
    /* margin-bottom: 0; */
    width: 100%;
  }
}


/* ------------------------
Map
------------------------ */
#Map .con-btn {
  margin-top: 50px;
}

#Map .con01 {
  padding-bottom: 100px;
  border-bottom: solid 1px #d0d2d3;
}

#Map h3 {
  margin-bottom: 40px;
}

#Map p.navi-address {
  color: #fff;
  background: #504C43;
  font-size: 20px;
  padding: 0.5% 5%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
}

#Map .gallery-access {
  margin: 80px auto;
  max-width: 700px;
}

#Map .gallery-access h4 {
  font-weight: normal;
  text-align: left;
  font-size: 18px;
}

#Map .gallery-info {
  text-align: left;
  margin-top: 80px;
}

#Map .gallery-info h4 {
  font-weight: normal;
  font-size: 20px;
  border-bottom: solid 1px #d0d2d3;
  padding-bottom: 8px;
  margin-bottom: 18px;
  text-align: left;
}

#Map .gallery-map {
  max-width: 700px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  #Map .page-ttl img {
    height: 24px;
  }
  #Map .con-btn {
    margin-top: 30px;
  }
  #Map .con01 {
    padding-bottom: 50px;
  }
  #Map h3 {
    width: 80%;
    margin: 0 auto 24px;
  }
  #Map p.navi-txt {
    font-size: 14px;
  }
  #Map p.navi-address {
    font-size: 18px;
  }
  #Map .gallery-access {
    margin: 40px auto;
  }
  #Map .gallery-access h4 {
    font-size: 16px;
  }
  #Map .gallery-info {
    margin-top: 40px;
  }
  #Map .gallery-info h4 {
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  #Map .gallery-info p {
    font-size: 14px;
  }
  #Map .gallery-map {
    width: 100%;
  }
}


/* ------------------------
Outline
------------------------ */
#Outline table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: solid 1px #C3C3C3;
  margin-bottom: 20px;
}

#Outline table th,
#Outline table td {
  border-top: solid 1px #C3C3C3;
  text-align: left;
  padding: 20px 0;
}

#Outline table th {
  width: 30%;
  font-weight: 700;
}

#Outline table td {
  width: 70%;
  font-weight: 400;
}

#Outline .caption p {
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #Outline .page-ttl img {
    height: 20px;
  }
  #Outline table {
    margin-bottom: 14px;
  }
  #Outline table th,
  #Outline table td {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  #Outline table th {
    padding: 14px 0 2px;
  }
  #Outline table td {
    border-top: none;
    padding: 2px 0 14px;
  }
  #Outline .caption p {
    font-size: 12px;
  }
}


/* ------------------------
Quality
------------------------ */
#Quality h3 {
  letter-spacing: 0;
  margin-bottom: 20px;
  text-align: left;
}

#Quality .sec01 .con01 {
  background: linear-gradient(to right, rgba(30,170,57,.12), rgba(125,204,243,.12));
}
#Quality .sec01 .con01 .flex {
  align-items: flex-start;
}
#Quality .sec01 .con01 .flex-l,
#Quality .sec01 .con01 .flex-r {
  width: 47%;
}

#Quality .sec02 .flex .child {
  width: 47%;
}

@media screen and (max-width: 767px) {
  #Quality .page-ttl img {
    height: 24px;
  }
  #Quality .sec-inner-1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #Quality .sec01 h2 img {
    width: 248px;
  }
  #Quality h3 {
    margin-bottom: 10px;
  }
  #Quality .sec01 .con01 .flex-l,
  #Quality .sec01 .con01 .flex-r {
    width: 100%;
  }
  #Quality .sec01 .con01 .flex-r p {
    margin-top: 20px;
  }
  #Quality .sec02 .flex {
    margin-top: 60px;
  }
  #Quality .sec02 .flex .child {
    width: 100%;
  }
  #Quality .sec02 .flex .child:not(:last-child) {
    margin-bottom: 80px;
  }
}