@charset "UTF-8";
/* CSS Document */

.titleimg{
background-image:url("../info/images/topimage.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}

/*============施設紹介============*/
.shisetsu{
margin:3em 0;
}
.shisetsu_bun{
text-align: left;
margin:0 0 1em 0;
}

.shisetsu_photo img{
border-radius: 10px;
}


@media screen and (min-width:760px){
.shisetsu{
display: flex;
justify-content: space-between;

}
.shisetsu_bun{
width:47%;
}

.shisetsu_photo{
width:47%;
}

}

/*============平面図============*/

.heimenzu{
width:100%;
background: #fff;
margin:0 auto;
border-radius: 50px;
padding:5em 2em;
}

.heimenzu img{
width:100%;
max-width:600px;
}
@media screen and (min-width:760px){
.heimenzu{
padding:5em;
}
}