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

body {
	background-image: url(../img/bg.jpg);
	background-size:contain;
}

h1,h2,h3,h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

h3 {
	margin-top: 10px;
}

small{
	font-size: small;
}

p{
	line-height: 140%;
}

.container-flex-center{
	display: flex;
	justify-content: center;
}

.fb-like > span {
    vertical-align: baseline !important;
}

.fb-share-button > span {
    vertical-align: baseline !important;
}

.google-maps {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.google-maps iframe,
.google-maps object,
.google-maps embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

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