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

/* ---------------------------------------------------------
	CSS Document slide
--------------------------------------------------------- */

#slide {
	margin-bottom: 50px;
}

#slide figure {
	height: 600px;
	position: relative;
}

#slide img {
	max-width: 300%;
	height: 600px;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 0;
}

#slide .slick-dots {
	display: flex;
	justify-content: center;
}

#slide .slick-dots li {
	margin: 0 5px;
}

#slide .slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #BFB9AE;
	font-size: 0;
}

#slide .slick-dots .slick-active button {
	background: #fff;
}

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

#about {
	margin-bottom: 100px;
}

#about .title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

#about .title img {
	height: 108px;
}

#about .title .ja {
	margin: 0 30px;
}

#about .title .ja img {
	height: 216px;
}

#about h2 {
	width: 217px;
	text-align: left;
	font-size: 40px;
	line-height: 1;
	color: #fff;
}

#about p {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document recommend
--------------------------------------------------------- */

#recommend {
	margin-bottom: 100px;
}

#recommend .title {
	margin-bottom: 60px;
}

#recommend .title img {
	height: 53px;
}

#recommend h2 {
	margin-top: 15px;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	color: #fff;
}

#recommend .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

#recommend .flex figure {
	width: 316px;
	height: 240px;
	overflow: hidden;
}

#recommend .flex .summary {
	flex: 1;
	margin-left: 30px;
	text-align: left;
}

#recommend .flex h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
	color: #bd9d2a;
}

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

#information {
	margin-bottom: 120px;
}

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

#information .li {
	width: 32%;
	position: relative;
	z-index: 0;
}

#information .parent {
	display: block;
	padding: 20px 0;
	border: solid 1px #fff;
	text-decoration: none;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#information .parent img {
	height: 32px;
}

#information .parent .ja {
	display: block;
	margin-top: 5px;
}

#information .parent:hover {
	opacity: 0.6;
}

#information .li ul {
	display: none;
	width: 100%;
	background: #fff;
	text-align: left;
	position: absolute;
	top: 100%;
	left: 0;
}

#information .li li {
	padding: 10px 20px;
	border-bottom: dotted 1px #666;
}

#information .li li:last-of-type {
	border: 0;
}

#information .li ul a {
	margin-left: 5px;
	text-decoration: none;
	color: #000;
}

#information .li ul a:before {
	display: inline-block;
	vertical-align: 2px;
	content: '';
	width: 0;
	height: 0;
	margin-right: 5px;
	border: solid 4px transparent;
	border-left: solid 6px #000;
}

#information .li ul a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news .title {
	margin-bottom: 40px;
}

#news .title img {
	height: 32px;
}

#news h2 {
	margin-top: 15px;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	color: #fff;
}

#news .overflow {
	height: 460px;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}

#news dl {
	display: table;
	width: 100%;
	border-bottom: solid 1px rgba(255,255,255,0.4);
	text-align: left;
}

#news dl:first-of-type {
	border-top: solid 1px rgba(255,255,255,0.4);
}

#news dt {
	display: table-cell;
	vertical-align: top;
	width: 15%;
	padding: 15px 0;
	font-weight: bold;
	letter-spacing: 1px;
	color: #bd9d2a;
}

#news dd {
	display: table-cell;
	vertical-align: top;
	padding: 15px 0;
}

#news dd a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
}

#news dl a:hover {
	text-decoration: underline;
	opacity: 0.6;
}
