.language {
	display: none;
}
.page-link {
	margin: 80px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
}
.page-link-btn a {
	border-bottom: 1px solid #d3d3d3;
	position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 38px 10px 20px;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.page-link-btn a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 30%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.page-link-btn a:hover:after {
    top: 35%;
}
@media screen and (max-width: 580px) {
	.page-link {
		flex-wrap: wrap;
}
	.page-link li {
		width: 100%;
	}
  }
.page_mv {
	background: url("../images/carrental/mv.jpg") no-repeat;
}
.page_mv h2 {
	width: 90%;
	top: 56%;
	max-width: 300px;
}
.page_mv h2 img {
	width: 100%;
}
.intro {
    width: 100%;
    margin: 0 auto;
    background: url("../images/carrental/mv.jpg") no-repeat;
    background-position: bottom;
    text-align: center;
    height: 400px;
    position: relative;
}
.intro h1 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 55%;
  transform: translate(0%,-55%);
  color: #fff;
  font-size: 34px;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.section {
    width: 90%;
    max-width: 850px;
    margin: 100px auto 0;
    text-align: center;
}
.section img {
    width: 100%;
}
.section h2 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    color: #00708d;
    font-weight: bold;
}

#about p {
	margin-top: 15px;
}
#ourcar {
    text-align: center;
}

.ourcar-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ourcar-flex table {
	width: 40%;
	margin-left: 20px;
}
.ourcar-flex table th {
	text-align: left;
	color: #00708d;
}
.ourcar-flex table td {
	text-align: left;
	padding-left: 20px;
}
.ourcar-flex img {
    width: 60%;
    margin: 0 auto;
    max-width: 590px;
}

/* ENver だけ変更 */
.ourcarflex_en th, .ourcarflex_en td {
	display: block;
}
.ourcarflex_en td {
	padding: 0 0 10px !important;
}
@media screen and (max-width: 959px) {
	.ourcar-flex {
		flex-wrap: wrap;
	}
	.ourcar-flex img, .ourcar-flex table {
		width: 100%;
	}
	/*.ourcar-flex table {
		max-width: 300px;
		margin: 0 auto;
	}*/
  }
.ourcar-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.ourcar-table tr {
	border: solid 1px #ddd;
	display: table-cell;
        vertical-align: middle;
        width: 12.5%;
}
.ourcar-table th, .ourcar-table td {
	display: block;
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding: 11px 0;
}
.ourcar-table td {
	border-left: solid 1px #ddd;
	padding: 8px 0 6px;
	font-weight: normal;
}
.ourcar-table th {
	border-left: solid 1px #ddd;
	padding: 8px 0 6px;
	background: #e9f0f3;
	font-weight: normal;
}
@media screen and (max-width: 959px) {
	.ourcar-table {
		margin-top: 30px;
	}
	.ourcar-table tr {
		display: block;
        width: 100%;
}
	.ourcar-table tr:nth-of-type(1) {
		display: none;
	}
	
  }
#ourcar a {
    max-width: 250px;
    margin: 20px auto 0;
    display: block;
    background: #00708d;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
}
#ourcar p {
    font-weight: bold;
}

#contact {
    width: 100%;
    max-width: inherit;
    background: #ebebeb;
    padding: 60px 0;
    margin: 60px auto 0;
}
#contact address {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    margin: 20px auto 0;
}
#contact img {
    width: 80px;
    padding-right: 15px;
}
#contact address span a {
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
}
#contact small {
    display: block;
    margin: 60px auto 0;
    text-align: center;
}
.rental_ul {
    margin: 30px auto 0;
}
 .rental_ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto 40px;
}
.rental_ul li div {
    width: 45%;
    text-align: left;
}
.rental_ul li h3 {
    font-weight: bold;
    font-size: 18px;
}
.hp-btn {
    width: 50%;
}
@media screen and (max-width: 959px) {
    .rental_ul li {
        flex-wrap: wrap;
      }
      .rental_ul li img {
        width: 100%;
      }
  }




/*license*/
.section_license p {
	text-align: left;
}
.section_license h4 {
	color: #00708d;
	font-weight: 600;
	text-align: left;
	margin-top: 20px;
}
.accordion-003 {
	text-align: left;
    margin-bottom: 7px;
    border-bottom: 2px solid #00708d;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 0;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::before,
.accordion-003 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333333b3;
    content: '';
}

.accordion-003 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-003 summary::after {
    transition: rotate .3s;
}

.accordion-003[open] summary::after {
    rotate: 90deg;
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 1em 1.5em .1em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}