@charset "UTF-8";
/* header h1::before {
    content: "";
    line-height: 1;
    margin: 4px 0 0;
} */
html{scroll-behavior: smooth;}
/* .gnav li a.parkfront {
    background: rgba(173,181,89,1);
} */

.location_lead_bg {
    padding: 80px 0;
}
/* .location_lead_bg .sec_ttl_ja{
    margin-bottom: 0;
} */

#umejima,#nishiarai,#adachi {
    padding-top: 135px;
    margin-top: -135px;
}
.parkfront_mv{
    position: relative;
}
.parkfront_mv_ttl{
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #fff;
    opacity: 0.5;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.parkfront_mv_ttl02{
    text-align: center;
    color: #489744;
    line-height: 1.5;
    font-size: 52px;
}

.park_front_grid{
    display: flex;
    justify-content: space-between;
    margin: 0.5% 0 0;
    flex-wrap: wrap;
}
.grid_side.left{
    /* margin-right: 0.5%; */
}
.grid_side.right{
    /* margin-left: 0.5%; */
}
.grid_center{
    background: url(../img/location/grid_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.grid_center.bg0 {
    background: unset;
}
.grid_side_item:first-child{
    margin-bottom: 10px;
}
.grid_center.mb0 {
    margin-bottom: 0;
}
.grid_side_item.mb0 {
    margin-bottom: 0;
}
.grid_side{
    width: 26.5%;
    /* max-width: 508px; */
}
.grid_center{
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 0.5%; */
    /* max-width: 883px; */
}
.grid_inner{
    width: 90%;
    margin: 0 auto;
}
.grid_ttl{
    /* margin-bottom: 30px; */
}
.grid_lead{
    text-align: justify;
    line-height: 2;
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
    letter-spacing: 0.1em;
}

#park_city{
    padding: 80px 0;
    background: url(../img/common/content_bg.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
}
.park_city_text_box{
    position: relative;
}
.park_city_deco{
    position: absolute;
    bottom: 0;
    max-width: 205px;
}
.park_city_deco.left{
    left: -3%;
}
.park_city_deco.right{
    right: -3%;
}
.belmont_park_map{
    margin-top: 40px;
}

.belmont_park_list{
    display: flex;
    flex-wrap: wrap;
}
.belmont_park_item{
    width: calc(100% / 3);
    padding: 30px;
}
.belmont_park_item:nth-of-type(odd){
    background: #489744;
    color: #fff;
}
.belmont_park_item:nth-of-type(even){
    background: #fff;
    color: #489744;
}
.belmont_park_img{
    margin-bottom: 20px;
}
.belmont_park_ttl{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.belmont_park_num{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #d76c00;
    color: #fff;
    border-radius: 100px;
    margin-right: 10px;
}
.belmont_park_ttl_ja{
    font-size: 20px;
    margin-bottom: 0.2em;
}
.belmont_park_ttl_en{
    font-size: 10px;
    font-weight: 200;
}
.belmont_park_lead{
    text-align: justify;
    line-height: 1.8;
}
.belmont_park_num.other{
    font-size: 10px;
}
.belmont_park_item:nth-of-type(even) .belmont_park_num.other{
    background: #489744;
    color: #fff;
}
.belmont_park_item:nth-of-type(odd) .belmont_park_num.other{
    background: #fff;
    color: #489744;
}
.topic_flex{
    display: flex;
    position: relative;
}
.topic_flex::before{
    background: #5cb531;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}
.topic_img{
    width: calc(100% / 3);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .topic_img::before{
    background: #5cb531;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
} */
.topic_img img{
    position: relative;
}
.topic_text{
    width: calc(100% / 3 * 2);
    position: relative;
}
/* .topic_text::before{
    background: #5cb531;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
} */
.belmont_park_topic{
    margin-top: 80px;
}
.topic_text_inner{
    position: relative;
    padding: 0 20px 20px;
    max-width: 750px;
    margin: 0 auto;
}
.topic_ttl{
    max-width: 300px;
    margin: 0 auto 30px;
}
.topic_pin{
    color: #489744;
    background: #000;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 0.4em 1em;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 auto 10px;
}
.topic_ttl_ja{
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 0.8em;
    line-height: 1.5;
}
.topic_lead{
    line-height: 2.2;
    color: #fff;
}


.lifestyle_heading{
    position: relative;
    height: 530px;
    background: url(../img/parkfront/lifestyle_heading.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.lifestyle_bg{
    background: #efefe3;
    padding: 60px 0;
}
.lifestyle_item{
    background: #fff;
    margin-bottom: 60px;
}
.lifestyle_flex{
    max-width: 1600px;
    margin: 0 auto;
}
.lifestyle_img{
    max-width: 600px;
}
.lifestyle_text{
    padding: 20px;
    color: #489744;
    width: 800px;
}
.lifestyle_flex{
    display: flex;
    align-items: center;
    gap: 40px;
}
.lifestyle_ttl{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.lifestyle_ttl_en{
    font-size: 80px;
    padding-right: 0.3em;
    margin-right: 0.3em;
    border-right: solid 3px #489744;
    line-height: 1;
}
.lifestyle_ttl_ja{
    font-size: 28px;
}
.lifestyle_lead {
    line-height: 2;
}
.lifestyle_item:nth-of-type(even) .lifestyle_flex{
    justify-content: right;
}
.lifestyle_item:nth-of-type(even) .lifestyle_img{
    order: 1;
}
.lifestyle_item:last-child{
    margin-bottom: 0;
}


#adachiku{
    background: #eae7de;
    padding: 80px 0;
}
.adachiku_lead{
    line-height: 2.2;
    color: #489744;
    text-align: justify;
}
.adachiku_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.adachiku_img{
    position: relative;
}
.adachiku_text{
    width: 35%;
}
.adachiku_no1{
    width: 14%;
}
.adachiku_img{
    width: 44%;
}

.end_sepa{
    /* border-top: solid 60px #489744; */
    padding-top: 60px;
}



/* location */
.location_button_area {
    border-bottom: solid 3px #489744;
    padding: 50px 0;
}
.location_button_area_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.location_button_area a {
    display: block;
    width: 30%;
    height: 100%;
    background: #489744;
    font-size: 27px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.4em;
    padding: 20px 0;
    border-radius: 10px;
    transition: 0.3s;
}
.location_button_area a span {
    letter-spacing: 0;
}
.location_button_area a:hover {
    opacity: 0.7;
}

/* umejima_area */
.ttl_box_loc {
    margin: 80px auto;
}
.bg_image {
    background: url(../img/location/bg_image01.jpg);
    background-repeat: repeat-y;
    background-size: contain;
}
.sec_padding {
    padding: 80px 0;
} 
.white_box {
    padding: 5%;
    background: #fff;
}
.white_box_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.white_box_flex_left {
    padding-right: 20px;
    border-right: solid 2px #489744;
    width: 23%;
    padding: 10px 30px 10px 0px;
}
.white_box_flex_right {
    padding-left: 30px;
}
.content_ttl.mb0 {
    margin-bottom: 0;
}
.content_ttl.green , .content_lead.green {
    color: #489744;
}
.bg_white {
    background: #fff;
}
.white_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.white_flex_in {
    margin-bottom: 30px;
}
.white_flex_in:nth-of-type(n + 4) {
    margin-bottom: 0;
}
.white_flex_in.w100 {
    width: 100%;
}
.cap_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.cap_name {
    font-size: 15px;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cap_minuts {
    font-size: 30px;
    color: #fff;
    padding-right: 10px;
    padding-bottom: 3px;
}
.cap_minuts span.num {
    font-size: 50px;
    padding-left: 10px;
}
.cap_minuts span.min {
    font-size: 10px;
}
.white_flex_in.w45 {
    width: 48.5%;
}
.green_obi_box {

}
.mt100 {
    margin-top: 100px;
}
.mb60 {
    margin-bottom: 60px;
}
.green_obi {
    background: #489744;
    padding: 10px 20px 15px 20px;
    width: 100%;
}
.green_obi p {
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
}
.green_obi p span {
    font-size: 35px;
}
.content_ttl.green_obi_txt {
    margin-top: 1em;
    margin-bottom: 0.7em;
}
.cap_bottom {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 30px;
}
.green_obi_flex {
    display: flex;
    justify-content: space-between;
}
.green_obi_flex_right {
    width: 40%;
    margin-top: -30px;
}
.green_obi_flex_left {
    width: 54%;
}
.content_lead.justify {
    text-align: justify;
}
.subhead_img {

}
.min10_ttlarea {
    margin: 80px auto 100px;
}
.min10_ttl {
    max-width: 530px;
    margin: 0 auto 70px;
}
.green_rebon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , -0%);
    width: 100%;
}
.pt7p {
    padding-top: 7%;
    margin-bottom: -7%;
}
.bg_color01 {
    background: #fafaf5;
    padding-bottom: 150px;
}
.ttl_box_loc02 {
    padding: 80px 0 50px;
    margin: 0 auto;
}
.sec_ttl_ja.font_min {
    font-size: 2em;
}
.min10_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.min10_flex_in {
    width: 33%;
    margin-bottom: 30px;
}
.shop_name {
    margin: 30px auto 0px;
}
.shop_name01 {
    font-size: 24px;
    line-height: 1.3em;
    color: #489744;
    text-align: center;
    margin-bottom: 15px;
}
.shop_name02 {
    font-size: 27px;
    color: #489744;
    text-align: center;
    margin-bottom: 10px;
}
.shop_name02 span {
    font-size: 45px;
    padding-left: 10px;
}
.shop_name03 {
    font-size: 10px;
    color: #489744;
    text-align: center;
    margin-bottom: 20px;
}
.shop_name04 {
    font-size: 12px;
    color: #489744;
    text-align: center;
    margin-bottom: 20px;
}

.shop_name05 {
    font-size: 12px;
    color: #489744;
    text-align: center;
    margin-bottom: 20px;
}


.shop_lead {
    font-size: 15px;
    text-align: justify;
    color: #489744;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
}
.shop_name03.mb0 {
    margin-bottom: 0;
}
.bg_color01.bgcolor02 {
    background: #f6f8f3;
}
/* lifeinfo */

/* nishiarai */
.green_back_ttl {
    background: url(../img/location/greenback_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.green_back_ttl_img {
    width: 90%;
    margin: 0 auto;
}
.namebox01 {
    text-align: center;
    margin-bottom: 60px;
}
.namebox01_ttl {
    font-size: 38px;
    margin-bottom: 15px;
    color: #489744;
}
.namebox01_minuts {
    font-size: 20px;
    color: #489744;
}
.namebox01_minuts span.big {
    font-size: 28px;
}
.namebox01_minuts span.min {
    font-size: 10px;
}
.mb30 {
    margin-bottom: 30px;
}
.nishiarai_flex {
    display: flex;
    justify-content: space-between;
    margin-top: -50px;
}
.nishiarai_flex_in4 {
    width: 23%;
}
.feature {width: 65%;margin: 0 auto 20px;}
.nishiarai_name {
    font-size: 24px;
    margin-bottom: 15px;
    color: #489744;
    text-align: center;
}
.nishiarai_fleximg {margin-bottom: 15px;}
.nishiarai_lead {
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #489744;
    text-align: justify;
}
.nishiarai_obiarea {
    margin-top: 100px;
}
.nishiarai_bg {
    background: #489744;
}
.nishiarai_bg_flex {
    display: flex;
    align-items: center;
}
.nishiarai_bg_flex_img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    /* max-width: 1076px; */
}
.namebox02 {text-align: center;margin-bottom: 20px;}
.nishiarai_bg_flex_txt {
    width: 70%;
    padding-left: 30px;
}
.wh {
    color: #fff !important;
}
.mb30 {
    margin-bottom: 30px;
}
.nishiarai_bg_flex_img.right {
    margin-left: unset;
    margin-right: calc(50% - 50vw);
}
.nishiarai_bg_flex_txt.right {
    padding-left: unset;
    padding-right: 30px;
}
.nishiarai_feature {
    position: absolute;
    top: 5%;
    left: 0%;
    max-width: 150px;
}
.nishiarai_feature.right {
    left: unset;
    right: 0%;
}
/* adachi_infoarea */
.sec_padding.pa_b_0 {
    padding-bottom: 0;
}
.nishiarai_bg.bg02 {
    background: #dae5cd;
}
.nishiarai_bg_flex_txt.width02 {
    width: 97.5%;
}
/* childcare_area */
.childcare_area {
    background: #efefe3;
}
.childcare_box {
    background: #fff;
    padding: 5%;
}
.child_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.child_flex_in {
    width: 31%;
    margin-bottom: 40px;
}
.child_ttl {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}
.child_lead {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}
.child_lead02 {
    font-size: 17px;
    line-height: 2;
    text-align: justify;
}
.child_ttl.mb30 {
    margin-bottom: 30px;
}
.child_flex02 {
    display: flex;
    justify-content: space-between;
}
.child_flex02_in {
    width: 48.5%;
}
.mb50 {
    margin-bottom: 50px;
}
.child_flex02_in.w55 {
    width: 55%;
}
.child_flex02_in.w42 {
    width: 42%;
}
.child_img {
    max-width: 334px;
    margin: 0 auto;
}
.db1440 {
    display: none;
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1440px) {
    .lifestyle_ttl_en {
        font-size: 52px;
    }
    .lifestyle_ttl_ja {
        font-size: 20px;
    }
    .lifestyle_lead br{
        display: none;
    }

    .content_ttl.flex_area {
        font-size: 25px;
    }
    .db1440 {
        display: block;
    }
}

@media screen and (max-width: 1240px) {
    .parkfront_mv_ttl02 {
        text-align: center;
        color: #489744;
        line-height: 1.5;
        font-size: 38px;
    }
    .grid_ttl {
        /* margin-bottom: 10px; */
    }
    .grid_lead {
        font-size: 16px;
    }
    .grid_inner {
        width: 90%;
    }
    .park_city_deco {
        width: 16%;
    }
    .belmont_park_ttl_ja {
        font-size: 16px;
    }
    .belmont_park_num {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    .belmont_park_lead {
        font-size: 14px;
    }
    .belmont_park_num.other {
        font-size: 8px;
    }

    .topic_ttl_ja {
        font-size: 26px;
    }
    
    #adachiku {
        background: #eae7de;
        padding: 60px 0;
    }

    .lifestyle_img {
        max-width: 500px;
    }
    .lifestyle_ttl_en {
        font-size: 38px;
    }
    .lifestyle_ttl_ja {
        font-size: 16px;
    }
    .lifestyle_lead {
        line-height: 2;
        font-size: 14px;
    }
    .lifestyle_heading {
        height: 350px;
    }
    .adachiku_lead {
        line-height: 1.8;
        color: #489744;
        text-align: justify;
    }
    .topic_lead {
        line-height: 1.8;
    }
    .topic_pin {
        font-size: 24px;
    }
    .lifestyle_heading {
        height: 350px;
    }
    .parkfront_mv_ttl {
        font-size: 50px;
    }

    .cap_minuts {
        font-size: 25px;
    }
    .cap_minuts span.num {
        font-size: 40px;
    }
    .cap_name {
        font-size: 13px;
    }
    .green_obi p {
        font-size: 20px;
    }
    .green_obi p span {
        font-size: 30px;
    }
    .shop_name01 {
        font-size: 18px;
    }
    .shop_name02 {
        font-size: 21px;
    }
    .shop_name02 span {
        font-size: 35px;
    }
    .shop_lead {
        font-size: 13px;
    }
    .namebox01_ttl {
        font-size: 28px;
    }
    .namebox01_minuts {
        font-size: 18px;
    }
    .namebox01 {
        margin-bottom: 40px;
    }
    .nishiarai_name {
        font-size: 18px;
    }
    .feature {
        width: 60%;
    }
    .nishiarai_lead {
        font-size: 13px;
    }
    .content_lead {
        font-size: 13px;
    }
    .nishiarai_feature {
        max-width: 120px;
    }
    .child_ttl {
        font-size: 18px;
    }
    .child_lead {
        font-size: 13px;
    }
    .child_lead02 {
        font-size: 15px;
    }
}


@media screen and (max-width: 1000px) {
    .location_lead_bg {
        padding: 60px 0;
    }
    .parkfront_mv_ttl02 {
        font-size: 32px;
    }
    .park_front_grid{
        flex-wrap: wrap;
        margin: 1% 0 0;
    }
    .grid_center{
        /* margin: 1% 0; */
        width: 46%;
        /* padding: 30px 0; */
        margin-bottom: 0.5%;
        align-items: flex-start;
    }
    .grid_center.alcenter {
        align-items: center;
    }
    .grid_side{
        /* width: 100%; */
        /* display: flex; */
        margin-bottom: 0.5%;
        /* justify-content: space-between; */
        /* gap: 1%; */
    }
    .grid_lead {
        font-size: 14px;
    }
    .grid_side_item:first-child{
        margin-bottom: 0;
    }
    .grid_ttl {
        margin-bottom: 10px;
        max-width: 400px;
        /* margin: 0 auto 20px; */
        margin: 0 auto;
    }
    
    .belmont_park_item {
        width: calc(100% / 3);
        padding: 30px 20px;
    }

    .topic_lead {
        font-size: 14px;
    }
    .topic_ttl_ja {
        font-size: 22px;
    }
    .topic_ttl {
        max-width: 260px;
    }

    .lifestyle_heading {
        height: 350px;
    }
    .lifestyle_flex{
        flex-wrap: wrap;
        justify-content: center;
        gap: unset;
    }
    .lifestyle_img{
        width: 100%;
        max-width: unset;
        order: unset;
    }
    .lifestyle_lead {
        line-height: 1.8;
    }
    .lifestyle_item:nth-of-type(even) .lifestyle_img{
        order: unset;
    }
    .lifestyle_item:nth-of-type(even) .lifestyle_flex {
        justify-content: center;
    }

    .adachiku_lead {
        font-size: 14px;
    }
    .adachiku_text{
        width: 100%;
        margin-bottom: 30px;
    }
    .adachiku_flex {
        flex-wrap: wrap;
    }
    .adachiku_no1 {
        width: 24%;
    }
    .adachiku_img {
        width: 70%;
    }

    /* umejima_area */
    .ttl_box_loc {
        margin: 60px auto;
    }
    .sec_padding {
        padding: 60px 0;
    } 
    .min10_ttlarea {
        margin: 60px auto 80px;
    }

    .location_button_area {
        padding: 30px 0;
    }
    .location_button_area a {
        font-size: 20px;
        padding: 15px 0;
    }
    .cap_minuts {
        padding-bottom: 5px;
        font-size: 20px;
    }
    .cap_minuts span.num {
        font-size: 35px;
        padding-left: 5px;
    }
    .mt100 {
        margin-top: 60px;
    }
    .green_obi_flex {
        flex-wrap: wrap;
    }
    .green_obi_flex_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .green_obi_flex_right {
        width: 100%;
        max-width: 450px;
        margin-top: 0;
        margin: 0 auto;
    }
    .min10_ttl {
        max-width: 350px;
        margin: 0 auto 40px;
    }
    .sec_ttl_ja.font_min {
        font-size: 1.5em;
    }
    .min10_flex_in {
        width: 49%;
        margin-bottom: 30px;
    }
    .shop_name {
        margin: 20px auto 0px;
    }
    .shop_name02 {
        font-size: 19px;
    }
    .shop_name02 span {
        font-size: 30px;
    }
    .shop_name03 {
        margin-bottom: 15px;
    }
    .bg_color01 {
        padding-bottom: 60px;
    }
    .nishiarai_flex {
        margin-top: 20px;
        flex-wrap: wrap;
        margin-bottom: -30px;
    }
    .nishiarai_flex_in4 {
        width: 49%;
        margin-bottom: 30px;
    }
    .feature {
        width: 40%;
    }
    .nishiarai_obiarea {
        margin-top: 60px;
    }
    .nishiarai_bg_flex {
        flex-wrap: wrap;
    }
    .nishiarai_bg_flex_img {
        margin: 0 calc(50% - 50vw);
    }
    .nishiarai_bg_flex_txt {
        width: 100%;
        padding-left: 0;
        padding: 40px 0;
        order: 2;
    }
    .nishiarai_bg_flex_img.right {
        margin: 0 calc(50% - 50vw);
    }
    .child_flex {
        margin-top: 40px;
    }
    .child_flex_in {
        width: 49%;
        margin-bottom: 30px;
    }
    .child_flex02 {
        flex-wrap: wrap;
    }
    .child_flex02_in {
        width: 100%;
    }
    .child_flex02_in:first-of-type {
        margin-bottom: 30px;
    }
    .child_flex02_in.w55 {
        width: 100%;
        order: 2;
        margin-bottom: 0;
    }
    .child_flex02_in.w42 {
        width: 100%;
        margin-bottom: 30px;
    }
    .white_flex_in {
        margin-bottom: 20px;
    }
    .green_obi {
        padding: 10px 20px 10px 20px;
    }
    .mb50 {
        margin-bottom: 40px;
    }
    .nishiarai_bg_flex_txt.right {
        padding-right: 0;
    }
}


@media screen and (max-width: 900px) {
    #umejima,#nishiarai,#adachi {
        padding-top: 60px;
        margin-top: -60px;
    }
    .belmont_park_item {
        width: calc(100% / 2);
    }
    /* .belmont_park_item:nth-of-type(4n) {
        background: #489744;
        color: #fff;
    } */
    .belmont_park_item:nth-of-type(2), .belmont_park_item:nth-of-type(3), .belmont_park_item:nth-of-type(6), .belmont_park_item:nth-of-type(7) {
        background: #fff;
        color: #489744;
    }
    .belmont_park_item:nth-of-type(1), .belmont_park_item:nth-of-type(4), .belmont_park_item:nth-of-type(5), .belmont_park_item:nth-of-type(8), .belmont_park_item:nth-of-type(9) {
        background: #489744;
        color: #fff;
    }
    .belmont_park_item:nth-of-type(even) .belmont_park_num.other{
        background: #fff;
    color: #489744;
    }
    .lifestyle_ttl_en {
        font-size: 26px;
        border-right: solid 2px #489744;
    }
}

@media screen and (max-width: 750px) {
    .parkfront_mv_ttl02 {
        font-size: 26px;
    }
    
    .topic_flex{
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .topic_pin {
        font-size: 20px;
    }
    .topic_text{
        width: 100%;
    }
    .topic_img{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .lifestyle_heading {
        height: 250px;
    }
    .lifestyle_bg {
        padding: 40px 0;
    }
    .lifestyle_item {
        margin-bottom: 40px;
    }
    #adachiku {
        padding: 40px 0;
    }
}


@media screen and (max-width: 650px) {
    .belmont_park_item {
        width: 100%;
    }
    .belmont_park_item:nth-of-type(odd) {
        background: #489744;
        color: #fff;
    }
    .belmont_park_item:nth-of-type(even) {
        background: #fff;
        color: #489744;
    }
    .belmont_park_item:nth-of-type(even) .belmont_park_num.other {
        background: #489744;
        color: #fff;
    }
    .belmont_park_list {
        display: flex;
        flex-wrap: wrap;
        max-width: 450px;
        margin: 0 auto;
    }
    .parkfront_mv_ttl {
        font-size: 38px;
    }
    .parkfront_mv_ttl02 {
        font-size: 22px;
    }

    .grid_center.alcenter {
        width: 100%;
        margin-bottom: 1%;
    }
    .grid_side {
        width: 49.5%;
        margin-bottom: 1%;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    .order3 {
        order: 3;
    }
    .order4 {
        order: 4;
    }
    .order5 {
        order: 5;
    }
    .order6 {
        order: 6;
    }
    .grid_center.mb0 {
        width: 100%;
    }
    .grid_inner {
        margin: 10px 0;
    }
    .location_button_area a {
        width: 100%;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .location_button_area a:last-of-type {
        margin-bottom: 0;
    }
    .white_box_flex_left {
        width: 40%;
        margin-bottom: 20px;
    }
    .white_box_flex_right {
        padding-left: 0;
        width: 100%;
    }
    .cap_name {
        font-size: 12px;
        padding-bottom: 5px;
    }
    .cap_minuts {
        font-size: 15px;
    }
    .cap_minuts span.num {
        font-size: 30px;
        padding-left: 5px;
    }
    .white_flex_in.w45 {
        width: 100%;
    }
    .white_flex_in:nth-of-type(n + 4) {
        margin-bottom: 20px;
    }
    .white_flex_in:last-of-type {
        margin-bottom: 0;
    }
    .green_obi p {
        font-size: 18px;
    }
    .mb60 {
        margin-bottom: 40px;
    }
    .min10_ttl {
        max-width: 250px;
        margin: 0 auto 30px;
    }
    .min10_ttlarea {
        margin: 40px auto 60px;
    }
    .ttl_box_loc02 {
        padding: 60px 0 40px;
        margin: 0 auto;
    }
    .sec_ttl_ja.font_min {
        font-size: 1.3em;
    }
    .min10_flex_in {
        width: 100%;
    }
    .bg_color01 {
        padding-bottom: 40px;
    }
    .green_back_ttl_img {
        width: 100%;
    }
    .green_back_ttl {
        padding: 20px 0;
    }
    .namebox01_ttl {
        font-size: 22px;
    }
    .namebox01_minuts {
        font-size: 15px;
    }
    .namebox01_minuts span.big {
        font-size: 23px;
    }
    .namebox01 {
        margin-bottom: 30px;
    }
    .nishiarai_flex_in4 {
        width: 100%;
    }
    .feature {
        width: 30%;
    }
    .nishiarai_bg_flex_txt {
        padding: 20px 0;
    }
    .nishiarai_feature {
        max-width: 90px;
        top: 3%;
        left: -2%;
    }
    .nishiarai_feature.right {
        left: unset;
        right: -2%;
    }
    .content_ttl.flex_area {
        font-size: 20px;
    }
    .child_flex {
        margin-top: 30px;
    }
    .child_flex_in {
        width: 100%;
    }
    .child_ttl {
        margin-top: 20px;
    }
    .child_ttl.mb30 {
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .child_lead02 {
        font-size: 14px;
    }
    .child_flex02_in:first-of-type {
        margin-bottom: 20px;
    }
    .child_flex02_in.w42 {
        margin-bottom: 20px;
    }
    .child_flex02_in.w55 {
        margin-bottom: 0;
    }
    .green_obi {
        padding: 10px 20px 5px 20px;
    }
    .content_lead.green.mb30 {
        text-align: justify;
    }
    .cap_bottom {
        margin-top: 20px;
    }
    .shop_name05 {
        font-size: 12px;
        color: #489744;
        text-align: center;
        margin-bottom: 0px;
    }

    .loc_slider .min10_flex{
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    
}


@media screen and (max-width: 600px) {
    
}


@media screen and (max-width: 550px) {
    .park_city_deco {
        width: 26%;
        opacity: 0.3;
    }
    .park_city_deco.left {
        left: -14%;
    }
    .park_city_deco.right {
        right: -14%;
    }
    .belmont_park_lead {
        font-size: 12px;
    }
    .topic_ttl_ja {
        font-size: 20px;
    }
    .topic_ttl {
        margin: 0 auto 10px;
    }
    .topic_pin {
        margin: 0 auto 20px;
    }
    .belmont_park_map_img{
        overflow-x: scroll;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        width: 100%;
    }
    .belmont_park_map_img img{
        width: 620px;
        padding-bottom: 10px;
    }
    .belmont_park_map{
        margin-bottom: 40px;
    }
}



/* --------------- life_info_ara ----------------- */

.tab_sec {
	margin: 60px auto;
}

.tab-group {
	display: flex;
	justify-content: center;
	width: 100%;
}

.tab-group>a {
	flex-grow: 1;
	width: 100%;
	padding: 0;
	border: none;
}

.tab-group>a>li {
	width: 100% !important;
}

#tab_start {
	max-width: 1400px;
	margin: 40px auto;
	box-sizing: border-box;
}

.tab {
	flex-grow: 1;
	padding: 15px 0px;
	list-style: none;
	border: solid 1px #fff;
	border-bottom: none;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	font-size: 1em;
	color: #333;
	letter-spacing: 2px;
	width: 175px;
	font-weight: bold;
	box-sizing: border-box;
}

.tab_02 {
	border-radius: 0 0 10px 15px !important;
}

.tab-group li {
	position: relative;
	background: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-group li:nth-of-type(2n) {
	background: #efefef;
}

.tab01_bg {
	border-top: 3px solid #f39c00;
}

.tab02_bg {
	border-top: 3px solid #006328;
}

.tab03_bg {
	border-top: 3px solid #beb100;
}

.tab04_bg {
	border-top: 3px solid #a562a4;
}

.tab05_bg {
	border-top: 3px solid #006ab7;
}
.tab06_bg {
	border-top: 3px solid #009945;
}

.tab-group li.is-active .p-loc_button {
	padding: 5px 0 0px;
	font-size: 15px;
	border-top: none;
	color: #fff;
}

.tab-group li.is-active::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.tab-group li.is-active.tab01_bg {
	background: #f39c00;
	color: #fff;
}

.tab-group li.is-active.tab01_bg::after {background: #f39c00;}

.tab-group li.is-active.tab02_bg {
	background: #006328;
	color: #fff;
}

.tab-group li.is-active.tab02_bg::after {
	background: #006328;
}


.tab-group li.is-active.tab03_bg {
	background: #beb100;
	color: #fff;
}

.tab-group li.is-active.tab03_bg::after {
	background: #beb100;
}

.tab-group li.is-active.tab04_bg {
	background: #a562a4;
	color: #fff;
}

.tab-group li.is-active.tab04_bg::after {
	background: #a562a4;
}

.tab-group li.is-active.tab05_bg {
	background: #006ab7;
	color: #fff;
}

.tab-group li.is-active.tab05_bg::after {
	background: #006ab8;
}

.tab-group li.is-active.tab06_bg {
	background: #009945;
	color: #fff;
}

.tab-group li.is-active.tab06_bg::after {
	background: #009945;
}

.panel-group {
	height: auto;
	border-top: none;
}

.panel {
	display: none;
	padding: 20px;
}

.panel h3 {
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
}

.panel p {
	font-size: 15px;
	line-height: 1.7em;
	letter-spacing: 0;
}
.panel.is-show02 {
	display: block;
}

.panel_cap {
	font-size: 10px !important;
}

.tab_blue_h {
	font-weight: bold;
	color: #419cc0;
	font-size: 22px;
}

.tab_pink_h {
	font-weight: bold;
	color: #ce749c;
	font-size: 22px;
}

.tab_green_h {
	font-weight: bold;
	color: #b1c270;
	font-size: 22px;
}

/* tab01 */
.panel01 {
	border: 1px solid #f39c00;
}


.panel02 {
	border: 1px solid #006428;
}

.panel03 {
	border: 1px solid #beb100;
}

.panel04 {
	border: 1px solid #a562a4;
}

.panel05 {
	border: 1px solid #006ab7;
}

.panel06 {
	border: 1px solid #009945;
}

.panel_flex {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.map_li_img {
	width: calc(100% - 340px);
}

.map_li_info {
	width: 330px;
	position: absolute;
	right: 0;
	height: 100%;
	overflow-y: scroll;
}

.map_li_info dl {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
}

.map_li_info dl dt {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map_li_info dl dd {
	width: calc(100% - 50px);
	font-size: 13px;
}

.map_li_info dl dd span {
	font-size: 10px;
}

.map_li_info dl dt span {
	color: #fff;
}

.map_li01_color dl dt {
	background: #f39c00;
}

.map_li02_color dl dt {
	background: #006428;
}

.map_li03_color dl dt {
	background: #beb100;
}

.map_li04_color dl dt {
	background: #a562a4;
}

.map_li05_color dl dt {
	background: #006ab7;
}

.map_li06_color dl dt {
	background: #009945;
}
@media(max-width:767px){
	
	.tab-group li {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 70px;
		line-height: 1.3;
	}

	.tab-group li.is-active {
		padding: 0 0 15px;
	}

	.panel {
		padding: 10px;
	}

    .tab-group li.is-active .p-loc_button {
        padding: 0px 0 0px;
        font-size: 12px;
    }
}
@media(max-width:650px){
/*life info*/

.tab {
	border-left: none;
	border-right: none;
}

#tab_start {
	margin: 20px auto;
}

.tab-group {
	flex-wrap: wrap;
	width: 100%;
}

.tab-group li {
	width: 50%;
}

.tab-group li:nth-of-type(2n) {
	background: #fafafa;
}

.panel_flex {
	flex-wrap: wrap;
}

.map_li_img {
	width: 100%;
	margin: 0 0 20px;
}

.map_li_info {
	width: 100%;
	position: relative;
	right: initial;
	height: 230px;
	overflow-y: scroll;
}

.tab-group li:nth-of-type(1),
.tab-group li:nth-of-type(3),
.tab-group li:nth-of-type(5) {
	border-right: 1px solid #ddd;
}


.tab-group li.is-active {
	padding: 5px 0 0;
}

.tab-group li.is-active::after {
	content: none;
}



}
@media(max-width:550px){
}














/* location_lifeinfo */
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.loc_sendai_buttonarea {
	display: flex;
	justify-content: center;
	width: 100%;
}
.loc_sendai_buttonarea li.loc_sendai_buttonarea_button {
	width: 25%;
}
.p-loc_button {
	/* background: #b9b3b0; */
	text-align: center;
	transition: 0.3s;
	opacity: 1;
	width: 100%;
	padding: 15px 0;
	font-size: 15px;
	letter-spacing: 0.2em;
	/* border-right: solid 1px #fff; */
	color: #000;
}
.p-loc_button.is-active {
	/* background: #746838; */
	opacity: 1;
    color: #fff;
}

/* lifeinfo */
.p-contents-location-map {
	/*background-image: url("../../img/location/contents-decoration-white@2x.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;*/
	}
  .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: space-between;
	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: 460px;
		/* 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;
	padding-top: 20px;
	}
  .p-location-map__map-area {
	width: 68%;
	}
  #map, .p-location-map__menu {
	height: 650px;
	}
  .p-location-map__menu {
	width: 30%;
	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: 16px;
	vertical-align: middle;
	height: 20px;
	padding-right: 0;
	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: flex; */
	justify-content: space-between;
	align-items: center;
	color: #333;
	position: relative;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: middle;
	text-decoration: none;
	padding: 10px 10px 10px 60px;
	width: 100%;
	font-feature-settings: "palt";
	}

.accordion .info01 ol li::before {
	background-color: #f39c00;
}
.accordion .info02 ol li::before {
	background-color: #006328;
}
.accordion .info03 ol li::before {
    background-color: #beb101;
}
.accordion .info04 ol li::before {
    background-color: #a662a5;
}

.accordion .info05 ol li::before {
    background-color: #006ab8;
}
.accordion .info06 ol li::before {
    background-color: #019945;
}
.accordion .info07 ol li::before {	
    background-color: #000;
}

/* 番号 */




/* .accordion .info01 ol li:nth-of-type(5):before{
  content: "4";
}
.accordion .info01 ol li:nth-of-type(6):before{
  content: "5";
}
.accordion .info01 ol li:nth-of-type(7):before{
  content: "6";
}
.accordion .info01 ol li:nth-of-type(8):before{
  content: "7";
}
.accordion .info01 ol li:nth-of-type(9):before{
  content: "8";
}
.accordion .info01 ol li:nth-of-type(10):before{
  content: "9";
}
.accordion .info01 ol li:nth-of-type(11):before{
  content: "10";
}
.accordion .info01 ol li:nth-of-type(12):before{
  content: "11";
}
.accordion .info01 ol li:nth-of-type(13):before{
  content: "12";
}
.accordion .info01 ol li:nth-of-type(14):before{
  content: "13";
} */


/* .accordion .info06 ol li:nth-of-type(-n+4):before{
    content: "1";
}
.accordion .info06 ol li:nth-of-type(5):before{
    content: "2";
}
.accordion .info06 ol li:nth-of-type(6):before{
    content: "3";
}
.accordion .info06 ol li:nth-of-type(7):before{
    content: "4";
}
.accordion .info06 ol li:nth-of-type(8):before{
    content: "5";
}
.accordion .info06 ol li:nth-of-type(9):before{
    content: "6";
}
.accordion .info06 ol li:nth-of-type(10):before{
    content: "7";
}
.accordion .info06 ol li:nth-of-type(11):before{
    content: "8";
}
.accordion .info06 ol li:nth-of-type(12):before{
    content: "9";
} */
  .accordion ol li a span {
	display: block;
	font-size: 13px;
	/* padding-top: .5em; */
	}
.accordion ol li::before{width: 30px;height: 30px;line-height: 15px;display: flex;justify-content: center;align-items: center;}

.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 5px;
}

.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;
	}
  @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-area{
		width: 100%;
		/* margin-bottom:20px; */
	}
	.accordion ol li a{
	font-size: 12px;
	padding: 12px 10px 10px 45px;
	}
	.accordion ol li a span{font-size: 11px;}
	.p-location-map__menu{
		width: 100%;
		height: 310px;
		margin-bottom: 30px;
		}
    .p-location-map__nav{
        flex-wrap: wrap;
		margin: 0 auto 30px;
    }
	.p-loc_button {
		font-size: 12px;
	}
    .p-location-map__nav > div{
        width: 100%;
        text-align: center;
        margin: 30px auto;
    }
    .p-location-map__nav-group{
        margin: 0 auto;
    }
    .p-location-map__nav > div p{
        font-size: 28px;
    }

    .p-location-map__nav-item {
      margin-bottom: 8%;
  }
  
}

  @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 20px;
	}
	.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; */
	  padding-top: 10px;
	}
	.p-location-map__map-inner {
	  padding: 0;
	  margin: auto 0%;
	}
	.p-location-map__map-area {
	  width: 100%;
	  margin-bottom: 10px;
	}
	#map {
	  height: 320px;
	}
	.p-location-map__menu {
	  width: 100%;
	  height: 260px;
	}
	.accordion ol {
	  border: none;
	}

	.loc_sendai_buttonarea {
		flex-wrap: wrap;
	}
	.loc_sendai_buttonarea li.loc_sendai_buttonarea_button {
		width: 100%;
	}
	.loc_sendai_buttonarea {
		justify-content: flex-start;
	}
	.p-loc_button {
		padding: 12px 0;
		font-size: 13px;
		/* border-bottom: solid 1px #fff; */
		border-right: none;
	}
	.p-location-map__menu {
		margin-bottom: 20px;
	}
  }
  @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;
	}

  }
