#domitory{
    margin-bottom: 100px;
}
#domitory h2{
    margin: 80px 0 60px;
    padding-bottom: 1em;
    position: relative;
    font-size: 2.4rem;
}
#domitory h2::after{
    content: "";
    width: 100px;
    height: 2px;
    background: #111;
    position: absolute;
    bottom: 0;
    left: 0;
}
#domitory h3{
    margin: 40px 0 20px;
    font-size: 2rem;
}
#domitory p{
    font-family: var(--common-sans-serif);
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
}
#domitory figure{
    margin: 4em 0;
}
#domitory figure img{
    border-radius: 16px;
}
#domitory ul.price_list{
    max-width: 1000px;
    margin: 40px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#domitory ul.price_list li{
    padding: 4px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: dashed 1px #ddd;
}
#domitory ul.price_list li .ttl{
    font-size: 1.8rem;
}
#domitory ul.price_list li .price strong{
    padding: 0 .5em;
    display: inline-block;
    font-size: 1.8rem;
}
#domitory ul.memo_list{
    padding-left: 1em;
    color: #666;
    font-family: var(--common-sans-serif);
    display: flex;
    flex-direction: column;
    gap: 4px;
}
@media (pointer: fine) {}
@media screen and (max-width: 1023.98px){}
@media screen and (max-width:767.98px){
    #domitory{
        margin-bottom: 40px;
    }
    #domitory h2{
        padding-bottom: .75em;
    }
    #domitory h2::after{
        width: 80px;
    }
    #domitory h3{
        font-size: 2rem;
    }
    #domitory figure{
        margin: 3em 0;
    }
    #domitory figure img{
        border-radius: 4px;
    }
    #domitory ul.price_list{
        margin: 20px 0;
        padding: 40px 0;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        gap: 20px;
    }
    #domitory ul.price_list li{
        padding: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        border-bottom: none;
    }
    #domitory ul.price_list li :is(.ttl,.price){
        font-size: 1.4rem;
        font-weight: 600;
    }
    #domitory ul.price_list li .price strong{
        padding: 0 .25em;
        font-size: 2.8rem;
    }
    #domitory ul.memo_list{
        margin: 40px 0;
        font-size: 1.2rem;
    }
}