@charset "UTF-8";

section.page-in-content h4 {
	letter-spacing: 0.2em;
}

.top-box {
	margin: 0 5% 30px;
}
.top-box p {
	font-size: 15px;
}

h3.post-title .post-title-inner {
	text-align: center;
}
.top-catch-img-box {
	text-align: center;
	font-size: 0;
}
.top-chatch-img-block {
	display: inline-block;
	width: 31.333%;
	max-width: 120px;
	margin: 10px 1%;
	text-align: center;
}

.top-catch-img {
	margin: 0 0 5px;
}
.top-catch-img img {
	display: inline-block;
	width: 100%;
}
.top_catch_text {
	font-size: 14px;
}
.top_catch_text p {
	font-size: 14px;
}
.more-link-box {
	text-align: center;
}
.more-link-box a {
	display: inline-block;
	width: 80%;
	margin: 5px 10%;
	padding: 10px 0;
	text-align: center;
	position: relative;
	color: #2023ac;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #2023ac;
	border-bottom: 4px solid #2023ac;
	font-size: 16px;
}
.more-link-box a::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 4px #2023ac;
	border-right: solid 4px #2023ac;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
}
.reserve-btn-box {
	margin-bottom: 0;
}
/* 予約～返却までの流れ */
.top-box-step h3.post-title {
	display: block;
	margin: 0;
	border: none;
	border-top: 1px solid #2023ac;
	text-align :left;
}
.top-box-step h3.post-title .post-title-inner {
	text-align: left;
	margin: 0 2%;
}
.top-box-step .page-in-content {
	font-size: 0;
	margin: 0 2%;
}
.top-box-step .contents-img-block {
	display: inline-block;
	width: 100px;
	margin: 0 10px 0 0;
	vertical-align: top;
}
.top-box-step .contents-text-block {
	display: inline-block;
	width: calc( 100% - 110px );
	vertical-align: top;
}
.top-box-step .center-block,
.top-box-step .post-pc-tel,
.top-box-step table {
	display: none;
}
.top-box-step .contents-img-block-2retsu ul li {
	display: inline-block;
	width: 99%;
	vertical-align: top;
	font-size: 0;
	border-top: 1px solid #2023ae;
	padding-top: 7px;
}
.top-box-step .contents-li-left,
.top-box-step .contents-li-right {
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
}
.top-box-step .contents-li-left {
	width: 100px;
	margin-right: 10px;
}
.top-box-step .contents-li-right {
	width: calc( 100% - 110px );
}
.top-box-step .contents-li-right-midashi {
	font-size: 18px;
	color: #2023ae;
}
/* 車種と料金 */
.top-box-price .article {
	margin: 0 0 30px;
	border-top: 1px solid #2023ae;
}
.top-box-price h4 {
	font-size: 18px;
	color: #111;
	font-weight: bold;
}
.car-img-box {
	text-align: center;
	font-size: 0;
}
.car-img {
	display: inline-block;
	width: 48%;
	margin: 5px 1%;
}
.car-img img {
	width: 100%;
}
.top-box-price table {
	width: 100%;
	margin: 0 0 20px;
}
.top-box-price th,
.top-box-price td {
	border: 1px solid #b3b3b4;
	text-align: center;
}
.top-box-price th {
	background: #ededed;
	color: #595757;
}
.top-box-price ul.car-pr-icon {
	list-style: none;
	font-size: 0;
	margin: 5px 0
}
.top-box-price ul.car-pr-icon li {
	display: inline-block;
	padding: 2px 5px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px; 
	margin: 0 2px;
}
.top-box-price .price-table th {
	padding: 2px 10px;
}
/* よくあるご質問 */
section.qa {
	background: none;
	padding: 0;
}

p.qa_p {
	margin: 0 5% 10px;
}
dl.qa-dl {
	width: auto;
	background: none;
	margin: 0 5% 15px;
	padding: 0;
	padding-bottom: 10px;
	border-top: 1px solid #2023ad;
}

dt.qa-dt {
	border: none;
	padding: 5px 5px 0;
	margin: 10px 0;
	font-size: 0;
}

dt.qa-dt .question {
	font-size: 18px;
	font-weight: bold;
	color: #b8002c;
	line-height: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #b3b3b4;
}

dd.qa-dd {
	font-size: 0;
	margin: 10px 5px;
}

dd.qa-dd .answer {
	font-size: 15px;
}
dd.qa-dd p {
	display: inline-block;
}

dl.qa-dl .q-img {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	vertical-align: top;
}

dt.qa-dt .question,
dd.qa-dd .answer {
	display: inline-block;
	width: calc( 100% - 25px );
	vertical-align: top;
}

.voice-box {
	margin-bottom: 40px;
}
/* 店舗情報・アクセス */
.top-box-access .contents-img-left,
.top-box-access .contents-img-right {
	display: block;
	text-align: center;
}
.top-box-access .contents-img-left img,
.top-box-access .contents-img-right img {
	max-width: 240px;
}
.top-box-access img.access-logo {
	display: none;
}
.top-box-access table {
	width: 94% !important;
	border: none;
}
.top-box-access th,
.top-box-access td {
	border: none;
	padding: 5px;
}
.top-box-access th {
	background: #ededed;
	text-align: left;
	color: #727171;
	font-size: 13px;
}
.top-box-access section.page-layout-section table th p, 
section.page-in-content table th p {
	margin: 0;
	line-height: 1.5em;
	font-size: 13px;
}
.top-box-access section.page-layout-section table td p, 
section.page-in-content table td p {
	margin: 0;
	line-height: 1.5em;
}

@media screen and (min-width: 769px) {
	/* PC */
	.top-box {
		margin: 0 0 30px;
	}
	h2.page-title {
		margin: 0 0 15px;
		padding: 5px 0 0;
	}
	h2.page-title .h2-text {
		font-size: 32px;
	}
	h2.page-title .page-title-inner {
		padding: 0 0 5px;
	}
	h2.page-title-sagyo {
		margin: 0 2.5% 10px;
		text-align: left;
	}
	.top-catch-img-box,
	.top_catch_main {
		width: 85%;
    margin: 0 auto;
	}

	.top-chatch-img-block {
		max-width: 330px;
		font-size: 0;
	}

	.top-catch-img {
		display: inline-block;
		width: 80px;
		margin: 0 10px 5px 0;
	}

	.top_catch_text {
		display: inline-block;
		width: calc( 100% - 90px );
		font-size: 16px;
		text-align: left;
		vertical-align: top;
		margin-top: 20px;
	}
	.contents-li-right {
		margin: 0;
	}
	.more-link-box a {
		width: 40%;
	}
	/* 車種と料金について */
	.top-box-price .article {
		display: inline-block;
		width: 48%;
		margin: 0 1% 20px;
		padding: 20px;
		border: 1px solid #b5b5b6;
		box-shadow:1px 1px 6px 1px #b5b5b6;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.top-box-price {
		font-size: 0;
		margin: 0 0 30px;
	}
	/* 予約から返却までの流れ */
	.top-box-step h3.post-title .post-title-inner {
		margin: 0;
		padding: 5px 0;
		border-left: none;
	}
	.top-box-step .contents-text-block p,
	.top-box-step .contents-text-block-wide p,
	.top-box-step .contents-text-block ul, 
	.top-box-step .contents-text-block-wide ul {
		margin: 0;
	}
	.top-box-step .section.page-layout-section {
		padding-bottom: 0;
	}
	.top-box-step .contents-img-block-2retsu {
		margin-bottom: 0;
	}
	.top-box-step .contents-img-block-2retsu ul li {
		border: 1px solid #b5b5b6;
		box-shadow: 1px 1px 6px 1px #b5b5b6;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 10px;
		margin: 5px 0.5%;
	}
	.top-box-step .contents-li-left {
		line-height: 1em;
	}
	/* よくあるご質問 */
	section.qa {
		display: inline-block;
		width: 48%;
		margin: 0 1%;
	}
	dl.qa-dl {
		margin: 0 0 15px;
	}
	.voice-box {
		margin-bottom: 30px;
		font-size: 0;
	}
	/* 店舗情報・アクセス */
	.top-box-access {
		margin-bottom: 0;
	}
	.top-box-access .contents-img-left,
	.top-box-access .contents-img-right {
		display: inline-block;
	}
	.top-box-access .contents-img-left img,
	.top-box-access .contents-img-right img {
		max-width: 100%;
	}
	.top-box-access table {
		margin-bottom: 0;
	}


}

/*20210721アンクールTOP*/
.kodawari {
	background-image: url(/wp-content/themes/uncoeur-new/img/background.png);
	background-repeat: no-repeat;
	background-size: 250px;
	background-position: 0px -100px;
}

.kodawari-title {
	font-family: HiraKakuPro-W6;
	font-size: 35px;
}

.kodawari-text {
	font-family: HiraKakuPro-W6;
	font-size: 16px;
}

.kodawari-box {
	margin: 20px;
}

.kodawari-link-box {
	text-align: center;
}
.kodawari-link-box a {
	display: inline-block;
	width: 200px;
	margin: 5px 10%;
	padding: 10px 0;
	text-align: center;
	position: relative;
	color: #af8047;
	background: #fff;
	border-radius: 40px;
	border: 1px solid #af8047;
	font-size: 14px;
}
.kodawari-link-box a::after {
	font-family: FontAwesome;
	content: '\f061';
	font-size: 18px;
	position: absolute;
	left: 180px;
}

.h2-logo {
	position: relative;
}

.menu-content-title img {
	width: 250px;
	position: absolute;
}

.h2-logo h2 {
	line-height: 1.2em;
}

.h2-logo h2 span {
	font-family: Liberate;
}

.logo-title p {
	font-size: 13px;
}

.menu-content-box {
	font-size: 0;
	text-align: center;
}

.menu-content img {
	filter: brightness(0.5);
}

.menu-img-text {
	position: relative;
	width: 100%;
}

.menu-desc {
	margin: 10px 30px;
}

.menu-desc p {
	text-align: left;
	font-size: 16px;
}

.menu-link-box {
	text-align: center;
	margin-bottom: 30px;
}

.menu-link-box a {
	display: inline-block;
	width: 138px;
	margin: 5px 10%;
	padding: 10px 0;
	text-align: center;
	position: relative;
	color: #af8047;
	border: 1px solid #af8047;
	font-size: 14px;
}

.menu-link-box a::after {
	content: '';
	border-color: white #af8047 #af8047 white;
	border-style: solid;
	border-width: 0 0 11.368px 11.368px;
	bottom: 0;
	position: absolute;
	right: 0;
}

.pop-menu {
	background-image: url(/wp-content/themes/uncoeur-new/img/background-repeat.jpg);
}

span.news-title {
	color: #b40016;
	font-size: 20px;
	font-weight: bold;
}

.news-menu li {
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.news-menu ul li p {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

span.news-date {
	font-size: 13px;
}

.news-menu {
	margin-bottom: 10px;
}

/*20210804 アンクールデザイン変更*/



/*PC*/

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

	.kodawari {
		background-image: url(/wp-content/themes/uncoeur-new/img/background.png);
		background-repeat: no-repeat;
		background-size: 250px;
		background-position: 0px -100px;
	}

	.br-sp {
		display: none;
	}

	.h2-logo h2 span {
		font-size: 60px;
	}

    .menu-content-box {
		padding-top: 50px;
		background-image: url(/wp-content/themes/uncoeur-new/img/background.png);
		background-repeat: no-repeat;
		background-size: 250px;
		background-position: 0px 30px;
	}

	.menu-content-title img {
		right: 81%;
	}

	.menu-content {
		max-width: 313.2px;
		display: inline-block;
		vertical-align: text-top;
	}

	.menu-img-text img {
		width: 100%;
		height: 199.8px;
		object-fit: cover;
	}

	.img-text-box {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin:0;
		padding:0;
		text-align: center;
	}

	.img-text-box img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		filter: brightness(100%);
	}

	.logo-title p {
		margin-bottom: 30px;
	}

	.menu-content-box .menu-link-box {
		display: none;
	}

	.pop-menu {
		display: inline-block;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		text-align: center;
		padding-bottom: 30px;
	}

	.h2-logo img.pop-title-img1 {
		position: relative;
		top: 85px;
		right: 100px;
		margin:0;
		padding:0;
	}

	.h2-logo img.pop-title-img2 {
		position: relative;
		-webkit-transform: rotateY(180deg);
		top: 85px;
		left: 100px;
		margin:0;
		padding:0;
	}

	.news-menu img {
		width: 88px;
	}

}

/*スマホ*/

@media screen and (max-width: 768px) {

	.kodawari {
		background-image: url(/wp-content/themes/uncoeur-new/img/background.png);
		background-repeat: no-repeat;
		background-size: 220px;
		background-position: -60px -100px;
	 }

	.kodawari-title {
		font-size: 24px;
	}

	.menu-img-text img {
		width: 100%;
		height: 260px;
		object-fit: cover;
	}

    .menu-content-box {
		padding-top: 70px;
		background-image: url(/wp-content/themes/uncoeur-new/img/background.png);
		background-repeat: no-repeat;
		background-size: 220px;
		background-position: -50px 0;
	}

	.menu-content-title img {
		right: 0%;
	}

	.h2-logo span {
		font-size: 40px;
	}

	.logo-title p {
		margin-bottom: 20px;
	}

	.img-text-box {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin:0;
		padding:0;
		text-align: center;
	}

	.img-text-box img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		filter: brightness(100%);
	}

	.pop-menu {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}

	.pop-menu img {
    	width: 45%;
    }

    img.No1-img {
    	width: 90%;
    }

	.h2-logo img.pop-title-img1 {
		width: 45px;
		position: relative;
		top: 65px;
		right: 75px;
		margin:0;
		padding:0;
	}

	.h2-logo img.pop-title-img2 {
		width: 45px;
		position: relative;
		-webkit-transform: rotateY(180deg);
		top: 65px;
		left: 75px;
		margin:0;
		padding:0;
	}

	.news-menu img {
		width: 80px;
	}

}
