@charset "utf-8";

/*------------------------------------------------------

car_class/price.html

-------------------------------------------------------*/
.price-features-area{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.price-features-list{
	width: 48%;
	border: 1px solid #D6D6D6;
	border-radius: 0.3rem;
	min-height: 14rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 780px) {
	.price-features-list{
		width: 31.5%;
		margin-bottom: 30px;
		min-height: 180px;
		line-height: 1.6;
	}
}

/*----- .box-row -----*/

.box-2row {
	width: 100%;
	border-radius: 0.3rem;
}

.box-2row-flexbox {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 1.5rem;
	padding-bottom: 3rem;
}

.box-2row-time {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1;
}

.box-2row-price::after {
	position: absolute;
	content: "円～";
	font-size: 1.4rem;
	font-weight: 400;
	color: #1A1A1A;
	top: 42%;
	padding: 0.2rem;
}

.box-2row-price {
	position: relative;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	color: #006F3F;
	line-height: 1;
}

.price-unit {
	font-size: 1.4rem;
	color: #006F3F;
	padding-left: 0.3rem;
}

.price-box {
	width: 50%;
}
.price-box:first-child {
	border-right: 1px solid #D6D6D6;
}

@media screen and (min-width:780px) {
	.box-2row-time {
		font-size: 16px;
		padding-top: 3px;
	}

	.box-2row-flexbox {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.box-2row-price {
		font-size: 35px;
		padding-left: 10px;
	}

	.box-2row-price::after {
		font-size: 1.6rem;
		width: 3.7rem;
	}

	.price-box {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 55px;
	}

	.box-2row-btn-group {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5%;
		margin-top: 5px;
	}
}

/*----- .box-2lin -----*/
.tab-inner{
	padding: 1.5rem 0;
}

.box-2line{
	width: 100%;
	border-radius: 0.3rem;
	border: 0.1rem solid #D6D6D6;
}

.box-2line-img{
	width: 2rem;
	margin: 1rem auto;
}

.box-2line-plus,
.box-2line-minus{
	width: 1.6rem;
	height: 1.6rem;
	position: relative;
}

.box-2line-plus.is-large{
	width: 2rem;
	height: 2rem;
}

.box-2line-plus img,
.box-2line-minus img{
	vertical-align: text-top;
}

.box-2line-head{
	background: #35A637;
	color: #fff;
	text-align: center;
	padding: 0.5rem;
}

.box-2line-body{
	color: #006F3F;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	font-weight: 600;
	padding: 1rem;
}

.box-2line-plus::after,
.box-2line-minus::after{
	position: absolute;
	content: "";
	width: 0.8rem;
	height: 0.2rem;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 0.1rem;
}

.box-2line-plus::before{
	position: absolute;
	content: "";
	width: 0.2rem;
	height: 0.8rem;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 0.1rem;
}

.box-2line-plus.is-large::after{
	width: 1rem;
	margin-top: 0;
}

.box-2line-plus.is-large::before{
	height: 1rem;
	margin-top: 0;
}

@media screen and (min-width: 780px) {
	.box-2line-flex{
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
	}
}


/*----- .car-kinds -----*/

.car-kinds-box {
	border: 1px solid #D6D6D6;
	border-radius: 3px;
	padding: 1rem;
	margin-top: 2rem;
}

.car-kinds-box:first-child {
	margin-top: 0;
}

.car-kinds-flex {
	display: flex;
	align-items: center;
	gap: 8%;
}

.car-kinds-img {
	width: 50%;
	min-height: 100px;
	align-content: center;
}

.car-kinds-text {
	width: 50%;
}

.car-buggage {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F8F5;
}

.buggage-text {
	font-size: 1.4rem;
	line-height: 2;
}

.buggage-icon-group {
	position: relative;
	padding-left: 4.5rem;
	padding-right: 4.5rem;
}

.carry-icon-carry {
	display: flex;
	align-items: center;
	gap: 2px;
	padding-left: 0.2rem;
	padding-right: 0.5rem;
}

.carry-icon-golf {
	display: flex;
	align-items: center;
	gap: 2px;
	padding-left: 0.5rem;
	padding-right: 0.2rem;
}

.carry-icon,
.golf-icon {
	width: 1.2rem;
	min-width: 12px;
	height: 1.7rem;
	min-height: 17px;
}

@media screen and (min-width:780px) {
	.car-kinds {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px 0;
	}
	.car-kinds-box {
		margin-top: 0;
		width: 48%;
		height: auto;
	}

	.car-kinds-img {
		width: 50%;
		height: 150px;
		min-height: 150px;
		align-content: center;
	}

	.car-buggage {
		padding: 3px;
	}

	.carry-icon,
	.golf-icon {
		width: 17px;
		min-width: 17px;
		height: 22px;
		min-height: 22px;
	}
}

/*----- .price-table -----*/

.price-table{
	border-collapse: collapse;
	overflow-x: scroll;
	display: flex;
	padding-bottom: 1.0rem;
	border-radius: 0.3rem;
}

.price-table th,
.price-table td{
	padding: 0.6rem;
	line-height: 1.4;
}

.price-table th:first-child,
.price-table td:first-child{
	border-left: 0.1rem solid #D6D6D6;
}

.price-table tbody{
	min-width: 42.5rem;
	border-top: 0.1rem solid #D6D6D6;
	border-bottom: 0.1rem solid #D6D6D6;
}

.price-table .is-corp-w{
	min-width: auto;
	border-top: 0.1rem solid #D6D6D6;
	border-bottom: 0.1rem solid #D6D6D6;
}

td.w-12{
	width: 12.1rem;
	min-width: 12.1rem;
}

td.w-9{
	width: 9.3rem;
	min-width: 9.3rem;
}

th.w-10{
	width: 10.6rem;
	min-width: 10.6rem;
}

th.w-50{
	width: 37%;
	min-width: 37%;
}

.price-table td,
.price-table th{
	text-align: center;
	border-right: 0.1rem solid #D6D6D6;
	border-bottom: 0.1rem solid #D6D6D6;
}

.price-table-img{
	width: 9.6rem;
	height: auto;
	margin: 1.5rem auto 0;
}

.price-table td.is-blank{
	border-left: none;
	border-right: none;
	height: 0.8rem;
}

@media screen and (min-width: 780px) {
	.tab-inner{
		padding: 30px 15px;
	}

	.price-table{
		display: table;
		width: 100%;
	}

	.price-table tbody{
		min-width: 100%;
		width: 100%;
	}

	.price-table td.is-blank{
		height: 14px;
	}

	td.w-12{
		width: 27%;
		min-width: auto
	}

	td.w-9{
		width: 23%;
		min-width: auto;
	}

	th.w-10{
		width: 25%;
		min-width: auto;
	}

	th.w-50{
		width: 50%;
		min-width: auto;
	}

	.price-table-img{
		width: 150px;
	}
}