@charset "utf-8";

#right #all_area {
	margin-bottom: 20px;
}
#right ul#area_index li {
	float: left;
	width: 196px;
	font-size: 12px;
	line-height: 2.5;
	margin-bottom: 20px;
}
#right ul#area_index_new {
	font-size: 12px;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
#right ul#area_index_new li {
	display: flex;
	align-items: center;
	gap: 0 15px;
}
#right ul#area_index_new li strong {
	font-size: 16px;
	font-weight: 700;
}
#right ul#area_index_new li span.color_01 {
	color: #89b731;
}
#right ul#area_index_new li span.color_02 {
	color: #cc0000;
}
#right ul#area_index_new li span.color_03 {
	color: #0000ff;
}
#right ul.route_index {
	display: flex;
	flex-wrap: wrap;
}
#right ul.route_index li {
	font-size: 12px;
	line-height: 1.5;
	margin-left: 5px;
	padding-left: 10px;
}
#right ul.route_index li.start {
	margin-left: 0px;
	padding-left: 0px;
	border-left-style: none;
}
#right ul.route_index li strong {
	color: #663300;
}
#route_map {
	margin-bottom: 40px;
}
#right h3 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: #592604;
	margin-bottom: 10px;
}
#right h3 a {
	font-size: 14px;
	font-weight: normal;
}
#right p.hour {
	font-size: 18px;
	font-weight: 700;
	color: #e52f81;
	margin-bottom: 10px;
}
#right .timetable {
	width: 590px;
	border-top: 1px solid #f2834f;
	border-left: 1px solid #f2834f;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 60px;
}
#right .timetable th {
	padding: 10px;
	background-color: #f2834f;
	color: #ffff00;
	font-weight: normal;
}
#right .timetable td {
	padding: 5px;
	border-right: 1px solid #f2834f;
	border-bottom: 1px solid #f2834f;
	text-align: center;
}
#right .timetable td.head {
	width: 95px;
	text-align: left;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}
#right .timetable td.point {
	width: 95px;
	text-align: left;
	background-color: #fce6dc;
	border-bottom: 1px dotted #f2834f;
	color: #592604;
	padding-right: 10px;
	padding-left: 10px;
}
#right .timetable td.end {
	background-color: #fce6dc;
	vertical-align: top;
	padding-top: 20px;
}
#right span.day {
	color: #ffffff;
	background-color: #cc0000;
	padding: 5px;
}
#right #notice {
	border: 2px solid #cc0000;
	padding: 15px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	color: #cc0000;
}
#right .kaitei {
	padding: 20px;
	margin-bottom: 30px;
	border: 2px solid #c00;
}
#right .kaitei dl dt {
	font-size: 16px;
	font-weight: 700;
	color: #c00;
	text-align: center;
	margin-bottom: 10px;
}
#right .kaitei dl dd {
	font-size: 14px;
	line-height: 1.8;
	font-weight: 700;
}
#right .kaitei-heading {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #0089cb;
	padding: 10px;
	margin-bottom: 15px;
}

.customer {
	font-size: 14px;
	line-height: 1.8;
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}
.customer p {
	margin-bottom: 20px;
}
.customer p.indent {
	text-indent: 1em;
}
.customer p.txt_right {
	text-align: right;
}
.customer *:last-child {
	margin-bottom: 0;
}
