/*
ロゴ色
#f5740a			=> #8ac889
245, 116, 10	=> 138, 200, 137
*/
/* ==========================================================================
	Font [START]
========================================================================== */
/*
@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
*/
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
/*  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-seri;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/* ==========================================================================
	Font [END]
========================================================================== */




/* ==========================================================================
	Basic [START]
========================================================================== */
body {
  padding: 0;
  margin: 0 auto;
  background-color: #f1f1f1;
  color: #505050;
/*  font-family: 'Raleway', Arial, sans-serif;*/
/*  font-weight: 600;*/
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
}
p,
a,
nav,
ul,
li,
span,
button,
div,
body,
header,
section,
footer,
article,
strong {
/*  font-family: 'Raleway', sans-serif;*/
/*  font-weight: 300;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
/*  font-family: 'Raleway', Arial, sans-serif;*/
}
img {
  max-width: 100%;
}
a,
a:hover,
a:focus {
  color: #8ac889;
  text-decoration: none;
}
.external:after {
  content: "\f08e";
  font-family: "FontAwesome";
}
::selection {
	background:#8ac889;
	color: #fff;
}
::-moz-selection {
	background:#8ac889;
	color: #fff;
}
/*
--------------------------------
fixed footer
--------------------------------
*/
html {
	height: 100% !important;
}
body {
	position: relative;
	height: 100%;
}
.wrapper {
	height: 100%;
}
.contents-body {
	min-height: 100%;
	height: auto;
	margin: 0px auto -62px;
	padding-top: 40px;
	padding-bottom: 62px;
}
.fixed-footer {
	height: 62px;
}
/*
--------------------------------
コンテンツボックス
--------------------------------
*/
.cbx-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.cbx-heading {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .cbx-heading {
/*    margin-top: 70px;*/
/*    margin-bottom: 40px;*/
  }
}
.cbx-heading h2 {
/*  font-family: 'Raleway', Arial, sans-serif;*/
  font-weight: 600;
  color: #8ac889;
  font-size: 35px;
  font-size: 3.5rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 40px;
}
.cbx-heading p {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.7rem;
  padding-top: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}
.cbx-heading hr {
  width: 7%;
  border: 1px solid #8ac889;
}
.white-heading h2 {
  color: #fff;
}
.white-heading hr {
  border-color: #fff;
}
/*
--------------------------------
テキスト
--------------------------------
*/
@media (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
}
p.indentation-single {
    text-indent: -1.0em;
    padding: 0 0 0 1.0em;
}
/*
--------------------------------
リンク
--------------------------------
*/
a.btn-style {
  border-radius: 0px;
  background: #505050;
  color: #8ac889;
}
a.btn-style:hover {
  background: #505050;
  color: #ffffff;
  text-decoration: none;
}
/*
--------------------------------
モーダルウィンドウ
--------------------------------
*/
.modal-header .close {
  margin-top: -9px;
}
.modal-header .close span i {
  font-size: 25px;
  color: #56b055;
}
.modal-header {
	border-bottom: none;
}
/*
--------------------------------
スペース
--------------------------------
*/
.space_S {
	height: 1rem;
}
.space_M {
	height: 2rem;
}
.space_L {
	height: 3rem;
}
/* ==========================================================================
	Basic [END]
==========================================================================*/




/* ==========================================================================
	Header [START]
========================================================================== */
#sec-headertop {
  background: url('../images/bg_header.jpg') center center no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}
#sec-headertop-inner {
  background: rgba(138, 200, 137, 0.85);
  /*背景アニメーション*/
/*  animation: header-bg-color 30s ease 6s infinite forwards;*/
}
/*背景アニメーション*/
/*
@-webkit-keyframes header-bg-color {
  0% { background: rgba(231, 76, 60, 0.85); }
  20% { background: rgba(241, 196, 15, 0.85); }
  40% { background: rgba(26, 188, 156, 0.85); }
  60% { background: rgba(52, 152, 219, 0.85); }
  80% { background: rgba(155, 89, 182, 0.85); }
  100% { background: rgba(231, 76, 60, 0.85); }
}
@keyframes header-bg-color {
  0% { background: rgba(231, 76, 60, 0.85); }
  20% { background: rgba(241, 196, 15, 0.85); }
  40% { background: rgba(26, 188, 156, 0.85); }
  60% { background: rgba(52, 152, 219, 0.85); }
  80% { background: rgba(155, 89, 182, 0.85); }
  100% { background: rgba(231, 76, 60, 0.85); }
}
*/

/* サイトタイトル */
.headertop-txt {
  margin-top: 100px;
  margin-bottom: 100px;
  color: #fff;
  text-align: center;
  height: 100%;
}
.headertop-header {
  font-size: 20px;
  font-size: 2rem;
}
.headertop-main {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 90px;
  font-size: 9rem;
}
.headertop-sub {
  margin-top: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 40px;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .headertop-txt {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .headertop-header {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .headertop-main {
    font-size: 60px;
    font-size: 6rem;
  }
  .headertop-sub {
    font-size: 30px;
    font-size: 3rem;
	line-height: 1.2;
  }
}

/* ロゴ・メニュー */
.navbar-default {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border: 0;
	background: rgba(138, 200, 137, 0.85);
	box-shadow: none;
  /*背景アニメーション*/
/*  animation: header-bg-color 30s ease 6s infinite forwards;*/
}
.navbar-fixed-top {
	background: rgba(255,255,255, 0.95);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-fixed-top .navbar-nav>li>a {
	color: #777;
}
@media (min-width: 768px){
	#area-nav-logo {
		height: 26px;
		margin-top: 10px;
	}
	.navbar .nav {
		margin: 0;
		display: table;
		width: 100%;
	}
	.navbar .nav li {
		display: table-cell;
		float: none;
	}
	.navbar .nav li a {
		font-weight: bold;
		text-align: center;
	}
}
@media only screen and (max-width : 767px) {
	#sec-headertop {
		background: url('../images/bg_header_s.jpg') center center no-repeat fixed;
	}
	#area-nav-logo-xs {
		height: 68px;
	}
	.navbar-brand,
	.navbar-brand:focus {
		margin-left: 10px;
	}
	.navbar-brand {
		background-repeat: no-repeat;
		background-position: left center;
		width: 150px;
		height: auto;
		padding: 24px 0;
		text-indent: -99999px;
		font-size: 24px;
		font-weight: 600;
		line-height: 20px;
		letter-spacing: 4px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		background-image: url(../images/common/logo.png);
	}
	.navbar-toggle {
		margin-top: 18px;
		border: none;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: rgba(138, 200, 137, 0.3);
		background-color: #505050;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-fixed-top .navbar-toggle .icon-bar {
		background-color: #8ac889;
	}
}
/* ==========================================================================
	Header [END]
========================================================================== */




/* ==========================================================================
	About [START]
========================================================================== */
#sec-about {
}
/* ==========================================================================
	About [END]
========================================================================== */




/* ==========================================================================
	Latest [START]
========================================================================== */
#sec-latest {
  background: url('../images/bg_latest.jpg') center center no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}
#sec-latest .cbx-inner {
  background-color: rgba(80, 80, 80, 0.9);
}
@media (max-width: 767px) {
	#sec-latest .front-page {
		margin-bottom: 30px;
	}
	#sec-latest .front-page img {
		max-height:	480px;
	}
}
p.pickup {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 25px;
}
/* ==========================================================================
	Latest [END]
========================================================================== */




/* ==========================================================================
	Back Number [START]
========================================================================== */
@media (max-width: 480px) {
	.list-backnumber > .col-xs-6 {
		width: 100%;
	}
	.single-backnumber {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
}
.item-backnumber {
  padding-bottom: 30px;
}
.single-backnumber {
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.single-backnumber .figure-caption {
/*  background: rgba(138, 200, 137, 0.7);*/
  background: rgba(138, 200, 137, 0);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-backnumber:hover .figure-caption {
/*  background: rgba(138, 200, 137, 0.3);*/
  background: rgba(138, 200, 137, 0.8);
}
#sec-backnumber .item-figure {
  position: relative;
  overflow: hidden;
}
#sec-backnumber .item-figure img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
#sec-backnumber .item-figure .figure-link {
  margin: 0 0 35px 0;
}
#sec-backnumber .item-figure .figure-link a {
  background-color: #505050;
  min-height: 25px;
  min-width: 25px;
  padding: 7px 10px;
  border-radius: 50%;
  cursor: pointer;
}
#sec-backnumber .item-figure .figure-link a:hover {
  color: #ffffff;
}
#sec-backnumber .item-figure .figure-link a:hover i {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}

#sec-backnumber .single-backnumber .item-figure .figure-info {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: none;
}
#sec-backnumber .single-backnumber:hover .item-figure .figure-info {
	display: block;
}
#sec-backnumber .single-backnumber .item-figure .figure-info h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#sec-backnumber .single-backnumber .item-figure .figure-info h2 a {
  color: inherit;
}
#sec-backnumber .front-page {
	margin-bottom: 30px;
}
#sec-backnumber .backnumber-details p.pickup {
	line-height: 30px;
	margin-top: 30px;
}
#sec-backnumber .backnumber-details div.article p {
	line-height: 20px;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	#sec-backnumber .modal-body .front-page img {
		max-height: 480px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ==========================================================================
	Back Number [END]
========================================================================== */




/* ==========================================================================
	Form Placeholder [START]
========================================================================== */
input.placeholder-style::-webkit-input-placeholder,
textarea.placeholder-style::-webkit-input-placeholder {
  color: #8ac889;
}
input.placeholder-style:-moz-placeholder,
textarea.placeholder-style:-moz-placeholder {
  color: #8ac889;
}
input.placeholder-style::-moz-placeholder,
textarea.placeholder-style::-moz-placeholder {
  color: #8ac889;
}
input.placeholder-style:-ms-input-placeholder,
textarea.placeholder-style:-ms-input-placeholder {
  color: #8ac889;
}
/* ==========================================================================
	Form Placeholder [END]
========================================================================== */




/* ==========================================================================
	Contact [START]
========================================================================== */
#sec-contact {
  background: url('../images/bg_contact.jpg') center center no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}
#sec-contact .cbx-inner {
  background-color: rgba(138, 200, 137, 0.9);
}
.cbx-contact-form {
  padding-bottom: 50px;
}
.cbx-contact-info h3{
	margin-top: 0px;
}
.cbx-contact-info address {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
}
.cbx-contact-info address a {
	color: #fff;
	text-decoration: underline;
}
.cbx-contact-info address a:hover,
.cbx-contact-info address a:focus {
}
.cbx-contact-form .form-control {
  border-radius: 0;
  border: 1px solid #56b055 !important;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #505050;
  display: block;
/*  font-family: 'Open Sans', Arial, sans-serif;*/
  font-size: 18px;
  font-size: 1.8rem;
  height: 38px;
  line-height: 1.42857;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.cbx-contact-form textarea.form-control {
  height: 200px;
}
.cbx-contact-form .form-control:focus {
  background-color: #ffffff;
  border: 2px solid #56b055 !important;
}
.cbx-contact-form .privacy {
	background-color: #56b055;
	padding: 10px;
	margin-bottom: 30px;
	font-size: 13px;
}
.cbx-contact-form .privacy ul {
	list-style: none;
	margin-left: -30px;
	text-align: left;
}
.cbx-contact-form .privacy a {
	color: #fff;
	text-decoration: underline;
}
.cbx-submit-area {
  padding: 0;
}
.cbx-submit-btn {
  height: 38px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #8ac889;
  background-color: #505050 !important;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #8ac889;
}
.cbx-submit-btn:focus,
.cbx-submit-btn:hover {
  border: 2px solid #8ac889;
  color: #ffffff;
  outline: none;
}
.has-error .help-block {
	color: #aa3e3e;
	font-weight: bold;
}
label {
  color: #505050;
}
.alert {
	border-radius: 0;
}
.alert-danger {
	border: none;
	background-image: none;
	background-color: #d37070;
	color: #fff;
}
/* ==========================================================================
	Contact [END]
========================================================================== */




/* ==========================================================================
	Google Map [START]
========================================================================== */
#map {
	width: 100%;
	height: 520px;
}
/* ==========================================================================
	Google Map [END]
========================================================================== */




/* ==========================================================================
	Footer [START]
========================================================================== */
.cblz-footer-content {
  /* margin-top: 3%;*/
/*  font-family: raleway;*/
  font-size: 15px;
  color: #fff;
}
.cblz-footer-content p.copyright {
  margin-bottom: 0 !important;
  padding: 5px 0;
  font-size: 16px;
}
.cblz-footer-content p {
  margin-bottom: 0;
}
.cblz-footer-top {
  background-color: #777777;
  padding: 35px 0 20px 0;
}
.cblz-footer-bottom {
  background-color: #505050;
}
.cblz-footer-content {
  padding: 15px 0;
}
.footer-top-content ul {
  text-align: center;
}
.footer-top-content ul li {
  display: inline-block;
}
.footer-top-content ul li:first-child {
  margin-right: 20px;
  color: #fff;
  font-size: 25px;
}
.footer-top-content ul li:last-child {
  /* max-width: 20%; */
}
.footer-top-content ul li:last-child a {
  padding: 5px 35px;
/*  font-family: 'Lobster', cursive;*/
  font-weight: lighter;
  font-size: 24px;
  color: #fff;
}

#page-top a {
    z-index: 1000;
    position: fixed;
    bottom: 80px;
    right: 40px;
    text-decoration: none;
/*    background-color: #8ac889;*/
    background-color: #505050;
    color: #fff;
    filter: alpha(opacity=80);
    opacity: .8;
    width: 50px;
    padding: 2px 0 4px 0;
    font-size: 3rem;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    filter: alpha(opacity=1);
    opacity: 1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
/* ==========================================================================
	Footer [END]
========================================================================== */




/* ==========================================================================
	Print [START]
========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
/*    content: " (" attr(href) ")";*/
    content: "";
  }
  abbr[title]:after {
/*    content: " (" attr(href) ")";*/
    content: "";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
	Print [END]
========================================================================== */