@charset "utf-8";

/*------------------------------------------------------

service/index.html

-------------------------------------------------------*/

section.section{
	margin-bottom: 0;
}

/*------------------------------------------------------
tab
-------------------------------------------------------*/

ul.tab-list{
	position: relative;
	z-index: 0;
	height: 4.8rem;
	background-color: #B2D3C5;
	border-radius: 6rem;
}

li.tab-item{
	height: 4.8rem;
	background-color: #B2D3C5;
	border-radius: 6rem;
	color: #fff;
	font-size: 1.2rem;
	padding: 1.4rem;
	border: none;
	text-align: center;
	position: absolute;
	z-index: 1;
}

li.tab-item.active{
	color: #006F3F;
	background: #fff;
	box-shadow: 0 0.2rem 1rem #B2D3C5;
	z-index: 2;
}

.tab1{
	top: 0;
	left: 0;
	width: 55%;
}

.tab2{
	top: 0;
	right: 0;
	width: 49%;
}

div.tab-content{
	border: none;
}

@media screen and (min-width: 780px) {
	ul.tab-list{
		height: 60px;
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}

	li.tab-item{
		height: 60px;
		font-size: 16px;
		padding: 18px;
	}

	.tab1{
		top: 0;
		left: 0;
		width: 54%;
	}

	.tab2{
		top: 0;
		right: 0;
		width: 53%;
	}
}


/*------------------------------------------------------
base
-------------------------------------------------------*/

.service-page-title{
	text-align: left;
	color: #006F3F;
	margin-top: 4rem;
}

.service-page-title-en{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.2rem;
}

.service-page-title-ja{
	font-size: 2rem;
	font-weight: 700;
}

.service-page-lead{
	font-size: 1.4rem;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

.service-sec{
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.service-sec.is-scene{
	padding-top: 5rem;
	padding-bottom: 0;
}

.service-sub-title{
	padding-bottom: 0.8rem;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	color: #006F3F;
	text-align: center;
	background: url(../img/service/title_border_sp.svg) no-repeat center bottom;
}

.service-sub-title.is-merit::after{
    background: url(../img/service/kirakira.svg) no-repeat right 0.2rem top / contain;
    content: "";
    position: absolute;
    width: 2.1rem;
    height: 2.8rem;
}

.service-sub-title .is-large{
	font-size: 2.8rem;
}

@media screen and (min-width: 780px) {
	.service-page-title{
		text-align: center;
		margin-top: 70px;
	}

	.service-page-title-en{
		font-size: 18px;
	}

	.service-page-title-ja{
		font-size: 32px;
	}

	.service-page-lead{
		font-size: 1.6rem;
		margin-top: 30px;
		text-align: center;
		margin-bottom: 60px;
	}

	.service-sec{
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.service-sec.is-scene{
		padding-top: 120px;
		padding-bottom: 0;
	}

	.service-sub-title{
		padding-bottom: 14px;
		font-size: 32px;
		background: url(../img/service/title_border_pc.svg) no-repeat center bottom;
	}

	.service-sub-title.is-merit::after{
		background: url(../img/service/kirakira.svg) no-repeat right 2px top / contain;
		width: 33px;
		height: 44px;
	}

	.service-sub-title .is-large{
		font-size: 42px;
	}
}


/*------------------------------------------------------
駅レンタカー・セルフの魅力 6つのメリット
-------------------------------------------------------*/

.mb20{
	margin-bottom: 1rem;
}

.mb10{
	margin-bottom: 0.5rem;
}

.service-list{
	padding: 0 1.5rem;
	margin-top: 6.5rem;
	margin-bottom: 4rem;
}

.service-list-item{
	border-radius: 1rem;
	width: 100%;
	background: #fff;
	position: relative;
	padding: 2rem;
	margin-bottom: 2rem;
}

.service-list-item-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.service-list-item-pick{
	position: absolute;
	content: "";
	top: -3.8rem;
	left: 50%;
	width: 20.1rem;
	height: auto;
	transform: translateX(-50%);
}

.service-list-item-num{
	position: absolute;
	top: 0;
	left: 0;
	width: 4rem;
	height: auto;
}

.service-list-item-text{
	font-size: 1.2rem;
	text-align: center;
}

.item-point{
	width: 7.6rem;
	height: auto;
}

.item-shinkansen{
	width: 9.5rem;
	height: auto;
}

.item-24h{
	width: 7.0rem;
	height: auto;
}

.item-muryou{
	width: 11.4rem;
	height: auto;
}

.item-shake{
	width: 8.1rem;
	height: auto;
}

.item-orix{
	width: 20.4rem;
	height: auto;
}

.service-flex-1-left{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.service-flex-1-title{
	font-size: 2rem;
	font-weight: 700;
	color: #006F3F;
}



@media screen and (min-width: 780px) {
	.mb20{
		margin-bottom: 20px;
	}

	.mb10{
		margin-bottom: 10px;
	}

	.service-list{
		padding: 0;
		margin-bottom: 28px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.service-list-item{
		min-height: 340px;
		width: 31.3%;
		padding: 15px;
		margin-bottom: 32px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.service-list-item:last-child{
		padding-top: 30px;
	}

	.service-list-item-box{
		display: block;
	}

	.service-list-item-pick{
		position: absolute;
		content: "";
		top: -3.8rem;
		left: 50%;
		width: 190px;
	}

	.service-list-item-num{
		width: 50px;
	}

	.service-list-item-text{
		font-size: 14px;
		letter-spacing: -0.02em;
	}

	.item-point{
		width: 112px;
		height: auto;
	}

	.item-shinkansen{
		width: 136px;
		height: auto;
	}

	.item-24h{
		width: 94px;
		height: auto;
	}

	.item-muryou{
		width: 114px;
		height: auto;
	}

	.item-shake{
		width: 82px;
		height: auto;
	}

	.item-orix{
		width: 204px;
		height: auto;
	}

	.service-flex-1{
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}

	.service-flex-1-left{
		width: 44%;
		margin: 0;
	}

	.service-flex-1-right{
		width: 50%;
	}

	.service-flex-1-title{
		font-size: 32px;
		margin-bottom: 30px;
	}
}


/*------------------------------------------------------
駅レンタカー・セルフの魅力 利用シーン
-------------------------------------------------------*/
.scene-list{
	margin-top: 3rem;
}

.scene-list-item{
	margin-bottom: 3rem;
}

@media screen and (min-width: 780px) {
	.scene-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 40px 30px;
		margin-top: 40px;
	}

	.scene-list-item{
		width: calc((100% - 30px) / 2);
		margin-bottom: 0;
	}
}

.feature-list{
	padding: 0 1.5rem;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.feature-list-item{
	position: relative;
	z-index: 0;
	border-radius: 0.5rem;
	width: 100%;
	background: #fff;
}

.feature-list-item.is-plus{
	margin-bottom: 4.5rem;
}

.feature-list-item.is-plus::after{
	content: "";
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../img/service/plus.svg) no-repeat center / contain;
	bottom: -3rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.feature-list-item-img{
	width: 70%;
	height: auto;
	margin:0 auto;
}

@media screen and (min-width: 780px) {
	.feature-list{
		margin-top: 40px;
		margin-bottom: 50px;
		max-width: 710px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
	}

	.feature-list-item{
		width: 46%;
	}

	.feature-list-item.is-plus{
		margin-bottom: 0;
	}

	.feature-list-item.is-plus::after {
		width: 30px;
        height: 30px;
        top: 50%;
        bottom: auto;
        left: auto;
        right: -43px;
        transform: translate(0, -50%);
	}
}

.pick-compare{
	margin-top: 3.2rem;
	margin-bottom: 0.4rem;
	width: 20.4rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 780px) {
	.pick-compare{
		margin-top: 40px;
	}

	.pick-compare{
		width: 224px;
	}
}

/*----------feature-table----------*/

.feature-table{
	display: flex;
	align-items: center;
	overflow-x: scroll;
	padding-bottom: 1rem;
	padding-top: 2rem;
	margin-bottom: 2.5rem;
}

.feature-table-head{
	min-width: 10.2rem;
	width: 10.2rem;
    border-radius: 0.5rem 0 0 0.5rem;
	overflow: hidden;
	border-left: 1px solid #D6D6D6;
}

.feature-table-pick{
	min-width: 17.3rem;
	width: 17.3rem;
    box-shadow: 0px 0px 2rem #00000029;
	overflow: hidden;
    border-radius: 0.5rem;
}

.feature-table-item1{
	min-width: 17.4rem;
	border-right: 1px solid #D6D6D6;
	width: 17.4rem;
}

.feature-table-item2{
	min-width: 15.1rem;
	width: 15.1rem;
	border-right: 1px solid #D6D6D6;
    border-radius: 0 0.5rem 0.5rem 0;
	overflow: hidden;
}

.feature-table .height-1{
	height: 3.6rem;
}

.feature-table .height-top{
	height: 5.6rem;
}

.feature-table .height-2{
	height: 5.5rem;
}

.feature-table .height-3{
	height: 7.5rem;
}

.feature-table .height-bottom{
	height: 7.5rem;
}

.feature-table-td{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #D6D6D6;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
}

.feature-table-pick .feature-table-td{
	border-left: none;
	border-bottom: 1px solid #F2F8F5;
    padding: 1.0rem 0.5rem;
}

.feature-table-pick .feature-table-td.is-noborder{
	border-bottom: none ;
}

.feature-table-pick .feature-table-td.is-top{
	padding: 0.6rem 1.4rem;
}

@media screen and (min-width: 780px) {
	.feature-table{
		overflow-x: auto;
		padding-bottom: 20px;
		margin-bottom: 50px;
		margin-top: 40px;
	}

	.feature-table-head{
		min-width: 16.84%;
		width: 16.84%;
	}

	.feature-table-pick{
		min-width: 28.06%;
		width: 28.06%;
	}

	.feature-table-item1{
		min-width: 27.55%;
		width: 27.55%;
	}

	.feature-table-item2{
		min-width: 27.55%;
		width: 27.55%;
		border-right: 1px solid #D6D6D6;
	}

	.feature-table .height-1{
		height: 40px;
	}

	.feature-table .height-top{
		height: 50px;
	}

	.feature-table .height-2{
		height: 60px;
	}

	.feature-table .height-3{
		height: 80px;
	}

	.feature-table .height-bottom{
		height: 90px;
	}

	.feature-table .height-2.sp-height-3{
		height: 80px;
	}

	.feature-table-td{
		font-size: 14px;
	}

	.feature-table-pick .feature-table-td{
		font-size: 14px;
	}
}


/*----------feature-list2----------*/
.compare-area{
	padding-top: 4rem;
	padding-bottom: 4rem;
	border-radius: 0.5rem;
}

.feature-list2{
	margin-top: 2rem;
	padding: 0 1.5rem;
	gap: 3.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.feature-list2-item{
	width: 100%;
	border-radius: 0.5rem;
	border: 1px solid #D6D6D6;
}

.feature-list2-title{
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 0.5rem 0.5rem 0 0;
	padding: 0.6rem;
}

.feature-list2-monthly{
	width: 12.5rem;
	margin: 2.4rem auto 0;
	font-size: 1.0rem;
	font-weight: 600;
	text-align: center;
	border-radius: 3rem;
	padding: 0.2rem;
}

.feature-list2-money{
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.feature-list2-money-num{
	font-size: 4rem;
	font-weight: 700;
	display: inline-block;
	padding: 0 0.5rem;
}

.feature-list2-price{
	border-bottom: 1px solid #D6D6D6;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0.8rem 0;
}

.feature-list2-price-title{
	font-size: 1.2rem;
	font-weight: 600;
}

.feature-list2-price-note{
	font-size: 1.1rem;
	font-weight: 400;
}

.feature-list2-price-num{
	font-size: 1.4rem;
	font-weight: 600;
}

.feature-list2-price-yen{
	font-size: 1.1rem;
}

.feature-list2-box{
	background-color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 0.5rem;
	padding: 0.8rem;
}

.feature-list2-box-num{
	font-size: 2rem;
}

@media screen and (min-width: 780px) {
	.compare-area{
		padding-top: 50px;
		padding-bottom: 80px;
		border-radius: 10px;
	}

	.feature-list2{
		margin-top: 40px;
	}

	.feature-list2-item{
		max-width: 395px;
		width: 46%;
	}

	.feature-list2-title{
		padding: 12px;
		font-size: 14px;
	}

	.feature-list2-monthly{
		width: 156px;
		margin: 30px auto 0;
		font-size: 14px;
	}

	.feature-list2-money{
		font-size: 16px;
		margin-bottom: 16px;
	}

	.feature-list2-money-num{
		font-size: 52px;
	}

	.feature-list2-price{
		padding: 10px 0;
	}

	.feature-list2-price-title{
		font-size: 16px;
	}

	.feature-list2-price-note{
		font-size: 14px;
	}

	.feature-list2-price-num{
		font-size: 18px;
	}

	.feature-list2-price-yen{
		font-size: 14px;
	}

	.feature-list2-box{
		font-size: 18px;
		padding: 10px;
	}
	.feature-list2-box-num{
		font-size: 24px;
	}
}