html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}
a{
	text-decoration:none;
	color:#000;}
a:hover{
 	color:#ccc}
a:focus{
	outline: none;
}
.a_color a{
	color:#B97842}
.a_color a:hover{
	color:#ccc}
.aline-center {
	text-align: center;
}
#wrap {
	position: relative;
	width: 800px;
	height: auto;
  	min-height: 100%;
	margin-right: auto;
	margin-left: auto;	
}
#wrap #navi{
	margin: 20px 0 50px 0;
}
#wrap #navi ul {
	padding: 0px;
	height: 40px;
}
#wrap #navi ul li {
	line-height: 20px;
	text-align: center;
	float: left;
	width: 159px;
	border-left: 1px dotted #000;
}
#wrap #navi ul li:last-child {
	line-height: 20px;
	text-align: center;
	float: left;
	width: 158px;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
}
#wrap #navi ul li a{
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing:0.1em;
	font-size:16px;
	font-weight:400;
}
#wrap #main{
	padding-bottom:100px;
}
.clearfix {
	display: inline-block;
}
.clearfix: after   {
	content: "";
	display: block;
	clear: both;
}
.float_list {
	width: 800px;
}
.float_list li {
	float: left;
	margin: 5px;
	border: 1px solid #ccc;
	height: 148px;
	width: 148px;
	-webkit-logical-height: 148px;
}
.title {
	padding: 50px 0 30px 0;
}
.title h1{
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing:0.1em;
	font-size:18px;
	width:400px;
	line-height:20px;
	padding-left:30px;
	font-weight:400;
	display:inline-block;
	}
.sns_icons{
	width:200px;
	float:right;
	text-align:right;
	padding-right:30px;
	}
.sns_icons span a i.fa{
	font-size:16px;
	line-height:20px;
	padding-left:5px;
	}
.section {
	margin: 20px 0 100px 0;
	}
.section h2{
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing:0.1em;
	font-size:20px;
	font-weight:200;
	padding-bottom:20px;
	}
.sentence{
	font-size: 14px
}
.sentence span{
	margin-right:50px;
	line-height:1.5em;
}
.gallery_area {
	width: 800px;
	height: auto;
	margin-bottom:50px;
}
.gallery_title{
	letter-spacing:0.1em;
	font-size:16px;
	font-weight:200;
	padding-bottom:20px;
}
.trimming{
 	width: 148px;
 	height: 0;
 	padding-top: 148px;
 	/*line-height: 60px;*/
 	overflow: hidden;
}
.img_top {
	margin-bottom: 50px;
}
#footer {
	width: 800px;
	padding:20px 0;
	bottom: 0;
    height: 20px;
    position: absolute; 
}
#footer p{
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing:0.1em;
	font-size:12px;
}