@charset 'utf-8';

/*-----------------------------------------------------
	キービジュアル
-------------------------------------------------------*/
.kv-title {
	bottom: 5%;
	left: 5%;
	width: 28%;
}


/*-----------------------------------------------------
	ギャラリー
-------------------------------------------------------*/
.gallery-sp {
	display: table;
	table-layout: fixed;
	margin: 10px auto;
	width: 100%;
}

.gallery-sp li {
	display: table-cell;
	text-align: center;
}

.gallery-sp li img {
	border: solid 1px #bf9b2e;
	width: 90%;
}

.btn-pc {
	margin: 0 auto;
	width: 80%;
	display: table;
	table-layout: fixed;
}

.btn-pc a {
	display: table-cell;
	background: url(../images/common/bg_nav.png);
	
	text-align: center;
	color: #bf9b2e;
	height: 44px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	border: solid 2px #bf9b2e;
}

.hide{
	color: #fefbf0;
	}