@charset "UTF-8";

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

.page-ttl {
  background: url(../img/lower_ttl_bg@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
  height: 180px;
  justify-content: flex-end;
  align-items: center;
  background-color: #605d5c;
}

.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: 100px;
}

h2 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 40px;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 24px;
}

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

h4.heading04 {
  font-size: 26px;
  font-weight: 400;
  border: none;
  padding-bottom: 0;
}
h4.heading04 span {
  color: #5BA13E;
}

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

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

p.red {
  color: #EC1B23;
}

@media screen and (min-width: 768px) {
  p.txt {
    line-height: 2;
  }
}

@media screen and (max-width: 767px){
  .page-ttl {
    height: 100px;
    background: url(../img/lower_ttl_bg_sp@2x.jpg);
    background-size: cover;
    background-position: center right;
  }
  .page-ttl div {
    padding-right: 12%;
  }
  .page-ttl img {
    width: auto;
    height: 18px;
  }
  .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: 16px 0 10px;
  }
  h3.heading03 {
    margin-bottom: 30px;
  }
  h3.heading03 img {
    height: 40px;
  }
  h4.heading04 {
    font-size: 18px;
  }
  footer .lower-note-area {
    padding: 20px 20px;
  }
  p.txt {
    font-size: 14px;
    text-align: left;
  }
}


/* ------------------------
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 {
    width: auto;
    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 .lower-con-inner {
  padding-top: 0;
  padding-bottom: 0;
}

#Location .kv {
  margin-bottom: 0;
}

#Location .school {
  background: #EFF4E8;
  padding: 100px 0 40px;
}

#Location .school .sec-inner {
  max-width: 1000px;
  margin: 0 auto;
}

#Location .school .flex img {
  width: 47%;
  margin-bottom: 60px;
}

#Location .facility {
  margin-bottom: 150px;
}

#Location .facility .flex {
  align-items: flex-start;
}

#Location .facility .flex.col-3 .child {
  width: 31%;
  margin-top: 50px;
}
#Location .facility .flex.col-3::after {
  content: "";
  width: 31%;
}

#Location .facility .flex p {
  font-size: 18px;
  margin-top: 12px;
}

#Location .facility .flex p .num {
  font-size: 30px;
  color: #AA003E;
  line-height: 1;
}

#Location .facility .flex p .distance {
  font-size: 83.3%;
}

#Location .location-map {
  padding: 150px 0 0;
  border-top: solid 1px #567B03;
  position: relative;
}
#Location .location-map::before {
  content: "";
  position: absolute;
  background: url(../../location/img/with-green.svg) no-repeat center center;
  background-size: cover;
  width: 250px;
  height: 90px;
  top: -50px;
  right: 3.5%;
}

#Location .location-map .sec-inner {
  max-width: 1000px;
  margin: 0 auto;
}

#Location .location-map img:first-child {
  margin-bottom: 50px;
}

#Location .location-map p.cap {
  margin-top: 10px;
  text-align: left;
}

#Location .life-info {
  background: #EFF4E8;
  padding: 100px 0;
}

#Location .life-info .sec-inner {
  max-width: 1000px;
  margin: 0 auto;
}

#Location .life-info h3 {
  padding-bottom: 20px;
  border-bottom: solid 1px #808183;
  margin-bottom: 80px;
}

#Location .life-info .life-info-list {
  align-items: baseline;
}
#Location .life-info .life-info-list:not(:last-child) {
  margin-bottom: 40px;
}

#Location .life-info .life-info-list p {
  text-align: left;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: solid 2px #567B03;
}

#Location .life-info .life-info-list .flex-l,
#Location .life-info .life-info-list .flex-r {
  width: 47%;
}

#Location .life-info .life-info-list table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#Location .life-info .life-info-list table th {
  width: 60%;
  font-size: 14px;
  padding: 8px 8px 8px 0;
  text-align: left;
  font-weight: normal;
}

#Location .life-info .life-info-list table td {
  width: 40%;
  font-size: 14px;
  padding: 8px 0;
  text-align: left;
}

#Location .life-info .life-info-list table .bus-narrow01 {
  padding-bottom: 3px;
}

#Location .life-info .life-info-list table .bus-narrow02 {
  padding-top: 0;
  padding-bottom: 0;
}

#Location .life-info .life-info-list table .bus-narrow03 {
  padding-top: 3px;
}

@media screen and (min-width: 768px){

}

@media screen and (max-width: 767px){
  #Location .school {
    padding: 50px 20px 25px;
  }
  #Location .school .flex img {
    width: 100%;
    margin-bottom: 25px;
  }
  #Location .facility {
    margin-bottom: 70px;
  }
  #Location .facility h2 img {
    width: 220px;
  }
  #Location .facility .flex p {
    font-size: 14px;
    margin-top: 8px;
  }
  #Location .facility .flex.col-3 .child {
    width: 48%;
    margin-top: 20px;
  }
  #Location .facility .sp-narrow {
    letter-spacing: -.1rem;
  }
  #Location .facility .flex p .num {
    font-size: 21px;
  }
  #Location .location-map {
    padding: 70px 20px 0;
  }
  #Location .location-map::before {
    width: 135px;
    height: 50px;
    top: -25px;
    right: 0;
  }
  #Location .location-map img:first-child {
    margin-bottom: 25px;
  }
  #Location .life-info {
    padding: 50px 20px;
  }
  #Location .life-info h3 {
    margin-bottom: 30px;
  }
  #Location .life-info h3 img {
    width: 231px;
  }
  #Location .life-info .life-info-list:not(:last-child) {
    margin-bottom: 24px;
  }
  #Location .life-info .life-info-list .flex-l,
  #Location .life-info .life-info-list .flex-r {
    width: 100%;
  }
  #Location .life-info .life-info-list .flex-l {
    margin-bottom: 24px;
  }
  #Location .life-info .life-info-list p {
    margin-bottom: 10px;
    padding-bottom: 6px;
  }
  #Location .life-info .life-info-list .list-child01 img {
    width: 102px;
  }
  #Location .life-info .life-info-list .list-child02 img {
    width: 87px;
  }
  #Location .life-info .life-info-list .list-child03 img {
    width: 50px;
  }
  #Location .life-info .life-info-list .list-child04 img {
    width: 73px;
  }
  #Location .life-info .life-info-list .list-child05 img {
    width: 70px;
  }
  #Location .life-info .life-info-list .list-child06 img {
    width: 112px;
  }
  #Location .life-info .life-info-list table th,
  #Location .life-info .life-info-list table td {
    font-size: 12px;
  }
  #Location .life-info .life-info-list table th {
    padding: 4px 4px 4px 0;
  }
  #Location .life-info .life-info-list table td {
    padding: 4px 0;
  }
  #Location .life-info .life-info-list .list-child:not(:last-child) {
    margin-bottom: 24px;
  }
}


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

#Access .access-map .box {
  background: #F2F2F2;
  padding: 80px;
}

#Access h3 {
  margin-bottom: 50px;
}

#Access .access-img {
  margin-bottom: 80px;
}

#Access .access-img .flex {
  align-items: baseline;
}

#Access .access-img .flex div {
  width: 47%;
}

#Access .access-img .flex p.ttl {
  font-size: 20px;
}

#Access .access-img .flex p.ttl span.color01 {
  font-size: 1.5em;
}

#Access .access-img .flex p.ttl span.small {
  font-size: 0.85em;
}

#Access .access-img .flex .flex-r p.ttl {
  line-height: 2.5;
}

#Access .route {
  background-color: #ebf0f5;
  padding: 30px 0;
}

#Access .route .route-inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  #Access .lower-con-inner {
    padding-bottom: 0;
  }
  #Access h3 {
    margin-bottom: 30px;
  }
  #Access .copy p {
    text-align: left;
    font-size: 14px;
  }
  #Access .access-img .flex div {
    width: 100%;
  }
  #Access .access-img .flex div:first-child {
    margin-bottom: 30px;
  }
  #Access .access-img .flex p.ttl {
    font-size: 16px;
  }
  #Access .access-img {
    margin-bottom: 40px;
  }
  #Access .route {
    padding: 40px 0;
  }
  #Access .route .route-inner {
    width: 90%;
  }
}


/* ------------------------
Design
------------------------ */
#Design .copy {
  position: relative;
}

#Design .bg-img {
  position: absolute;
  background: url(../../design/img/lower-con-inner_bg@2x.png) no-repeat;
  background-size: cover;
  width: 488px;
  height: 366px;
  top: -86px;
  left: 0;
  z-index: -1;
}

#Design .full .sec-inner {
  max-width: 1100px;
  margin: 0 auto;
}

#Design .approach .full {
  margin-top: 100px;
}

#Design .plant {
  background: #EFF4E8;
  padding: 100px 0 50px;
}

#Design .plant .sec-inner {
  max-width: 700px;
}

#Design .entrance .sec-inner:first-child {
  margin-bottom: 100px;
}

#Design .entrance .sec-inner:last-child {
  margin-top: 100px;
}

#Design .merit .merit-subttl {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin-bottom: 30px;
}

#Design .merit .box-wrap {
  align-items: inherit;
}

#Design .merit .box-wrap .box {
  width: 32%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

#Design .merit .box-wrap .box .box-ttl {
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  background: #64A23C;
  padding: 17px 0;
  color: #fff;
}

#Design .merit .box-wrap .box .box-txt {
  font-size: 14px;
  background: #E0E8D8;
  padding: 16px;
  text-align: left;
  flex-grow: 1;
}

#Design .merit .box-wrap .box .box-txt span {
  font-size: 12px;
}

@media screen and (min-width: 768px){
  #Design .lower-con-inner {
    margin-top: 100px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px){
  #Design .page-ttl img {
    width: auto;
    height: 22px;
  }
  #Design .bg-img {
    width: 156px;
    height: 117px;
    top: -50px;
  }
  #Design .copy {
    padding-left: 20px;
    padding-right: 20px;
  }
  #Design .copy h2 img {
    max-width: 293px;
  }
  #Design .approach h2 img {
    max-width: 337px;
  }
  #Design .approach .full {
    margin-top: 50px;
  }
  #Design .plant {
    padding: 30px 0;
  }
  #Design .entrance .sec-inner:first-child {
    margin-bottom: 50px;
  }
  #Design .entrance h2 img {
    max-width: 251px;
  }
  #Design .entrance p.txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  #Design .entrance .sec-inner:last-child {
    margin-top: 50px;
  }
  #Design .merit h4 img {
    width: auto;
    height: 20px;
  }
  #Design .merit .merit-subttl {
    font-size: 18px;
  }
  #Design .merit .box-wrap .box {
    width: 100%;
  }
  #Design .merit .box-wrap .box:not(:last-child) {
    margin-bottom: 20px;
  }
  #Design .merit .box-wrap .box .box-ttl {
    font-size: 16px;
    padding: 14px 0;
  }
  #Design .merit .box-wrap .box .box-txt {
    font-size: 13px;
  }
}


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

#Landplan .kv {
  margin-bottom: 0;
}

#Landplan .layout {
  margin-bottom: 160px;
}

#Landplan .layout .sec-inner {
  max-width: 1100px;
  margin: 0 auto;
}

#Landplan .tree .txt {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px){
  #Landplan .lower-con-inner {
    padding-top: 50px;
  }
  #Landplan .layout {
    margin-bottom: 80px;
  }
  #Landplan .tree .txt {
    margin-bottom: 30px;
  }
}


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

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

#Plan .copy .direction-btn-area .direction-btn-child .noclick {
  pointer-events: none;
}

#Plan .type-area .direction {
  padding: 100px 0 0;
  border-top: solid 1px #EBF0F5;
}

#Plan .type-area .direction-inner {
  max-width: 1000px;
  margin: 0 auto;
}

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

#Plan .type-area .type-btn-area .type-btn-child {
  width: 32%;
  margin-bottom: 20px;
}

#Plan .type-area .box:not(:last-child) {
  margin-bottom: 60px;
}


#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 .con01 {
  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 .copy h2 img {
    width: 80%;
  }
  #Plan .copy .direction-btn-area {
    margin: 50px auto 50px;
  }
  #Plan .type-area {
    padding-left: 20px;
    padding-right: 20px;
  }
  #Plan .type-area .direction {
    padding: 50px 0 0;
  }
  #Plan .type-area .type-btn-area {
    padding: 30px 0 25px;
    margin: 0 0 50px;
    border-bottom: solid 1px #EBF0F5;
  }
  #Plan .type-area .type-btn-area .type-btn-child {
    width: 82.8%;
    margin-left: auto;
    margin-right: auto;
  }
  #Plan .type-area .type-btn-area .type-btn-child:not(:last-child) {
    margin-bottom: 16px;
  }
  #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%;
  }
  #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 .con01 {
    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 .lower-con-inner {
  padding-top: 0;
}

#Performance .kv {
  margin-bottom: 0;
}

#Performance .copy {
  background: url(../../performance/img/copy_bg@2x.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  border-bottom: solid 1px #567B03;
}

#Performance .copy h2 {
  color: #567B03;
}

#Performance .copy h2 span {
  font-size: 62%;
}

#Performance .copy .txt {
  font-size: 18px;
}

#Performance .copy .sub-txt {
  margin: 20px 0 10px;
  font-weight: 300;
}

#Performance .copy .cap {
  font-weight: 300;
}

#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 {
    padding: 50px 20px;
    background: url(../../performance/img/copy_bg_sp@2x.jpg) no-repeat center center;
    background-size: cover;
  }
  #Performance .copy .txt {
    text-align: center;
    font-size: 16px;
  }
  #Performance .copy .sub-txt {
    text-align: left;
    font-size: 14px;
  }
  #Performance .copy .cap {
    text-align: left;
  }
  #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: #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 {
    width: auto;
    height: 21px;
  }
  #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;
}

#Outline table:not(:last-of-type) {
  margin-bottom: 6em;
}

@media screen and (max-width: 767px){
  #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;
  }
  #Outline table:not(:last-of-type) {
    margin-bottom: 3.5em;
  }
}


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

#Quality .private-t {
  background: #EFF4E8;
  padding: 100px 20px;
  margin-bottom: 0;
}

#Quality h3.sec-inner {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 60px;
}

#Quality .sec-inner02 {
  max-width: 1000px;
  margin: 0 auto;
}

#Quality .private-t .img-area01 {
  margin: 50px 0 80px;
}

#Quality .private-t .img-area02 h4 {
  margin-bottom: 10px;
}

#Quality .balcony {
  padding: 100px 20px 0;
}

#Quality .balcony .sec-inner02 .flex {
  align-items: baseline;
}

#Quality .balcony .sec-inner02 .flex .flex-l {
  width: 70%;
}

#Quality .balcony .sec-inner02 .flex .flex-r {
  width: 26.2%;
}

#Quality .balcony .sec-inner02 .flex .txt-area {
  margin-top: 10px;
  text-align: left;
}

#Quality .balcony .sec-inner02 .flex .txt-area .cap {
  margin-top: 5px;
}

#Quality .balcony .opensash {
  margin: 100px 0;
}

#Quality h3 span {
  color: #5BA13E;
}

#Quality .balcony .opensash .txt-area {
  text-align: left;
  margin: 60px 0;
}

#Quality .balcony .pairglass {
  text-align: left;
  background: #EFF4E8;
  padding: 60px 0;
}

#Quality .balcony .pairglass .flex {
  align-items: flex-end;
}

#Quality .balcony .pairglass .flex .flex-l {
  width: 47%;
}

#Quality .balcony .pairglass .flex .flex-r {
  width: 46.5%;
}

#Quality .other .with-green {
  margin-bottom: 100px;
}

#Quality .other .col-1 {
  margin-bottom: 50px;
}

#Quality .other .other-child h3 {
  color: #5BA13E;
  margin: 24px 0 15px;
  text-align: left;
}

#Quality .other .other-child p {
  text-align: left;
}

#Quality .other .col-2 {
  align-items: baseline;
}

#Quality .other .col-2 div {
  width: 47%;
}

#Quality .ntt {
  padding: 0 20px;
}

#Quality .ntt h3 {
  margin-bottom: 60px;
}

#Quality .ntt .sec-inner {
  max-width: 1100px;
  margin: 0 auto;
}

#Quality .ntt .img-area img {
  border: solid 50px #EFF4E8;
}

#Quality .flex .txt {
  text-align: left;
  font-size: 14px;
}

#Quality .flex .note {
 margin-top: 12px;
}

@media screen and (max-width: 767px){
  #Quality .lower-con-inner {
    padding-top: 0;
  }
  #Quality .copy .txt-area {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #Quality .copy .txt-area p {
    font-size: 14px;
    text-align: left;
  }
  #Quality .copy h2 img {
    max-width: 220px;
  }
  #Quality h3 {
    margin-bottom: 30px!important;
  }
  #Quality p {
    font-size: 14px;
  }
  #Quality .private-t {
    padding: 40px 20px;
  }
  #Quality .private-t .img-area01 {
    margin: 30px 0 50px;
  }
  #Quality .balcony {
    padding: 50px 20px 0;
  }
  #Quality .balcony .sec-inner02 .flex .flex-l,
  #Quality .balcony .sec-inner02 .flex .flex-r {
    width: 100%;
  }
  #Quality .balcony .sec-inner02 .flex .flex-l {
    margin-bottom: 20px;
  }
  #Quality .balcony .opensash {
    margin: 50px 0;
  }
  #Quality .balcony .opensash .txt-area {
    margin: 30px 0;
  }
  #Quality .balcony .opensash h3 {
    margin-bottom: 15px!important;
  }
  #Quality .balcony .pairglass {
    padding: 30px 0;
  }
  #Quality .balcony .sec-inner02 {
    padding: 0 20px;
  }
  #Quality .balcony .sec-inner02 h3 {
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
  }
  #Quality .other .with-green {
    margin-bottom: 50px;
  }
  #Quality .other .other-child h3 {
    margin: 20px 0 15px!important;
  }
  #Quality .other .col-1,
  #Quality .other .col-2 div:first-child {
    margin-bottom: 40px;
  }
  #Quality .other .col-2 div {
    width: 100%;
  }
  #Quality .ntt {
    padding: 0 20px;
    margin-bottom: 0;
  }
  #Quality .ntt .img-area {
    background: #eaecf0;
    padding: 20px;
  }
  #Quality .ntt .img-area img {
    border: none;
  }
}