@charset "UTF-8";

.top-site-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100
}
.top-site-header h1 {
	width: 160px;
	box-shadow: 0 0 6px rgba(0,0,0,0.2)
}

.kv {
	height: 500px
	top: 0px;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.kv ul {
	position: relative;
	height: 497px
}
.kv li {
	position: absolute;
	left: -1px;
	width: 100% !important;
	opacity: 0;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover
}
.kv li div {
	position: relative;
	width: 100%;
	height: 500px;
	margin: 0 auto
}
.kv li a {
/* 	position: absolute;
	top: 55%;
	right: 36%;*/
}


.kv li a:hover{
	color:#eee;
}

.kv .first {
	z-index: 2
}
.kv .next {
	z-index: 1
}

/*  1  */
.kv .kv-1 {
	background-image: url(../img/kv-1.jpg)
}
.kv .kv-1 .catch {
	position: absolute;
	top: 45%;
	left: 40%;
	/* right: 30%; */
}

.kv .kv-1 #reserve {
	position: absolute;
	z-index: 10;
	background: hsla(0, 0%, 0%, 0.65);
	bottom: 0;
	left: 0;
	right: 0;
	color:#fff;
	text-align: center;
}





/*  2  */
.kv .kv-2 {
	background-image: url(../img/kv-2.jpg)
}
.kv .kv-2 .catch {
	position: absolute;
	top: 45%;
	left: 40%;
}

.kv .kv-2 #reserve {
	position: absolute;
	z-index: 10;
	background: hsla(0, 0%, 0%, 0.65);
	bottom: 0;
	left: 0;
	right: 0;
	color:#fff;
	text-align: center;
}




/*  3  */
.kv .kv-3 {
	background-image: url(../img/kv-5.jpg)
}
.kv .kv-3 .catch {
	position: absolute;
	top: 45%;
	left: 40%;
}

.kv .kv-3 #reserve {
	position: absolute;
	z-index: 10;
	background: hsla(0, 0%, 0%, 0.65);
	bottom: 0;
	left: 0;
	right: 0;
	color:#fff;
	text-align: center;
}



table.tblres {
	width: 800px;
	margin: 0px auto 0;
	border-collapse: separate;
	border-spacing: 0px 1px;
	/* margin-left: 5px; */
	transition: .8s;
}

table.tblres p{
	/* padding-top: 2%; */
	/* line-height: 1.0; */
	padding: 18px;
}
table.tblres th {
    padding: 4px 0;
    padding-left:15px;
    vertical-align: middle;
    width: 150px;
    border: #999 1px solid;
}
 
table.tblres td {
    padding: 2% 1%;
    /* text-align: left; */
    /* border-bottom: #999 1px solid; */
}
 
table.tblres td.r1 {
    text-align: right;
    /* width: 300px; */
    /*  border-left: 1px #999 solid;*/
}
 
table.tblres td.r2 {
    text-align: center;
    padding-top: 37px;
    letter-spacing: 0.08em;
    width: 500px;
    /*  border-left: 1px #999 solid;*/
    font-size: 2.6rem;
}









.kvnav {
	position: absolute;
	top: 460px;
	z-index: 10;
	bottom: 14px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	text-align: center;
	height: 15px;
}
.kvnav a {
/*	display: inline-block;
	vertical-align: top;
	height: 12px;
	width: 12px;
	text-indent: -9999px;
	margin: 0 10px;
	background: url(../img/icon-kvnav.png) no-repeat left top*/
}

.btn_reserve{
	background: #544a20;
	padding: 5px;
	/* width: 200px; */
	text-align: center;
}

.btn_p{
	font-size: 1.5rem
}



.btn_reserve a:hover{
	color: #eee;

}


.my-small {
  font-size: 0.6em 
  /*0.8倍の大きさに*/}
.my-big {
  font-size: 1.8em 
  /*6倍の大きさに*/}







.kvnav .activeSlide {
	background: url(../img/icon-kvnav-act.png) no-repeat left top
}
.ie8 .kv li {
	background-repeat: no-repeat
}


@media screen and (max-width:1024px) {

	.kv .kv-1 .catch,
	.kv .kv-2 .catch,
	.kv .kv-3 .catch {
		position: absolute;
		top: 45%;
		left: 32%;
	}



}

@media screen and (max-width:768px) {



.kv {
		height: 250px
		top: 0px;
	}
	.kv ul {
		position: relative;
		height: 500px;
	}
	.kv li {
		position: absolute;
		left: -1px;
		width: 100% !important;
		opacity: 0;
		background-position: center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover
	}
	.kv li div {
		position: relative;
		width: 100%;
		height: 500px;
		margin: 0 auto
	}
	.kv li a {
		/* position: absolute; */
		/* top: 150px; */
		/* margin: 0 auto; */
	}
	.kv .first {
		z-index: 2
	}
	.kv .next {
		z-index: 1
	}

	/*  1  */
	.kv .kv-1 {
		background-image: url(../img/kv-1.jpg)
	}

	/*  2  */
	.kv .kv-2 {
		background-image: url(../img/kv-2.jpg)
	}

	/*  2  */
	.kv .kv-3 {
		background-image: url(../img/kv-5.jpg)
	}

	.kv .kv-1 #reserve,
	.kv .kv-2 #reserve,
	.kv .kv-3 #reserve {
		position: absolute;
		z-index: 1000;
		background: hsla(0, 0%, 0%, 0.65);
		bottom: 0;
		left: 0;
		right: 0;
		color:#fff;
	}

	.kv .kv-1 .catch,
	.kv .kv-2 .catch,
	.kv .kv-3 .catch {
		position: absolute;
		top: 45%;
		left: 28%;
	}








	.kvnav {
	/* 	position: absolute;
		top: 350px;
		z-index: 10;
		bottom: 14px;
		margin: 0 auto
		height: 15px;
		width:100%; */
	}

	table.tblres {
		width: 100%;
		margin: 0px auto 0;
		border-collapse: separate;
		border-spacing: 0px 1px;
		/* margin-left: 5px; */
		transition: .8s;
	}

	table.tblres p{
		/* padding-top: 2%; */
		/* line-height: 1.0; */
	}
	table.tblres th {
	    padding: 4px 0;
	    padding-left:15px;
	    vertical-align: middle;
	    width: 150px;
	    border: #999 1px solid;
	}
	 
	table.tblres td {
	    padding: 2% 1%;
	    /* text-align: left; */
	    /* border-bottom: #999 1px solid; */
	}
	 
	table.tblres td.r1 {
	    text-align: right;
	    /* width: 300px; */
	    /*  border-left: 1px #999 solid;*/
	}
	 
	table.tblres td.r2 {
	    text-align: center;
	    width: 400px;
	    /*  border-left: 1px #999 solid;*/
	    font-size: 1.95rem;
	}





	/*
	.kvnav a {
		display: inline-block;
		vertical-align: top;
		height: 12px;
		width: 12px;
		text-indent: -9999px;
		margin: 0 10px;
		background: url(../img/icon-kvnav.png) no-repeat left top
	}
	.kvnav .activeSlide {
		background: url(../img/icon-kvnav-act.png) no-repeat left top
	}
	.ie8 .kv li {
		background-repeat: no-repeat
	}*/

}

@media screen and (max-width:400px) {

	table.tblres td {
		display:inline-block;
	    padding: 2% 1%;
	    /* text-align: left; */
	    /* border-bottom: #999 1px solid; */
	}
	 
	table.tblres td.r1 {
	    text-align: right; 
	    width: 80%
	    /*  border-left: 1px #999 solid;*/
	}
	 
	table.tblres td.r2 {
	    text-align: center;
	    width: 80%;
	    /*  border-left: 1px #999 solid;*/
	    font-size: 1.95rem;
	}
	
	
	
	
	.kv .kv-1 .catch,
	.kv .kv-2 .catch,
	.kv .kv-3 .catch {
		position: absolute;
		top: 45%;
		left: 2%;
	}

	
	
}
