@charset "utf-8";
/*----------------------------------------------------
index
----------------------------------------------------*/
/*----------------------------------------------------
#first
----------------------------------------------------*/
#first {
	width:1000px;
	margin:0 auto;
	clear:both;
	padding-bottom:130px;
	padding-top:120px;
	text-align:center;
}
#first h3 {
	color:#391e00;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
	border-bottom:solid 2px #a88f73;
	padding-bottom:15px;
	margin-bottom:15px;
}
#first h4 {
	font-size:18px;
	color:#a88f73;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:60px;
}
#first p {
	width:1000px;
	color:#391e00;
	font-size:16px;
	letter-spacing:3px;
	margin-bottom:50px;
	line-height:30px;
	text-align:center;
}
#first img {
	width:100px;
	height:139px;
	margin:0 auto;
}

/*----------------------------------------------------
#flow
----------------------------------------------------*/
#flow {
	width:1000px;
	height:auto;
	margin:0 auto;
	clear:both;
	padding-bottom:70px;
	padding-top:120px;
	text-align:center;
}
#flow h3 {
	color:#391e00;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
	border-bottom:solid 2px #a88f73;
	padding-bottom:15px;
	margin-bottom:15px;
}
#flow h4 {
	font-size:18px;
	color:#a88f73;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:60px;
}
#flow p {
	width:196px;
	color:#391e00;
	font-size:14px;
	letter-spacing:1px;
	line-height:24px;
	text-align:left;
	float:left;
	margin-right:72px;
	margin-top:20px
}
#flow p:last-child {
	margin-right:0;
}


#flow2 {
	width:1000px;
	height:auto;
	margin:0 auto;
	clear:both;
	padding-bottom:130px;
	text-align:center;
}
#flow2 h3 {
	color:#391e00;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
	border-bottom:solid 2px #a88f73;
	padding-bottom:15px;
	margin-bottom:15px;
}
#flow2 h4 {
	font-size:18px;
	color:#a88f73;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:60px;
}
#flow2 li {
	float: left;
	margin-right: 50px;
	display: block;
}
#flow2 li:last-child {
	margin-right:0;
}

/*----------------------------------------------------
#cost
----------------------------------------------------*/
#cost_wrapper {
	text-align:center;
	background-color:#391e00;
}
#cost {
	width:1000px;
	height:auto;
	margin:0 auto;
	clear:both;
	padding-bottom:130px;
	padding-top:120px;
	text-align:center;
	background-color:#391e00;
}
#cost h3 {
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
	border-bottom:solid 2px #a88f73;
	padding-bottom:15px;
	margin-bottom:15px;
}
#cost h4 {
	font-size:18px;
	color:#a88f73;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:80px;
}
#cost p{
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 30px;
}
.box_cost {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
}

.box_cost table {
	width:100%;
	margin:0 auto;
}

.box_cost table th {
	width:250px;
	padding:30px 0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	letter-spacing:1px;
	background-color:#8bdbf3;
	color:#391e00;
	border:solid 1px #391e00;
}
.box_cost table td {
	color:#391e00;
	font-size:16px;
	letter-spacing:1px;
	line-height:18px;
	vertical-align:middle;
	text-align:left;
	border:solid 1px #391e00;
	padding:30px 30px;
	background-color:#ffffff;
}


/*----------------------------------------------------
.img
----------------------------------------------------*/


.img_left {
	float:left;
	width:50%;
	height:960px;
	background: #000 url(../images/img_first02.jpg) no-repeat top center;
}
.txt_left {
	float:left;
	width:40%;
	left:5%;
	top:50%;
	position:relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
 	transform: translateY(-50);
 }
.img_right {
	float:right;
	width:50%;
	height:960px;
	position:absolute;
	right:0;
	background: #000 url(../images/img_first01.jpg) no-repeat top center;
}
.img_left02 {
	float:left;
	width:50%;
	height:960px;
	background: #000 url(../images/img_men003.jpg) no-repeat top center;
}


/*----------------------------------------------------
.reservation
----------------------------------------------------*/
#reservation {
	width:100%;
	height:130px;
	background-color:#391e00;
	text-align:center;
	padding-top:20px;
}
#reservation .r_txt01 {
	color:#ffffff;
	font-size:16px;
	letter-spacing:1px;
}
#reservation .r_txt02 {
	color:#ffffff;
	font-size:42px;
	font-weight:bold;
	letter-spacing:2px;
	padding:25px 0;
}
.n_txt01 {
	width:120px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	padding:10px 0;
	background-color:#391e00;
	margin-bottom:10px;
}


.aka a {
	color:#5470CB;
	letter-spacing: 2px;
}
.aka a:hover {
	color:#391e00;
	letter-spacing: 2px;
}
















