@charset "UTF-8";
@import "../../include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 70px;
	padding: 50px 0;
	background: #f0e7e5;
}

#about .w410 {
	width: 410px;
	background: #fff;
	position: relative;
	z-index: 0;
}

#about .w410:before {
	content: '';
	width: 300px;
	height: 198px;
	background: url(../images/ill_01.png) no-repeat 0 0;
	position: absolute;
	top: -40px;
	left: -156px;
	z-index: 1;
}

#about figure img {
	height: 230px;
}

#about .table {
	display: table;
	width: 100%;
	padding: 20px;
	line-height: 20px;
}

#about .name {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	font-size: 20px;
}

#about .name small {
	font-size: 16px;
}

#about .age {
	width: 220px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	font-size: 15px;
}

#about .w580 {
	width: 580px;
	text-align: left;
}

#about h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.5;
	color: #d57d7a;
}

#about p:not(:last-of-type) {
	margin-bottom: 30px;
}

/* ---------------------------------------------------------
	CSS Document voice
--------------------------------------------------------- */

#voice {
	margin-bottom: 40px;
	padding: 1px 220px 40px 50px;
	border-radius: 5px;
	border: solid 1px #d7d1c6;
	background: url(../images/ill_02.png) no-repeat right / 180px;
	text-align: left;
}

#voice .line {
	margin-top: -25px;
	margin-bottom: 15px;
}

#voice h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 26px;
	line-height: 1.5;
	color: #96835e;
}

#voice p:not(:last-of-type) {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------
	CSS Document entries
--------------------------------------------------------- */

#entries {
	text-align: left;
	font-size: 0;
}

#entries .entry {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	margin-right: 32px;
	margin-bottom: 40px;
	font-size: 16px;
}

#entries .entry:nth-of-type(2n) {
	transition-delay: 0.1s;
}

#entries .entry:nth-of-type(3n) {
	margin-right: 0;
	transition-delay: 0.2s;
}

#entries figure {
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 128px 0 128px 0;
	position: relative;
	transition: .4s;
}

#entries .entry:hover figure {
	border-radius: 0;
}

#entries figure:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(238, 191, 77, 30%);
	background: url(../images/on.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
}

#entries .entry:hover figure:before {
	opacity: 0.3;
}

#entries figure img {
	width: 320px;
	height: 180px;
}

#entries h2 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	min-height: 3em;
}

#entries .age {
	min-height: 68px;
	margin-bottom: 20px;
	background: #f4eeeb;
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
	padding: 10px;
	text-align: left;
}

#entries a {
	display: block;
	height: 40px;
	border-radius: 5px;
	border: solid 1px #d7d1c6;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
	color: #96835e;
}

#entries .entry:hover a {
	border: solid 1px #96835e;
	background: #96835e;
	color: #fff;
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document back
--------------------------------------------------------- */

#back {
	text-align: center;
	font-size: 0;
	line-height: 32px;
}

#back li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

#back .back {
	width: 70px;
}

#back .back a {
	display: block;
	height: 32px;
	background: #aa9f8a;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
}

#back .prev,
#back .next {
	width: 32px;
}

#back .prev a,
#back .next a {
	display: block;
	height: 32px;
	background: #f3f3f2;
	position: relative;
}

#back .prev a:after,
#back .next a:after {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-width: 0;
	border-style: solid;
	border-color: #2f2b29;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
}

#back .prev a:after {
	border-bottom-width: 1px;
	border-left-width: 1px;
	right: 7px;
}

#back .next a:after {
	border-top-width: 1px;
	border-right-width: 1px;
	left: 7px;
}

#back a:hover {
	opacity: 0.5;
}
