@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: bottom center;
  height: 180px;
  justify-content: flex-end;
  align-items: flex-start;
  background-color: #E9EAEB;
}

.page-ttl div {
  padding-right: 17%;
  /* padding-bottom: 1.2%; */
}

.page-ttl p {
  text-align: right;
}

.page-ttl .ttl-en {
  margin-top: 25px;
}

.page-ttl h2 {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #485157;
  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;
}

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

@media screen and (max-width: 767px){
  .page-ttl {
    height: 100px;
    /* background: url(../img/lower_ttl_bg_sp@2x.jpg);
    background-size: cover;
    background-position: bottom center; */
  }
  .page-ttl div {
    padding-right: 12%;
  }
  .page-ttl .ttl-deco img {
    width: 71px;
  }
  .page-ttl .ttl-en {
    margin-top: 12px;
  }
  .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;
  }
  footer .lower-note-area {
    padding: 20px 20px;
  }
  .sp-full {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}


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

#Location .store {
  background: #FBE4E7;
}
#Location .store h3 {
  color: #D93569;
}
#Location .store h3 span {
  font-size: 75%;
}
#Location .store .flex {
  max-width: 1260px;
  margin: 0 auto;
  align-items: flex-end;
}
#Location .store .drugstore .flex-l {
  width: 55%;
}
#Location .store .drugstore .flex-r {
  width: 43%;
  padding-right: 11%;
}
#Location .store .drugstore .flex-r p.txt {
  font-size: 15px;
}
#Location .store .otherstore {
  background: #fff;
}

#Location .hospital {
  background: #DFF0F4;
}
#Location .hospital h3 {
  color: #008A8A;
}
#Location .hospital .flex {
  align-items: flex-start;
}
#Location .hospital .flex-l {
  width: 44%;
}
#Location .hospital .flex-r {
  width: 51%;
}
#Location .hospital .flex-r p.txt {
  font-size: 15px;
}

#Location .facility .col-3 .child {
  width: 31%;
}
#Location .facility p {
  font-size: 18px;
  line-height: 1.2;
}
#Location .facility p span {
  font-size: 175%;
  color: #3875BB;
  padding: 0 3px;
}
#Location .facility .col-4 .child {
  width: 23%;
}
#Location .facility .col-4 .child:not(:nth-last-child(-n+4)) {
  margin-bottom: 40px;
}

#Location .gourmet-salon {
  background: #485157;
}
#Location .gourmet-salon h3,
#Location .gourmet-salon p {
  color: #fff;
}
#Location .gourmet-salon .col-4 {
  align-items: flex-start;
}
#Location .gourmet-salon .col-4 .child {
  width: 23.5%;
}
#Location .gourmet-salon .col-4 .child:not(:nth-last-child(-n+4)) {
  margin-bottom: 30px;
}

#Location .life-info h3 {
  border-bottom: solid 1px #808183;
  padding-bottom: 20px;
  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 #485157;
}
#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;
  vertical-align: top;
}
#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;
}
#Location .life-info tr {
  position: relative;
}

#Location dl.menu{
  width:100%;
  font-size: 87.5%;
  }
  #Location dl.menu div{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  padding: 5px 0;
  }
  #Location dl.menu div::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #000;
  }
  #Location dl.menu dt{
  margin:0;
  padding: 0 5px 0 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
  }
  #Location dl.menu dd{
  margin:0;
  padding: 0 0 0 5px;
  background-color: #ffffff;
  z-index: 2;
  text-align: right;
  }

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

@media screen and (max-width: 767px) {
  #Location .page-ttl .ttl-en img {
    width: 173px;
  }
  #Location .store .flex div {
    width: 100%!important;
  }
  #Location .store .flex-r {
    padding: 30px 20px!important;
  }
  #Location .store .flex-r p.note {
    margin-bottom: 0;
  }
  #Location .store .otherstore .sec-inner-1000 {
    width: 90%;
  }
  #Location .hospital .sec-inner-1000 {
    width: 90%;
  }
  #Location .hospital .flex div {
    width: 100%!important;
  }
  #Location .hospital .flex-r p.txt {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #Location .hospital .flex-r .note-area {
    margin-top: 30px;
  }
  #Location .facility .sec-inner-1000 {
    width: 90%;
  }
  #Location .facility .col-3 {
    margin-bottom: 40px;
  }
  #Location .facility .col-3 .child {
    width: 100%;
  }
  #Location .facility .col-3 .child:not(:last-child) {
    margin-bottom: 30px;
  }
  #Location .facility .col-4 .child {
    width: 47.8%;
  }
  #Location .facility .col-4 .child:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
  #Location .facility .col-4 p {
    font-size: 14px;
  }
  #Location .gourmet-salon .sec-inner-1000 {
    width: 90%;
  }
  #Location .gourmet-salon .col-4 .child {
    width: 47.8%;
  }
  #Location .gourmet-salon p {
    font-size: 14px;
  }
  #Location .gourmet-salon .col-4 .child:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
  #Location .life-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  #Location .life-info h3 {
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
  #Location .life-info h3 img {
    width: 260px;
  }
  #Location .life-info .sec-inner-1000 {
    max-width: 95%;
  }
  #Location .life-info .life-info-list:not(:last-child) {
    margin-bottom: 30px;
  }
  #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: 30px;
  }
  #Location .life-info .life-info-list p {
    margin-bottom: 10px;
    padding-bottom: 2px;
  }
  #Location .life-info .life-info-list .list-child img {
    width: auto;
    height: 11px;
  }
  /* #Location .life-info .life-info-list .list-child01 img {
    width: 92px;
  }
  #Location .life-info .life-info-list .list-child02 img {
    width: 71px;
  }
  #Location .life-info .life-info-list .list-child03 img {
    width: 81px;
  }
  #Location .life-info .life-info-list .list-child04 img {
    width: 47px;
  }
  #Location .life-info .life-info-list .list-child05 img {
    width: 65px;
  }
  #Location .life-info .life-info-list .list-child06 img {
    width: 106px;
  } */
  #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;
  }
}


/* ------------------------
Promenade
------------------------ */
#Promenade {
  position: relative;
}

#Promenade .lower-con-inner {
  padding: 0;
}
#Promenade .lower-con-inner:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../location/promenade/img/bg@2x.jpg);
  background-size: contain;
  z-index: -2;
}
#Promenade .lower-con-inner:after {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../../location/promenade/img/bg@2x.jpg);
  background-size: contain;
  z-index: -2;
}

#Promenade .kv {
  position: relative;
}
#Promenade .kv .ph-area {
  width: 90%;
  height: 550px;
  background: url(../../location/promenade/img/kv@2x.jpg) center center;
  background-size: cover;
  margin-top: 140px;
  padding-right: 150px;
}
#Promenade .kv p.txt {
  writing-mode: vertical-rl;
  text-align: start;
  font-weight: 700;
  font-size: 35px;
  position: absolute;
  top: -90px;
  right: 20%;
  line-height: 2;
  letter-spacing: .5rem;
}
#Promenade .copy {
  padding: 100px 0 160px;
  position: relative;
}
#Promenade .copy p {
  width: 50%;
  margin: 0 0 0 auto;
  line-height: 2.5;
  letter-spacing: .05rem;
  font-weight: 500;
}
#Promenade .copy .logo {
  position: absolute;
  top: 0;
  left: .8%;
}
#Promenade .copy .wave {
  position: absolute;
  bottom: 110px;
  left: 11.5%;
}

#Promenade .youtube {
  margin-bottom: 160px;
}
#Promenade .youtube .child {
  width: 48%;
}
#Promenade .youtube .child iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  border: none;
}
#Promenade .youtube .child p.movie-name {
  font-size: 20px;
  letter-spacing: .3rem;
  font-weight: 500;
}

#Promenade .spot .map {
  align-items: flex-start;
}
#Promenade .spot .map .flex-l {
  width: 48.5%;
}
#Promenade .spot .map .flex-r {
  width: 48%;
}

#Promenade .spot .introduction h4 {
  font-size: 20px;
  font-weight: 700;
  border: none;
  margin: 0;
  text-align: left;
  vertical-align: middle;
}
#Promenade .spot .introduction h4 img {
  vertical-align: middle;
  margin-right: 20px;
}
#Promenade .spot .introduction .col-3 {
  align-items: flex-start;
}
#Promenade .spot .introduction .col-3 .child {
  width: 32%;
}
#Promenade .spot .introduction p.store-name {
  font-weight: 500;
  text-align: left;
  margin: 15px 0 10px;
}
#Promenade .spot .introduction p.txt {
  font-size: 14px;
}

#Promenade .spot .introduction .con02 {
  padding-bottom: 220px;
  position: relative;
}
#Promenade .spot .introduction .con02 .bg {
  position: absolute;
  width: 100vw;
  bottom: -260px;
  z-index: -1;
}
#Promenade .spot .introduction .con02 .deco01 {
  position: absolute;
  bottom: 170px;
  left: 7%;
}
#Promenade .spot .introduction .con02 .deco02 {
  position: absolute;
  bottom: 0;
  right: -4%;
}
#Promenade .spot .introduction .con04 {
  padding-bottom: 430px;
  position: relative;
}
#Promenade .spot .introduction .con04 p.cap {
  text-align: right;
}
#Promenade .spot .introduction .con04 .deco03 {
  position: absolute;
  bottom: 110px;
  right: 93px;
}

@media screen and (max-width: 767px) {
  #Promenade .lower-con-inner:before,
  #Promenade .lower-con-inner:after {
    display: none;
  }
  #Promenade .kv .ph-area {
    width: 100%;
    height: 275px;
    background: url(../../location/promenade/img/kv_sp@2x.jpg) center center;
    background-size: cover;
    margin-top: 0;
    padding-right: 0;
  }
  #Promenade .kv p.txt {
    font-size: 20px;
    top: auto;
    bottom: -140px;
    right: 8%;
  }
  #Promenade .copy .logo {
    left: 8%;
    width: 112px;
  }
  #Promenade .copy {
    padding: 160px 0 200px;
  }
  #Promenade .copy p {
    width: 90%;
    margin: auto;
    font-size: 14px;
  }
  #Promenade .copy .wave {
    width: 135px;
    bottom: 78px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #Promenade .youtube {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  #Promenade .youtube .child {
    width: 100%;
  }
  #Promenade .youtube .child:not(:last-child) {
    margin-bottom: 40px;
  }
  #Promenade .youtube .child p.movie-name {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: .2rem;
  }
  #Promenade .spot {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #Promenade .spot .map {
    margin-bottom: 50px;
  }
  #Promenade .spot .map div {
    width: 100%!important;
  }
  #Promenade .spot .map .flex-l {
    margin-bottom: 50px;
  }
  #Promenade .spot .introduction h4 {
    font-size: 17px;
    vertical-align: bottom;
    padding-bottom: 20px;
  }
  #Promenade .spot .introduction h4 img {
    width: 35px;
    margin-right: 10px;
    vertical-align: bottom;
  }
  #Promenade .spot .introduction .con01 .col-3 .child:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  #Promenade .spot .introduction .con01 .col-3 .child:nth-child(n+2) {
    width: 47.8%;
  }
  #Promenade .spot .introduction .con01 .deco01-sp {
    margin-top: 30px;
  }
  #Promenade .spot .introduction .con02 {
    padding-bottom: 220px;
  }
  #Promenade .spot .introduction .con02 .col-3 .child {
    width: 100%;
  }
  #Promenade .spot .introduction .con02 .col-3 .child:not(:last-child) {
    margin-bottom: 40px;
  }
  #Promenade .spot .introduction .col-3 {
    margin-bottom: 20px;
  }
  #Promenade .spot .introduction .con02 .deco02-sp {
    position: absolute;
    bottom: -70px;
    z-index: -1;
  }
  #Promenade .spot .introduction .con04 {
    padding-bottom: 60px;
  }
  #Promenade .spot .introduction .con04 .deco03-sp {
    width: 248px;
    text-align: left;
    display: block;
    margin: 30px 0 0 20px;
  }
}


/* ------------------------
Access
------------------------ */
#Access h2.bg-blue {
  background: #00A0E9;
  color: #fff;
  padding: 20px 0;
}

#Access .sec02 .bus .flex {
  align-items: flex-start;
}
#Access .sec02 .bus .flex-l {
  width: 45%;
  text-align: left;
}
#Access .sec02 .bus .flex-r {
  width: 50%;
}

#Access .sec02 p.access-ttl {
  border-bottom: solid 1px #00A0E9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#Access .sec02 .bicycle {
  border-bottom: solid 1px #BBBDBF;
}
#Access .sec02 .bicycle .flex {
  align-items: flex-end;
}
#Access .sec02 .bicycle .flex-l {
  width: 75%;
  text-align: left;
}
#Access .sec02 .bicycle .flex-r {
  width: 20%;
}
#Access .sec02 .bicycle h3 {
  margin-bottom: 0;
}
#Access .sec02 .bicycle .route-map {
  text-align: right;
}
#Access .sec02 .bicycle .youtube .child {
  width: 48%;
}
#Access .sec02 .bicycle .youtube .child iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  border: none;
}
#Access .sec02 .bicycle .youtube .child p.movie-name {
  font-size: 20px;
  letter-spacing: .3rem;
  font-weight: 500;
}

#Access .sec02 .car .flex {
  align-items: flex-start;
}
#Access .sec02 .car .flex-l {
  width: 45%;
  text-align: left;
}
#Access .sec02 .car .flex-r {
  width: 50%;
}

#Access .sec03 {
  background: #F5FAFD;
}

#Access .sec04 img {
  width: 47%;
}

@media screen and (max-width: 767px) {
  #Access .page-ttl .ttl-en img {
    width: 142px;
  }
  #Access .scroll-btn {
    width: 90%;
    margin: 0 auto 50px;
    padding-bottom: 20px;
    border-bottom: solid 1px #BBBDBF;
  }
  #Access .scroll-btn a {
    margin: 20px;
    display: block;
  }
  #Access .flex div {
    width: 100%!important;
  }
  #Access .sec02 .bus p.access-ttl img {
    width: 214px;
  }
  #Access .sec02 .flex-r {
    margin-top: 40px;
  }
  #Access .sec02 p.cap {
    text-align: left!important;
  }
  #Access .sec02 .bicycle p.access-ttl img {
    width: 333px;
  }
  #Access .sec02 .bicycle h3 {
    margin-bottom: 20px;
  }
  #Access .sec02 .bicycle .flex-r img {
    width: 85%;
    margin-bottom: 40px;
  }
  #Access .sec02 .bicycle .youtube {
    /* width: 90%; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #Access .sec02 .bicycle .youtube .child {
    width: 100%;
  }
  #Access .sec02 .bicycle .youtube .child:not(:last-child) {
    margin-bottom: 40px;
  }
  #Access .sec02 .bicycle .youtube .child p.movie-name {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: .2rem;
  }
  #Access .sec02 .car p.access-ttl img {
    width: 219px;
  }
  #Access .sec03 .overflow-x {
    overflow-x: scroll;
    padding: 10px 20px;
    margin: auto;
  }
  #Access .sec03 .overflow-x div {
    width: 935px;
    height: 291px;
  }
  #Access .sec03 .overflow-x img {
    width: 100%;
    height: auto;
  }
  #Access .sec04 img {
    width: 100%;
  }
  #Access .sec04 img:first-child {
    margin-bottom: 20px;
  }


}


/* ------------------------
Design
------------------------ */
#Design .sec02 {
  background: #F3F3F3;
}

#Design .col-2-band > div {
  width: 50%;
  height: 550px;
}

#Design .bg-paper-gray {
  background: url(../../design/img/bg-paper-gray.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  align-items: center;
}
#Design .bg-paper-gray h4 {
  font-size: 112.5%;
  font-weight: 500;
  border: none;
  padding-bottom: 0;
}

#Design .sec03 .flex-l .wrap {
  max-width: 400px;
  margin-left: 28.8%;
  margin-right: 13.6%;
}
#Design .sec03 .flex-r {
  background: url(../../design/img/sec03_img01.jpg) no-repeat center center;
  background-size: cover;
}

#Design .sec05 .flex-r .wrap {
  max-width: 400px;
  margin-right: 28.8%;
  margin-left: 13.6%;
}
#Design .sec05 .flex-l {
  background: url(../../design/img/sec05_img01.jpg) no-repeat center center;
  background-size: cover;
}

#Design .merit .merit-subttl {
  font-size: 22px;
  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: #3BABE2;
  padding: 17px 0;
  color: #fff;
}
#Design .merit .box-wrap .box .box-txt {
  font-size: 14px;
  background: #EBF7FC;
  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) {
}

@media screen and (max-width: 767px) {
  #Design .page-ttl .ttl-en img {
    width: 129px;
  }
  #Design .sec-inner-1000 {
    width: 90%;
  }
  #Design .sec03 .col-2-band {
    flex-direction: column-reverse;
  }
  #Design .col-2-band > div {
    width: 100%;
  }
  #Design .bg-paper-gray {
    height: auto!important;
  }
  #Design .bg-paper-gray .wrap {
    max-width: auto!important;
    margin: 0 auto!important;
    padding: 40px 0 30px!important;
    width: 90%!important;
  }
  #Design .bg-paper-gray p.ttl-en img {
    width: 296px;
  }
  #Design .sec03 .flex-r,
  #Design .sec05 .flex-l {
    height: 300px;
  }
  #Design .merit h4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #Design .merit h4 img {
    width: 283px;
  }
  #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 .sec01 img {
  max-width: 1100px;
  margin-left: 7%;
}

#Landplan .sec02 {
  background: #00A0E9;
}

#Landplan .sec03 .con p.ttl {
  margin: 30px 0 20px;
}
#Landplan .sec03 .con03 p.ttl {
  margin-bottom: 32px;
}
#Landplan .sec03 .col-2 {
  align-items: flex-start;
}
#Landplan .sec03 .col-2 .con {
  width: 48%;
}

#Landplan .box-wrap {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#Landplan .box-wrap p.sub-ttl {
  font-size: 112.5%;
  margin-bottom: 15px;
}
#Landplan .box-wrap li {
  width: 49.5%;
  border: solid 1px #00A0E9;
  padding: 10px;
  margin-bottom: 10px;
}
#Landplan .box-wrap li.col-1 {
  width: 100%;
}

@media screen and (max-width: 767px){
  #Landplan .page-ttl .ttl-en img {
    width: 180px;
  }
  #Landplan .sec01 img {
    width: 100%;
    margin-left: 0;
  }
  #Landplan .sec02 img {
    width: 90%;
  }
  #Landplan .sec03 .col-2 {
    margin-top: 40px;
  }
  #Landplan .sec03 .col-2 .con {
    width: 100%;
  }
  #Landplan .sec03 .col-2 .con03 {
    margin-top: 40px;
  }
  #Landplan .box-wrap li {
    width: 100%;
  }
}


/* ------------------------
Plan
------------------------ */
#Plan .menu-area .btn li {
  width: 32%;
  margin-bottom: 20px;
}
#Plan .menu-area .btn::after {
  content: "";
  width: 32%;
}
#Plan .menu-area .bd {
  border-bottom: solid 1px #EBF0F5;
}

#Plan section {
  margin-bottom: 0;
}

#Plan .menuplan {
  padding-top: 160px;
}
#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 .ttl-en img {
    width: 85px;
  }
  #Plan .menu-area .btn li {
    width: 100%;
  }
  #Plan .menuplan {
    padding-top: 80px;
  }
  #Plan .menuplan .ttl-area p {
    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: 24px;
  width: 23.5%;
}

@media screen and (max-width: 767px) {
  #Performance .page-ttl .ttl-en img {
    width: 265px;
  }
  #Performance .sec01 .sec-inner-1000 {
    width: 90%;
  }
  #Performance .sec02 h4 img {
    width: 225px;
  }
  #Performance .sec02 .series {
    width: 90%;
  }
  #Performance .sec02 .series .col-4 {
    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 .ttl-en img {
    width: 70px;
  }
  #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 .ttl-en img {
    width: 148px;
  }
  #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 .con01 .txt-area {
  width: 696px;
}

#Quality .sec02 {
  background: #F3F3F3;
}

#Quality .sec04 .con h3 {
  margin: 25px 0 15px;
}
#Quality .sec04 .flex {
  align-items: flex-start;
}
#Quality .sec04 .col-3 {
  width: 32%;
  /* line-height: 1.5; */
}
#Quality .sec04 .col-3 h4 {
  border: none;
  padding-bottom: 0;
  font-size: 131%;
  font-weight: 500;
  margin: 20px 0 12px;
}
#Quality .sec04 .col-3 p.txt {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  #Quality .page-ttl .ttl-en img {
    width: 147px;
  }
  #Quality .sec01 .sec-inner-1000,
  #Quality .sec03 .sec-inner-1000 {
    width: 90%;
  }
  #Quality .sec01 .con01 .txt-area {
    width: auto;
    margin: 40px 0;
  }
  #Quality .sec01 .con01 .txt-area h3 {
    text-align: center;
  }
  #Quality .sec02 .sec-inner-1000 {
    width: 92.5%;
  }
  #Quality .sec04 .col-3 {
    width: 100%;
    margin-bottom: 30px;
  }
}