@charset "utf-8";
nav.header-nav ul li.location::before {
    width: 140%;
}
@media screen and (max-width: 750px){
    nav.header-nav ul li.location::after {
        content: "";
        width: calc(100% + 52px);
        height: 100%;
        background: -webkit-linear-gradient(45deg, #9292a5 0%, #737380 100%);
        background: linear-gradient(45deg, #9292a5 0%, #737380 100%);
        position: absolute;
        top: 0;
        left: -26px;
        z-index: -1;
        opacity: .5;
    }
}


.mb80{
    margin-bottom: 80px !important;
}
.db1000{
    display: none;
}
.db550{
    display: none;
}

@media screen and (max-width: 1000px) {
.mb80{
    margin-bottom: 60px !important;
}
.db1000{
    display: block;
}
.dn1000{
    display: none;
    }
}
@media screen and (max-width: 650px) {
.mb80{
    margin-bottom: 40px !important;
}
.dn650{
    display: none;
}
}
@media screen and (max-width: 550px) {
.mb80{
    margin-bottom: 40px !important;
}
.db550{
    display: block;
}
.dn550{
    display: none;
}
}




/* scroll */
.scroll_flex{
    display: none;
}
@media screen and (max-width: 550px) {
.scroll {
    position: relative;
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}
.scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.scroll::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.scroll::before {
    animation: arrowlong01 2s ease infinite;
}
.scroll::after {
    animation: arrowlong02 2s ease infinite;
}
@keyframes arrowlong01 {
    0% {
        width: 0;
        opacity: 0
    }
    20% {
        width: 0;
        opacity: 1
    }
    80% {
        width: 105%;
        opacity: 1
    }
    100% {
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong02 {
    0% {
        left: 0;
        opacity: 0
    }
    20% {
        left: 0;
        opacity: 1
    }
    80% {
        left: 103%;
        opacity: 1
    }
    100% {
        left: 103%;
        opacity: 0
    }
}

/* scroll_l */
.scroll_b{
    padding: 10px 0;
    margin: 10px auto 0;
}
.scroll_l {
    position: relative;
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    /* margin-bottom: 40px; */
}
.scroll_l::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.scroll_l::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-135deg);
}
.scroll_l::before {
    animation: arrowlong03 2s ease infinite;
}
.scroll_l::after {
    animation: arrowlong04 2s ease infinite;
}
@keyframes arrowlong03 {
    0% {
        right: 0;
        width: 0;
        opacity: 0
    }
    20% {
        right: 0;
        width: 0;
        opacity: 1
    }
    80% {
        right: 0;
        width: 105%;
        opacity: 1
    }
    100% {
        right: 0;
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong04 {
    0% {
        right: 0;
        opacity: 0
    }
    20% {
        right: 0;
        opacity: 1
    }
    80% {
        right: 103%;
        opacity: 1
    }
    100% {
        right: 103%;
        opacity: 0
    }
}
.scroll_flex {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 10px auto 0;
    flex-wrap: wrap;
}
.scroll_flex_p {

    padding: 10px 0;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.scroll_flex .scroll_l, .scroll_flex .scroll {
    width: 48%;
    left: unset;
    right: unset;
    transform: unset;
}

.park04_scroll{
    overflow-x: scroll;
}
.park04_scroll img{
    min-width: 650px;
}
.aerial02_scroll,.aerial03_scroll{
    overflow-x: scroll;
}
.aerial02_scroll img{
    min-width: 700px;
}
.aerial03_scroll img{
    min-width: 650px;
}

}


/* lifeinfo_area */
.lifeinfo_area{
    padding-bottom: 100px;
}
.liffeinfo_ttl{
    font-size: 20px;
    font-weight: bold;
    /* color: #c9bc9c; */
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
}
.p-contents-location-map__inner {
    margin: auto;
    }
.p-location-map__h2 {
    margin-bottom: 70px;
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: .1em;
}
.p-location-map__h2-brackets {
    display: inline-block;
    width: 672px;
    max-width: 100%;
    padding: 15px 30px;
    position: relative;
}
.p-location-map__h2-brackets-before, .p-location-map__h2-brackets-after {
    position: absolute;
    display: block;
    width: .77em;
    height: 1.5em;
}
.p-location-map__h2-brackets-before {
    top: 0;
    left: 0;
}
.p-location-map__h2-brackets-after {
    bottom: 0;
    right: 0;
}
.p-location-map__h2-brackets-before::before, .p-location-map__h2-brackets-before::after, .p-location-map__h2-brackets-after::before, .p-location-map__h2-brackets-after::after {
    content: "";
    display: block;
    position: absolute;
}
.p-location-map__h2-brackets-before::before, .p-location-map__h2-brackets-after::before {
    width: 100%;
    height: 1px;
}
.p-location-map__h2-brackets-before::after, .p-location-map__h2-brackets-after::after {
    width: 1px;
    height: 100%;
}
.p-location-map__h2-brackets-before::before, .p-location-map__h2-brackets-before::after {
    top: 0;
    left: 0;
}
.p-location-map__h2-brackets-after::before, .p-location-map__h2-brackets-after::after {
    bottom: 0;
    right: 0;
}
.p-location-map__h2-brackets-before::before {
    background: linear-gradient(to right, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0) 100%);
}
.p-location-map__h2-brackets-before::after {
    background: linear-gradient(to bottom, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0) 100%);
}
.p-location-map__h2-brackets-after::before {
    background: linear-gradient(to right, rgba(170, 170, 170, 0) 0%, rgba(170, 170, 170, 1) 100%);
}
.p-location-map__h2-brackets-after::after {
    background: linear-gradient(to bottom, rgba(170, 170, 170, 0) 0%, rgba(170, 170, 170, 1) 100%);
}
.p-location-map__map-wrap {
    margin-bottom: 0px;
    }
.p-location-map__nav {
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    }
    .p-location-map__nav > div p{
        font-size: 40px;
    }

.p-location-map__nav::before {
    }
    .p-location-map__nav-group {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
        justify-content: space-between;
        width: 100%;
        max-width: 550px;
        /* max-width: 1220px; */
        /* margin: 0 auto 30px; */
        box-sizing: border-box;
        /* border-bottom: 4px solid rgb(0,129,83); */
        /* border-image: linear-gradient(90deg, rgba(0,129,83,1) 0%, rgba(136,89,37,1) 20%, rgba(3,58,104,1) 35%, rgba(113,112,113,1) 50%, rgba(0,96,148,1) 67%, rgba(223,165,64,1) 73%, rgba(177,44,73,1) 100%); */
        border-image-slice: 1;
    }
.p-location-map__nav-item {
    /* width: 13.5%; */
    /* background: #fff; */
    position: relative;
    }
.p-location-map__btn {
    border: 0;
    width: 100%;
    height: 60px;
    position: relative;
    background: #fff;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid;
    }
.p-location-map__btn[data-href="info01"] {
    color: #A9915C;
    background-color: #A9915C;
}
.p-location-map__btn[data-href="info02"] {
    color: #033a68;
    background-color: #033a68;	
}
.p-location-map__btn[data-href="info03"] {
    color: #006094;
    background-color: #006094;	
}
.p-location-map__btn[data-href="info04"] {
    color: #7c0e16;
    background-color: #7c0e16;	
}
.p-location-map__btn[data-href="info05"] {
    color: #649f7f;
    background-color: #0E7C3D;	
}
.p-location-map__btn[data-href="info06"] {	
    color: #5f3913;
    background-color: #5f3913;
}
.p-location-map__btn[data-href="info07"] {
    color: #717071;
    background-color: #3A3A3A;
}


.infowin_container h4{
    font-feature-settings: "palt";
}

.p-location-map__btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
    background-color: #fff;
    border-radius: 60px;
    /* color: #b4b4b5; */
    }
.p-location-map__btn span {
    position: relative;
    z-index: 2;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    }
.p-location-map__btn[data-href="store"] span{	
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}
.p-location-map__btn:hover, .p-location-map__btn.is-active {
    color: #fff;
    }
.p-location-map__btn:hover::before, .p-location-map__btn.is-active::before {
    opacity: 0;
    background: #3e3a39;
    color: #fff;
    }
    .p-location-map__btn > span > img{
    height: 25px;
    }
    .p-location-map__btn > .btn_life{
        display: block;
    }
    .p-location-map__btn:hover > .btn_life{
        display: none;
    }
    .p-location-map__btn:hover > .btn_life_on{
        display: block;
    }
    .p-location-map__btn.is-active > .btn_life{
        display: none;
    }
    .p-location-map__btn > .btn_life_on{
        display: none;
    }
    .p-location-map__btn.is-active > .btn_life_on{
        display: block;
    }
    
.p-location-map__map {
    }
.p-location-map__map-inner {
    display: flex;
    flex-wrap: wrap;
    /* background-color: #FFF; */
    justify-content: space-between;
    }
.p-location-map__map-area {
    width: 70.5%;
    }
#map, .p-location-map__menu {
    height: 650px;
    }
.p-location-map__menu {
    width: 28.5%;
    background-color: #fff;
    overflow-y: scroll;
    padding: 10px;
    }
.p-location-map__annotation {
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .1em;
}
/* menu
---------------------------------*/
.accordion h3, .accordion h3 a {
    height: 36px;
    text-indent: -9999px;
}
.accordion h3.leisure_title a {
    background-position: 0 0;
}
.accordion h3.shopping_title a {
    background-position: 0 -36px;
}
.accordion h3.food_title a {
    background-position: 0 -72px;
}
.accordion h3.living_title a {
    background-position: 0 -108px;
}
.ui-state-active a {
    display: none;
}
.accordion ol {
    counter-reset: number;
    margin: 0;
    padding: 0;
    background: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    /* overflow-y: scroll; */
    }
.accordion ol li {
    display: block;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    }
.accordion ol li:hover {
    background: #fff;
}
.accordion ol li::before {
    content: counter(number);
    counter-increment: number;
    position: absolute;
    top: 14px;
    left: 0px;
    z-index: 50;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    vertical-align: middle;
    height: 20px;
    padding-right: 2px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: italic;
    background:#000;
    }



.accordion ol li a {
    display: inline-block;
    color: #333;
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: middle;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
    width: 100%;
    font-feature-settings: "palt";
    }

.accordion .info01 ol li::before {
    background-color: #A9915C;
}
.accordion .info02 ol li::before {
    background-color: #033a68;
}
.accordion .info03 ol li::before {
    background-color: #045f94;
}
.accordion .info04 ol li::before {
    background-color: #7c0e16;	
}

.accordion .info05 ol li::before {
    background-color: #0f7c3e;
}
.accordion .info06 ol li::before {
    background-color: #5f3913;	
}
.accordion .info07 ol li::before {	
    background-color: #000;
}
.loc_nav_text{
    font-size: 10px;
    text-align: center;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 5px;
    /* color: #fff; */
}

/* 番号 */




.accordion .info01 ol li:nth-of-type(5):before{
content: "5";
}
.accordion .info01 ol li:nth-of-type(6):before{
content: "6";
}
.accordion .info01 ol li:nth-of-type(7):before{
content: "7";
}
.accordion .info01 ol li:nth-of-type(8):before{
content: "8";
}
.accordion .info01 ol li:nth-of-type(9):before{
content: "9";
}
.accordion .info01 ol li:nth-of-type(10):before{
content: "10";
}
.accordion .info01 ol li:nth-of-type(11):before{
content: "11";
}
.accordion .info01 ol li:nth-of-type(12):before{
content: "12";
}
.accordion .info01 ol li:nth-of-type(13):before{
content: "13";
}
.accordion .info01 ol li:nth-of-type(14):before{
content: "14";
}


.accordion .info06 ol li:nth-of-type(1):before{
    content: "1";
}
.accordion .info06 ol li:nth-of-type(2):before{
    content: "2";
}
.accordion .info06 ol li:nth-of-type(3):before{
    content: "3";
}
.accordion .info06 ol li:nth-of-type(4):before{
    content: "4";
}
.accordion .info06 ol li:nth-of-type(5):before{
    content: "5";
}
.accordion .info06 ol li:nth-of-type(6):before{
    content: "6";
}
.accordion .info06 ol li:nth-of-type(7):before{
    content: "7";
}
.accordion .info06 ol li:nth-of-type(8):before{
    content: "8";
}
.accordion .info06 ol li:nth-of-type(9):before{
    content: "9";
}
.accordion .info06 ol li:nth-of-type(10):before{
    content: "10";
}
.accordion .info06 ol li:nth-of-type(11):before{
    content: "11";
}
.accordion .info06 ol li:nth-of-type(12):before{
    content: "12";
}
.accordion ol li a span {
    display: block;
    font-size: 13px;
    padding-top: .5em;
}
.accordion ol li::before{width: 15px;height: 15px;line-height: 15px;}

.accordion ol p.list_ttl{
    position: relative;
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: 0;
    margin-right: 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
    padding: 0 0px;
}

.accordion ol p.list_ttl:after {
    content: "";
    right: 0;
    bottom: 50%;
    display: block;
    width: 100%;
    margin-left: 20px;
    transform: translateY(-50%);
    border-bottom: 2px dotted #000;
}
*:first-child + html .accordion ol li a {
    z-index: 1;
    width: 197px;
    float: left;
}
.accordion .caption {
    font-size: 11px;
    padding: 10px;
    color: #333;
    line-height: 1.4;
}

/* map
---------------------------------*/
#maparea {
    width: 100%;
    height: 600px;
    float: left;
}
#map {
    background: #fff;
    height: 650px;
    }

.accordion_area .page_lead02{
    margin-top: 20px;
    margin-bottom: 20px;
}

.loc_color01{
    color: #5d4d41 !important;
}
.loc_bg_none{
    background: none !important;
}

.cont1600{
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
}
/* // */
@media all and (max-width: 900px) {
    .p-location-map__nav-item {
    /* width: 32%; */
    margin-bottom: 2%;
    }
}
@media all and (max-width: 768px) {
.p-location-map__map{
    max-width: 600px;
    margin: 0 auto;
}
.p-location-map__map-area{
    width: 100%;
    /* margin-bottom:20px; */
}
.accordion ol li a{
font-size: 12px;
padding: 10px 10px 10px 25px;
}
.accordion ol li a span{font-size: 11px;}
.p-location-map__menu{
    width: 100%;
    height: 250px;
}
.p-location-map__nav{
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.p-location-map__nav > div{
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
}
.p-location-map__nav-group{
    margin: 0 auto;
}
.p-location-map__nav > div p{
    font-size: 28px;
}

.p-location-map__nav-item {
    margin-bottom: 4%;
}
#map {
    height: 550px;
}
.lifeinfo_area {
    padding-bottom: 80px;
}
}
@media all and (max-width: 550px) {
    .loc_nav_text {
    transform: translateX(-50%) scale(0.8);
}
    .p-contents-location-map {
    /* padding: 0px 0 25px; */
    background-image: url("../../img/location/sp/contents-decoration-white@sp.png");
    }
    .p-location-map__h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    }
    .p-location-map__h2-brackets {
    padding: 0 10px;
    }
    .p-location-map__nav {
        /* padding: 0 0 18px; */
        margin: 0 auto 30px;
    }
    .p-location-map__nav::before {
    /* display: none; */
    }
    .p-location-map__nav-item {
    /* width: 49%; */
    padding: 1px;
    }
    .p-location-map__btn {
    /* height: 45px; */
    font-size: 14px;
    }
    .p-location-map__nav::before {
        height: 102%;
        background-color: #F0ECE9;
    }
    .p-location-map__btn[data-href="store"] span{
        font-size: 11px;
    }
    .p-location-map__map-wrap {
    margin-bottom: 0px;
    }
    #page-location .content03 .content_inner{
        padding: 60px 20px 0;
    }
    .p-location-map__map {
    padding: 0;
    }
    .p-location-map__map-inner {
    padding: 0;
    margin: auto 0%;
    }
    .p-location-map__map-area {
    width: 100%;
    }
    #map {
    height: 320px;
    }
    .p-location-map__menu {
    width: 100%;
    height: 200px;
    }
    .accordion ol {
    border: none;
    }
}
@media all and (max-width: 375px) {
    .p-location-map__btn{
        font-size: 12px;
    }

}
@media all and (max-width: 360px) {
    .p-location-map__btn[data-href="store"] span {
        font-size: 11px;
    }

}





/* subhead */
.subhead{
    background-image: url(../img/location/subhead.jpg);
    background-position: center center;
}

.subhead::before{
    background-image: linear-gradient(#ec6d56, #f5b199);
}
.subhead::after{
    background-image: linear-gradient(#ec6d56, #f5b199);
}

.page_heading01{
    margin-top: 0;
}
.page_lead01{
    line-height: 2.4;
    position: relative;
    z-index: 1;
}

.img_cap.blk{
    color: #000;
}

.aerial01{
    max-width: 1200px;
    margin: 0 auto;
    /* margin-top: -80px; */
    mix-blend-mode: multiply;
}

.aerial01 .img_cap{
    bottom: 5em;
}

.aerial02{
    max-width: 1200px;
    margin: 0 auto;
    mix-blend-mode: multiply;
}

.page_heading03 {
    font-size: 21px;
    margin: 0 auto;
    color: #294763;
    line-height: 2;
    letter-spacing: 0.08em;
    font-weight: 500;
}

.loc_cap{
    font-size: 10px;
    margin-top: 0.5em;
    text-align: right;
}

/* areal_flex */

.areal_flex{
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}

.areal_flex_item{
    width: 48%;
    max-width: 500px;
}

.areal_flex_item:nth-of-type(n+3){
    margin-top: 60px;
}

.areal_flex_item01{
    width: 100%;
}

.areal_flex_item02{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.areal_flex_item03{
    width: 22%;
    max-width: 110px;
    display: flex;
}

.areal_flex_bd{
    width: 2px;
    height: 100%;
    background-color: #294763;
    margin-right: 5px;
}

.areal_flex_lead{
    width: 73%;
    max-width: 365px;
}
.areal_lead.page_lead01{
    font-size: 12px;
    line-height: 2;
    text-align: left;
}
.areal_flex_lead p:first-of-type{
    font-size: 22px;
    color: #294763;
}
.areal_flex_lead p:last-of-type{
    margin-top: 2.5em;
}

.areal_flex_point{
    border-left: #294763 1px solid;
    border-right: #294763 1px solid;
    flex-grow: 1;
    text-align: center;
    padding: 5px 10px 0;
}

/* .areal_flex_point p:first-of-type{
    margin-bottom: 0.8em;
}
.areal_flex_point p:last-of-type{
    font-size: 3em;
    font-family: "Libre Caslon Display", serif;
} */

/* btn_box */
.loc_btn_box{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.loc_btn_item{
    width: 23.1%;
    max-width: 254px;
}


.loc_sec_ttl_box{
    padding: 0 20px;
    margin: 0 auto 40px;
}

.loc_sec_ttl {
    padding: 1em 0;
    font-size: 34px;
    letter-spacing: 0.1em;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
}

.loc_sec_ttl_en {
    grid-column: 1;
    justify-self: start;
}

.loc_sec_ttl_ja {
    grid-column: 2;
    justify-self: center;
    line-height: 1.5;
    font-weight: 500;
}

.loc_sec_ttl_en {
    height: 20px;
}
.loc_sec_ttl_en img{
    height: 100%;
    width: auto;
}

.loc_sec_ttl_en img {
    display: block;
    max-width: 100%;
}

.loc_sec_box{
    margin-bottom: 120px;
    margin-top: -120px;
    padding-top: 120px;
}
#leisure_sec.loc_sec_box{
    /* margin-bottom: 80px; */
    margin-bottom: 0px;
}
.leisure_bg{
    background: #d7e8ed;
    /* padding: 40px 0 100px; */
    padding: 40px 0 60px;
}

#shopping_sec .loc_sec_ttl_box{
    background: #fbece7;
}
#park_sec .loc_sec_ttl_box{
    background: #d7e8ed;
}
#leisure_sec .loc_sec_ttl_box{
    background: #d7e8ed ;
    margin-bottom: 0;
}
#education_sec .loc_sec_ttl_box{
    background: #fbece7 ;
}
#medical_sec .loc_sec_ttl_box{
    background: #d7e8ed ;
}

.lightbox_cap{
    font-size: 10px;
    text-align: right;
}

.loc_item_flex{
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}


.loc_item.col1{
    max-width: 780px;
    margin: 0 auto 80px;
}
.loc_item.col2{
    width: 47%;
    max-width: 500px;
}
.loc_item.col2:nth-child(n + 3){
    margin-top: 60px;
}
.loc_item.col3:nth-child(n + 4){
    margin-top: 60px;
}
.loc_item.col3{
    width: 32%;
    max-width: 330px;
}
.loc_item.col4{
    width: 23%;
    max-width: 245px;
}

.loc_item_img{
    margin: 0 auto 20px;
}
.loc_item_dtl{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4%;
}
.loc_item.col1 .loc_item_dtl{
    align-items: center;
}
.loc_item.col3 .loc_item_dtl{
    display: block;
}
.loc_item.col3.kumon .loc_item_dtl{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.loc_item.col3.kumon .loc_item_dtl:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #000;
}
.loc_item.col4 .loc_item_dtl{
    display: block;
}
.sea_paradise .loc_item.col2 .loc_item_dtl{
    display: block;
}
.sea_paradise .loc_item_img{
    margin-bottom: 0;
}
.sea_paradise.loc_item_flex{
    align-items: flex-end;
    margin: 0 auto 40px;
}

.loc_item_dtl_txt{
    text-align: center;
}
.loc_item_name{
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    letter-spacing: 0.05em;
}
.font_l .loc_item_name{
    font-size: 24px;
}
.font_l02 .loc_item_name{
    font-size: 22px;
}

.loc_item_name span{
    font-size: 0.65em;
}
.loc_item_lead{
    font-size: 13px;
    line-height: 2;
    margin-top: 2em;
}

.loc_item_min{
    text-align: center;
}
.loc_item.col1 .loc_item_min{
    height: 116px;
}
.loc_item.col2 .loc_item_min{
    height: 75px;
}
.loc_item.col3 .loc_item_min{
    height: 75px;
    margin-top: 20px;
}
.loc_item.col3.kumon .loc_item_min{
    height: 50px;
    margin-top: 0px;
    max-width: 153px;
    width: 48%;
    text-align: left;
}
.loc_item.col4 .loc_item_min{
    height: 75px;
    margin-top: 20px;
}

.sea_paradise .loc_item.col2 .loc_item_min{
    margin: 20px auto 40px;
}
.loc_item_min img{
    width: auto;
    height: 100%;
}

.shopping01_logo{
    max-width: 730px;
    margin: 40px auto 0;
    mix-blend-mode: multiply;
}


#park_sec .loc_item_flex:not(:last-child){
    padding: 0 0 40px;
    margin: 0 auto 40px;
    border-bottom: solid 1px #294763;
}
.loc_item.col2.park_map{
    width: 51%;
    max-width: 550px;
}
.loc_item.col2 .loc_item_lead{
    text-align: justify;
    margin: 0 auto;
}
.loc_item.col2.park_map .loc_item_lead{
    margin: 1em 0 0 auto;
    width: 91%;
}


.loc_item_cap{
    font-size: 10px;
    margin-top: 1em;
    text-align: left;
    display: inline-block;
}

.loc_item_list{
    border-top: solid 1px #294763;
    border-bottom: solid 1px #294763;
    padding: 30px 10px;
    margin: 20px auto 0;
}


.loc_item_list .loc_item_dtl{
    justify-content: left;
    /* justify-content: space-between; */
    align-items: flex-end;
    gap: 20px;
}
.loc_item_list ul{
    /* max-width: 950px; */
    max-width: 1080px;
    margin: 0 auto;
}
.loc_item_list li:not(:last-child){
    margin-bottom: 30px;
}
.loc_item_list .loc_item_dtl_txt{
    text-align: left;
}
.loc_item_list .loc_item_min{
    height: 54px;
}

.areal_flex_lead p:first-of-type .areal_lead_01{
    font-size: 0.9em;
    white-space: nowrap;
}
.leisure03_min{
    height: 95px !important;
}
.mark_yotei{
    position: absolute;
    width: 20%;
    right: -4%;
    top: -7%;
}

.medical03_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.medical03_flex li{
    width: 48%;
}

.medical03_flex li .loc_item_dtl{
    justify-content: space-between;
}

/* .medical03_flex li:nth-of-type(2){
    width: 44%;
} */



@media screen and (max-width: 1500px) {
.loc_sec_box{
    margin-top: -100px;
    padding-top: 100px;
}
}
@media screen and (max-width: 1120px) {
.font_l02 .loc_item_name{
    font-size: 20px;
}
}

@media screen and (max-width: 1100px) {
.areal_flex_item03 {
    width: 18%;
}
.areal_flex_lead {
    width: 78%;
    max-width: 365px;
}
.areal_flex_lead p:last-of-type {
    margin-top: 2em;
}
.areal_flex_lead p:first-of-type {
    font-size: 20px;
}
.loc_sec_ttl {
    font-size: 26px;
}
.loc_sec_ttl_en {
    height: 18px;
}
.loc_item_name {
    font-size: 18px;
}
.font_l .loc_item_name{
    font-size: 18px;
}
.font_l02 .loc_item_name{
    font-size: 18px;
}

.loc_item.col1 .loc_item_min {
    height: 100px;
}
.loc_item.col2 .loc_item_min {
    height: 60px;
}
.loc_item.col2.park_map .loc_item_lead {
    margin: 0em 0 0 auto;
    width: 91%;
}
.loc_item.col4 .loc_item_min {
    height: 60px;
}
.loc_item.col3 .loc_item_min {
    height: 55px;
}
.loc_item.col3.kumon .loc_item_min {
    height: 40px;
}

.leisure03_min{
    height: 75px !important;
}
}



@media screen and (max-width: 1000px) {
.loc_item_name {
    font-size: 16px;
}
.font_l .loc_item_name{
    font-size: 16px;
}
.font_l02 .loc_item_name{
    font-size: 16px;
}

.loc_item.col2 .loc_item_min {
    height: 40px;
}
.loc_item_lead {
    margin-top: 1em;
    font-size: 12px;
}
.loc_item.col1 .loc_item_min {
    height: 80px;
}
.shopping01_logo {
    max-width: 500px;
}
.loc_sec_ttl {
    font-size: 22px;
}
.areal_flex_lead p:first-of-type {
    font-size: 18px;
}
.areal_flex_item02{
    flex-wrap: wrap;
    margin-top: 20px;
}
.areal_flex_lead{
    width: 100%;
    max-width: unset;
}
.areal_flex_item03 {
    width: 100%;
    max-width: unset;
    flex-wrap: wrap;
    margin: 0 auto 20px;
}
.areal_flex_bd {
    width: 100%;
    height: 1px;
    background-color: #294763;
    margin-right: 0;
    margin-bottom: 5px;
}
.areal_flex_point {
    border-left: none;
    border-right: none;
    border-top: #294763 1px solid;
    border-bottom: #294763 1px solid;
    padding: 10px 10px;
}
.areal_flex_point img{
    max-width: 50px;
    margin: 0 auto;
}
.areal_flex_lead p:last-of-type {
    margin-top: 1em;
}
.areal_lead br{
    display: none;
}
.loc_sec_ttl_en {
    height: 16px;
}
.loc_item.col4 .loc_item_min {
    height: 40px;
}
.sea_paradise .loc_item.col2 .loc_item_min {
    margin: 15px auto 10px;
}
.loc_item_list .loc_item_min {
    height: 40px;
}
.loc_sec_box {
    margin-bottom: 80px;
}
.col4 .loc_item_name{
    font-size: 14px;
}
.loc_item.col4 {
    width: 24%;
    max-width: unset;
}
.col3 .loc_item_name {
    font-size: 14px;
}
.loc_item.col3.kumon .loc_item_min {
    height: 35px;
}
.loc_item.col3 .loc_item_min {
    height: 40px;
}

.leisure03_min{
    height: 50px !important;
}
}



@media screen and (max-width: 750px) {
.loc_sec_box{
    margin-top: -52px;
    padding-top: 52px;
}
.aerial01 {
    /* margin-top: -50px; */
}
.loc_item_name {
    font-size: 14px;
}
.font_l .loc_item_name{
    font-size: 16px;
}
.font_l02 .loc_item_name{
    font-size: 14px;
}

.loc_item.col2 .loc_item_min {
    height: 35px;
}
.loc_item.col3 .loc_item_min {
    height: 35px;
    margin-top: 10px;
}
.loc_item.col4 .loc_item_min {
    height: 35px;
    margin-top: 10px;
}

.sea_paradise .loc_item.col2{
    width: 100%;
    max-width: unset;
    margin: 0 auto!important;
}
.sea_paradise .loc_item_img {
    margin: 0 auto 20px;
}
.page_heading03 {
    font-size: 18px;
}
.loc_sec_ttl {
    font-size: 20px;
}
.loc_sec_ttl_en {
    height: 12px;
}
.liffeinfo_ttl {
    font-size: 16px;
    margin-bottom: 30px;
}
.loc_item.col4 {
    width: 48%;
    max-width: unset;
}
.loc_item.col4:nth-child(n + 3) {
    margin-top: 20px;
}
.loc_item_flex.col4{
    max-width: 500px;
    margin: 0 auto;
}
.leisure_bg {
    /* padding: 30px 0 60px; */
    padding: 30px 0 40px;
}
.loc_item.col2 {
    width: 48%;
    max-width: unset;
}
.loc_item.col3 {
    width: 48%;
    max-width: unset;
}
.loc_item.col3:nth-child(n + 3) {
    margin-top: 30px;
}
.loc_item.col3.kumon .loc_item_dtl:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.subhead {
    background-position: center left 26%;
}
.aerial01 .img_cap {
    bottom: 1em;
}

.leisure03_min{
    height: 45px !important;
}
}



@media screen and (max-width: 650px) {
.subhead{
    background-position: center left 17%;
}
.areal_flex_item {
    width: 100%;
    max-width: 500px;
}
.areal_flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}
.areal_flex_item:nth-of-type(n+2){
    margin-top: 40px;
}
.loc_btn_item {
    width: 48%;
    max-width: unset;
}
.loc_btn_item:nth-child(n + 3){
    margin-top: 3%;
}
.loc_btn_box{
    max-width: 400px;
}
.loc_sec_ttl{
    display: block;
    text-align: center;
}
.loc_sec_ttl_en {
    grid-column: unset;
    justify-self: center;
    margin: 0 auto 10px;
}
.loc_sec_ttl_ja{
    grid-column: unset;
}
.loc_item.col1 .loc_item_dtl{
    flex-wrap: wrap;
}
.loc_item_dtl_txt{
    width: 100%;
}
.loc_item.col1 .loc_item_min {
    height: 70px;
    margin: 10px auto 0;
}
.shopping01_logo {
    margin: 20px auto 0;
}
.loc_item.col2 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.loc_item.col2:nth-child(n + 2) {
    margin-top: 30px;
}
.loc_item.col1 {
    max-width: 780px;
    margin: 0 auto 60px;
}
#park_sec .loc_item_flex:not(:last-child) {
    padding: 0 0 30px;
    margin: 0 auto 30px;
}
.loc_item.col2.park_map {
    width: 100%;
    max-width: unset;
}
.loc_item.col2.park_map .loc_item_lead {
    width: 100%;
}
.col4 .loc_item_name {
    font-size: 13px;
}
.col4 .loc_item_img{
    margin-bottom: 10px;
}
.col3 .loc_item_name {
    font-size: 13px;
}
.col3 .loc_item_img{
    margin-bottom: 10px;
}
.loc_item.col3.kumon .loc_item_dtl{
    flex-wrap: wrap;
}
.loc_item.col3.kumon .loc_item_min{
    width: 100%;
    text-align: center;
    margin: 10px auto 0;
}
.loc_sec_box {
    margin-bottom: 60px;
}
.loc_item_list .loc_item_name {
    font-size: 13px;
}
.loc_item_list .loc_item_dtl_txt {
    width: auto;
}

.areal_flex_lead p:first-of-type .areal_lead_01{
    font-size: 0.9em;
    white-space: initial;
}

.loc_item_list ul{
    max-width: 290px;
}

.medical03_flex li{
    width: 100%;
}
.medical03_flex li:nth-of-type(2){
    width: 100%;
}


.txt_just_sp{
    text-align: center;
}
.txt_just_sp > p{
    text-align: justify;
    display: inline-block;
}

.areal_flex_lead > p:first-of-type{
    text-align: center;
}

.areal_flex_item01.db650{
    margin-bottom: 20px;
}

.loc_item_dtl{
    flex-direction: column;
}
.loc_item_list .loc_item_dtl{
    flex-direction: row;
}

.loc_item.col2 .loc_item_min{
    margin-top: 10px;
}


}