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

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

#about {
	margin-bottom: 60px;
	padding: 30px 20px 40px;
	background: #f0e7e5;
	position: relative;
	z-index: 0;
}

#about:before {
	content: '';
	width: 130px;
	height: 86px;
	background: url(../images/ill_01.png) no-repeat right / 100% auto;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1;
}

#about .w410 {
	margin-bottom: 30px;
	background: #fff;
	position: relative;
	z-index: 0;
}

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

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

#about .name small {
	font-size: 3vmin;
}

#about .age {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	font-size: 3vmin;
	width: 56%;
}

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

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

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

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

#voice {
	margin: 0 10px 40px;
	padding: 1px 20px 40px 20px;
	border-radius: 5px;
	border: solid 1px #d7d1c6;
	text-align: left;
	position: relative;
	z-index: 1;
}

#voice:before {
	content: '';
	width: 130px;
	height: 156px;
	background: url(../images/ill_02.png) no-repeat right / 100% auto;
	position: absolute;
	top: -120px;
	right: 0;
	z-index: 2;
}

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

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

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

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

#entries {
	margin: 0 20px;
	font-size: 0;
}

#entries .entry {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-bottom: 20px;
	text-align: left;
}

#entries .entry:nth-of-type(even) {
	margin-left: 4%;
	transition-delay: 0.1s;
}

#entries figure {
	overflow: hidden;
	margin-bottom: 5px;
	border-radius: 48% 0 48% 0;
}

#entries figure img {
	max-width: 200%;
	height: 130px;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

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

#entries .age {
	min-height: 4.2em;
	margin-bottom: 10px;
	padding: 0.5em;
	background: #f4eeeb;
	text-align: center;
	font-size: 3vmin;
	line-height: 1.6;
}

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

/* ---------------------------------------------------------
	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;
}
