/*
Theme Name:SKIN child
Theme URI:
Description:WordPressテーマ「SKIN」の自作子テーマです。
Template:skin_tcd046
Author:rattan
Author URI:
Version:0.0.8
*/

.ggmap {
width: 100%;
position: relative;
aspect-ratio:3/1;
overflow: hidden;
}
@media(max-width:599px){
	.ggmap {
width: 100%;
position: relative;
aspect-ratio:3/2;
overflow: hidden;
}
}
  
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
