@charset "UTF-8";
html, body { font:13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; *font-size: 13px; *font: 13px; color: #333; line-height: 1.4; height: 100%; overflow: hidden; }
.clear { clear: both; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
div, table { margin: 0 auto; }
img { vertical-align: bottom; }
strong { font-weight: bold; }


@media screen and (min-width: 480px){
#map {
	float: left;
	height: 100%;
	width: calc(100vw - 50px);
}

#listView {
	float: left;
	width: calc(100vw - 50px);
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;
	-webkit-overflow-scrolling: touch;
}

#listView h1{
	float: left;
	margin: 5px 5px 5px 10vw;
	font-family: inherit;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
	text-overflow: ellipsis;
	text-shadow: rgba(255, 255, 255, 1) 1px 1px 4px;
	color: #EB6112;
}

#listView h3 {
	float: right;
	margin: 5px 10vw 5px 5px;
	text-align: right;
	font-family: inherit;
	font-size: 120%;
	line-height: 1.8em;
}

#listView dl{
	width: 75vw;
	margin: 2px auto;
}

#listView .route dt {
	position: relative;
	text-align: left;
}

#listView .route dt div.photo {
	position: absolute;
	right: 0px;
	top: 4px;
	width: 25vw;
	height: 18.75vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#listView .route dd {
	min-height: calc(18.75vw - 1.5em);
}

#listView .route dd p {
	width: 49vw;
}

#listView dd img {
	display: block;
	margin: 0 auto 5vh;
	width: 70vw;
}

#title h1{
	clear: both;
	width: 80vw;
	margin: 5px auto;
	font-family: inherit;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-shadow: rgba(255, 255, 255, 1) 1px 1px 4px;
	color: #EB6112;
}
}

@media screen and (max-width: 480px){
#map {
	height: calc(100% - 50px);
	width:100%;
}

#listView {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;
	-webkit-overflow-scrolling: touch;
}

#listView h1{
	float: left;
	margin: 5px;
	font-family: inherit;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
	text-overflow: ellipsis;
	text-shadow: rgba(255, 255, 255, 1) 1px 1px 4px;
	color: #EB6112;
}

#listView h3 {
	float: right;
	margin: 5px;
	text-align: right;
	font-family: inherit;
	font-size: 120%;
	line-height: 1.8em;
}

#listView dl{
	width:100%;
	margin: 2px 0;
	padding-bottom: 55px;
}

#listView .route dt div.photo {
	clear: both;
	display: block;
	width: 75vw;
	height: 56.25vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0.5em auto;
}

#listView .route dd p {
	width: 95vw;
	margin: 0.25em auto;
}

#listView dd img {
	display: block;
	margin: 0 auto 5vw;
	width: 90vw;
}

#title h1{
	clear: both;
	width: 70vw;
	margin: 60px auto 0;
	font-family: inherit;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-shadow: rgba(255, 255, 255, 1) 1px 1px 4px;
	color: #EB6112;
}
}

#stockData {
	display: none;
}

#map h3{
	font-size: 150%;
}
#menu, #search {
	margin: 5px;
}
#menu button, #search button {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
}
#mainMenu {
	position: fixed;
	right: -110%;
	top: 40px;
	overflow: auto;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	width: 100%;
	max-height: 80%;
}
#mainMenu ul li{
	float: left;
	list-style: none;
	margin: 0 0.5em 0 0;
	font-size: 100%;
	line-height: 27px;
}
#mainMenu ul{
	width: 90%;
	margin: 10px;
	padding: 10px;
	border: 1px solid #8e846b;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #ffffff;
}
#mainMenu ul li.mover{
	width: 45%;
	margin-right: 5px;
	padding-left: 0;
	text-align: center;
	background: #ffeecc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#mainMenu button {
	position: bottom;
	margin-top: 5px;
	width: 90%;
	left: 10px;
	bottom: 10px;
}

#catButtom{
	margin: 0 0 5px 5px;
}

#catButtom button{
	width: 8em;
	border-radius: 0 0 5px 5px;
}

#regend, #selMap{
	z-index: 1 !important;
	margin: 0 0 0 5px;
}

#regend button{
	width: 8em;
	border-radius: 5px 5px 0 0;
}

#selMap button{
	width: 8em;
	border-radius: 0;
}

#regend ul li.type1{
	background: url(../icon/1.svg) no-repeat left top;
}
#regend ul li.type2{
	background: url(../icon/2.svg) no-repeat left top;
}
#regend ul li.type3{
	background: url(../icon/3.svg) no-repeat left top;
}
#regend ul li.type4{
	background: url(../icon/4.svg) no-repeat left top;
}
#regend ul li.type5{
	background: url(../icon/5.svg) no-repeat left top;
}
#regend ul li.type6{
	background: url(../icon/6.svg) no-repeat left top;
}
#regend ul li.type7{
	background: url(../icon/7.svg) no-repeat left top;
}
#regend ul li.type8{
	background: url(../icon/8.svg) no-repeat left top;
}
#regend ul li.type9{
	background: url(../icon/9.svg) no-repeat left top;
}
#regend ul li.type10{
	background: url(../icon/10.svg) no-repeat left top;
}
#regend ul li.type11{
	background: url(../icon/11.svg) no-repeat left top;
}

#regend ul.items{
	display: none;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
}

#regend ul li{
	float: left;
	list-style: none;
	margin: 0 0.5em 0 0;
	padding-left: 40px;
	font-size: 100%;
	line-height: 28px;
}
#regend ul.items{
	margin: 0;
	padding: 5px;
	border: 1px solid #8e846b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ffffff;
}

#listView h3 span.num {
	font-weight: bold;
	color: #e78f08;
}
#listView h3 span.esp {
	font-size: 80%;
}

#listView dt {
	clear: both;
	width: 95%;
	margin: 2px auto;
	padding: 2px 0;
	font-family: inherit;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
}
#listView dt .esp{
	font-size: 90%;
}

#listView dt p {
	clear: both;
	font-family: inherit;
	font-size: 80%;
	line-height: 1.5em;
}

#listView dt:first-child {
	border-top: 1px dashed #EB6112;
}

#listView dd {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #EB6112;
}

#listView #loading {
	z-index: 2;
	display: none;
	width: 100%;
	height: 40px;
	background: url(../img/loading2.gif) no-repeat center center;
}

#listView dt .comment, #listView dt .star {
	display: inline-block;
	margin-left: 1em;
	font-size: 80%;
	font-weight: normal;
}

#screen {
	z-index: 50000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #f00;
	background: #333;
	opacity: 0.9;
}

.map_button {
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	margin: 5px;
	padding: 8px;
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	color: rgb(86, 86, 86);
	cursor: pointer;
	text-align: center;
	font: 400 14px Roboto, Arial, sans-serif;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

/*--マップ リスト-------------------------------------------------------*/
#list li a span {
	font-size: 90%;
	line-height: 28px;
	text-decoration: none;
}

#list li a span.color1,
#list li a span.color2,
#list li a span.color3,
#list li a span.color4,
#list li a span.color5,
#list li a span.color6,
#list li a span.color7,
#list li a span.color8,
#list li a span.color9,
#list li a span.color10,
#list li a span.color11 {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	height: 28px;
	text-align: center;
}
#list li a span.color1,
#list li a span.color2,
#list li a span.color3,
#list li a span.color5,
#list li a span.color6,
#list li a span.color7,
#list li a span.color8,
#list li a span.color9,
#list li a span.color11 {
	width: 32px;
}
#list li a span.color2,
#list li a span.color3,
#list li a span.color4,
#list li a span.color5,
#list li a span.color6,
#list li a span.color7,
#list li a span.color8,
#list li a span.color9,
#list li a span.color10,
#list li a span.color11 {
	color:#ffffff;
}
#list li a span.color1 {
	background: url(../icon/1.svg) no-repeat center center;
}
#list li a span.color2 {
	background: url(../icon/2.svg) no-repeat center center;
}
#list li a span.color3 {
	background: url(../icon/3.svg) no-repeat center center;
}
#list li a span.color4 {
	width: 24px;
	background: url(../icon/4.svg) no-repeat center center;
}
#list li a span.color5 {
	background: url(../icon/5.svg) no-repeat center center;
}
#list li a span.color6 {
	background: url(../icon/6.svg) no-repeat center center;
}
#list li a span.color7 {
	background: url(../icon/7.svg) no-repeat center center;
}
#list li a span.color8 {
	background: url(../icon/8.svg) no-repeat center center;
}
#list li a span.color9 {
	background: url(../icon/9.svg) no-repeat center center;
}
#list li a span.color10 {
	width: 24px;
	background: url(../icon/10.svg) no-repeat center center;
}
#list li a span.color11 {
	background: url(../icon/11.svg) no-repeat center center;
}

.gm-style-iw{
	padding: 12px !important;
}