
	#googleMap b {
		font-weight: normal;
	}

	#googleMap {
		position: relative;
		width: 100%;
		margin: 0 auto;
		/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	}

	/* map */
	#googleMap #map {
		width:65.5%;
		height: 1000px;
		position: relative;
		top: 0;
		left: 0;
	}
	#googleMap #streetView {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 50%;
	}
	#googleMap #mapView {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	#googleMap #viewFunc {
		position: absolute;
		top: 10px;
		right: 10px;
		padding: 10px;
	}
	#googleMap #viewFunc span {
		border: 1px solid #bbbbbb;
		color: #000000;
		background-color: #fafafa;
		padding: 2px 5px;
		font-size: 0.9em;
		cursor: pointer;
	}
	#googleMap #viewFunc span.here {
		border: 1px solid #cccccc;
		color: #333333;
		background-color: #cccccc;
	}
	#googleMap #viewFunc span:hover {
		border: 1px solid #333333;
		color: #cccccc;
		background-color: #333333;
		cursor: hand;
	}

	/* sidebar */
	#googleMap #sidebar {
		box-sizing: border-box;
	}
	#googleMap #sidebarMenus {
	}
	#googleMap .sidebarInfo {
	}
	#googleMap .sidebarInfo img	{
		vertical-align: middle;
	}
	#googleMap .sidebarInfoTitle {
		padding: 5px;
		border-bottom: 2px solid #cccccc;
		font-size: 12px;
	}

	#googleMap .sideTab {
		margin-bottom: 50px;
		border-bottom:solid 3px #999863;
	}
	#googleMap .sideTab .sidebarTable {
		width: 19.6%;
		height: 40px;
		font-size: 13px;
		line-height: 1.5;
		vertical-align: top;
		letter-spacing: 0.25em;
		padding:8px 0;
		background: #2f6886;
		border:solid 1px #9cb0bd;
		transition: .4s;

		position: relative;
		display: inline-block;
		text-align: center;

		cursor: pointer;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#googleMap .sideTab .sidebarTable:nth-child(n+2){
		margin-left: 0.5%;
	}
	#googleMap .sideTab .sidebarTable:hover,
	#googleMap .sideTab .sidebarTableOn {
		height: 45px;
		cursor: hand;
		background: #999863;
		border:none;
	}

	#googleMap .sideTab .sidebarTable .sidebarTitle .ttlIcn {
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 5px;
		vertical-align: middle;
	}
	#googleMap .sideTab .sidebarTable .sidebarTitle .ttl {
		font-size: 12px;
		letter-spacing: 4px;
		vertical-align: middle;
	}


/*	#googleMap .sideTab .sidebarTable.cate00 {
		color: #867236;
		border: 1px solid #867236;
	}
	#googleMap .sideTab .sidebarTable.cate00::before {
		background-color: #867236;
	}
	#googleMap .sideTab .sidebarTable.cate01 {
		color: #565900;
		border: 1px solid #565900; 
	}
	#googleMap .sideTab .sidebarTable.cate01::before {
		background-color: #565900;
	}
	#googleMap .sideTab .sidebarTable.cate02 {
		color: #003c58;
		border: 1px solid #003c58; 
	}
	#googleMap .sideTab .sidebarTable.cate02::before {
		background-color: #003c58;
	}
	#googleMap .sideTab .sidebarTable.cate03 {
		color: #17491a;
		border: 1px solid #17491a; 
	}
	#googleMap .sideTab .sidebarTable.cate03::before {
		background-color: #17491a;
	}
	#googleMap .sideTab .sidebarTable.cate04 {
		color: #3e0000;
		border: 1px solid #3e0000; 
	}
	#googleMap .sideTab .sidebarTable.cate04::before {
		background-color: #3e0000;
	}
	#googleMap .sideTab .sidebarTable.cate05 {
		color: #ac5aa7;
		border: 1px solid #ac5aa7; 
	}
	#googleMap .sideTab .sidebarTable.cate05::before {
		background-color: #ac5aa7;
	}*/


	#googleMap .sideTab .sidebarTable .sidebarTarget {
	}

	/*sideContainer*/
	#googleMap .sideContainer{
		width: 31.5%;
		margin-left: 3%;

		position: absolute;
		right: 0;
		top: 100px;
	}
	@media only screen and (max-width:1000px) {
		#googleMap .sideContainer{
			top:200px;
		}
		#googleMap .sideTab{
			padding-bottom: 20px;
		}
	}

	#googleMap .sidebarContents	{
		display: none;
		/*overflow: scroll;*/
		text-align: left;
	}


	#googleMap .sidebarContents	.contentsTtl {
		font-size: 16px;
		line-height: 1;
		border-left: solid 6px #fff;
		padding-left: 15px;
		margin-bottom: 10px;
	}


	#googleMap .sidebarContents .sidebarPart {
		display: block;
		width: 100%;
		text-align: left;
		cursor: pointer;
		letter-spacing: normal;
		box-sizing: border-box;
		position: relative;
		pointer-events: none;
	}
	#googleMap .sidebarContents .sidebarPart .sidebarTarget {
		display: inline-block;
	}
	#googleMap .sidebarContents .sidebarPart .sidebarTarget img {
		display: inline-block;
		width: 20px;
		height: 20px;
	}
	#googleMap .sidebarContents .sidebarPart .sidebarTitle {
		padding: 12px 10px;
		box-sizing: border-box;
		transition: .3s;
		position: relative;
	}
	#googleMap .sidebarContents .sidebarPart .sidebarTitle:before {
		content:'';

		width: 80%;
		height: 1px;
		background: #b5b5b5;
		position: absolute;
		bottom: 0;
		left: 10%;
	}

	#googleMap .sidebarContents .sidebarPart .sidebarTitleName {
		font-size: 14px;
		margin-left: 1.6em;
		letter-spacing: 0.2em;
	}
	#googleMap .sidebarContents .sidebarPart {
		position: relative;		
	}
	#googleMap .sidebarContents .sidebarPart:before{
		width: 1.6em;
	    height: 1.6em;
	    background:#999863;
		font-size:12px;
		border-radius: 50%;
	    text-align: center;
	    letter-spacing: 0.07em;
	    padding-left: 0.07em;
	    line-height: 1.8em;
	    font-family: 'Cinzel', serif;
	    position: absolute;
	    left: 5px;
	    top: 16px;
		z-index: 2;
	}
	/*#googleMap .sidebarBlock#cate00 .sidebarContents .sidebarPart:before{
		background:#b07184;
	}
	#googleMap .sidebarBlock#cate01 .sidebarContents .sidebarPart:before{
		background:#896399;
	}
	#googleMap .sidebarBlock#cate02 .sidebarContents .sidebarPart:before{
		background:#6794b1;
	}
	#googleMap .sidebarBlock#cate03 .sidebarContents .sidebarPart:before{
		background:#689963;
	}
	#googleMap .sidebarBlock#cate04 .sidebarContents .sidebarPart:before{
		background:#999863;
	}*/
	#googleMap .sidebarContents .sidebarPart:nth-child(2):before{
		content: '1';		
	}
	#googleMap .sidebarContents .sidebarPart:nth-child(3):before{
		content: '2';		
	}
	#googleMap .sidebarContents .sidebarPart:nth-child(4):before{
		content: '3';		
	}
	#googleMap .sidebarContents .sidebarPart:nth-child(5):before{
		content: '4';		
	}
	#googleMap .sidebarContents .sidebarPart:nth-child(6):before{
		content: '5';		
	}
	#googleMap .sidebarContents .sidebarPart:nth-child(7):before{
		content: '6';		
	}
	#googleMap .sidebarContents .sidebarPart:nth-child(8):before{
		content: '7';		
	}
	#googleMap .sidebarContents .sidebarPart:nth-child(9):before{
		content: '8';		
	}
	#googleMap .sidebarContents .sidebarPart:nth-child(10):before{
		content: '9';		
	}
	#googleMap .sidebarContents .sidebarPart:nth-child(11):before{
		content: '10';		
	}
	#googleMap .sidebarContents .sidebarPart:nth-child(12):before{
		content: '11';		
	}
	#googleMap .sidebarContents .sidebarPart:nth-child(13):before{
		content: '12';		
	}
	#googleMap .sidebarContents .sidebarPart .sidebarTitleName .camera {
	    display: inline-block;
	    margin-top: -4px;
	    margin-left: 5px;
	    vertical-align: middle;
	}
	#googleMap .sidebarContents .sidebarPart .sidebarTitleAddress,
	#googleMap .sidebarContents .sidebarPart .sidebarTitleRoute {
		display: none;
	}

	
	#googleMap .sidebarContents .sidebarPart:hover .sidebarTitle,
	#googleMap .sidebarContents .sidebarPart .sidebarTitle.here {
		background: #3a6f88;
	}
	#googleMap .sidebarContents .sidebarPart:hover .sidebarTitleName,
	#googleMap .sidebarContents .sidebarPart .sidebarTitle.here .sidebarTitleName {
		background-image: none;
	}

	#googleMap .sidebarContents .sidebarPart:hover .sidebarTitle:before,
	#googleMap .sidebarContents .sidebarPart .sidebarTitle.here:before {
		content: none;
	}
	#googleMap .sidebarContents .sidebarPart:hover .sidebarTitleName .camera,
	#googleMap .sidebarContents .sidebarPart .sidebarTitle.here .sidebarTitleName .camera {
		opacity: 0;
	}


	#googleMap .sidebarObject {
		vertical-align: top;
		display: table;
		width: 100%;
		box-sizing: border-box;
	}

	#googleMap .sidebarStatus {
		display: none;
		width: 0px;
		text-align: center;
	}
	#googleMap .sidebarStatus span {
		border: 1px solid #bbbbbb;
		color: #FFFFFF;
		background-color: #fafafa;
		padding: 2px 5px;
		font-size: 0.9em;
		cursor: pointer;
	}
	#googleMap .sidebarStatus span.here	{
		border: 1px solid #cccccc;
		color: #333333;
		background-color: #cccccc;
	}
	#googleMap .sidebarStatus span:hover {
		border: 1px solid #333333;
		color: #cccccc;
		background-color: #333333;
		cursor: hand;
	}


	#googleMap .sidebarFuncList	{
		display: table-cell;
		list-style: none;
		padding: 0 5px;
	}
	#googleMap .sidebarFuncList li {
		border: 1px solid #bbbbbb;
		color: #000000;
		background-color: #fafafa;
		padding: 2px 3px 0px 3px;
		width: 40px;
		display: inline-block;
		text-align: center;
	}
	#googleMap .sidebarFuncList li.here	{
		border: 1px solid #cccccc;
		color: #333333;
		background-color: #cccccc;
	}
	#googleMap .sidebarFuncList li:hover {
		border: 1px solid #333333;
		color: #cccccc;
		background-color: #333333;
	}
	#googleMap #sidebarInput {
		padding: 0 10px 10px 10px;
	}
	#googleMap #sidebarInput input {
		vertical-align: middle;
		display: inline-block;
	}

	#googleMap #routeFunc {
		position: absolute;
		width: 156px;
		left: 110px;
		bottom: 32px;
		-webkit-box-shadow: 0px 0px 5px #999999;
	}
	#googleMap #routeFunc span {
		border: 1px solid #bbbbbb;
		color: #000000;
		background-color: #fafafa;
		display: block;
		padding: 1px 5px;
		font-size: 0.9em;
		cursor: pointer;
	}
	#googleMap #routeFunc span.here	{
		border: 1px solid #cccccc;
		color: #333333;
		background-color: #cccccc;
	}
	#googleMap #routeFunc span:hover {
		border: 1px solid #333333;
		color: #cccccc;
		background-color: #333333;
		cursor: hand;
	}

	#googleMap #displayRouteWrapper	{
		position: absolute;
		width: 250px;
		height: 40%;
		bottom: 60px;
		left: 5px;
	}
	#googleMap #displayRouteWrapper	{
		padding: 5px;
		border: 1px solid #CCCCCC;
		-webkit-box-shadow: 0px 0px 5px #999999;
		background-color: #ffffff;
		overflow: auto;
	}

	#googleMap #displayRouteBody {
		padding: 2px 0;
	}
	#googleMap #displayRouteResult {
		border: 1px dotted #cccccc;
		padding: 5px 10px;
	}
	#googleMap #displayRouteInfo {
		vertical-align: top;
		display: table;
		width: 100%;
		padding: 5px 0 10px 0;
	}
	#googleMap #displayRouteStart {
		vertical-align: top;
		display: table;
		width: 100%;
		padding: 5px 0 2px 0;
		border-bottom: 1px dotted #CCCCCC;
	}
	#googleMap #displayRouteEnd	{
		vertical-align: top;
		display: table;
		width: 100%;
		padding: 5px 0 2px 0;
	}
	#googleMap .displayRoutePoint {
		vertical-align: top;
		display: table;
		width: 100%;
		padding: 5px 0;
		border-bottom: 1px dotted #CCCCCC;
	}
	#googleMap .displayRoutePoint {
		cursor: hand;
		background-color: #ffffff;
	}
	#googleMap .displayRoutePoint:hover	{
		cursor: pointer;
		background-color: #f0f0f0;
	}
	#googleMap .displayRouteIcon {
		display: table-cell;
		width: 20px;
		text-align: center;
	}
	#googleMap .displayRouteIcon img {
		vertical-align: top;
	}
	#googleMap .displayRouteText {
		display: table-cell;
		width: auto;
		padding: 0 5px;
	}

	#googleMap .placeInformation {
		width: auto;
		color:#000;
	}
	#googleMap .placeInformationTitle {
		width: auto;
		font-size: 14px;
		line-height: 1.25em;
		padding: 0 0 5px 0;
	}
	#googleMap .placeInformationAddress {
		width: auto;
		font-size: 0.8em;
		line-height: 1.25em;
		padding: 0 0 10px 0;
	}
	#googleMap .placeInformationDescription	{
		width: auto;
		font-size: 10px;
		line-height: 1.25em;
		padding: 0 0 10px 0;
	}
	#googleMap .placeInformationImage {
		width: 218px;
		height: 145px;
	}
	#googleMap .placeInformationImage img {
		width: 100%;
	}




@media only screen and (max-width:1000px){
	#googleMap .sideTab .sidebarTable {
		width:49.5%;
	}
	#googleMap .sideTab .sidebarTable:nth-child(n+2){
		margin-left: 0;
	}
	#googleMap .sideTab .sidebarTable:nth-child(n+3){
		margin-top: 10px;
	}
	#googleMap .sideTab .sidebarTable:nth-child(even){
		margin-left: 1%;
	}	
	#googleMap .sideTab .sidebarTable:hover,
	#googleMap .sideTab .sidebarTableOn {
		height: 40px;		
	}
	#googleMap .sideTab .sidebarTable .sidebarTitle .ttl {
		
	}
	#googleMap .sideTab .sidebarTable .sidebarTitle .ttlIcn {
		margin-right: 0;
	}
	#googleMap .sidebarContents	.contentsTtl {
		
	}
	#googleMap .sidebarContents {
		margin: 0 auto;
	}
	#googleMap .sidebarContents .sidebarPart {

	}
	#googleMap .sidebarContents .sidebarPart .sidebarTitleName .camera {
		width: 12px;
	}
}
@media only screen and (max-width:640px){
	#googleMap {
		width: 100%;
	}
	#googleMap #map {
		width: 100%;
		height: 320px;
	}
	#googleMap .sidebarContents .sidebarPart {

	}
	#googleMap .sideTab {
		margin-bottom: 20px;
	}
	#googleMap .sideTab .sidebarTable:nth-child(n+3){
		margin-top: 5px;
	}

	#googleMap .placeInformationImage {
		width: 109px;
		height: 72.5px;
	}
	#googleMap .sideContainer{
		width: 100%;
		margin-left: 0;
		margin-top: 30px;

		position: static;
	}
	#googleMap .sidebarContents	.contentsTtl {
		font-size: 14px;
		
	}
}
@media only screen and (max-width:480px){
	#googleMap .sidebarContents .sidebarPart {
		width: 100%;
		/*padding: 6px 10px 6px 0;*/
	}
}


