@charset "utf-8";
/* CSS Document */

.secondtitle {
	  text-align: center;
}

.allmenu {
  display: flex;
    justify-content: space-between;
	align-items: baseline;
}

.detail-image {
 vertical-align: top;
 background-repeat: no-repeat;
 margin: 10px  5px;
 padding: 10px  5px;
 float: left;
 }
 
 
.detail-text {
 font-size: 14pt;
 vertical-align: top;
 word-wrap: break-word;  
 margin: 10px  5px;
 padding: 10px  5px;
}


.detail {
 overflow: hidden ;
}

.googlemap {
	  text-align: center;
}


.googlemap {
position: relative;
padding-bottom: 25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}