@charset "utf-8";

/* ============================================================
	共通(id,class)
============================================================ */
#breadcrumb {
	padding-top: 0px;
	margin-bottom: 40px;
}



/* ==========================================================
	ビジュアル
========================================================== */
#visual {
	margin-top: 90px;
	position: relative;
	height: 380px;
	background-position: center;
	background-size: cover;
}

/*------------------------------
	タイトル
------------------------------ */
#visual .title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: 0 auto;
	width: 504px;
	height: 288px;
}
/* タイトルメイン */
#visual .title img.title-main {
	width: 504px;
	height: 288px;
}
/* タイトルバッジ */
#visual .title img.title-badge {
	position: absolute;
	top: 10px;
	left: -206px;
	width: 185px;
	height: 143px;
}



/* ==========================================================
	ナビ
========================================================== */
#nav {
	margin-bottom: 30px;
	background: #eaa19c;
}

/*------------------------------
	ナビリスト
------------------------------ */
#nav ul {
	-js-display: flex;
	display: flex;
	justify-content: space-around;
	width: 960px;
	height: 60px;
	margin: 0 auto;
}
#nav li {
	position: relative;
	width: 138px;
	line-height: 60px;
}
#nav li:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	width: 1px;
	height: 30px;
	background: #fff;
}
#nav li a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}



/* ==========================================================
	ギャラリー
========================================================== */
#gallery {
	width: 960px;
	margin: 0 auto 0;
	padding-bottom: 70px;
}

/*------------------------------
	共通ブロック
------------------------------ */
#gallery .block.common {
	margin-bottom: 80px;
}
/* ブロック(新着) */
#gallery .block.common .block-L {
	float: left;
	width: 630px;
}
#gallery .block.common .block-R {
	float: right;
	width: 300px;
	text-align: right;
}
/* 見出し(共通) */
#gallery .block.common .headline {
	margin-bottom: 30px;
	padding: 15px 0 20px 2px;
	border-bottom: solid 1px #eaa19c;
}
#gallery .block.common .headline .main-head {
	position: relative;
	padding-left: 25px;
	font-size: 24px;
	text-align: left;
	float: left;
}
#gallery .block.common .headline .sub-head {
	margin: 7px 0 0 20px;
	font-size: 13px;
	float: left;
}
#gallery .block.common .headline .main-head::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
	border-left: solid 10px #eaa19c;
}
/* カードリスト(共通) */
#gallery .block.common .items {
	margin-bottom: 60px;
	-js-display: flex;
	display: flex;
	justify-content: space-around;
}
#gallery .block.common .item {
	width: 210px;
	text-align: center;
}
#gallery .block.common .item .image {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	border: solid 1px #cccccc;
}
#gallery .block.common .item .image a {
	display: block;
	width: 100%;
	height: 100%;
}
#gallery .block.common .item .image a img {
	width: 200px;
}
#gallery .block.common .item .text {
}
#gallery .block.common .item .text a {
	font-size: 16px;
	line-height: 1.6;
}
/* ボタン(共通) */
#gallery .block.common .button a {
	display: block;
	width: 400px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background: #eaa19c;
	border-radius: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}