@charset "UTF-8";

.top-box {
	margin: 0 5% 40px;
}
.top-box p {
	font-size: 15px;
}
h3 {
	display: none;
}
h3.post-title .post-title-inner {
	text-align: center;
}
.top-main-message {
	margin: 30px 0;
	text-align: center;
}
.top-main-message-title {
	margin-bottom: 30px;
}
.top-main-message-title,
.top-main-message-title p,
.top-main-massage-title span,
.top-main-massage-title p span {
	font-size: 30px;
	font-weight: bold !important;
}
.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 {
	display:inline-block;
	margin: 0 0 5px;
	width: 80px;
	height: 80px;
	border-radius: 45px;
	overflow: hidden;
}
.top-catch-img img {
	display: inline-block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.top_catch_text,
.top_catch_text p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.top-melit-list-title-box {
	text-align: center;
}
.top-melit-list-title {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	background: none;
}
.top-melit-list-title p,
.top-melit-list-title p span {
	font-size: 18px;
	font-weight: bold;
}
ul.top-melit-list-ul {
	width: 280px;
	margin: 0 auto;
	padding-left: 40px;
}
ul.top-melit-list-ul li {
	list-style-image: url(../img/check2.png);
	margin-bottom: 20px;
}
ul.top-melit-list-ul li,
ul.top-melit-list-ul li p,
ul.top-melit-list-ul li span {
	font-size: 18px;
	font-weight: bold;
}
.top-melit-list-img {
	margin: 10px 20px 20px;
}
.top-melit-list-img img {
	width: 100%;
}
.reserve-btn-box {
	margin-bottom: 0;
}

/* ニュース */
.top-box-news {
	text-align: center;
}
ul.news-ul {
	display: block;
	text-align: left;
	margin-bottom: 30px;
}
ul.news-ul ul {
	display: inline-block;
}
li.news-li {
	border-bottom: 1px solid #000;
	padding: 10px;
}
li.news-li .news-title {
	font-size: 16px;
}
li.news-li a {
	color: #000;
}
li.news-li .news-other {
	font-size: 13x;
	color: #888;
}
li.news-li .news-other .news-other-category {
	background: #888;
	color: #fff;
	padding: 0 15px;
}
li.news-li .news-other span {
	color: #888;
}
/* 施設案内 */
.top-box-service {
	text-align: center;
}
li .service-img {
	position: relative;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
	margin-bottom: 10px;
}
li .service-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-box-service .bx-wrapper .bx-controls-direction a {
	width: 33px;
	height: 33px;
	z-index: 2;
}
.top-box-service .bx-wrapper .bx-prev {
	background: url(../img/allow-left.png);
}
.top-box-service .bx-wrapper .bx-next {
	background: url(../img/allow-right.png);
}

.top-box-service .bx-viewport {
	overflow: initial !important;
}
.top-box-service .bx-wrapper {
	display: inline-block;
	box-shadow: none;
}
li .service-img-title {
	margin: 0 10px 10px;
}
li .service-img-title,
li .service-img-title p {
	font-weight: bold;
}
li .service-img-come {
	margin: 0 10px 10px;
	text-align: left;
}

/* ご利用の流れ */
.post-howtouse-box ul {
	text-align: center;
	margin: 0 auto;
	width: 330px;
}
.post-howtouse-box li {
	position:relative;
	background: url(../img/contents_bg.webp);
	margin-bottom: 48px;
}
.post-howtouse-box li a {
	display: flex;
	align-items: center;
	width: calc(100% - 40px);
	text-align: left;
	padding: 20px;
	font-size: 0;
	text-decoration: none;
	color: #000;
}
.post-howtouse-box li:after {
	content: '\f0dd';
	font-family: FontAwesome;
	color: #727171;
	font-size: 50px;
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -14px;
}
.post-howtouse-box li:last-child::after {
	content: '';
}
.post-howtouse-text-box {
	display: inline-block;
	width: calc(100% - 90px);
	margin-right: 10px;
	vertical-align: top;
}
.post-number-box {
	text-align: center;
	display: inline-block;
	width: 36px;
	margin-right: 20px;
}
.post-number {
	display: inline-block;
	width: 36px;
	font-size: 34px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	color: #007151;
	text-align: center;
	border-bottom: 2px solid #007151;
	line-height: 1em;
}
.howtouse-next-icon {
	display: inline-block;
	width: 34px;
}
/* 料金プラン */
.paid-plan .bx-wrapper {
	box-shadow: none;
	margin: 0 auto;
}
.paid-plan .bx-wrapper .bx-next {
	right: -10px;
	width: 33px;
	height: 33px;
	background: url(../img/bx-right.png);
}
.paid-plan .bx-wrapper .bx-prev {
	left: -10px;
	width: 33px;
	height: 33px;
	background: url(../img/bx-left.png);
	z-index: 2;
}
.paid-plan ul li {
	text-align: center;
}
.paid-plan .bx-viewport {
	overflow: initial;
}
.post-price-free {
	background: url(../img/contents_bg.webp);
	font-size: 0;
	margin-bottom: 30px;
}
.post-price-free-img-box {
	margin-bottom: 20px;
}
.post-price-free img {
	display: inline-block;
	width: 100%;
}
.post-price-shokai-price-box {
	margin-bottom: 20px;
}
.post-price-free-text-box {
	text-align: center;
}
.taiken-waku {
	border: 2px solid #007151;
	padding: 15px 0;
	margin: 0 20px 20px;
}
.taiken-come {
	margin-bottom: 20px;
	text-align: center;
}
.post-price-ohitori1 {
	display: inline-block;
	position:relative;
	background:#B00000;
	padding:1px 10px;
	text-align:center;
	color:#ff0;
	font-size:13px;
	font-weight: bold;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.post-price-ohitori1:after{
		border: solid transparent;
		content:'';
		height:0;
		width:0;
		pointer-events:none;
		position:absolute;
		border-color: rgba(176, 0, 0, 0);
		border-top-width:9px;
		border-bottom-width:9px;
		border-left-width:5px;
		border-right-width:5px;
		margin-left: -5px;
		border-top-color:#B00000;
		top:100%;
		left:50%;
}
.post-price-yoyaku-box a {
	position: relative;
	display: inline-block;
	width: 270px;
	padding: 15px 0;
	margin-bottom: 20px;
	font-size: 16px;
	border: 1px solid #000;
	color: #000;
	background: #fff;
}
.post-price-yoyaku-box a::after {
	font-family: 'FontAwesome';
	content: url(../img/allow-right-black.png);
	width: 10px;
	height: 10px;
	border: 0;
	position: absolute;
	top: 50%;
	right: 33px;
	margin-top: -17px;
}
.paid-plan-title {
	width: 100%;
	text-align: center;
	margin-bottom: -22px;
}
.paid-plan-title-inner {
	display: inline-block;
	font-size: 16px;
	min-width: 140px;
	padding: 10px;
	color: #fff;
}
.paid-plan-price-text-box {
	box-shadow: 0px 0px 10px -5px #888;
	text-align: center;
	border-radius: 0;
	width: 300px;
	margin: 10px;
	padding: 20px 0;
}
.paid-plan-price-box,
.paid-plan-come {
	margin-bottom: 10px;
}

.paid-plan-link-box a {
	display: inline-block;
	border: 1px solid #000;
	padding: 15px 0;
	width: 140px;
	position: relative;
	color: #000;

}
.paid-plan-link-box a:after {
	font-family: 'FontAwesome';
	content: "\f054";
	font-size: 18px;
	border: 0;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}
.top-box-plan .first-experience-after:after {
	border-top-color: #fff;
}
/* よくあるご質問 */
section.qa {
	background: none;
	padding: 0;
}

section.qa p.qa_p {
	margin: 0 5% 10px;
}
section.qa dl.qa-dl {
	width: auto;
	background: none;
	margin: 0 5% 15px;
	padding: 0 0 5px;
	background: url(../img/contents_bg.webp);
}

section.qa dt.qa-dt {
	position: relative;
  display: flex;
	border: none;
	margin: 10px 0 0;
	font-size: 0;
	cursor: pointer;
}
section.qa dt.qa-dt .qa-dt-box {
	display: flex;
	justify-content: center;
	align-items:center;
	padding: 20px 15px;
}
section.qa dt.qa-dt .question {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}

section.qa dd.qa-dd {
	font-size: 0;
	margin: 0 5px;
	padding: 10px;
	background: #fff;
	position: relative;
	display: none;
}
section.qa dd.qa-dd .qa-dd-box {
	font-size: 0;
}
section.qa dd.qa-dd .answer {
	font-size: 15px;
	padding-top: 5px;
}
section.qa dd.qa-dd p {
	display: inline-block;
}

section.qa dl.qa-dl .q-img {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	vertical-align: top;
	background: #007151
}
section.qa dl.qa-dl dd .q-img {
	background: #fff;
	border: 1px solid #007151;
	box-sizing: border-box;
}
section.qa dl.qa-dl .q-img span,
section.qa dl.qa-dl dd .q-img span {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
section.qa dl.qa-dl dd .q-img span {
	color: #007151;
}
section.qa dt.qa-dt .question,
section.qa dd.qa-dd .answer {
	display: inline-block;
	vertical-align: top;
	width: calc( 100% - 44px );
}
section.qa dt.qa-dt .answer-open {
	position: absolute;
	font-size: 13px;
	display: inline-block;
	background: rgba(0,0,0,0.3);
	width: 20px;
	height: 20px;
	border-radius: 22px;
	text-align: center;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
	z-index: 1;
}
section.qa dt.qa-dt .answer-open::before {
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	left: 4px;
	top: 0px;
	color: #fff;
}
section.qa dt.qa-dt.open .answer-open {
	transform: rotate(-180deg);
}
/* お客様の声 */
.voice-waku h2.post-title {
	margin-bottom: 60px;
}
.voice-box {
	margin-top: 40px;
	margin-bottom: 40px;
}
section.voice {
	position: relative;
	background: none;
	padding: 0;
	vertical-align: top;
	overflow: initial;
}
.customer-img-box {
	text-align: center;
}
section.voice p.qa_p {
	margin: 0 5% 10px;
}
section.voice dl.qa-dl {
	width: auto;
	background: none;
	margin: 0 5% 20px;
	padding: 0 15px 15px;
	background: #fff;
	height: 400px;
}

section.voice dt.qa-dt {
	border: none;
	padding: 0 5px;
	margin: 0;
	font-size: 0;
}
section.voice dt.qa-dt .question,
section.voice dd.qa-dd .answer {
	display: block;
}
section.voice dt.qa-dt .question {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 25px;
}

section.voice dd.qa-dd {
	font-size: 0;
	margin: 10px 5px;
	padding-top: 25px;
	border-top: 1px solid #c5c6c6;
	height: 150px;
	overflow: hidden;
}

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

section.voice dl.qa-dl .customer-img {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	vertical-align: top;
	overflow: hidden;
	border-radius: 60px;
	margin: -30px 0 30px;
}
section.voice dl.qa-dl .customer-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
section.voice .voice-tsuzuki {
	text-align: center;
	position: absolute;
  bottom: 25px;
  left: 0;
  width: calc(100% - 30px);
  height: 66px;
	margin: 0 15px;
  padding-top: 66px;
  text-align: center;
  line-height: 66px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 45%
  );
  cursor: pointer;
  transition: bottom 0.2s;
}
section.voice .voice-tsuzuki a {
	display: inline-block;
	width: 268px;
	margin: 5px 0;
	padding: 15px 0;
	text-align: center;
	position: relative;
	color: #007151;
	background: #fff;
	border: 1px solid #007151;
	font-size: 16px;
}
section.voice .voice-tsuzuki a:hover {
	color: #fff;
	background: #007151;
}
section.voice .voice-tsuzuki a::after {
	font-family: 'FontAwesome';
	content: url(../img/allow-right-green.png);
	width: 10px;
	height: 10px;
	border: 0;
	position: absolute;
	top: 50%;
	right: 33px;
	margin-top: -17px;
}
.voice-waku .bx-wrapper {
	margin: 0 auto 30px;
}
.voice-waku .bx-viewport {
	height: 465px !important;
}
.voice-waku .bx-wrapper .bx-next {
	right: -10px;
	width: 33px;
	height: 33px;
	background: url(../img/bx-right.png);
}
.voice-waku .bx-wrapper .bx-prev {
	left: -10px;
	width: 33px;
	height: 33px;
	background: url(../img/bx-left.png);
}
/* 店舗情報・アクセス */
.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;
}
/* ご予約 */
.top-box-reserve li {
	text-align: center;
}
.reserve-li-title {
	font-weight: bold;
}
li.reserve-li-new .reserve-li-title {
	color: #ad812d;
}
li.reserve-li-new .more-link-box a {
	background: #ad812d;
	border-color: #ad812d
}
li.reserve-li-new .more-link-box:hover a {
	background: #fff;
	border-color: #ad812d;
	color: #ad812d;
}
.reserve-li-line .more-link-box a {
	background: #fff;
	color: #000;
	border-color: #000
}
.reserve-li-line .more-link-box a:after {
	content: url(../img/allow-right-black.png);
}
.reserve-li-line .more-link-box:hover a {
	background: rgba(79, 155, 24, 0.9);
	color: #fff;
}
.reserve-li-line .more-link-box:hover a:after {
	content: '';
}

@media screen and (min-width: 769px) {
	/* PC */
	.top-box {
		margin: 0 0 50px;
	}
	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-melit-box {
		text-align: center;
		padding: 40px 0 20px;
	}
	.top-melit-list-text {
		display: inline-block;
		vertical-align: top;
		margin-right: 40px;
	}
	ul.top-melit-list-ul {
		text-align: left;
	}
	.top-melit-list-img {
		display: inline-block;
    width: 600px;
	}
	.top-catch-img-box,
	.top_catch_main {
		width: 85%;
    margin: 0 auto;
	}

	.top-chatch-img-block {
		width: auto;
		font-size: 0;
	}

	.top-catch-img {
		display: inline-block;
		width: 100px;
    height: 100px;
		margin: 0 10px 5px 0;
    border-radius: 55px;
	}
	.top_catch_text {
		display: inline-block;
		font-size: 16px;
		text-align: left;
		vertical-align: top;
		margin-top: 20px;
	}
	.contents-li-right {
		margin: 0;
	}
	/* ニュース */
	ul.news-ul {
		display: inline-block;
		width: 50%;
	}
	/* ご利用の流れ */
	.post-howtouse-box ul {
		width: 1000px;
		margin: 0 auto 30px;
		font-size: 0;
	}
	.post-howtouse-box ul li {
		display: inline-block;
		width: 15%;
		margin: 0 1%;
	}
	.post-howtouse-box ul li:first-child {
		margin-left: 0;
	}
	.post-howtouse-box ul li:last-child {
		margin-right: 0;
	}
	.post-howtouse-box li:after {
		transform:rotate(-90deg);
		bottom: 50%;
		left: unset;
		right: -13px;
		font-size: 30px;
	}
	.post-howtouse-box ul li a {
		display: block;
		width: calc(100% - 20px);
		padding: 20px 10px;
	}
	.post-number-box,
	.post-howtouse-text-box,
	.howtouse-next-icon {
		display: block;
		margin: 0 0 20px;
		width: 100%;
		text-align: center;
	}
	.post-number-box {
		font-size: 30px;
	}
	.post-howtouse-text-box {
		font-size: 20px;
	}
	.howtouse-next-icon {
		margin-bottom: 0;
	}
	.post-howtouse-title {
		line-height: 1.2em;
		display: flex;
    align-items: center;
    justify-content: center;
	}
	/* 料金プラン */
	.post-price-free {
		width: 1000px;
		margin: 0 auto 20px;
	}
	.post-price-free-img-box {
		display: inline-block;
		margin-bottom: 0;
		width: 444px;
		height: 405px;
		vertical-align: top;
		overflow: hidden;
	}
	.post-price-free-img-box img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.post-price-free-text-box {
		display: inline-block;
		width: 516px;
		height: 317px;
		vertical-align: middle;
		text-align: center;
		margin: 44px 20px;
	}
	.paid-plan {
		width: 1000px;
		margin: 0 auto;
	}
	.paid-plan ul {
		font-size: 0;
	}
	.paid-plan ul li {
		display: inline-block;
		width: 31.333%;
		margin: 0 1%;
	}

	/* お客様の声 */
	.voice-box {
		width: 1000px;
		margin: 0 auto;
		font-size: 0;
	}
	section.voice {
		display: inline-block;
		width: 48%;
		margin: 0 1%;
	}
	section.voice dl.qa-dl {
		margin: 0 0 15px;
	}


	/* 車種と料金について */
	.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: 98%;
		margin: 0 1%;
	}
	section.qa dl.qa-dl {
		margin: 0 0 15px;
	}
	.qa-box {
		width: 48%;
		margin: 0 auto;
	}
	/* アクセス */
	.top-box-access {
		width: 900px;
		margin: 0 auto;
		font-size: 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;
	}
	.access-waku {
		margin-bottom: 60px;
	}
	/* ご予約 */
	.top-box-reserve ul {
		font-size: 0;
		width: 1000px;
    margin: 0 auto;
	}
	.top-box-reserve li {
		display: inline-block;
		width: 30.333%;
		margin: 0 10px;
	}
	.top-box-reserve li .more-link-box {
		margin: 5px 0 30px;
	}

}
