@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Karla&display=swap');



body {
	background-repeat: repeat-x;
	color: #333333;
	line-height: 1.6em;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #FFF;
	font-size: 16px;
}

h1,h2,h3,h4,h5,h6,ul,li,ol,p {
	padding: 0;
	margin: 0;
}

/*table td {
	vertical-align: top;
}*/
img {
	border:0px;
}

.c-both {
	clear:both;
}

/* -- clearfix rules(float clear hack) -- */
.cf:before,
.cf:after { content:"";display:block; }
.cf:after { clear:both; }
.cf { zoom:1; }
/* -- /clearfix rules(float clear hack) -- */



/* リンク
---------------------------------------------------- */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover* {
	filter:alpha(opacity=80);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

a img:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.85;
    opacity: 0.85;
}


/* 共通設定
---------------------------------------------------- */
.text_L1 {
	font-size: 115%;
}
.text_small {
	font-size: 90%;
	line-height: 1.4em;
}
.text_xsmall {
	font-size: 80%;
	line-height: 1.4em;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

hr {
	border: 0 none;
	height: 1px;
	color: #999999;
	background-color: #999999;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.hr_01 {
	height: 1px;
	background-color: #a9ce02;
	border: none;
	color: #a9ce02;
	margin-top: 40px;
}
.line_01 {
	border: 1px solid #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.line_dot_01 {
	border:none;
	border-top:dashed 1px #999;
	height:1px;
	color:#FFFFFF;
}
.s_caption {
	margin-top: 0.5em;
	font-size: 100%;
}
.s_caption-2 {
	margin-top: 0.5em;
	font-size: 100%;
	line-height: 1.4em;
}
.no-space {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
@media (max-width: 767px) {
    .br::before {
	content: "\A" ;
	white-space: pre ;
	}
}
@media print, screen and (min-width: 768px) {
	br.sp { display: none; }
	br.pc { display: inline; }
	}
@media screen and (max-width: 767px) {
	br.sp { display: inline; }
	br.pc { display: none; }
}








/* レイアウト
---------------------------------------------------- */






/* ヘッダー
---------------------------------------------------- */
.logo_h {
	margin-top: 0px;
	margin-left: 50px !important;
	width: 183px;
}



@media (max-width: 767px) {
	.logo_h {
	margin-top: -10px;
	margin-left: 10px !important;
	width: 120px;
	}
}

.top_img_01 {
	width: 100vw;
	height: 700px;
	/*height: 100vh;*/
	/*margin-top: 80px;*/
	background-position:left center;
	background-size: cover;
	display: flex;
	align-items: center;
	background-image: url(../images/top_img_01.jpg);	/*justify-content: center;*/
}
.top_img_tx {
	position: absolute;
	width: 500px;
	top: 200px;
	right: 40px;
}




@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.top_img_01 {
	height: 500px;
		background-position: center;
	}	
	.top_img_tx {
	position: absolute;
	width: 250px;
	top: 200px;
	right: 15px;
	}
}
.head_ttl {
	height: 220px;
	background-color: #fff;
}
.head_ttl h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 36px;
	text-align: center;
	padding-top: 120px;
}
@media (max-width: 767px) {
    .head_ttl {
	height: 160px;
	}
	.head_ttl h2 {
	font-size: 24px;
	padding-top: 100px;
	}
}








/* ナビ
---------------------------------------------------- */
.nav_h {
	background-color: #a9ce02;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	height: 110px;
}
@media (max-width: 767px) {
	.nav_h{
	height: 60px;
	}	
}

.navbar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: -15px;
	background-color: transparent;
}


.navbar a {
	text-decoration: none;
	color: #fff !important;
}

.navbar-right {
	font-size: 21px;
	font-family: 'Karla', sans-serif;
	margin-top: 40px;
	margin-right: 40px;
	font-weight: 700;
}
.navbar-right a:hover {
	color: #666 !important;
	text-decoration: none !important;
}
.navbar-right a:focus {
	color: #000 !important;
	text-decoration: none !important;
}
.navbar-right li {
	margin-left: 40px;
}
.navbar-right #donate {
	background-color: #019f40;
	font-size: 18px;
	width: 8em;
	text-align: center;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.navbar-right #donate a:hover {
	background-color: #fff;
	width: 8em;
	border: 2px solid #019f40;
	color: #019f40 !important;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.navbar-brand {
	font-size: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	font-size: 16px;
	font-family: 'Karla', sans-serif;
	color: #000 !important;
}
.navbar-default .navbar-nav .open .dropdown-menu {
	filter:alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
	

/* mobile version */
.navbar-default .navbar-toggle {
	border-color: #DDD;
	background-color: #fff;
	margin-top: 25px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #CCC;
}
@media (max-width: 767px) {
	.nav_h {
	background-color: #a9ce02;
	height: 60px;
	}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
		text-decoration: underline;
		background-color: #ccc;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
		background-color: #aaa;
    }
	.navbar {
	background-color: #a9ce02;
	padding-right: 15px;
	}
	.navbar li {
	margin-left: 15px;tr
	}
	.navbar-nav {
	
	}
	
}







/* 文字指定
---------------------------------------------------- */
.ttl_01 {
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	color: #2d2d2b;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #a9ce02;
	width: 300px;
	text-align: center;
	padding-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
}
.ttl_02 {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.2em;
	color: #2d2d2b;
	text-align: center;
	margin-top: 10px;
}
.ttl_03 a,
.ttl_03-2 a {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #a9ce02;
	font-size: 18px;
	width: 12em;
	text-align: center;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	text-decoration: none;
}
.ttl_03 a:hover,
.ttl_03-2 a:hover{
	background-color: #fff;
	border: 2px solid #a9ce02;
	color: #a9ce02;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ttl_03-2 {
	margin-top: 20px;
}
.ttl_04 {
	font-size: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	color: #A9CE02;
}
.ttl_05 {
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.2em;
}
.ttl_06 {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #a9ce02;
	font-size: 18px;
	width: 12em;
	text-align: center;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	text-decoration: none;
	border-style: none;

}

.ttl_06:hover {
	background-color: #fff;
	border: 2px solid #a9ce02;
	color: #a9ce02;
	padding-top: 10px;
	padding-bottom: 10px;
}


.tx_01 {
	font-size: 18px;
	line-height: 1.6em;
}
.tx_02 {
	font-size: 14px;
	line-height: 1.6em;
}



@media (max-width: 767px) {
	
}




/* 各種設定
---------------------------------------------------- */


.bg_01 {
	background-image: url(../images/bg_img_01.png);
	height: 895px;
	background-position: center top;
	background-repeat: no-repeat;
}
.bg_02 {
	background-image: url(../images/bg_img_02.png);
	height: 600px;
	background-repeat: no-repeat;
	background-position: right;
}
.bg_03 {
	background-image: url(../images/bg_img_03.jpg);
	background-size: cover;
	height: 600px;
	background-position: center;
}


@media (max-width: 767px) {
	.bg_01 {
	background-image: none;

	}
	.bg_01-2 {
	background-image: url(../images/bg_img_01s.png);
	height: 300px;
	background-size: cover;
	}
	.bg_02 {
	background-image: none;
	height: auto;
	}
	.bg_02-2 {
	background-image: url(../images/bg_img_02s.png);
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	}
	.bg_03 {
	height: 800px;
	}
}

.bg_04 {
	background-color: #eeeeee;
}



.btn_01 {
	text-align: center;
	margin-top: 40px;
}
.btn_02 {
	margin-top: 15px;
}
.btn_03 {
}


.box_01 {
	background-color: #FFF;
	padding: 20px;
	font-weight: 500;
}
.box_01-2 {
	background-color: #FFF;
	padding: 20px;
	text-align: center;
}

@media (max-width: 767px) {
	.btn_01 img,
	.btn_02 img {
		width: 150px;
	}
	.btn_03 {
		margin-top: 15px;
	}
	.box_01-2 {
	margin-bottom: 15px;
	}
}

.s-contact dt {
	font-family: 'Karla', sans-serif;
	float: left;
	clear: left;
	width: 8em;
	background-color: #fcf2dc;
	padding: 8px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: 25px;
	font-weight: normal;
	font-size: 18px;
}
.s-contact dd {
	float: left;
	padding-top: 8px;
	font-size: 16px;
}

.img_01 {
	margin-right: -30px;
	margin-left: -30px;
}
@media (max-width: 767px) {
	.img_01 {
	margin-right: 0px;
	margin-left: 0px;
	}
}




/* Google Map
---------------------------------------------------- */
.map_wrapper {
	/*max-width: 640px;*/
  min-width: 280px;
	padding: 4px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
 
.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}





/* Facebook
---------------------------------------------------- */





/* 書き換え
---------------------------------------------------- */
.glyphicon-envelope {
	color: #ffdc5f;
}
.img-responsive-2 img {
  display: block;
  width: 100%;
  height: auto;
}
.col-xs-6,
.col-xs-4 {
	margin-bottom: 15px;
}



/* TOP イメージ文字重ね		
---------------------------------------------------- */
#top_img-box{
	position: relative;
	margin-bottom: 30px;
}
.top_img-box-mini{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	color: #fff;
	background-color: rgba( 51, 51, 51, 0.50 );
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
 }
.top_img-box-text{
	width: 100%;
	/*font-size: 90%;*/
}
#top_img-box h3 {
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
	/*font-weight: 700;*/
	float: left;
	margin-top: 7px;
}
#top_img-box p {
	font-size: 12px;
	/*line-height: 1.6em;*/
	float: right;
}
#top_img-box a {
	color: #FFF;
	text-decoration: none;
}
#top_img-box .entry_ttl {
	line-height: 1.1em;
}






/* Word Press
---------------------------------------------------- */
.page_no{
	font-size: 18px;
	font-family: 'Karla', sans-serif;
	/*font-weight: 700;*/
}
#s_blog {
	font-size: 14px;
}
#s_blog h3 {
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#s_blog li {
	list-style-type: none;
}
.entry_content img {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	max-width: 100%;
	height: auto;
}
.entry_content p {
	line-height: 2em;
}
.entry-title h3 {
	line-height: 1.4em;
}




/* Page TOP
---------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	background-color: #BBBBBB;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	text-indent: -0.4em;
	opacity: 0.7;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.9;
}


/* フッター
---------------------------------------------------- */

.foot {
	color: #FFF;
	background-color: #019f40;
	text-align: center;
	font-size: 14px;
}
.foot a {
	color: #FFF;
	text-decoration: none;
}
.foot a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.foot_menu {
	margin-top: 40px;
	margin-bottom: 25px;
}
.foot_menu li {
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	list-style-type: none;
	display: inline;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 18px;
}



.foot_copy {
	font-family: 'Karla', sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-top: 25px;
	text-align: center;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.foot_menu {
	margin-top: 15px;
	margin-bottom: 15px;
	}
	.foot_menu li {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 14px;
	}
	.foot_logo_xs {
	background-image: url(../images/hummigbird_w.png);
	width: 120px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-top: 20px;
	}
	#foot_a {
	display: none;
	}		
}




/* フェードイン設定
---------------------------------------------------- */
body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
