@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;
    }
}

/* subhead */
.subhead{
    /* background-image: url(../img/location/subhead.jpg); */
}
#video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* lifeinfo_area */
.liffeinfo_ttl{
    font-size: 16px;
    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: 560px;
        /* 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;
}


/* shop renew */
.shopping_flex,.shopping_flex_ul > li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shopping_flex_ul > li{
    margin-bottom: 40px;
}
.shopping_flex_ul > li:last-of-type{
    margin-bottom: 0;
}
.shopping_flex_ul > li.shopping_img_two{
    /* margin-bottom: 120px; */
    margin-bottom: 10%;
}
.shopping_flex_img{
    width: 49%;
    max-width: 780px;
}
.shopping_flex_img_sub{
    position: absolute;
    width: 61%;
    max-width: 380px;
    right: -15%;
    bottom: -18%;
}


.shopping_name.shopping_flex_txt{
    width: 49%;
}

.shopping_logo_box{
    background: #fff;
    padding: 60px 0;
    margin: 60px auto;
}
.shopping_logo_box .page_lead02{
    text-align: center;
}
.shopping_logo{
    margin: 20px auto;
}

.shopping_flex_ul .shopping_name{
    order: initial;
}

.logo_viale_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 570px;
    margin: 20px auto 0;
}

.logo_viale_img,.logo_viale_txt{
    width: 48%;
    max-width: 270px;
}

.park_map_flex{
    display: flex;
    align-items: center;
    background: #fff;
    margin: 60px auto;
}
.park_map_flex_txt{
    width: 50%;
    padding: 0 10px;
}
.park_icn_flex{
    /* color: #5d4d41; */
}
.park_map_flex_txt .page_lead02{
    max-width: 600px;
    margin: 0 auto;
}
.park_map_flex_img{
    width: 50%;
}
.park_map_sp{
    display: none;
}

.park_icn_flex{
    display: flex;
    justify-content: space-between;
    max-width: 520px;
    margin: 0 auto 30px;
}
.park_icn_flex li{
    width: 20%;
}
.park_icn_flex p{
    font-size: 14px;
    text-align: center;
}

.loc_list_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.loc_list_flex li{
    width: 31%;
    max-width: 340px;
    margin-bottom:30px;
}
.loc_list_flex li.loc_list_two{
    width: 48%;
    max-width: none;
}

.loc_list_img{
    position: relative;
}
.loc_list_txt{
    color: #64747d;
}
.loc_list_name{
    font-size: 24px;
    margin: 15px 0 6px;
}
.loc_list_name02{
    font-size: 12px;
}
.loc_list_mark{
    position: absolute;
    right: -8%;
    bottom: -7%;
    width: 138px;
    height: 138px;
    /* background: #64747d; */
    background :#17737f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.loc_list_mark > div{
    text-align: center;
}
.loc_list_mark p{
    font-size: 30px;
    /* color: #eeeae0; */
    color: #fff;
}
.loc_list_mark p span{
    font-size: 18px;
}

.kumon_box{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 30px;
    border: 1px solid #64747d;
}
.kumon_img01,.kumon_img02{
    width: 30%;
}
.kumon_txt{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #5d4d41; */
}

.br_tab{
    display: none;
}

@media all and (max-width: 1100px) {
.br_tab{
    display: block;
}
}


@media all and (max-width: 1000px) {
    .shopping_flex_img_big{
        flex-wrap: wrap;
    }
    .shopping_flex_img_big .shopping_flex_img{
        width: 100%;
        max-width: none;
    }
    .shopping_flex_img_big .shopping_flex_txt{
        width: 100%;
    }

    .park_map_flex{
        flex-wrap: wrap;
    }
    .park_map_flex_img{
        width: 100%;
    }
    .park_map_flex_txt{
        width: 100%;
        padding: 30px 10px;
        order: 2;
    }

    .loc_list_mark{
        right: -6%;
        bottom: -7%;
        width: 100px;
        height: 100px;
    }
    .loc_list_mark p {
        font-size: 22px;
    }
    .loc_list_mark p span {
        font-size: 16px;
    }
    .loc_list_name {
        font-size: 20px;
    }



}

    
@media all and (max-width: 900px) {
    .p-location-map__nav-item {
    /* width: 32%; */
    margin-bottom: 2%;
    }
}
@media all and (max-width: 768px) {
.dn768{
    display: none;
}
.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;
}

}

@media all and (max-width: 650px) {
    .kumon_box{
        flex-wrap: wrap;
    }
    .kumon_img01, .kumon_img02 {
        width: 50%;
    }
    .kumon_txt {
        width: 100%;
    }

}

@media all and (max-width: 560px) {
    .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;
    }

    .park_icn_flex{
        margin: 0 auto 20px;
    }
    .park_icn_flex li {
        width: 24%;
    }
    .park_icn{
        max-width: 70px;
        margin: 0 auto;
    }
    .park_icn_flex p{
        font-size: 13px;
    }

    .park_map_pc{
        display: none;
    }

    .park_map_sp{
        display: block;
    }

    .park_scroll{
        overflow-x: scroll;
        overflow-y: hidden;
    }
    
    .park_scroll img {
        min-width: 800px;
    }



    .shopping_flex{
        flex-wrap: wrap;
    }

    .shopping_name01{
        order: 2;
    }
    .shopping_flex_ul .shopping_name{
        order: 2;
    }

    .shopping_flex_ul > li{
        flex-wrap: wrap;
    }

    .shopping_flex_ul > li.shopping_img_two .shopping_name{
        margin-top: 15%;
    }
    .shopping_name.shopping_flex_txt{
        width: 100%;
    }
    .shopping_flex_img {
        width: 100%;
    }

    .shopping_flex_img_sub{
        width: 50%;
        right: -3%;
    }
    .loc_list_mark {
        right: -4%;
    }
    

    .loc_list_flex li{
        width: 100%;
        max-width: none;
    }


    .sp_mb0{
        margin-bottom: 0 !important;
    }

    .loc_list_flex li:last-of-type{
        margin-bottom: 0;
    }

    .loc_list_flex li.loc_list_two{
        width: 100%;
    }

    .loc_list_name {
        font-size: 16px;
    }

    .kumon_box {
        margin-top: 30px;
    }

    .kumon_img01, .kumon_img02 {
        width: 100%;
    }


    .br_tab{
        display: none;
    }


    /* scroll */

    .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: 20px 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
		}
	}


}
@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;
    }

}

/* アコーディオン */
.and_more_ttl{
    text-align: center;
    margin-bottom: 15px;
}
.and_more_ttl img{
    height: 20px;
    width: auto;
}
.and_more_icon{
    text-align: center;
}
.and_more_icon img{
    width: 30px;
    transition: 0.5s;
    cursor: pointer;
}
.ac_header.open .and_more_icon img{
    transform: rotate(180deg);
    transition: 0.5s;
}

.andmore_l .shopping_name{
    /* text-align: right; */
}
.andmore_l .shopping_name02{
    /* text-align: right; */
    /* justify-content: right; */
}
.andmore_r .shopping_name{
    /* text-align: left; */
}
.andmore_r .shopping_name02{
    /* text-align: left; */
    /* justify-content: flex-start; */
}
.andmore_flex01{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.andmore_text{
    width: 44%;
    white-space: nowrap;
}
.andmore_img{
    width: 56%;
}
.andmore_l .andmore_img{
    margin-right: -20px;
}
.andmore_r .andmore_img{
    margin-left: -20px;
}
.ac_inner .andmore_item:first-child{
    margin-top: 40px;
}
.ac_inner .andmore_item:not(:last-child){
    margin-bottom: 40px;
}
.ac_inner{
     display: none;
}
/* .ac_inner{
     display: block;
} */

.bg_beige .shopping_name{
    color: #5d4d41;
}
.pl_movie_box{
    margin: 0px auto 40px;
}
.pl_text_box .page_heading03{
    margin-top: 20px;
}
.namiki_style_img{
    width: 90%;
    margin-left: -20px;
}
.p_l_area .page_sub_ttl_en,.shopping_area .page_sub_ttl_en{
    margin-bottom: 40px;
}
.namiki_style_box{
    margin-bottom: 40px;
}
.namiki_style_text_box .page_sub_ttl_en{
    margin: 10px auto 20px;
}
.leisure_text_img{
    max-width: 300px;
    margin: 20px auto;
}
.leisure_box .laisure_item:not(:last-child){
    margin-bottom: 60px;
}


/* beautiful namiki */
.beautiful_namiki .bg_beige02{
    padding: 20px 0 60px;
}
.beautiful_namiki .page_sub_ttl_en{
    margin-bottom: 30px;
}
.beautiful_namiki .page_heading01{
    margin-bottom: 20px;
}
.beautiful_namiki_plus {
    margin-top: 60px;
}


/* history_area */
.history_area .bg_navy{
    padding: 60px 0 30px;
}
.history_text_box{
    margin: 60px auto;
}
.history_img01{
    margin: 20px auto 0;
}
.history_area .page_heading02{
    margin-bottom: 20px;
}


/* comfort_area */
.comfort_area .bg_beige, .shopping_area .bg_navy, .p_l_area .bg_beige, .p_l_area .bg_beige02, .lifeinfo_area .bg_navy,.loc_sec{
    padding: 60px 0;
}
.p_l_area .bg_navy{
    padding: 0 0 60px;
}
.aerial02 .img_cap{
    color: #5d4d41;
}
.aerial02{
    margin: 20px auto;
}

/* shopping_area */
.shopping01{
    margin-top: 20px;
}
.shopping_name{
    text-align: center;
    /* font-size: 12px; */
    letter-spacing: 0.1em;
    /* color: #eeeae0; */
    margin-top: 10px;
}
.shopping_set{
    margin: 40px auto 60px;
    max-width: 600px;
}
.img_cap.shopping_set_cap{
    position: relative;
    bottom: initial;
    margin-top: 10px;
}
.bicycle{
    min-width: 30px;
    margin-right: 5px;
    max-width: 30px;
    display: inline-block;
}
.walk{
    min-width: 15px;
    margin-right: 5px;
    max-width: 15px;
    display: inline-block;
}
.loc_list_mark p span.walk_txt_l{
    font-size: 1.4em;
}

.shopping_name01{
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 20px;
    /* text-align: left; */
    display: inline-block;
}
.shopping_name01 span{
    font-size: 0.6em;
    display: block;
    margin-right: auto;
}
.andmore_text .shopping_name01{
    font-size: 16px;
}
.andmore_text .shopping_name03 p {
    font-size: 36px;
}
.andmore_text .shopping_name03 p span {
    font-size: 20px;
}
.andmore_text .shopping_name03 .bicycle {
    min-width: 40px;
    max-width: 40px;
}
.andmore_text .shopping_name03 .walk{
    min-width: 18px;
    margin-right: 10px;
    max-width: 18px;
}
.andmore_text .shopping_name02{
    font-size: 10px;
}

.shopping_name02{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    font-size: 12px;
}

.shopping_name03{
    display: flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
}
.shopping_name03 p{
    font-size: 45px;
    line-height: 1;
    font-weight: 500;
}
.shopping_name03 p span{
    font-size: 30px;
    position: relative;
    bottom: 0.1em;
}
.shopping_name03 .walk{
    min-width: 30px;
    margin-right: 10px;
    max-width: 30px;
}
.shopping_name03 .bicycle{
    min-width: 60px;
    margin-right: 10px;
    max-width: 60px;
}

.shopping01 .page_heading03{
    margin-top: 30px;
}
.shopping_set_item{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.shopping02{
    margin-bottom: 40px;
}
.over_img{
    margin: 0 auto;
}


/* black_column */
.black_column {
    margin-top: 40px;
    /* background: #373535; */
    background: #90bcb1;
    display: flex;
    justify-content: space-between;
    padding: 6%;
    flex-wrap: wrap;
}
.black_column_left {
    width: 100%;
}
.black_column_right {
    width: 100%;
    margin-top: 20px;
}
.page_heading01.gold {
    /* color: #c9bc9d; */
}
.page_lead02.tal.gold {
    /* color: #c9bc9d; */
}
.blackarea_inflex {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 30px;
    width: 100%;
    max-width: 510px;
    margin: 20px auto 0;
}
.blackarea_in {
    margin: 20px auto 0;
}
.blackarea_inflex p {
    width: 45%;
}
.black_area_img {
    position: relative;
    max-width: unset;
}

.sp_on {
    display: block;
}
.pc_on {
    display: none;
}
.sp_on > .page_lead02.tal.gold {
    font-size: 11px;
    display: flex;
    justify-content: center;
}
.pc_on_flex {
    display: none;
}

/* beautiful_namiki_plus */
.page_heading01.tal {
    text-align: left;
}
.beautiful_namiki_plus_img {
    position: relative;
    margin-bottom: 20px;
}
.beautiful_namiki_plus_flex_in {
    margin-bottom: 40px;
}
.beautiful_namiki_plus_flex_in.mbnone {
    margin-bottom: 0px;
}
.beautiful_namiki_plus_img.mbnone {
    margin-bottom: 0;
}
.sp_mb {
    margin-bottom: 20px;
}

.bg_green{
    background: #f1f1e1;
}
.bg_pink{
    background: #e7dacf;
}

.bg_green .shopping_name,.bg_green .page_heading03{
    color: #5d4d41;
}

@media screen and (min-width: 550px) {
    .shopping_name {
        font-size: 14px;
    }
    .shopping_name01 {
        font-size: 22px;
    }
    .shopping_name03 p {
        font-size: 70px;
    }
    .shopping_name03 p span {
        font-size: 40px;
    }
    .shopping_name03 .walk {
        min-width: 30px;
        max-width: 30px;
    }
    .andmore_text .shopping_name03 .walk{
        min-width: 20px;
        max-width: 20px;
    }
    .shopping_name03 .bicycle{
        min-width: 80px;
        max-width: 80px;
    }
    .shopping_name02 {
        /* font-size: 14px; */
        font-size: 12px;
    }

    .andmore_text .shopping_name01{
        font-size: 18px;
    }
    .andmore_text .shopping_name03 p {
        font-size: 45px;
    }
    .andmore_text .shopping_name03 p span {
        font-size: 25px;
    }
    .andmore_text .shopping_name03 .bicycle {
        min-width: 50px;
        max-width: 50px;
    }
    .andmore_text .shopping_name02{
        font-size: 12px;
    }


    /* black_area */
    .black_column {
        margin-top: 40px;
        /* background: #3e3a39; */
        background: #90bcb1;
        display: flex;
        justify-content: space-between;
        padding: 3%;
        align-items: center;
    }
    .black_column_left {
        width: 72%;
    }
    .black_column_right {
        width: 25%;
        margin-top: 0;
    }
    .page_heading01.gold {
        color: #c9bc9d;
    }
    .page_lead02.tal.gold {
        color: #c9bc9d;
    }
    .blackarea_inflex {
        display: flex;
        /* justify-content: space-between; */
        margin-top: 30px;
        width: 100%;
        max-width: 510px;
        margin: 30px auto 0;
    }
    .blackarea_inflex p {
        width: 45%;
    }
    .black_area_img {
        position: relative;
        max-width: 258px;
    }
    .sp_on {
        display: none;
    }
    .pc_on {
        display: block;
    }
    .pc_on_flex {
        display: flex;
    }

    /* beautiful_namiki_plus */
    .beautiful_namiki_plus_flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .beautiful_namiki_plus_flex_in2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .beautiful_namiki_plus_flex_in2 > div {
        width: 100%;
    }
    .beautiful_namiki_plus_flex_in2 > div:nth-of-type(1) {
        margin-bottom: 20px;
    }
    .beautiful_namiki_plus_flex_in {
        width: 48%;
        margin-bottom: 40px;
    }
    .beautiful_namiki_plus_img {
        position: relative;
        margin-bottom: 20px;
    }
    .font13 > .page_lead02.tal {
        font-size: 13px;
    }
    .beautiful_namiki_plus_flex_in.w100 {
        width: 100%;
    }
    .beautiful_namiki_plus_flex_in.w100.mbnone {
        margin-bottom: 0;
    }
    .sp_mb {
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 650px) {
    .leisure_text_img {
        max-width: 380px;
    }
    
    .liffeinfo_ttl {
        font-size: 18px;
    }
}
@media screen and (min-width: 751px) {
    .and_more_ttl img {
        height: 25px;
    }
    .shopping_set {
        margin: 80px auto;
    }
    .namiki_style_box {
        margin-bottom: 80px;
    }
    .pl_movie_box {
        margin: 0px auto 80px;
    }
    .comfort_area .bg_beige, .shopping_area .bg_navy, .p_l_area .bg_beige, .p_l_area .bg_beige02, .lifeinfo_area .bg_navy {
        padding: 80px 0;
    }
    .history_area .bg_navy{
        padding: 80px 0;
    }
    .shopping_name01 {
        font-size: 26px;
    }
    .shopping_name03 p {
        font-size: 60px;
    }
    .shopping_name03 p span {
        font-size: 40px;
    }
    .shopping_name03 .bicycle {
        min-width: 85px;
        max-width: 85px;
    }
    .andmore_text .shopping_name03 .walk {
        min-width: 30px;
        max-width: 30px;
    }

    .andmore_text .shopping_name01{
        font-size: 24px;
    }
    .andmore_text .shopping_name03 p {
        font-size: 65px;
    }
    .andmore_text .shopping_name03 p span {
        font-size: 35px;
    }
    .andmore_text .shopping_name03 .bicycle {
        min-width: 60px;
        max-width: 60px;
    }
    .andmore_text .shopping_name02{
        font-size: 12px;
    }
}
@media screen and (min-width: 800px) {
    .aerial01{
        max-width: 1100px;
        margin: 0 auto;
    }
    .over_img{
        max-width: 1100px;
    }
    .history_flex{
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .history_img01{
        margin: 0;
    }
    .history_flex > div{
        width: 48%;
    }
    .history_text_box{
        margin: 20px auto 0;
    }
    .history_area .bg_navy{
        /* padding: 60px 0; */
    }
    .andmore_flex01{
        flex-wrap: wrap;
    }
    .andmore_img{
        width: 100%;
    }
    .shopping_name{
        width: 100%;
    }
    .andmore_l .shopping_name{
        text-align: center;
    }
    .andmore_l .shopping_name02{
        justify-content: center;
    }
    .shopping_name{
        order: 2;
    }
    .andmore_text{
        order: 2;
    }
    .andmore_l .andmore_img{
        margin: 0 auto;
    }
    .andmore_r .andmore_img{
        margin: 0 auto;
    }
    .ac_flex{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .andmore_item{
        width: 48%;
        margin: 0 0 40px;
    }
    .ac_inner .andmore_item:first-child{
        margin: 0 0 40px;
    }
    .ac_flex{
        margin-top: 40px;
    }
    .liffeinfo_ttl {
        font-size: 20px;
    }
    .namiki_style_img{
        margin-left: unset;
    }
    .p_l_area .bg_navy{
        padding: 80px 0;
    }
    .ac_flex{
        margin-bottom: -40px;
    }
    .namiki_style_text_box .page_sub_ttl_en {
        margin: 20px auto 20px;
    }
    .laisure_item{
        /* display: flex; */
        /* justify-content: space-between; */
        max-width: 1140px;
        padding: 0 20px;
        margin: 0 auto;
    }
    .leisure_img{
        /* width: 50%; */
        /* margin: 0; */
    }
    .leisure_text_box{
        /* width: 46%; */
    }
    .pl_movie_box .pl_text_box{
        margin: 0 auto;
    }
    .namiki_style_movie_box .pl_text_box{
        margin: 0 auto;
    }
    .andmore_text{
        max-width: unset;
        width: 100%;
    }
    .shopping_name {
        /* font-size: 16px; */
    }
    .shopping_name .shopping_name02{
        /* font-size: 14px; */
    }
    .bicycle {
        min-width: 40px;
        max-width: 40px;
    }
    .walk {
        min-width: 20px;
        max-width: 20px;
    }
}
@media screen and (min-width: 1000px) {
    .and_more_ttl img {
        height: 30px;
        width: auto;
    }
    .and_more_ttl {
        margin-bottom: 20px;
    }
    .and_more_icon img {
        width: 40px;
    }
    
    .shopping_name {
        /* font-size: 18px; */
    }
    .shopping_set {
        max-width: 700px;
    }
    .leisure_text_img {
        max-width: 500px;
        margin: 40px auto 30px;
    }
    .shopping_name01 {
        font-size: 30px;
    }
    .shopping_name03 p {
        font-size: 90px;
    }
    .shopping_name03 p span {
        font-size: 60px;
    }
    .shopping_name03 .walk {
        min-width: 40px;
        max-width: 40px;
    }
    .andmore_text .shopping_name03 .walk {
        /* min-width: 24px; */
        /* max-width: 24px; */
    }
    .shopping_name .shopping_name02 {
        font-size: 12px;
    }
    .shopping_name03 .bicycle {
        min-width: 90px;
        max-width: 90px;
    }

    .andmore_text .shopping_name01{
        font-size: 24px;
    }
    .andmore_text .shopping_name03 p {
        font-size: 65px;
    }
    .andmore_text .shopping_name03 p span {
        font-size: 35px;
    }
    .andmore_text .shopping_name03 .bicycle {
        min-width: 60px;
        max-width: 60px;
    }
    .andmore_text .shopping_name02{
        font-size: 12px;
    }
    .andmore_text .shopping_name03{
        /* justify-content: left; */
    }
    .andmore_text .shopping_name02{
        justify-content: center;
    }
    .andmore_r .shopping_name {
        text-align: center;
    }

    .bicycle {
        min-width: 50px;
        max-width: 50px;
    }
    .walk {
        min-width: 25px;
        max-width: 25px;
    }
    
    .beautiful_namiki_plus_flex_in2 > div {
        width: 48%;
    }
    .beautiful_namiki_plus_flex_in2 > div:nth-of-type(1) {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .shopping_name01 {
        font-size: 38px;
    }

    
}
