#Contents .linkSect .sectMain .sublinkList > li a {
  display: block;
  color: inherit;
  text-decoration: none; }

#Contents .linkSect .sectMain .sublinkList > li a:hover {
  text-decoration: none;
  opacity: 0.8; }

#Contents .linkSect .sectMain .sublinkList > li .listInner {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 5px; }

@media print, screen and (min-width: 768px) {
  #Contents .linkSect .sectTit {
    margin-bottom: 40px; }

  #Contents .linkSect .sectMain .linkList {
    margin-bottom: 70px; }

  #Contents .linkSect .sectMain .sublinkList > li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }

  #Contents .linkSect .sectMain .sublinkList > li .listInner {
    padding: 10px 40px; } }
@media only screen and (max-width: 767px) {
  #Contents .linkSect .sectTit {
    margin-bottom: 20px; }

  #Contents .linkSect .sectMain .linkList {
    margin-bottom: 35px; }

  #Contents .linkSect .sectMain .sublinkList > li {
    margin-top: 15px; }

  #Contents .linkSect .sectMain .sublinkList > li:first-child {
    margin-top: 0; }

  #Contents .linkSect .sectMain .sublinkList > li .listInner {
    display: block;
    padding: 10px 0;
    text-align: center; } }
#waku,.waku {
	margin-bottom: 80px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 50px 25px 0;
}
#waku p,.waku p {
	margin-bottom: 50px;
}
#waku p img,
.waku p img{
	max-width: 100%;
	height: auto;
}

#station {
  text-align: center;
  background: #007d83;
  padding: 27px; }
  #station img {
    max-width: 100%;
    height: auto; }

#bus {
  text-align: center;
  background: #f3f3f3;
  padding: 50px; }
  #bus img {
    max-width: 100%;
    height: auto; }

h3 {
  margin-top: 50px; }

h4 {
  margin-top: 10px;
  font-size: 20px;
  position: relative;
  padding: 0 20px; }
  h4:before {
    background-color: #000;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 12px;
    top: 10px;
    width: 12px; }

.modArrowTxt01:before {
  background-image: url(/common/img/arrowtxt01_art.png); }

#noriba .fl, #noriba .fr {
  width: 47.5%; }
  #noriba .fl img, #noriba .fr img {
    margin-top: 10px;
    max-width: 100%;
    height: auto; }

#oc {
  margin-top: 80px;
  background: url(../img/bg.gif);
  padding-bottom: 50px; }
  #oc img {
    max-width: 100%;
    height: auto; }
  #oc #oc-wrap {
    margin: 0 50px;
    background: #fff; }
    #oc #oc-wrap .fl, #oc #oc-wrap .fr {
      box-sizing: border-box;
      width: 50%; }
    #oc #oc-wrap .fl {
      padding: 40px 20px 40px 40px; }
    #oc #oc-wrap .fr {
      padding: 40px 40px 40px 20px; }
    #oc #oc-wrap h5 {
      color: #2d9ba6;
      font-size: 19px; }
	  
.bus {
	    display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 5px;
		border: 1px solid #d3d3d3;
		border-radius: 5px;
		text-align: center;
		color:#004e4e;
		width: 207px;
	}
	
	.bus a {
    color: inherit;
    text-decoration: none;
}


@media only screen and (max-width: 767px) {
#waku,.waku{
	padding-top: 25px;
	margin-bottom: 25px;
}
#waku p,.waku p {
	margin-bottom: 25px;
}

  #station {
    padding: 10px; }

  #bus {
    padding: 10px; }

  h3 {
    margin-top: 25px; }

  h4 {
    font-size: 1.7rem; }
    h4:before {
      top: 8px; }

  #noriba .fl, #noriba .fr {
    width: 100%;
    float: none; }
  #noriba .fl {
    margin-bottom: 10px; }

  #oc {
    margin-top: 40px;
    padding-bottom: 10px; }
    #oc #oc-wrap {
      margin: 0 10px;
      background: #fff; }
      #oc #oc-wrap .fl, #oc #oc-wrap .fr {
        float: none;
        width: 100%;
        padding: 20px; }
      #oc #oc-wrap h5 {
        font-size: 1.5rem; } 
	
				}

/*# sourceMappingURL=index.css.map */

		
	.iframe_wrap {
		width:600px;
		height: 400px;
	}
	
	iframe {
		width: 100%
	}
	
	@media only screen and (max-width: 767px) {
		.iframe_wrap {
			width: 100%;		
	}
	}

/* 240205 Add */
.route-mapDl > dt {
	background-color: #ea1533;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0.25em;
	margin-bottom: 1em;
	font-size: 1.5rem;
}
.route-mapDl > dd {
	text-align: left;
	font-size: 1rem;
}
.squareList > li {
	padding-left: 1em;
	font-size: 1rem;
	position: relative;
	margin-bottom: 1em;
}
.squareList > li::before {
	content: '■';
	color: #ea1533;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.squareList > li:last-child {
	margin-bottom: 0;
}
.squareList > li .subBlock {
	display: block;
	margin-top: 1em;
}
.squareList .num {
	font-weight: bold;
	font-size: 150%;
}
@media only screen and (max-width: 767px) {
.waku:last-child {
	margin-bottom: 0;
	padding-bottom: 25px;
}
.flex-pc .fig {
	margin-bottom: 1em;
}
.squareList > li {
	font-size: 1.4rem;
}
}
@media print, screen and (min-width: 768px) {
.waku:last-child {
	margin-bottom: 0;
	padding-bottom: 50px;
}
.flex-pc {
	display: flex;
	justify-content: space-between;
	padding-left: 80px;
	padding-right: 80px;
}
.flex-pc .fig {
	width: 67.3%;
	margin-bottom: 0;
}
.flex-pc .txtArea {
	width: 28.8%;
}
}