@charset "utf-8";

/* ==

　01. 周辺施設

=============================================================================== */
.bShisetsu .bShisetsu_list .inner{
    padding: 0 20px 95px;
    background-color: #fff;
    box-sizing: border-box;
}
.bShisetsu .bShisetsu_list .bTit01{
    margin-bottom: 30px;
}
.bShisetsu .bShisetsu_list_photos{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 16px;
}
.bShisetsu .bShisetsu_list_photos > div{
    width: calc((100% - 48px) / 4);
}
.bShisetsu .bShisetsu_list_photos > div figure img{
    width: 100%;
    height: auto;
}
.bShisetsu .bShisetsu_list_photos > div figure figcaption{
    margin-top: 5px;
    font-size: 150%;
    line-height: 1.7;
}
.bShisetsu_list #lifeinfo p {
    margin: 45px 0 0;
    font-size: 150%;
    line-height: 1.7;
}
.bShisetsu_list ul.notes{
    margin: 45px 0 0;
    font-size: 150%;
    text-align: right;
}
.bShisetsu_list ul.notes li{
    margin: 0;
    text-indent: 0;
}
.bShisetsu_list ul.notes li + li{
    margin-top: 5px;
}


