@charset "utf-8";
/* CSS Document */
.nav{
	overflow:hidden;
	margin-bottom:50px;
}

.nav a:hover img{filter: alpha(opacity=100);-moz-opacity:1;opacity:1;}

.nav li{
	float:left;
	margin-left:18px;
}

.nav li:first-child{
	margin-left:0px;
}

/*---------------------------------*/


.dash-line{
	padding: 0 0 0.25em;
	border-bottom: #ff6633 1px dashed;
}
.line-brown{
	padding: 0 0 60px;
	border-bottom: #5e452a 2px solid;
}
.line-top{
	border-top: 1px dashed #ccc;
	padding: 20px 0 0 0;

}
.line-bottom{
	border-bottom: 1px dashed #ccc;
	padding: 0 0 40px 0;

}
.small.line-bottom{
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px 0;

}

/*---------------------------------*/

.family_rinen{
	width: 410px;
	margin: 0 auto;
	position: relative;
}
.family_rinen_wrapper h2{
	width: 460px;
	margin: 0 auto;
	background-color: #e8da4d;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
}

.family_rinen_text{
	max-width: 1000px;
	margin: -20px auto 0;
	position: relative;
	z-index: -1;
	text-align: center;
}

.family_rinen_text p{
	padding: 50px 40px 40px 40px;
	display: inline-block;
	text-align: left;
	border: 4px solid #e8da4d;
}

/*---------------------------------*/


h3{
	margin-bottom: 40px!important;
}

.item-name{
	padding: 15px 0 0 42px;
	background: url(../images/family/icon01.gif) no-repeat top 10px left;
	margin-bottom: 10px !important;
	line-height: 1.4em;
	color: #5e452a;
}
.item-name .name{
	font-weight: bold;
	font-size: 26px;
}
.item-name .kana{
	font-size: 16px;
	padding-left: 0.5em;
}
.items-list .item-txt{
	font-size: 14px;
}
.item-picture{
	text-align: center;
}
/*.item-name .katagaki{
	margin-top: 10px;
}
*/
.small .item-name{
    padding: 0 0 0 20px;
    text-indent: -10px;
	background: none;
	margin-bottom: 5px !important;
}
.small .item-name .name::before{
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #ff6633;
	position: relative;
	left: -10px;
	top: 0;
}
.small .item-name .name{
	font-size: 16px;
}


/*-------------*/

.item-btn a {
	color: #fff;
	font-weight: bold;
	display:inline-block;
	background:#ff6633;
	padding:5px 30px 5px 20px;
	border-radius: 18.5px; 
		-webkit-border-radius: 18.5px;
		-moz-border-radius: 18.5px;	
}
.item-btn a:before {
	display: inline-block;
	margin: 0 8px 0 15px;
	color: #fff;
	font-family: "FontAwesome";
	content: "\f105";
}
.item-btn.right{
	text-align: right;
}

/*-------------*/

.item-icon {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	display:inline-block;
	background:#5e452a;
	padding:0px 20px;
	border-radius: 18.5px; 
		-webkit-border-radius: 18.5px;
		-moz-border-radius: 18.5px;	
}


/*-------------*/

.col--2 .item-body{
	width: 47.5%;
}

.col--3 .item-body{
	width: calc(100% / 3.25);
}
.col--3::after{
 	content:"";
 	display: block;
	width: calc(100% / 3.25);
}
