@charset "utf-8";

/* pageTitle */
.pageTitle{
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}
.pageTitle>.title{
    text-align: center;
}
.pageTitle>.title>h4{
    font-family: "Libre Baskerville", serif;
    font-size: 1.25em;
    line-height: 1.8;
    letter-spacing: 0.25em;
}
@media (max-width:1320px){
    .pageTitle{
        width: 80%;
    }
}
@media (max-width:1200px){
    .pageTitle>.title>h4{
        font-size: 1.15em;
    }
}
@media (max-width:960px){
    .pageTitle>.title>h4{
        font-size: 1.05em;
    }
}
@media (max-width:768px){
    .pageTitle{
        width: 90%;
    }
}
@media (max-width:430px){
    .pageTitle{
        padding: 50px 0;
    }
    .pageTitle>.title>h4{
        font-size: 0.95em;
    }
}

/* eyeCatch */
.eyeCatch>.txtWrap{
    background-image: url(../images/location/bg01.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 80px 0 50px 0;
}
.eyeCatch>.txtWrap>.txtBox{
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.eyeCatch>.txtWrap>.txtBox>h3{
    font-size: 1.5em;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 30px;
}
.eyeCatch>.txtWrap>.txtBox>p{
    font-size: 1em;
    line-height: 2;
    color: #fff;
}
.under768{
    display: none;
}
@media (max-width:1400px){
    .eyeCatch>.imgBox>p{
        overflow: scroll;
    }
    .eyeCatch>.imgBox>p>img{
        width: 125%;
    }
}
@media (max-width:1320px){
    .eyeCatch>.txtWrap>.txtBox{
        width: 80%;
    }
}
@media (max-width:1200px){
    .eyeCatch>.imgBox>p>img{
        width: 150%;
    }
    .eyeCatch>.txtWrap>.txtBox>h3{
        font-size: 1.4em;
    }
    .eyeCatch>.txtWrap>.txtBox>p{
        font-size: 0.9em;
    }
}
@media (max-width:960px){
    .eyeCatch>.txtWrap>.txtBox>h3{
        font-size: 1.3em;
    }
    .eyeCatch>.txtWrap>.txtBox>p{
        font-size: 0.8em;
    }
}
@media (max-width:768px){
    .under768{
        display: block;
    }
}
@media (max-width:430px){
    .eyeCatch>.txtWrap>.txtBox>h3{
        font-size: 1.2em;
    }
    .eyeCatch>.txtWrap>.txtBox>p{
        font-size: 0.7em;
    }
}
@media (max-width:375px){
    .eyeCatch>.txtWrap>.txtBox>h3{
        font-size: 1.1em;
    }
    .eyeCatch>.txtWrap>.txtBox>p{
        font-size: 0.6em;
    }
}

/* traffic */
.traffic{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.traffic:before{
    position:absolute;
    top: 0;
    right: 0;
    content: '';
    aspect-ratio: 1300/660;
    height: 100%;
    background-image: url(../images/location/bg02.png);
    background-size: cover;
    background-position: right bottom;
    opacity: 0.5;
}
.trafficRow{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.trafficRow>.leftWrap,
.trafficRow>.rightWrap{
    width: 48%;
}
.titleBox{
    margin-bottom: 50px;
}
.titleBox>h3{
    font-family: "Libre Baskerville", serif;
    font-size: 1.25em;
    line-height: 1.8;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
}
.titleBox>p{
    font-size: 0.9em;
    line-height: 1.8;
    color: #fff;
    margin-top: 20px;
}
.titleBox>p.emTxt{
    font-size: 1.3em;
    line-height: 1.8;
    letter-spacing: 0.25em;
    margin-top: 0px;
}
.trafficRow>.leftWrap>.imgRow{
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.trafficRow>.leftWrap>.imgRow>.imgBox{
    width: 31%;
}
.trafficRow>.leftWrap>.imgRow>.imgBox>p{
    margin-bottom: 10px;
}
.trafficRow>.leftWrap>.imgRow>.imgBox>h4{
    font-size: 0.9em;
    color: #fff;
}
.trafficRow>.leftWrap>p.notice,
.trafficRow>.rightWrap>p.notice{
    font-size: 0.75em;
    color: #fff;
}
@media (max-width:1320px){
    .trafficRow{
        width: 80%;
    }
}
@media (max-width:1200px){
    .trafficRow{
        width: 90%;
    }
    .titleBox>h3{
        font-size: 1.15em;
    }
    .titleBox>p,
    .trafficRow>.leftWrap>.imgRow>.imgBox>h4{
        font-size: 0.8em;
    }
    .titleBox>p.emTxt{
        font-size: 1.2em;
    }
    .trafficRow>.leftWrap>p.notice,
    .trafficRow>.rightWrap>p.notice{
        font-size: 0.65em;
    }
}
@media (max-width:960px){
    .traffic:before{
        aspect-ratio: 960/850;
        width: 100%;
        height: auto;
        background-image: url(../images/location/bg02_sp.png);
    }
    .trafficRow{
        width: 600px;
    }
    .trafficRow>.leftWrap,
    .trafficRow>.rightWrap{
        width: 100%;
    }
    .titleBox>h3{
        font-size: 1.05em;
    }
    .titleBox>p,
    .trafficRow>.leftWrap>.imgRow>.imgBox>h4{
        font-size: 0.7em;
    }
    .titleBox>p.emTxt{
        font-size: 1.1em;
    }
    .trafficRow>.leftWrap>p.notice,
    .trafficRow>.rightWrap>p.notice{
        font-size: 0.55em;
    }
}
@media (max-width:660px){
    .trafficRow{
        width: 90%;
    }
}
@media (max-width:430px){
    .traffic{
        padding: 80px 0;
    }
    .titleBox>p.emTxt{
        font-size: 1em;
    }
}
@media (max-width:413px){
    .trafficRow>.leftWrap>.imgRow{
        justify-content: center;
    }
    .trafficRow>.leftWrap>.imgRow>.imgBox{
        width: 48%;
        margin-bottom: 15px;
    }
    .trafficRow>.leftWrap>.imgRow>.imgBox:nth-child(1){
        margin-right: 4%;
    }
    .trafficRow>.leftWrap>.imgRow>.imgBox:nth-child(3){
        margin-bottom: 0px;
    }

}

/* shopping */
.shopping{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.shopping:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-image: url(../images/top/bg01.svg);
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.15;
    z-index: 2;
}
.shopping:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    aspect-ratio: 1300/660;
    height: 100%;
    background-image: url(../images/location/bg03.png);
    background-size: cover;
    background-position: left bottom;
    opacity: 0.5;
    z-index: 2;
}
.shoppingWrap{
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.shoppingRow01,
.shoppingRow02 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.shoppingRow01{
    margin-bottom: 50px;
}
.shoppingRow01>.leftWrap,
.shoppingRow01>.rightWrap{
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shoppingRow01>.leftWrap>.txtBox,
.shoppingRow01>.rightWrap>.txtBox{
    width: 26%;
}
.shoppingRow01>.leftWrap>.txtBox>h4,
.shoppingRow01>.rightWrap>.txtBox>h4{
    font-size: 0.9em;
    color: #fff;
    margin-bottom: 20px;
}
.shoppingRow01>.leftWrap>.imgBox,
.shoppingRow01>.rightWrap>.imgBox{
    aspect-ratio: 360/182;
    width: 70%;
    background-size: cover;
    background-position: center center;
}
.shoppingRow01>.leftWrap>.imgBox{
    background-image: url(../images/location/bg04.jpg);
}
.shoppingRow01>.rightWrap>.imgBox{
    background-image: url(../images/location/bg05_0424.jpg);
}
.shopList>h5{
    font-size: 0.9em;
    color: #231815;
    display: inline-block;
    padding: 0.25em 1em;
    box-sizing: border-box;
    background-color: #a8a998;
    margin-bottom: 10px;
}
.shopList>ul>li{
    font-size: 0.8em;
    color: #fff;
    margin-bottom: 5px;
}
.shopList>ul>li:last-child{
    margin-bottom: 0px;
}
.shoppingRow02 ul li{
    width: 23%;
    text-align: center;
}
.shoppingRow02 ul li h4{
    font-size: 0.9em;
    color: #fff;
    margin-top: 10px;
}
@media (max-width:1320px){
    .shoppingWrap{
        width: 80%;
    }
}
@media (max-width:1200px){
    .shoppingWrap{
        width: 90%;
    }
    .shoppingRow01>.leftWrap>.txtBox>h4,
    .shoppingRow01>.rightWrap>.txtBox>h4,
    .shopList>h5,
    .shoppingRow02 ul li h4{
        font-size: 0.8em;
    }
    .shopList>ul>li{
        font-size: 0.7em;
    }
}
@media (max-width:960px){
    .shopping:after{
        aspect-ratio: 960/850;
        width: 100%;
        height: auto;
        background-image: url(../images/location/bg03_sp.png);
    }
    .shoppingWrap{
        width: 600px;
    }
    .shoppingRow01>.leftWrap,
    .shoppingRow01>.rightWrap{
        width: 100%;
    }
    .shoppingRow01>.leftWrap{
        margin-bottom: 20px;
    }
    .shoppingRow02 ul li{
        width: 48%;
        margin-bottom: 20px;
    }
    .shoppingRow02 ul li:nth-child(3),
    .shoppingRow02 ul li:nth-child(4){
        margin-bottom: 0px;
    }
    .shoppingRow01>.leftWrap>.txtBox>h4,
    .shoppingRow01>.rightWrap>.txtBox>h4,
    .shopList>h5,
    .shoppingRow02 ul li h4{
        font-size: 0.7em;
    }
    .shopList>ul>li{
        font-size: 0.6em;
    }
}
@media (max-width:660px){
    .shoppingWrap{
        width: 90%;
    }
}
@media (max-width:500px){
    .shopping{
        padding: 80px 0;
    }
    .shoppingRow01>.leftWrap>.txtBox,
    .shoppingRow01>.rightWrap>.txtBox{
        width: 100%;
    }
    .shoppingRow01>.leftWrap>.txtBox>h4,
    .shoppingRow01>.rightWrap>.txtBox>h4{
        margin-bottom: 10px;
    }
    .shoppingRow01>.leftWrap>.imgBox,
    .shoppingRow01>.rightWrap>.imgBox{
        width: 100%;
        margin-bottom: 15px;
    }
    .shopList>ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .shopList>ul>li{
        width: 48%;
    }
}
@media (max-width:430px){
    .shopping{
        padding: 80px 0;
    }
}

/* restaurants */
.restaurants{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.restaurants:before{
    position:absolute;
    top: 0;
    right: 0;
    content: '';
    aspect-ratio: 1300/660;
    height: 100%;
    background-image: url(../images/location/bg06.png);
    background-size: cover;
    background-position: right bottom;
    opacity: 0.5;
}
.restaurantsWrap{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.restaurantsRow>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.restaurantsRow>ul>li{
    width: 23%;
    text-align: center;
}
.restaurantsRow>ul>li>h4{
    font-size: 0.9em;
    color: #fff;
    margin-top: 10px;
}
@media (max-width:1320px){
    .restaurantsWrap{
        width: 80%;
    }
}
@media (max-width:1200px){
    .restaurantsWrap{
        width: 90%;
    }
    .restaurantsRow>ul>li>h4{
        font-size: 0.8em;
    }
}
@media (max-width:960px){
    .restaurants:before{
        aspect-ratio: 960/850;
        width: 100%;
        height: auto;
        background-image: url(../images/location/bg04_sp.png);
    }
    .restaurantsWrap{
        width: 600px;
    }
    .restaurantsRow>ul>li{
        width: 48%;
        margin-bottom: 20px;
    }
    .restaurantsRow>ul>li:nth-child(3),
    .restaurantsRow>ul>li:nth-child(4){
        margin-bottom: 0px;
    }
    .restaurantsRow>ul>li>h4{
        font-size: 0.7em;
    }
}
@media (max-width:660px){
    .restaurantsWrap{
        width: 90%;
    }
}
@media (max-width:430px){
    .restaurants{
        padding: 80px 0;
    }
}

/* park */
.park{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.park:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-image: url(../images/top/bg01.svg);
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.15;
    z-index: 2;
}
.park:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    aspect-ratio: 1300/660;
    height: 100%;
    background-image: url(../images/location/bg07.png);
    background-size: cover;
    background-position: left bottom;
    opacity: 0.5;
    z-index: 2;
}
.parkWrap{
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.parkRow>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.parkRow>ul>li{
    width: 23%;
    text-align: center;
}
.parkRow>ul>li>h4{
    font-size: 0.9em;
    color: #fff;
    margin-top: 10px;
}
@media (max-width:1320px){
    .parkWrap{
        width: 80%;
    }
}
@media (max-width:1200px){
    .parkWrap{
        width: 90%;
    }
    .parkRow>ul>li>h4{
        font-size: 0.8em;
    }
}
@media (max-width:960px){
    .park:after{
        aspect-ratio: 960/850;
        width: 100%;
        height: auto;
        background-image: url(../images/location/bg05_sp.png);
    }
    .parkWrap{
        width: 600px;
    }
    .parkRow>ul>li{
        width: 48%;
        margin-bottom: 20px;
    }
    .parkRow>ul>li:nth-child(3),
    .parkRow>ul>li:nth-child(4){
        margin-bottom: 0px;
    }
    .parkRow>ul>li>h4{
        font-size: 0.7em;
    }
}
@media (max-width:660px){
    .parkWrap{
        width: 90%;
    }
}
@media (max-width:430px){
    .park{
        padding: 80px 0;
    }
}

/* education */
.education{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.education:before{
    position:absolute;
    top: 0;
    right: 0;
    content: '';
    aspect-ratio: 1300/660;
    height: 100%;
    background-image: url(../images/location/bg08.png);
    background-size: cover;
    background-position: right bottom;
    opacity: 0.5;
}
.educationWrap{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.educationRow>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.educationRow>ul>li{
    width: 23%;
    text-align: center;
}
.educationRow>ul>li>h4{
    font-size: 0.9em;
    color: #fff;
    margin-top: 10px;
}
@media (max-width:1320px){
    .educationWrap{
        width: 80%;
    }
}
@media (max-width:1200px){
    .educationWrap{
        width: 90%;
    }
    .educationRow>ul>li>h4{
        font-size: 0.8em;
    }
}
@media (max-width:960px){
    .education:before{
        aspect-ratio: 960/850;
        width: 100%;
        height: auto;
        background-image: url(../images/location/bg08_sp.png);
    }
    .educationWrap{
        width: 600px;
    }
    .educationRow>ul>li{
        width: 48%;
        margin-bottom: 20px;
    }
    .educationRow>ul>li:nth-child(3),
    .educationRow>ul>li:nth-child(4){
        margin-bottom: 0px;
    }
    .educationRow>ul>li>h4{
        font-size: 0.7em;
    }
}
@media (max-width:660px){
    .educationWrap{
        width: 90%;
    }
}
@media (max-width:430px){
    .education{
        padding: 80px 0;
    }
}

/* medical */
.medical{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}
.medical:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-image: url(../images/top/bg01.svg);
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.15;
    z-index: 2;
}
.medical:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    aspect-ratio: 1300/660;
    height: 100%;
    background-image: url(../images/location/bg09.png);
    background-size: cover;
    background-position: left bottom;
    opacity: 0.5;
    z-index: 2;
}
.medicalWrap{
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.medicalRow>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.medicalRow>ul>li{
    width: 23%;
    text-align: center;
}
.medicalRow>ul>li>h4{
    font-size: 0.9em;
    color: #fff;
    margin-top: 10px;
}
@media (max-width:1320px){
    .medicalWrap{
        width: 80%;
    }
}
@media (max-width:1200px){
    .medicalWrap{
        width: 90%;
    }
    .medicalRow>ul>li>h4{
        font-size: 0.8em;
    }
}
@media (max-width:960px){
    .medical:after{
        aspect-ratio: 960/850;
        width: 100%;
        height: auto;
        background-image: url(../images/location/bg09_sp.png);
    }
    .medicalWrap{
        width: 600px;
    }
    .medicalRow>ul>li{
        width: 48%;
        margin-bottom: 20px;
    }
    .medicalRow>ul>li:nth-child(3),
    .medicalRow>ul>li:nth-child(4){
        margin-bottom: 0px;
    }
    .medicalRow>ul>li>h4{
        font-size: 0.7em;
    }
}
@media (max-width:660px){
    .medicalWrap{
        width: 90%;
    }
}
@media (max-width:430px){
    .medical{
        padding: 80px 0;
        margin-bottom: 80px;
    }
}

/* map */
.map{
    margin-bottom: 100px;
}
.map>.titleWrap{
    width: 1320px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}
.map>.titleWrap>h4{
    font-family: "Libre Baskerville", serif;
    font-size: 1.25em;
    line-height: 1.8;
    letter-spacing: 0.25em;
}
.mapWrap{
    width: 1320px;
    margin: 0 auto;
}
@media (max-width:1320px){
    .map>.titleWrap,
    .mapWrap{
        width: 100%;
    }
}
@media (max-width:1200px){
    .map>.titleWrap>h4{
        font-size: 1.15em;
    }
}
@media (max-width:960px){
    .map>.titleWrap>h4{
        font-size: 1.05em;
    }
}
@media (max-width:430px){
    .map{
        margin-bottom: 80px;
    }
}

/* locationList */
.locationList{
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.listTab{
    margin-bottom: 50px;
}
.listTab>ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.listTab>ul>li{
    width: 23%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #cccbb6;
    padding: 1em 0;
    background-color: #312a24;
    border: 1px solid #cccbb6;
    margin-right: 2%;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.5s all;
}
.listTab>ul>li.active,
.listTab>ul>li:hover,
.listTab>ul>li:active{
    color: #fff;
    background-color: #b79e2f;
    border-radius: 50px;
    transition: 0.5s all;
}
.listTab>ul>li:nth-child(4){
    margin-right: 0%;
}
.listTab>ul>li:nth-child(5),
.listTab>ul>li:nth-child(6),
.listTab>ul>li:nth-child(7){
    margin-bottom: 0px;
}
.listInner>dl>dt{
    font-family: "Libre Baskerville", serif;
    font-size: 1.25em;
    letter-spacing: 0.5em;
    margin-bottom: 30px;
}
.listInner>dl>dt>span{
    font-size: 0.75em;
    letter-spacing: 0;
    margin-left: 2em;
    color:#fff;
    display: inline-block;
}
.listInner>dl>dd{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.listInner>dl>dd:last-of-type{
    margin-bottom: 0px;
}
.listInner>dl>dd>span{
    font-size: 1em;
    color: #fff;
}
.listInner>dl>dd>span:nth-child(2){
    flex: 1;
    transform: translateY(-50%);
    margin: 0 1em;
}
.listInner>dl>dd>span:nth-child(2):after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: radial-gradient(circle, #fff 1.5px,transparent 1.5px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}
.under500{
    display: none;
}
@media (max-width:1320px){
    .locationList{
        width: 80%;
    }
}
@media (max-width:1200px){
    .map>.titleWrap>h4{
        font-size: 1.15em;
    }
    .listTab>ul>li,
    .listInner>dl>dd>span{
        font-size: 0.9em;
    }
    .listInner>dl>dt{
        font-size: 1.15em;
    }
    .listInner>dl>dt>span{
        font-size: 0.65em;
    }
}
@media (max-width:960px){
    .map>.titleWrap>h4{
        font-size: 1.05em;
    }
    .listTab>ul>li,
    .listInner>dl>dd>span{
        font-size: 0.8em;
    }
    .listInner>dl>dt{
        font-size: 1.05em;
    }
    .listInner>dl>dt>span{
        font-size: 0.55em;
    }
}
@media (max-width:768px){
    .locationList{
        width: 90%;
    }
}
@media (max-width:500px){
    .listTab>ul>li{
        width: 48%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .listTab>ul>li.active,
    .listTab>ul>li:hover,
    .listTab>ul>li:active{
        color: #fff;
        background-color: #b79e2f;
        border-radius: 50px;
        transition: 0.5s all;
    }
    .listTab>ul>li:nth-child(2n){
        margin-right: 0%;
    }
    .listTab>ul>li:nth-child(5),
    .listTab>ul>li:nth-child(6){
        margin-bottom: 15px;
    }
    .under500{
        display: block;
    }
}
@media (max-width:430px){
    .locationList{
        margin-bottom: 80px;
    }
    .listInner>dl>dd>span:nth-child(1){
        display: block;
        width: 100%;
    }
}