@charset "UTF-8";

body,html{
	height: 100%;
}

body {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-feature-settings: 'palt';
  color: #111;
  color: #005bac;;
  line-height: 2;
  letter-spacing: 0.08em;

  text-align: center;

  background-color: #fcfcfc;
}

a{
	color: #005bac;
}

a:hover{
	opacity: 0.4;
	transition: .4s;
}

.container{
	width: 900px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px){
	.container{
		width: 92%;
	}
}

#header{
	/*border-top: 20px solid #fff;*/
	font-weight: bold;
	text-align: center;
	position: relative;
	/*margin: 30px;
	box-sizing: border-box;*/
}

@media only screen and (max-width: 768px){
	#header{
		/*border-top: 10px solid #fff;*/
	}
}

#header h1{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -110px;
	margin-top: -180px;
}

#header h1 img{
	width: 220px;
	height: auto;
}

@media only screen and (max-width: 768px){
  	#header h1{
		margin-left: -80px;
		margin-top: -122px;
	}

	#header h1 img{
		width: 160px;
	}
}

#content{
	padding-top: 60px;
	padding-bottom: 60px;

	/*background-color: #005bac;
	color: #fff;*/

	color: #005bac;
	line-height: 2.1;
}

#content p{
	margin-bottom: 20px;
}

#content p span{
	border-bottom: 2px dotted #005bac;
	padding-bottom: 3px;
	letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px){
	#content p span{
		padding-bottom: 0px;
		letter-spacing: 0.2em;
	}
}

#content p:last-child{
	font-size: 1.2em;
	margin-bottom: 0;
}

@media only screen and (max-width: 768px){
	#content{
		width: 90%;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 40px;
		line-height: 2.2;
	}
}

#copy{
	font-size: 1.8em;
	text-align: center;

}

@media only screen and (max-width: 768px){
	#copy{
		font-size: 1.2em;
		text-align: center;
	}
}

#fb{
	position: fixed;
	top: 40px;
	right:  50px;
	font-size: 1.6em;
}

@media only screen and (max-width: 768px){
	#fb{
		top: 20px;
		right: 30px;
		font-size: 1.2em;
	}
}

#fb a{
	color: #fff;
}

#footer{
	text-align: left;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px){
	#footer{
		text-align: center;
		margin-bottom: 0;
	}
}

#contact{
	margin-top: 20px;
}

@media only screen and (max-width: 768px){
	#contact{
		margin-top: 10px;
	}
}

.list-inline{
	text-align: center;
}

.list-inline li{
	font-size: 2.4em;
	padding-left: 24px;
	padding-right: 24px;
	display: inline-block;
	text-align: center;
}

@media only screen and (max-width: 768px){
	.list-inline li{
		font-size: 2em;
		padding-left: 15px;
		padding-right: 15px;
	}
}

#copyright{
	font-size: 0.8em;
	margin-bottom: 80px;
}

@media only screen and (max-width: 768px){
	#copyright{
		font-size: 0.7em;
		padding-bottom: 40px;
	}
}

.row{
	overflow: hidden;
}

.grid{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px 20px;
}

@media only screen and (max-width: 768px){
  	.grid{
		float: none;
		padding: 10px;
	}
}

.grid-6{
	width: 50%;
}

@media only screen and (max-width: 768px){
  	.grid-6{
		width: 100%;
		float: none;
	}
}

#map {
	position: relative;
	padding-top: 29%;
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}

@media only screen and (max-width: 768px){
  	#map {
		padding-top: 70%;
		margin-bottom: 30px;
	}
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hidden-pc{
	display: none;
}

@media only screen and (max-width: 768px){
  	.hidden-pc{
		display: block;
	}
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #005bac;*/
	background: url(../img/bg00.png) #005bac;;
	opacity: 1;
	z-index: 10000000;
	text-align: center;
}