@charset "UTF-8";
/* font adobe GoudyOldStyleTOT */
@import url("https://use.typekit.net/kjk8cjt.css");
.goudy { font-family: "ltc-goudy-oldstyle-pro", serif; }
.ar { text-align: right; }
.full { width: 100%; }
.capt {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

.sec-location {
    background: url(../location/img/bg_location.jpg) no-repeat center center / cover;
    padding: 100px 0 120px;
    margin: 0;
}
.location-title {
    margin: 0 0 80px;
    text-align: center;
}
.location-title .ttl {
    font-size: 27px;
    letter-spacing: 0.075em;
    margin: 0 0 25px;
}
.location-title .txt {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .sec-location {
        background: url(../location/img/bg_location_sp.jpg) no-repeat center center / cover;
        padding: 50px 0 45px;
    }
    .location-title { margin: 0 0 50px; }
}

.sec-location .image-map {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 70px;
}
.sec-location .image-map .cap-left {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7);
}
.sec-location .location-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 65px 40px;
    width: calc(100% - 30px);
    max-width: 800px;
    margin: 0 auto;
}
.sec-location .location-block .b-item:nth-child(1) {
    grid-area: 1/1/1/3;
}

/*redevelopment derete*/
.sec-location .location-block .b-item:nth-child(2) {
    grid-area: 2/1/2/3;
    display: flex;
    gap : 25px;
}
@media screen and (max-width: 767px) {
    .sec-location .location-block .b-item:nth-child(1) {
        margin : 0 15px 40px;
    }
    .sec-location .location-block .b-item:nth-child(2) {
        display : block;
    }
}


.sec-location .location-block .b-item .box {
    padding: 35px;
    background: #fff;
    display: grid;
    grid-template-columns: 41% auto;
    gap: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    align-items: start;
}
.sec-location .location-block .b-item:nth-child(1) .cont { margin: 0; }
.b-item .cont {
    margin-top: 30px;
}
.b-item .ttl {
    font-size: 20px;
    letter-spacing: 0.07em;
    line-height: 1.2;
    margin: 0 0 15px;
}
.b-item .txt {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 0 0 5px;
}
.b-item .lbl-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
}
.b-item .lbl-list .lbl {
    color: #fff;
    background: #a78c46;
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 9px 5px 8px;
}
@media screen and (max-width: 767px) {
    .sec-location .location-block {
        grid-template-columns: auto;
        gap: 0;
    }
    .sec-location .location-block .b-item:nth-child(1) { grid-area: 1; }
    .sec-location .location-block .b-item .box {
        padding: 30px 15px 15px;
        grid-template-columns: auto;
        box-shadow: unset;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .b-item .lbl-list {
        grid-template-columns: auto;
        width: 100%;
        max-width: 73%;
        margin: 15px auto 0;
    }
    .b-item .txt {
        letter-spacing: 0.01em;
    }
}

.sec-gallery {
    padding: 0;
    overflow: hidden;
}
.galleries-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}
.galleries-list .item {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    text-align: right;
}
.galleries-list .item .box {
    width: 100%;
}
.galleries-list .item .box-small {
    width: 42%;
    height: 42%;
}
.galleries-list .item .txt {
    font-size: 19px;
    font-style: italic;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
}
.galleries-list .item .txt .large {
    display: inline-block;
    font-size: 168%;
    letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
    .galleries-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .galleries-list .item {
        order: 2;
    }
    .galleries-list .item.sp-hidden { display: none; }
    .galleries-list .item .txt {
        font-size: 15px;
    }
    .galleries-list .item .txt .large { font-size: 133%; }
    .sp-order-1 { order: 1 !important; }
    .sp-order-3 { order: 3 !important; }
    .sp-order-4 { order: 4 !important; }
    .sp-order-5 { order: 5 !important; }
    .galleries-list .item .box-small {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        padding: 29%;
    }
    .galleries-list .item .box-small .cap { color: #000 !important; }
}

.sec-life .life-block {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.sec-life .life-block .b-grid {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 30px 40px;
}
.sec-life .list-thumbnail {
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 13px;
}
.sec-life .list-thumbnail .ttl {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
}
.sec-life .list-thumbnail .ttl span {
    display : block;
    font-size : 13px;
}
@media screen and (max-width: 1023px){
    .sec-life .life-block .b-grid {
        grid-template-columns: auto;
        gap: 0;
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
        text-align: center;
    }
    .sec-life .list-thumbnail .ttl { letter-spacing: 0; }
    .sec-life .life-block .b-item:nth-child(1) {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}
@media screen and (max-width: 767px) {
    .sec-life .list-thumbnail {
        grid-template-columns: auto;
        max-width: 64%;
    }
}

.life-wrap {
    border-top: 1px solid #000;
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 75px auto 0;
    padding: 60px 0 0;
}
.life-ttl {
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0;
  margin: 0 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px){
    .life-wrap {
        width: 100%;
        margin: 50px auto 0;
        padding: 60px 15px 0;
    }
    .life-ttl {
        margin: 0 0 40px;
    }
}

.life-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}
.life-col {
  width: calc(50% - 20px);
}
.life-box {
  margin-top: 25px;
}
.life-box-ttl {
    border-bottom: 1px solid #000;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 0 0 7px;
}
.life-list {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin: 0;
  padding: 0;
}
.life-list .sm {
    font-size: 84%;
    display: unset !important;
}
.life-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.life-list li + li { margin-top: 5px; }
.life-list li span:nth-child(1) {
  display: inline-block;
  width: 72%;
}
.life-list li span:nth-child(2),
.life-list li span:nth-child(3),
.life-list li span:nth-child(4) {
  display: inline-block;
  text-align: right;
  width: 13%;
}
@media screen and (max-width: 1023px){
    .life-flex {
        display: block;
    }
    .life-col {
        width: 100%;
    }
}
@media screen and (max-width: 428px){
  .life-box {
    margin-top: 15px;
  }
  .life-box-ttl {
    font-size: 12px;
  }
  .life-list {
    font-size: 12px;
    letter-spacing: -0.04em;
}
}

.life-map {
    width: 100%;
    max-width: 1000px;
    margin: 95px auto 0;
}
@media screen and (max-width: 767px){
  .life-map {
    margin: 50px auto 0;
  }
}

.sec-location .location-block .b-item .box small {
  font-size : 11px;
  line-height : 1.1;
}