@charset "UTF-8";

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

.page-ttl {
  height: 180px;
  justify-content: flex-end;
  align-items: center;
  background: url(../img/lower_page-ttl_bg.jpg) no-repeat bottom center / cover;
}
.page-ttl div {
  padding-right: 17%;
  /* padding-bottom: 1.2%; */
}
.page-ttl p {
  text-align: right;
}
.page-ttl h2 {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
  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;
}
.lower-con-inner h2 {
  color: #b81c22;
}
h3 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 24px;
  color: #b81c22;
  text-align: left;
}
h4 {
  border-bottom: solid 1px #221e1f;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: center;
}
h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 24px;
  color: #a62126;
}
h6 {
  font-size: 18px;
  font-weight: 400;
  color: #a62126;
  text-align: left;
  margin: 20px 0 10px;
}
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;
}

.bg-paper {
  background: url(../img/bg_paper.jpg) no-repeat center center / cover;
}

@media screen and (min-width: 768px) {
  .flex.col-2 .child {
    width: 47%;
  }
  .flex.col-3 .child {
    width: 31%;
  }
}

@media screen and (max-width: 767px){
  .page-ttl {
    height: 100px;
    background: url(../img/lower_page-ttl_bg_sp.jpg) no-repeat bottom center / cover;
  }
  .page-ttl div {
    padding-right: 12%;
  }
  .page-ttl img {
    width: auto;
    height: 16px;
  }
  .page-ttl h2 {
    font-size: 12px;
    line-height: 1;
    margin-top: -2px;
  }
  .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: 20px;
    margin-bottom: 24px;
  }
  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: 10px 0 5px;
  }
  h3.heading03 {
    margin-bottom: 30px;
  }
  h3.heading03 img {
    height: 40px;
  }
  footer .lower-note-area {
    padding: 20px 20px;
  }
  .flex.col-2 .child,
  .flex.col-3 .child {
    width: 100%;
  }
  .flex.col-2 .child:not(:last-child),
  .flex.col-3 .child:not(:last-child) {
    margin-bottom: 30px;
  }
}


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


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

#Location .sec04 .full {
  background: url(../../location/img/sec04_bg.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 767px) {
  #Location .sec04 .full {
    background: url(../../location/img/sec04_bg_sp.jpg) no-repeat center center / cover;
  }
  #Location .sec04 .sec-inner-1000 {
    padding: 0 20px 0 10px;
  }
}

#Location .life-info h3 {
  border-bottom: solid 1px #808183;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #Location .life-info h3 {
    padding-bottom: 10px;
  }
  #Location .life-info h3 img {
    width: 172px;
  }
}
#Location .life-info .flex {
  align-items: flex-start;
}
#Location .life-info .flex img {
  width: 46%;
}
#Location .life-info .flex img:nth-child(-n+4) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #Location .life-info .flex img {
    width: 100%;
  }
  #Location .life-info .flex img:not(:last-child) {
    margin-bottom: 50px;
  }
}


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


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

#Landplan .sec02 {
  background: linear-gradient(to bottom, #b1dced, #e1f0f8);
}

#Landplan .sec03 .con01 {
  gap: 50px 55px;
  justify-content: flex-start;
}
#Landplan .sec03 .con01 .child {
  flex: 0 1 calc((100% - 55px) / 2);
}
@media screen and (max-width: 767px) {
  #Landplan .sec03 .con01 .child {
    flex-basis: 100%;
  }
}


/* ------------------------
Plan
------------------------ */
#Plan .lower-con-inner {
  padding-bottom: 0;
}

#Plan .copy .type-btn-area {
  max-width: 840px;
  margin: 70px auto 20px;
}

#Plan .copy .type-btn-area .type-btn-child {
  width: 48%;
}

#Plan .type-area {
  background: #ebf0f5;
  padding: 100px 0 120px;
  border-bottom: solid 1px #939597;
}

#Plan .type-area .box {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #221e1f;
}
#Plan .type-area .box:before {
  display: block;
  height: 6rem;
  margin-top: -6rem;
  content: "";
}
#Plan .type-area .box:not(:last-child) {
  margin-bottom: 60px;
}

#Plan .type-area .box .type-ttl .flex-l {
  background: #153f52;
  width: 16%;
  height: 230px;
  justify-content: center;
}
#Plan .type-area .box .type-ttl p  {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

#Plan .type-area .box .type-ttl .flex-r {
  width: 84%;
  height: 230px;
  background: #d0d9dc;
  padding: 20px 40px;
}

#Plan .type-area .box .type-ttl .flex-r p {
  text-align: left;
}

#Plan .type-area .box .note {
  text-align: right;
  padding: 20px 60px 0;
}

#Plan .type-area .box .con {
  background: #fff;
  padding: 40px 60px;
}

#Plan .type-area .box .con ul li {
  text-align: left;
}

#Plan .type-area .box .con .perth {
  margin-top: 20px;
  text-align: right;
}

#Plan .type-area .c-type .con .perth img {
  max-width: 690px;
  height: auto;
}
#Plan .type-area .e-type .con .perth img {
  max-width: 669px;
  height: auto;
}

@media screen and (max-width: 767px){
  #Plan .copy p {
    font-size: 14px;
    text-align: left;
  }
  #Plan .copy .type-btn-area {
    margin-top: 32px;
    width: 90%;
  }
  #Plan .copy .type-btn-area .type-btn-child {
    width: 100%;
  }
  #Plan .copy .type-btn-area .type-btn-child:not(:last-child) {
    margin-bottom: 16px;
  }
  #Plan .type-area {
    padding: 60px 20px;
  }
  #Plan .type-area .box .type-ttl .flex-l {
    width: 100%;
    height: 65px;
    justify-content: inherit;
    padding-left: 14px;
  }
  #Plan .type-area .box .type-ttl .flex-r {
    width: 100%;
    padding: 18px 0;
  }
  #Plan .type-area .box .note {
    text-align: left;
    padding: 10px 20px 0 30px;
  }
  #Plan .type-area .box .con {
    background: #fff;
    padding: 0 20px 30px;
  }
  #Plan .type-area .box .con ul li {
    font-size: 14px;
  }
  #Plan .type-area .box .con .perth {
    margin-top: 30px;
  }
  #Plan .type-area .box .con .perth img {
    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: #1A213D;
  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: 22px;
  }
  #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: 18px;
  }
  #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
------------------------ */
@media screen and (max-width: 767px){
  #Quality .page-ttl img {
    height: 23px;
  }
}

#Quality .sec02 {
  background: url(../../common/img/bg_paper.jpg) no-repeat center center / cover;
}
@media (max-width: 767px) {
  #Quality .sec02 .con01 h3 {
    text-align: center;
  }
}
#Quality .sec02 .con02 {
  background: #fff;
}
@media (max-width: 767px) {
  #Quality .sec02 .con02 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 10px 30px;
  }
}
#Quality .sec02 .con02 .flex {
  gap: 0 50px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #Quality .sec02 .con02 .flex {
    flex-direction: column;
    gap: 0;
  }
}
#Quality .sec02 .con02 .flex > div {
  flex: 1 1 0;
  min-width: 0; 
}
@media (max-width: 767px) {
  #Quality .sec02 .con02 .flex .flex-r {
    padding: 0 10px;
  }
}
#Quality .sec02 .con02 .flex .flex-r h3 {
  color: #221E1F;
}
@media (max-width: 767px) {
  #Quality .sec02 .con02 .flex .flex-r h3 {
    margin-bottom: 10px;
  }
}

#Quality .sec03 .con h3 {
  margin: 20px 0 15px;
}
#Quality .sec03 .con02 .flex {
  gap: 0 60px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #Quality .sec03 .con02 .flex {
    flex-direction: column;
    gap: 50px 0;
  }
}
#Quality .sec03 .con02 .flex > div {
  flex: 1 1 0;
  min-width: 0; 
}


/* ------------------------
Structure
------------------------ */
#Structure .sec01 .full {
  background: #faf6ee;
}
#Structure .sec01 .inner {
  max-width: 926px;
  margin: 0 auto;
}
#Structure .sec01 .con01 .flex {
  align-items: flex-start;
}
#Structure .sec01 .con01 .flex .wide {
  width: 65.6%;
}
#Structure .sec01 .con01 .flex.col-3 .child {
  margin-bottom: 70px;
}

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

@media screen and (max-width: 767px){
  #Structure .page-ttl img {
    height: 17px;
  }
  #Structure .sec01 .inner {
    width: 90%;
  }
  #Structure .sec01 .con01 .flex.col-3 .child,
  #Structure .sec01 .con01 .flex.col-2 .child:not(:last-child) {
    margin-bottom: 50px;
  }
  #Structure .sec01 .con01 .flex .wide {
    width: 100%;
  }
  #Structure .merit {
    margin-top: 100px;
  }
  #Structure .merit h4 img {
    width: auto;
    height: 20px;
  }
  #Structure .merit .merit-subttl {
    font-size: 18px;
  }
  #Structure .merit .box-wrap .box {
    width: 100%;
  }
  #Structure .merit .box-wrap .box:not(:last-child) {
    margin-bottom: 20px;
  }
  #Structure .merit .box-wrap .box .box-ttl {
    font-size: 16px;
    padding: 14px 0;
  }
  #Structure .merit .box-wrap .box .box-txt {
    font-size: 13px;
  }
}