@charset "UTF-8";
	
/*
Description: ニッポンレンタカー ハワイ
Version: 202110

*/

/*------------------------------------------------------------
	【営業所】見出し
------------------------------------------------------------*/

h3 {
	background: #f1f1f1;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.8;
	color: #000;
	padding: 5px 10px 5px 20px;
	margin-bottom: 25px;
	position: relative;
}

h3:before {
	content: '';
	display: block;
	background: #ED0000;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 813px) {
	
	h3 {
	    font-size: 1.7rem;
	    margin-bottom: 30px;
	    padding: 8px 10px 8px 25px;
	}
	
}

h4 {
	font-size: 1.6rem;
	border-bottom: 2px solid #ED0000;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
h4 span {
	font-weight: 600;
	font-size: smaller;
	color: #ed0000!important;
}

h4 a {
	font-weight: 600;
	color: #000!important;
}


@media only screen and (min-width: 813px) {
	
	h4 {
		font-size: 1.7rem;
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	
}


h5 {
	font-size: 1.5rem;
	border-bottom: 1px solid #ccc;
	padding-bottom:	10px;
	margin-bottom: 18px;
	margin-top: 30px;
	color: #333;
}

h5 i {
	color: #ED0000;
}


.tab-select {
	font-size: 0;
	padding-bottom: 7px;
	margin-bottom: 18px;
	margin-top: 40px;
}

.tab-select li {
	width: calc(100% / 2);
	display: inline-block;
	text-align: center;
	border-bottom: none;
}

.tab-select li a {
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	color: #999;
	padding: 8px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.tab-select li a:hover {
	color: #000;
	text-decoration: none;
}

.tab-select li a.selected {
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.tab-select li a i {
	display: none;
}

.tab-select li a.selected:after {
	content: '';
	display: block;
	background: #ED0000;
	width: calc(100% - 16px);
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 8px;
}


@media only screen and (min-width: 813px) {
	
	.tab-select {
		padding-bottom: 10px;
	}
	
	.tab-select li {
		display: inline-block;
		border-bottom: none;
	}
	
	.tab-select li a {
		font-size: 1.5rem;
		padding: 18px 60px;
	}
		
	.tab-select li a i {
		display: inline-block;
		color: #999;
		margin-right: 7px;
	}
	
	.tab-select li a.selected i {
		color: #ED0000;
	}
	
	.tab-select li a.selected:after {
		width: calc(100% - 120px);
		left: 60px;
	}
		

	
}
/*------------------------------------------------------------
	全体地図
------------------------------------------------------------*/

#map-canvas {
	width: 100%;
	height: 60vw;
	margin-bottom: 15px;
}

@media only screen and (min-width: 813px) {
	
	
	#map-canvas {
		height: 350px;
		margin-bottom: 25px;
	}
	
}


/*------------------------------------------------------------
	各オフィスの詳細
------------------------------------------------------------*/

.office-box {
	border: 1px solid #ccc;
	padding: 20px 15px;
	margin-bottom: 30px;
	position: relative;
}

@media only screen and (min-width: 813px) {
	
	.office-box {
		padding: 25px;
	}
	
}

.office-box + h2 {
	margin-top: 60px;
}

@media only screen and (min-width: 813px) {
	
	.office-box + h2 {
		margin-top: 80px;
	}

}

.office-box + h3 {
	margin-top: 60px;
}

.office-box figure img.placeholder {
	border: 1px solid #ddd;
}

/*------------------------------------------------------------
	施設紹介：画像切替
------------------------------------------------------------*/

.img-holder {
	display: block;
	margin: 0 auto 16px;
}

.img-holder img {
	width: 100%;
}

.thumb-holder li {
	width: calc(94% / 3);
	margin-right: 3%;
	float: left;
}

.thumb-holder li:last-child {
	margin-right: 0;
}

.thumb-holder li img {
	cursor: pointer;
}

.thumb-holder li img:hover {
	opacity: 0.9;
}

.thumb-holder li img:active {
	opacity: 0.7;
}


@media only screen and (max-width: 812px) {
	
	.office-box figure {
		margin-bottom: 10px;
	}

}


table.office-hours {
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.8;
	border: 1px solid #CC9999;
	border-bottom: none;
}

table.office-hours th {
	display: block;
	background: #FFFAFF;
	width: 100%;
	color: #000;
	font-weight: 600;
	text-align: center;
	padding: 8px 10px;
	border-bottom: 1px solid #CC9999;
}

table.office-hours td {
	display: block;
	width: 100%;
	padding: 10px 12px;
	border-bottom: 1px solid #CC9999;
}

table.office-hours td a {
	text-decoration: underline;
}

@media only screen and (min-width: 813px) {
	
	table.office-hours {
		border-bottom: 1px solid #CC9999;
	}

	
	table.office-hours th {
		display: table-cell;
		vertical-align: middle;
		width: 100px;
		border-right: 1px solid #CC9999;
	}
	
	table.office-hours td {
		display: table-cell;
		width: calc(100% - 100px);
		padding: 12px 20px 10px;
	}
	
}

table.office-hours td p {
	margin-bottom: 5px!important;
}

table.office-hours td ul li {
	line-height: 1.8;
	margin-bottom: 3px;
	text-indent: -1em;
	padding-left: 1em;
}

table.office-hours td ul li:last-child {
	margin-bottom: 0;
}

a.button.square {
	width: 100%;
	margin-bottom: 15px;
}


/*------------------------------------------------------------
	ロケーションマップ
------------------------------------------------------------*/

.office-map {
	background: #8AB4F8;
	color: #fff;
	width: 100%;
	border: 10px solid #f1f1f1;
	text-align: center;
}

@media only screen and (min-width: 813px) {
	
	.office-map {
		border: 15px solid #f1f1f1;
	}

}

#other-office .one-third figure {
	margin-bottom: 8px;
}

@media only screen and (min-width: 813px) {

	#other-office .one-third figure img {
		transition:0.2s ease-in-out;
	}
	
	#other-office .one-third figure img:hover {
		opacity:0.85;
		box-shadow: 0px 2px 8px rgba(0,0,0,.3);
	}
	
}


#other-office .one-third p a {
	color: #000;
}

#other-office .one-third p a:hover {
	color: #C30D23;
}

