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

/* ---------------------------------------------------------
	CSS Document information
--------------------------------------------------------- */

#information {
	margin-bottom: 80px;
	background: #f5f5f5;
}

#information h2 {
	height: 90px;
	padding-top: 15px;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

#information h2:before {
	content: '';
	width: 400px;
	border-bottom: 90px solid #fff6c9;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#information h2 .en {
	display: block;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 36px;
	letter-spacing: 0;
	color: var(--orange);
}

#information h2 .ja {
	display: block;
	font-weight: 500;
	font-size: 14px;
}

#information .bg {
	padding: 50px 0 80px;
	background: #fff6c9;
	position: relative;
	z-index: 0;
}

#information .bg:before {
	content: '';
	width: 600px;
	height: 773px;
	background: url(../top/bg.webp) no-repeat calc(50%) top;
	transform: scale(-1, 1);
	position: absolute;
	top: 0;
	left: calc(50% + 500px);
	z-index: -1;
}

#information .container {
	width: 800px;
	margin-bottom: 30px;
	text-align: left;
}

#information dl {
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 2em 1em;
	box-shadow: 0 -1px 0 0 var(--gray) inset;
	position: relative;
}

#information .find:after {
	content: '';
	width: 12px;
	height: 12px;
	margin-left: 8px;
	background: url(../images/arrow_orange.svg) no-repeat left / 100% auto;
	transform: translateY(-50%);
	position: absolute;
	right: 20px;
	top: 50%;
	transition: translate .4s ease-out;
}

#information .find:hover:after {
	translate: 5px 0;
}

#information dt {
	width: 140px;
	color: var(--gray);
}

#information dd {
	flex: 1;
	position: relative;
}

#information dd a {
	text-decoration: none;
	color: var(--black);
	opacity: 1;
	transition: color .4s ease-out;
}

#information .find:hover dd a {
	color: var(--orange);
}

/* ---------------------------------------------------------
	CSS Document pager
--------------------------------------------------------- */

.pager {
	width: 800px;
	margin: 0 auto;
}

.pager ul {
	display: flex;
	justify-content: center;
	position: relative;
}

.pager .prev {
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
}

.pager .next {
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
}

.pager .prev a {
	padding-left: 1.2em;
}

.pager .next a {
	padding-right: 1.2em;
}

.pager .prev a:before,
.pager .next a:before {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 1px var(--black);
	border-right: solid 1px var(--black);
	position: absolute;
	top: 50%;
}

.pager .prev a:before {
	transform: rotate(-135deg);
	left: 4px;
}

.pager .next a:before {
	transform: rotate(45deg);
	right: 4px;
}

.pager span,
.pager a {
	display: inline-block;
	vertical-align: top;
	height: 52px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document pager
--------------------------------------------------------- */

#pager {
	width: 800px;
	margin: 0 auto;
}

#pager ul {
	display: flex;
	justify-content: center;
	margin-top: 45px;
	text-align: center;
}

#pager li {
	margin: 0 7px;
}

#pager li a,
#pager li span {
	display: block;
	width: 26px;
	height: 26px;
	text-decoration: none;
	line-height: 26px;
	color: var(--black);
}

#pager li a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

#pager li span {
	background: var(--black);
	color: #fff;
}

#pager a.prev,
#pager a.next {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 10px;
	font-size: 0;
	position: relative;
}

#pager a.prev:before,
#pager a.next:before {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 1px var(--black);
	border-right: solid 1px var(--black);
	position: absolute;
	top: 50%;
}

#pager a.prev:before {
	transform: rotate(-135deg);
	left: 39%;
}

#pager a.next:before {
	transform: rotate(45deg);
	right: 39%;
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	margin-bottom: 80px;
}

#detail .container {
	width: 900px;
}

#detail .entry_date {
	color: var(--orange);
}

#detail h2 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
	padding-bottom: 15px;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
}

#detail .entry-content {
	margin-bottom: 130px;
	text-align: left;
}

#detail .back a {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: var(--orange);
}

#detail .back a:before {
	display: inline-block;
	vertical-align: 0.15em;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 6px;
	border-bottom: solid 2px var(--orange);
	border-left: solid 2px var(--orange);
	transform: rotate(45deg);
}

#detail .back a:hover {
	text-decoration: underline;
}
