@charset "utf-8";

#contact iframe {
  width: 100%;
  height: 600px;
  margin: 0 auto;
}

#about .img-save-none,
#info .img-save-none {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  pointer-events: none; 
  touch-callout: none;
  user-select: none;
}

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