@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/page_ttl_bg.jpg) no-repeat center center;
  background-size: 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;
  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: 120px;
}

h2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 40px;
  color: #b60005;
  letter-spacing: .2rem;
}
h3 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 24px;
  color: #b60005;
  letter-spacing: .2rem;
}
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: #b60005;
}
h6 {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 12px;
  color: #b60005;
}

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 (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/page_ttl_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .page-ttl div {
    padding-right: 12%;
  }
  .page-ttl img {
    width: auto;
  }
  .page-ttl h2 {
    font-size: 12px;
    line-height: 1;
    margin-top: -2px;
  }
  .lower-con-inner {
    padding: 60px 20px 80px;
  }
  .color-btn01 a {
    font-size: 16px;
    max-width: 234px;
  }
  section:not(:last-child) {
    margin-bottom: 80px;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 20px;
  } 
  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;
  }
  p.txt {
    font-size: 14px;
  }
  .sec-inner-1000,
  .sec-inner-1100 {
    width: 90%;
  }
  .sp-overflow-x {
    overflow-x: scroll;
  }
  .sp-full {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .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
------------------------ */
#Concept .lower-con-inner {
  background: url(../../concept/img/bg@2x.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#Concept .copy h2 {
  color: #fff;
}

#Concept .ideal {
  max-width: 1000px;
  margin: 0 auto;
}

#Concept .ideal .ideal-box h3 {
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

#Concept .ideal .ideal-box h3::after {
  content: "";
  position: absolute;
  background: url(../../concept/img/box_ttl_glitter@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 96px;
  height: 68px;
}
#Concept .ideal .ideal-box01 h3::after {
  top: -120%;
  right: -20%;
}
#Concept .ideal .ideal-box02 h3::after {
  top: -45%;
  left: 6%;
}
#Concept .ideal .ideal-box03 h3::after {
  top: -55%;
  right: 16%;
}

#Concept .ideal .ideal-box p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

#Concept .ideal .ideal-box01 {
  padding-bottom: 60px;
}
#Concept .ideal .ideal-box01 .flex {
  max-width: 840px;
  margin: 0 auto;
}

#Concept .ideal .ideal-box01 .flex-l {
  width: 38%;
}

#Concept .ideal .ideal-box01 .flex-r {
  width: 56%;
  text-align: left;
  color: #fff;
}

#Concept .ideal .ideal-box-wrap {
  border-top: solid 1px #fff;
  align-items: inherit;
}

#Concept .ideal .ideal-box02,
#Concept .ideal .ideal-box03 {
  padding: 40px 60px;
  width: 50%;
  display: flex;
  flex-direction: column;

}

#Concept .ideal .ideal-box02 p,
#Concept .ideal .ideal-box03 p {
  text-align: left;
  margin-bottom: 40px;
}

#Concept .ideal .ideal-box02 img,
#Concept .ideal .ideal-box03 img {
  margin-top: auto;
}

#Concept .ideal .ideal-box02 {
  border-right: solid 1px #fff;
}

@media screen and (max-width: 767px){
  #Concept .page-ttl img {
    height: 16px;
  }  
  #Concept .lower-con-inner {
    background: url(../../concept/img/bg_sp@2x.jpg);
  }
  #Concept .ideal .ideal-box01 h3 img {
    width: 92px;
  }
  #Concept .ideal .ideal-box02 h3 img {
    width: 129px;
  }
  #Concept .ideal .ideal-box03 h3 img {
    width: 137px;
  }
  #Concept .ideal .ideal-box h3::after {
    width: 72px;
    height: 51px;
  }
  #Concept .ideal .ideal-box01 h3::after {
    top: -100%;
  }
  #Concept .ideal .ideal-box02 h3::after,
  #Concept .ideal .ideal-box03 h3::after {
    display: none;
  }
  #Concept .ideal .ideal-box h3 {
    margin-bottom: 30px;
  }
  #Concept .ideal .ideal-box01 .flex-l,
  #Concept .ideal .ideal-box01 .flex-r {
    width: 100%;
  }
  #Concept .ideal .ideal-box01 .flex-r p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #Concept .ideal .ideal-box01 {
    padding-bottom: 40px;
  }
  #Concept .ideal .ideal-box-wrap,
  #Concept .ideal .ideal-box02 {
    border: none;
  }
  #Concept .ideal .line {
    border-top: solid 1px #d0d2d3;
  }
  #Concept .ideal .ideal-box02, #Concept .ideal .ideal-box03 {
    padding: 40px 0;
    width: 100%;
  }
  #Concept .ideal .ideal-box02 p, #Concept .ideal .ideal-box03 p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}


/* ------------------------
Location
------------------------ */
#Location .sec03 {
  background: url(../../location/img/sec03_bg.jpg) no-repeat top center;
  background-size: cover;
}

#Location .sec04 {
  position: relative;
}
#Location .sec04 .deco01 {
  position: absolute;
  left: 0;
  top: -120px;
  width: 288px;
  z-index: -1;
}
#Location .sec04 .deco02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 717px;
  z-index: -1;
}

#Location .life-info h3 {
  border-bottom: solid 1px #808183;
  padding-bottom: 20px;
}
#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 (min-width: 768px) {
}

@media screen and (max-width: 767px) {
  #Location .page-ttl img {
    height: 17px;
  }
  #Location .sec01 .youtube-bnr img {
    width: 85%;
  }
  #Location .sec02 {
    margin-bottom: 0;
  }
  #Location .sec03 {
    background: url(../../location/img/sec03_bg_sp.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 90px;
  }
  #Location .sec04 {
    padding-bottom: 150px;
  }
  #Location .sec04 .deco01 {
    top: -80px;
    width: 147px;
  }
  #Location .sec04 .deco02 {
    width: 375px;
  }



  #Location .sec01 {
    margin-bottom: 50px;
  }
  #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:not(:last-child) {
    margin-bottom: 50px;
  }

}


/* ------------------------
Access
------------------------ */
#Access .sec03 {
  background: linear-gradient(to bottom, #faebe8 0%, #faebe8 25%, #e89d8f 100%);
}

@media screen and (max-width: 767px) {
  #Access .page-ttl img {
    height: 17px;
  }
}


/* ------------------------
Design
------------------------ */
@media screen and (min-width: 768px){
}

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


/* ------------------------
Landplan
------------------------ */
#Landplan .sec01 .con01 {
  background: linear-gradient(to bottom, #faebe8 0%, #faebe8 25%, #e89d8f 100%);
}

#Landplan .sec03 .flex {
  align-items: flex-start;
}
  #Landplan .sec03 .flex .child:nth-last-child(n+3) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px){
  #Landplan .page-ttl img {
    height: 24px;
  }
  #Landplan .sec01 .con01 {
    padding: 25px 0 40px;
  }
  #Landplan .sec03 .flex .child:nth-last-child(n+2) {
    margin-bottom: 45px;
  }
  #Landplan .sec03 .child.mt-50 {
    margin-top: 45px;
  }
}


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


/* ------------------------
Performance
------------------------ */
#Performance .lower-con-inner {
  padding-top: 0;
}

#Performance .copy {
  margin-bottom: 100px;
}

#Performance .series .series-list {
  align-items: baseline;
}
#Performance .series .series-list::after {
  content: "";
  display: block;
  width: 49%;
}

#Performance .series .series-list .list-child {
  margin-bottom: 24px;
  width: 23.5%;
}

@media screen and (max-width: 767px){
  #Performance .copy {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  #Performance .series h4 img {
    width: auto;
    height: 23px;
  }
  #Performance .series .series-list .list-child {
    margin-bottom: 14px;
    width: 49%;
  }
}


/* ------------------------
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: 23px;
  }
  #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
------------------------ */
#Quality .sec01 .flex {
  align-items: flex-end;
}
#Quality .sec01 .con01 .flex-l {
  width: 34%;
}
#Quality .sec01 .con01 .flex-r {
  width: 66%;
}
#Quality .sec01 .con03 .flex-l {
  width: 66%;
}
#Quality .sec01 .con03 .flex-r {
  width: 34%;
  padding-left: 25px;
}

#Quality .sec02 {
  background: #faebe8;
}
#Quality .sec02 .con:not(:last-child) {
  margin-bottom: 60px;
}
#Quality .sec02 .flex {
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #Quality .page-ttl img {
    height: 24px;
  }
  #Quality .sec01 .con01 .flex-l {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  #Quality .sec01 .con01 .flex-l img {
    width: 77px;
    height: 72px;
  }
  #Quality .sec01 .con01 .flex-l h3 {
    margin: 0 0 0 25px;
  }
  #Quality .sec01 .con01 .flex-r {
    width: 100%;
  }
  #Quality .sec01 .con03 .flex-l {
    width: 100%;
  }
  #Quality .sec01 .con03 {
    margin-top: 50px;
  }
  #Quality .sec01 .con03 .flex-r {
    width: 100%;
    padding-left: 0;
  }
  #Quality h3 {
    margin-bottom: 10px;
  }
  #Quality .sec02 {
    padding: 60px 0 70px;
  }
  #Quality .sec02 .con:not(:last-child) {
    margin-bottom: 40px;
  }
}


/* ------------------------
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: #d23918;
  padding: 17px 0;
  color: #fff;
}
#Structure .merit .box-wrap .box .box-txt {
  font-size: 14px;
  background: #faebe8;
  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 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;
  }
}