@charset "UTF-8";

/*--------PC表示設定--------*/
.sp {
  display: none;
}
.pc {
  display: block;
}
/*--------PC表示設定--------*/
/* rental section-start */


.rental-container {
	padding-top: 64px;
    padding-right: 9vw;
    padding-bottom: 64px;
    padding-left: 9vw;
}
.rental-img {
    width: 40%;
    margin-right: 5.5%;
}
.rental-img img {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 0 32px;
    box-sizing: border-box;
}
.rental-p-h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 1.5em;
    text-align: justify;
}
.rental-p-h4 {
    color: #ed1c24;
    margin-top: 12px;
	font-size: 12px;
    margin-bottom: 32px; 
    letter-spacing: 0.1em;   
}
.rental-p {
    width: 60%;
}
.rental-p-p {
    font-size: 18px;
    line-height: 1.75em;
    margin: 12px 0 24px;
}
.rental-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rental-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    color: #ed1c24!important;
    font-size: 14px;
    margin-top: 24px;
    font-weight: 500;
}
.rental-btn a img {
    transition:0.3s all;
}
.rental-btn a:hover img {
    transform:scale(1.2,1.2);
}
/* rental section-end */
/* rental-secret section-start */
#rental-secret {
    padding-top: 64px;
    padding-right: 9vw;
    padding-bottom: 64px;
    padding-left: 9vw;
    background-color: #f9f7f7;
}
.rental-secret-title-h2 {
	font-weight: 700;
    font-size: 32px;
    line-height: 1.4em;
    text-align: justify;
}
.rental-secret-title-h3 {
    color: #ed1c24;
    margin-top: 12px;
	font-size: 12px;
    letter-spacing: 0.1em;
}


.rental-secret-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    box-sizing: border-box;
}
.rental-secret-list li {
    width: 30%;
    box-sizing: border-box;
    margin-right: 1.75vw;
}
.rental-secret-list li:last-child {
    margin-right: 0;
}
.rental-secret-p-h3 {
	font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 16px;
}
.rental-secret-p-p {
	font-size: 14px;
    line-height: 1.75em;
    margin-top: 8px;
}
.rental-secret-img img {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
}
/* rental-secret section-end */
/* rental-price section-start */
.rental-price-container {
	padding-top: 64px;
    padding-right: 9vw;
    padding-bottom: 64px;
    padding-left: 9vw;
}
.rental-price-title-h2 {
	font-weight: 700;
    font-size: 32px;
    line-height: 1.4em;
    text-align: justify;
}
.rental-price-title-h3 {
    color: #ed1c24;
    margin-top: 12px;
	font-size: 12px;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
}
.rental-price-title-p {
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: 48px;
}
.table-header2:first-child {
    text-align: left;
}
.table-tr2 {
    border-bottom: 1px solid #ccc
}
.table-header2 {
    width: 14%;
    font-size: 16px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 12px 16px;
    text-align: right;
    }
.table-contents2:first-child {
    text-align: left;
}
.table-contents2 {
    font-size: 16px;
    padding: 12px 16px;
    text-align: right;
}
.rental-price-p-h3{
    font-size: 14px;
    font-weight: bold;
    color: #ed1c24;
    margin-top: 48px;
    margin-bottom: 12px;
}
.rental-price-p-list {
    list-style:disc;
}
.rental-price-p-list {
    font-size: 14px;
    line-height: 2;
}
.rental-price-p-list li {
    margin-left: 20px;
}

.table-body3-container {
    width: 60%;
    margin: 24px auto 0;
}
.table-tr3 {
    border-bottom: 1px solid #ccc
}
.table-header3:first-child {
    text-align: left;
}
.table-header3 {
    font-size: 12px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 12px 16px;
    text-align: right;
    }
.table-contents3:first-child {
    text-align: left;
}
.table-contents3 {
    font-size: 12px;
    padding: 12px 16px;
    text-align: center;
}
/* rental-price section-end */



@media screen and (max-width: 980px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
/* rental section-start */
.rental-container {
    padding-top: 32px;
    padding-right: 5vw;
    padding-bottom: 32px;
    padding-left: 5vw;
}
.rental-list ul li {
    display: block;
}
.rental-img {
    width: 100%;
    margin-right: 0;
}
.rental-p {
    width: 100%;
    margin-top: 30px;
}
.rental-p-h4 {
    margin-bottom: 16px;
}
/* rental section-end */
/* rental-secret section-start */
  #rental-secret {
    padding-top: 32px;
    padding-right: 5vw;
    padding-bottom: 32px;
    padding-left: 5vw;
  }
  .rental-secret-list {
    margin-top: 32px;
    display: block;
  }
  .rental-secret-list li {
    width: 100%;
    margin: 0;
}
.rental-secret-img {
    margin-top: 32px;
}
/* rental-secret section-end */
/* rental-price section-start */
.rental-price-container {
    padding-top: 32px;
    padding-right: 5vw;
    padding-bottom: 32px;
    padding-left: 5vw;
}
.scroll {
    font-size: 14px;
    margin-bottom: 12px;
}
.table-body2-container{
    overflow-x: scroll;
}
#table-body2{
    width: 1080px;
}
.table-body2-container::-webkit-scrollbar {
  height: 8px;
}
.table-body2-container::-webkit-scrollbar-thumb {
  background: #000;
}
.table-body2-container::-webkit-scrollbar-track {
  background: #eee;
}
/* rental-price section-end */
}

@media screen and (max-width: 480px) {
.rental-p-h3 {
    font-size: 24px;
}
.rental-p-p {
    font-size: 16px;
    }
.rental-secret-title-h2 {
    font-size: 24px;
}
.rental-secret-p-h3 {
    font-size: 18px;
}
.rental-price-title-h2 {
    font-size: 24px;
}
.rental-price-title-p {
    margin-bottom: 32px;
}
.table-contents2 {
    font-size: 14px;
}
.table-header2 {
    font-size: 14px;
}
.rental-price-p-h3 {
    margin-top: 32px;
}
.table-contents3 {
    font-size: 10px; 
}
.table-body3-container {
    width: 100%;
}
}