body {
  font-family: Avenir,"Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
}
h1, h2, h3, h5, h6 {
  font-weight: bold;
}
img {
  max-width: 100%;
	width: 100%;
  height: auto;
}
a{
	text-decoration: none;
	color: #000;
}
li{
  text-decoration: none!important;
}

/*site-layout*/
.home-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
	width: 100%;
	background-color: #f2f2f2;
}
.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  padding: 10px;
  width: 70%;
  background-color: #f2f2f2;
}

@media (max-width: 599px) {
.container{
  width: 100%;
  margin-top: 75px;
	}
}

/*loading*/
#loader{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
  z-index:102;
}
#loadcontent{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  z-index: 110;
}

@media (min-width: 768px) {
  /*コンテンツとサイドバーを横に並べる*/
 .container:after {
    display: block;
    clear: both;
    content: '';
  }
  .contents {
		float: center;
    width: 100%;
  }
  
}
.contents > h1 {
  font-size: 1.5em;
  margin: 0 0 20px;
} 
@media (max-width: 599px) {
  .contents > h1 {
  font-size: 1.3em;
  }
}


.wrap-now-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  background: #FFF;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap-now-loading img {
  width: 40px;
}


/*header*/

/*選択画面*/
.bg-select_text{
  width: 50%;
	margin-left: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
video#bg{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 101;
  filter: blur(5px);
}
@media (max-width: 599px) {
video#bg{
 display: none;
}
#overlay {
  /*ここのパスがスマホの時のYes Noの背景になるよ！*/
  background-image: url('http://entomfarm.org/wp-content/uploads/2018/08/cricket.png') !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
#text{
		font-size: 35px!important;
	}
#text2{
		font-size: 35px!important;
	}
#text3{
		font-size: 35px!important;
	}
}
#overlay{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: none;
  width: 100%;
  height:100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 102;
  background: rgba(0,0,0,0.4);
}
#text{
  font-size: 48px;
  display: none;
  z-index: 103;
	margin-top: 80px;
  margin-bottom: auto;
}
#text2{
  font-size: 48px;
  display: none;
  z-index: 103;
  margin: auto;
}
#text3{
  font-size: 48px;
  display: none;
  z-index: 103;
  margin: auto;
}
ul#answer{
  display: none;
  width: 15%;
  color: #fff;
  margin: 0 auto;
  font-size: 24px;
  list-style: none;
  display: inline;
  white-space:nowrap;
}
ul#answer li{
  list-style: none;
  display: inline-block;
  width: 50px;
  margin: 40px 50px 20px 0;
  padding:52px 45px 48px 45px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
}
ul#answer :hover{
  opacity: 0.4;
}
@media (max-width: 599px) {
ul#answer li{
  width: 50px;
  margin: 40px 30px 20px 0;
  padding:42px 35px 38px 35px;
  }
}

/*slider*/
.slider{
  position: relative;
  margin: 20px auto 0px auto;
  width: 70%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	overflow: hidden;
}
@media (max-width: 1024px) {
.slider{
  width: 100%;
  }
.swiper-slide img{
	margin-top: 60px;
}
#text{
		font-size: 35px;
	}
}
@media (max-width: 599px) {
.swiper-pagination-bullet-active{
  display: none;
} 
}
.swiper-slide{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-left: 0px;
  margin-top: 15px;
}
.swiper-pagination{
	margin-bottom: 10px;
}
.swiper-pagination-bullet-active{
	background: #2f2f2f;
}

/*header-menu*/
header{
	width: 100%;
  height: auto;
}
.header-top{
	width: 100%;
	height: 65px;
  top: 0px;
	position: fixed;
  background-color: #fff;
  border-radius: 2px;
	z-index: 100;
	box-shadow:0px 2px 10px 1px rgba(0,0,0,0.1);
}
.header-logo a{
   height: 30px;
   width: auto;
}
@media (max-width: 599px) {
.header-logo img{
  width: 50%;
	margin-left: 25%
}
.toggle {
	right: 3%!important;
}
}
/*menu-button*/
/**クリック前のボタン**/
.toggle {
    position: fixed;
    right: 1%;
    top: 14px;
    display: block;
    width: 45px;
    height: 50px;
    cursor: pointer;
    z-index: 101;
}
.toggle span {
    display: block;
    position: absolute;
    width: 70%;
    border-bottom: solid 3px #4f4f4f;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
}
.toggle span:nth-child(1) {
    top: 3px;
}
.toggle span:nth-child(2) {
    top: 13px;
}
.toggle span:nth-child(3) {
    top: 23px;
}

/**クリック後のボタン**/
/***最初のspanをマイナス45度にする***/
.toggle.active span:nth-child(1) {
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/***2番目と3番目のspanを45度にする***/
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*menu-button-list*/
.global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 99;
    padding-top: 80px;
	  padding-bottom: 20px;
    color: #000;
	  background: rgba(255, 255, 255, 0.9);
    transition: all 0.5s;  
	  text-align: center;
}
.global_nav .nav_li {
    width: 100%;
    padding: 20px 0px 20px 0px;
    list-style-type: none;
}
.global_nav ul {
    padding: 0px;
}
.global_nav .nav_li a {
    display: block;
  	font-family: futura;
	font-size: 24px;
    color: #2f2f2f;
	text-decoration:none;
	letter-spacing: 2px;
}

/* ----.global_navに.activeが追加---- */
.global_nav.active {
    transform: none;
}


/*フッター*/
footer{
  background-color: #fff;
}
.footer-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}
.footer-inner{
  padding: 20px 10px 20px 10px;
  background-color: #fff;
}
@media (max-width: 599px) {
.copyright{
  font-size: 12px!important;
}
.logo-footer{
  width: 75px!important;
}
}
.copyright{
  margin: 10px 10px 10px 10px;
  font-size: 14px;
  text-align: center;
}
.copyright p{
  color: #4f4f4f;
}
.footer-logo{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.footer-logo img:hover {
  opacity: .7;
}

/*Kiji-index-PC*/
.kiji-contents{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 70px;
  margin-top: 65px;
}
.kiji-list {
  margin: 0 0 15px;
  background-color: #fff;
	width: 32.5%;
} 
.kiji-list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #4f4f4f;
}
.kiji-list a:after {
  display: block;
  clear: both;
  content: '';
}
.kiji-list img {
  height: 200px;
  object-fit: cover;
}
.kiji-list img:hover {
  opacity: .7;
}
.kiji-list .text {
  width: auto;
} 
.kiji-list h2 {
  font-size: 1.05em;
  line-height: 1.4;
  margin-top: 5px;
	margin-left: 0px;
  margin-bottom: 5px;
}
.kiji-date {
  font-size: .8em;
  margin-bottom: 8px;
  color: #666;
}
.cat-data {
  font-size: .8em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #666;
}
.cat-data a {
  display: none;
}
.kiji-list p {
  font-size: .8em;
  margin: 10px 0 0;
}
.kiji-writer {
	width: 100%;
	height: auto;
}
.kiji-writer-head{
	line-height: 90px;
	font-weight: bold;
	margin-bottom: -25px;
}
.kiji-writer p{
	color: #000;
	line-height: 10px
}

/*kiji-index-smp*/
@media (max-width: 599px) {
	.kiji-contents{
	display: block;
	}
	.kiji-list {
	width: 100%;
	}
}


/*kiji-single-pc*/
.kiji {
  font-size: 1em;
  margin: 0;
  padding: 30px 25px 25px;
}
.kiji-info .cat-data a {
  text-decoration: none;
  color: #666;
}
.kiji-info .cat-data a:hover {
  opacity: .6;
}
.kiji-img {
  display: none;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  margin: auto;
  text-align: center;
}
.kiji p {
  margin-top: 0;
  margin-bottom: 30px;
}
.kiji h1 {
  font-size: 1.7em;
  margin: .3em 0;
  margin-bottom: 30px!important;
}
.kiji h2 {
  font-size: 1.5em;
  margin-top: 3em;
  margin-bottom: 1.5em;
  padding: .4em 0;
  border-bottom: solid 5px #4f4f4f;
}
.kiji h3 {
  font-size: 1.35em;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  padding: 0 .5em;
  border-left: solid 5px #4f4f4f;
  background: transparent;
}
.kiji h4 {
  font-size: 1.2em;
  margin: 0 0 .3em;
} 
.kiji h5 {
  font-size: 1.1em;
  margin: 0 0 .3em;
}

/*kiji-single-smp*/
@media (max-width: 599px) {
  .kiji {
    font-size: 92%;
    padding: 0 10px 25px;
  }
  .kiji h1 {
    font-size: 1.3em;
  }
  .kiji h2 {
    font-size: 1.25em;
  }
  .kiji h3 {
    font-size: 1.2em;
  }
  .kiji h3:after {
    display: none;
  }
  .kiji h4 {
    font-size: 1.15em;
  }
  .kiji h5 {
    font-size: 1.1em;
  }
}

/* member */
.members-text{
	padding: 10px 30px 9px 30px;
	display: inline-block;
	margin: 40px 0 0 0;
}
.members-text span{
  color: #2f2f2f;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	background: linear-gradient(transparent 50%, yellow 50%);
}
.members-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0px 0px 0px;
}

.members-list img:hover {
  opacity: .7;
}
.members-list p{
	font-size: 14px;
}
.members-list span p{
	margin-top: 6px;
	font-size: 14px;
	line-height: 10px;
}
.member-icon {
	position: relative;
}
.member-text{
	background: yellow;
	width: 200px;
	height: 155px;
	padding: 12px;
	margin: 6px;
	position: absolute;
	top: 140px;
	left: -40px;
	text-align: center;
	z-index: 2;
	pointer-events: none;
	border-radius: 3px;
	
	transition: all 400ms 0s ease;
	opacity: 0.0;
	transform: translateY(20px);
}
.member-text:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid yellow;
 	z-index: 2;
}
.member-text:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 16px solid yellow;
 	z-index: 1;
}
.member-text p{
	margin: 5px 10px -5px 10px;
	color: #2f2f2f;
}
.check-article{
	width: 180px;
	margin: 23px 0px 40px 10px;
	color: yellow;
	font-size: 13px;
	font-weight: 500!important;
	letter-spacing: 1px;
	line-height: 30px;
    background: #2f2f2f;
 	border: 0px solid #2f2f2f;
	border-radius: 6px;
    cursor: pointer;
}
.active-pop {
	pointer-events: initial !important;
	display: block;
	opacity: 1.0;
	transform: translateY(0px);
}
.article-flex-between-fix{
  width: 32.5%;
  margin: 0 0 15px;
  display: none;
}
.img-caption{
  font-size: 12px;
  color: #777;
  margin-top: -30px;
}


@media (max-width: 599px) {
	.place-map {
		height: 300px;
	}

  .member-icon {
    width: 150px !important;
    padding: 10px 30px !important;
  }

  .member-text {
    top: 180px !important;
    left: -12px !important;
  }
}

/* google map */
#googlemap {
  width: 100%;
  height: 350px;
}

.place-map {
	width: 100%;
	height: 480px;
	border: none;
}

/* ツールバー削除のプロパティ */
#wpadminbar {
  display: none;
}
