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

#top {
background-image: url(/summer/images/hotel/top.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
height: 18vw;
margin-bottom: 4rem;
}
#top .inner {
display: flex;
align-items: center;
}
#top h1 {
 font-size: var(--font-size-42);
color: #fff;
margin-top: 7vw;
}
#contents h2 {
 font-size: var(--font-size-36);
 font-weight: 700;
 text-align: center;
 margin-bottom: 4rem;
}
#contents h2 {
 font-size: var(--font-size-36);
 font-weight: 700;
 text-align: center;
 margin-bottom: 1rem;
}
.box {
width: 80%;
margin: 0 auto;
margin-bottom: 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 1rem;
}
.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;
}

@media screen and (min-width:769px)and (max-width:1024px){
#top {
margin-top: 8.3vw!important;
}
}


@media screen and (min-width:521px) and (max-width:768px) {

#top {
margin-top: 8.3vw!important;
}

}

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

#top {
height: 36vw;
}
#top h1 {
margin-top: 14vw;
margin-left: 1rem;
font-size: 24px;
}
.box {
width: 90%;
}
.box h2 {
padding: 0 0 1rem;
display: block;
}

}