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

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

#slide {
	margin-bottom: 50px;
	font-size: 0;
}

#slide figure {
	height: 80vw;
	position: relative;
}

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

#slide .slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

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

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

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

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

#about {
	margin-bottom: 60px;
}

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

#about .title img {
	height: 13.11328502415459vw;
}

#about .title .ja img {
	height: 26.22657004830918vw;
}

#about .title .ja {
	margin: 0 3vw;
}

#about .title .em {
	width: 26.34347826086957vw;
}

#about h2 {
	width: 26.34347826086957vw;
	text-align: left;
	font-size: 6vw;
	line-height: 1;
	color: #fff;
}

#about p {
	margin: 0 5vw;
	text-align: justify;
}

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

#recommend {
	margin: 0 5vw 60px;
}

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

#recommend .title img {
	height: 8vw;
}

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

#recommend .flex {
	margin-bottom: 40px;
}

#recommend .flex figure {
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}

#recommend .flex img {
	width: 70%;
}

#recommend .flex p {
	text-align: justify;
}

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


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

#information {
	margin: 0 5vw 60px;
}

#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;
}

#information .parent img {
	height: 6vw;
}

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

#information .li ul {
	display: none;
	background: #fff;
	text-align: left;
	white-space: nowrap;
	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;
}

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

#news {
	margin: 0 5vw;
}

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

#news .title img {
	height: 6vw;
}

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

#news .overflow {
	height: 28em;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}

#news dl {
	margin-bottom: 10px;
	padding: 15px 0;
	border-bottom: solid 1px rgba(255,255,255,0.4);
	text-align: left;
	line-height: 1.4;
}

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

#news dt {
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #bd9d2a;
}

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