<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.text-right {
    text-align: right;
}


.intro {
    /* background: #000 url(../img/common/intro_bg.jpg) no-repeat center top 50px / auto; */
    padding: 200px 0 160px;
    text-align: center;
}

.intro .container&gt;p {
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .intro {
        padding: 60px 0 40px;
    }

    .intro .container&gt;p {
        font-size: 1.6rem;
    }
}


.comfort .block01 {
    background: url(../img/location/comfort-bg01.jpg) center center / cover no-repeat;
    color: #fff;
    padding: 70px 0;
    position: relative;
}

.comfort .block01&gt;.cap {
    left: 15px;
    bottom: 7%;
    position: absolute;
}

.comfort .block01 .tit35 .en {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 20px 0;
    display: block;
    text-align: center;
}

.comfort .block01 .photo .cap {
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1rem;
}

.comfort .block01 .container {
    position: relative;
}

.comfort .block01 .container&gt;.cap {
    position: absolute;
    right: 0;
    bottom: -50px;
}

.comfort .block01 ul {
    padding: 120px 0 0;
}

.comfort .block01 ul li:nth-child(1) {
    width: 32%;
}

.comfort .block01 ul li:nth-child(2) {
    width: 60.334%;
}

@media screen and (max-width: 767px) {
    .comfort .block01 {
        padding: 60px 0 0;
    }

    .comfort .block01 .container {
        padding: 0 0 60px;
    }

    .comfort .block01 ul {
        padding: 0;
        row-gap: 0;
    }

    .comfort .block01 ul li:nth-child(1) {
        width: 100%;
        margin-bottom: 40px;
    }

    .comfort .block01 ul li:nth-child(2) {
        width: 100%;
    }

    .comfort .block01 .photo {
        max-width: max-content;
        margin: 0 auto;
    }

    .comfort .block01 .container&gt;.cap {
        bottom: 10px;
    }

    .comfort .block01&gt;.cap {
        bottom: 10px;
    }
}

.comfort .block02 {
    text-align: center;
    padding: 150px 0 100px;
    background: #fff;
    color: #000;
}

@media screen and (max-width: 767px) {
    .comfort .block02 {
        padding: 75px 0 50px;
    }
}

.life {
    background: #f2f2f2;
    color: #000;
    padding: 100px 0 50px;
}

.life .tit35 {
    text-align: center;
}

.life .tit35 span {
    color: #000;
    border-color: rgb(0, 0, 0, 0.5);
}

.life .cap-bottom {
    padding-top: 100px;
}

@media screen and (max-width: 767px) {
    .life {
        padding: 50px 0 25px;
    }

    .life .cap-bottom {
        padding-top: 50px;
    }
}

#nav-tab {
    flex-wrap: nowrap;
    margin: 50px 0;
}

#nav-tab .nav-btn {
    font-size: 2rem;
    text-align: center;
    border-right: 1px solid #000;
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
    line-height: 1.4;
    font-weight: 400;
}

#nav-tab .nav-btn:nth-child(1) {
    border-left: 1px solid #000;
}

#nav-tab .nav-btn.active,
#nav-tab .nav-btn:hover {
    background: #768a95;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #nav-tab {
        flex-wrap: wrap;
        row-gap: 10px;
        margin: 20px 0;
    }

    #nav-tab .nav-btn {
        width: 50%;
        font-size: min(4vw, 2rem);
    }

    #nav-tab .nav-btn:nth-child(odd) {
        border-left: 1px solid #000;
    }
}

.tab-content {
    display: none;
}

#tab-01 {
    display: block;
}

.tab-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
}

.tab-inner .tab-img {
    width: 67.67%;
}

.tab-inner .tab-txt {
    flex: 1;
    padding: 20px 0 20px 30px;
}

.tab-inner .tab-txt li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
    margin-bottom: 14px;
    line-height: 1.6;
}

.tab-inner .tab-txt li span {
    display: block;
}

.tab-inner .tab-txt li .txt02 {
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .tab-inner .tab-img {
        width: 100%;
    }

    .tab-inner .tab-txt {
        width: 100%;
        padding: 10px 0;
    }

    .tab-inner .tab-txt li {
        padding: 10px;
        margin-bottom: 10px;
    }

    .tab-inner .tab-txt li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
}

.photo-head .cap {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .photo-head img {
        height: 200px;
        object-fit: cover;
    }
}

.block-tit {
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
}

.block-tit .tit35 {
    flex-shrink: 0;
    width: 100px;
    margin: 0;
}

.block-tit .tit35 span {
    writing-mode: vertical-rl;
    border-bottom: none;
    border-left: 1px solid rgb(118, 138, 149, 0.5);
    color: #768a95;
    padding: 0 5px;
}

.block-tit .list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 100px);
}

.block-tit .list-item .item {
    width: 32.286%;
}
.shopping .block-tit .list-item .item{
    margin-bottom: 4%;
    width: 48%;

}
.block-tit .list-item .item img{width: 100%;}
.block-tit .list-item .item .imgAbs{position: absolute;
    width: unset;
    height: unset;
    left: -10px;
    top: -10px;}

.block-tit .list-item .item .tit {
    text-align: left;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 1rem;
}

.block-tit .list-item .item .tit span {
    font-size: 70%;
    font-weight: 400;
    display: inline-block;
}

.block-tit .list-item .item-full {
    width: 100%;
    margin-bottom: 50px;
    align-items: stretch;
}

.block-tit .list-item .item-full .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block-tit .list-item .item .cap {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .block-tit {
        padding: 50px 0;
    }

    .block-tit .tit35 {
        width: 60px;
    }

    .block-tit .list-item {
        width: calc(100% - 60px);
    }

    .block-tit .list-item .item .tit {
        font-size: min(4.1vw, 2rem);
    }

    .block-tit .list-item .item {
        width:100%;
        margin: 0 0 30px;
    }

    .block-tit .photo img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .block-tit .list-item .item {
        width: 100%;
    }
}

.shopping {
    background: #fff;
    color: #000;
}
.container{max-width: 1200px;}
.shopping .listPhoto .col:nth-child(1) {
    width: 28.595%;
}
.shopping .listPhoto .col:nth-child(2) {
    width: 41.876%;
}
.shopping .listPhoto .col:nth-child(3) {
    width: 29.324%;
}
.shopping .listPhoto .col:nth-child(1) figure:first-child {
    margin-bottom: 2px;
}

.shopping .listPhoto .col img {
    width: 100%;
}

.shopping .block-tit .item-full .photo {
    width: 54.131%;
}

.shopping .block-tit .item-full .txt {
    background: #ebf1f1;
    flex-direction: column;
    padding: 30px;
    flex: 1;
}

.shopping .block-tit .item-full .txt .tit20 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
}

.shopping .block-tit .item-full .txt .tit20 span {
    font-size: 70%;
    font-weight: 400;
}

.shopping .block-tit .item-full .txt-bottom li {
    width: 48%;
}
.shopping .block-tit .item-full .txt-bottom li:last-child{width: 100%;}
.shopping .block-tit .item-full .txt-bottom .text-floor {
    color: #768a95;
    border-bottom: 1px solid #768a95;
    margin-bottom: 5px;
}

.shopping .block-tit .item-full .txt-bottom .text-time {
    width: 100%;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .shopping .listPhoto .col {
        width: 100% !important;
    }

    .shopping .listPhoto .col figure {
        margin-bottom: 10px !important;
    }

    .shopping .listPhoto .col figure figcaption {
        right: 5px !important;
        left: auto !important
    }


    .shopping .block-tit .item-full .photo {
        width: 100%;
    }

    .shopping .block-tit .item-full .txt {
        padding: 15px;
    }

    .shopping .block-tit .item-full .txt .tit20 {
        font-size: min(4.1vw, 2rem);
    }

    .shopping .block-tit .item-full .txt-bottom li {
        width: 100%;
        font-size: 1.3rem;
        margin-top: 10px;
    }

}

.nature {
    background: #fff;
    color: #000;
}
.nature .block-tit .list-item .item {
    width: 32.19373%;
}

.nature .block-tit .item-full .photo {
    width: 66.286%;
}

.nature .block-tit .item-full .txt {
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 3vw;
    flex: 1;
}

.nature .block-tit .item-full .txt .tit24 {
    border-bottom: 1px solid rgb(0, 0, 0, 0.5);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.nature .block-tit .item-full .txt .tit24 span {
    font-size: 1.4rem;
    display: inline-block;
}

.nature .block-tit .item-full .txt .m-desc-sub span {
    font-size: 60%;
    font-weight: 400;
}

.nature .block-tit .list-item .item .tit {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .nature .block-tit .item-full .photo {
        width: 100%;
    }

    .nature .block-tit .item-full .txt {
        padding: 20px 0 0;
    }
    .nature .block-tit .list-item .item{width: 100%;}
}

.nature .block01 {
    background: #ebf1f1;
    margin-left: auto;
    max-width: calc(100% - 100px);
    padding: 50px;
}

.nature .block01 ul {
    margin-top: 30px;
}

.nature .block01 ul li {
    width: 47.965%;
}

.nature .block01 ul li .tit24 {
    border-bottom: 1px solid rgb(0, 0, 0, 0.5);
    margin: 10px 0;
    padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .nature .block01 {
        max-width: calc(100% - 60px);
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .nature .block01 ul {
        row-gap: 30px;
    }

    .nature .block01 ul li {
        width: 100%;
    }
}

.support {
    background: url(../img/location/support-bg01.jpg) top left / cover no-repeat;
    padding: 100px 0;
    color: #000;
}

.support .tit35 {
    text-align: center;
}

.support .tit35 span {
    display: block;
    border-top: 1px solid;
    padding: 5px 20px 0;
    color: #000;
    border-color: rgb(0, 0, 0, 0.5);
}

.support .block01 {
    margin: 100px 0;
}

.support .block01-left {
    width: 36%;
}

.support .block01-left .cap {
    margin-top: 30px;
}
.support .block01-left .cap.cap02{margin-top: 0;}
.support .block01-left .cap.cap02 a{text-decoration: underline;}
.support .block01-left .cap.cap02 a:hover{color: #768a95;}
.support .block01-right {
    width: 60%;
}

.support .block01-right ul {
    row-gap: 30px;
}

.support .block01-right ul li {
    width: 48%;
}

.support .block01-right ul li .tit {
    background: #768a95;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.support .block02 {
    margin-top: 50px;
    background: #fff;
    padding: 80px;
}

.support .block02 ul {
    margin-top: 30px;
}

.support .block02 ul li:nth-child(1) {
    width: 59.403%;
}

.support .block02 ul li:nth-child(2) {
    width: 33.583%;
}

.support .block02 .item {
    margin-bottom: 30px;
}

.support .block02 ul li:nth-child(1) .cap {
    margin-top: 5px;
}

.support .block02 .item .tit {
    margin-top: 10px;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
}

.support .block02 .item .tit span {
    font-weight: 400;
    font-size: 1.4rem;
    display: inline-block;
}

.support .txt-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.support .txt-list-item {
    width: 48%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    font-weight: 500;
    font-size: 2rem;
}

.support .txt-list-item .dot {
    margin-right: 5px;
    color: #768a95;
}

.support .txt-list-item .note {
    font-size: 70%;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .support {
        padding: 50px 0;
    }

    .support .block01 {
        margin: 25px 0;
    }

    .support .block01-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .support .block01-left .cap {
        margin-top: 15px;
    }

    .support .block01-right {
        width: 100%;
    }

    .support .block01-right ul li {
        width: 100%;
    }

    .support .block01-right ul li .tit {
        font-size: min(4.1vw, 2rem);
    }

    .support .block02 {
        padding: 20px;
    }

    .support .block02 .item .tit {
        font-size: min(4.1vw, 2rem);
    }

    .support .txt-list-item {
        width: 100%;
        font-size: min(4.1vw, 2rem);
    }
}

@media screen and (max-width: 480px) {
    .support .block02 ul li:nth-child(1) {
        width: 100%;
        margin-bottom: 30px;
    }

    .support .block02 ul li:nth-child(2) {
        width: 100%;
    }
}

.shopping-street {
    background: url(../img/location/shopping-street-bg01.jpg) top left / cover no-repeat;
    padding: 100px 0;
    color: #000;
}
.shopping-street .container{max-width: 1200px;padding-left: 100px;}
.shopping-street .tit35 {
    text-align: center;
}

.shopping-street .tit35 span {
    display: block;
    border-top: 1px solid;
    padding: 5px 20px 0;
    color: #000;
    border-color: rgb(0, 0, 0, 0.5);
}

.shopping-street .photo-map {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
    margin: 50px 0 100px;
    cursor: pointer;
}

.shopping-street .photo-map:hover::after {
    opacity: 0.8;
}

.shopping-street .scrollMap {
    margin-bottom: 6rem;
    position: relative;
}

.shopping-street .scrollMap figure {
    width: 100%;
    overflow: auto;

}

.shopping-street .scrollMap figure img {
    width: 1699px;
    margin: 0 0 0 auto;
    max-width: unset;
}

.shopping-street .scrollMap a {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}

.shopping-street .scrollMap .btnScrollRight {
    left: auto;
    right: 20px;
}

.shopping-street .scrollMap a img {
    width: 50px;
}


.shopping-street .scrollMap a:hover {
    opacity: 0.6;
}

.icZoom {
    position: relative;
}

.icZoom::after {
    content: '拡大して見る';
    color: #fff;
    line-height: 1;
    font-size: 2rem;
    font-weight: 400;
    padding: 10px 10px 10px 40px;
    display: block;
    background: #333333 url(../img/location/ic_zoom.svg) no-repeat center left 10px / auto 50%;
    position: absolute;
    top: 10px;
    left: 10px;
}


@media screen and (max-width: 767px) {
    .icZoom::after {
        top: 5px;
        left: 5px;
        font-size: 2vw;
        padding: 1vw 1vw 1vw 4vw;
        background-position: center left 1vw;
    }

    .shopping-street {
        padding: 50px 0;
    }
    .shopping-street .container{padding-left: 0px;}

    .shopping-street .photo-map {
        margin: 25px 0 50px;
    }

    .shopping-street .scrollMap a img {
        width: 35px;
    }

    .shopping-street .scrollMap figure img {
        width: 1000px;
    }

}

.shopping-street .slide-show .slick-list {
    margin: 0 -20px;
}

.shopping-street .slide-show .slick-slide {
    padding: 0 20px;
}

.shopping-street .slide-show .item {
    position: relative;
}

.shopping-street .slide-show .tit {
    font-weight: 500;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 10px 10px;
    line-height: 1.2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 2rem;
}

.shopping-street .slide-show .tit span {
    display: inline-block;
    font-weight: 400;
    font-size: 1.4rem;
}

.shopping-street .slide-show .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.shopping-street .slide-show .slick-dots button {
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dcdddd;
    cursor: pointer;
}

.shopping-street .slide-show .slick-dots .slick-active button {
    background: #808080;
}

@media screen and (max-width: 767px) {
    .shopping-street .slide-show .tit {
        font-size: min(4vw, 2rem);
    }

    .shopping-street .slide-show .tit span {
        font-size: min(3.5vw, 1.4rem);
    }

    .shopping-street .slide-show .slick-slide {
        margin: 0 5px;
    }

    .shopping-street .slide-show .slick-slide {
        padding: 0;
    }
}





.education {
    background: #fff;
    color: #000;
    padding: 100px 0 0;
}

.education .tit24 {
    width: 100%;
}
.education .block-tit{flex-wrap: wrap;}
.education .list-item02{width: calc(100% - 100px);margin-left: auto;margin-top: 80px;}
.education .block02{width: calc(100% - 100px);margin-left: auto;margin-top: 80px;}
.education .block02 .txt-list-item{margin-bottom: 5px;padding-bottom: 5px;border-bottom:1px solid #d9d9d9;font-weight: 500;font-size: 1.8rem;}
.education .block02 .txt-list-item .dot {margin-right: 5px;color: #768a95;}
.education .block02 .txt-list-item .note {font-size: 70%;font-weight: 400;}
.education .block02 ul li:nth-of-type(1){width: 57.9090%;}
.education .block02 ul li:nth-of-type(2){width: 35%;}
@media screen and (max-width: 767px) {
    .education {
        padding: 50px 0 0;
    }
    .education .list-item02{width: calc(100% - 60px);margin-top: 0px;}
    .education .block02{width: calc(100%);margin-top: 20px;}
    .education .block02 ul li:nth-of-type(1){width: 100%;}
    .education .block02 ul li:nth-of-type(2){width: 100%;margin: 10px 0 0;}
    .education .block02 .txt-list-item{font-size: min(4.1vw, 2rem);}
}

@media (max-width: 1200px) and (min-width: 768px){
    .tit24 br {
        display: none;
    }

    #nav-tab .nav-btn {
        font-size: 1.5vw;
    }

    .support .block01-right ul li .tit {
        font-size: 1.6vw;
    }


}
.block-tit .list-item .item-full .photo .imgAbs{position: absolute;width: unset;height: unset;object-fit: unset;object-position: unset;left: -10px;top: -10px;}
@media screen and (max-width: 767px) {
.block-tit .list-item .item .imgAbs.imgAbs02{width: 60px;}
.block-tit .list-item .item-full .photo .imgAbs{width: 77px;}
.block-tit .list-item .item .imgAbs{width: 60px;left: -5px;top: -5px;}
.shopping .block-tit .list-item .item{margin: 0 0 30px;width: 100%;}

}</pre></body></html>