@charset "utf-8";

/*-------------------------*
	mv
--------------------------*/
/*ロゴ*/
.wrap-logo{
	display: block;
	margin: 0px 30px 20px;
}
.wrap-logo img{
	width: 100%;
	max-width: 500px;
}

/*説明文*/
.row-concept{
	width: 100%;
	max-width: 960px;
	display: flex;
	padding: 0 20px;
	align-items: center;
}
.col-conceptimg{
	width: 100%;
	max-width: 100px;
}
.col-concepttxt{
	width: calc(100% - 100px) ;
	padding-left: 30px;
}

@media(max-width:768px) {
	/*説明文*/
    .row-concept{
        margin:0 auto 50px;
    }
    .col-conceptimg{
        width: 100%;
        max-width: 80px;
        margin: 0 auto;
        text-align: center;
    }
    .col-conceptimg img{
        width: 100%;
        max-width: 100px;
    }
    .col-concepttxt{
        width: 100%;
        padding-left: 20px;
        text-align: center;
    }
    .col-concepttxt p{
        font-size: 14px;
        text-align: left;
    }
}

/*-------------------------*
	乗降ポイントリクエスト
--------------------------*/
.point-request a{
	position: relative;
	display:block;
	border-radius: 100px;
	font-weight: bold;
	background: #000;
	color: #fff;
	max-width: 300px;
	margin:auto;
	padding: 20px 2em 20px 2em;
}
.point-request a i{
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translate(0px, -50%);
}


/*-------------------------*
	アプリ予約
--------------------------*/
#app-use{
	background-color: transparent;
}
.dl-reservestep dt span {
    color: #212529;
}
.dl-reservestep dt {
    border: solid 2px #212529;
}
.ol-appstep li:before {
    background: #212529;
	top: 3px;
}
.ol-appstep li + li{
    margin-top: 0;
}

/*-------------------------*
	電話予約
--------------------------*/
.section-body + .section-body{
	margin-top: 80px;
}

/*全体*/
.howto{
	padding: 0 0 60px;
	background-color: transparent;
}
.howto .container{
	padding-left: 0;
	padding-right: 0;
}
/*見出しタイトル*/
.title-howto{
	border: 1px solid #212529;
	background: #fff;
	border-radius: 2px;
	padding: 15px 15px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*お問い合わせ*/
.contact-intro{
	text-align: center;
}
.contact-intro p + p{
	margin-top: 40px;
}
.tel-text b{
	display: block;
	font-size: 40px;
	font-weight: 900;
}

/*01以下*/
.howto .section-body{
	counter-reset: renban;
}
.howto .section-body .box-flow .title-howto:before {
    counter-increment: renban;
    content: "0"counter(renban) ;
    font-size: 30px;
    margin-right: 15px;
}
.box-flow{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.box-flow p{
	font-size: 16px;
	padding: 0 10px;
	margin: 0;
}
.box-appdownload{
	text-align: center;
	margin-top: 30px;
}
.box-appdownload a,
.box-appdownload button{
	display: block;
	background: #333;
	color: #fff;
	text-align: center;
	padding: 15px;
	width: 100%;
	max-width: 360px;
	margin:0 auto;
	border-radius: 10px;
	font-weight: 700;
	position: relative;
	cursor: pointer;
}
.box-appdownload a:after,
.box-appdownload button:after{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    content: "\f0da";
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 2;
}
.box-appdownload a:hover,
.box-appdownload button:hover{
	text-decoration: none;
	opacity: 0.5;
}
.box-flow + .box-flow{
	margin-top: 40px;
}
.title-flow{
	font-size: 16px;
	font-weight: 900;
	text-align: left;
	position: relative;
	padding-left: 30px;
}
.row-howto{
	counter-reset: renban;
}
.row-howto .col-howto .title-flow:before {
    counter-increment: renban;
    content: counter(renban) "";
    background: #212529;
    color: #fff;
    display: flex;
    width: 20px;
    height: 20px;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
}
.row-howto{
	display: flex;
	flex-wrap: wrap;
}
.col-howto{
	width: 50%;
	padding: 20px 20px;
	text-align: center;
}

.text-flow p{
	font-size: 14px;
	text-align: left;
}
.text-flow p + p{
	margin-top: 10px;
}
.text-flow p b{
	display: block;
}
.text-flow p small{
	display: block;
}
.label-guidance-num{
	display: inline-flex;
	border:1px solid #333;
	width: 20px;
	height: 20px;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.text-tel-support{
	margin-top: 10px;
	padding: 20px 10px 0;
}
.text-tel-support p{
	font-size: 14px;
}

@media(max-width:786px) {
	.title-howto{
		font-size: 16px;
	}
	.row-howto{
		display: block;
	}
	.col-howto{
		width: 100%;/*sp時、1列*/
		padding: 20px 20px;
	}
}



/*料金　独自スタイル*/
.wrap-plan-price{
	max-width: 1200px;
}
.wrap-plan-price .row{
	justify-content: center;
}
.wrap-plan-price-inner{
	margin: 0 10px 30px;
}

/*見出し*/
.wrap-plan-price .title-list {
    background: #dddddd;
    padding: 10px 20px;
    border-radius: 15px;
	display: flex;
	align-items: center;
}
.wrap-plan-price .title-list dt {
    font-size: 30px;
    padding-right: 20px;
}
.wrap-plan-price .title-list dd {
    font-weight: bold;
}

/*料金*/
.wrap-plan-price .wrap-content{
	margin: 15px auto;
}
.wrap-plan-price .price-list {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrap-plan-price .price-list dt {
    font-size: 30px;
    color: #fff;
    background: #EC7190;
    border-radius: 500px;
	padding: 10px;
	margin-right: 15px;
}
.wrap-plan-price .price-list dd {
    font-size: 50px;
	font-weight: bold;
}

.wrap-plan-price .pink{
	color: #EC7190;
}


.wrap-plan-price .wrap-content-attention {
	text-align: center;
}
.wrap-plan-price .wrap-content-attention .companion {
	font-size: 18px;
	margin-bottom: 5px;
}

.wrap-plan-price .wrap-content-attention.-special {
	text-align: left;
    display: flex;
}

.wrap-plan-price .wrap-content-attention.-special .wrap-left {
    min-width: fit-content;
}
.wrap-plan-price .wrap-content-attention.-special .wrap-right {
    margin-left: 0.5em;
    padding-left: 0.5em;
    border-left: solid 1px #000;
}

@media(max-width:1100px) {
	.wrap-plan-price{
		flex-wrap: wrap;
	}
	.wrap-plan-price-inner{
		max-width: 450px;
	}
	.wrap-plan-price .title-list dt{
		font-size: 24px;
	}
	.wrap-plan-price .title-list dd{
		font-size: 14px;
	}
	
/*	料金*/
	.wrap-plan-price .price-list dt{
		font-size: 20px;
	}
	.wrap-plan-price .price-list dd{
		font-size: 24px;
	}
}

@media(max-width:767px) {
	.wrap-plan-price .wrap-content-attention {
		flex-wrap: wrap;
	}
	.wrap-plan-price .wrap-content-attention .attention-text{
		text-align: left;
	}
	.wrap-plan-price .wrap-content-attention .companion {
		font-size: 16px;
	}

	.wrap-plan-price .wrap-content-attention .wrap-left {
		text-align: left;
	}
	.wrap-plan-price .wrap-content-attention.-special .wrap-right {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
}
