@charset "utf-8";


.ttl_directbus{
	width:min(90%,215px);
	margin:0 auto;
}
	.lead_direct-bus{
		width:min(95%,800px);
		align-items:center;
	}
	.m_directbus-start{
		width:min(100%,859px);
		margin:0 auto;
	}
	#lead .btn_green_s:link,
	#lead .btn_green_s:visited{
		width:13rem;
		padding: 10px 5px 6px 5px;
		margin:0 2px 5px;
	}
	.btn_green_s:hover{
		background-color:#f94f4b;
	}
	#lead .btn_green_s span{
		font-size:1rem;
		font-weight:bold;
		line-height:1.2;
	}
@media(max-width: 950px){
	.lead_direct-bus br{
		display:none;
	}
}
@media(max-width: 600px){
	.lead_direct-bus > div{
		width:100%;
	}
}

#cpn{
	padding:5px 1000px 50px;
	background:#ffecee;
	margin:0 -1000px;
}
	.m_directbus-cpn{
		width:min(100%,591px);
		margin:0 auto;
		transform:translateY(-40%);
	}
	.cpn_body{
		position:relative;
		width:min(95%,650px);
		text-align:center;
		padding:2rem;
		background:#fff;
		border:5px solid rgba(41 153 128 / 30%);
		border-radius:20px;
		margin:0 auto;
		z-index:1;
	}
	.cpn_body h3,
	.cpn_body p{
		text-shadow:	0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 
						0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 
						0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff;
	}
	.cpn_body h3{
		color:#f94f4b;
		font-family: 'DSダダ';
		font-size:1.7rem;
		line-height:1.1;
		margin-bottom:10px;
	}
	.cpn_body p:not(:last-child){
		margin-bottom:2rem;
	}
	.cpn_ilst{
		display:block;
		position:absolute;
		width:min(45%,216px);
		height:auto;
		z-index:-1;
	}
	.ilst1{ left:-13%; top:0}
	.ilst2{ right:-7%; top:-6%}
	.ilst3{ left:-12%; top:58%}
	.ilst4{ right:-12%; top:52%}
	.ilst5{ left:50%; bottom:-8vh; transform:translateX(-50%)}
	
@media(max-width: 559px){
	.ilst1{ left:-19%; top:-4%}
	.ilst2{ right:-18%; top:-5%}
	.ilst3{ display:none }
	.ilst4{ right:-19%; top:85%}
	.ilst5{ left:-12%; bottom:-5vh; transform:none}
}


#fare th,#fare td{
	width:50%;
	text-align:center;
}
@media(max-width: 559px){
	.cpn_body h3{
		font-size:1.3rem;
	}
	.cpn_body p{
		text-align:left;
	}
	.cpn_body p br{
		display:none;
	}
	#fare table{
		display:block;
		border-top:1px solid rgba(42,156,128,.5);
	}
	#fare tbody,#fare tr{
		display:block;
	}
	#fare th,#fare td{
		display:block;
		width:100%;
		border:1px solid rgba(42,156,128,.5);
		border-width:0 1px 1px 1px;
	}
}


#timetable .table_green{
	width:100%;
	box-sizing:border-box;
}
#timetable .table_green caption{
	width:100%;
	padding:.3rem;
	text-align:center;
	color:#fff;
	background:rgb(42,156,128);
}
#timetable .table_green th,
#timetable .table_green td{
	position:relative;
	padding:.3rem;
	text-align:center;
	width:70%;
}
#timetable .table_green td{
	width:30%;
}
#timetable .table_green tr:not(:last-child) th::after{
	position:absolute;
	display:block;
	content:'';
	left:50%;
	bottom:0;
	width:7px;
	height:7px;
	border-top:1px solid rgb(20,100,50);
	border-left:1px solid rgb(20,100,50);
	border-bottom:none;
	border-right:none;
	transform:rotate(225deg) translateX(-50%);
	z-index:1;
}
@media(max-width: 559px){
	#timetable .flex2{
		display:block;
	}
	#timetable .flex2 > div{
		width:100%;
	}
}

.flex_calendar{
	display:flex;
	flex-flow:row wrap;
	width:105%;
}
.flex_calendar li{
	display:block;
	width:21%;
	margin:0 3.7% 1rem 0;
}
.flex_calendar li img{
	width:min(100%,204px);
	margin:0 auto;
}
@media(max-width: 559px){
	.flex_calendar li{
		width:44%;
		margin:0 6% 1rem 0;
	}
}



