/* ----------------------------------------------------------------------
レンタル
---------------------------------------------------------------------- */
#rental #section01 .flex .text {
  width: 50%;
}
#rental #section01 .flex .image {
  width: 44.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#rental #section01 .flex .image img {
  width: 47.5%;
}
#rental #section02 .gallery {
  width: 38.5%;
  background-color: #FFF;
  border: solid 1px #e6e6e6;
  border-radius: 16px;
}
#rental #section02 .gallery .slick-dots {
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: 16px;
  width: 100%;
  position: absolute;
  bottom: 16px;
}
#rental #section02 .gallery .slick-dots li {
  background: none;
  padding: 0;
  border: none;
  width: 10px;
  height: 10px;
  margin: 0;
}
#rental #section02 .gallery .slick-dots li.slick-active button {
  background-color: #64ba46;
}
#rental #section02 .gallery .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #CCC;
  padding: 0;
}
#rental #section02 .text {
  width: 57%;
}
#rental #section02 table {
  margin-top: 3.2rem;
  width: 100%;
}
#rental #section02 table tr:first-child th, #rental #section02 table tr:first-child td {
  border-top: solid 1px #cbcbcb;
}
#rental #section02 table tr th, #rental #section02 table tr td {
  border-bottom: solid 1px #cbcbcb;
  padding: 10px 35px;
}
#rental #section02 table tr th {
  text-align: center;
	vertical-align:middle;
  width: 180px;
}
#rental #section02 .link_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  margin-top: 4.5rem;
  margin-bottom: 8rem;
}
#rental #section02 .link_buttons a.button {
  margin: unset;
  width: 320px;
  height: 60px;
}
#rental #section03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.5rem 3rem;
}
#rental #section03 ul li {
  width: calc((100% - 3rem) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	align-items:flex-start;
}
#rental #section03 ul li .image {
  width: 32.26%;
  background-color: #FFF;
  border: solid 1px #e5e5e5;
  border-radius: 8px;
}
#rental #section03 ul li .text {
  width: 62.5%;
}
#rental #section03 ul li h3 {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 0.9rem;
}
#rental #section03 ul li h4 {
  font-weight: bold;
}
#rental #section03 ul li a {
  color: #0071bc;
  text-decoration: underline;
	display:inline-block;
}
#rental #section03 ul li a.external::after{
	content:""; width:16px; height:16px; display:inline-block; margin-left:6px;
	background:url(../images/icon_external.svg) no-repeat center center/16px 16px;
}
#rental #section03 ul li a.pdf{
	color:#333;
}
#rental #section03 ul li a.pdf::after{
	content:""; width:16px; height:16px; display:inline-block; margin-left:6px;
	background:url(../images/icon_pdf.svg) no-repeat center center/16px 16px;
}
#rental #section03 ul li p {
  font-size: 1.4rem;
	font-weight: 500;
    line-height: 1.8;
  margin-bottom: 1rem;
}
#rental #section04 h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#rental #section04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5rem;
  gap: 3.5rem;
}
#rental #section04 ul li {
  width: calc((100% - 14rem) / 5);
}

@media screen and (max-width: 1440px) {
	#rental #section02 .gallery {
		aspect-ratio: 1;
		display: grid;
		place-content: center;
	}
}



@media screen and (max-width: 1024px) {
  #rental #section02 table tr th {
    width: 120px;
  }
  #rental #section02 table tr th, #rental #section02 table tr td {
    padding: 10px;
	  font-size: 1.4rem;
  }
	#rental #section03 ul li .image {
		width: 40%;
	}
	#rental #section03 ul li .text {
    width: 55%;
}
	#rental #section03 ul li h3 {
    font-size: 1.8rem;
	}
	#rental #section03 ul li h4 {
    font-size: 1.4rem;
	}
		#rental #section03 ul li p {
  font-size: 1.2rem;
	}
}

@media screen and (max-width: 820px){
	.main_page #section01 .flex{
		align-items:flex-start;
	}
	#rental #section03 ul{
		gap:0;
	}
	#rental #section04 ul{
		gap:3rem;
	}
	#rental #section04 ul li {
		width: calc((100% - 6rem) / 3);
	}
	#rental #section04 ul li h4{
		font-size: 1.4rem;
	}
}
	
@media screen and (max-width: 520px) {	
  #rental #section01 .flex .text, #rental #section01 .flex .image {
    width: 100%;
    margin-top: 2rem;
  }
  #rental #section02 .flex .text, #rental #section02 .gallery {
    width: 100%;
  }
	#rental #section02 .gallery {
		aspect-ratio:auto;
	}
  #rental #section03 ul li {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
	  border-bottom: solid 1px #ddd;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
  }
	#rental #section03 ul li:last-child{
		margin-bottom:0;
	}
  #rental #section03 ul li h3 {
    margin-top: 0;
  }
  #rental #section04 ul {
    gap: 2rem;
  }
  #rental #section04 ul li {
    width: calc((100% - 2rem) / 2);
  }
}