@charset "utf-8";

.sub_eyecatch{
	position: relative;
	margin-bottom: 7vh;
}

.sub_h1{
	position: absolute;
	bottom:1.2em;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.plan_lead p{
	line-height: 2.0;
}
.plan_p02{
	margin-bottom: 7vh;
}

.plan_lead2{
  display: grid;
  grid-template-columns: 1fr 1fr;
	align-items: center;
  gap: 24px;
}

 /*==============*/
.loc_grid{
	display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 1fr);
  gap: 16px;
}
.grid_inner{
	justify-self: end;
}	
.lo_align{
	align-items: center;
}	
.tb_1,.tb_2,.tb_3,.tb_4,.tb_5{
	padding: 0.1em 0.2em;
	text-align: center;
	color: #ffffff;
	border-radius: 0.2em;
}
.tb_1{
	background-color:#adaeae;
}
.tb_2{
	background-color:#00a784;
}
.tb_3{
	background-color:#ef7a00;
}
.tb_4{
	background-color:#fabe00;
}
.tb_5{
	background-color:#bd6fad;
}
.non_stop{
	filter: brightness(0.5);
}
.bus{
	position: relative;
	text-indent: 1.6em;
}
.bus::before{
	content: url("../images/loc/bus.svg");
	position: absolute;
	bottom:1.2em;
	left: -1.5em;
	width: 1.3em;
}

h3{
	text-align: center;
}
.SEC_container_last h3{
	line-height: 2.0em;
}
@media (max-width: 428px) {
.sub_h1{
	bottom:0.5em;
}
	.text_sp{
		font-size: var(--15px);
	}
	}