@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/* font-family: "Noto Sans JP", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* font-family: "Noto Serif JP", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* font-family: "Anton", serif; */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
	z-index: 10;
}
.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front_top_content, #front_bottom_content {
	position: relative;
	padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
	z-index: 10;
	background: #002E52;
}
#front-sectionPost .postlist li {
	border: none!important;

}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
}
.postlist .post_text:after {
	content: '';
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #CCCCCC 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 92%;
}
body:not(.home) #front_bottom_content {
	display: none;
}

#front-sectionPost {
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color: #fff !important;
	background: #E6002F;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 0;
}
.post .time a, .postlist .time a {
	font-weight: 400;
	color: #fff!important;
}

.post2b li .post2b_contents,
.post4b li .post4b_contents {
	opacity: 1;
	display: none;
}
.post2b_link,
.post4b_link {
	display: none;
}
.post2b h2,
.post2b h2 a,
.post4b h2,
.post4b h2 a {
	color: #fff!important;
}
.post2b img {
	max-height: unset;
	width: 100%;
	aspect-ratio: 3 / 2;
}
.post2b .time,
.post4b .time {
	display: block;
	background: #E6002F;
}
.post2b .time a,
.post4b .time a {
	color: #fff;
}

.post_link a {
	color: #1D2088!important;
}
.postlist .date {
	color: #fff;
}
.postlist .ttls a {
	color: #fff;
}
.post_link {
	border-bottom: none;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	background: #002E52;
	color: #fff:
}

body p {
	color: #fff;
	line-height: 2;
}
.post p {
	color: #fff;
}

#breadcrumb ul li,
#breadcrumb ul li a {
	color: #fff;
}

body:not(.home) #wrapper {
	width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
	width: 94%;
	max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
	width: 94%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
header#h1Header {
	background: #fff;
}
#thumbImg::before, header#h1Header::before {
	background: #000000;
	opacity: 0;
}
header#h1Header h1.title {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color: #fff;
}
header#h1Header h1.title::first-letter {
	color: #fff;
}
#header,
.sticky-header #header > .inner {
	background: #002E52;
}
#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
	background: #000000;
}
#header .logo img {
	width: 100%;
	max-width: 220px;
	height: auto;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	font-family: "Noto Serif JP", serif;
	background: #000000;
	color: #fff;
	width: 100%;
	max-width: 250px;
	flex-direction: unset;
}
#header a.head_btn.mail_btn {
	font-family: "Noto Serif JP", serif;
	background: #E6002F;
	color: #fff;
	width: 100%;
	max-width: 200px;
	flex-direction: unset;
	flex-wrap: wrap;
}

nav#mainNav ul li a {
	font-family: "Noto Serif JP", serif;
	color: #fff;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a:hover {
	background: #002E52;
}
nav#mainNav ul li a b {
	font-weight: 400;
	color: #fff;
}
nav#mainNav ul li a:hover b {
	color: #fff;
}
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-item a:hover {
	background: #002E52;
}
nav#mainNav ul li.current-menu-item a b {
	color: #fff;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #fff;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #fff;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #002E52;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #E6002F;
}
.spmenu #menu p {
	color: #E6002F;
	white-space: nowrap;
}

a#scrollUp {
	background: #E6002F;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #000;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #fff;
}
#footer .footnav ul {
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}

.inner {
	width: 94%;
	max-width: 1400px;
	margin-inline: auto;
}

h1.title {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem80);
	letter-spacing: .01em;
	color: #fff;
	line-height: 1.6;
	font-weight: 400;
	display: block;
	text-align: left;
	margin-inline: 0;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title::first-letter {
	color: #E6002F;
}
h1.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: left;
	line-height: 1;
	font-size: var(--rem30);
	color: #fff;
	position: relative;
}
h1.title .ja::before {
	content: '';
	display: block;
	background: #fff;
	width: 70px;
	height: 1px;
}

body.home h1.title {
	font-family: "Anton", serif;
}
body.home h1.title::first-letter {
	color: #E6002F;
}

.post h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #fff;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}
.post h2.title {
	font-weight: 700;
	color: #fff;
	position: relative;
	text-align: center;
	margin: 0!important;
	margin-bottom: 30px!important;
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: left;
}
.post h2.title::before {
	content: '';
	display: block;
	background: #fff;
	width: 70px;
	height: 1px;
}

.post h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #fff;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color: #fff;
}

.post h4::before {
	background: #fff;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Anton", serif;
	font-weight: 400;
	background: unset;
	border: none;
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	padding: 0;
	color: #C5A844;
	margin: 0;
	margin-top: 40px;
}
.linkBtn::before {
	content: '';
	display: block;
	background: #C5A844;
	width: 70px;
	height: 1px;
}
.linkBtn::after {
	display: none!important;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: unset;
	color: #C5A844;
	opacity: .7;
}

.cta .wrap {
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 120px;
}
.cta .left,
.cta .right {
	width: fit-content;
}
.cta h1 {
	font-family: "Anton", serif;
	margin: 0;
}
.cta h1 .ja {
	font-family: "Noto Serif JP", serif;
}
.cta .ctaLink {
	font-family: "Anton", serif;
	width: 500px;
	display: block;
	border: solid 4px #C5A844;
	text-align: center;
	padding: 30px;
	color: #C5A844;
	font-size: 26px;
	font-weight: 400;
}
.cta .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	padding: 20px 0;
	text-align: center;
}
.cta .qrBox p {
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}
.cta .qrBox img {
	display: inline-block;
	width: 60px;
}

#glt-translate-trigger {
	bottom: 70px;
}

/*-----------------------------
Top
------------------------------*/
.top_about {
	padding-top: 120px;
}
.top_about .flex {
	display: flex;
	justify-content: space-between;
}
.top_about .copy {
	width: 45%;
}
.top_about .text {
	width: 50%;
}
.top_about h2 {
	text-align: left;
}

.top_service .inner {
	position: relative;
	z-index: 1;
	padding: 120px 0;
}
.top_service .inner::after {
	content: '';
	display: inline-block;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 58%;
	z-index: -1;
}
.top_service ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	column-gap: 35px;
	width: 94%;
	margin-left: auto;
}
.top_service .image {
	margin-bottom: 20px;
}
.top_service .image img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	width: 100%;
}
.top_service h3 {
	text-align: center;
	color: #fff;
}
.top_service .linkBtn {
	width: auto;
	justify-content: center;
}

.top_strength .inner {
	position: relative;
	z-index: 1;
	padding: 120px 0;
}
.top_strength .inner::after {
	content: '';
	display: inline-block;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100vw;
	height: 58%;
	z-index: -1;
}
.top_strength ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 35px;
	width: 94%;
	margin-right: auto;
}
.top_strength .image {
	margin-bottom: 20px;
}
.top_strength .image img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}
.top_strength h3 {
	text-align: center;
	color: #fff;
}
.top_strength p {
	color: #fff;
}

@media print, screen and (max-width: 768px) {
	.top_about {
		padding-top: 70px;
	}
	.top_about .flex {
		flex-direction: column;
		gap: 30px;
	}
	.top_about .copy {
		width: 90%;
		max-width: 200px;
		margin-inline: auto;
	}
	.top_about .text {
		width: 100%;
	}
	.top_about h2 {
		text-align: center;
	}

	.top_service .inner {
		padding: 70px 0;
	}
	.top_service .inner::after {
		height: 70%;
		width: 100%;
	}
	.top_service ul {
		grid-template-columns: repeat(1,1fr);
		gap: 45px;
		width: 90%;
		margin-inline: auto;
	}
	.top_service .linkBtn {
		margin-top: 20px;
	}

	.top_strength .inner {
		padding: 70px 0;
	}
	.top_strength .inner::after {
		height: 85%;
		width: 100%;
	}
	.top_strength ul {
		grid-template-columns: repeat(1,1fr);
		gap: 45px;
		width: 90%;
		margin-inline: auto;
	}
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 {
	padding-top: 80px;
}
.company.sec01 .flex {
	background: #000;
	padding: 60px 40px;
	display: flex;
	justify-content: space-between;
}
.company.sec01 .image {
	width: 48%;
	margin-top: -100px;
}
.company.sec01 .text {
	width: 48%;
}
.company.sec01 .text p {
	color: #fff;
}

.company.sec02 {
	padding-top: 120px;
}
.company.sec02 table,
.company.sec02 th,
.company.sec02 td {
	border: none!important;
	color: #fff!important;
	background: unset!important;
}
.company.sec02 td small {
	font-size: 12px;
}
.company.sec02 tr {
	border-bottom: 1px solid #fff;
}
.company.sec02 iframe {
	width: 100%;
	height: 350px;
}

@media print, screen and (max-width: 768px) {
	.company.sec01 {
		padding-top: 40px;
	}
	.company.sec01 .flex {
		padding: 40px 25px;
		flex-direction: column;
		gap: 30px;
	}
	.company.sec01 .image {
		width: 100%;
		margin-inline: auto;
		margin-top: -60px;
	}
	.company.sec01 .text {
		width: 100%;
	}

	.company.sec02 {
		padding-top: 70px;
	}
}

/*-----------------------------
自動車事業・レンタカー事業
------------------------------*/
.service.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.service.sec01 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service.sec01 .image {
	width: 40%;
}
.service.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.service.sec01 .text {
	width: 55%;
}
.service.sec01 p {
	color: #fff;
}

@media print, screen and (max-width: 768px) {
	.service.sec01 ul {
		gap: 50px;
	}
	.service.sec01 li {
		flex-direction: column;
		gap: 30px;
	}
	.service.sec01 .image {
		width: 100%;
	}
	.service.sec01 .text {
		width: 100%;
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
	margin-inline: auto;
}
.post .subimitarea .linkBtn::after,
.post .subimitarea .linkBtn::before {
	display: none!important;
}
body.page-contact .post table th {
	background: #000000!important;
	color: #fff!important;
}
body.page-contact .post table td {
	color: #fff!important;
}
.wpcf7-form .must {
	background: #f9f9f9!important;
	color: #000000!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	padding: 20px;
	background: #000000!important;
	width: 300px;
}

body.page-thanks .linkBtn {
	margin-inline: auto;
}

/*-----------------------------
プライバシーポリシー
------------------------------*/
#privacy h3,
#privacy ul li {
	color: #fff;
}

/*-----------------------------
サイトマップ
------------------------------*/
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
	color: #fff;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}

	.mobile #header {
		background: #535353;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
		background: #002E52;
	}
	nav#mainNav ul li a:hover {
		background: #002E52!important;
	}
	nav#mainNav ul li a span {
		display: none;
	}
}

@media screen and (min-width: 769px){   
	.dsp_hp { display:block; }
	.dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
	.dsp_hp { display:none; }
	.dsp_smt { display:block; }

	h1.title .ja {
		font-size: var(--rem24);
	}
	h1.title .ja::before {
		width: 35px;
	}

	.post h2.title::before {
		width: 35px;
	}

	.linkBtn::before {
		width: 35px;
	}

	.cta .wrap {
		padding: 40px 5%;
		gap: 30px;
	}
	.cta .right {
		width: 100%;
	}
	.cta .ctaLink {
		width: 100%;
		max-width: 300px;
		padding: 14px;
		font-size: 22px;
		margin-inline: auto;
	}

	#mainImg img {
		aspect-ratio: 3 / 2;
		object-fit: cover;
		object-position: left;
	}
}

@media print, screen and (max-width: 640px) {
	.postlist .post_text:after {
		width: calc(100%);
	}
}