@charset "utf-8";
/*
theme Name: 波之上自動車学校
Author: marumasa-print
Description: NAMINOUE DRIVING SCHOOL WEB
*/

/* #############################################################

[css]送迎バス設定

############################################################# */
.tbl-scroll {
	width: 100%;
	overflow-x: auto;
}
.p-table {
	border-collapse: collapse;
	width: 92%;
	margin: 0 auto;
	/* table-layout: fixed; */
}
.p-bus-img {
	text-align: center;
}
.p-bus-blue {
	color: #008CF0;
	font-weight: 700;
}
.p-table {
	border-collapse: collapse;
	width: 74%;
	margin: 0 auto;
	/* table-layout: fixed; */
}
.p-bus-title {
	background: #EFEBD9;
	font-size: 1.375rem;
}
.p-bus-name {
	font-size: 1.25rem;
	font-weight: 500;
	text-align: left;
}
.p-bus-time th,
.p-bus-time td {
	border: 1px solid #707070;
	padding: 1%;
}
.p-bus-stop td {
	text-align: center;
	/* font-size: 1.5rem; */
}
.p-bus-notice {
	width: 70%;
	margin: 1rem auto 0;
}
.p-bus-notice li {
	list-style-type: "・";
}

/* Accordion */
.bus-group-conts {
	margin: 4% auto;
}
.bus-group-headline {
	margin: auto;
	padding: 1% 0;
	position: relative;
	cursor: pointer;
	width: 80%;
	border-bottom: 1px solid #CBC3A9;
	font-size: 1.5rem;
}
.bus-group-arr {
	position: absolute;
	right: 2%;
	bottom: -90%;
	transition: all .3s ease-in-out;
	transform: translateY(-120%);
	font-weight: 700;
	font-size: 1.25rem;
	color: #32B4F0;
}
.bus-group-arr::after {
	background: url("/adcms/wp-content/themes/nds-naha/images/icon-arr.svg") center no-repeat;
	display: inline-block;
	width: 26px;
	height: 40px;
	transform: rotate(0deg);
	content: "";
	vertical-align: middle;
	background-size: contain;
	transition: all .3s ease-in-out;
	margin-left: 2rem;
}
.acd-body-open .bus-group-arr::after,
.acd-hd-open .bus-group-arr::after {
	transform: rotate(-180deg);
	transition: all .3s ease-in-out;
}
@media screen and (max-width:768px) {
	.bus-group-arr {
		position: static;
		right: 0;
		bottom: 0;
	}
	.bus-group-arr::after {
		margin-left: 1rem;
	}
}