@charset "UTF-8";

/*================================================
 *  無料送迎バス用
 ================================================*/


/*===============共通===============*/

/*******アンカーナビ*******/
#anchor_nav {
	margin-top: 100px;
}


/*******section*******/
section:nth-of-type(n+2),
section#route_area {
	padding-top: 120px;
}


/*******地図*******/
@media screen and (min-width: 767.1px) {
	.map_box .modaal-image {
		pointer-events: none;
	}
}



/*******無料送迎バスの利用方法*******/
section#howto_area .txt_img_box .unit_txt {
	padding-right: 1.5em;
}


section#howto_area .main_box {
	margin-bottom: 50px;
}
section#howto_area .main_box .unit_txt h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.75;
	margin-bottom: 0.8em;
}

@media screen and (max-width: 1100px) {
	section#howto_area .main_box .unit_img .img01 {
		width: 41.818vw;
	}
}


section#howto_area .txt_img_box .unit_img .img02 {
	position: relative;
	top: -120px;
	margin-bottom: -120px;
}



section#howto_area .checklist_box {
	margin-top: 80px;
}




/*===============TOPページ===============*/

/*******運行ルート・時刻表*******/
section#route_area .map_box {
	position: relative;
	margin-bottom: 70px;
}
section#route_area .map_box .img_map {
	border: 1px solid #c8c8c8;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
}
section#route_area .map_box .img_attention {
	position: absolute;
	top: -20px;
	right: -20px;
}
@media screen and (max-width: 1100px) {
	section#route_area .map_box .img_attention {
		width: 25.45vw;
	}
}


section#route_area .route_list {
	margin-top: 10px;
}
section#route_area .route_list li {
	width: 535px;
	width: calc(50% - 15px);
	margin-top: 30px;
}
section#route_area .route_list li a {
	border-radius: 10px;
	color: #fff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	min-height: 100px;
	height: 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	padding: 1em 0.83em;
}
section#route_area .route_list li a > span {
	background-color: #fff;
	border-radius: 50%;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 91.666%;
	width: 1.2em;
	height: 1.2em;
	padding-top: 0.2em;
	margin-right: 0.6em;
}



/*******駅別運行ルートの案内*******/
section#train_area .img_train {
	border: 1px solid #c8c8c8;
	border-radius: 20px;
	padding: 55px 80px;
	text-align: center;
}
section#train_area .btn_train {
	border-radius: 100vh;
	font-size: 24px;
	font-weight: bold;
	width: 340px;
	height: 80px;
	margin: 60px auto 0;
}
section#train_area .btn_train .replace-svg {
	margin-right: 0.8em;
}












/*===============TOPページ以外===============*/

/*******路線詳細エリア*******/
section#detail_area {
	padding-top: 0;
}

section#detail_area .headtitle {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
section#detail_area .headtitle > span {
	background-color: #fff;
	border-radius: 50%;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 74%;
	width: 1.2em;
	height: 1.2em;
	padding-top: 0.2em;
	margin-right: 0.6em;
}

section#detail_area .map_box {
	position: relative;
	margin-bottom: 190px;
}
section#detail_area .map_box .img_map {
	border: 1px solid #c8c8c8;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
}
section#detail_area .map_box .img_attention {
	position: absolute;
	bottom: -90px;
	right: -40px;
}

section#detail_area .map_box .notes {
	padding: 30px 440px 0 0;
}
section#detail_area .map_box .notes .txt_square {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 500;
	width: 1.5em;
	height: 1.5em;
	padding-top: 0.25em;
}
section#detail_area .map_box .notes .txt_square + .txt_square {
	margin-left: 0.5em;
}


/*******時刻表*******/
section#detail_area .table_timetable thead th {
	border: none;
	background-color: #333;
}
section#detail_area .table_timetable thead th,
section#detail_area .table_timetable tbody th,
section#detail_area .table_timetable tbody td {
	border-right: 1px solid;
}
section#detail_area .table_timetable thead th:first-of-type,
section#detail_area .table_timetable tbody .tr_arrival th:first-of-type {
	background-color: #fff;
	width: 60px;
}
section#detail_area .table_timetable tbody th,
section#detail_area .table_timetable tbody td {
	padding: 1em 0;
}
section#detail_area .table_timetable thead th:nth-of-type(2),
section#detail_area .table_timetable tbody th:nth-of-type(2) {
	padding-left: 1em;
	text-align: left;
	width: 300px;
}
section#detail_area .table_timetable tbody th:first-of-type {
	color: #fff;
}
section#detail_area .table_timetable tbody td {
	border-left: none;
}

/*発着*/
section#detail_area .table_timetable tbody th.txt_hacchaku {
	position: relative;
}
section#detail_area .table_timetable tbody th.txt_hacchaku span {
	position: absolute;
	right: 0.75em;
	background: #4d4d4d;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5em;
	height: 1.5em;
}
section#detail_area .table_timetable tbody th.txt_hacchaku span:first-of-type {
	top: 25%;
	transform: translate(0,-50%);
}
section#detail_area .table_timetable tbody th.txt_hacchaku span:last-of-type {
	bottom: 25%;
	transform: translate(0,50%);
}


/*学校着*/
section#detail_area .table_timetable tbody .tr_arrival th:not(:first-of-type),
section#detail_area .table_timetable tbody .tr_arrival td {
	background-color: #ffffdc;
	font-weight: bold;
}
section#detail_area .table_timetable tbody .tr_arrival th:first-of-type {
	border-bottom: none;
}

/*縦書き*/
section#detail_area .table_timetable tbody td.txt_vert span {
	writing-mode: vertical-rl;
	white-space: nowrap;
}
/*斜め線*/
section#detail_area .table_timetable tbody td.td_diag {
	background-image: linear-gradient(to top right, transparent, transparent 49.4%, #c8c8c8 49.8%, #c5c5c5 50.2%, transparent 50.6%, transparent);
}

/*金山駅シャトル便 用*/
.page-bus07 section#detail_area .table_timetable thead tr:nth-of-type(2) th:not(:first-of-type) {
	background-color: #f2ede1;
	border-top: 1px solid;
}

/*注意書き*/
section#detail_area .notes_timetable {
	margin-top: 30px;
}

section#detail_area .notes_timetable .btn_lastbus {
	font-size: 24px;
	font-weight: bold;
	width: 340px;
	padding: 0 0.95em;
	margin: 1.25em 0;
}











/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:800px) {


/*===============共通===============*/

/*******アンカーナビ*******/
#anchor_nav {
	margin-top: 13vw;
}


/*******section*******/
section:nth-of-type(n+2),
section#route_area {
	padding-top: 15vw;
}



/*******無料送迎バスの利用方法*******/
section#howto_area .txt_img_box .unit_txt {
	padding: 0 0 9vw;
}
section#howto_area .txt_img_box .unit_img {
	text-align: center;
}


section#howto_area .main_box {
	margin-bottom: 12vw;
}
section#howto_area .main_box .unit_txt h4 {
	font-size: 4.8vw;
}
section#howto_area .main_box .unit_img .img01 {
	width: 73vw;
}

section#howto_area .txt_img_box .unit_img .img02 {
	top: auto;
	margin-bottom:0;
	width: 56vw;
}



section#howto_area .checklist_box {
	margin-top: 12vw;
}


/*===============TOPページ===============*/

/*******運行ルート・時刻表*******/
section#route_area .map_box {
	margin-bottom: 10vw;
}
section#route_area .map_box .img_map {
	border-radius: 3vw;
	padding: 5vw;
}
section#route_area .map_box .img_attention {
	position: static;
	display: block;
	margin: 8vw auto 0;
	width: 45vw;
}


section#route_area .route_list {
	margin-top: 0;
}
section#route_area .route_list li {
	width: 100%;
	margin-top: 5vw;
}
section#route_area .route_list li a {
	border-radius: 1.3vw;
	min-height: 17vw;
	font-size: 4.5vw;
	padding: 4vw 0 4vw 4vw;
}
section#route_area .route_list li a > span {
	font-size: 91.666%;
	width: 1.2em;
	height: 1.2em;
	padding-top: 0.2em;
	margin-right: 0.59em;
}





/*******駅別運行ルートの案内*******/
section#train_area .img_train {
	border-radius: 3vw;
	padding: 5vw;
}
section#train_area .btn_train {
	font-size: 4.8vw;
	width: 68vw;
	height: 16vw;
	margin-top: 8vw;
}
section#train_area .btn_train .replace-svg {
	width: 5vw;
}












/*===============TOPページ以外===============*/

/*******路線詳細エリア*******/
section#detail_area .headtitle > span {
	font-size: 4.8vw;
}
section#detail_area .map_box {
	margin-bottom: 12vw;
}
section#detail_area .map_box .img_map {
	border-radius: 3vw;
	padding: 5vw;
}
section#detail_area .map_box .img_attention {
	position: static;
	display: block;
	margin: 8vw auto 0;
	width: 45vw;
}

section#detail_area .map_box .notes {
	padding: 5vw 0 0;
}



/*******時刻表*******/
section#detail_area .table_timetable {
	width: 180vw;
}
section#detail_area .table_timetable thead th:first-of-type,
section#detail_area .table_timetable tbody .tr_arrival th:first-of-type {
	width: 9vw;
}
section#detail_area .table_timetable thead th:nth-of-type(2),
section#detail_area .table_timetable tbody th:nth-of-type(2) {
	position: sticky;
	width: 40vw;
	left: 9vw;
	padding-left: 0.5em;
}
section#detail_area .table_timetable thead tr:nth-of-type(2) th:first-of-type {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
}



/*注意書き*/
section#detail_area .notes_timetable {
	margin-top: 5vw;
}

section#detail_area .notes_timetable .btn_lastbus {
	font-size: 4.8vw;
	height: 16vw;
	width: 68vw;
	margin: 6vw auto;
}




















}