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

/* ---------------------------------------------------------
	CSS Document rent
--------------------------------------------------------- */

#rent .effect {
	transform: translateY(20px);
	opacity: 0;
}

#rent .effected {
	animation: effect 0.6s 0s forwards ease-out;
}

@keyframes effect {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

#rent [data-delay="500"].effected {
	animation-delay: 0.5s;
}

#rent [data-delay="700"].effected {
	animation-delay: 0.7s;
}

#rent [data-delay="900"].effected {
	animation-delay: 0.9s;
}

#rent [data-delay="1100"].effected {
	animation-delay: 1.1s;
}

#rent [data-delay="1300"].effected {
	animation-delay: 1.3s;
}

#rent .h3.effected .line {
	animation-delay: 0.1s;
}

#rent .h3.effected .en .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

#rent .h3.effected .ja .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

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

#about {
	margin-bottom: 130px;
}

#about p {
	margin-bottom: 40px;
	font-size: 16px;
}

#about .pdf a {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 60px;
	border-radius: 60px;
	background: #65472e;
	text-decoration: none;
	line-height: 60px;
	color: #fff;
	position: relative;
}

#about .pdf a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -8px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point {
	margin-bottom: 100px;
	position: relative;
	z-index: 0;
}

#point .line {
	width: 100%;
	height: 80%;
	background: #f9f9f9;
	position: absolute;
	left: 0;
	z-index: -1;
}

#point .section {
	overflow: hidden;
	margin-bottom: 80px;
	padding: 70px 0 30px;
	border-radius: 5px;
	background: #a08266;
	color: #fff;
	position: relative;
}

#point .section:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 30px;
	left: 0;
}

#point .num {
	width: 66px;
	height: 66px;
	border-radius: 0 0 30px 0;
	background: #927459;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 68px;
	position: absolute;
	top: 0;
	left: 0;
}

#point .flex {
	display: flex;
	justify-content: space-between;
}

#point .num_01 .flex {
	justify-content: flex-start;
}

#point .num_01 .row {
	width: 350px;
}

#point .flex img {
	height: 60px;
}

#point h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
}

#point .num_01 p {
	width: 800px;
	text-align: justify;
}

#point .flex .section {
	width: 560px;
	padding: 50px 0 30px;
}

#point .caption {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
}

#point .num_02 p,
#point .num_03 p {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin-top: 30px;
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin-bottom: 80px;
	border-bottom: solid 2px #a08266;
}

#anchor ul {
	display: flex;
	justify-content: space-between;
}

#anchor li {
	width: 49.5%;
	height: 60px;
	border-radius: 5px 5px 0 0;
	border: solid 2px #a08266;
	border-bottom: 0;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 58px;
	cursor: pointer;
	transition: .4s;
}

#anchor li:hover {
	opacity: 0.6;
}

#anchor li.this {
	background: #a08266;
	font-weight: 700;
	color: #fff;
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document list
--------------------------------------------------------- */

#list .toggle {
	display: none;
}

#list #newly.toggle {
	display: block;
}

#list .flex {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

#list .entries {
	width: 370px;
	margin-right: 45px;
	margin-bottom: 3%;
}

#list .entries:nth-of-type(3n) {
	margin-right: 0;
}

#list .entries:hover {
	opacity: 0.6;
}

#list .entries figure {
	height: 370px;
	overflow: hidden;
}

#list .entries figure img {
	transition: .4s;
}

#list .entries:hover figure img {
	transform: scale(1.1, 1.1);
}

#list .entries dl {
	width: 86%;
	margin-top: -30px;
	padding: 15px 50px 0 0;
	background: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}

#list .entries dl:before {
	content: '';
	width: 38px;
	height: 38px;
	border: solid 1px #55472e;
	position: absolute;
	bottom: 0;
	right: 0;
}

#list .entries dl:after {
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: solid 1px #55472e;
	border-right: solid 1px #55472e;
	transform: rotate(45deg);
	position: absolute;
	bottom: 13px;
	right: 17px;
}

#list .entries dt {
	margin-bottom: 0.7em;
}

#list .entries dt a {
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #55472e;
}

#list .entries dt .new {
	margin-right: 0.5em;
	padding: 0 0.2em;
	background: #ec3b04;
	font-weight: 400;
	font-size: 11px;
	color: #fff;
}

#list .entries dt a:hover {
	opacity: 1;
}

#list .more a {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 60px;
	border-radius: 60px;
	background: #65472e;
	text-decoration: none;
	line-height: 60px;
	color: #fff;
	position: relative;
}

#list .more a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

/* ---------------------------------------------------------
	CSS Document category
--------------------------------------------------------- */

#category {
	margin-top: 80px;
}

#category ul {
	display: flex;
	justify-content: center;
}

#category li {
	width: 30%;
	margin: 0 10px;
}

#category li a {
	display: block;
	height: 61px;
	border-radius: 5px;
	border: solid 2px #a08266;
	text-decoration: none;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 57px;
	color: #2f2823;
}

#anchor li:hover {
	opacity: 0.6;
}

#category li.this a {
	background: #a08266;
	font-weight: 700;
	color: #fff;
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document entry
--------------------------------------------------------- */

#entry .container {
	width: 900px;
}

#entry .entry_title {
	margin-bottom: 50px;
}

#entry .entry_title ul {
	margin-bottom: 20px;
	text-align: left;
	font-weight: 700;
	line-height: 32px;
	color: #a08266;
	position: relative;
	z-index: 0;
}

#entry .entry_title ul:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
}

#entry .entry_title li {
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	background: #fff;
}

#entry .entry_title h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 1.3;
	color: #55472e;
}

#entry .entry_bg {
	padding: 60px 0;
	background: #f9f9f9;
}

#entry .entry_body {
	margin-bottom: 80px;
	text-align: justify;
	line-height: 2;
}

#entry .entry_body h3 {
	padding: 10px 15px 11px 15px;
	border-radius: 5px;
	background: #f8f7f4;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
}

#entry .entry_body h3:not(:first-child) {
	margin-top: 3em;
}

#entry .entry_body p {
	margin-top: 2em;
}

#entry .entry_body ul {
	margin-top: 2em;
}

#entry .entry_body ul li {
	margin-left: 1.5em;
	list-style: disc;
}

#entry .entry_body ol {
	margin-top: 2em;
}

#entry .entry_body ol li {
	margin-left: 1.5em;
	padding-left: 5px;
	list-style: decimal;
}

#entry .entry_body table {
	width: 100%;
}

#entry .entry_body th {
	padding: 10px;
	border: solid 1px #efeff0;
	background: #fdfdf5;
	text-align: left;
	font-weight: normal;
}

#entry .entry_body td {
	padding: 10px;
	border: solid 1px #efeff0;
	text-align: left;
	font-weight: normal;
}

#entry .entry_body iframe {
	vertical-align: top;
	max-width: 100%;
	max-height: 50vw;
	overflow: hidden;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document pnavi
--------------------------------------------------------- */

#pnavi li a {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	height: 60px;
	border-radius: 60px;
	background: #65472e;
	text-decoration: none;
	line-height: 60px;
	color: #fff;
	position: relative;
}

#pnavi li a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}

