

img {
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}





html, body, #cesiumContainer {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position:relative;
	font-family: "MS Pゴシック",sans-serif; 
}

h2 {
    font-size:13px;
    font-weight:bold;
    text-align:center;
}

a {
    color:black;
	text-decoration:none;
}

a:active {
	background-color:gray;
}

/*Cesium関連スタイル設定*/

.cesium-home-button {
	display:none;
}

.cesium-viewer-toolbar {
	top:6px;
	right:52px;
}

.cesium-toolbar-button {
	width:36px;
	height:36px;
}

.cesium-baseLayerPicker-dropDown {
	right:-44px;
}

.cesium-baseLayerPicker-dropDown-visible {
	right:-44px;
}

.cesium-infoBox-iframe {
	width:320px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	z-index:10001;
}

.cesium-infoBox {
	width:320px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	z-index:10001;
	background-color:rgba(0,0,0,0.8);
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
}

.cesium-infoBox-visible {
	width:320px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	z-index:10001;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
}

.cesium-infoBox-title {
	padding:5px 24px;
	overflow:hidden;
	color:#BBBBBB;;
	background-color:rgba(0,0,0,0.5);
}

.cesium-viewer .cesium-widget-credits {
    display: inline;
    position: absolute;
    bottom: 0px;
    left: 2px;
    padding-right: 0px;
    margin-right: 140px;
    font-size: 9px;
    text-shadow: 0px 0px 2px #FFF;
    opacity: 0.8;
}

.cesium-credit-imageContainer {
	display:none;
}
.cesium-credit-textContainer {
	display:none;
}

.cesium-button {
    color: #fff;
    fill: #fff;
    cursor: pointer;
}

button.cesium-infoBox-close {
	color:#aaa;
}

.cesium-selection-wrapper{
	margin-top:-18px;
}

.cesium-selection-wrapper-visible {
	margin-top:-18px;
}

.cesium-selection-wrapper svg {
    fill: #FFF;
    stroke: #FFF;
    stroke-width: 0px;
    opacity:0.7;
}

.cesium-timeline-icon16 {
	border: 1px solid rgba(0,0,0,0.5);
    height:22px;
	width:33px;
	background: #f2f6f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #c0ccdb 51%, #e0eff9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#c0ccdb), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#c0ccdb 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#c0ccdb 51%,#e0eff9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#c0ccdb 51%,#e0eff9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#c0ccdb 51%,#e0eff9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
	margin-bottom:0px;
	margin-left:-9px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cesium-timeline-main {
	border:none;
}

.cesium-timeline-bar{
	background:rgba(0,0,0,0.4);
}

.cesium-viewer-timelineContainer {
	position:absolute;
	left:0px;
}

.cesium-timeline-ticLabel {
    display:none;
}

.cesium-timeline-ticMain {
	display:none;
}

.cesium-timeline-ticSub {
	display:none;
}

.cesium-timeline-ticTiny {
	display:none;
}


.cesium-viewer-animationContainer {
	bottom: 20px;
	left: -28px;
	opacity: 0.8;
	-webkit-filter:grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.cesium-animation-shuttleRingG {
    display: none;
}

.cesium-animation-shuttleRingBack {
    display: none;
}

.cesium-animation-shuttleRingG .cesium-animation-shuttleRingSwoosh {
    display: none;
}

.cesium-animation-shuttleRingSwoosh line {
    display: none;
}

.cesium-animation-shuttleRingPausePointer {
    display: none;
}

.cesium-animation-knobOuter {
    display: none;
}

.cesium-animation-knobInner {
    display: none;
}

.cesium-animation-svgText {
    display: none;
}

.cesium-animation-blank {
    display: none;
}

.cesium-animation-buttonDisabled {
    display: none;
}

.cesium-animation-buttonDisabled .cesium-animation-buttonGlow {
    display: none;
}

.cesium-animation-buttonDisabled .cesium-animation-buttonMain {
    display: none;
}

/*以降Cesium以外の要素*/

/*ボタン*/

#button {
	position:absolute;
	top:8px;
	left:8px;
	opacity:0.9;
}
#button2 {
	position:absolute;
	top:-1000px;
	right:56px;
	opacity:0.9;
	z-index: 10004;
}
#button3 {
	position:absolute;
	top:-1000px;
	right:8px;
	opacity:0.9;
	z-index: 10004;
}

#button4 {
    position:absolute;
    top:-1000px;
    left:50%;
    margin-left:-20px;
    z-index:10100;
    display:none;
}

#buttonGeo {
	position:absolute;
	bottom:-1000px;
	left:50%;
	margin-left:-20px;
	opacity:0.9;
}
.sharebutton {
    position: absolute;
    top: -1000px;
    right: 52px;
}
.share
{
	width:28px;
	height:28px;
	margin:-2px;
}
.share-buttons{
	list-style: none;
}
.share-buttons li{
	display: inline;
}

/*タイムカウンター*/

#timeCounter {
    width:60px;
	text-align:right;
    position:absolute;
    bottom:26px;
    right:6px;
    margin:0px;
    z-index:10000;
    font-size:16px;
    line-height:16px;
    text-align:right;
    font-family:sans-serif;
    color:white;
}

/*スライドインメニューー*/

#slide_menu{
    position: fixed;
    top: 48px;
    left: -200px;
    width: 80px;
    opacity:0.8;
    padding:0px 0px 20px 0px;
    margin:0px;
    margin-bottom:0px;
    background:white;
    text-align:center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#slide_menu2{
    position: fixed;
    top: 48px;
    right: -200px;
    width: 100px;
    opacity:0.8;
    padding:10px 10px 0px 10px;
    margin:0px;
    margin-bottom:0px;
    background:white;
    text-align:left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	z-index: 10004;
}

.viewpoint {
    padding: 0;
    margin: 20px 0px 0px 0px;
    font-size:12px;
    list-style-type:none;
    line-height:1.7em;
    text-indent:0px;
    background:white;
}

.slide_label{
	font-size:11px;
	margin:0px 0px 2px 0px;
	padding:0px;
	height:12px;
}

#slider {
	position: absolute;
	width: 100px;
	top: 5px;
	background: none repeat scroll 0% 0% transparent;
	z-index: 10001;
	right: 98px;
}


/*変更*/

.close_btn{
	width: 12px;
	height: 12px;
}

iframe.iconBox {
	width: 100%;
	height: 100%;
}


/*ジオコーディング*/

input {
	margin:2px 0px 0px 0px;
	padding:0px;
	width: 100px !important;
}

.loading {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-32px;
	margin-left:-32px;
}

.geocode {
	display: none;
	opacity:0.7;
	position:absolute;
	top:-1000px;
	left:18px;
	z-index:10001;
}

.textbox {
	border:0;
	margin:0px;
	padding:0px 0px 1px 2px;
	font-size:12px;
	width:100px;
	height:15px;
}

/*ローディング*/

#blackOut {
	position:absolute;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:black;
	z-index:10002;
	opacity:0.6;
}




/*ロゴ */

.logoKannavi {
	position: absolute;
	top: 18px;
	left: 20px;
	width: 156px;
}



/*現在地から探す */

.currentLocation {
	position: absolute;
	left: 50%;
	bottom: 23px;
	width: 200px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	margin: 0 0 0 -100px;
	padding: 15px 0 13px;
	background: linear-gradient(#EA6927, #D04700);
	border-radius: 5px;
	cursor: pointer;
}
.currentLocation::before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: -4px 10px 0 0;
	padding: 0;
	background: url(/icon/mk_cPoint.svg) no-repeat;
	background-size: 17px auto;
	vertical-align: middle;
}
.currentLocation:hover {
	/*background: linear-gradient(#949393, #555555);*/
	background: linear-gradient(#FFA16F, #F25C11);
}


/*オリジナル　アイコンセット */

.iconSet {
	position: absolute;
	right: 10px;
	bottom: 23px;
	width: 60px;
	background: #454545;
	border-radius: 0;
}
.iconSet ul.btSet {
	margin: 0;
	padding: 0;
	list-style: none;
}
.iconSet ul.btSet li {
	text-align: center;
	list-style: none;
	padding: 6px 0 2px;
	border-bottom: 1px solid #E1E1E1;
	/*border-bottom: 1px solid #fff;*/
	cursor: pointer;
}
.iconSet ul.btSet li:hover {
	background: #EF5F16;
}
.iconSet ul.btSet li:nth-child(1):hover {
	/*border-radius: 5px 5px 0 0;*/
}




/*アイコン説明（凡例） */

#hanrei_btn{
	position: absolute;
	bottom: -1000px;
	left: 12px;
}

#hanrei_box{
	position: absolute;
	top: 20px;
	left: 50%;
	background-color: #fff;
	width: 375px;
	height: 740px;
	margin: 0 0 0 -187px;
	z-index: 998;
	display: none;
}

#hanrei_box #iconBl {
	position: relative;
	width: 375px;
	max-height: 720px;
	padding: 18px;
	margin: auto;
}

#hanrei_box #iconBl img.hlogo {
	width: 156px;
	margin: 0 0 12px;
}

#hanrei_box #iconBl .close_btn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#hanrei_box #iconBl h1 {
	color: #fff;
	font-family: unset;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 6px;
	padding: 13px 15px 12px;
	background: #E35811;
}
#hanrei_box #iconBl h1::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px -3px 0;
	padding: 0 0;
	background: url(/img/popup/mk_icon.svg) no-repeat;
	background-size: 20px auto;
}

#hanrei_box #iconBl ul {
	margin: 0 0 15px;
	padding: 0;
}

#hanrei_box #iconBl ul li {
	color: #555;
	font-size: 14px;
	line-height: 1.3;
	list-style: none;
	padding: 15px 0 15px 55px;
	border-bottom: 1px dotted #707070;
}

#hanrei_box #iconBl ul li h2 {
	font-size: 16px;
	text-align: left;
	margin: 0 0 5px;
}

#hanrei_box #iconBl ul li:nth-child(1) h2 {
	color: #429F24;
}
#hanrei_box #iconBl ul li:nth-child(2) h2,
#hanrei_box #iconBl ul li:nth-child(4) h2 {
	color: #00358A;
}
#hanrei_box #iconBl ul li:nth-child(3) h2 {
	color: #F17E26;
}
#hanrei_box #iconBl ul li:nth-child(5) h2 {
	color: #DF4A7E;
}


#hanrei_box #iconBl ul li:nth-child(1) {
	background: url(/img/popup/icon_1.svg) left 8px top 16px no-repeat;
	background-size: 28px auto;
}
#hanrei_box #iconBl ul li:nth-child(2),
#hanrei_box #iconBl ul li:nth-child(4) {
	background: url(/img/popup/icon_2.svg) left 8px top 16px no-repeat;
	background-size: 28px auto;
}
#hanrei_box #iconBl ul li:nth-child(3) {
	background: url(/img/popup/icon_3.svg) left 8px top 16px no-repeat;
	background-size: 28px auto;
}
#hanrei_box #iconBl ul li:nth-child(5) {
	background: url(/img/popup/icon_4.svg) left 8px top 16px no-repeat;
	background-size: 28px auto;
}


#hanrei_box #iconBl .caution {
	color: #555;
	font-size: 12px;
	line-height: 1.5;
}
#hanrei_box #iconBl .caution a {
	color: #E35811;
	text-decoration: underline;
	transition: 0.5s;
}
#hanrei_box #iconBl .caution a:hover {
	color: #E38859;
	text-decoration: underline;
	transition: 0.5s;
}






/*オリジナルバルーン */

#originalInfoBox {
	position:absolute;
	top:30px;
	right:30px;
	padding:20px 15px;
	margin:0px;
	width:300px;
	height:415px;
	background: rgb(255, 255, 255, 0.9);
	border-radius:5px;
	z-index:10010;
}

p.nameAndAge {
	display: none;
	opacity:0;
	color:#333;
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	text-align:center;
	padding:0;
	margin:0;
	font-size:14px;
}

iframe.infoBox {
	border:0;
	height:370px;
	margin:0;
	padding:0;
	overflow:hidden;
}

div.infoBox {
	height:370px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#infoBoxCloseButton{
    position: absolute;
    right: 55px;
    top: 55px;
	cursor: pointer;
    z-index: 12000;
}

/*オリジナルバルーン（装飾）*/

.balloon {
	max-width: 270px;
	max-height: 375px;
}

#balloon-box {
	text-align: left;
}

#balloon-box .icon {
	width: 140px;
	margin:0 0 14px 5px;
}

#balloon-box #wttl {
	margin: 0 0 18px;
	padding: 0 0 18px;
	border-bottom: solid 1px #ccc;
	width: 100%;	
}

#balloon-box #wttl .name {
	font-size: 18px;
	color: #E25F1A;
	padding: 0 0 0 5px;
}
#balloon-box #wttl .name .organization {
	display: block;
	font-size: 12px;
}

#balloon-box .list {
	width: 100%;
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type:none;
}


#balloon-box .list li{
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	padding: 0 0 17px;
}
#balloon-box .list li .sttl {
	display: block;
	color: #D64E0C;
	font-size: 12px;
	margin: 0;
}
#balloon-box .list li .mkTel {
	color: #555;
	font-size: 16px;
}
#balloon-box .list li .mkTel::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 6px 0 0;
	padding: 0;
	background: url(/img/serch/mk_tel.svg) no-repeat;
	background-size: 13px auto;
	vertical-align: middle;
}

#balloon-box .list li a.tel {
	color: #555;
	font-size: 14px;
}
#balloon-box .list li a.tel:hover {
	color: #D64E0C;
}


#balloon-box .bt-more {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0 5px;
}



/* ストリートビュー関連 */

#streetView_wrapper {
    position: absolute;
    top: 55%;
    right: 0;
    width: 100%;
    height: 45%;
    display: none;
    background-color:rgba(0,0,0,0.7);
    z-index:20000;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    box-shadow: 0 0 8px;
}
#streetView {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.btn {
    position: absolute;
    right: 2px;
    top: 7px;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 24px;
    padding: 5px 12px 5px 12px;
    text-decoration: none;
}

.btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}
s
