@charset "UTF-8";
/* CSS Document */

#top {
background-image: url(/summer/images/rental/top.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
height: 30rem;
margin-bottom: 4rem;
text-align: left;
}
#top h1 {
 font-size: var(--font-size-56);
color: #fff;
margin-top: 10rem;
margin-bottom: 2rem;
}
#top p {
 font-size: var(--font-size-24);
color: #fff;
}
#contents h2 {
 font-size: var(--font-size-36);
 font-weight: 700;
 text-align: center;
 margin-bottom: 2rem;
 line-height: 1.8;
}
.box {
width: 80%;
margin: 0 auto 4rem;
text-align: center;
}
.box h2 {
 font-size: var(--font-size-36);
 text-align: center;
 background-image: url(/summer/images/price/title_line.svg);
 background-position: center bottom;
 background-repeat: no-repeat;
 background-size: 100%;
 display: inline-block;
 padding: 0 10rem 1.5rem;
}
.box dl {
text-align: center;
margin: 0;
}
.box dt {
 font-size: var(--font-size-36);
 margin-bottom: 1rem;
}
.box dt span {
 font-size: var(--font-size-56);
 font-weight: 600;
 color: #e51f1f;
}
.box dd {
 font-size: var(--font-size-24);
}
.box .image {
width: 100%;
}
.box p {
 font-size: var(--font-size-24);
 margin-bottom: 1rem;
}
.box p.note {
 font-size: var(--font-size-18);
}
.box table {
width: 100%;
border-collapse:collapse;
text-align: center;
 font-size: var(--font-size-24);
 margin-bottom: 2rem;
}
.box th,.box td {
padding: 1rem;
border: solid 1px #ccc;
}
.box th {
background: #5fc2c7;
}
.plan {
margin-bottom: 4rem;
}
.plan ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.plan ul li {
width: 48%;
margin-bottom: 2rem;
}
.plan ul li ul li {
margin-bottom: 1rem;
}
.plan ul li ul li span {
 font-size: var(--font-size-14);
 text-align: center;
 line-height: 1.2;
}
.plan ul li dt {
 font-size: var(--font-size-24);
 border-radius: 40px;
 text-align: center;
 padding: 1.5rem 0;
 margin-bottom: 2rem;
}
.plan ul li dd {
padding: 1rem;
}
.plan ul li.p1 dt,
.plan ul li.p1 dd {
background: #cbdff7;
}
.plan ul li.p2 dt,
.plan ul li.p2 dd {
background: #fcf4be;
}
.plan ul li.p3 dt,
.plan ul li.p3 dd {
background: #f9d6bd;
}
.plan ul li.p4 dt,
.plan ul li.p4 dd {
background: #e8e5e3;
}

.btn {
width: 65%;
margin: 0 auto;
text-align: center;
margin-bottom: 2rem;
}
.btn a {
 font-size: var(--font-size-24);
 background: #477750;
 padding: 1rem 2rem;
 color: #fff;
}
.btn a:before {
content: "\f0e0";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: relative;
top: 2px;
margin-right: 15px;
}
.note {
text-align: center;
 font-size: var(--font-size-18);
}

@media screen and (min-width:769px)and (max-width:1024px){
#contents {
margin-bottom: 4rem;
}
#top {
margin-top: 8.2vw;
}
.box {
width: 100%;
}
.box h2 {
padding: 0 1rem 1.5rem;
}

}


@media screen and (min-width:521px) and (max-width:768px) {
#contents {
margin-bottom: 4rem;
}
#top {
margin-top: 8.2vw;
}
.box {
width: 100%;
}
.box h2 {
padding: 0 1rem 1.5rem;
}
.btn a {
 font-size: var(--font-size-18);
}

}

@media screen and (max-width:520px) {

#contents {
margin-bottom: 4rem;
}
#top {
height: 54vw;
}
#top h1 {
margin-top: 12vw;
margin-left: 1rem;
font-size: 24px;
}
#top p {
 font-size: 16px;
 padding: 0 1rem;
}
.box {
    width: 100%;
    text-align: center;
}
.box h2 {
font-size: 22px!important;
    display: inline-block;
    padding: 0 0 1.5rem;
}
.plan ul li {
width: 100%;
}
.btn {
width: 100%;
}
.btn a {
font-size: 12px;
}













}

















