@charset "utf-8";
/* CSS Document */
html,body{
	overflow-x: hidden;
}
.family-nav ul{
	padding: 1.5em 0;
	-js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.family-nav li{
	width: 50%;
	border-top: #e8da4d 3px solid;
}
.family-nav li:nth-child(odd){
	border-right: #e8da4d 3px solid;
}
.family-nav li:nth-child(n+3){
	border-bottom: #e8da4d 3px solid;
}
.family-nav li a{
	display: block;
	text-align: center;
	padding: 15px 0;
}
.family-nav li a img{
	height: 15px;
}
h3{
	text-align: center;
	background: url(../images/line.png) bottom repeat-x;
	padding: 1.5625vw 0 20px;
	margin: 0 -6px 25px;
}
h3 img{
	height: 20px;
}
.contents-padding{
	padding-left: 15px;
	padding-right: 15px;
}
.fz20{
	font-size: 18px;
}

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

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

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

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

/*---------------------------------*/
.family_rinen_wrapper{
	/*height: 360px;*/
}
.family_rinen{
	
	
	position: relative;
}
.family_rinen_wrapper h2{
	max-width: 352px;
	background-color: #e8da4d;
	padding: 10px;
	font-weight: bold;
	margin: 0 auto;
}
.family_rinen_text{
	margin: -20px auto 0;
	position: relative;
	z-index: -1;
	text-align: center;
}

.family_rinen_text p{
	padding: 40px 30px 30px 30px;
	display: inline-block;
	text-align: left;
	border: 3px solid #e8da4d;
}
/*---------------------------------*/

.item-name{
	margin-bottom: 1.5625vw;
}
.item-name::before{
    content: '';
    background-image: url(../images/family/icon.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.item-name .name{
	font-weight: bold;
	font-size: 20px;
	display: inline;
	color: #5e452a;
}
.item-name .kana{
	font-size: 16px;
	padding-left: 0.5em;
}
.item-name .katagaki{
	font-size: 14px;
}
.item-txt{
	font-size: 14px;
}
.item-picture{
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.item-picture.max{
	width: 100%;
}
/*.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::before{
	display: none;
}
.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:.78125vw 4.6875vw .78125vw 3.125vw;
	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 2.34375vw;
	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 3.125vw;
	border-radius: 18.5px; 
		-webkit-border-radius: 18.5px;
		-moz-border-radius: 18.5px;	
}


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

.col--2 .item-body,
.col--3 .item-body{
	width: 100%;
}
