@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
body {
	font-family: 'Noto Sans Japanese', sans-serif;
/*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
*/
	color:#FFF;
	background: #157872;
}
.head {
	background-color: #E16429;
	display: block;
	height: 70px;
	left: 0;
	margin-top: 50px;
}
.head h1#logo {
	position: absolute;
	top: 5px;
	margin:0;
}
.head #menu {
	margin-top:10px;
}
.foot {
	background-color: #E16429;
	display: block;
	height: 70px;
	left: 0;
	margin-top: 50px;
}
.foot #logo {
	position: absolute;
	top: 5px;
	margin:0;
}
.foot #address {
	padding-top:10px;
}
a, a:focus, a:hover {
	color: #fff;
}
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text-large {
	font-size:28px;
}
h2, strong {
     font-family: 'Noto Sans Japanese', sans-serif;
	 font-weight: bold;
}
hr {
	clear:both;
	display: block;
	border:none;
	height:5px;
}
.orange {
	color:#FCC522!important;
}
.black {
	color:#333!important;
}
.pd0 {
	padding:0!important;
}
.pdt10 {
	padding-top:10px!important;
}

.icon {
  display: block;
  margin-bottom:20px;
  padding: 0;
  color: #FFF;
  font-size:50px;
}
.icon i {
  width: 100px;
  height: 100px;
  margin: 0;
  border: 2px solid #FFF;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
}