/* Facebook Like Box width: 100% */
.fb-like-box,
.fb-like-box span,
/*.fb-like-box iframe[style]{ margin-top:20px; margin-bottom:20px;width: 100%!important; }*/
.fb-like-box iframe[style]{
	margin-top:10px;
  margin-bottom:20px;
	width: 100%!important; }


.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin-top:20px;
  margin-bottom:20px;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}




/*==================================GoogleMap===============================================*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
			margin-top:20px;
		width: 100%;
		max-width: 500px;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
			margin-top:20px;
		width: 500px;
	}
}