body {
	font-family: 'Open Sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Helvetica, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/* color: #222222; */
	color: #000000;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}
a {
	font-family: 'Open Sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Helvetica, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	/*
	padding-right: 20px;
	padding-left: 20px;
	*/
	padding: 20px;
}
/***************************************/
a:link { color: #e1600b; }
a:visited { color: #e1600b; }
a:active { color: #e1600b; }
a:hover { color: #f8a36b; }
a.btn {
	margin: 5px;
	border-width: 2px;
	border-radius: 0.4em;
}
/***************************************/
.bg-primary {
  background-color: #628d41 !important;
}
.navbar.bg-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a813c), color-stop(50%, #527636), to(#4a6a31));
  background-image: linear-gradient(#5a813c, #527636 50%, #4a6a31);
  background-repeat: no-repeat;
  -webkit-filter: none;
          filter: none;
  border: 1px solid #3a5326;
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e4f0d9;
}
.btn-outline-primary {
  color: #4a6a31;
  background-color: transparent;
  background-image: none;
  border-color: #527636;
}
a.btn-outline-primary {
  color: #4a6a31;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5a813c;
  border-color: #5a813c;
}
/***************************************/
nav .nav-item {
	font-size: 14px;
}
nav .nav-item .dropdown-menu a.dropdown-item {
	font-size: 14px;
}
/***************************************/
section {
	position: relative;
	padding-top: 20px;
	padding-bottom: 60px
}
section {
	border-top: 2px solid #8fb78f;
}
section h5.bar {
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 2px solid #aaaaaa;
}
section ul,ol {
	margin-bottom: 0px;
	padding-left: 20px;
}
/***************************************/
section#banner {
	padding-top:60px;	/* ナビゲーションの高さ */
	width:100%;
	height:460px;
	background:url(../image/banner/photo_bg.png) no-repeat;
	background-position:center center;
	background-size:100%;
}
section#banner-sm {
	padding-top:60px;	/* ナビゲーションの高さ */
	height:460px;
	background-color: #dfc6ac;
	background:url(../image/banner/photo_bg.png) no-repeat;
	background-position:center center;
}
section#about {
	border-width: 0px;
}
/***************************************/
.section-heading {
	margin: 60px 0 40px 0;
	text-align: center;
}
.section-heading h1 {
	display: inline-block;
	margin-bottom: 0;
	color: #527636;
}
.section-heading p {
	font-size: 18px;
	color: #777777;
}
.section-heading .divider:after {
	content: "";
	position: relative;
	height: 4px;
	width: 100px;
	display: block;
	text-align: center;
	margin: 13px auto;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
	background: #527636;
}
/***************************************************************************************************
* ページトップ
*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	display: block;
	z-index: 999;
	padding-top: 12px;
	border-radius: 30px;
	border: 2px solid #ffffff;
	width: 60px;
	height: 60px;
	background-color: #4a6a31;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#page-top a:hover {
	text-decoration: none;
	/*opacity: 0.7;*/
	background-color: #5a813c;
}
/***************************************************************************************************
* フッター
*/
footer {
	padding: 40px 0;
	text-align: center;
	background: #628d41;
}
footer a > img {
	width: 140px;
}
footer .social {
	display: block;
	margin-top: 30px;
}
footer .social a {
	margin: 8px 8px;
	padding: 13px 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	border: 2px solid #ffffff;
}
footer .social a i {
	color: #ffffff;
	width: 1em;
}
footer .social a:hover {
	background: #ffffff;
}
footer .social a:hover i {
	color: #ae8a63;
}
footer .copyrights {
	color: #ffffff;
	margin-top: 30px;
}
footer .copyrights a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	font-weight: bold;
}
footer .copyrights a:hover {
	text-decoration: none;
}
footer .rights a {
	font-weight: bold;
	text-decoration: none;
}
footer .copyrights a:hover {
	text-decoration: underline;
}
footer .menu {
	margin-bottom: 30px;
}
footer .menu a {
	color: rgba(255, 255, 255, 0.75);
}
footer .menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/***************************************************************************************************
* Googleマップ
*/
section#access .google-maps {
	position: relative;
	padding-bottom: 400px;
	height: 0;
	overflow: hidden;
}
section#access .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
