/* courtesy_bus */
.courtesy_bus .main {
/*	padding-top: 16px;*/
}

.courtesy_bus img {
	width: 100%;
	vertical-align: middle;
}

.courtesy_bus h1 {
	margin-bottom: 5%;
}

.courtesy_bus h2 {
	position: relative;
	margin-bottom: 4%;
	font-weight: bold;
}

.courtesy_bus h2 span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 5%;
	background: #fff;
}

.courtesy_bus h2 span img {
	margin-right: 10px;
	width: 85px;
	height: 100%;
	margin-top: -30px;
}

.courtesy_bus h2:after {
	position: absolute;
	height: 1px;
	background: #ceb792;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	content: "";
}

.courtesy_bus .base_width {
	max-width: 1080px;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.courtesy_bus .base_btn {
	display: block;
	border: 1px solid #44bbd6;
	border-radius: 500px;
	padding: 12px;
	font-weight: bold;
	color: #44bbd6;
	line-height: 1em;
}

.courtesy_bus .base_btn:before {
	content: "";
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_ic02.png);
	width: 11px;
	height: 14px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	bottom: -1px;
}

.courtesy_bus .base_btn:hover,
.courtesy_bus .base_btn.selected {
	text-decoration: none;
	color: #fff;
	background: #44bbd6;
	background: -webkit-linear-gradient(left, #44bbd6 0%, #40c0ab 100%);
	background: linear-gradient(to right, #44bbd6 0%, #40c0ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44bbd6', endColorstr='#40c0ab',GradientType=1 );
}

.courtesy_bus .base_btn:hover:before,
.courtesy_bus .base_btn.selected:before {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_ic01.png);
}

.courtesy_bus .step01 {
	padding-bottom: 50px;
}

.courtesy_bus .step01 .inner {
	display: table;
	width: 80%;
	margin: auto;
}

.courtesy_bus .step01 .inner .inner_left,
.courtesy_bus .step01 .inner .inner_right {
	display: table-cell;
	vertical-align: top;
}

.courtesy_bus .step01 .inner .inner_left {
	width: auto;
	padding-right: 8%;
}

.courtesy_bus .step01 .inner .inner_left .area_left {
	width: 45%;
	float: left;
}

.courtesy_bus .step01 .inner .inner_left .area_right {
	width: 45%;
	float: right;
}

.courtesy_bus .step01 .inner .inner_left dl {
	margin-bottom: 25px;
}

.courtesy_bus .step01 .inner .inner_left dl dt {
	font-weight: bold;
	text-align: left;
	color: #44bbd6;
	padding-top: 2%;
	margin-bottom: 7px;
}

.courtesy_bus .step01 .inner .inner_left dl dd {
	margin-bottom: 7px;
}

.courtesy_bus .step01 .inner .inner_left dl.tyubu dt {
	color: #8cca67;
}

.courtesy_bus .step01 .inner .inner_left dl.tyubu .base_btn {
	color: #8cca67;
	border: 1px solid #8cca67;
}

.courtesy_bus .step01 .inner .inner_left dl.tyubu .base_btn:before {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_ic03.png);
}

.courtesy_bus .step01 .inner .inner_left dl.tyubu .base_btn:hover,
.courtesy_bus .step01 .inner .inner_left dl.tyubu .base_btn.selected {
	color: #fff;
	background: #8cca67;
	background: -webkit-linear-gradient(left, #8cca67 0%, #60c09c 100%);
	background: linear-gradient(to right, #8cca67 0%, #60c09c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cca67', endColorstr='#60c09c',GradientType=1 );
}

.courtesy_bus .step01 .inner .inner_left dl.tyubu .base_btn:hover:before,
.courtesy_bus .step01 .inner .inner_left dl.tyubu .base_btn.selected:before {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_ic01.png);
}

.courtesy_bus .step01 .inner .inner_left dl.kanto dt {
	color: #60c09c;
}

.courtesy_bus .step01 .inner .inner_left dl.kanto .base_btn {
	color: #60c09c;
	border: 1px solid #60c09c;
}

.courtesy_bus .step01 .inner .inner_left dl.kanto .base_btn:before {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_ic04.png);
}

.courtesy_bus .step01 .inner .inner_left dl.kanto .base_btn:hover,
.courtesy_bus .step01 .inner .inner_left dl.kanto .base_btn.selected {
	color: #fff;
	background: #60c09c;
	background: -webkit-linear-gradient(left, #60c09c 0%, #66c2d8 100%);
	background: linear-gradient(to right, #60c09c 0%, #66c2d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c09c', endColorstr='#66c2d8',GradientType=1 );
}

.courtesy_bus .step01 .inner .inner_left dl.kanto .base_btn:hover:before,
.courtesy_bus .step01 .inner .inner_left dl.kanto .base_btn.selected:before {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_ic01.png);
}

.courtesy_bus .step01 .inner .inner_right {
	width: 43%;
	vertical-align: middle;
}

.courtesy_bus .step02 {
	padding-bottom: 50px;
}

.courtesy_bus .step02 h3 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 124%;
}

.courtesy_bus .step02 h3.tohoku {
	color: #44bbd6;
}

.courtesy_bus .step02 h3.tyubu {
	color: #8cca67;
}

.courtesy_bus .step02 h3.kanto {
	color: #60c09c;
}

.courtesy_bus .step02 ul {
	text-align: left;
}

.courtesy_bus .step02 ul li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	position: relative;
	margin-right: 4%;
	margin-bottom: 4%;
	width: calc((100% - 12% - 17px) / 4);
}

.courtesy_bus .step02 ul li:before {
	position: absolute;
	height: 100%;
	min-height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
}

.courtesy_bus .step02 ul li a {
	position: relative;
	z-index: 1;
	display: block;
	background: #fff;
	border-radius: 0 0 13px 13px;
}

.courtesy_bus .step02 ul li a .box_header {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_bg01-1.png) left top no-repeat, url(/images/opencampus/courtesy_bus/courtesy_bus_bg01-2.png) right top no-repeat;
	height: 12px;
}

.courtesy_bus .step02 ul li a .box_header:before {
	height: 11px;
	width: calc(100% - 24px);
	content: "";
	border-top: 1px solid #bea06e;
	display: block;
	margin: auto;
}

.courtesy_bus .step02 ul li a .box_footer {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_bg01-3.png) left bottom no-repeat, url(/images/opencampus/courtesy_bus/courtesy_bus_bg01-4.png) right bottom no-repeat;
	height: 12px;
}

.courtesy_bus .step02 ul li a .box_footer:before {
	height: 11px;
	width: calc(100% - 24px);
	content: "";
	border-bottom: 1px solid #bea06e;
	display: block;
	margin: auto;
}

.courtesy_bus .step02 ul li a .box_center {
	border-left: 1px solid #bea06e;
	border-right: 1px solid #bea06e;
	padding: 8px 23px;
}

.courtesy_bus .step02 ul li a h3 {
	font-size: 139%;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.courtesy_bus .step02 ul li a h3:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	border-bottom: 2px dotted #bea06e;
	content: "";
	width: 25%;
	margin-left: -11.4%;
}

.courtesy_bus .step02 ul li a .info {
	font-size: 93%;
	margin-bottom: 15px;
}

.courtesy_bus .step02 ul li a .info span {
	display: block;
	margin-bottom: 15px;
}

.courtesy_bus .step02 ul li a .base_btn {
	color: #f35443;
	border: 1px solid #f35443;
	padding: 18px;
}

.courtesy_bus .step02 ul li a .base_btn:before {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_ic05.png);
}

.courtesy_bus .step02 ul li .map-btn {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 32px;
	z-index: 2;
	background: none;
}

.courtesy_bus .step02 ul li .map-btn:hover {
	opacity: .7;
}

.courtesy_bus .step02 ul li .map-btn-img {
	max-width: 100%;
}

.courtesy_bus .step02 ul li:hover:before,
.courtesy_bus .step02 ul li.selected:before {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_bg02.png);
	top: 10px;
	left: 10px;
}

.courtesy_bus .step02 ul li:hover a,
.courtesy_bus .step02 ul li.selected a {
	text-decoration: none;
}

.courtesy_bus .step02 ul li:hover a .base_btn,
.courtesy_bus .step02 ul li.selected a .base_btn {
	color: #fff;
	background: #f35443;
	background: -webkit-linear-gradient(left, #f35443 0%, #fa2e7f 100%);
	background: linear-gradient(to right, #f35443 0%, #fa2e7f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35443', endColorstr='#fa2e7f',GradientType=1 );
}

.courtesy_bus .step02 ul li:hover a .base_btn:before,
.courtesy_bus .step02 ul li.selected a .base_btn:before {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_ic01.png);
}

.courtesy_bus .step02 ul li:nth-child(4n) {
	margin-right: 0;
}

.courtesy_bus .step03 {
	padding-bottom: 50px;
}

.courtesy_bus .step03 .event_date {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 124%;
}

.courtesy_bus .step03 ul {
	text-align: left;
}

.courtesy_bus .step03 ul li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	position: relative;
	margin-right: 2.15%;
	margin-left: 2.15%;
	margin-bottom: 7%;
	width: calc((100% - 12% - 10px) / 3);
}

.courtesy_bus .step03 ul li a {
	display: block;
	position: relative;
}

.courtesy_bus .step03 ul li a .photo {
	position: relative;
}

.courtesy_bus .step03 ul li a .photo img {
	width: 100%;
	position: relative;
	z-index: 1;
}

.courtesy_bus .step03 ul li a .photo img.gentei {
	position: absolute;
	top: -10%;
	right: -10%;
	z-index: 1;
	width: 30%;
}

.courtesy_bus .step03 ul li a .photo:before {
	position: absolute;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_bg02.png);
	top: 10px;
	left: 10px;
	content: "";
}

.courtesy_bus .step03 ul li a .info {
	width: 97%;
	margin: auto;
	margin-bottom: 15px;
	margin-top: -18px;
	text-align: left;
	position: relative;
	z-index: 2;
}

.courtesy_bus .step03 ul li a .info:before {
	height: 97%;
	min-height: 97%;
	width: 97%;
	position: absolute;
	top: 1.5%;
	left: 1.35%;
	opacity: .9;
	background: #fff;
	content: "";
}

.courtesy_bus .step03 ul li a .info .box_header {
	position: relative;
	z-index: 1;
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_bg01-1.png) left top no-repeat, url(/images/opencampus/courtesy_bus/courtesy_bus_bg01-2.png) right top no-repeat;
	height: 12px;
}

.courtesy_bus .step03 ul li a .info .box_header:before {
	height: 11px;
	width: calc(100% - 24px);
	content: "";
	border-top: 1px solid #bea06e;
	display: block;
	margin: auto;
}

.courtesy_bus .step03 ul li a .info .box_footer {
	position: relative;
	z-index: 1;
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_bg01-3.png) left bottom no-repeat, url(/images/opencampus/courtesy_bus/courtesy_bus_bg01-4.png) right bottom no-repeat;
	height: 12px;
}

.courtesy_bus .step03 ul li a .info .box_footer:before {
	height: 11px;
	width: calc(100% - 24px);
	content: "";
	border-bottom: 1px solid #bea06e;
	display: block;
	margin: auto;
}

.courtesy_bus .step03 ul li a .info .box_center {
	position: relative;
	z-index: 1;
	border-left: 1px solid #bea06e;
	border-right: 1px solid #bea06e;
	padding: 8px 23px;
}

.courtesy_bus .step03 ul li a .info h3 {
	font-size: 124%;
	font-weight: bold;
	position: relative;
	padding-bottom: 5px;
}

.courtesy_bus .step03 ul li a .info .info_title {
	margin-bottom: 20px;
}

.courtesy_bus .step03 ul li a .info .info_time .note {
	color: #666;
	font-size: 80%;
}

.courtesy_bus .step03 ul li a .info .info_category {
	color: #bea06e;
}

.courtesy_bus .step03 ul li a .info .info_category.pink {
	color: #f46c7f;
}

.courtesy_bus .step03 ul li a .info .info_category.purple {
	color: #ae7bc1;
}

.courtesy_bus .step03 ul li a .info .info_category.blue {
	color: #3babc5;
}

.courtesy_bus .step03 ul li a .info .info_category.green {
	color: #6bbe48;
}

.courtesy_bus .step03 ul li a .info .info_desc {
	font-size: 93%;
}

.courtesy_bus .step03 ul li a .base_btn {
	color: #f35443;
	border: 1px solid #f35443;
	padding: 18px;
	width: 97%;
	margin: auto;
}

.courtesy_bus .step03 ul li a .base_btn:before {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_ic05.png);
}

.courtesy_bus .step03 ul li a:hover {
	text-decoration: none;
}

.courtesy_bus .step03 ul li a:hover .base_btn {
	color: #fff;
	background: #f35443;
	background: -webkit-linear-gradient(left, #f35443 0%, #fa2e7f 100%);
	background: linear-gradient(to right, #f35443 0%, #fa2e7f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35443', endColorstr='#fa2e7f',GradientType=1 );
}

.courtesy_bus .step03 ul li a:hover .base_btn:before {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_ic01.png);
}

.courtesy_bus .guide {
	background: #f8f7f5;
}

.courtesy_bus .guide .box_header {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_bg05-1.jpg) left top no-repeat, url(/images/opencampus/courtesy_bus/courtesy_bus_bg05-2.jpg) right top no-repeat;
	height: 20px;
}

.courtesy_bus .guide .box_footer {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_bg05-3.jpg) left top no-repeat, url(/images/opencampus/courtesy_bus/courtesy_bus_bg05-4.jpg) right top no-repeat;
	height: 20px;
}

.courtesy_bus .guide h2 {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 124%;
}

.courtesy_bus .guide h2:after {
	display: none;
}

.courtesy_bus .guide table {
	width: 80%;
	text-align: left;
	margin: 0 auto 30px auto;
	border-spacing: 2px;
	border-collapse: separate;
}

.courtesy_bus .guide table th {
	width: 20%;
	border-bottom: 1px dashed #BEA06E;
	color: #BEA06E;
	padding: 15px 0;
	font-weight: bold;
	vertical-align: top;
	padding-left: 15px;
}

.courtesy_bus .guide table td {
	padding: 15px 0 15px 15px;
	border-bottom: 1px dashed #BEA06E;
	vertical-align: top;
}


@media screen and (max-width: 750px) {

.courtesy_bus  {
/*	padding-top: 50px;*/
}

.courtesy_bus h1 {
	margin-bottom: 15%;
}

.courtesy_bus h2 {
	margin-bottom: 7%;
	font-size: 85%;
}

.courtesy_bus h2 span img {
	margin-right: 10px;
	width: 50px;
	margin-top: -20px;
}

.courtesy_bus .base_width {
	max-width: 100%;
	padding: 0 20px;
}

.courtesy_bus .step01 {
	padding-bottom: 50px;
}

.courtesy_bus .step01 .inner {
	width: 90%;
}

.courtesy_bus .step01 .inner .inner_left {
	padding-right: 0;
}

.courtesy_bus .step01 .inner .inner_left .area_left {
	width: 47%;
}

.courtesy_bus .step01 .inner .inner_left .area_right {
	width: 47%;
}

.courtesy_bus .step01 .inner .inner_left dl {
	margin-bottom: 28px;
}

.courtesy_bus .step01 .inner .inner_right {
	display: none;
}

.courtesy_bus .step02 {
	padding-bottom: 70px;
}

.courtesy_bus .step02 h3 {
	font-size: 93%;
	margin-bottom: 20px;
}

.courtesy_bus .step02 ul {
	padding-left: 2%;
}

.courtesy_bus .step02 ul li {
	margin: 2%;
	width: calc((100% - 10% - 5px) / 2);
}

.courtesy_bus .step02 ul li:nth-child(4n) {
	margin-right: 2%;
}

.courtesy_bus .step02 ul li:hover:before {
	top: 5px;
	left: 5px;
}

.courtesy_bus .step02 ul li a h3 {
	font-size: 108%;
}

.courtesy_bus .step02 ul li a .info {
	font-size: 77%;
}

.courtesy_bus .step02 ul li a .base_btn {
	padding: 12px 10px;
	font-size: 93%;
}

.courtesy_bus .step03 {
	padding-bottom: 50px;
}

.courtesy_bus .step03 .event_date {
	margin-bottom: 25px;
	font-size: 108%;
}

.courtesy_bus .step03 ul {
	text-align: center;
}

.courtesy_bus .step03 ul li {
	text-align: left;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 12%;
	width: 90%;
}

.courtesy_bus .step03 ul li a .photo img.gentei {
	right: -8%;
}

.courtesy_bus .step03 ul li a .info {
	width: 94%;
	margin-bottom: 10px;
}

.courtesy_bus .step03 ul li a .info h3 {
	font-size: 108%;
}

.courtesy_bus .step03 ul li a .info .info_title {
	margin-bottom: 10px;
}

.courtesy_bus .step03 ul li a .info .info_time .note {
	font-size: 70%;
}

.courtesy_bus .step03 ul li a .info .info_category {
	font-size: 85%;
}

.courtesy_bus .step03 ul li a .info .info_desc {
	font-size: 77%;
}

.courtesy_bus .step03 ul li a .base_btn {
	text-align: center;
	padding: 15px 10px;
	width: 94%;
	box-sizing: border-box;
	margin: auto;
}

.courtesy_bus .guide {
	width: 90%;
	margin: auto;
}

.courtesy_bus .guide h2 {
	font-size: 108%;
}

.courtesy_bus .guide table {
	width: 85%;
	margin-bottom: 0;
}

.courtesy_bus .guide table th,
.courtesy_bus .guide table tr,
.courtesy_bus .guide table td,
.courtesy_bus .guide table tbody {
	display: block;
	width: 100%;
}

.courtesy_bus .guide table th {
	border-bottom: 0;
	padding: 5px 0;
	padding-left: 0;
}

.courtesy_bus .guide table td {
	padding: 5px 0 15px;
	margin-bottom: 15px;
	font-size: 85%;
}

.courtesy_bus .guide table tr:last-child td {
	border-bottom: 0;
}

}


/* 2024/02/14 無料送迎バス CMS連動なし 別フォーム */

/* イベント */
.busevent__outer {
	background-color: #f2ece2;
	padding: 50px 0;
	margin: 50px 0;
}
.list-busevent {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0;

}
.list-busevent__item {
	width: 48%;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
.list-busevent__item:hover {
	text-decoration: none;
}
.list-busevent--cont {
	display: flex;
	flex-direction: column;
	padding: 1.5em 1.5em;
	background-color: #fff;
	text-align: left;
	height: 100%;
}
.list-busevent--btn {
	text-align: center;
	width: 80vw;
	max-width: 350px;
	margin: auto auto 0;
}
.list-busevent__item:hover .base_btn.list-busevent--btn,
.list-busevent__item.selected .base_btn.list-busevent--btn {
	text-decoration: none;
	color: #fff;
	background: #44bbd6;
	background: -webkit-linear-gradient(left, #44bbd6 0%, #40c0ab 100%);
	background: linear-gradient(to right, #44bbd6 0%, #40c0ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44bbd6', endColorstr='#40c0ab',GradientType=1 );
}
.list-busevent--time {
	font-size: 115%;
	font-weight: bold;
}
.list-busevent--title {
	font-size: 125%;
	font-weight: bold;
	margin: 10px 0;
}
.list-busevent--info {
	margin: 10px 0 15px;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	.busevent--title {
		margin-bottom: 10px !important;
		font-size: 110% !important;
	}
	.list-busevent {
		display: block;
		margin: 25px 0 0;
	}
	.list-busevent__item {
		width: 100%;
		font-size: 80%;
		margin-bottom: 25px;
	}
}



/* バス乗車駅 */
.busstop--title {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	position: relative;
	margin-bottom: 80px;
}
.busstop--title::after {
	display: none;
}
@media screen and (max-width: 750px) {
	.busstop--title {
		font-size: 6vw !important;
		margin: 0 auto 12vw;
	}
}
.list-busstop--title {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 124%;
}
ul.list-busstop {
	display: flex;
	justify-content: center;
	text-align: left;
}

ul.list-busstop li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	position: relative;
	margin-right: 4%;
	margin-bottom: 4%;
	width: calc((100% - 12% - 17px) / 4);
}

ul.list-busstop li:before {
	position: absolute;
	height: 100%;
	min-height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
}

ul.list-busstop li a {
	position: relative;
	z-index: 1;
	display: block;
	background: #fff;
	border-radius: 0 0 13px 13px;
}

ul.list-busstop li a .box_header {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_bg01-1.png) left top no-repeat, url(/images/opencampus/courtesy_bus/courtesy_bus_bg01-2.png) right top no-repeat;
	height: 12px;
}

ul.list-busstop li a .box_header:before {
	height: 11px;
	width: calc(100% - 24px);
	content: "";
	border-top: 1px solid #bea06e;
	display: block;
	margin: auto;
}

ul.list-busstop li a .box_footer {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_bg01-3.png) left bottom no-repeat, url(/images/opencampus/courtesy_bus/courtesy_bus_bg01-4.png) right bottom no-repeat;
	height: 12px;
}

ul.list-busstop li a .box_footer:before {
	height: 11px;
	width: calc(100% - 24px);
	content: "";
	border-bottom: 1px solid #bea06e;
	display: block;
	margin: auto;
}

ul.list-busstop li a .box_center {
	border-left: 1px solid #bea06e;
	border-right: 1px solid #bea06e;
	padding: 8px 23px;
}

ul.list-busstop li a h3 {
	font-size: 139%;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.list-busstop li a h3:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	border-bottom: 2px dotted #bea06e;
	content: "";
	width: 25%;
	margin-left: -11.4%;
}

ul.list-busstop li a .info {
	font-size: 93%;
	margin-bottom: 15px;
}

ul.list-busstop li a .info span {
	display: block;
	margin-bottom: 15px;
}

ul.list-busstop li a .base_btn {
	color: #f35443;
	border: 1px solid #f35443;
	padding: 18px;
}

ul.list-busstop li a .base_btn:before {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_ic05.png);
}

ul.list-busstop li .map-btn {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 32px;
	z-index: 2;
	background: none;
}

ul.list-busstop li .map-btn:hover {
	opacity: .7;
}

ul.list-busstop li .map-btn-img {
	max-width: 100%;
}

ul.list-busstop li:hover:before,
ul.list-busstop li.selected:before {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_bg02.png);
	top: 10px;
	left: 10px;
}

ul.list-busstop li:hover a,
ul.list-busstop li.selected a {
	text-decoration: none;
}

ul.list-busstop li:hover a .base_btn,
ul.list-busstop li.selected a .base_btn {
	color: #fff;
	background: #f35443;
	background: -webkit-linear-gradient(left, #f35443 0%, #fa2e7f 100%);
	background: linear-gradient(to right, #f35443 0%, #fa2e7f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35443', endColorstr='#fa2e7f',GradientType=1 );
}

ul.list-busstop li:hover a .base_btn:before,
ul.list-busstop li.selected a .base_btn:before {
	background: url(/images/opencampus/courtesy_bus/courtesy_bus_ic01.png);
}

ul.list-busstop li:nth-child(4n) {
	margin-right: 0;
}

@media screen and (max-width: 750px) {
	.list-busstop--title {
		font-size: 100%;
		margin: 35px 0 15px;
	}
	ul.list-busstop {
		padding-left: 2%;
		display: block;
	}
	
	ul.list-busstop li {
		/* margin: 2%; */
		/* width: calc((100% - 10% - 5px) / 2); */
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
	}
	
	ul.list-busstop li:nth-child(4n) {
		margin-right: 2%;
	}
	
	ul.list-busstop li:hover:before {
		top: 5px;
		left: 5px;
	}
	
	ul.list-busstop li a h3 {
		font-size: 108%;
	}
	
	ul.list-busstop li a .info {
		font-size: 77%;
	}
	
	ul.list-busstop li a .base_btn {
		padding: 12px 10px;
		font-size: 93%;
	}
}