@charset "UTF-8";
/*
Theme Name:  TOP
Author: あそびラボ
*/

/*=======================================================
共通
=======================================================*/
.el_mainTtl {
	font-size: 30px;
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 1;
	margin-bottom: 40px;
}
@media screen and (max-width : 750px){
	.el_mainTtl {
		font-size: 40px;
		margin-bottom: 35px;
	}
}
/*=======================================================
東京都個人タクシー（スマホだけ）
=======================================================*/
#union {
	display: none;
}
@media screen and (max-width : 750px){
	#union {
		background: #002237;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#union .el_txt {
		font-size: 18px;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#union .el_txt::before {
		content: "";
		display: block;
		background: url(../images/common/union_logo.svg) no-repeat;
		background-size: contain;
    	width: 40px;
    	height: 32px;
		margin-right: 17px;
	}
}
/*=======================================================
MV
=======================================================*/
#mv{
    height: 652px;
    background: url("../images/top/mv_bg.jpg") top center / 2000px no-repeat;
}
#mv .ly_cont_inner{
	position: relative;
}
#mv .el_mainTtl{
    width: 733px;
    height: 259px;
    margin-right: auto;
    margin-left: auto;
	position: absolute;
	background: url(../images/top/mv_txt_wrap.png) top center / contain no-repeat;
	position: absolute;
	top: 193px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv .el_mainTtl img {
	width: 622px;
	height: 178px;
}
#mv .el_mainTxt{
    width: 652px;
    height: 56px;
	position: absolute;
	top: 100px;
	left: 151px;
	background: linear-gradient(to right,#0b6e98,#033556);
	border-radius: 40px;
	padding-top: 14px;
    padding-left: 50px;
}
#mv .el_mainTxt::after {
	content: "";
	display: block;
	background: url(../images/top/mv_car.png) top center / contain no-repeat;
	width: 254px;
	height: 168px;
	position: absolute;
	top: -61px;
	right: -126px;
}
#mv .el_img_mens {
	position: absolute;
	bottom: 0;
	left: 0;
}
#mv .el_img_womens {
	position: absolute;
	bottom: 0;
	right: -17px;
}
#mv img {
	vertical-align: bottom;
}
@media screen and (max-width : 750px){
	#mv {
    	height: 934px;
    	background: url(../images/top/mv_bg_sp.jpg) top -16px center no-repeat;
	}
	#mv .el_mainTxt {
    	width: 100%;
    	height: 65px;
    	top: 96px;
    	left: 0;
    	border-radius: 25px;
    	padding-top: 18px;
    	padding-left: 27px;
	}
	#mv .el_mainTxt::after {
    	top: -41px;
		right: -15px;
		width: 227px;
    	height: 150px;
	}
	#mv .el_mainTxt img {
		width: 447px;
		height: 25px;
		vertical-align: top;
	}
	#mv .el_mainTtl {
    	width: auto;
		background: url(../images/top/mv_txt_wrap_sp.png) top center no-repeat;
    	top: 193px;
		width: 694px;
		height: 299px;
	}
	#mv .el_mainTtl img {
		width: 601px;
		height: 217px;
	}
	#mv .el_img_womens {
    	right: -5px;
	}
	#mv .el_img_womens img {
		width: 355px;
	}
	#mv .el_img_mens {
    	left: -29px;
	}
}
/*=======================================================
下記等のご利用に最適です
=======================================================*/
#scene {
	padding-top: 65px;
	height: 502px;
	background: url(../images/top/scene_bg.png) top center no-repeat;
}
#scene .bl_card {
	width: 245px;
	height: 272px;
	border: 2px solid #a0905f;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	background: #fff;
}
#scene .bl_card_imgWrapper {
	width: 100%;
}
#scene .bl_card_body {
	width: 100%;
}
#scene .bl_card_label {
	color: #fff;
	background: #064469;
	letter-spacing: 0.05em;
	width: 220px;
	margin: auto;
	height: 32px;
	padding-top: 5px;
	margin-bottom: 20px;
}
#scene .bl_card_ttl {
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#scene .bl_card_btn {
	background: #a0905f;
	height: 43px;
	padding-top: 3px;
	cursor: pointer;
	padding-right: 0;
}
#scene .bl_card_btn::after {
	content: none;
}
#scene .bl_card_btn span {
	color: #222;
	font-size: 15px;
	margin-left: 12px;
}
#scene .bl_card_btn span::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
    margin-top: auto;
    margin-bottom: auto;
	border-style: solid;
	border-width: 4.5px 0 4.5px 8px;
	border-color: transparent transparent transparent #222;
	margin-left: 11px;
}
#scene .bl_card_imgWrapper {
	height: 110px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
#scene .airport .bl_card_imgWrapper img {
	width: 186px;
	height: 66px;
}
#scene .golf .bl_card_imgWrapper img {
	width: 200px;
	height: 65px;
}
#scene .reserved .bl_card_imgWrapper img {
	width: 203px;
	height: 80px;
}
#scene .private .bl_card_imgWrapper img {
	width: 194px;
	height: 83px;
}
@media screen and (max-width : 750px){
	#scene {
		height: 1305px;
		background: url(../images/top/scene_bg_sp.png) top center no-repeat;
	}
	#scene .bl_card {
		height: 240px;
	}
	#scene .bl_card_imgWrapper {
		height: 171px;
		width: 293px!important;
		align-items: center;
	}
	#scene .airport .bl_card_imgWrapper img {
		width: 239px;
		height: 85px;
	}
	#scene .golf .bl_card_imgWrapper img {
		width: 255px;
		height: 83px;
	}
	#scene .reserved .bl_card_imgWrapper img {
		width: 253px;
		height: 100px;
	}
	#scene .private .bl_card_imgWrapper img {
		width: 222px;
		height: 95px;
	}
	#scene .bl_card_ttl {
    	color: #fff;
		font-size: 30px;
		font-weight: bold;
    	background: #064469;
    	letter-spacing: 0.02em;
    	width: 370px;
    	margin: auto;
    	height: 55px;
    	padding-top: 12px;
		position: absolute;
		top: 35px;
		left: 293px;
    	margin-bottom: 20px;
	}
	#scene .bl_card_label {
		color: #222;
		background: none;
		width: 370px;
		margin: auto;
		height: auto;
		padding-top: 5px;
		margin-bottom: 20px;
		position: absolute;
		top: 102px;
		left: 293px;
		text-align: center;
	}
	#scene .bl_card_btn {
		height: 63px;
		font-size: 34px;
		padding-right: 134px;
		justify-content: flex-end;
	}
	#scene .bl_card_btn span {
		font-size: 34px;
		margin-left: 40px;
	}
	#scene .bl_card_btn span::after {
    	margin-bottom: 4px;
    	border-width: 7.5px 0 7.5px 11px;
    	margin-left: 21px;
	}
}
/*=======================================================
新型コロナウイルス感染防止対策実施中！
=======================================================*/
#covid {
	padding-top: 57px;
	padding-bottom: 60px;
	background: #22506b;
}
#covid .bl_media_imgWrapper {
	width: 351px;
}
#covid .el_mainTtl {
	color: #fff;
	margin-bottom: 27px;
}
#covid .bl_media {
	background: #fff;
	padding: 40px;
}
#covid .bl_media_body {
	width: 550px;
}
#covid .bl_media_txt {
	line-height: 1.58;
}
#covid .bl_media_txt strong {
	color: #e14636;
}
@media screen and (max-width : 750px){
	#covid {
		padding-top: 67px;
		padding-bottom: 85px;
	}
	#covid .el_mainTtl {
		line-height: 1.5;
	}
	#covid .bl_media {
		padding: 40px 40px 60px;
	}
}
/*=======================================================
乗り心地だけでなく広さと快適さも魅力
=======================================================*/
#characteristics {
	padding-top: 73px;
	padding-bottom: 52px;
	background: url(../images/top/characteristics_bg.png) top center no-repeat;
}
#characteristics .bl_card {
	width: 330px;
	height: 385px;
	background: #fff;
	margin-bottom: 22px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0,.22);
}
#characteristics .bl_card_imgWrapper {
	margin-bottom: 23px;
}
#characteristics .bl_card_ttl {
	text-align: center;
	font-size: 20px;
	color: #064469;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 15px;
}
#characteristics .bl_card_txt {
	padding: 0 30px;
	font-size: 16px;
	letter-spacing: 0;
}
#characteristics .last .bl_card_txt {
	padding: 0 24px;
}
#characteristics .last .bl_card_txt span {
	font-size: 12px;
}
@media screen and (max-width : 750px){
	#characteristics {
		padding-top: 80px;
		height: 4697px;
		background: url(../images/top/characteristics_bg_sp.png) top center no-repeat;
	}
	#characteristics .el_mainTtl {
		line-height: 1.5;
	}
	#characteristics .bl_card {
		height: auto;
		margin-bottom: 48px;
		padding-bottom: 34px;
		box-shadow: 0 0 15px 1px rgba(0, 0, 0,.22);
	}
	#characteristics .bl_card_ttl {
		font-size: 38px;
		margin-bottom: 23px;
	}
	#characteristics .bl_card_imgWrapper {
		margin-bottom: 37px;
	}
	#characteristics .bl_card_txt {
		padding: 0 38px;
		font-size: 32px;
		letter-spacing: 0.04em;
		line-height: 1.47;
	}
	#characteristics .last .bl_card_txt {
		padding: 0 38px;
	}
	#characteristics .last .bl_card_txt span {
		font-size: 24px;
		margin-top: 20px;
		display: block;
	}
}
/*=======================================================
ドライバーさん
=======================================================*/
#driver {
	background: #2b3e4a;
	padding-top: 58px;
	padding-bottom: 50px;
}
#driver .bl_media_imgWrapper {
	width: 267px;
}
#driver .bl_media_body {
	width: 690px;
}
#driver .bl_media_ttl {
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.05em;
	background: #a0905f;
	height: 45px;
	padding-left: 30px;
	padding-top: 8px;
	margin-bottom: 47px;
}
#driver .bl_media_ttl span {
	font-size: 20px;
}
#driver .bl_media_ttl span.pc {
	margin-right: 28px;
}
#driver .bl_media_txt {
	color: #fff;
	letter-spacing: 0.02em;
	line-height: 1.58;
}
@media screen and (max-width : 750px){
	#driver {
		padding-top: 86px;
		padding-bottom: 90px;
	}
	#driver .bl_media {
		display: flex!important;
		flex-direction: column-reverse;
	}
	#driver .bl_media_ttl {
		font-size: 38px;
		line-height: 1.39;
		height: 127px;
		padding-left: 0;
		padding-top: 15px;
		margin-bottom: 531px;
		text-align: center;
	}
	#driver .bl_media_ttl span {
		font-size: 30px;
	}
	#driver .bl_media_imgWrapper {
		position: absolute;
		top: 190px;
		left: 0;
	}
}
/*=======================================================
人気のご利用方法
=======================================================*/
#way {
	padding-top: 70px;
	padding-bottom: 54px;
	background: url(../images/top/way_bg.jpg) top center no-repeat;
}
#way .bl_media {
	background: #fff;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0,.22);
	margin-bottom: 28px;
	padding: 30px 30px 38px 40px;
}
#way .bl_media_imgWrapper {
	width: 357px;
}
#way .bl_media_body {
	width: 546px;
}
#way .bl_media_ttl {
	color: #fff;
	height: 48px;
	background: #064469;
	font-size: 22px;
	letter-spacing: 0.08em;
	padding-left: 30px;
	padding-top: 9px;
	margin-bottom: 37px;
}
#way .bl_media_txt {
	padding-right: 13px;
	line-height: 1.58;
}
@media screen and (max-width : 750px){
	#way {
		padding-top: 70px;
		padding-bottom: 77px;
		background: url(../images/top/way_bg_sp.jpg) top center no-repeat;
		height: 2418px;
	}
	#way .bl_media {
		margin-bottom: 56px;
		padding: 50px 40px 38px;
		display: flex;
		flex-direction: column-reverse;
	}
	#way .bl_media_ttl {
		height: 82px;
		font-size: 34px;
		padding-left: 0;
		padding-top: 15px;
		margin-bottom: 472px;
		text-align: center;
	}
	#way .bl_media_imgWrapper {
		position: absolute;
		top: 165px;
		left: 0;
		width: 610px!important;
		right: 0;
		margin: auto;
	}
	#way .bl_media_txt {
		padding-right: 0;
	}
}