@charset "utf-8";
/* CSS Document */
/*　cover */
#cover {text-align:center;position: fixed; height: 100%; width: 100%; top:0; left: 0; background: #fff; z-index:9999;}
#cover img:first-child{margin-top: 100px;}
#cover img:last-child{display: block;margin:1% auto;width: 80px;height: 80px;}
.sp #cover img{width: 50%;}


.boxunit{
	margin: auto;
}

/** reset **/
#dom_cnt {
	margin-bottom: 60px !important;
}
.disnon {
	display: none;
}
#dom_cnt h1 {
	text-align: left !important;
	background: url(../images/icon_syugou.png) no-repeat #10069F 01% 50%;
	font-size: 25px !important;
	padding: 10px 0 10px 50px !important;
	margin: 0 !important;
	color: #fff !important;
	background-size: 35px;
}
.sp #dom_cnt h1 {
	font-size: 15px !important;
	}
/** common**/
.txtred {
	color: #f00;
}
.bold {
	font-weight: bold;
}
#back-to-top{
	position:fixed;
	right:12px;
	bottom:12px;
	 z-index:500;
}

/** content **/
#content > .contentLine_f,
#content > .contentLine_s > h3,
#content > .contentLine_s > .place {
	width: 958px;
	margin: 15px auto 0;
}
#content h3,
#content h4{
	font-size: 24px !important;
	font-weight: bold;
}
#Area > .announcement {
	border: 2px solid #4f4f4f;
}
#Area > .announcement > h4 {
	color: #ffffff;
	line-height: 20px;
	padding: 10px;
	background: repeating-linear-gradient(45deg, #4f4f4f, #4f4f4f 10px, #000000 10px, #000000 20px);
}
#Area > .announcement > p,
#Area > .announcement > ul {
	display: table-cell;
}
#Area > .announcement > p {
	width: 20%;
	padding: 10px 20px;
	background: #10069F;
}
#Area > .announcement > ul {
	padding-left: 25px;
	vertical-align: middle;
}
#Area > .radio {
    padding: 20px 10px;
    overflow: hidden;
}
#Area > .radio > h4 {
	background: url(../images/icon_location.png) no-repeat 0 20%;
	background-size: 26px;
	padding-left: 30px;
}
#content > .contentLine_s > .place > h3,
#content > .contentLine_s > .place > .info {
	overflow: hidden;
}
#content > .contentLine_s > .place > .info > ul {
	padding: 0 10px;
}
#content > .contentLine_s > .place > h3 {
	background: url(../images/icon_busstop.png) no-repeat 10px 20%;
	background-size: 26px;
	padding-left: 40px;
	margin-bottom: 10px;
}
#content > .contentLine_s > .place > .info {
	margin-bottom: 20px;
	margin-right: 5px;
}
#content > .contentLine_s > .place > .info > ul,

div#map-canvas {
  margin: 10pt;
  padding: 0;
  height:300px;
}
/** tab **/
#tabMenu > .tabrow {
	text-align: center;
	list-style: none;
	margin: 20px 0 20px;
	padding: 0;
	line-height: 24px;
	height: 26px;
	overflow: hidden;
	font-size: 12px !important;
	font-family: verdana;
	position: relative;
}
#tabMenu > .tabrow > li {
	border: 1px solid #AAA;
	background: #D1D1D1;
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	margin: 0 -3px;
	/*cursor: pointer;*/
	font-size: 16px !important;
}
#tabMenu > .tabrow > li > a {
	color: #555;
	text-decoration: none;
	padding: 0 50px;
}
#tabMenu > .tabrow > li.selected {
	background: #FFF;
	color: #333;
	z-index: 2;
	border-bottom-color: #FFF;
	padding: 0 50px;
}
#tabMenu > .tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #AAA;
	z-index: 1;
}
#tabMenu > .tabrow li:before,
#tabMenu > .tabrow li:after {
	border: 1px solid #AAA;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
#tabMenu > .tabrow > li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #D1D1D1;
}
#tabMenu > .tabrow > li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #D1D1D1;
}
#tabMenu > .tabrow > li.selected:before {
	box-shadow: 2px 2px 0 #FFF;
}
#tabMenu > .tabrow > li.selected:after {
	box-shadow: -2px 2px 0 #FFF;
}

/** radio **/
#Area > .radio > .radio-input{
  display: none;
}
#Area > .radio > .radio-input + label{
  padding-left: 20px;
  position:relative;
  display: inline-block;
  width: 45%;
  margin-left: 5px;
  margin-bottom: 5px; 
}
#Area > .radio > .radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
#Area > .radio > .radio-input:checked + label{
  color: #10069F;
}
#Area > .radio > .radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #10069F;
  border-radius: 50%;
}

/** google map **/
#map_canvas01,
#map_canvas02,
#map_canvas03,
#map_canvas04,
#map_canvas05 {
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

/** sp ***********************************************/
.sp #dom_cnt {
	margin-bottom: 10px !important;
}
.sp .bg_area {
	background: #fff;
}
.sp #content > .contentLine_f,
.sp #content > .contentLine_s > h3,
.sp #content > .contentLine_s > .place {
	width: 100%;
	margin: 15px auto 0;
}
.sp #Area > .announcement > h4 {
	line-height: 16px;
	padding: 5px;
}
.sp #content h3,
.sp #content h4{
	font-size: 16px !important;
	font-weight: bold;
}
.sp #Area > .announcement > p,
.sp #Area > .announcement > ul {
	display: block;
}
.sp #Area > .announcement > p {
	width: 100%;
	background: #10069F;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}
.sp #Area > .announcement > p > img {
	width: 50%;
}
.sp #Area > .announcement > ul {
	padding: 0 5px;
	font-size: 85% !important;
}
.sp #Area > .radio > .radio-input + label {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
}
.sp #content > .contentLine_s > .place > .info > ul,
.sp #map_canvas01,
.sp #map_canvas02,
.sp #map_canvas03,
.sp #map_canvas04,
.sp #map_canvas05 {
	display: block;
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
.sp #content > .contentLine_s > .place > .info {
	margin: 0 auto;
	padding: 0;
}
.sp #map_canvas01,
.sp #map_canvas02,
.sp #map_canvas03,
.sp #map_canvas04,
.sp #map_canvas05 {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}
.sp #tabMenu > .tabrow {
	margin: 20px 0 20px;
	padding: 0;
	line-height: 24px;
	height: 26px;
	font-size: 12px !important;
}
.sp #tabMenu > .tabrow > li > a {
	padding: 0 10px;
}
.sp #tabMenu > .tabrow > li.selected {
	padding: 0 10px;
}