@charset "UTF-8";
/* CSS Document */
@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.15);
}
}



/*PC*/
@media print, screen and (min-width: 768px) {

#rental { position:relative; margin: 0 auto; overflow: hidden; }
#rental .section_wrap { width: 100%; margin: 0 auto; }


#rental .img_block .txt_box p {
font-size: 2.2rem;
font-weight: 600;
line-height: 2.2;
text-align: center;
margin: 0 0 60px;
}



/*block
---------------------------------------------*/
#rental .block { margin: 120px auto; padding: 100px 5%; background: #f5f5f6; }

#rental .block .en_ttl {
font-size:1.6rem;
font-weight:500;
line-height: 1;
margin-bottom:20px;
color: #fba501;
}
#rental .block h2 {
font-size: 3.6rem;
font-weight: 500;
line-height: 1;
margin-bottom: 50px;
}

#rental .block ul {
position: relative;
display: flex;
flex-wrap: wrap;
}
#rental .block ul li { width: 23%; margin: 0 1% 50px; padding: 10px 10px 30px; box-sizing: border-box; background: #2C2826; }
#rental .block ul li .img { margin-bottom: 10px; }
#rental .block ul li h3 { font-size: 2rem; margin: 0 0 20px; color: #fff; }
#rental .block ul li p {  }
#rental .block ul li p span {
display: block;
font-size: 1.4rem;
color: #fff;
margin: 0 0 5px;
padding: 0 0 5px;
border-bottom: 1px solid #fff;
}
#rental .block ul li .common_btn_box { margin-top: 40px; }
#rental .block ul li .common_btn_box a { border: 1px solid #fff; }



/*block02
---------------------------------------------*/
#rental .block02 { width: 80%; margin: 120px auto; }

#rental .block02 .en_ttl {
font-size:1.6rem;
font-weight:500;
line-height: 1;
margin-bottom:20px;
color: #fba501;
}
#rental .block02 h2 { font-size: 3.6rem; font-weight: 500; line-height: 1; margin-bottom: 30px; }
#rental .block02 p.read { font-size: 1.4rem; margin-bottom: 50px; }

#rental .block02 .bg {
margin-bottom: 100px;
padding: 50px;
box-sizing: border-box;
background: url("../images/com/bg.jpg") center center no-repeat;
background-size: cover;
}
#rental .block02 .bg p span { display: block; font-size: 1.2rem; margin-top: 20px; color: #fff; }
#rental .block02 .bg h3 {
position: relative;
font-size: 2.8rem;
font-weight: 500;
margin-bottom: 30px;
color: #fff;
border-bottom: 1px solid #888;
padding: 0 0 10px;
}
#rental .block02 .bg h3::after {
content: "";
width: 100px;
height: 1px;
background-color: #fff;
position: absolute;
bottom: -1px;
left: 0;
}
#rental .block02 .bg p { font-size: 1.4rem; color: #fff; }


#rental .block02 .bg ul {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#rental .block02 .bg ul li { width: 32%; padding: 10px 10px 30px; box-sizing: border-box; background: #fff; }
#rental .block02 .bg ul li .img { margin-bottom: 10px; }
#rental .block02 .bg ul li h4 { font-size: 2rem; margin: 0 0 10px; background-image: linear-gradient(rgb(0, 0, 217) 0%, rgb(0, 124, 200) 100%); color: transparent; -webkit-background-clip: text; }
#rental .block02 .bg ul li p { font-size: 1.4rem; color: #20293b; }


#rental .block02 ol { position: relative; }
#rental .block02 ol li { margin: 0 0 50px 1em; list-style-type: decimal; color: #fff; }
#rental .block02 ol li h4 { font-size: 2rem; margin: 0 0 10px -1em; border-bottom: 1px dashed; padding: 0 0 8px 2.3em; text-indent: -1em; }
#rental .block02 ol li p { font-size: 1.4rem; margin: 0 0 0 -1em; }


#rental .contact a {
width: 40%;
margin: 0 auto 120px;
display: block;
text-align: center;
font-weight: 800;
color: #FFF;
background: #0066a1;
padding: 15px;
box-sizing: border-box;
border-radius: 0.5rem;
position: relative;
}
#rental .contact a::before {
content: "";
position: absolute;
right: 10px;
top: 22px;
background: url("../images/com/arrow_w.svg") 0 0 no-repeat;
background-size: auto;
background-size: 100% auto;
width: 10px;
height: 20px;
}
#rental .contact a:hover {
background: dodgerblue;
transition: .5;
}



/*detail
---------------------------------------------*/
#rental .detail { width: 1000px; margin: 0 auto 120px; }

#rental .detail .en_ttl {
font-size:1.6rem;
font-weight:500;
line-height: 1;
margin-bottom:20px;
color: #fba501;
}
#rental .detail h2 { font-size: 3.6rem; font-weight: 500; line-height: 1; margin-bottom: 80px; }

#rental .detail .box { margin-bottom: 60px; }

#rental .detail h3 {
position: relative;
font-size: 2.8rem;
font-weight: 500;
margin-bottom: 30px;
border-bottom: 1px solid #ddd;
padding: 0 0 10px;
}
#rental .detail h3::after {
content: "";
width: 100px;
height: 1px;
background-color: #888;
position: absolute;
bottom: -1px;
left: 0;
}

#rental .detail .rentalTable {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
margin-bottom: 10px;
table-layout: fixed;
}
#rental .detail .rentalTable th,
#rental .detail .rentalTable td {
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
text-align: center;
vertical-align: middle;
}
#rental .detail .rentalTable th { padding: 10px; background: #0000d9; color: #fff; }
#rental .detail .rentalTable td { padding: 10px; font-size: 1.4rem; }
#rental .detail .rentalTable td a i { padding-left: 5px; }

#rental p.center { font-size: 1.4rem; text-align: center; margin-bottom: 10px; }



}






/*sp*/
@media only screen and (max-width: 767px) {

#rental { position:relative; margin: 0 auto; overflow: hidden; }
#rental .section_wrap { width: 100%; margin: 0 auto; }


#rental .img_block .txt_box p {
font-size: 1.4rem;
font-weight: 600;
line-height: 2.2;
text-align: center;
margin: 0 5% 40px;
}



/*block
---------------------------------------------*/
#rental .block { margin: 0 auto 60px; padding: 50px 5%; background: #f5f5f6; }

#rental .block .en_ttl {
font-size:1.2rem;
font-weight:500;
line-height: 1;
margin-bottom: 10px;
color: #fba501;
}
#rental .block h2 {
font-size: 2.4rem;
font-weight: 500;
line-height: 1;
margin-bottom: 30px;
}

#rental .block ul {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#rental .block ul li { width: 48%; margin: 0 0 30px; padding: 10px 10px 20px; box-sizing: border-box; background: #2C2826; }
#rental .block ul li .img { margin-bottom: 10px; }
#rental .block ul li h3 { font-size: 1.6rem; margin: 0 0 20px; color: #fff; }
#rental .block ul li p span {
display: block;
color: #fff;
margin: 0 0 5px;
padding: 0 0 5px;
border-bottom: 1px solid #fff;
}
#rental .block ul li .common_btn_box { width: 100%; margin-top: 30px; }
#rental .block ul li .common_btn_box a { border: 1px solid #fff; }



/*block02
---------------------------------------------*/
#rental .block02 { width: 90%; margin: 0 auto 60px; }

#rental .block02 .en_ttl {
font-size:1.2rem;
font-weight:500;
line-height: 1;
margin-bottom: 10px;
color: #fba501;
}
#rental .block02 h2 {
font-size: 2.4rem;
font-weight: 500;
line-height: 1;
margin-bottom: 30px;
}
#rental .block02 p.read { margin-bottom: 30px; }

#rental .block02 .bg {
margin-bottom: 50px;
padding: 20px;
box-sizing: border-box;
background: url("../images/com/bg.jpg") center center no-repeat;
background-size: cover;
}
#rental .block02 .bg p span { display: block; font-size: 1.1rem; margin-top: 20px; color: #fff; }
#rental .block02 .bg h3 {
position: relative;
font-size: 1.8rem;
font-weight: 500;
margin-bottom: 20px;
color: #fff;
border-bottom: 1px solid #888;
padding: 0 0 10px;
}
#rental .block02 .bg h3::after {
content: "";
width: 100px;
height: 1px;
background-color: #fff;
position: absolute;
bottom: -1px;
left: 0;
}
#rental .block02 .bg p { color: #fff; }


#rental .block02 .bg ul { position: relative; }
#rental .block02 .bg ul li { margin-bottom: 5px; padding: 10px; box-sizing: border-box; background: #fff; }
#rental .block02 .bg ul li .img { margin-bottom: 10px; }
#rental .block02 .bg ul li .img img { object-fit: cover; height: 200px; }
#rental .block02 .bg ul li h4 { font-size: 1.6rem; margin: 0 0 10px; background-image: linear-gradient(rgb(0, 0, 217) 0%, rgb(0, 124, 200) 100%); color: transparent; -webkit-background-clip: text; }
#rental .block02 .bg ul li p { color: #20293b; }


#rental .block02 ol { position: relative; }
#rental .block02 ol li { margin: 0 0 50px 1em; list-style-type: decimal; color: #fff; }
#rental .block02 ol li h4 { font-size: 1.6rem; margin: 0 0 10px 0; border-bottom: 1px dashed; padding: 0 0 8px 0em; }
#rental .block02 ol li p {  }


#rental .contact a {
width: 80%;
margin: 0 auto 60px;
display: block;
text-align: center;
font-weight: 800;
color: #FFF;
background: #0066a1;
padding: 15px;
box-sizing: border-box;
border-radius: 0.5rem;
position: relative;
}
#rental .contact a::before {
content: "";
position: absolute;
right: 10px;
top: 22px;
background: url("../images/com/arrow_w.svg") 0 0 no-repeat;
background-size: auto;
background-size: 100% auto;
width: 10px;
height: 20px;
}
#rental .contact a:hover {
background: dodgerblue;
transition: .5;
}



/*detail
---------------------------------------------*/
#rental .detail { width: 90%; margin: 0 auto 60px; }

#rental .detail .en_ttl {
font-size:1.2rem;
font-weight:500;
line-height: 1;
margin-bottom: 10px;
color: #fba501;
}
#rental .detail h2 {
font-size: 2.4rem;
font-weight: 500;
line-height: 1;
margin-bottom: 30px;
}

#rental .detail .box { margin-bottom: 50px; }

#rental .detail h3 {
position: relative;
font-size: 1.8rem;
font-weight: 500;
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
padding: 0 0 10px;
}
#rental .detail h3::after {
content: "";
width: 100px;
height: 1px;
background-color: #888;
position: absolute;
bottom: -1px;
left: 0;
}

#rental .detail .rentalTable {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
margin-bottom: 10px;
table-layout: fixed;
}
#rental .detail .rentalTable th,
#rental .detail .rentalTable td {
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
text-align: center;
vertical-align: middle;
}
#rental .detail .rentalTable th { padding: 10px; background: #0000d9; color: #fff; font-size: 1.2rem; }
#rental .detail .rentalTable td { padding: 10px; font-size: 1.2rem; }
#rental .detail .rentalTable td a i { padding-left: 5px; }


#rental p.center { text-align: center; margin-bottom: 10px; }


}