@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
             service
==================================*/
.short_page #header {
    background-image: url(/img/shisetsu/morinoie_bekkan/short_stay/service/service_img.jpg);
}
.tokucho img {
    margin: 10px auto;
    border-radius: 10px;
}
.tokucho ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tokucho li {
    margin: 10px;
    width: 450px;
    text-align: center;
}
.tokucho dt {
    color: #728229;
    font-size: 24px;
    font-weight: bold;
}
.tokucho dd {
    margin: 10px auto;
    font-size: 15px;
    text-align: left;
}
.schedule ul li {
    width: 700px;
    float: left;
    margin: 10px;
    border-bottom: #728229 dotted 1px;
}
.schedule li {
    margin: 10px;
    font-size: 16px;
    text-align: left;
}
.schedule h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 10px auto;
    display: inline-block;
    width: 200px;
}
.schedule li p {
    display: inline-block;
}
.schedule p {
    clear: both;
}
.short_schedule img {
    display: block;
    padding: 30px 10px;
}