/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
/*  color: #fff;*/
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  color: #555;
  text-align: center;
 /* text-shadow: 0 .05rem .1rem rgba(0,0,0,.5); */
}

/* Extra markup and styles for table-esque vertical and horizontal centering */

.wf-nicomoji {
	font-family: "Nico Moji"; 
}



.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  background-image: url(../images/background.jpg);
  background-position: center center;
  background-size: cover;
/*  -webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
          box-shadow: inset 0 0 5rem rgba(0,0,0,.5);*/
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.toph1{
	font-size: 22px;
	color:rgba(2,116,33,1.00);
	font-weight: bolder;
/*	text-align: left !important;*/
}

.yokoku{
	font-size: 40px;
	color:rgba(2,116,33,1.00);
	font-weight: bolder;
	text-align: center;
}

.bg-white{
	background-color: rgba(255,255,255,1.00);
}

/* Padding for spacing */
.inner {
  padding: 1rem;
  padding-bottom: 30px;
}


/*
 * Header
 */

.masthead {
  margin-bottom: 1rem;
    background-color: rgba(255,255,255,0.78);
}


.masthead div img{
	width:220px;
	float: left;
	margin-bottom: 15px;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: bold;
/* color: rgba(255,255,255,.5);*/
  background-color: transparent;

  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255,255,255,.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
/*  color: #fff;
  border-bottom-color: #fff;*/
}

@media (min-width: 992px) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: bold;
}


/*
 * Footer
 */


.gst{
	font-weight: bold;
	color: rgba(53,157,72,1.00);
}

.container div{
	font-size: 18px;
}

@media (max-width: 991px) {
	.container{
		width: 98%;
	}
}



.textzai{
	color: rgba(97,170,78,1.00);
	font-weight: bold;
}

.textgai{
	color: #ef7a33;
	font-weight: bold;
}

.textzetu{
	color:rgba(198,165,79,1.00);
	font-weight: bold;
}

.texttoku{
	color: #c83639;
	font-weight: bold;
}

.yakutxt{
	font-size: 16px;
}

.green{
	background-color: rgba(97,170,78,1.00);
}

.grassback{
	background-image: url(../images/background.jpg);
	background-position: center;
}

/*
 * Affix and center
 */

@media (min-width: 640px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }


}

@media (min-width: 992px) {
  .masthead,
  .mastfoot{
    width: 95%;
  }
  .cover-container{
  	width: 95%
  }
}

.btn_katou_green{
	background-color: rgba(103,158,68,1.00)!important;
	color: rgba(255,255,255,1.00)!important;
}

	.sekou_btn02{
	margin-bottom: 30px;
	margin-left: 20px;
}

.center_first_p{
	font-weight:bold;
	font-size:1.4em;
	text-align:center;
	/*margin-top:2em;*/	
}

.topbg{
	height: 65vh;
	background-image: url(../images/background.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	position: relative;
	
}

.ecotopimage{
	width: 240px;
}

.greenbg{
	background-color: #095a24;
}

.kuikomi{
	position: absolute;
	margin-top: -150px;
	z-index: 5 !important;
	left: 0;
	right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border:solid 5px #095a24;
	border-radius: 1em;	
}

.point3{
	display: inline-block;
}

.rediv{
	position: static;
	margin-top: 50px;
}

.divrera{

}

.divabso{
	display: inline-block;
}

.bggreen{
	background-color: #095a24;
	color: #ffffff;
}

.bggreen2{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0B2B16), color-stop(0.58, #095a24), color-stop(0.00, #8aae24));
background: -webkit-linear-gradient(top, #8aae24 0%, #095a24 57%, #0B2B16 100%);
background: -moz-linear-gradient(top, #8aae24 0%, #095a24 57%, #0B2B16 100%);
background: -o-linear-gradient(top, #8aae24 0%, #095a24 57%, #0B2B16 100%);
background: -ms-linear-gradient(top, #8aae24 0%, #095a24 57%, #0B2B16 100%);
background: linear-gradient(to bottom, #8aae24 0%, #095a24 57%, #0B2B16 100%);
	color: #ffffff;

}

.tribox {
display: inline-block;
  width: 0;
  height: 0;
  border: 100px solid transparent;
  border-top: 30px solid #0B2B16;
  border-bottom: none;
}

h1{
	line-height: 45px;
	letter-spacing: 1.5px;
	font-size: 1.5rem;
}

h2{
	letter-spacing:2px;
}



@media (min-width: 768px) {
	.smallfont1{
		font-size: 16px;
		color: rgba(90,90,90,1.00);
	}
	.bigfont2{
		font-size: 24px !important;
		font-weight: bold;
	}
	.bigfont3{
		font-size: 30px !important;
		font-style: italic !important;
	}


}

.colorgreen{
	color:#095a24;
}

.coloryellow{
	color:rgba(213,199,0,1.00);
	font-weight: bold;
}

.syou{
	font-size: 14px;
}

.top_copy{
	font-size: 18px;
}

.bgglid{
	background-color: #000000;
	color: white;
}

.uline{
background: linear-gradient(transparent 70%, rgba(9,90,36,1.00) 70%);
}

