@charset "utf-8";
/*
******************************************************************
* c-planning top.css
******************************************************************
*/

#header {
	background-color: rgba(0, 0, 0, 0.3);
}

#header .box-menu ul li a {
	color: #ffffff;
}

#header .box-menu ul li a span {
	color: #cccccc;
}

#wrp-contents {
	padding-top: 0;
}

@media screen and (max-width:767px) {
	#header .box-menu ul li a {
		color: #222222;
	}
	#header .box-menu ul li a span {
		color: #797979;
	}
	#wrp-contents {
		padding-top: 0;
	}
}

/*
******************************************************************
* #top
******************************************************************/

#top {
	position: relative;
	height: 600px;
	width: 100%;
	overflow: hidden;
}

#top ul.txt {
	position: absolute;
	z-index: 50;
	width: 100%;
	height: 100%;
}

#top ul.txt li {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
}

#top ul.txt li .box {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#top ul.txt li .box img {
	position: relative;
	margin: 0 auto;
}

#top ul.pic {
	position: relative;
}

#top ul.pic li {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#top ul.pic li .box {
	position: absolute;
	top: 0;
	left: 0;
}

#top ul.pic li .box img {
	position: relative;
	width: 100%;
}

#sub-nav {
	position: relative;
	z-index: 60;
	margin-top: -30px;
}

#sub-nav ul {
	float: right;
}

#sub-nav ul li {
	float: left;
	margin-left: 20px;
}

#sub-nav ul li a {
	color: #ffffff;
}

@media screen and (max-width:767px) {
	#top {
		height: 460px;
	}
	#top ul.txt li .box img {
		width: 290px;
	}
	#top ul.pic li .box {
		height: 460px;
		top: -50px;
	}
	#top ul.pic li .box img {
		width: 1129px;
	}
	#sub-nav {
		display: none;
	}
}

/* 下部バナー */

#bannerWrap {
	padding-left: 1rem;
	padding-right: 1rem;
}

#banner {
	margin-bottom: 80px;
	padding: 0 0 35px;
	/* width: 100%; */
}

#banner .wrap2 {height: 300px;overflow: hidden;}

#banner h2 {
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	margin-bottom: 50px;
}

#banner ul {
	display: flex;
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	justify-content: center;
}

#banner ul li:first-child {
	margin-right: 80px;
}

#banner ul li a {
	color: #1d100c;
	text-decoration: none;
}

#banner ul li a:hover {
	color: #1d100c;
	text-decoration: underline;
}

#banner ul li .title {
	font-size: 24px;
	margin: 20px 0 5px;
	font-weight: 300;
	font-family: -apple-system,游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,sans-serif;
}

#banner ul li a:hover .text {
	text-decoration: underline;
}

#banner ul li .text {
	font-size: 16px;
}

#banner ul li img {
	width: 100%;
}

@media screen and (max-width:767px) {
	#banner {
		background-color: #fff;
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
		padding: 50px 30px 30px;
	}
	#banner h2 {
		font-size: 18px;
		margin-bottom: 35px;
	}
	#banner ul li .title {
		font-size: 17px;
	}

	#banner .wrap2 {height: inherit;}
	#banner ul li h3 {
		font-size: 17px;
		margin: 10px 0 5px;
	}
	#banner ul {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	#banner ul li:first-child {
		margin-right: 0;
		margin-bottom: 30px;
	}
	#banner ul li .text {
		font-size: 12px;
	}
}