@charset "utf-8";

/* =========================================================
   24時間対応可能レンタカーページ
========================================================= */

/*
 * このスタイルシートについて
 * 24時間・早朝・深夜対応可能なレンタカー会社ページの[PC]スタイルシートです
 */



/* ラッパー
--------------------------- */
.hours24-wrapper {
		position: relative;
		margin: 0 auto;
		/* width: 980px; */
}


/* メインビジュアル
--------------------------- */
.hours24-mainvisual{
    position: relative;
    background: url(/car/service/24hours/images/bnr-main.jpg) no-repeat;
    height: 500px;
    margin-bottom: 40px;
}

.\--isTc-hours24-mainvisual{
    background: url(/car/service/24hours/images/bnr-main_tc.jpg) no-repeat;
}

.\--isEn-hours24-mainvisual {
    background: url(/car/service/24hours/images/bnr-main_en.jpg) no-repeat;
}

.\--isKr-hours24-mainvisual{
    background: url(/car/service/24hours/images/bnr-main_kr.jpg) no-repeat;
}

.hours24-mainvisual h1 .heading1{
	position: absolute;
	top: 200px;
	left: 395px;
	display: block;
	text-shadow: 0 0 0.5em rgba(0,0,0,1);
	font-weight: bold;
	font-size: 80px;
	color: #fff034;
}

.hours24-mainvisual h1 .\--isEn-heading1 {
	position: absolute;
	top: 270px;
    left: 284px;
	font-size: 41px;
}

.hours24-mainvisual h1 .\--isKr-heading1 {
	position: absolute;
    left: 391px;
    font-size: 65px;
    top: 195px;
}


.hours24-mainvisual h1 .heading1 .heading1-box{
	position: relative;
	left: -0.35em;
	letter-spacing: -0.7em;
	color:white;

}

.hours24-mainvisual h1 .heading1 .\--isTc-heading1-box {
	font-size:38px;
	color:white;
	vertical-align : middle;
}

.hours24-mainvisual h1 .heading1 .\--isKr-heading1-box {
	margin: 0 15px 0 30px;
    letter-spacing: 1px;
	font-size: 28px;
}

.hours24-mainvisual h1 .heading1 .\--isEn-heading1-box {
	font-size: 28px;
}

.hours24-mainvisual h1 .\--isTc-span1 {
	position:absolute;
	top: 103px;
    left: 279px;
    font-size: 21px;
	color: #fff;
	text-shadow: 0 0 0.5em rgba(0,0,0,1);
	letter-spacing: 0.5em;
	font-weight: 700;
}

.hours24-mainvisual h1 .\--isEn-span1 {
	position:absolute;
	top: 112px;
    left: 117px;
    font-size: 25px;
	color: #fff;
	text-shadow: 0 0 0.5em rgba(0,0,0,1);
}

.hours24-mainvisual h1 .heading2{
	position: absolute;
	top: 270px;
	left: 415px;
	display: block;
	text-shadow: 0 0 0.5em rgba(0,0,0,1);
	letter-spacing: 0.5em;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
}

.hours24-mainvisual h1 .\--isTc-heading2 {
	position: absolute;
	top: 160px;
	left: 400px;
	color: #fff;
}

.hours24-mainvisual h1 .\--isEn-heading2 {
	position: absolute;
	top: 183px;
	left: 256px;
	color: #fff034;
	font-size:33px;
	letter-spacing: unset;
}

.hours24-mainvisual h1 .\--isKr-heading2 {
	position: absolute;
	top: 111px;
	left: 233px;
	font-size:16px;
	letter-spacing: 0.3em;
}

.hours24-mainvisual h1 .\--isKr-heading12 {
	position: absolute;
    top: 259px;
    left: 500px;
    letter-spacing: unset;
}

.hours24-mainvisual h1 .heading3{
	position: absolute;
	top: 325px;
	left: 250px;
	display: block;
	text-shadow: 0 0 0.5em rgba(0,0,0,1);
	letter-spacing: 0.15em;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
}

.hours24-mainvisual h1 .\--isTc-heading3 {
	position: absolute;
	top: 299px;
	left: 395px;
	font-size: 39px;
}

.hours24-mainvisual h1 .\--isEn-heading3 {
	top: 223px;
    left: 412px;
	font-size: 30px;
	letter-spacing: unset;
}

.hours24-mainvisual h1 .\--isKr-heading3 {
	position: absolute;
    top: 310px;
    left: 381px;
    font-size: 41px;
}

.hours24-mainvisual h1 .heading3 .mark1{
	color: #fff034;
}

.hours24-mainvisual h1 .\--isEn-heading3 .mark1 {
	color: white;
}

.hours24-mainvisual__off-hours{
	padding: 20px;
	margin: 20px 0;
	text-align: center;
	border: solid 8px #ff2615;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
}


/* 見出し1 */
.hours24-contentBox__heading {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(/car/service/24hours/images/pattern.png);
    padding: 12px 0 12px 20px;
    margin-bottom: 30px;
}

.hours24-contentBox__heading::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/car/service/24hours/images/ico64x44_sun_moon.png) no-repeat;
    width: 64px;
    height: 44px;
}

/* レンタカーを利用する際に困ったこと
--------------------------- */
.hours24-About{
	margin: 0 0 45px;
}
.hours24-About .txt-komatta p{
	padding: 10px 0 35px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #1a2f66;
}
.hours24-About .case-list{
	padding: 0 0 45px;
}
.hours24-About .case-list ul{
	display: flex;
	justify-content: space-between;

	width: 940px;
	margin: 0 auto;
}
.hours24-About .case-list ul li{
	display: flex;

	position: relative;
	flex-direction: column;
	width: 300px;
}
.hours24-About .case-list ul li .sheading{
	position: absolute;
	top: 0;
	z-index: 2;
}
.hours24-About .case-list ul li p{
	display: flex;
	align-items: center;

	position: relative;
	top: 23px;
	z-index: 1;

	width: 100%;
	height: 140px;
	margin: 0 auto;
	padding: 10px 0 0;
	background: #efeded;
}
.hours24-About .case-list ul li p .case-list-box{
	width: 100%;
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
	color: #000;
}
.hours24-About .case-list ul li p .case-list-box .mark1,
.txt-about .mark1,
.hours24-Search .mark1{
	background: linear-gradient(transparent 60%, #f4ec92 60%);
	font-weight: bold;
}
.hours24-About .txt-about{
	line-height: 1.6;
}

/* 24時間・早期・深夜営業店舗を探す
--------------------------- */
.hours24-Search .txt-search p{
	line-height: 1.6;
}

.hours24-Search .shop-list{
	padding: 32px 20px 25px;
}
.hours24-Search .shop-list h3{
	margin: 0 0 20px;
	padding: 3px 0 3px 12px;
	border-left: solid 5px #5368a0;
	border-bottom: solid 3px #5368a0;
	font-weight: bold;
	font-size: 18px;
	color: #333;
}
.hours24-Search .shop-list p{
	line-height: 1.6;
}

/* 各エリアリスト
--------------------------- */
.hours24-Search .area-list{
	padding: 0 20px 20px;
}
.hours24-Search .area-list .icon-area{
	display: inline-block;
	margin: 0 0 12px;
	padding: 7px 30px 4px 15px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 16px;
	background: #cfd8f1 url(/car/service/24hours/images/bg_area.png) no-repeat 100% 0;
}
.hours24-Search .area-list .icon-area h4{
	line-height: 1.2;
}
.hours24-Search .area-list .icon-pref{
	display: block;
	margin: 0 0 15px;
	padding: 5px 0 5px 15px;
	font-weight: bold;
	font-size: 16px;
	background: url(/car/service/24hours/images/icon-arr.png) no-repeat 0 45%;
}

.hours24-Search .area-list .\--isKr-iconpref{
	font-size: 15px;
}

.hours24-Search .shop-list-detail{
	padding: 0 0 50px;
}
.hours24-Search .shop-list-detail ul{
	display: flex;
}
.hours24-Search .shop-list-detail ul li{
	width: calc(226px - 1px - 1px);
	margin: 0 12px 0 0;
	border: solid 1px #ccc;
}

.hours24-Search .shop-list-detail ul li.\--isEn-shopname {
	height: 340px;
    position: relative;
}

.hours24-Search .shop-list-detail ul li.\--isKr-shopname {
	height: 319px;
    position: relative;
	width: 80%;
}

.hours24-Search .shop-list-detail ul li .shop-name a{
	display: block;
	text-decoration: none;
	padding: 8px 12px;
	font-weight: bold;
	color: #fff;
	background: #003894;
}

.hours24-Search .shop-list-detail ul .\--isEn-shopname .shop-name a{
	height:68px;
}

.hours24-Search .shop-list-detail ul .\--isKr-shopname .shop-name a{
	height:63px;
}

.hours24-Search .shop-list-detail ul li.\--isEn-shopname a.\--isEn-a {
	position: absolute;
	top: 275px;
	width: 185px;
    padding: 10px 10px 10px 9px;
}

.hours24-Search .shop-list-detail ul li.\--isKr-shopname a.\--isKr-a {
	position: absolute;
    top: 252px;
	width: 80%;
}
.hours24-Search .shop-list-detail ul li .shop-name .shop-name-sub{
	display: block;
	padding: 8px 0 0;
	font-size: 18px;
}
.hours24-Search .shop-list-detail ul li .shop-list-detail-box{
	padding: 20px 9px 10px;
}
.hours24-Search .shop-list-detail ul li .tbl-box{
	height: 135px;
}
.hours24-Search .shop-list-detail ul li .shop-list-detail-box table{
	width: 100%;
}
.hours24-Search .shop-list-detail ul li .shop-list-detail-box table th{
	width: 58px;
	padding: 4px 18px 0 0;
}
.hours24-Search .shop-list-detail ul li .shop-list-detail-box table th span{
	display: block;
	padding: 3px 0;
	text-align: center;
	vertical-align: top;
	border: solid 1px #ddd;
	font-weight: bold;
	background: #eee;
}

.hours24-Search .shop-list-detail ul li .shop-list-detail-box table .\--isTc-th span{
	margin-bottom: 30px;
}

.hours24-Search .shop-list-detail ul li .shop-list-detail-box table td{
	width: 88px;
	padding: 0 0 20px;
	vertical-align: top;
	letter-spacing: -0.05em;
	line-height: 1.6;
}
.hours24-Search .shop-list-detail ul li .shop-list-detail-box table td.nopadding{
	padding:0;
}
.hours24-Search .btn-details a{
    display: block;
    padding: 0.75em 1em;
	text-align: center;
    text-decoration: none;
	font-weight: bold;
    background: #f27b11 url(/car/service/24hours/images/icon-btn-details.png) no-repeat 95% 50%;
    color: #FFF;
    border-bottom: solid 4px #d8670b;
    border-radius: 3px;
}
.hours24-Search .btn-details a:hover {
    text-decoration: none;
    position: relative;
    top: -1px;
    -webkit-box-shadow: #d8670b 0 2px 0, #f27b11 0 4px 10px;
    box-shadow: #d8670b 0 2px 0, #f27b11 0 4px 10px;
}


/* 早朝・深夜に対応可能なレンタカー会社
--------------------------- */
.hours24-Search .soucho-shinya h3,.hours24-About h3{
	margin: 0 0 25px;
	padding: 3px 0 3px 12px;
	border-left: solid 5px #5368a0;
	border-bottom: solid 3px #5368a0;
	font-weight: bold;
	font-size: 18px;
	color: #333;
}
.hours24-Search .soucho-shinya{
	padding: 0 0 20px;
}
.hours24-Search .soucho-shinya p{
	padding: 0 0 20px;
	line-height: 1.6;
}


/* その他のエリア
--------------------------- */
.hours24-Search .area-other .tbl{
	padding: 0 0 10px;
}
.hours24-Search .area-other .tbl table{
	font-size: 14px;
}
.hours24-Search .area-other .tbl table th{
	width: 76px;
	padding: 0 0 0 0;
	text-align: left;
}
.hours24-Search .area-other .tbl table th .icon-pref{
	padding-bottom: 3px;
}


.hours24-Search .area-other .tbl table td{
	padding: 0 30px 0 0;
}

.hours24-Search .area-other .tbl table .\--isKr-tr td{
	padding: 0 30px;
}

.hours24-Search .area-other .tbl table .\--isEn-tr td{
	padding: 0 30px 0 12px;
}

.hours24-Search .area-other .tbl table .\--isEn-Kansai td{
	padding: 0 20px 0 26px;
}



/* STEP
--------------------------- */
.hours24-Use{
	padding: 0 0 20px;
}
.hours24-Use .use-list{
	background: url(/car/service/24hours/images/bg_step.png) repeat-y 0 0;
}
.hours24-Use .use-list .use-list-box{
	display: flex;
	justify-content: space-between;

	width: 960px;
	padding: 0 0 55px;
}
.hours24-Use .use-list .use-list-box:last-child{
	background: #fff;
}
.hours24-Use .use-list .use-list-box .txt{
	width: 122px;
}
.hours24-Use .use-list .use-list-box .txt{
	width: 825px;
}
.hours24-Use .use-list .use-list-box .txt-box p{
	line-height: 1.6;
}
.hours24-Use .use-list .use-list-box .step-icon{
	width: 133px;
}
.hours24-Use .use-list .use-list-box .img_step{
	padding: 40px 0 0;
}
.hours24-Use .use-list .use-list-box .img_step img{
	border: solid 4px #efeded;
}


/* Q&A
--------------------------- */
.pl-qa {
    width: 920px;
    margin: 0 auto;
}

.pl-contentBox__lead {
    margin-bottom: 44px;
	line-height: 1.6;
}

.pl-qa__title {
	padding: 12px 0 18px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #013893;
    line-height: 1.6;
    padding-left: 55px;
}

.pl-contentBox.\--isEn .pl-qa__title {
    font-size: 16px;
}

.pl-qa__title::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-block;
    background: url(/car/service/studless/images/ico_question.png) no-repeat;
    width: 40px;
    height: 40px;
}

.pl-qa__title::after {
    content: "";
    display: inline-block;
    background: url(/car/service/studless/images/ui_border.png) no-repeat bottom;
    width: 920px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -460px;
}

.pl-qa__content {
    position: relative;
    padding: 0 0 0 55px;
    margin: 22px 0 27px;
    line-height: 1.6;
}

.pl-qa__content::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-block;
    background: url(/car/service/studless/images/ico_answer.png) no-repeat;
    width: 40px;
    height: 40px;
}

.pl-qa__content p {
    margin-bottom: 1em;
}

.problem-box {
		bottom: -5px;
		height: 290px;
		left: -13px;
		margin: 45px auto 0;
		position: relative;
		width: 706px;
}

.point-titarea {
		background: url(/car/service/24hours/images/obi.png) no-repeat;
		color: #000;
		display: flex;
		flex-direction: column;
		font-family: "游ゴシック";
		height: 122px;
		margin: 0 auto;
		position: relative;
		width: 712px;
		z-index: 1;
}
.point-titarea__txt {
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		margin-top: 24px;
		text-align: center;
}
.point-titarea__tit {
		font-size: 33px;
		font-weight: bold;
		line-height: 1;
		margin-top: 8px;
		text-align: center;
}
.point-list {
		box-sizing: border-box;
		display: flex;
		font-family: "游ゴシック";
		justify-content: space-between;
		margin: 42px auto 0;
		padding: 0 20px;
		position: relative;
		width: 100%;
}
.point-list::before {
		background-color: #e2f0ff;
		content: "";
		height: 407px;
		left: 0;
		position: absolute;
		top: -111px;
		width: 100%;
}
.point-list__item {
		align-items: center;
		display: flex;
		flex-direction: column;
		position: relative;
		width: 300px;
		z-index: 0;
}
.point-list__item::before {
		background-color: #fff;
		content: "";
		height: 230px;
		left: 0;
		position: absolute;
		top: 23px;
		width: 300px;
		z-index: -1;
}
.point-list__icon {
		align-items: center;
		background-color: #003392;
		border-radius: 22.5px;
		color: #fff;
		display: flex;
		font-size: 24px;
		font-weight: bold;
		height: 45px;
		justify-content: center;
		width: 190px;
}
.point-list__txt {
		color: #000;
		font-size: 22px;
		font-weight: bold;
		line-height: 30px;
		margin-top: 12px;
}
.point-list__link {
		font-size: 20px;
		position: absolute;
		right: 45px;
		text-decoration: underline !important;
		top: 95px;
}
.point-list__item:first-child .point-list__imgarea--img {
		margin: 7px 0 0 29px;
}
.point-list__item:nth-child(2) .point-list__imgarea--img {
		margin: 27px 0 0 0;
}
.point-list__item:nth-child(3) .point-list__imgarea--img {
		margin: 6px 0 0 0;
}

.legacySearch__area {
	bottom: 0;
	display: block;
	left: 0;
	margin-top: 18px;
	position: relative;
	transform: none;
	z-index: 5;
}
.legacySearch__area--inner {
	margin: 0 auto;
}
.breadcrumb li a {
		align-content: center;
		color: #2068B7;
		display: inline-block;
		height: inherit;
		padding: 0;
		position: relative;
}
.breadcrumb li a::before, .breadcrumb li a::after {
		content: none;
}
.legacySearch__area--block {
	border-bottom: 1px solid #D5D5D5;
}
.legacySearch__area--fromTime {
	border-left: 1px solid #D5D5D5;
}
.legacySearch__area .legacySearch--datepicker > span {
	font-size: 11px;
}
#tbrcar_container {
	width: 100%;
}
.hours24-mainvisual {
	margin: 0 auto;
	width: 980px;
}
.hours24-content {
	margin: 50px auto 50px auto;
	width: 980px;
}

/* new-mv */
.hours24-mainvisual__box {
	margin: 0 auto;
	height: 400px;
	position: relative;
	width: 980px;
}
.hours24-mainvisual__head,
.hours24-mainvisual__bottom {
		font-family: HiraKakuPro-W6,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック",osaka,Arial,Helvetica,Verdana,sans-serif;
		background-image: url(/car/service/24hours/images/bnr-main-24.jpg);
		background-repeat: no-repeat;
		display: inline-block;
		height: 250px;
		position: relative;
		text-decoration: none;
		transition: opacity .5s ease;
		width: 100%;
}
.hours24-mainvisual__bottom {
		background-image: url(/car/service/24hours/images/bnr-main-shinya.jpg);
		border-top: 5px solid #fff;
}
.hours24-mainvisual__head:hover,
.hours24-mainvisual__bottom:hover {
		opacity: .5;
}
.hours24-mainvisual__title {
		line-height: 1;
		font-size: 75.92px;
		color: #fff034;
		font-weight: bold;
		position: absolute;
		left: 428px;
		text-shadow: 0 0 8px #424242;
		top: 85px;
}
.hours24-mainvisual__title .number {
		font-size: 85.77px;
		position: relative;
		top: 4px;
		left: -8px;
}
.hours24-mainvisual__txt {
		position: absolute;
		left: 415px;
    top: 171px;
		position: relative;
}
.hours24-mainvisual__bottom .hours24-mainvisual__title {
		font-size: 64.69px;
		left: 415px;
    top: 111px;
}
.hours24-mainvisual__bottom .hours24-mainvisual__title .heading1-box {
		font-size: 40.65px;
		margin-left: -1px;
		position: relative;
		top: -11px;
}
.hours24-mainvisual__bottom .hours24-mainvisual__txt {
		top: 175px;
}
