@charset "utf-8";

/* reset --------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	outline:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	vertical-align: baseline;
	line-height: 1;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	margin: 0;
	padding: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;	
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
figure {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
b {
	font-weight: normal;
}

/* 標準タグ ------------------------------------------------------*/
body {
	display: block;
	font-size: 14px;
	background-color: #0b8d99;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	user-select: none;
	-webkit-touch-callout: none; /* 長押し禁止 ※apple独自定義 */
}
p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
a {
	text-decoration: none;
}
a:link {
	color: #1d53cc;
}
a:visited {
	color: #1d53cc;
}
a:hover {
	color: #42a3cc;
}
a:active {
	color: #1d53cc;
}

strong {
	font-weight: bold;
}

/* caution */
.caution {
   font-weight: bold;
   color: #d50f0f;
}


/* 先頭インデント */
.indent {
	padding-left: 1em;
	text-indent: -1em;
}

/* hideTxt */
.hideTxt {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* ta_center */
.ta_center {
	text-align: center;
}

/* centerForBlock */
.centerForBlock {
	width: fit-content;
	width: -moz-fit-content;
	margin-right: auto;
	margin-left: auto;	
}

/* オーバーフロー制御 */
body , #leftArea , #bottomArea , #rightArea {
	overflow: hidden;
}

/* #leftArea */
#leftArea {
	position: absolute;
	z-index: 2000;
	width: 160px;
	left: 0;
	top: 0;
	/* background-color: #0b8d99; */
	background-color: #fff;
}

/* #centerTopArea */
#centerTopArea {
	position: absolute;
	display: flex;
	width: 100vw;
	top: 0;	
	align-items: center;
	justify-content: center;
	/* background-color: #0b8d99; */
	background-color: #fff;
}

/* #map */
#map {
	height: 100vh;
}

/* #bottomArea */
#bottomArea {
	position: absolute;
	display: flex;
	width: 100vw;
	height: 100px;
	bottom: 0;
	left: 0;	
	align-items: center;
	justify-content: center;
	/* background-color: #0b8d99; */
	background-color: #fff;
}

/* rightArea */
#rightArea {	
	position: absolute;
	z-index: 2000;
	right: 0;
	top: 0;
	width: 160px;
	/* background-color: #0b8d99; */
	background-color: #fff;
}

/* #ifr_gMap */
#ifr_gMap {	
	margin-bottom: 50px;
	vertical-align: bottom;
}

/* ロゴ facilityページ用 */
#logo_facility {
	display: block;	
	width: 80px;
	height: 52px;
	margin: 0 auto 20px;
	background: url(../img/logo.svg) left top no-repeat;
	line-height: 1;
}

/* oneLineNote */
.oneLineNote {
	display: block;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

/* #facility_name */
#facility_name {
	font-size: 30px;
	font-weight: bold;	
	line-height: 1;
	text-align: center;
	margin-bottom: 47px;
}

/* #box_homepage */
#box_homepage {
	width: 34px;
	height: 30px;
	margin: 0 auto 50px;
}
#ico_home a {
	display: block;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 34px;
	height: 30px;
	background:url(../img/ico_home.svg) left center no-repeat;
	background-size: contain;
}
#ico_home_off {	
	width: 34px;
	height: 30px;
	background:url(../img/ico_home_off.svg) left center no-repeat;
	background-size: contain;	
}

/* ul.search_icons */
ul.search_icons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}
ul.search_icons li a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin-left: 30px;
}
ul.search_icons li:first-child a {
	margin-left: 0;
}
#search_google {
	background:url(../img/ico_google.svg) left center no-repeat;
	background-size: contain;
}
#search_youtube {
	background:url(../img/ico_youtube.svg) left center no-repeat;
	background-size: contain;
	width: 34px;	/* youtubeアイコンは少し小さいので上書き */
}
#search_twitter {
	background:url(../img/ico_X.svg) left center no-repeat;
	background-size: contain;
}
#search_nap {
	background:url(../img/ico_nap.png) left center no-repeat;
	background-size: contain;
}

/* div.box_search_route */
div.box_search_route {
	margin-top: 94px;
	text-align: center;
	margin-bottom: 44px;
}

/* div.adr */
div.adr {
	text-align: center;
	margin-bottom: 150px;
}

/* #img_pc_tab_smp */
#img_pc_tab_smp {
	display: block;
	width: 416px;
	height: 202px;
	background: url(../../facility/img/pc_tab_smp.png) left top no-repeat;
	margin: 0 auto 20px;
}

/* #txt_shachuhakuTanosimu */
#txt_shachuhakuTanosimu {
	display: block;
	width: 295px;
	height: 31px;
	background: url(../../facility/img/txt_shachuhakuTanosimu.svg) left top no-repeat;
	margin: 0 auto 20px;
}

/* logo_foot */
div.logo_foot {
	margin-bottom: 78px;
}

/* div.equip_detail */
div.equip_detail {
	text-align: center;	
}

/* div.child_detail */
div.child_detail {
	font-size: 20px;
	display: inline-block;
	text-align: center;
	line-height: 28px;
}

/* table.equip */
table.equip {
	line-height: 38px;
}
table.equip tr:nth-child( even ){
	background-color: #f5f5f5;
}
table.equip tr:nth-child( odd ){	
	background-color: #f5fff5;
}
table.equip th {
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	padding: 0 0 0 20px;
}
table.equip td {
	vertical-align: middle;
	text-align: left;	
	padding: 0 20px 0 0;
}


/* p.note_camp */
p.note_camp {
	text-align: center;	
	font-size: 16px;
	margin-top: 10px;
}


/* #detail_notes */
#detail_notes {
	margin-top: 40px;
}

/* #search_root */
#search_root {
	display: flex;
	align-items: center;
	font-weight: bold;
	line-height: 1;
}

/* #route_y */
#route_y {
	display: inline-block;
	cursor: pointer;
	width: 41px;
	height: 41px;
	margin-right: 19px;
	background: url(../img/ico_yahoo.svg) left top no-repeat;
	text-indent: 70px;
    white-space: nowrap;
    overflow: hidden;
}

/* #route_g */
#route_g {
	display: inline-block;
	cursor: pointer;
	width: 41px;
	height: 41px;
	margin-left: 19px;
	background: url(../img/ico_google_map.svg) right top no-repeat;
	text-indent: 70px;
    white-space: nowrap;
    overflow: hidden;
}