@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Description : お知らせ
 
=====================================================================================*/

.l-ctVisual {
  background-image:url(../image/ctVisual.jpg);
}

.gmap {
    width: 100%;
    height: 420px;
    border: none;
    margin-bottom: 1em;
}
@media screen and (max-width:750px) {
    .gmap {
        height: 640px;
    }
}

address {
    padding: 1.25em;
    border: 2px solid #f0f095;
    background-color: #fdfdea;
    box-sizing: border-box;
}

.shisetsu {
    display: flex;
}
.shisetsu .shisetsuimg {
    margin-right: 1em;
}
.shisetsu .shisetsuinfo dl {
    display: flex;
    flex-wrap: wrap;
}
.shisetsu .shisetsuinfo dt {
    display: inline-block;
    margin-right: 1em;
}
.shisetsu .shisetsuinfo dd {
    display: inline-block;
}
@media screen and (max-width:750px) {
    .shisetsu {
        display: block;
    }
    .shisetsu .shisetsuimg {
        margin-right: 0;
        margin-bottom: 1em;
        text-align: center;
    }
    .shisetsu .shisetsuinfo dd {
        width: 100%;
    }
}

