@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Retina parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE Retina parts end*/



/* INTERFACE */


body{
	margin:0px;
	padding:0 60px;
	background-color:#fff;
	color:#111;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing:0.08em;
	-webkit-text-size-adjust:100%;
}

#header_area{
	height:60px;
	position:relative;
}

#header_area>h1{
	display:inline-block;
	margin:0;
	line-height:1em;
	position:absolute;
	top:20px;
	left:10px;
}

#header_area>h1>a{
	text-decoration:none;
	color:#111;
	font-size:20px;
	font-family: 'Bree Serif', serif;
	letter-spacing:0.03em;
}

#header_area nav{
	display:none;
	width:100%;
	background-color:#eee;
	position:absolute;
	top:61px;
}

#header_area nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#header_area nav ul li{
	text-align:center;
	border-bottom:2px dashed #fff;
}

#header_area nav ul li:last-child{
	border-bottom:none;
}

#header_area nav ul li a{
	box-sizing:border-box;
	text-decoration:none;
	display:block;
	padding:12px 0 0 0;
	height:50px;
	color:#111;
	font-size:16px;
	line-hight:1em;
}

#header_area nav ul li a:link{
	color:#111;
}

#header_area nav ul li a:visited{
	color:#111;
}

#header_area nav ul li a:hover{
	color:#111;
	background-color:#ddd;
}

#header_area nav ul li a:active{
	color:#111;
}

#menu_btn{
	width:40px;
	height:21px;
	background-image:url("../img/menu_btn.png");
	background-repeat:no-reepat;
	background-size:40px 21px;
	background-position:center;
	position:absolute;
	top:20px;
	right:10px;
}

.pagetop {
	width:68px;
	padding:8px 0;
	background-color:#111;
	color:#fff;
	font-size:13px;
	text-align:center;
	border-radius:10px 0 0 10px;
    position: fixed;
    bottom: 10px;
    right: 0;
}


/* footer */


#footer_area{
	box-sizing:border-box;
	max-width:85%;
	height:60px;
	margin:0 auto;
	padding:5px 0 0 0;
}

#copylight{
	font-size:8px;
	letter-spacing:0;
	font-family:Verdana,sans-serif;
	line-height:1.8em;
}


/* contents */


#home_contents_key_area{
	padding:60px 0;
}

#home_contents_key_area>img{
	display:block;
	width:60%;
	margin:0 auto 40px;
}

#home_key_title{
	width:85%;
	margin:0 auto;
}

#home_key_title>h1{
	display:block;
	margin:0 0 40px 0;
	font-family: 'Bree Serif', serif;
	font-weight:normal;
	line-height:1.8em;
	font-size:32px;
	text-align:center;
}

#home_key_title>p{
	font-size:15px;
	line-height:1.8em;
}

#home_key_title>p br{
	display:none;
}

.footprints{
	display:block;
	width:20px;
	margin:0 auto 20px;
}

#home_AboutUs_area{
	max-width:85%;
	margin:0 auto;
	border-top:1px dashed #111;
}

#home_AboutUs_area>article{
	overflow:hidden;
	padding:60px 0;
}

#home_AboutUs_area>article h1{
	margin:0 0 60px 0;
	font-size:24px;
	text-align:center;
	font-family: 'Bree Serif', serif;
	font-weight:normal;
	line-height:1em;
}

#home_AboutUs_area>article p{
	margin:0 0 20px 0;
	font-size:15px;
	line-height:1.8em;
}

#home_AboutUs_area>a{
	text-decoration:none;
	width:500px;
	margin:0 auto;
	padding:15px 0;
	font-size:16px;
	color:#111;
	text-align:center;
	line-height:1em;
	border:1px solid #111;
}

#home_AboutUs_area>a>span{
	display:block;
	font-size:16px;
	font-weight:bold;
}

#home_AboutUs_area>a:hover{
	background-color:rgba(0,0,0,0.25);
}

#home_foster_area{
	max-width:85%;
	margin:0 auto;
	border-top:1px dashed #111;
}

#home_foster_area>article{
	padding:60px 0;
}

#home_foster_area>article>h1{
	margin:0 0 60px 0;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1em;
}

#home_foster_area>article p{
	margin:0 0 20px 0;
	font-size:15px;
	line-height:1.8em;
}

#home_foster_area>article ol{
	box-sizing:border-box;
	margin:0 0 20px 0;
	padding:40px 20px 10px;
	background-color:#eee;
}

#home_foster_area>article ol li{
	margin:0 0 20px 30px;
	font-size:14px;
	line-height:1.8em;
}

#home_foster_area>a{
	text-decoration:none;
	width:500px;
	margin:0 auto;
	padding:15px 0;
	font-size:16px;
	color:#111;
	text-align:center;
	line-height:1em;
	border:1px solid #111;
}

#home_foster_area>a>span{
	display:block;
	font-size:16px;
	font-weight:bold;
}

#home_foster_area>a:hover{
	background-color:rgba(0,0,0,0.25);
}

#home_contents_info{
	width:85%;
	margin:0 auto;
}

#home_contents_info>article{
	margin:0 0 30px 0;
	padding:40px 0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

#home_info_aigo{
	background-image:url("../img/home_info_aigo.jpg");
}


#home_info_facebook{
	background-image:url("../img/home_info_fb.jpg");
}

#home_info_aigo>img{
	display:block;
	width:90%;
	margin:0 auto 30px;
}

#home_info_facebook>img{
	display:block;
	height:50px;
	margin:0 auto 20px;
}

#home_contents_info>article>h1{
	margin:0 0 30px 0;
	font-size:15px;
	color:#fff;
	text-align:center;
	line-height:1em;
	text-shadow:0px 0px 5px #000;
}

#home_contents_info>article>p{
	width:90%;
	margin:0 auto 30px;
	font-size:14px;
	color:#fff;
	line-height:1.8em;
	text-shadow:0px 0px 5px #000;
}

#home_contents_info>article>p br{
	display:none;
}

#home_contents_info>article>a{
	text-decoration:none;
	display:block;
	width:90%;
	margin:0 auto;
	padding:10px 0;
	font-size:18px;
	color:#fff;
	text-align:center;
	font-family: 'Bree Serif', serif;
	line-height:1em;
	border:2px solid #fff;
}

#home_contents_info>article>a>span{
	font-size:18px;
	font-weight:bold;
}

#home_contents_info>article>a:hover{
	background-color:rgba(255,255,255,0.25);
}

#home_kifu{
	width:85%;
	margin:60px auto 0;
	padding:80px 0 40px;
	border-top:1px dashed #111;
	border-bottom:1px dashed #111;
}

#home_kifu>h1{
	margin:0 0 60px 0;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1em;
}

#home_kifu ul{
	list-style-type:none;
	box-sizing:border-box;
	margin:0 0 20px 0;
	padding:40px 0 20px;
	background-color:#eee;
	text-align:center;
}

#home_kifu ul li{
	margin:0 0 10px 30px;
	font-size:14px;
	line-height:1.8em;
}


/* contact */


#contact_area{
	max-width:85%;
	margin:0 auto 80px;
}

#contact_area>article{
	overflow:hidden;
	padding:60px 0;
}

#contact_area>article h1{
	margin:0 0 50px 0;
	font-size:24px;
	text-align:center;
	font-family: 'Bree Serif', serif;
	font-weight:normal;
	line-height:1em;
}

#contact_area>article p{
	margin:0 0 40px 0;
	font-size:15px;
	line-height:1.8em;
}

#contact_area address{
	width:200px;
	margin:0 auto 40px;
	font-size:22px;
	text-align:center;
	font-family: 'Bree Serif', serif;
	font-weight:normal;
	line-height:1em;
	border-bottom:2px solid #313131;
}

#contact_area>article h2{
	margin:0;
	font-size:13px;
	line-height:1.8em;
}

/* thanks */


#thanks_contents_area{
	box-sizing:border-box;
	padding:60px 0;
}

#thanks_title{
	margin:0 0 40px 0;
	text-align:center;
}

#thanks_title>h1{
	margin:0 0 30px 0;
	font-size:30px;
	line-height:1.4em;
	font-family: 'Bree Serif', serif;
	letter-spacing:0;
}

#thanks_title>p{
	margin:0;
	font-size:15px;
}

#thanks_contents_area>p{
	width:85%;
	margin:0 auto 20px;
	font-size:15px;
	line-height:1.8em;
}

#thanks_more_btn{
	box-sizing:border-box;
	display:block;
	width:200px;
	margin:40px auto 0;
	padding:12px;
	color:#313131; 
	font-size:16px;
	text-decoration:none;
	line-height:1em;
	text-align:center;
	border:2px solid #313131;
	transition: all .5s;
}

#thanks_more_btn:hover{
	background-color:#313131;
	color:#fff;
}























