@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');

/*** ------------------------------------------------------------------------------ 

長門直行便（#nagato-bus）

-----------------------------------------------------------------------------  ***/

#nagato-bus #visual {
	background: url("../../imgs/service/taxi/nagato-bus/visual.jpg") center top no-repeat #F2F2F2;
	background-position: center center;
	display: table;
}
#nagato-bus #visual .box p{
	text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}
#nagato-bus #visual .box h1{
	text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}
#nagato-bus #main .headline {
	padding: 60px 20px 90px;
	box-sizing: border-box;
	text-align: center;
}
#nagato-bus #main .headline h2 span{
	display: inline-block;
	padding: 10px;
	background: #F1F4F8;
	line-height: 1;
	margin-right: 15px;
}
#nagato-bus #main .headline h2 .pc-none{
	display: none;
}
#nagato-bus #main .headline p{
	display: block;
	line-height: 1.8;
	font-size: 1rem;
	margin-bottom: 50px;
}
#nagato-bus #main .headline .inner {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
#nagato-bus #main .headline .inner .flex{
	display: flex;
	justify-content: space-between;
	gap:50px;
}
#nagato-bus #main .headline .inner .box{
	width: calc(50% - 25px);
	font-size: 1.25rem;
	color: #fff;
}
#nagato-bus #main .headline .inner .box a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px 40px 14px 16px;
	background: #002E50;
	box-sizing: border-box;
	font-size: 1.25rem;
	color: #fff;
	position: relative;
	transition: .3s;
}
#nagato-bus #main .headline .inner .box a:after{
	content:'';
	display: block;
	width: 15px;
	height: 100%;
	background: url(../../imgs/service/taxi/nagato-bus/dwn-arrow.svg)no-repeat center center / contain;
	position: absolute;
	top:0;
	right: 18px;
}
#nagato-bus #main .headline .inner .box a span{
	display: inline-block;
	font-size: 1rem;
	margin-left: 6px;
}

#nagato-bus .service{
	padding: 70px 20px 80px;
	box-sizing: border-box;
	margin: 0 auto;
}
#nagato-bus .service#service01{
	background:#F1F4F8;
}
#nagato-bus .service h2 {
	line-height: 1.4;
	margin-bottom: 50px;
}
#nagato-bus .service h2 span{
	font-size: 1.75rem;
}
#nagato-bus .service .service-info{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap:4%;
	margin-bottom: 55px;
}
#nagato-bus .service .service-info .img{
	width: 41%;
}
#nagato-bus .service .service-info .img img{
	width: 100%;
	height: auto;
}
#nagato-bus .service .service-info table{
	width: 55%;
	border-bottom: solid 1px #D8D8D8;
	font-size: 1rem;
}
#nagato-bus .service .service-info table tr{
	border-top: solid 1px #D8D8D8;
	vertical-align: baseline;
}
#nagato-bus .service .service-info table th{
	padding: 20px 0;
	color: #002E50;
	font-weight:bold;
}
#nagato-bus .service .service-info table td{
	padding: 20px 0 20px 20px;
	color: #333;
}
#nagato-bus .service .service-info table td a{
	text-decoration: underline;
}
#nagato-bus .service .service-map {
	display: flex;
	justify-content: space-between;
	gap:6%
}
#nagato-bus .service .service-map {
	margin: 0 auto 60px;
}
#nagato-bus .service .service-map .box{
	width: 47%;
}
#nagato-bus .service .service-map .box h3{
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom:20px;
}
#nagato-bus .service .service-map .box h3 span{
	display: inline-block;
	padding:8px 12px 10px;
	background: #002E50;
	line-height: 1;
	font-size: 1.125rem;
	font-weight: 400;
	color:#fff;
	margin-right: 12px;
}
#nagato-bus .service .service-map .box iframe{
	width: 100% !important;
	height: 320px !important;
	margin-bottom: 30px;
}
#nagato-bus .service .service-map .box table{
	width: 100%;
	background-color: #fff;
	border-top: solid 1px #D8D8D8;
	border-left: solid 1px #D8D8D8;
	font-size: 1rem;
	margin-bottom: 14px;
}
#nagato-bus .service .service-map .box table th{
	background-color: #F7F8F8;
	text-align: center;
	padding: 7px;
	border-right: solid 1px #D8D8D8;
	border-bottom: solid 1px #D8D8D8;
	box-sizing: border-box;
	font-weight: 500;
}
#nagato-bus .service .service-map .box table tr th:first-child{
	width: 48%;
}
#nagato-bus .service .service-map .box table td{
	width: 26%;
	text-align: center;
	padding: 7px 15px;
	border-right: solid 1px #D8D8D8;
	border-bottom: solid 1px #D8D8D8;
	box-sizing: border-box;
	color: #333;
}
#nagato-bus .service .service-map .box table tr td:first-child{
	text-align: left;
}
#nagato-bus .service .service-map .box table.clm5 th:first-child{
	width: 48%;
}
#nagato-bus .service .service-map .box table.clm5 td:first-child{
	padding-left: 15px;
}
#nagato-bus .service .service-map .box table.clm5 td{
	width: 13%;
	padding: 7px;
}
#nagato-bus .service .service-map .box .service-map__note{
	display: block;
	text-align: right;
	font-size:.875rem;
	color: #333;
}
#nagato-bus .service .nagato-bus-contact{
	width: 100%;
	max-width: 790px;
	border-radius: 10px;
	border: solid 4px #002E50;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}
#nagato-bus .service .nagato-bus-contact__head{
	padding: 28px 20px 25px;
	background:#002E50;
	text-align: center;
	line-height: 1;
	font-size: 1.625rem;
	font-weight: 500;
	color: #fff;
}
#nagato-bus .service .nagato-bus-contact__head p{
	margin: 0 auto;
}
#nagato-bus .service .nagato-bus-contact__content{
	display: flex;
	justify-content: center;
	gap:40px;
	padding: 25px 45px 30px;
	background: #fff;
}
#nagato-bus .service .nagato-bus-contact__inner{
	width:calc(50% - 20px);
	text-align: center;
}
#nagato-bus .service .nagato-bus-contact__talk{
	display: inline-block;
	width: 290px;
	max-width: 100%;
	padding: 4px 10px;
	border-radius: 100px;
	border: solid 2px #002E50;
	background: #F1F4F8;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	margin: 0 auto 10px;
}
#nagato-bus .service .nagato-bus-contact__talk:before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background:url(../../imgs/service/taxi/nagato-bus/talk-arrow.svg)no-repeat center center / contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	margin: 0 auto;
}
#nagato-bus .service .nagato-bus-contact__tel {
	line-height: 1;
	font-weight: bold;
	font-size: 1.1875rem;
	pointer-events: none;
}
#nagato-bus .service .nagato-bus-contact__tel span{
	display: inline-block;
	padding-left: 36px;
	background: url(../../imgs/service/taxi/nagato-bus/icon-tel.svg)no-repeat top 10px left / 30px;
	line-height: 1;
	font-size:2.6875rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#nagato-bus .service .nagato-bus-contact__btn{
	display: block;
	width: 100%;
	padding: 22px;
	background: #002E50;
	box-sizing: border-box;
	line-height: 1;
	font-size: 1.25rem;
	font-weight: 500;
	color: #fff;
	margin: 10px auto 0;
	transition: .3s;
}
#nagato-bus .p-serviceTaxi{
	background:#F5FAFF;
	margin: 0 auto;
}
#nagato-bus .p-serviceTaxi-list{
	padding: 80px 20px;
}

@media(any-hover:hover){
	#nagato-bus #main .headline .inner .box a:hover{
		border-radius: 10px;
		background:#0064B0;
		text-decoration: none;
	}
	#nagato-bus .service .service-info table td a:hover{
		opacity: .5;
	}
	#nagato-bus .service .nagato-bus-contact__btn:hover{
		border-radius: 10px;
		background: #0064B0;
		text-decoration: none;
	}
}

@media screen and (max-width: 1000px){
	#nagato-bus #main section .inner{
		width:100%;
		max-width: 600px;
		margin: 0 auto;
	}
	#nagato-bus #visual {
		background-size: auto 100%;
	}
	#nagato-bus #main .headline {
		padding: 40px 20px;
	}
	#nagato-bus #main .headline h2 .pc-none{
		display: block;
	}
	#nagato-bus #main .headline h2 {
		font-weight: 500;
	}
	#nagato-bus #main .headline h2 span{
		margin: 0 auto 10px;
	}
	#nagato-bus #main .headline p{
		text-align: left;
		margin-bottom: 40px;
	}
	#nagato-bus #main .headline p br{
		display: none;
	}
	#nagato-bus #main .headline .inner .flex{
		flex-wrap: wrap;
		gap:20px
	}
	#nagato-bus #main .headline .inner .box{
		width: 100%;
	}
	#nagato-bus #main .headline .inner .box a {	
		padding: 15px 40px 14px 16px;
		font-size: 1.25rem;
	}
	#nagato-bus .service{
		padding: 80px 20px;
		margin: 0 auto;
	}
	#nagato-bus .service#service01{
		background:#F1F4F8;
	}
	#nagato-bus .service h2 {
		font-size: 2rem;
		margin-bottom: 40px;
	}
	#nagato-bus .service h2 br{
		display: block;
	}
	#nagato-bus .service h2 span{
		font-size: 1.75rem;
	}
	#nagato-bus .service .service-info{
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	#nagato-bus .service .service-info .img{
		width: 100%;
		margin-bottom: 20px;
	}
	#nagato-bus .service .service-info table{
		width:100%;
	}
	#nagato-bus .service .service-info table tr{
		border-top: solid 1px #D8D8D8;
		vertical-align: baseline;
	}
	#nagato-bus .service .service-info table th{
		display: block;
		width: 100%;
		padding: 15px 0 0;
	}
	#nagato-bus .service .service-info table td{
		display: block;
		width: 100%;
		padding: 5px 0 15px;
	}
	#nagato-bus .service .service-map {
		flex-wrap: wrap;
		gap:20px;
	}
	#nagato-bus .service .service-map {
		gap:30px;
		margin: 0 auto 40px;
	}
	#nagato-bus .service .service-map .box{
		width: 100%;
	}
	#nagato-bus .service .service-map .box h3{
		font-size: 1.25rem;
		margin-bottom:20px;
	}
	#nagato-bus .service .service-map .box h3 span{
		display: inline-block;
		padding:10px 12px;
		background: #002E50;
		line-height: 1;
		font-size: 1.125rem;
		font-weight: 400;
		color:#fff;
		margin-right: 12px;
	}
	#nagato-bus .service .service-map .box iframe{
		width: 100% !important;
		height: 300px !important;
		margin-bottom: 20px;
	}
	#nagato-bus .service .service-map .box table{
		width: 100%;
		margin-bottom: 14px;
	}
	#nagato-bus .service .service-map .box table th{
		padding: 14px 10px;
	}
	#nagato-bus .service .service-map .box table th{
		padding: 14px 10px;
	}
	#nagato-bus .service .service-map .box table.clm3{
		margin: 0 auto;
	}
	#nagato-bus .service .service-map .box table.clm3 tr th{
		width: 20%;
	}
	#nagato-bus .service .service-map .box table.clm3 tr th:first-child{
		width: 60%;
	}
	#nagato-bus .service .service-map .box table.clm3 tr td{
		width: 20%;
	}
	#nagato-bus .service .service-map .box table.clm3 tr td:first-child{
		width: 60%;
	}
	#nagato-bus .service .service-map .box table.clm5{
		width: 500px;
		margin: 0 auto;
	}
	#nagato-bus .service .service-map .box .service-map__note{
		font-size: 10px;
	}
	#nagato-bus .service .nagato-bus-contact__head{
		padding: 15px;
		font-size: 1.25rem;
	}
	#nagato-bus .service .nagato-bus-contact__content{
		flex-wrap:wrap;
		gap:30px;
		padding: 30px 20px;
	}
	#nagato-bus .service .nagato-bus-contact__inner{
		width:100%;
	}
	#nagato-bus .service .nagato-bus-contact__talk{
		padding: 5px 10px;
	}
	#nagato-bus .service .nagato-bus-contact__tel {
		line-height: 1;
		font-weight: bold;
		font-size: 1rem;
		pointer-events: inherit;
	}
	#nagato-bus .service .nagato-bus-contact__tel span{
		padding-left: 30px;
		background: url(../../imgs/service/taxi/nagato-bus/icon-tel.svg)no-repeat top 10px left / 22px;
		line-height: 1;
		font-size:2.25rem;
		margin-bottom: 10px;
	}
}
@media(max-width:768px){
	#nagato-bus .service{
		padding: 40px 20px;
		margin: 0 auto;
	}
	#nagato-bus .p-serviceTaxi-list{
		padding: 40px 20px;
	}
}
@media(max-width:380px){
	#nagato-bus #main .headline .inner .box a{
		padding: 15px 35px 14px 11px;
	}
	#nagato-bus .service h2{
		font-size: 1.8rem;
	}
}