@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.el-lower-mv-ttl::after {
	content: "service/price";
}

/*=======================================================
パンくず
=======================================================*/
.bl-breadcrumbs-inner > li {
	color: #FFFFFF;
}
.bl-breadcrumbs-inner > li:first-of-type ~ li::before {
	border: 1px solid #FFFFFF;
	border-left: none;
	border-bottom: none;
}
.bl-breadcrumbs-inner{
	padding-bottom: 108px;
}
@media screen and (max-width: 750px) {

}

/*=======================================================
Service
=======================================================*/
.bl-service {
	padding: 8px 0 104px;
	background: url(../images/service/bg.jpg) top center / contain no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#vip,
#airport,
#golf,
#taxi {
	display: block;
    padding-top: 90px;
    margin-top: -90px;
}
.bl-service .bl-mediaList {
	gap: 104px;
}
.bl-service li .bl-media {
		gap: 0 32px;
	position: relative;
	z-index: 1;
}
.bl-service li .bl-media::before {
	content: "";
	position: absolute;
	background-color: #001733;
	width: 1512px;
	z-index: -1;
    top: 50%;
	transform: translateY(-50%);
}
.bl-service li:first-of-type .bl-media::before {
	height: 620px;
	right: 88px;
}
.bl-service li:nth-of-type(2) .bl-media::before {
	height: 447px;
	left: 0;
}
.bl-service li:nth-of-type(3) .bl-media::before {
	height: 463px;
	right: 88px;
}
.bl-service li:last-of-type .bl-media::before {
	height: 640px;
	left: 0;
}
.bl-service li:first-of-type .bl-media .bl-media-imgWrapper-bottom.sp,
.bl-service li:nth-of-type(2) .bl-media .bl-media-imgWrapper-bottom.sp,
.bl-service li:nth-of-type(3) .bl-media .bl-media-imgWrapper-bottom.sp,
.bl-service li:last-of-type .bl-media .bl-media-imgWrapper-bottom.sp {
	display: none;
}
.bl-service li:first-of-type .bl-media .bl-media-imgWrapper,
.bl-service li:last-of-type .bl-media .bl-media-imgWrapper {
	display: flex;
	flex-flow: column;
	gap: 40px;
}
.bl-service li:nth-of-type(2) .bl-media .bl-media-imgWrapper,
.bl-service li:nth-of-type(3) .bl-media .bl-media-imgWrapper {
	display: flex;
	flex-flow: column;
	gap: 48px;
}
.bl-service li .bl-media:not(.reverse) .bl-media-imgWrapper {
    align-items: end;
}
.bl-service li:first-of-type .bl-media .bl-media-imgWrapper > li:first-of-type,
.bl-service li:last-of-type .bl-media .bl-media-imgWrapper > li:first-of-type {
	width: 320px;
}
.bl-service li:first-of-type .bl-media .bl-media-imgWrapper > li:nth-of-type(2),
.bl-service li:last-of-type .bl-media .bl-media-imgWrapper > li:nth-of-type(2) {
	width: 408px;
}
.bl-service li:first-of-type .bl-media .bl-media-imgWrapper > li:nth-of-type(2) {
	margin-left: 56px;
}
.bl-service li:last-of-type .bl-media .bl-media-imgWrapper > li:nth-of-type(2) {
	margin-right: 56px;
}
.bl-service li:first-of-type .bl-media .bl-media-imgWrapper > li:nth-of-type(3),
.bl-service li:last-of-type .bl-media .bl-media-imgWrapper > li:nth-of-type(3) {
	width: 440px;
}
.bl-service li:first-of-type .bl-media .bl-media-imgWrapper > li:nth-of-type(3) {
	margin-left: 144px;
}
.bl-service li:last-of-type .bl-media .bl-media-imgWrapper > li:nth-of-type(3) {
	margin-right: 144px;
}
.bl-service li:nth-of-type(2) .bl-media .bl-media-imgWrapper > li:first-of-type,
.bl-service li:nth-of-type(3) .bl-media .bl-media-imgWrapper > li:first-of-type {
	width: 320px;
}
.bl-service li:nth-of-type(2) .bl-media .bl-media-imgWrapper > li:nth-of-type(2),
.bl-service li:nth-of-type(3) .bl-media .bl-media-imgWrapper > li:nth-of-type(2) {
	width: 496px;
}
.bl-service li:nth-of-type(2) .bl-media .bl-media-imgWrapper > li:nth-of-type(2) {
	margin-right: 88px;
}
.bl-service li:nth-of-type(3) .bl-media .bl-media-imgWrapper > li:nth-of-type(2) {
	margin-left: 88px;
}
.bl-media-body {
	justify-content: center;
	gap: 0;
}
.el-media-ttl {
	margin-bottom: 24px;
	color: #C3B085;
	letter-spacing: 1.56px;
}
.el-media-txt {
	color: #FFFFFF;
}
.el-media-txt + .el-media-txt {
	margin-top: 1.3em;
}
.el-media-txt + dl {
	margin-top: 24px;
}
dl + .el-media-txt {
	margin-top: 16px;
}
.bl-service li .bl-media dl {
	display: flex;
	flex-flow: nowrap;
}
.bl-service li .bl-media dl > dt {
	width: 144px;
	background-color: #AF9662;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
    display: flex;
    flex-flow: column;
    justify-content: center;
	align-items: center;
}
.bl-service li .bl-media dl > dd {
	width: 352px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	color: #C3B085;
	font-size: 20px;
	text-decoration: underline;
    padding: 12px 0 12px 24px;
}
.bl-service li:nth-of-type(3) .bl-media dl > dd {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
.bl-service li:nth-of-type(3) .bl-media dl > dd > span {
	display: block;
}
.bl-service .el-btn {
	width: 300px;
	height: 50px;
	border: 1px solid #FFFFFF;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 32px auto 0 0 ;
	padding-right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.bl-service .el-btn::after {
	position: absolute;
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #ffffff;
    border-right: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
}
@media screen and (max-width: 750px) {
    .bl-service {
	    padding: 8px 0 160px;
		background: none;
        background-color: #090808;
    }
	#vip,
    #airport,
    #golf,
    #taxi {
        padding-top: 150px;
        margin-top: -150px;
    }
	.bl-media-bg {
		padding: 80px 0;
		background-color: #001733;
	}
	.bl-service .bl-mediaList {
	    gap: 80px;
    }
    .bl-service li .bl-media::before {
	    display: none;
    }
	.bl-service li .bl-media-imgWrapper-bottom {
	    grid-area: imgWrapper_btm;
    }
	.bl-service li .bl-media:has(.el-media-ttl) {
        grid-template: auto / auto;
        grid-template-areas:
        "title"
        "imgWrapper"
		"body"
		"imgWrapper_btm";
	}
	.bl-service li:first-of-type .bl-media .bl-media-imgWrapper-bottom.sp,
    .bl-service li:nth-of-type(2) .bl-media .bl-media-imgWrapper-bottom.sp,
    .bl-service li:nth-of-type(3) .bl-media .bl-media-imgWrapper-bottom.sp,
    .bl-service li:last-of-type .bl-media .bl-media-imgWrapper-bottom.sp {
		margin-top: 56px;
	    display: initial;
    }
	.bl-service li:first-of-type .bl-media .bl-media-imgWrapper > li.pc,
    .bl-service li:nth-of-type(2) .bl-media .bl-media-imgWrapper > li.pc,
    .bl-service li:nth-of-type(3) .bl-media .bl-media-imgWrapper > li.pc,
    .bl-service li:last-of-type .bl-media .bl-media-imgWrapper > li.pc {
	    display: none;
    }
    .bl-service li .bl-media .bl-media-imgWrapper,
    .bl-service li .bl-media:not(.reverse) .bl-media-imgWrapper {
        align-items: center;
    }
    .bl-service li:first-of-type .bl-media .bl-media-imgWrapper > li:first-of-type,
    .bl-service li:nth-of-type(2) .bl-media .bl-media-imgWrapper > li:first-of-type,
    .bl-service li:nth-of-type(3) .bl-media .bl-media-imgWrapper > li:first-of-type,
    .bl-service li:last-of-type .bl-media .bl-media-imgWrapper > li:first-of-type {
	    width: 100%;
    }
    .bl-service li .bl-media-imgWrapper.sp {
		display: inline;
		width: 100%;
	}
    .el-media-ttl {
		font-size: 40px;
	    margin-bottom: 56px;
	    letter-spacing: 2.4px;
		text-align: center;
    }
    .el-media-txt + dl,
	dl + .el-media-txt {
	    margin-top: 56px;
    }
    .bl-service li .bl-media dl {
	    flex-flow: column;
    }
    .bl-service li .bl-media dl > dt {
	    width: 100%;
	    font-size: 34px;
	    padding: 24px 0;
	   }
    .bl-service li .bl-media dl > dd {
	    width: 100%;
	    font-size: 34px;
        padding: 35px 0;
		line-height: 1.8em;
		text-align: center;
    }
    .bl-service .el-btn {
	    width: 512px;
	    height: 76px;
	    font-size: 28px;
	    margin: 80px auto 0;
    }
    .bl-service .el-btn::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #ffffff;
	    right: 104px;
    }
}
