@charset "UTF-8";
/* CSS Document */
#wrapper {
  overflow: hidden;
}
.wrap {
  overflow: hidden;
}
/*PC ハンバーガーメニュー*/
.inner_m {
  width: 90%;
  margin: 0 auto;
}
.inner_m:after {
  content: "";
  clear: both;
  display: block;
}
/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  /*line-height: 1;*/
  z-index: 999;
  background: #fff;
}
#top-head a, #top-head {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#top-head .inner_m {
  position: relative;
  margin-bottom: 20px;
}
#top-head .logo {
  float: left;
  font-size: 30px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  /*bottom: 0;*/
  font-size: 14px;
}
#global-nav ul li {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  float: left;
  margin-top: 10px;
}
#global-nav ul li a {
  padding: 0 10px;
}
#global-nav ul li a:hover {
  color: green;
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  opacity: 0.9;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 10px;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
/**************************************************************************************/
/**************************************************************************************/
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  h1, h2, h3, h4, p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  }
  #header {
    background-color: #fff;
  }
  .header_title {
    width: 100%;
    margin: auto;
    background: #000;
  }
  p.header_title_in {
    max-width: 1000px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
  }
  h1 img {
    width: 300px;
    float: left;
  }
  .header_right {
    float: right;
  }
  .header_right p {
    float: left;
    color: #fff;
    line-height: 1.2;
  }
  #head_area {
    max-width: 1000px;
    margin: auto;
    padding: 20px 0;
    overflow: hidden;
  }
  /*メイン画像*****************************************************************************************/
  #main_img {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #main_img .slider img {
    width: 100%;
  }
  #main_img h2 {
    position: absolute;
    top: 55%;
	left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 100;
    color: #fff;
    font-size: 3.5em;
    text-align: center;
    font-family: Avenir Next, "sans-serif";
    font-weight: bolder;
    text-shadow: #000 1px 0 10px;
	  width: 100%;
  }
  #main_img h2 span {
    position: relative;
    z-index: 50;
    font-size: 12px;
    text-align: center;
    font-family: Avenir Next,Arial,Helvetica, "sans-serif";
    color: #fff;
    font-weight: bolder;
    letter-spacing: 1px;
    text-shadow: #000 1px 0 5px;
  }
	.br_none{
		display: none;
	}	

  /*トップページのコンテンツ*/
  .header-title {
    position: relative; /*必ず必要*/
    z-index: 3000; /*必ず必要*/
    /*display: flex;*/
    /*width: 50%;*/
    top: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
  }
  .header-title img {
    width: 50%;
  }
  /*宣言文*/
  #sengen_area {
    max-width: 700px;
    margin: auto;
    padding: 5em;
  }
  #sengen_area h3 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    color: #006600;
    border-bottom: 1px #000 solid;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    font-family: Avenir Next,Arial,Helvetica, "sans-serif";
    letter-spacing: 1px;
  }
  #sengen_area p {
    text-align: center;
    font-size: 1.5em;
  }
  /*トップページ3加工*/
  #point3_area {
    width: 100%;
    background: url("../img/dummy03.jpg");
	background-size: cover;
    padding: 5em 0;
    position: relative;
  }
  #point3_area::after {
    content: '';
    background-color: rgba(19, 99, 0, .7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #point3_area div {
    max-width: 1000px;
    margin: auto;
	  margin-bottom: 1em;
  }
  #point3_area h3 {
    text-align: center;
    font-weight: bold;
    font-size: 3em;
    color: #fff;
    font-family: Avenir Next,Arial,Helvetica, "sans-serif";
    letter-spacing: 1px;
    position: relative;
    z-index: 5;
  }
  .point3_in p {
    color: #fff;
    text-align: center;
    margin-bottom: 4em;
    position: relative;
    z-index: 5;
  }
  #point3_area .cssgrid p a:link{
	  color: pink;
	}
  #point3_area .cssgrid p a:hover{
	  color: deeppink;
	}	
  .cssgrid {
    max-width: 1000px;
    display: flex;
    margin-bottom: 50px;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 20;
  }
	.cssgrid > div{
		width: 47%;
	}
  .cssgrid > div > div {
    background: #fff;
    overflow: auto;
    padding: 2em;
  }
  .cssgrid h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    color: green;
    margin-bottom: 10px;
  }
  .cssgrid h5 span {
    font-size: 0.5em;
    color: #B0B0B0;
  }
  .cssgrid > div p {
    text-align: justify;
  }
	.cssgrid img{
  filter: grayscale(100%);/*モノクロ具合を変更したい場合はこの数値を変更*/
  transition: .2s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}
.cssgrid a:hover img{/*hoverした時の変化*/
  filter:grayscale(0);
}
	
}
/************************************************************************/
/*インデックスのnoneレスポンシブ*/
/************************************************************************/
/*レイアウト*/
.footer_in {
  background: #000;
  padding: 40px 0;
}
#footer .foot_logo img {
  max-width: 200px;
  margin-bottom: 20px;
}
#footer p {
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
#footer .foot_red {
  background: green;
  padding: 1em;
}
#footer .foot_red ul {
  overflow: hidden;
  margin: auto;
  max-width: 1000px;
}
#footer .foot_red ul li {
  float: left;
  margin-right: 20px;
  color: #fff;
  font-size: 80%;
}
#footer p.copy {
  text-align: center;
  font-size: 0.8em;
  color: #000000;
  padding: 20px 0;
  background: #fff;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
/*ページトップ*/
#page-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 60%;
	z-index: 2000;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 70px;
  padding: 20px 0;
  text-align: center;
  display: block;
  /*border-radius: 100px;*/
  opacity: 0.9;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}