@charset "UTF-8";


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

#acc_top {
	width: 100%;
	height: 450px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
#acc_top dl {
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#acc_top dl dt {
	font-weight: bold;
	font-size: 180%;
	letter-spacing: 0.1em;
	line-height: 1.7em;
}
#acc_top dl dt span {
	color: #0099cc;
	border-bottom: dotted 2px #0099cc;
}
#acc_top dl dd {
	font-size: 90%;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#acc {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#acc dl {
	margin: 0px;
	padding: 0px;
}
#acc dl dt {
	font-weight: bold;
	color: #0099cc;
	font-size: 110%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#acc dl dd {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#acc dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	color: #666;
}
#min_map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#min_map dl {
	margin: 0px;
	padding: 0px;
}
#min_map dl dt {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 100%;
}
#min_map dl dt iframe {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 100%;
}
#min_map dl dd {
	text-align: center;
	padding: 0px;
	width: 50%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
#min_map dl dd a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #85775a;
	border-radius: 5px;
	box-shadow: 3px 3px #585245;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/yajirushi_yoko.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 22px;
}
#min_map dl dd a:hover  {
	opacity: 0.8;
    filter: alpha(opacity=80);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.road_txt {
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#road {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}
#road::after{
  content:"";
  display: block;
  width: 310px;
}
#road dl {
	padding: 0px;
	height: auto;
	width: 310px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#road dl dt {
	margin: 0px;
	padding: 0px;
}
#road dl dd {
	font-size: 90%;
	line-height: 1.6em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.time_inner_min {
	border-collapse: collapse;
	padding: 0px;
	height: auto;
	width: 100%;
	margin: 0px;
}
.time_inner_min table {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.time_inner_min thead th {
	background-color: #009ace;
	color: #FFF;
	margin: 0px;
	font-size: 95%;
	width: 30%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: auto;
}
.time_inner_min thead td {
	background-color: #009ace;
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 95%;
	text-align: center;
	font-weight: bold;
}
.time_inner_min tbody th {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #009ace;
	font-size: 95%;
	color: #FFF;
}
.time_inner_min tbody td {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	background-color: #F5F5F5;
}
.time_cyusyaku_min {
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.time_cyusyaku_min li {
	font-size: 80%;
	line-height: 1.5em;
	color: #666;
}

}



/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

#acc_top {
	width: 100%;
	height: auto;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
#acc_top dl {
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#acc_top dl dt {
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
}
#acc_top dl dt span {
	color: #0099cc;
	border-bottom: dotted 2px #0099cc;
}
#acc_top dl dd {
	font-size: 90%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#acc {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#acc dl {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#acc dl dt {
	font-weight: bold;
	color: #0099cc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 130%;
	line-height: 1.7em;
}
#acc dl dd {
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#acc dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
	color: #666;
}
#min_map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#min_map dl {
	margin: 0px;
	padding: 0px;
}
#min_map dl dt {
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 100%;
}
#min_map dl dt iframe {
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 100%;
}
#min_map dl dd {
	text-align: center;
	padding: 0px;
	width: 90%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
#min_map dl dd a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #85775a;
	border-radius: 5px;
	box-shadow: 3px 3px #585245;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/yajirushi_yoko.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 22px;
}
.road_txt {
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#road {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#road dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#road dl dt {
	margin: 0px;
	padding: 0px;
}
#road dl dt img {
	width: 100%;
}
#road dl dd {
	font-size: 90%;
	line-height: 1.6em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.time_inner_min {
	border-collapse: collapse;
	padding: 0px;
	height: auto;
	width: 100%;
	margin: 0px;
}
.time_inner_min table {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.time_inner_min thead th {
	background-color: #009ace;
	color: #FFF;
	margin: 0px;
	font-size: 90%;
	width: 30%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: auto;
}
.time_inner_min thead td {
	background-color: #009ace;
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
}
.time_inner_min tbody th {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #009ace;
	font-size: 80%;
	color: #FFF;
}
.time_inner_min tbody td {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	background-color: #F5F5F5;
}
.time_cyusyaku_min {
	padding: 0px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 95%;
}
.time_cyusyaku_min li {
	font-size: 80%;
	line-height: 1.5em;
	color: #666;
}

}
