@charset "UTF-8";
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
/*MAPS＆送迎範囲＆バスの紹介*/
#page-busmap {
}
#page-busmap .inner .sec1 {
	color: #702910;
}
#page-busmap .inner .sec1 .map-area {
	line-height: 0px;
}

@media (min-width:640px) {
#page-busmap .inner .sec1 .map-area {
	display: flex;
	justify-content: space-between;
}
#page-busmap .inner .sec1 .inner .map1 iflame {
}
}

@media (max-width:639px) {
#page-busmap .inner .sec1 .inner .map1 {
	overflow: hidden;
}
#page-busmap .inner .sec1 img {
	height: auto;
}
}
#page-busmap .inner .sec1 .inner .map1 {
	margin-bottom: 20px;
	max-width: 460px;
	width: 100%;
}
#page-busmap .inner .sec1 .inner .map1 iflame {
	width: 100%;
}
#page-busmap .inner .sec1 .inner .map2 {
	margin-bottom: 20px;
}

@media (max-width:639px) {
    #page-busmap .sec1 .shisetsu_pic li .detail {
        width: 90%;
        height: 150px;
        margin: 0 auto 30px auto;
        padding: 10px;
        text-align: left;
        border: #702910 2px solid;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        background-color: #fff;
    }
}
@media (min-width:640px) {
    #page-busmap .sec1 .shisetsu_pic li .detail {
        width: 90%;
        height: 110px;
        margin: 0 auto 30px auto;
        padding: 10px;
        text-align: left;
        border: #702910 2px solid;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        background-color: #fff;
    }
}
#page-busmap .inner .sec1 .inner .map2 dl {
	line-height: 1.5em;
	margin-top: 10px;
	margin-left: 10px;
}
#page-busmap .inner .sec1 .inner .map2 dl dt {
	display: block;
	float: left;
	width: 10%;
}
#page-busmap .inner .sec1 .inner .map2 dl dd {
	display: block;
	width: 70%;
}


@media (min-width:640px) {
#page-busmap .shisetsu_pic li {
	display: block;
	float: left;
	width: 23.5%;
	text-align: center;
	margin-left: 18px;
}
#page-busmap .shisetsu_pic li:nth-child(5), #page-busmap .shisetsu_pic li:first-child {
	margin-left: 0px;
}
#page-busmap .shisetsu_pic li .tit {
	padding: 10px 0;
}
}

@media (max-width:639px) {
#page-busmap .shisetsu_pic li {
	display: block;
	float: left;
	width: 43%;
	text-align: center;
	margin-left: 18px;
}
#page-busmap .shisetsu_pic li:nth-child(odd) {
	clear: both;
}
#page-busmap .shisetsu_pic li .tit {
	padding: 10px 0;
    height:auto;
}
}


/*MAPS＆送迎範囲＆バスの紹介*/
#page-busmap .sec2 {
	margin-bottom: 40px;
}
#page-busmap .sec2 .sogei-wrap{
    position: relative;
    height: 540px;
}
#page-busmap .sec2 .sogei-wrap .chiku1{
    position: absolute;
    top: 110px;
    left: 470px;
    color: #702910;
}
#page-busmap .sec2 .sogei-wrap .chiku2{
    width: 470px;
    position: absolute;
    bottom: 132px;
    left: 470px;
    color: #702910;
}
#page-busmap .sec2 .sogei-wrap .chiku3{
    width: 470px;
    position: absolute;
    bottom: 38px;
    left: 330px;
    color: #702910;
}
#page-busmap .sec2 .sogei_tit {
	color: #fff;
	font-size: 25px;
	text-align: center;
	background-color: #85C023;
	padding: 10px;
	/* border-radius */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#page-busmap .sec2 .img {
	padding: 30px 0;
}
#page-busmap .sec2 .caption {
	/* border-radius */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: #CCCCCC 1px solid;
	color: #FF5757;
	background-color: #fff;
	padding: 15px;
	width: 95%;
	margin: 0 auto 20px auto;
}

@media (max-width:639px) {
#page-busmap .sec2 .sogei-wrap{
    position:static;
    height:auto;
}
#page-busmap .sec2 img {
	height: auto;
	width: 80%;
	margin: 0 auto;
}
#page-busmap .sec2 dl{
	width:95%;
	margin:0 auto 25px auto;
	color: #702910;
}
#page-busmap .sec2 dd{
	margin-bottom:15px;
}

}
/*バスの紹介*/



/*壁画ここから*/
#page-busmap .sec5 {
	margin-bottom: 40px;
}

#page-busmap .sec5 .inner .tit1 {
	color: #fff;
	font-size: 25px;
	text-align: center;
	background-color: #85C023;
	padding: 10px;
	/* border-radius */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
 position: relative;
}
#page-busmap .sec5 .inner .tit1 span{
 position: absolute;
 left: 10px;
 top: -50px;
}
#page-busmap .sec5 .inner .tit2 {
 display: block;
	font-size: 25px;
	text-align: center;
}
#page-busmap .sec5 .inner .read {
	font-size: 20px;
 margin:30px 0 10px 0;
}
#page-busmap .sec5 .inner .wrap1{
	margin-bottom: 40px;
	display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
	font-size: 20px;
}

#page-busmap .sec5 .inner .wrap1 li{
 width: 40%;
 height: auto;
 text-align: center;
}

#page-busmap .sec5 .inner .wrap1 li.textLeft{
 text-align: left;
}

#page-busmap .sec5 .inner .wrap1 li.hekiga_01 img{
 width: 100%;
 height: auto;
}

#page-busmap .sec5 .inner .wrap1 li.hekiga_02 img{
 width: 100%;
 height: auto;
}

#page-busmap .sec5 .inner .wrap2{
 margin: 30px auto;
	display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
	font-size: 20px;
}

#page-busmap .sec5 .inner .wrap2 li{
 width: 40%;
 height: auto;
 text-align: center;
}

#page-busmap .sec5 .inner .wrap2 li.textLeft{
 text-align: left;
}


#page-busmap .sec5 .inner .wrap2 li.hekiga_01 img{
 width: 100%;
 height: auto;
}

#page-busmap .sec5 .inner .wrap2 li.hekiga_02 img{
 width: 100%;
 height: auto;
}

#page-busmap .sec5 .inner .read span{
 width: 100px;
 top: -30px;
 position: relative;
}
#page-busmap .sec5 .inner .read span img{
 position: absolute;
 width: 200px;
}

@media (max-width:639px) {
#page-busmap .sec5 .inner .read span{
 left: -20px;
}
 #page-busmap .sec5 .inner {
  width: 96%;
  margin: auto;
 }
 #page-busmap .sec5 .inner .tit1 {
  font-size: 20px;
 }
 #page-busmap .sec5 .inner .tit1 span{
  width: 100px;
  left: 0px;
  top: -50px;
 }
 #page-busmap .sec5 .inner .tit1 span img{
  width: 100%;
 }
 #page-busmap .sec5 .inner .tit2 {
  font-size: 18px;
 }
 #page-busmap .sec5 .inner .read {
  font-size: 16px;
  margin:30px auto 10px auto;
  position: relative;
 }
 
 #page-busmap .sec5 .inner .wrap1{
  font-size: 16px;
  margin:0 auto 10px auto;
 }

 #page-busmap .sec5 .inner .wrap1 li{
  width: 48%;
  height: auto;
 }

 #page-busmap .sec5 .inner .wrap2{
  font-size: 16px;
  margin:0 auto 10px auto;
 }

 #page-busmap .sec5 .inner .wrap2 li{
  width: 48%;
 }


}
/*壁画ここまで*/


#page-busmap .sec3 {
	color: #702910;
}

@media (min-width:640px) {
#page-busmap .sec3 .bus-tit {
	text-align: center;
	font-size: 25px;
	margin-bottom: 60px;
	width: 990px;
	position: relative;
}
#page-busmap .sec3 .bus-tit:before {
	content: url(../img/busmap-titbg-l.png);
	position: absolute;
	left: 30px;
}
#page-busmap .sec3 .bus-tit:after {
	content: url(../img/busmap-titbg-r.png);
	position: absolute;
	right: 30px;
}
#page-busmap .sec3 li {
	width: 33.33333%;
	text-align: center;
	float: left;
}
#page-busmap .sec3 .old li:last-child {
	float: none;
	margin: 0 auto;
}
}

@media (max-width:639px) {
#page-busmap .sec3 .bus-tit {
	position: relative;
	clear: both;
	text-align: center;
	font-size: 18px;
	margin-bottom: 60px;
	background-image: url(../img/sp/busmap-titbg.png);
	-moz-background-size: 25% 25%;
	background-size: 100% 85%;
	background-position: 0 -3px;
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 16px;
}
#page-busmap .sec3 li .tit {
	text-align: center;
}
}
#page-busmap .sec3 li .tit {
	font-size: 16px;
	margin-top: 15px;
}
#page-busmap .sec3 li .detail {
	width: 80%;
	margin: 20px auto;
	padding: 10px;
	text-align: left;
	border: #702910 2px solid;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
}

@media (min-width:640px) {
#page-busmap .sec3 .new li:first-child .detail, #page-busmap .sec3 .new li:nth-child(2) .detail, #page-busmap .sec3 .new li:nth-child(3) .detail {
	height: 140px;
}
#page-busmap .sec3 .old  li:first-child .detail, #page-busmap .sec3 .old  li:nth-child(2) .detail, #page-busmap .sec3 .old  li:nth-child(3) .detail {
	height: 200px;
}
#page-busmap .sec3 li:nth-child(4) .detail, #page-busmap .sec3 li:nth-child(5) .detail, #page-busmap .sec3 li:nth-child(6) .detail {
	height: 200px;
}
}
#page-busmap .sec3 .new #page-busmap .sec3 .old {
	padding-bottom: 40px;
}
#page-busmap .sec3 .inner .new, #page-busmap .sec3 .inner .old {
	padding-bottom: 40px;
}
#page-busmap .sec3 .inner .old .tit {
	margin-bottom: 15px;
}
#page-busmap .sec3 li .font-s {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}

@media (max-width:639px) {
#page-busmap .sec3 li {
	width: 95%;
	margin: 0 auto !important;
}
#page-busmap .sec3 li img {
	height: auto;
	margin: 0 auto;
}
}

/*車のお医者さん*/
.abpit-ks {
	border: #702910 1px solid;
	padding: 10px;
}

@media (min-width:640px) {
.abpit-ks dt {
	display: inline-block;
	float: left;
	margin-right: 30px;
}
.abpit-ks dd {
	display: inline-block;
}
}

@media (max-width:639px) {
.abpit-ks dt {
	text-align:center;
	margin-bottom: 0px;
}
.abpit-ks dd {
    margin-bottom: 15px;
}
.abpit-ks dd .txt-c{
    width: 100%;
    text-align:center;
}
}