@charset "utf-8";
/* CSS Document */
/** reset **/
main{
	width: 100%;
    margin: 0 auto;
    padding: 8px 0 0;
}
.disnon {
	display: none;
}
main .ttl{
	width: 100%;
	background: #0056B8;	
}
main h2 {
	max-width: 940px;
	text-align: left;
	background: url(../images/icon_syugou.png) no-repeat 1% 50%;
	font-size: 25px;
	padding: 10px 0 10px 50px;
	margin: 0 auto;
	color: #fff;
	background-size: 35px;
}
/** common**/
.txtred {
	color: #f00;
}
.bold {
	font-weight: bold;
}
#back-to-top{
	position:fixed;
	right:12px;
	bottom:12px;
	 z-index:500;
}

/** 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;
}
/** content **/
#content{
	width: 992px;
	margin: 0 auto
}
#content > .contentLine_f,
#content > .contentLine_s > #content > h3,.contentLine_s,
#content > .contentLine_s > .place {
	margin: 0 auto 100px;
}
#content h3,
#content h4{
	font-size: 24px;
	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: #0056b8;
}
#Area > .announcement > ul {
	padding-left: 25px;
	vertical-align: middle;
}
#Area > .radio {
    padding: 30px 0;
    overflow: hidden;
}
#Area > .radio > h4 {
	background: url(../images/icon_location.png) no-repeat 0 20%;
	background-size: 26px;
	padding-left: 30px;
	margin-bottom: 5px;
}
#content > .contentLine_s > .place > h3 {
	padding: 0 10px;
	overflow: hidden;
}
#content > .contentLine_s > .place > h3 {
	background: url(../images/icon_busstop.png) no-repeat 0 20%;
	background-size: 26px;
	padding-left: 35px;
	margin-bottom: 30px;
	color: #0056b8;
	border-bottom: #0056b8 dotted 2px;
	padding-bottom: 5px;
	font-size: 20px;
}
#content > .contentLine_s > .place > .info {
	margin-bottom: 20px;
	margin-right: 5px;
	
}
#content > .contentLine_s > .place > .info{
	display: flex;
	height: 400px;
	
}

/** google map **/
.map_area{
	margin-bottom: 30px;
	border: 1px solid #ccc;
	width: 590px;
}

.map_info{
	padding: 30px 0 0 30px;
	flex: 1;
	overflow: hidden;
}

.map_info h5{
	color: #0056b8;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	
}

.map_info span{
	color: #0056b8;
	font-weight: bold;
	font-size: 15px;
}

#content > .contentLine_s > .place > .info li {
	text-align: center;
}


/** radio **/
#Area{
	padding-top: 30px;
}
#Area > .radio > .radio-input{
  display: none;
}
#Area > .radio > .radio-input + label{
  padding-left: 35px;
  position:relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
	font-size: 1.9rem;
}
#Area > .radio > .radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
}
#Area > .radio > .radio-input:checked + label{
  color: #004098;
	font-weight: bold;
}
#Area > .radio > .radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 9px;
  width: 14px;
  height: 14px;
  background: #004098;
  border-radius: 50%;
}

/** button **/
.button {
  display: block;
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
  background-image: -moz-linear-gradient(45deg, #3b90d3 0%, #3fc6c6 100%);
  background-image: -webkit-linear-gradient(45deg, #004098 0%, #2196F3 100%);
  background-image: -ms-linear-gradient(45deg, #3b90d3 0%, #3fc6c6 100%);
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
  
}

.button a {
	text-decoration: none;
	display: block;
	padding: 10px;
}

.button span{
	font-size: 20px;
	color: white;
}

.button a:hover span {
	color: white;
}
.button:hover {
	background-image: -moz-linear-gradient(45deg, #3fc6c6 0%, #3b90d3 100%);
	background-image: -webkit-linear-gradient(45deg, #2196F3 0%, #004098 100%);
	background-image: -ms-linear-gradient(45deg, #3fc6c6 0%, #3b90d3 100%);
}



/** sp ***********************************************/
.sp main {
	margin-bottom: 10px !important;
}
.sp main h2 {
	font-size: 15px !important;
	}

.sp #cover img{
	width: 50%;
}
.sp #content{
	width: 100%;
	margin: 0 auto
}
.sp #content > .contentLine_f,
.sp #content > .contentLine_s > h3{
	width: 100%;
	margin: 15px auto 50px;
}

.sp #content > .contentLine_s > .place {
	width: 100%;
	margin: 15px auto 100px;
}
.sp #Area > .announcement > h4 {
	line-height: 16px;
	padding: 5px;
	font-size: 1.6rem;
	text-align: center;
}
.sp #content h3,
.sp #content h4{
	font-size: 16px;
	font-weight: bold;
}
.sp #Area{
	width: 95%;
	margin: 0 auto;
}

.sp #Area > .announcement > p,
.sp #Area > .announcement > ul {
	display: block;
}
.sp #Area > .announcement > p {
	width: 100%;
	background: #004098;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}
.sp #Area > .announcement > p > img {
	width: 50%;
}
.sp #Area > .announcement > ul {
	padding: 0 10px 10px;
	font-size: 85%;
}
.sp #Area > .radio,.sp .contentLine_s{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.sp #Area > .radio > .radio-input + label {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
}

.sp #content > .contentLine_s > .place > .info{
	display: block;
	width: 100%;
	
}
.sp .map_area {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto 2vh;
	height: 300px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.sp .map_info{
	padding: 3%;
}


.sp #content > .contentLine_s > .place > .info {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	height: 100%;
}
.sp #content > .contentLine_s > .place > .info > ul > li > img {
	display: block;
	max-width: 100%;
	margin:0 auto;
}


.sp #tabMenu > .tabrow {
	margin: 20px 0 20px;
	padding: 0;
	line-height: 24px;
	height: 26px;
	font-size: 12px;
}

.sp .button {
    width: 90%;
}
.sp .button span{
	font-size: 4.6vw
}

