@charset "utf-8";
.menu_item.position{
    background: #b7c9cb;
}

.pos_img_box01{
	margin: 60px auto 80px;
}

.pos_img_box02{
	mix-blend-mode: multiply;
	margin: 60px auto 60px;
}
.pos_img_04{
	margin: 80px auto 60px;
}

.pos_img_05{
	mix-blend-mode: multiply;
	/* margin: 60px auto 0; */
}


.loc_tab_box{
	margin: 60px auto 80px;
	display: flex;
	justify-content: space-between;
	max-width: 700px;
}
.loc_tab{
	width: 49%;
	display: block;
	background: #94a5ab;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	transition-duration: 0.3s;
}
.loc_tab.active{
	background: #005660;
}
.loc_tab:hover{
	background: #005660;
}
.loc_tab_en{
	font-size: 18px;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: solid 1px #fff;
	text-transform: uppercase;
}



.loc_ttl{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}
.loc_ttl_en{
	font-size: 22px;
	font-weight: 600;
	line-height: 0.8;
}
.loc_ttl_l{
	display: flex;
	align-items: flex-end;
}
.loc_ttl_en span{
	font-size: 1.5em;
}
.loc_ttl_ja{
	margin-left: 1em;
	font-size: 16px;
}
.loc_ttl_r{
	color: #fff;
	background: #005660;
	font-size: 16px;
	padding: 0.5em 2em 0.5em 4em;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}


.loc_img{
	margin-bottom: 20px;
}
.loc_name{
	font-size: 20px;
	text-align: center;
	font-weight: 500;
}
.loc_min{
	font-size: 18px;
	text-align: center;
	margin: 0.5em auto 0em;
	font-weight: 500;
}
.loc_min .big{
	font-size: 3em;
	line-height: 1;
}
.loc_cap{
	text-align: center;
	font-size: 10px;
}
.loc_cap span{
	display: inline-block;
	/* text-align: left; */
}
.loc_lead{
	font-size: 14px;
	text-align: justify;
	max-width: 700px;
	margin: 2em auto 0;
	line-height: 2;
}


.loc_list{
	margin-bottom: 80px;
}
.loc_list > .loc_item:not(:last-child){
	margin-bottom: 60px;
}

.loc_item_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.loc_item_flex > .loc_item{
	width: 49%;
}
.loc_item_flex > .loc_item:nth-child(n + 3){
	margin-top: 40px;
}



.park_content_box{
	background: #dce2e4;
	padding: 60px 20px;
	margin: 0 auto 60px;
}

.park_ttl_ja{
	text-align: center;
	font-size: 22px;
	/* margin-bottom: 2em; */
	line-height: 1.5;
}
.park_ttl_en{
	background: #fff;
}
.park_ttl_en p{
	color: #005660;
	line-height: 0.8;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
	font-size: 24px;
	padding: 0.7em 1em;
	font-weight: 600;
	margin: 2em auto 1em;
}
.park_ttl_en p::before, .park_ttl_en p::after{
	content: "";
	height: 1px;
	background: #005660;
	width: 100%;
}

.park_content_img{
	max-width: 720px;
	margin: 0 auto;
}

.loc_item_text_flex{
	display: flex;
	justify-content: space-between;
}
.loc_item_text_flex_min{
	width: 45%;
}
.loc_item_text_flex .loc_lead{
	width: 55%;
	margin: 0;
}



.lifeinfo_tab_box{
	margin: 60px auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lifeinfo_tab{
	width: 32%;
	display: block;
	background: #fff;
	border: solid 1px #005660;
	color: #005660;
	text-align: center;
	padding: 10px 0;
	transition-duration: 0.3s;
	cursor: pointer;
}
.lifeinfo_tab:nth-child(n + 4){
	margin-top: 2%;
}
.lifeinfo_tab.on{
	background: #005660;
	color: #fff;
}
.lifeinfo_tab:hover{
	background: #005660;
	color: #fff;
}

.lifeinfo_tab_en{
	font-size: 18px;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: solid 1px #005660;
	text-transform: uppercase;
	transition-duration: 0.3s;
}
.lifeinfo_tab.on .lifeinfo_tab_en{
	border-bottom: solid 1px #fff;
}
.lifeinfo_tab:hover .lifeinfo_tab_en{
	border-bottom: solid 1px #fff;
}

.scroll_tab{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition-duration: 0.3s;
	width: 100%;
	height: 100%;
}
.scroll_tab.show{
	opacity: 1;
}
.scroll_tab > div{
    position: relative;
    width: 100%;
    height: 100%;
}
.lifeinfo_content{
	display: none;
}
.lifeinfo_content.show{
	display: block;
}
.lifeinfo_content .loc_name{
	font-size: 18px;
}
.edu_list{
	text-align: center;
}
.edu_list span{
	text-align: left;
	display: inline-block;
	line-height: 2.5;
}
.edu_map{
	margin: 0 auto 40px;
}


/* 20250829 */
.mb60 {
	margin-bottom: 60px;
}
.img_cap.img_cap_blk{
    color: #000;
}
.wd550 {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 30px;
}
.sup.pos_sup {
	top: -1.5em;
}
.nomal_big {
    font-size: 2.5em;
    font-weight: 200;
    font-family: 'trajan-pro-3';
    margin-left: 0.2em;
}

.loc_item .border_box {
	border-top: solid 1px #000;
    padding: 20px 0;
}

/* 20251008 */
/* .img_cap.img_cap_out02 {
    bottom: -2.8em;
} */
.ta_r {
    text-align: right;
}
.ta_c {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.txt_sdw{
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}


@media screen and (max-width: 1200px) {
.loc_name {
	font-size: 20px;
}
.loc_min {
	font-size: 14px;
}
.loc_tab_en {
	font-size: 16px;
}
.loc_tab_ja{
	font-size: 14px;
}
.loc_ttl_en {
	font-size: 20px;
}
.loc_ttl_ja {
	font-size: 14px;
}
.loc_ttl_r {
	font-size: 14px;
}
.park_ttl_ja {
	font-size: 20px;
}
.park_ttl_en p {
	font-size: 20px;
}
.loc_lead {
	font-size: 12px;
}
.lifeinfo_tab_en {
	font-size: 14px;
}
.lifeinfo_tab_ja{
	font-size: 12px;
}
.lifeinfo_content .loc_name {
	font-size: 14px;
}
.edu_list{
	font-size: 14px;
}
}



@media screen and (max-width: 1000px) {
.pos_img_box01 {
	margin: 60px auto 0px;
}
.pos_img_box02 {
	margin: 60px auto 0px;
}
.pos_img_04 {
	margin: 80px auto 0px;
}
.loc_tab_box {
	margin: 40px auto 60px;
}
.loc_list > .loc_item:not(:last-child) {
	margin-bottom: 40px;
}
.lifeinfo_tab {
	width: 49%;
}
.lifeinfo_tab:nth-child(n + 3) {
	margin-top: 2%;
}
.loc_tab_en {
	font-size: 14px;
}
.loc_tab_ja {
	font-size: 12px;
}
}




@media screen and (max-width: 850px) {
.loc_name {
	font-size: 16px;
}
.loc_img {
	margin-bottom: 10px;
}
.loc_min {
	font-size: 12px;
}

}




@media screen and (max-width: 768px) {
.park_ttl_ja {
	font-size: 17px;
}
.edu_list {
	font-size: 12px;
}
.park_ttl_en p {
	font-size: 18px;
}
.pos_img_04 {
	margin: 60px auto 0px;
}
}




@media screen and (max-width: 650px) {
/* .sec_lead br{
	display: none!important;
} */
.loc_item_text_flex{
	flex-wrap: wrap;
}
.loc_item_text_flex_min{
	width: 100%;
}
.loc_item_text_flex .loc_lead{
	width: 100%;
	margin: 2em auto 0;
}
.park_content_img {
    max-width: 450px;
}
.edu_map {
    margin: 0 auto 20px;
}

/* 20250829 */
.mb60 {
	margin-bottom: 40px;
}
.loc_item .border_box {
    padding: 15px 0;
}
}




@media screen and (max-width: 550px) {
.car_name {
	font-size: 15px;
}
.car_min .big {
	font-size: 2.5em;
}
.loc_name {
	font-size: 14px;
}
.subpage_midashi span.long{
	letter-spacing: -0.02em;
}
.pos_img_box01 {
    margin: 40px auto 0px;
}
/* .pos_img_05 {
    margin: 30px auto 0;
} */


.loc_ttl_en {
    font-size: 16px;
}

.loc_ttl_ja {
    font-size: 11px;
}
.loc_ttl_r {
    font-size: 12px;
    padding: 0.5em 0.5em 0.5em 2em;
}
.loc_tab_box {
    margin: 40px auto 40px;
}
.park_content_box {
    padding: 40px 20px;
}
.park_ttl_en p {
    font-size: 16px;
}
.lifeinfo_tab_box {
    margin: 0px auto 40px;
}
.lifeinfo_content .loc_name {
    font-size: 12px;
}

.lifeinfo_tab_en {
    font-size: 12px;
}
.lifeinfo_tab_ja {
    font-size: 10px;
}
.loc_item_flex > .loc_item:nth-child(n + 3) {
    margin-top: 30px;
}
.loc_list {
    margin-bottom: 60px;
}

.pos_img_05 img {
    min-width: 600px;
}
.pos_img_05_in {
    margin-bottom: 0px;
    overflow-x: scroll;
    padding-bottom: 10px;
}
.db550 {
    display: block;
}
}





/* --------------- life_info_ara ----------------- */
.lifeinfo_ttl{
    font-size: 28px;
    text-align: center;
    color: #c9bc9c;
    letter-spacing: 0.2em;
}
.lifeinfo_box{
    max-width: 1100px;
    margin: 0 auto;
}
.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 0;
	box-sizing: border-box;
}

.tab {
	flex-grow: 1;
	list-style: none;
	border-left: solid 1px #fff;
	text-align: center;
	cursor: pointer;
	font-size: 1em;
	letter-spacing: 2px;
	width: calc(100%/7);
	font-weight: bold;
	box-sizing: border-box;
}
.tab:first-child{
    border-left: none;
}

.tab_02 {
	border-radius: 0 0 10px 15px !important;
}

.tab-group li {
	position: relative;
	background: #44403b;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c9bc9c;
	height: 60px;
}




.tab-group li.is-active .p-loc_button {
	/* padding: 5px 0 0px; */
	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.tab {
	color: #fff;
}


.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:1000px){
    .lifeinfo_ttl{
        font-size: 22px;
    }
}

@media(max-width:1000px){
    .panel {
		padding: 10px;
	}
    .tab-group li.is-active .p-loc_button {
        padding: 0px 0 0px;
    }
    /*life info*/
    .lifeinfo_ttl {
        font-size: 20px;
    }
    #tab_start {
        margin: 40px auto 0;
    }
    .tab-group {
        flex-wrap: wrap;
        order: 2;
        width: 100%;
    }
    .tab-group li {
        width: calc(100% / 4);
        /* border-right: solid 1px #fff; */
    }
    .tab-group li:first-of-type {
        /* width: calc(100% / 2); */
    }
    .tab-group li:nth-child(5n){
        border-left: none;
    }
    .tab-group li:nth-child(n + 5){
        border-top: solid 1px #fff;
    }
    .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.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 {
    text-align: center;
    transition: 0.3s;
    opacity: 1;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #c9bc9c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.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";
    font-size: 16px;
}
.gm-style .gm-style-iw-c{
    overflow: visible;
}
.gm-style-iw-chr button{
    position: fixed !important;
    top: -12px;
    right: -10px;
}

.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: 100%;
    }
#map, .p-location-map__menu {
    height: 246px;
    }
.p-location-map__menu {
    width: 100%;
    background-color: #fff;
    overflow-y: scroll;
    padding: 0px;
    }
.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; */
    display: flex;
    flex-wrap: wrap;
    }
.accordion ol li {
    display: block;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #44403b;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 50%;
}
.accordion ol li:nth-child(odd){
    border-right: solid 1px #44403b;
}
.accordion ol li:hover {
    background: #fff;
}
.accordion ol li::before {
    content: counter(number);
    counter-increment: number;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    padding-right: 0;
    text-align: center;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    background: #a8945b;
}
.accordion ol li.color01::before{
    background: #a8945b;
}
.accordion ol li.color02::before{
    background: #0e7c3d;
}
.accordion ol li.color03::before{
    background: #7c0e16;
}
.accordion ol li.color04::before{
    background: #f29820;
}
.accordion ol li.color05::before{
    background: #40b3ed;
}
.accordion ol li.color06::before{
    background: #a479b7;
}
.accordion ol li.color07::before{
    background: #006094;
}
.accordion ol li.color08::before{
    background: #69d1c0;
}


.accordion ol li a {
    display: flex;
    justify-content: space-between;
    position: relative;
    font-size: 12px;
    line-height: 1.4;
    vertical-align: middle;
    text-decoration: none;
    padding: 15px 10px 15px 40px;
    width: 100%;
    font-feature-settings: "palt";
    flex-wrap: wrap;
    font-weight: 600;
}

/* .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 .info08 ol li::before {	
    background-color: #000;
} */

/* 番号 */


.accordion ol li a span {
    display: block;
    font-size: 13px;
    /* padding-top: .5em; */
    width: 100%;
    font-weight: 400;
}
.accordion ol li a span:first-of-type{
    margin-top: 5px;
}
.accordion ol li a span .sup.pos_sup{
    top: -1.2em;
}
.accordion ol li::before{width: 20px;height: 20px;/* 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: 1000px) {
    .p-loc_button {
        font-size: 12px;
        letter-spacing: 0;
    }
}
@media all and (max-width: 900px) {
    .p-location-map__nav-item {
    /* width: 32%; */
    margin-bottom: 2%;
    }
    .accordion ol li a{
        /* flex-wrap: wrap; */
    }
    .accordion ol li a span {
        /* width: 100%; */
    }
    .accordion ol li a {
        padding: 10px 10px 10px 40px;
    }
    .p-location-map__menu {
        height: 279px;
    }
}
@media all and (max-width: 768px) {
    .dn768{
        display: none;
    }
    .p-location-map__map-area{
        width: 100%;
        order: 1;
    }
    .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: 265px;
        order: 3;
        }
    .p-location-map__nav{
        flex-wrap: wrap;
        margin: 0 auto 30px;
    }
    
    .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%;
}
#map {
    height: 500px;
}

}

@media all and (max-width: 650px) {
    .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: 10px;
        /* border-bottom: solid 1px #fff; */
        border-right: none;
    }
    .p-location-map__menu {
        /* margin-bottom: 20px; */
    }

    .tab:first-child{
        border-left: none;
    }
    .tab:nth-child(3n), .tab:nth-child(6n){
        /* border-right: none; */
    }
    .accordion ol li {
        border-right: none!important;
        width: 100%;
    }
    .tab-group li {
        height: 50px;
    }
    .accordion ol li a {
        letter-spacing: 0.01em;
        padding: 5px 10px 5px 45px;
    }
    .accordion ol li a span {
        letter-spacing: 0.05em;
    }
}
@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;
    }

}
