h1	{
    background:url("../img/title_facilities.jpg");	/*コーナーごとに指定*/
    background-size: 100% auto;
    background-position: center;
}

#icons>span {
    display: inline-block;
    padding: 5px 20px;
    background-color:#f9fffa;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
}
#icons>span>img {
    margin-right: 10px;
    vertical-align: middle;
}

li  {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 5px;
}

#footer_nav li  {
    list-style-position: outside;
    margin-left: 0;
}

#footer_nav>ul>li   {
    list-style-type: none;
}
#sec2   {
    margin-bottom: 0;
}
.icon16px   {
    width: 16px !important;;
}
#googlemap>iframe   {
    width: 100%;
    height: 100%;
}



@media screen and (min-width:1101px){
#floorplan  {
    width: 600px;
    margin: 20px auto;
}
div#googlemap  {
    width: 700px;
    height: 400px;
    margin: 10px auto 30px;
}
}

@media screen and (max-width:1100px) and (min-width:751px){
    #floorplan  {
        width: 600px;
        margin: 20px auto;
    }
    div#googlemap  {
        width: 700px;
        height: 400px;
        margin: 10px auto 30px;
    }
}

@media screen and (max-width:750px){
    #floorplan  {
        width: 80%;
        margin: 20px auto;
    }
    div#googlemap  {
        width: 90%;
        height: 350px;
        margin: 10px auto 30px;
    }
}