@charset "UTF-8";
/* CSS Document */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}

html {
	font-size: 62.5%;
	scroll-padding-top: 140px;
}
body {
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 16px;
	color: #333;
	line-height: 1.875;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: justify;
	text-justify:inter-ideograph;
	letter-spacing: 0.025em;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.875;
}
a {
	text-decoration: none;
	color: #333;
}

.ggmap {
position: relative;
padding-bottom: 42.7%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

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




