/*下層共通*/
/*--------------------------------------------------------------------------------*/
.entry-meta {
	font-size: 16px;
}

/*pege_title*/
/*--------------------------------------------------------------------------------*/
#page_title {
	background: url(../image/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 314px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}
.page-id-29 #page_title {
	background: url(../image/page_title_contact.jpg) no-repeat center center;
	background-size: cover;
}
.page-id-56 #page_title {
	background: url(../image/page_title_faq.jpg) no-repeat center center;
	background-size: cover;
}
.page-id-58 #page_title {
	background: url(../image/page_title_price.jpg) no-repeat center center;
	background-size: cover;
}
.category-news #page_title {
	background: url(../image/page_title_news.jpg) no-repeat center center;
	background-size: cover;
}
.category-topics #page_title {
	background: url(../image/page_title_topics.jpg) no-repeat center center;
	background-size: cover;
}
#page_title .in {
	height: 100px;
	width: 47%;
	background: linear-gradient(90deg, #4dd2ff, #008add);
	padding-left: calc(((100% - 1400px) / 2) + 200px);
	display: flex;
	align-items: center;
}
#page_title h2 {
	margin-bottom: 0;
}
#page_title .main {
	font-size: 34px;
	color: #fff;
	display: block;
	font-weight: 500;
}
#page_title .sub {
	font-size: 19px;
	color: #cef3ff;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}

/*top_menu*/
/*--------------------------------------------------------------------------------*/
.top_menu_bg {
	background: #cef3ff;
	padding: 44px 0;
	position: relative;
	margin-bottom: 90px;
}
.top_menu_bg:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: -10px;
	width: 1400px;
	height: 10px;
	background: linear-gradient(90deg, #4dd2ff, #008add);
	margin: 0 auto;
}
#top_menu01 .inner01 {
	padding: 0 2.8%;
}
#top_menu01 li {
	list-style-type: none;
	width: 22%;
}
#top_menu01 .btn01 {
	padding-top: 0;
}
#top_menu01 .btn01 a {
	max-width: 317px;
	flex-direction: column;
	justify-content: center;
	font-weight: 500;
}
#top_menu01 .btn01 .arr {
	border-width: 18px 9px 0 9px;
	border-color: #ffffff transparent transparent transparent;
	margin: 5px 0 0;
}
#top_menu01 .column2 {
	max-width: 680px;
	padding: 0;
}
#top_menu01 .column2 li {
	width: 47%;
}

/*subtitle*/
/*------------------------------------------------------------------------------*/
.title_sub .subtitle03_01 {
	margin-bottom: 60px;
}
.subtitle03_01 {
	font-size: 40px;
	margin-bottom: 50px;
	line-height: 1.3;
	position: relative;
	text-align: center;
	padding: 0 0 10px;
	color: #058cdf;
	font-weight: 500!important;
}
.subtitle03_01:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 38px;
	height: 3px;
	background: #a3cef1;
}
.subtitle03_01 .sub {
	display: block;
	font-size: 27px;
	color: #a3ccf1;
	padding-top: 10px;
	font-weight: 400;
}
.subtitle03_01.line_no:before {
	position: static;
	content: none;
}
.subtitle03_01.line_no .sub {
	font-size: 19px;
}
.subtitle03_02 {
	font-size: 27px;
	margin-bottom: 0.5em;
	line-height: 1.3;
	color: #058cdf;
	font-weight: 500;
	padding: 0;
}
.subtitle04_01,
.rental-car-spec .car-name,
.rental-vehicle-name {
	font-size: 29px;
	margin-bottom: 40px;
	background: url(../image/point01.png) no-repeat left center;
	color: #727272;
	border-bottom: 2px solid #058ddf;
	padding: 10px 0 10px 30px!important;
	line-height: 1.3;
	font-weight: 500!important;
}
.caption {
	color: #fff;
	background: linear-gradient(-90deg, #4dd2ff, #008add);
	padding: 10px 1%;
	margin-bottom: 3px;
	font-weight: 500;
	text-align: center;
	font-size: 20px;
}


/*table*/
/*------------------------------------------------------------------------------*/
.table01 {
	width: 100%;
	font-size: 20px;
	border: 1px solid #ddd;
	border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
}
.table01 th {
	padding: 10px 1%;
	border: 1px solid #eee;
	font-weight: 500;
	color: #008add;
	text-align: center;
}
.table01 td {
	padding: 10px 1%;
	border: 1px solid #eee;
	color: #727272;
	font-weight: 500;
	text-align: center;
}
.table02 {
	border: 1px solid #ddd;
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 700px;
}
.table02 th {
	padding: 15px 1% 15px 3%;
	border: 1px solid #ddd;
	font-weight: 400;
	background: #f2f2f2;
	text-align: left;
	width: 50%;
}
.table02 td {
	padding: 15px 1% 15px 3%;
	border: 1px solid #ddd;
	width: 50%;
}

/*about*/
/*------------------------------------------------------------------------------*/
.about_box01 {
	background: #cef3ff;
	padding: 50px 50px 60px;
	margin-top: 180px;
	margin-left: 180px;
}
.about_box01:after {
	content: '';
	display: block;
	clear: both;
}
.about_box01 .img_box {
	float: left;
	margin: -180px 60px 20px -250px;
	max-width: 80%;
}
.about_box01 .img_box img {
}
.about_box01 .txt_box {
}
.about_box01 .txt_box p {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 30px;
}
.about_box02 {
	display: flex;
	padding: 0 10% 0 5%;
}
.about_box02 .map_box {
	width: 39%;
}
.about_box02 .gmap {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.about_box02 .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_box02 .txt_box {
	width: 61%;
	font-size: 18px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	padding: 50px 30px 50px 85px;
	line-height: 2;
	display: flex;
	align-items: center;
	margin: 5vw 0;
}
.about_box03 p {
	display: flex;
	padding-bottom: 2px;
	border-bottom: 1px solid #eee;
	max-width: 1000px;
	margin: 0 auto 30px;
}
.about_box03 .title {
	width: 212px;
	background: #cef3ff;
	color: #058cdf;
	padding: 6px;
	font-weight: 500;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about_box03 .txt {
	flex: 1;
	font-size: 18px;
	padding: 6px 0 6px 30px;
	display: flex;
	align-items: center;
}

/*faq*/
/*------------------------------------------------------------------------------*/
.faq_box {
	max-width: 1100px;
	margin: 0 auto 50px;
}
.faq_box p {
	margin: 0;
}
.faq_box .question {
	background: #058edf;
	border-radius: 10px;
	color: #fff;
	position: relative;
	padding: 15px 20px 15px 85px;
	font-size: 20px;
}
.faq_box .question:before {
	position: absolute;
	content: 'Q';
	background: #cef3ff;
	left: 15px;
	top: -10px;
	font-size: 39px;
	width: 44px;
	height: 61px;
	color: #37bef5;
	border-radius: 0 0 10px 10px;
	font-weight: 700;
	text-align: center;
	line-height: 61px;
}
.faq_box .answer {
	font-size: 18px;
	position: relative;
	padding: 15px 20px 15px 85px;
}
.faq_box .answer:before {
	position: absolute;
	content: 'A';
	left: 15px;
	font-size: 39px;
	width: 44px;
	color: #ffb24d;
	font-weight: 700;
	text-align: center;
}

/*news*/
/*--------------------------------------------------------------------------------*/
#top_news .unit {
	max-width: 1140px;
	margin: 0 auto;
}
#top_news .box {
	display: flex;
	width: 48%;
	margin-bottom: 60px;
}
#top_news .img_box {
	width: 106px;
	margin-right: 20px;
}
#top_news .txt_box {
	flex: 1;
}
#top_news .date {
	margin-bottom: 5px;
	display: flex;
	line-height: 1;
}
#top_news .left {
	font-size: 22px;
	color: #a2a2a2;
}
#top_news .year {
	display: block;
	margin-bottom: 5px;
}
#top_news .day {
	font-size: 60px;
	color: #a2a2a2;
	margin: 0 10px;
}
#top_news .new {
	color: #fff;
	background: #ff4db2;
	padding: 0 10px;
	height: 21px;
	line-height: 21px;
	display: inline-block;
}
#top_news .txt {
	margin-bottom: 5px;
}

/*topics*/
/*--------------------------------------------------------------------------------*/
#top_topics .flex02 {
	margin-bottom: 10px;
	z-index: 2;
	position: relative;}
#top_topics .flex02 a {
	width: 22%;
	margin-bottom: 40px;
	margin-right: 4%;
}
#top_topics .flex02 a:nth-of-type(4n) {
	margin-right: 0;
}
#top_topics .txt {
	margin-top: 15px;
	display: block;
}

/*WP投稿関連*/
/*--------------------------------------------------------------------------------*/
.single-post .entry-title {
	background: linear-gradient(-90deg, #4dd2ff, #008add);
	padding: 0.5em;
	display: flex;
	align-items: center;
	color: #fff;
}
h2.widget-title {
	font-size: 20px;
	margin-bottom: 0.5em;
	background: linear-gradient(-90deg, #4dd2ff, #008add);
	padding: 0.5em;
	display: flex;
	align-items: center;
	color: #fff;
}
h2.widget-title .sub {
	text-transform: capitalize;
	margin-left: 0.5em;
}
.widget ul li {
	border-bottom: 1px solid #ddd;
	border-top: none;
	padding: 0.5em 0;
}
.widget ul li .sub {
	display: inline-block;
	color: #767676;
}

/*その他レンタカープラグイン*/
/*--------------------------------------------------------------------------------*/
.finder-result-title {
	display: none;
}
.rental-car-spec table {
	text-align: center;
	width: 100%;
	font-size: 20px;
	border: 1px solid #ddd;
	border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
}
.rental-car-spec table th {
	padding: 10px 1%;
	border: 1px solid #eee;
	font-weight: 500;
	color: #008add;
	background: #FFF;
}
.rental-car-spec table td {
	padding: 10px 1%;
	border: 1px solid #eee;
	color: #727272;
	font-weight: 500;
}

.rental-car-spec img {
	width: 100%;
	max-height: 500px;
	object-fit: contain;
}
.booking-link a {
	max-width: 400px;
	color: #fff;
	background-color: #058ddf!important;
	font-size: 18px;
	padding: 8px 10px 15px!important;
	border-radius: 35px!important;
	line-height: 1.2;
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	letter-spacing: 0.088em!important;
	position: relative;
	margin: 0 auto;
	border: none!important;
}
.mts-required {
	color: #ff0000;
}
textarea {
	border: 1px solid #bbb;
}
#rental-agreement-boock {
	display: flex;
	align-items: center;
}
.rental-action-row {
	text-align: right;
}
input[name="new_rental"],
input[name="check_form"] {
	background-color: #ff7e00;
}
input[name="booking_thanks"] {
	background-color: #767676;
}
input[name="reserve_payment"] {
	background-color: #ff0000;
}
#mts-postcode-button {
	background-color: #bbb;
	color: #fff;
}
