@import url("style.css");


/* #############################################
Growup Add CSS
############################################# */

/* PC用フォントサイズ */
.f-size80{
	font-size:80px;
}
.f-size60{
	font-size:60px;
}

.f-size40{
	font-size:40px;
}

/* イタリック */
.italic{
	font-style:italic;
}

/* ボタン */
.btn1{
  background:#3E603B;
  padding:20px 40px;
  color:#FFF;
  transition : 1s;
}

.btn1:hover{
  color:#FFF;
  background:#879D86;
  transition : 1s;
}

/* after/before のはみ出し防止で必要 */
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }

header{
	max-height:280px!important;
	background:#FFF;
}

nav{
	padding:20px;
}

nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	font-size:0;
}

nav ul li{
	display:inline;
	font-size:30px;
	padding:0 30px;
}

nav ul li:first-child{
	border-right:solid 2px #000;
}

h1{
  font-size:7.3rem;
  color:#FFF;
  text-align: center;
  /*font-family: 'Shadows Into Light', cursive;*/
}

h1 span{
  font-size:4rem;
  padding-top: 30px;
  display: block;
}

h2 span{
  display: block;
  font-size:20px;
  margin-bottom: 15px;
}

section.single-area h2{
	text-align:center;
	margin-top:100px;
	color:#29C4A0;
}

.single-img h2{
	text-align:left!important;
	margin-top:0!important;
	font-weight:bold;
	color:#000!important;
}

.single-img h3{
	margin-top:0!important;
	margin-bottom:40px;
	color:#000!important;
}

section.single-area h3{
	font-weight:bold;
	margin-top:50px;
	color:#29C4A0;
	font-size:40px;
}

section.single-area h3 + p{
	background:#FFF;
	padding:20px;
	border-bottom:solid 1px #29C4A0;
	white-space: break-spaces;
}

section.single-area,section.page-area{
	margin:100px 0;
}

section.single-area img{
	max-width:100%;
	height:auto;
}

.single-img{
	margin-bottom:80px;
}


.main-img{
	top:350px;
	z-index: -1;
}

table.single-post-table{
	width:100%;
	background:#FFF;
}

table.single-post-table th{
	color:#29C4A0;
	width:20%;
	background:#FFFCF6;
	padding:10px 20px;
	border-bottom:solid 1px #29C4A0;
}

table.single-post-table td{
	width:80%;
	background:#FFFCF6;
	padding:10px 20px;
	border-bottom:solid 1px #29C4A0;
}

table.news-list{
  width:100%;
	border-collapse: separate;
	border-spacing:0 15px;
}

table.news-list tr{
    box-shadow: 2px 2px 0 #000,-2px 2px 0 #000,2px -2px 0 #000,-2px -2px 0 #000,5px 5px 5px gray;
	background-color:#fff6e1;
}

table.news-list th{
	width:30%;
	padding:20px;
	text-align:center;
}

table.news-list th img{
	max-width:100%;
	max-height:220px;
}

table.news-list td{
  width:70%;
  padding:20px;
}
.news-col p {
  margin: 0;
  padding: 0;
}

.nav-link{
  letter-spacing: 4px;
  color: #000 !important;
  padding-right: .8rem!important;
  padding-left: .8rem!important;
}

.relative-area{
  position: relative;
}

.langage p{
  text-align: center;
	line-height:0;
}

.langage a{
  padding:15px;
  background-color: #3E603B;
  margin: 0 auto;
  text-decoration: none;
  border: solid 2px #FFF;
}

ul.parent-cate{
	list-style:none;
	margin:0;
	padding:0;
}

footer{
  background-color: #E5F8F3;
  text-align: center;
}

footer ul{
  padding:0;
  margin:30px 0;
	list-style: none;
}

footer h2 img{
	width:372px;
}

/* 各エフェクトラッバー設定 START */

.grid {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
  width:100%;
  height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: -3px;
  width: 101%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 500;
	display: block;
	font-size: 10px;
	letter-spacing:2px;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.mt-2rem{
	margin-top:2rem;
}

/*----------------------------*/
/***** Oscarエフェクト *****/
/*----------------------------*/

figure.effect-oscar {
/* 	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%); */
}

figure.effect-oscar img {
	opacity:0;
/* 	opacity: 0.9; */
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 1.2em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin:0;
	margin-top: -1rem;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	padding-top:0.3em;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

figcaption h2{
	font-size:25px;
}

/*----------------------------*/
/***** Oscarエフェクト END *****/
/*----------------------------*/

/* カテゴリー表示非表示 */

p.secList{
	cursor:pointer;
	display:inline-block;
	margin-bottom:0;
}

.off{
	display:none;
}

.on{
	display:block!important;
}



/* メタスライダープラグイン position解除 */
.metaslider .caption-wrap{
	position:static!important;
}

.metaslider .flexslider .flex-direction-nav li a{
	background-image: url('../img/arrow_btn.png')!important;
	width:55px!important;
	height:55px!important;
}


.text-center{
	text-align:center;
}

.f12{
	font-size:12px;
}
.f13{
	font-size:13px;
}
.f14{
	font-size:14px;
}
.f15{
	font-size:15px;
}
.f16{
	font-size:16px;
}
.f17{
	font-size:17px;
}
.f18{
	font-size:18px;
}
.f19{
	font-size:19px;
}
.f20{
	font-size:20px;
}
.f21{
	font-size:21px;
}
.f22{
	font-size:22px;
}
.f23{
	font-size:23px;
}
.f24{
	font-size:24px;
}
.f25{
	font-size:25px;
}
.f26{
	font-size:26px;
}
.f27{
	font-size:27px;
}
.f28{
	font-size:28px;
}
.f29{
	font-size:29px;
}
.f30{
	font-size:30px;
}
.f31{
	font-size:31px;
}
.f32{
	font-size:32px;
}
.f33{
	font-size:33px;
}
.f34{
	font-size:34px;
}
.f35{
	font-size:35px;
}
.f36{
	font-size:36px;
}
.f37{
	font-size:37px;
}
.f38{
	font-size:38px;
}
.f39{
	font-size:39px;
}
.f40{
	font-size:40px;
}
.f41{
	font-size:41px;
}
.f42{
	font-size:42px;
}
.f43{
	font-size:43px;
}
.f44{
	font-size:44px;
}
.f45{
	font-size:45px;
}
.f46{
	font-size:46px;
}
.f47{
	font-size:47px;
}
.f48{
	font-size:48px;
}
.f49{
	font-size:49px;
}
.f50{
	font-size:50px;
}
#gtranslate-2>.widgettitle{
	display:none;
}

body {
position:relative;
}

#zoomback {
z-index:999;
display:none;
position:fixed;
top:0;
width:100%;
height:100vh;
background-color:rgba(0,0,0,0.8);
justify-content:center;
align-items:center;
}

#zoomimg {
width:50%;
border:solid 5px #fff;
}

.gtranslate_wrapper{
	display: flex;
    flex-direction: row;
    justify-content: center;
	column-gap: 1rem;
}

.gtranslate_wrapper>a{
	width:13rem;
}
#footer_logo{
	width:20%;
}

.header-cont01{
	display:flex; 
	flex-direction:row; 
	background-color:#FFFCF6;
	position:relative;
}

.header-width01{
	width:calc(33%);
}

.before01::before{
    content: "絶滅危惧種";
    position: absolute;
    width: 9rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	border-bottom: 1px solid black;
}

/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align:center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #66cccc;
	border-color: #66cccc;
	font-weight: bold;
    }

.guid-cont{
	flex-direction:column;
	margin:1rem 0.5rem;
	width:6rem;
}
.guid-circle{
	width:3rem;
	aspect-ratio:1/1;
	border:0.4rem solid;
	border-radius:100%;
	margin:0 auto;
}
.guid-name{
	font-size:1rem;
	text-align:center;
	white-space: nowrap;
}
.line-h-1{
	line-height:1;
}


@media screen and (max-width: 767px){
	#footer_logo{
		width:35%;
	}
}
/* ##################################
 * media css top oxwxo add
 * ################################## */
@media screen and (min-width: 1009px) {
	.before01::before{
		width: 13rem;
	}
}

@media screen and (max-width: 1199px) {
	body{
		font-size:27px;
	}
	figcaption h2{
		font-size:20px;
	}
	.grid figure p{
		font-size:50%;
	}
}

@media screen and (max-width: 991px) {
	table.news-list th,.news-list td{
		display:block;
		width:100%!important;
	}
	button{
		font-size:34px!important;
	}
}        
@media screen and (min-width: 992px) {
	.mini-col-lg-4{
		-ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
	}
}
@media screen and (max-width: 767px) {
	body{
		font-size:18px;
	}
	.news-col p{
		border-top:solid 1px #000;
	}
	h2.sub-titleh2,.map h2,.serch h2{
		font-size:40px;
	}
	.btn1{
		font-size:20px;
	}
	button{
		font-size:20px!important;
	}
	footer ul li a,nav ul li a{
		font-size:26px!important;
	}
	footer p{
		font-size:12px!important;
	}
	header h1 img{
		width:100%!important;
	}
	figure.effect-oscar h2{
		margin-top: -3rem;
		padding-top:1rem;
	}
	.grid figure p {
		font-size: 70%;
	}
}

@media screen and (max-width: 767px) {
    figure.effect-oscar img {
        aspect-ratio: 33 / 20;
    }
	
	.header-cont01{
		flex-direction:column; 
	}
	
	.header-width01{
		width:100%;	
	}
	
	section.single-area h3{
		font-size: 20px;
	}
	
	.sp-w-500px{
		width: 500px;
	}
	
	table.single-post-table th{
		padding: 10px 0px 10px 5px;
	}
	
	table.single-post-table td {
		padding: 10px 20px 10px 5px;
	}
	
	section.single-area{
		margin-top:0px;
	}
	
	.guid-cont {
		width:4rem;
	}
}