@charset "UTF-8";
/* CSS Document */

/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
a:focus {
	outline:none;
}
address, caption, cite, code, dfn, em, th, var{
    font-style: normal; 
    font-weight: normal;
}
a{
	text-decoration:none;
	}

/*body*/
body{
	 font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#808080;
	line-height:1.4em;
	background:#F1F2F2;
	position:relative;
	}
	
a{
	color:#000;
	}
	
a:hover{
	opacity:0.7;
	}
	
h2{
	font-size:25px;
	font-weight:bold;
	color:#000;
	border-bottom:2px solid #717171;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	}

	
#wrap{
	width:960px;
	margin:15px auto 0 auto;
	padding:0 0 180px 0;
	overflow:hidden;
	background:#fff;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0x;
	}
	
#header{
	width:100%;
	padding:10px 0 0 0;
	}

.head_title{
	float:left;
	height:85px;
	}
	
#header .tel{
	float:right;
	width:34%;
	height:85px;
	font-size:22px;
	font-weight:bold;
	position:relative;
	}

#header .tel p{
	position:absolute;
	bottom:0;
	line-height:1.1em;
	}
	
	
/*ヘッダーナビゲーション*/	
.main_nav {
	width:100%;
	overflow:hidden;
	display: flex; 
	align-items: center;
	justify-content: center;
	padding:20px 0 0 0;
	 	}
		
.main_nav li{
	float:left;
	width:170px;
	height:40px;
	margin:20px 0;
	text-align:center;
	color:#717171;
	border-left:1px solid #C9C9C9;
	display: flex; 
	align-items: center;
	justify-content: center;
	background:#fff;
	}
	
.main_nav .last-child{
	border-left:1px solid #C9C9C9;
	border-right:1px solid #C9C9C9;
	}
	
/*side*/		
#side{
	float:left;
	width:226px;
	margin:0 12px 0 0 ;
	padding:10px 0 0 0; 
	text-align:center;
	clear:both;
	}
	
.side_nav{
	margin:30px 0 0 0;
	}
	
.side_nav li{
	margin:0 0 3px 0;
	}
	
.fb-page{
	margin:15px 0;
}

.instagram{
	margin:0 0 0 3px;
	}

.side_bn{
	background:#F3F3F3;
	border:1px solid #999;
	margin:8px 0 3px 3px;
	padding:15px 0 10px 0;
	}

.side_bn img{
	width:90%;
	}

.side_bn2{
	border:1px solid #999;
	margin:8px 0 3px 3px;
	padding: 12px 0 8px 0;
	}
	
.side_bn2 img{
	width: 100%;
	}
	
	
/*content*/	
#content{
	float:right;
	width:722px;
	padding:5px 0 0 0; 
	}
	
.content_inner{
	width:600px;
	margin:45px auto 0 auto;
	font-size:15px;
	line-height:1.5em;
	overflow:hidden;
	}
		
.top_text{
	width:60%;
	float:left;
	margin:0 20px 0 0;
	}
	
.content_text{
	width:100%;
	margin:0 20px 0 0;
	}
		
.btn {
	width:120px;
	font-size:16px;
	font-color:#000;
	font-weight:bold;
	margin:50px auto;
	padding:30px 50px;
	border:2px solid #000;
	text-align:center;
	letter-spacing: 2px;
	}
	
.english{
	margin:15px 0;
	font-size:12px;
	}
	
/*info*/
#info	{
	width:500px;
	margin:0 auto 30px auto;
	border:1px solid #000;
	}
	
#info h3{
	background:#000;
	color:#fff;
	font-size:17px;
	padding:10px;
	}
	
#info dl{
	width:95%;
	margin:0 auto;
	}
		
#info dt{
	width: 100px;
	float: left;
	clear: both;
	padding:10px 0px 6.5px 5px;
	border-bottom:1px dashed #999999;
	}

#info dd{
	width:350px;
	border-bottom:1px dashed #999999;
	padding:10px 0 10px 3px;
	}		
	
/*里親様募集ページ*/
.animal_list{
	overflow:visible;
	padding: 0 0 50px 0;
	}

.list_table{
	border:5px solid #F66;
	margin:20px 0;
	padding:15px;
	font-size:13px;
	vertical-align:top;
	}
	
.list_table td{
	vertical-align:top;
	border-top:1px solid #CCC;
	padding:7px 0;
	width:210px;
	}
	
table .animal_list_table td:nth-child(-n+3){
	vertical-align:top;
	border-top:none;
	padding:7px 0;
	}	
			
.list_table td.photo{
	width:155px;
	padding:0 8px 0 0 ;
	border:none;
	}
	
.list_table td.td_0{
	width:20%;
	font-weight:bold;
	border:none;
	}	
	
.list_table td.td_1{
	border:none;
	}	
		
.list_table td.td_2{
	width:20%;
	font-weight:bold;
	}
	
.wrap_box{
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	}
	
.wrap_box .single{
	width:30%;
	text-align:center;
	margin: 0 8px 15px;
	font-size:13px;
	line-height:1.2em;
	}
	
.wrap_box .single img{
	border:2px solid #CCC;
	width:97%;
	}	
	
.contact_info{
	width:500px;
	margin:50px auto;
	text-align:center;
	font-size:21px;
	line-height:1.3em;
	color:#333;
	}
	
.contact_info .tel{
	font-size:1.3em;
	padding:15px;
	}	
	
.contact_btn{
	width:400px;
	border:3px solid #333;
	margin:10px auto;
	padding:18px 18px 20px 36px;
	font-weight:bold;
	background:url(images/arrow.gif) no-repeat scroll 60px 19px;
	}
	
/*収支報告ページ*/
.earnings_h2 {
	background:url(images/h2_icon_1.png) no-repeat scroll -4px -4px;
	padding:4px 0 6px 33px;
	}
	
.date{
	clear:both;
}
	
.date dt,dd{
	float:left;
	height: 16px;
	font-size:13px;
	}
	
.date dt{
    padding: 5px 15px 5px 5px;
	}
	
.date dd{
    padding: 5px;
	}
	
.black_flame{
	border: #000 3px solid;
	text-align: center;
	padding: 15px 8px;
	color: #333;
	}
	
/*お問い合わせ*/
.contact_h2 {
	background:url(images/h2_icon_2.png) no-repeat scroll -1px -4px;
	padding:4px 0 6px 45px;
	}
	
#form_table{
	padding:20px 0 0 0;
	}
	
.form_table td{
	padding:5px;
	vertical-align: top;
	}
	
#form_submit{
	clear:both;
}

#formWrap {
	margin:20px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable,table.formTable_2{
	width:100%;
	border-collapse:collapse;
	margin:15px 0 20px 0;
}
table.formTable td,table.formTable th{
	border-bottom:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
table.formTable td{
	width:75%;
}
table.formTable_2 th{
	width:100%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	padding:5px;
}
table.formTable_2 td{
	width:75%;
	padding:5px 0 15px 0;
}
.mail_center{
text-align:center;
margin:10px auto;	
}

.mail_btn{
	border:solid 2px #333;
	padding:5px 10px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;	
	background:#fff;
	}

.name{
	width:150px;
	}
.input_320{
	width:320px;
	}
.mail{
	width:200px;
	}
	
.contact_btn_2{
	width:200px;
	border:3px solid #333;
	margin:30px auto;
	padding:10px;
	text-align:center;
	font-weight:bold;
	}
						
/*footer*/
.pagetop{
	position:absolute;
	bottom:230px;
	right:20px;
	padding:8px;
	background:#333;
	color:#fff;
}

#footer{
	width:100%;
	clear:both;
	background:#000;
	color:#fff;
	position:absolute;
	bottom:50px;
	padding:0 0 20px 0;
	}

#footer a{
	color: #FFF;
}
	
.foot_nav {
	width:960px;
	padding:10px;
	margin:0 auto;
	display: flex; 
	align-items: center;
	justify-content: center;
	}
		
.foot_nav li{
	float:left;
	width:170px;
	height:20px;
	margin:20px 0;
	text-align:center;
	color:#fff;
	border-left:1px solid #C9C9C9;
	display: flex; 
	align-items: center;
	justify-content: center;
	}
	
.foot_nav .last-child{
	border-left:1px solid #C9C9C9;
	border-right:1px solid #C9C9C9;
	}
	
.foot_nav a{
	color:#fff;
	}
	
.foot_tel{
	width:100%;
	font-size:17px;
	text-align:center;
	clear:both;
	}
	
.copyrignt{
	background:#FFF;
	width:960px;
	text-align:center;
	font-size:0.9em;
	margin:0 auto;
	padding:10px 0 15px 0;
		}


/*span*/
.h2_sub{
	font-size:13px;
	font-weight:normal;
	color:#717171;
	padding:0 0 0 10px;
	}
.small{
	font-size:0.6em;
	font-weight:normal;
	}
#side .small{
	font-size:0.8em;
	line-height:1.3em;
	text-align:left;
	padding:0 0 0 3px;
	}
.tel_icon{
	font-size:0.9em;
	font-weight:bold;
	}
.tel{
	font-weight:bold;
	padding:0 0 0 30px;
	font-size:1.1em;
	}
.red,.error_messe{
	color:#C33;
	}
.center{
	text-align:center;
	}
.bold{
	font-weight:bold;
	}
.fontsize_15 {
	font-size:15px;
	}
	
.goog-te-gadget{
	text-align:right;
	padding:0 10px 0 0;
	}