@charset "utf-8";

html { background: #fff;}

body {
	margin: 0;
	padding: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#sec_gmap {
	background:#fff;
	border: 1px solid #ccc;
}

/* menu
---------------------------------*/
#menu {
	padding:0px;
	width:25%;
	height:555px;
  overflow: auto;
	float:right;
	background:#FFF;
}
.accordion h3,
.accordion h3 a {
	height:36px;
	text-indent:-9999px;
}
.area-info ul li{
	width: 100%;
	margin-top: 0;
}

.accordion h3.financial_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 ul {
	margin: 0;
	padding: 0;
	background:#fff;
	border-left:1px solid #e9e4d3;
	border-right:1px solid #e9e4d3;
	overflow:hidden;
	box-sizing: border-box;
}
.accordion ul li {
	display:block;
	position:relative;
	border-bottom:1px solid #e9e4d3;
}
.accordion ul li a {
	display: inline-block;
	padding:5px 5px;
	color:#4d4013;
	position:relative;
	font-size: 12px;
	line-height: 1;
	vertical-align: middle;
	width: 100%;
	text-decoration: none;
	box-sizing: border-box;
}
.accordion ul li a .line2 {
	display: inline-block;
	margin: 0 0 5px 30px;
}
.accordion ul li a .min {
	display: block;
	text-align: right;
}
.accordion ul li:hover {
	background:#eee;
}
.accordion ul li .num {
	display: inline-block;
	margin: 5px;
  letter-spacing: -0.1em;
	width: 20px;
	height:20px;
	text-align:center;
	padding:2px 0;
	color:#fff;
	z-index:50;
	font-size: 1.2em;
	vertical-align: middle;
	line-height: 1.1;
	box-sizing: border-box;
}

*:first-child+html .accordion ul li a {
	z-index:1;
	width:197px;
	float:left;
}

.accordion .caption { font-size: 11px; padding: 10px; color: #333; line-height: 1.4;}

.shopping_list ul li .num 	{background:#ec7277; border-radius: 100px;}
.culture_list ul li .num 	{background:#008cd6; border-radius: 100px;}
.hospital_list ul li .num 	{background:#00a8a5; border-radius: 100px;}
.education_list ul li .num 	{background:#8b6a9c; border-radius: 100px;}
.public_list ul li .num 	{background:#a79040; border-radius: 100px;}


/* map
---------------------------------*/
#maparea {
	width:75%;
	height: 550px;
	float:left;
}

#map {
	height: 555px;
	background:#fff;
}


/*@media only screen and (max-width: 1024px) {
	#maparea {
		width:100%;
		height: 600px;
	}
	#map {
		height: 600px;
	}
	#menu {
		width:100%;
	}
}
@media only screen and (max-width: 991px) {
	#maparea { height: 500px; }
	#map { height: 500px;	}
}*/
@media only screen and (max-width: 959px) {
	#maparea {
		width:100%;
		height: 500px;
	}
	#map {
		height: 500px;
	}
	#menu {
		width:100%;
	}
}
@media only screen and (max-width: 640px) {
	#maparea { height: 320px; }
	#map { height: 320px;	}
}

.infowin_container h4 {
	padding: 6px 0 4px;
    margin-bottom: 0;
    color: #000;
    font-size: 110%;
    letter-spacing: .1em;
		text-align:left;
		margin-top: 0;
	}

.infowin_container p{
	margin:0 0 5px;
	padding-left:0px;
	background:transparent none no-repeat top left;
	text-align:left;
	clear:left;
}
/*
.infowin_container p span {color:#FFF; padding:0px 2px; text-align:center; margin-right:5px; width:65px; display:block; float:left; font-size:10px; }
.infowin_financial span {background:#e88419;}
.infowin_shopping span {background:#d988ae;}
.infowin_food span {background:#ff6e57;}
.infowin_living span {background:#6ab131;}*/

p.comment {
	line-height:1.3;
	text-align:right;
}

.infowin_financial p.comment a {
	color:#e88419;
	text-decoration:underline;
}

.infowin_shopping p.comment a {
	color:#fb8d1a;
	text-decoration:underline;
}

.infowin_food p.comment a {
	color:#ff6e57;
	text-decoration:underline;
}

.infowin_living p.comment a {
	color:#6ab131;
	text-decoration:underline;
}

.infowin_financial p.comment a:hover,
.infowin_shopping p.comment a:hover,
.infowin_p.comment a:hover,
.infowin_living p.comment a:hover {
	text-decoration:none;
}

.mapContainer{
	border: solid 1px #f0ece9;
	max-width:990px;
	margin: 0 auto;
	box-sizing: border-box;
	height: 604px;
}


.mapContainer section{
	margin:0;
	padding: 0;
}

/* ------------------------------
 mapWrapper
------------------------------ */
.mapWrapper { max-width: 100%;; margin: 20px auto 0;}
.mapWrapper > ul {
	margin: 0px auto;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
}

.mapWrapper > ul > li {
	text-align: center;
	font-size: 14px;
	list-style: none;
	line-height: 1;
	cursor: pointer;
	position: relative;
  border-bottom: solid 1px #B3B3B3;
	border-right: solid 1px #B3B3B3;
	box-sizing: border-box;
	letter-spacing: 0;
	width: 20%;
	margin: 0;
}
.mapWrapper > ul > li:last-child{
	border-right: none;
}
.mapWrapper > ul > li div {
	padding: 14px 0 16px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
/*
.mapWrapper > ul > li:before, .mapWrapper > ul > li:after{
    content: '';
    position: absolute;
    top: -3px;
    width: 1px;
    height: -webkit-calc(100% + 6px);
    height: calc(100% + 6px);
    background-color:#CCC;
}



.mapWrapper > ul > li.hospital { width: 25%;}
.mapWrapper > ul > li.education { width: 25%;}
.mapWrapper > ul > li.public { width: 25%;}
.mapWrapper > ul > li.culture { width: 25%;}

.mapWrapper > ul > li:before {left: 3px;}
.mapWrapper > ul > li:after {right: 3px;}*/

.mapWrapper > ul > li.shopping { display: table !important;}
.mapWrapper > ul > li.shopping div { color: #000; font-weight: 300; }
.mapWrapper > ul > li.park div { color: #000; font-weight: 300; }
.mapWrapper > ul > li.sports div { color: #000; font-weight: 300; }
.mapWrapper > ul > li.hospital div { color: #000; font-weight: 300;}
.mapWrapper > ul > li.education div { color: #000; font-weight: 300;}
.mapWrapper > ul > li.public div { color: #000; font-weight: 300;}
.mapWrapper > ul > li.food div { color: #000; font-weight: 300;}

.mapWrapper > ul > li.on div{background:#f0ece9;color: #000; width: 100%;}



.mapWrapper > ul > li.education:hover div {background:#f0ece9;}
.mapWrapper > ul > li.hospital:hover div {background:#f0ece9;}
.mapWrapper > ul > li.shopping:hover div {background:#f0ece9;}
.mapWrapper > ul > li.public:hover div {background:#f0ece9;}
.mapWrapper > ul > li.park:hover div {background:#f0ece9;}
.mapWrapper > ul > li.sports:hover div {background:#f0ece9;}
.mapWrapper > ul > li.food:hover div {background:#f0ece9;}

/*
@media only screen and (max-width:640px) {
.mapWrapper > ul > li.education:hover div { color: #a79040;background:#fff;}
.mapWrapper > ul > li.park:hover div { color: #3cb63f;background:#fff;}
.mapWrapper > ul > li.hospital:hover div { color: #26abe6;background:#fff;}
.mapWrapper > ul > li.financial:hover div { color: #0db199;background:#fff;}
.mapWrapper > ul > li.shopping:hover div { color: #fb8d1a;background:#fff;}
}
*/

#location .mapWrapper .hospital{
	padding-bottom: 0;
}

.mapWrap { position: relative; height: 550px;}
.mapWrap > div { position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
.mapWrap > div iframe { border: none;}
.mapWrap > div.bank { z-index: 10;}
.mapWrap > div.education { z-index: 9;}
.mapWrap > div.park { z-index: 8;}
.mapWrap > div.hospital { z-index: 7;}
.mapWrap > div.financial { z-index: 6;}
.mapWrap > div.shopping { z-index: 5;}

.mapWrapper > ul > li.spOnly{ display: none;}

/*@media only screen and (max-width: 1041px) {
.mapWrapper > ul > li { letter-spacing: .01em;}
.mapWrap,
.mapWrap > div.bank iframe,
.mapWrap > div.education iframe,
.mapWrap > div.park iframe,
.mapWrap > div.hospital iframe,
.mapWrap > div.financial iframe,
.mapWrap > div.shopping iframe { height: 1050px;}
}*/
@media only screen and (max-width: 959px) {
	.mapContainer{
		height: 1104px;
	}
.mapWrapper > ul > li { letter-spacing: .01em;}
.mapWrap,
.mapWrap > div.bank iframe,
.mapWrap > div.education iframe,
.mapWrap > div.park iframe,
.mapWrap > div.hospital iframe,
.mapWrap > div.financial iframe,
.mapWrap > div.shopping iframe { height: 1050px;}
}

@media only screen and (max-width: 640px) {
	.mapContainer{
		height: 1037px;
	}
.mapWrapper > ul > li.shopping { width: 50%;}
.mapWrapper > ul > li.hospital { width: 50%;}
.mapWrapper > ul > li.education { width: 50%;}
.mapWrapper > ul > li.public { width: 50%;}
.mapWrapper > ul > li.culture { width: 50%;}
.mapWrapper > ul  {
	padding: 0px;
}
.mapWrapper > ul  > li {
	display: table;
	width: 50%;
	font-size: 14px;
	height: 40px;
	margin: 0;
}
.mapWrapper > ul > li:last-child{
	border-right: 1px solid #f0ece9;
}
.mapWrapper > ul  > li div {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.mapWrap,
.mapWrap > div.bank iframe,
.mapWrap > div.education iframe,
.mapWrap > div.park iframe,
.mapWrap > div.hospital iframe,
.mapWrap > div.financial iframe,
.mapWrap > div.shopping iframe { height: 950px;}
.mapWrapper > ul  > li.spOnly{}
	.mapWrapper > ul > li:nth-child(even){
		border-right: none;
	}
}

/**/
.gradation-side { height: 2px;}
.container p.title { font-size: 2.2em;}
