/*---利用施設---*/
.tos_sec h2,.facility_sec h2{
    text-align: left;
    margin-bottom: 4rem;
}
.tos_sec h3{
display: flex;
    gap: 2rem;
    align-items: center;
    padding: 0.69rem 0;
    position: relative;
    border-radius: 0 3.125rem 3.125rem 0;
    background: #FCCF00;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
color: #4C3B30;
font-family: "Noto Serif JP";
font-size: 1.5625rem;
font-weight: 500;
line-height: 150%;
}
.tos_sec h3 img{
    width: 3rem;
height: 3rem;
flex-shrink: 0;
}
.tos_sec ul {
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.tos_sec ul:last-child{
    margin-bottom: 0;
}
.tos_sec ul li{
   list-style: disc;
   margin-bottom: -1rem;  
   margin-left: 2rem; 
}
.tos_sec ul li:last-child{
    margin-bottom: 0;
}

/*---施設利用---*/
.facility_sec ol{
    list-style: decimal;
}
.facility_sec ol li{
   margin-bottom: 0.5rem;  
   margin-left: 2rem; 
}

/*---その他---*/
.other_sec h2{
    text-align: left;
    margin-bottom: 4rem;
}
.other_sec p:first-child{
    margin-bottom: 2rem;
}
.other_sec strong{
    text-align: end;
    display: block;
    color: #312828;
font-family: "Noto Serif JP";
font-size: 1rem;
font-weight: 700;
line-height: 150%;
margin-top: 1rem;
}

@media screen and (max-width: 780px) {
    .other_sec h2,.tos_sec h2,.facility_sec h2{
        margin-bottom: 2rem;
    }
    .tos_sec h3{
        gap:0.5rem;
    }
    .tos_sec h3 img{
    width: 2.5rem;
height: 2.5rem;
    }
}