@charset"utf-8";

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
  min-height: 100%;
  position: relative;
}
body {  
	color: #264B00;  
/*	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;*/
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',sans-serif;
	font-size: 14px;
	line-height: 1.5; 
	background:#ffffff; 
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */  
	width:100%;
	padding: 0;
	margin: 0;
}
footer {

}
.ital {
	font-style: italic;
}
/* --- clearfix --- */
.clr::after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
*::before, *::after {
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/*------------------------------------*\
    BORDERS
\*------------------------------------*/
 
/* Create a series of empty pseudo-elements... */
html:before,html:after,body:before,body:after{
    content:"";
    background:#006D2A;
    position:fixed;
    display:block;
    z-index:5;
}
 
/* ...and position them! */
html:before{
    height:10px;
    left:0;
    right:0;
    top:0;
}
html:after{
    width:10px;
    top:0;
    right:0;
    bottom:0;
}
body:before{
    height:10px;
    right:0;
    bottom:0;
    left:0;
}
body:after{
    width:10px;
    top:0;
    bottom:0;
    left:0;
}


header {
  line-height: 56px;
  text-align: center;
  width: 100%;
  color: #fff;
}
.cb-header {
  position: fixed; /* ヘッダーバーを固定 */
  top: 0; /* 上から0の位置に固定 */
  left: 0; /* 左から0の位置に固定 */
 /* display: none;  ヘッダーバーを非表示 */
}
.header_main {
    height: 120px;
    line-height: 0;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}
._pbf {

}
#wrapper {
	text-align: center;
	width: 100%;
    margin: 120px auto;
    max-width: 940px;
}
.logoImg {
    text-align: center;
}
._pbf {
    position: absolute;
    right: 0;
    top: 0;
}
.navi_01 {
	width: 94%;
    margin: 86px auto;
    max-width: 660px;
}
.navi_01 li {
	float:left;
	font-style: italic;
	font-size:18px;
}
.navi_01 li a {
    color: #333333;
    display: block;
    margin: 0 33px;
    text-decoration: none;
    padding-bottom:5px;
}
.navi_01 li:first-child a {
    margin: 0 33px 0 0;
}
.navi_01 li:last-child a {
    margin: 0 0 0 33px;
}
.navi_01 li a:hover {
	background:rgba(0, 0, 0, 0) url("../img/navi_c.png") no-repeat scroll center bottom;
}
.bottom_img {
    background: rgba(0, 0, 0, 0) url("../img/s05.png") repeat-x scroll 0 0;
    height: 131px;
}

.About {
	width: 90%;
	max-width:940px;
	margin:0 auto 180px;
}
h2 {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
}
h2 img {
	margin-right:10px;
}
.about_txt1 {
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin: 70px auto 110px;
    max-width: 850px;
}

.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
h3 {
    margin: 0 auto 18px;
    text-align: center;
}
.fight {
	margin: 0 auto 45px;
    color: #000000;
    font-size: 25px;
    text-align: center;
}
.about_ul li:first-child,.about_ul li:nth-child(5) {
	margin: 20px 10px 20px 0px;
}
.about_ul li:nth-child(4),.about_ul li:last-child {
	margin: 20px 0px 20px 10px;
}
.about_ul li {
	margin: 20px 10px;
    background: rgba(0, 0, 0, 0) url("../img/s02.png") no-repeat scroll 0 0;
    color: #000000;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    text-align: center;
    width: 220px;
    line-height: 60px;
}
.about_ul li:nth-child(3),.about_ul li:nth-child(4) {
    line-height: 1.6em;
}
.Work {
	width: 90%;
    margin: 0 auto 110px;
    max-width: 940px;
}
._w01 {
    margin: 60px auto;
    width: 100%;
}
ul._w01_ul li {
	margin-bottom: 65px;
    float: left;
    width: 280px;
    text-align: center;
}
ul._w01_ul {
    width: 900px;
}
ul._w01_ul li:nth-child(2),._w01_ul li:nth-child(5) {
    margin: 0 30px;
}
ul._w01_ul.clr p {
    text-align: left;
}
ul._w01_div1_ul {
    width: 280px;
}
ul._w01_div1_ul > li {
    float: left;
    margin-right: 3px;
    width: auto;
}
ul._w01_div1_ul > li:nth-child(2),._w01_div1_ul li:nth-child(5) {
	margin: 0 3px 0 0;
}
ul._w01_div1_ul > li:last-child {
	margin: 0 ;
}
.c_name {
    margin: 15px auto;
}
.c_name span {
    float: right;
    margin-right: 5px;
}
.c_name img {
    margin-right: 5px;
    vertical-align: middle;
}
.Member {
	width: 90%;
    margin: 0 auto 110px;
    width: 940px;
}
.member_box {
    margin: 22px auto 45px;
}
._m40 {
	margin:0 auto 68px;
}
._intro_ul > li:first-child {
    color: #338539;
    font-size: 13px;
}
._intro_ul > li:nth-child(2) {
    color: #333333;
    margin: 8px 0 0;
    font-size: 18px;
    font-weight:bold;
}
._intro_ul > li:nth-child(3) {
    font-size: 13px;
    color: #333333;
    font-weight:bold;
    margin: 0px 0 8px;
}
._intro_ul > li:nth-child(4) {
    color: #333333;
    font-size: 16px;
}
.member_box figure {
    float: left;
}
.member_box .intro {
    float: left;
}
._intro_ul {
    margin-left: 25px;
}
.Access {
	width: 90%;
	width:940px;
	margin:0 auto 110px;
}
.gMap {
    margin: 60px auto 20px;
    text-align: center;
}
.access_box {
    margin: 0 auto;
    width: 800px;
}
.access_box figure {
	padding-top: 10px;
    float: left;
	margin: 0 40px 0 30px;
}
.a_intro_ul {
    color: #333333;
    font-size: 15px;
}
.a_intro_ul.ital a {
    color: #333333;
}
.a_intro_ul li {
    margin: 5px auto;
}
.Contact {
	width: 90%;
    margin: 0 auto 50px;
    max-width: 940px;
}
.tblContact {
	width: 500px;
    margin: 60px auto 0;
    max-width: 500px;
}
.tblContact th {
    color: #006d2a;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 13px;
}
.txt01 {
    border: 1px solid #c8c8c8;
    height: 30px;
    width: 100%;
}
.tblContact textarea {
    border: 1px solid #c8c8c8;
    height: 200px;
    max-width: 500px;
    width: 100%;
}
.tblContact td {
    padding-bottom: 40px;
    font-size: 16px;
}
.btn_check {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}
.btn_check a {
	display:block;
	text-decoration:none;
	font-size:18px;
	background:#006D2A;
	font-weight:bold;
	color:#FFFFFF;
	padding: 10px 0;
}
.error_txt {
    color: #ff0000;
}
.info_01 {
    font-size: 18px;
    margin: 0 auto;
    width: 500px;
}
.info_02 {
    font-size: 18px;
    margin: 20px auto 100px;
    width: 500px;
}
.sp {
	display:none;
}
.pc {
	display:inline;
}
#bufuBox {
	position: relative;
    top: 200px;
    left: 80px;
    width: 100px;
    height: 100px;
    transition: all 1s ease-in-out;
    z-index: -1;
}

/* タブレット */
@media (max-width: 1024px) and (min-width: 737px) {

}
/* スマホ */
@media (max-width: 767px) {
	body {
		width:100%;
	}
}
/* iPhone 4, 4S, 5, 5s, 5c, iPod touch 4, 5 */
@media only screen
 and (min-device-width: 320px)
 and (max-device-width: 568px)
 and (-webkit-min-device-pixel-ratio: 2) {
	body {
		width:100%;
	}
	*::before, *::after {
	    box-sizing: border-box;
	}
	*::before, *::after {
	    box-sizing: border-box;
	}
	img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	.sp {
		display:inline;
	}
	.pc {
		display:none;
	}
	.logoImg img {
	    width: 30%;
	}
	#wrapper {
	    margin: 10% auto;
	}
	.navi_01 li:first-child {
	    margin: 0 3% 0 0;
	}
	.navi_01 li {
	    font-size: 90%;
	    margin: 0 3%;
	}
	.navi_01 li:last-child {
	    margin: 0 0 0 3%;
	}
	.navi_01 li:first-child a {
	    margin: 0 3% 0 0;
	}
	.navi_01 li a {
	    margin: 0 3%;
	}
	.navi_01 li:last-child a {
	    margin: 0 0 0 3%;
	}
	h2 span {
	    color: #7FC42D;
	    font-size: 90%;
	    padding-left: 2%;
	}
	.about_txt1 {
	    font-size: 100%;
	    line-height: 1.8em;
	    margin: 10% auto 20%;
	    width:100%;
	}
	h3.sp {
		text-align:center;
		display: block;
	}
	h3 img {
	    width: 30%;
	    margin: 0 auto;
	    text-align: center;
	}
	.fight {
	    margin: 2% auto 45px;
	    font-size: 170%;
	    text-align: center;
	}
	.about_ul li {
	    margin: 20px 10px;
	    font-size: 100%;
	    width: 47%;
	}
	nav {
		z-index: 1;
	    padding: 10px;
	    overflow: hidden;
	    position: relative;
	}
	nav ul.navi_01 {
	    list-style: none outside none;
	    float: left;
	    margin: 0 0 10% 0;
	    padding: 0;
	    position: relative;
	    left: 50%;
	    z-index: 1;
	}
	nav ul.navi_01 li {
		z-index: 1;
	    position: relative;
	    left: -50%;
	}
	.about_ul li:nth-child(3), .about_ul li:nth-child(4) {
	    line-height: 1.5em;
	    padding-top: 2.5%;
	}
	.about_ul li:first-child, .about_ul li:nth-child(5) {
	    margin: 0;
	}
	.about_ul li:nth-child(n+1) {
	    margin: 20px 10px 20px 0px;
	}

	._ul_h {
		z-index: 1;
	    padding: 10px;
	    overflow: hidden;
	    position: relative;
	    display: block;
	}
	._ul_h ul.about_ul {
		z-index: 1;
	    list-style: none outside none;
	    position: relative;
	    left: 50%;
	}
	._ul_h ul.about_ul li {
		z-index: 1;
		position: relative;
	    left: -50%;
	}
	.About {
	    margin: 0 auto 15%;
	}
	ul._w01_ul {
    	width: 100%;
	}
	ul._w01_ul li {
	    margin-bottom: 5%;
	    margin-right: 0%;
	    float: left;
	    width: auto;
	    text-align: center;
	    line-height: 0;
	}
	ul._w01_div1_ul {
	    width: 100%;
	}
	ul._w01_ul.clr p {
	    text-align: left;
	    font-size: 65%;
	}
	ul._w01_ul li:nth-child(2), ._w01_ul li:nth-child(5) {
	    margin: 0%;
	}
	ul._w01_ul li:nth-child(n+1) {
	    margin:0 2% 0 0;
	}
	ul._w01_ul li {
	    margin: 0 0.5% 0 0;
	    width: 48%;
	}
	ul._w01_div1_ul li:nth-child(n+1) {
	    margin: 0 0.5% 0 0;
	}
	ul._w01_div1_ul li {
	    margin: 0;
	    width: 21%;
	    
	}
	ul._w01_div1_ul li:nth-child(2), ._w01_div1_ul li:nth-child(5) {
	    margin: 0 0.5% 0 0;
	}
	ul._w01_div1_ul li:nth-child(1), ._w01_div1_ul li:nth-child(5) {
	    width: 15%;
	}
	._w01_div1_ul li:nth-child(5) {
	    width: 17%;
	}
	._w01_div1 {
	    padding-bottom: 30%;
	}
	.c_name span {
	    margin-top: -3%;
	}
	.Work {
	    margin: 0 auto 20%;
	}
	.Member {
	    width: 90%;
	    margin: 0 auto 20%;
	}
	.member_box .intro {
	    float: left;
	    width: 70%;
	}
	.member_box figure {
	    width: 30%;
	}
	._intro_ul > li:first-child {
	    font-size: 90%;
	}
	._intro_ul > li:nth-child(2) {
	    font-size: 120%;
	}
	._intro_ul > li:nth-child(2) span {
	    font-size: 60%;
	    padding-left: 5%;
	}
	._intro_ul > li:nth-child(4) {
	    font-size: 100%;
	}
	._intro_ul {
	    margin-left: 2%;
	}
	.Access {
	    width: 90%;
	    margin: 0 auto 20%;
		position: relative;
	}
	.gMap {
	    margin: 10% auto 10%;
	    text-align: center;
	    width: 100%;
	}
	.gMap iframe {
	    width: 100%;
	}
	.access_box {
	    margin: 0 auto;
	    width: 100%;
	}
	.access_box figure {
		margin: 0 4% 0 1%;
		width: 15%;
	}
	.a_intro {
	    width: 80%;
	    float: left;
	}
	.a_intro_ul {
	    font-size: 90%;
	}
	.tblContact {
	    width: 100%;
	}
	._pbf {
	    position: absolute;
	    right: 3%;
	    top: 0;
	    width: 18%;
	    z-index:5;
	}
	.cb-header {
	    z-index: 5;
	}
	.info_01 {
		width:100%;
	}
	.info_02 {
		width:100%;
	}
	#bufuBoxSp {
		top: 80px;
		width: 100%;
		transition: all 1s ease-in-out;
		right: 0;
		z-index: -1;
		opacity: 0;
		position: absolute;
	}
	#bufuBoxSp img {
		width:40%;
		text-align:right;
		float: right;
	}
	@keyframes horizontal {
	    0% { transform:translateX( -150px); }
	  100% { transform:translateX(  0px); }
	}
	@keyframes vertical {
	    0% { transform:translateY(-160px); }
	  100% { transform:translateY(  0px); }
	}
	#bufuBoxSp {
	  animation: horizontal 0.8s ease-in-out infinite alternate;
	}

	#bufuBoxSp img {
	  animation: vertical 0.5s ease-in-out infinite alternate;
	}
}