@charset  "utf-8";

/* CSS Document */
html {
    height: 100%;
}

body {
    font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif,"游ゴシック",YuGothic;
    line-height: 170%;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
		line-height:140%;
		font-weight:normal;
		text-align:center;
}
p,img {
    margin: 0 0 20px 0;
}
ul,ol, ul li {
		list-style:none;
}
pre {
    white-space: pre-wrap;
/* CSS3 browsers  */
    white-space: -moz-pre-wrap !important;
/* 1999+ Mozilla  */
    white-space: -pre-wrap;
/* Opera 4 thru 6 */
    white-space: -o-pre-wrap;
/* Opera 7 and up */
    word-wrap: break-word;
/* IE 5.5+ and up */
/* overflow-x: auto; */
/* Firefox 2 only */
/* width: 99%; */
/* only if needed */
}
pre {
    width: 100%;
    overflow: auto;
    margin: 2rem 0;
    padding: 1rem .8rem 1rem 1.2rem;
    color: #3f3b36;
    border: 1px solid #ebebeb !important;
    font: lighter 1.2rem/2rem Monaco,MonacoRegular,monospace;
    background: url(../images/pre.png) repeat 0 -.9rem;
    background-size: 1px 4rem;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
}

.navbar-nav {
  margin-top: 14px;
}

/*------------------------------------------------------------
	微調整用クラス
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }

.floatL { float: left !important; }
.floatR { float: right !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

section {
  padding:50px 10px;
	overflow:hidden;
	clear:both;
}

/*** Header ***/

#top-header {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .container-h {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-h {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-h {
    width: 1100px;
  }
}
@media (max-width: 768px) {
  .container {
	  margin:0;
    padding:0;
  }
	.row {
	  width:auto;
		padding:10px 15px;
		margin:0 auto;
	}
section {
  padding:30px 10px;
	overflow:hidden;
	clear:both;
}
}

.navbar-default {
    border-top: 3px solid #a38a54;
    margin-bottom: 0;
    background-color: rgba(251,250,246,0.9);
}
.navbar-default.navbar {
  min-height: 70px;
  border: none;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
}
.navbar-default a {
  text-decoration: none;
}
.navbar-default .navbar-brand {
    float: left;
    margin: 0;
    padding: 0;
    height: 34px;
    text-decoration: none;
}
.navbar-default .navbar-header .navbar-brand img {
  float: left;
	max-height:34px;
  margin-top: 14px;
  margin-right: 20px;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:active, .navbar-default .navbar-header .navbar-brand:focus {
  outline: none;
}
.navbar-default a {
  color: #000;
  font-size: 18px;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-default .h-tel a {
	height:42px;
	margin:-10px 0 0 0;
	padding:0 0 0 14px;
	position:relative;
}
.navbar-default .navbar-nav > li.active a {
  color: #81c141;
  background: none;
}
.navbar-default .navbar-nav > li.active a:active, .navbar-default .navbar-nav > li.active a:focus, .navbar-default .navbar-nav > li.active a:hover {
  color: #81c141;
  outline: none;
  background: none;
}

.navbar-toggle {
  margin-top: 20px;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .navbar-default.navbar {
    min-height: 64px !important;
  }
  .navbar-default .navbar-header {
    height: 64px !important;
  }
  .navbar-default .navbar-header .navbar-brand {
    margin-left: 15px;
    height: 40px !important;
  }
  .navbar-default .btn-calltoaction {
    margin-top: 0 !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*** Toggle ***/

.f-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.f-nav-toggle.active i::before, .f-nav-toggle.active i::after {
  background: #2e2e2e;
}
.f-nav-toggle:hover, .f-nav-toggle:focus, .f-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.f-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 3px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.f-nav-toggle i::before, .f-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.f-nav-toggle.f-nav-white > i {
  color: #ffffff;
  background: #ffffff;
}
.f-nav-toggle.f-nav-white > i::before, .f-nav-toggle.f-nav-white > i::after {
  background: #ffffff;
}

.f-nav-toggle i::before {
  top: -7px;
}

.f-nav-toggle i::after {
  bottom: -7px;
}

.f-nav-toggle:hover i::before {
  top: -10px;
}

.f-nav-toggle:hover i::after {
  bottom: -10px;
}

.f-nav-toggle.active i {
  background: transparent;
}

.f-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.f-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.f-nav-toggle {
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 21;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .f-nav-toggle {
    display: block;
  }
}

/*------------------------------------------------------------
	PAGE DESIGN
------------------------------------------------------------*/

/*** Hero ***/
#main-hero {
    min-height: 1040px;
    width: 100%;
    top: 0;
    margin: 0;
		padding:0;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    position:relative;
}
#main-hero .text {
    text-align: center;
		top:0;
		left:0;
		right:0;
    margin: 0 auto;
    padding: 0;
    z-index: 2;
    position: absolute;
}
#main-hero .text h1 {
    padding: 70px 0 0 10px;
    text-align: center;
    display: block;
}
#main-hero .text h1 img {
    margin: 0 auto;
}

/*** Hero SP ***/
@media screen and (max-width: 768px) {
    #main-hero_sp {
        height: 560px;
        width: 100%;
        top: 0;
        margin: 0;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-color: #fff;
    }
    #main-hero_sp .text {
		    max-width:100%;
        text-align: center;
        margin: 0;
        padding: 10px;
        z-index: 2;
        position: relative;
    }
    #main-hero_sp .text h1 {
        padding: 0;
        margin: 50px 0 8px 0;
        text-align: center;
        display: block;
    }
    #main-hero_sp .text h1 img {
		    max-width:100%;
        margin: 0 auto;
    }
}

/***** Footer *****/
#footlink {
    background-color: #45b035;
    width: 100%;
    padding: 30px 0;
    margin: 0;
    clear: both;
    overflow: hidden;
		text-align:center;
}
.footlink {
    width:100%;
		margin:0 auto;
}
.footlink li{
    width:23.4%;
    display:inline;
		float:left;
    margin:0 1% 0 0;
		padding:0;
		vertical-align: bottom;
}
.footlink li:nth-of-type(4){
			margin:0;
		}
.footlink li img{
    max-width:100%;
    height:auto;
		margin:0 auto 10px auto;
}
#top-footer {
    background-color: #fff;
    width: 100%;
		text-align:center;
    padding: 30px 0;
    margin: 0;
    clear: both;
    overflow: hidden;
}
#top-footer img {
    margin: 0 auto 10px auto;
}

@media screen and (max-width: 768px) {
#footlink {
    padding: 10px 0;
}
.footlink {
    width:100%;
		margin:0 auto 0 -10px;
}
.footlink li{
    width:46%;
		margin:0 1%;
}
.footlink li:nth-of-type(4){
		margin:0 1%;
		}
}

.i-gotop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: #fff !important;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 6px;
    z-index: 18;
    text-decoration: none !important;
}
.i-gotop > i {
    position: relative;
    display: block;
    font-size: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*** Main ***/
.bg-f {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: auto;
    overflow: hidden;
}
.bg-y {
    width: 100%;
    height: auto;
    background-color: #f3f0e9;
    margin: auto;
    overflow: hidden;
}
.container h2 {
    width: 98%;
    background-color: #45b035;
		color:#fff;
		padding:10px;
    margin: auto;
    overflow: hidden;
}
.container h3 {
    width: 98%;
		color:#fff;
		padding:0;
    margin: auto;
    overflow: hidden;
}
.container h3 img {
    margin:0 auto;
}

@media screen and (max-width: 768px) {
.container h2 {
    font-size:18px;
}
.container h2 span {
    font-size:16px;
}
.container h3 {
    width: 96%;
}
}

/*** AboutBox ***/
.aboutBox {
    max-width: 98%;
    height: auto;
    background-color: #ffffff;
    margin: auto;
    margin: 50px auto;
}
.aboutBox img {
    max-width: 100%;
    margin: 0 auto 10px auto;
}

/*** whiteBox ***/
.whiteBox {
    max-width: 98%;
    height: auto;
    background-color: #fff;
    margin: auto;
		padding:30px 10px;
		text-align:center;
    box-shadow: 0 0 6px 2px #ccc;
    -moz-box-shadow: 0 0 6px 2px #ccc;
    -webkit-box-shadow: 0 0 6px 2px #ccc;
		overflow: hidden;
}
.mt-10 { margin-top:10px;}
.mt-50 { margin-top:50px;}
.whiteBox h4 {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0 auto 20px auto;
}
.whiteBox img {
    max-width: 100%;
    margin: 0 auto 10px auto;
}

/*** voiceBox ***/
.voiceBox {
    max-width: 98%;
    height: auto;
    background:url("../img/bg-b.png") repeat;
		border-radius: 6px;
    margin: auto;
    margin-top: 50px;
		padding:30px 10px;
		text-align:center;
    box-shadow: 0 0 6px 2px #ccc;
    -moz-box-shadow: 0 0 6px 2px #ccc;
    -webkit-box-shadow: 0 0 6px 2px #ccc;
		overflow: hidden;
}
.voiceBox img {
    max-width: 100%;
    margin: 0 auto 10px auto;
}
.comArea {
   width:56%;
	 background-color:#fff;
	 margin:30px 0.5% 0px 3.5%;
	 padding:20px;
	 float:left;
}
.comArea p {
   text-align:left;
	 margin-bottom:0;
}
.comArea p span { color:#e7373c;}

.imgArea {
   width:40%;
   margin-top:30px;
	 float:right;
}

@media screen and (max-width: 768px) {
.aboutBox {
    margin: 20px auto;
		padding:20px 10px;
}
.whiteBox {
		padding:20px 10px;
		margin-bottom:10px;
}
.mt-10 { margin-top:10px;}
.mt-50 { margin-top:20px;}
.voiceBox {
    margin-top: 20px;
		padding:20px 10px;
}
.comArea {
   width:100%;
	 margin:20px auto 0px auto;
	 float:none;
}
.imgArea {
   display:none;
}
}


/*** Page top ***/

.page-top-btn {
	display: none;
}

.page-top-btn {
	display: block;
	margin: 0;
	padding: 0;
	opacity: 0.8;
}
.page-top-btn p {
	margin: 0;
	padding: 0;

	position: fixed;
	right: 16px;
	bottom: 16px;
}	 
.move-page-top {
	display: block;
	background: #187fc4;
	width: 50px;
	height: 50px;
	cursor:default;

	color: #fff;
	line-height: 50px;
	text-decoration: none;
	text-align: center;

	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.btn {
  width:100%;
	text-align:center;
	margin-top:50px;
}
.btn img {
  max-width:100%;
	margin:0 auto;
}

@media screen and (max-width: 768px) {
.floatL, .floatR { float: none; }
.btn {
	margin:20px auto -10px auto;
}
.btn img {
  max-width:100%;
	margin:0 auto 10px;
}
}