@charset "utf-8";

/* 
==========================================================
	メインビジュアル
==========================================================
*/


.visual {
	position:relative;
	background-color: #000000;
	border-bottom: #2D2D2D 1px solid;
	padding:45px 0 45px 0;
	
}
.visual .shadow-top{
	position: absolute;
	width: 100%;
	height:30px;
	left: 0;
	top: 0;
	background:url(images/visual-shadow-top.png) repeat-x bottom;
}
.visual .shadow-bottom{
	position: absolute;
	width: 100%;
	height:20px;
	left: 0;
	bottom: 0;
	background:url(images/visual-shadow-bottom.png) repeat-x top;
}
.fotorama {
	width: 980px;
	height: 490px;
	margin: 0 auto;
	position: relative;
}
.fotorama__nav-wrap {
	position: absolute;
	z-index: 300;
	bottom: 20px;
}

.fotorama__dot{
	width:6px!important;
	height:6px!important;
	top:12px;
	left:6px;
	border-radius:6px;
	border:1px solid #7f7f7f
}
.fotorama__nav__frame.fotorama__active .fotorama__dot{
	width:2px!important;
	height:2px!important;
	border-width:3px!important;
	background:#7f7f7f;
}


/*１枚目*/
.v01text-1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -470px;
	margin-top: -180px;
}
.v01text-2 {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: 150px;
}
/*２枚目*/
.v02text-1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -470px;
	margin-top: -180px;
}
.v02text-2 {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: 150px;
}
/*３枚目*/
.v03text-1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -470px;
	margin-top: -180px;
}
.v03text-2 {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: 150px;
}
.visual a{
	display: block;
	width: 100%;
	height: 490px;
	position: absolute;
	z-index: 900;
}


/* 
==========================================================
	リスト部分
==========================================================
*/

.listbox {
	padding: 50px 0;
	border-bottom: #2D2D2D 1px solid;
}
.wedding{
	background: #171717;
}
.japanese{
	background: #171717;
}
.house {
}
.plan {
	border-bottom: none;
}
.content-title {
	text-align: center;
	padding:0 0 25px 0;
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #000000;
}
.content-title a {
	color: #FFFFFF;
}
.content-title a:hover {
	text-decoration: none;
}
.content-subtitle {
	text-align: center;
	padding:0 0 50px 0;
	color: #8C816C;
}
.linklist{
	width: 980px;
	margin: auto auto 50px auto;
}
.linklist li{
	float: left;
	width: 33.3%;
	text-align: center;
}
.linklist li a{
	display: block;
	width: 230px;
	margin: auto;
	color: #8C816C;
}
.linklist li a img{
	margin-bottom: 10px;
}
.more-button {
	text-align: center;
}