@charset "UTF-8";
@import "reset.css";
/***********************************
共通
***********************************/
body {
	background:#ececec;
	color: #555;
	font-family:arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
	font-size: 12px;
	line-height: 1.8;
}

.clear {
    content: ".";
    display: block;
    height: 0pt;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

form input.text-input,
form select,
form textarea {
	padding: 6px;
	font-size: 13px;
/*
	background: #fff url('../img/bg-form-field.gif') top left repeat-x;
*/
	border: 1px solid #d5d5d5;
	color: #333;
}

/***********************************
リンク
***********************************/
a,
abbr a {
	color: #999;
	text-decoration: none;
}
a:hover,
a:active,
a:focus,
abbr a:hover,
abbr a:active,
abbr a:focus {
	color: #555;
	text-decoration: none;
}

/***********************************
コンテナ
***********************************/
#container {
	width:1100px;
	overflow: hidden;
	margin:0 auto;
}

/***********************************
ヘッダー
***********************************/
#header {
	width:1100px;
	height:100px;
	overflow: hidden;
}
	#header #headerLeft{
		float: left;
		display: inline;
		width:300px;
		padding-top:20px;
		text-align:right;
	}
	#header #headerRight{
		float: right;
		display: inline;
		width:800px;
		padding-top:76px;
		text-align:right;
	}
	#header #headerRight a{
		font-weight: bold;
		padding-left:40px;
	}

/***********************************
ボディ
***********************************/
#mainbg1 {
	width:1100px;
	height:600px;
	margin:0 auto;
	background:#fff url(../img/bg1.gif) no-repeat;
}
#mainbg2 {
	width:1100px;
	height:600px;
	margin:0 auto;
	background:#fff url(../img/bg2.gif) no-repeat;
}

#bg_20131128 {
	width:1100px;
	height:600px;
	margin:0 auto;
	background:#fff url(../img/bg_20131128.jpg) no-repeat;
}

/***********************************
フッター
***********************************/
#footer {
	width:1100px;
	margin:0 auto;
	padding:8px 0;
	overflow: hidden;
	font-weight: bold;
	color:#999;
}
	#footerLeft {
		float: left;
		display: inline;
		width:300px;
		text-align:right;
	}
	#footerRight {
		float: right;
		display: inline;
		width:800px;
		text-align:right;
	}


/***********************************
グローバルナビ
***********************************/
#gnavi {
	padding-top:14px;
	width:400px;
	float: left;
	display: inline;
}
.menuLabel1,
.menuLabel2,
.menuLabel3 {
	width:286px;
	text-align:right;
	float: left;
	display: inline;
	padding-right:14px;
	padding-bottom:7px;
}

.submenu1,
.submenu2,
.submenu3 {
	display: none;
	float: left;
	width:86px;
	padding-left:14px;
	padding-bottom:14px;
}

.submenu1 p,
.submenu2 p,
.submenu3 p {
	margin: 0;
	padding-bottom:7px;
	font-weight: bold;
}
.submenu1 a,
.submenu2 a,
.submenu3  a{
	color:#999;
}

.submenu1 a.on,
.submenu2 a.on,
.submenu3  a.on{
	color:#555;
}

.submenu1 a:hover,
.submenu2 a:hover,
.submenu3  a:hover{
	color:#555;
}

/***********************************
メインフレーム
***********************************/
#body {
	overflow: hidden;
	width:700px;
	float: left;
	display: inline;
}

.Pv {
	overflow: hidden;
	padding-top:60px;
	padding-left:45px;
	width:520px;
}

.Schedule {
	overflow: hidden;
	padding-top:50px;
	width:660px;
	text-align:center;
}

.Sei,
.Michi,
.Kan,
.Kinjitsu,
.Index {
	overflow: hidden;
	padding-top:160px;
	padding-left:90px;
}

.kongo {
	overflow: hidden;
	padding-top:25px;
	padding-left:35px;
}

.kongo2 {
	overflow: hidden;
	padding-top:135px;
	padding-left:45px;
}

.kongo3 {
	overflow: hidden;
	padding-top:45px;
	padding-left:0px;
}

.kongo4 {
	overflow: hidden;
	padding-top:100px;
	padding-left:45px;
}

.kongo5 {
	overflow: hidden;
	padding-top:55px;
	padding-left:45px;
}

.kongo6 {
	overflow: hidden;
	padding-top:110px;
	padding-left:110px;
}


.Kako {
	overflow-y:scroll;
	margin-top:100px;
	margin-left:90px;
	width:480px;
	height:390px;
	background:#ccc;
	color:#fff;
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
	font-weight: bold;
}
	.Kako table {
		width:460px;
		margin:15px auto;
	}
		.Kako table td {
			padding:5px;
		}
			.Kako table td a {
				background:#fff;
				color:#ccc;
				font-size:10px;
				padding:1px 3px;
				font-weight: normal;
			}
			.Kako table td a:hover {
				background:#dcdcdc;
				color:#fff;
				font-size:10px;
				padding:2px 3px;
				font-weight: normal;
			}

.Kako2 {
	overflow-y:scroll;
	margin-top:80px;
	margin-left:70px;
	width:530px;
	height:420px;
	background:#fff;
	color:#fff;
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
	font-weight: bold;
}
	.Kako2 table {
		width:510px;
		margin:15px auto;
	}
		.Kako2 table td {
			padding:5px;
		}
			.Kako2 table td a {
				background:#fff;
				color:#ccc;
				font-size:10px;
				padding:1px 3px;
				font-weight: normal;
			}
			.Kako2 table td a:hover {
				background:#dcdcdc;
				color:#fff;
				font-size:10px;
				padding:2px 3px;
				font-weight: normal;
			}

.Kako3 {
	overflow: hidden;
	margin-top:100px;
	margin-left:90px;
	width:420px;
	height:220px;
	background:#ccc;
	color:#fff;
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
	font-weight: bold;
}
	.Kako3 table {
		width:380px;
		margin:15px auto;
	}
		.Kako3 table td {
			padding:5px;
		}
			.Kako3 table td a {
				background:#fff;
				color:#ccc;
				font-size:10px;
				padding:1px 3px;
				font-weight: normal;
			}
			.Kako3 table td a:hover {
				background:#dcdcdc;
				color:#fff;
				font-size:10px;
				padding:2px 3px;
				font-weight: normal;
			}

.Kako4 {
	overflow-y:scroll;
	margin-top:80px;
	margin-left:70px;
	width:530px;
	height:420px;
	background:#fff;
	color:#999999;
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
}
	.Kako4 table {
		width:510px;
		margin:15px auto;
	}
		.Kako4 table td {
			padding:5px;
		}
			.Kako4 table td a {
				background:#fff;
				color:#ccc;
				font-size:10px;
				padding:1px 3px;
				font-weight: normal;
			}
			.Kako4 table td a:hover {
				background:#dcdcdc;
				color:#fff;
				font-size:10px;
				padding:2px 3px;
				font-weight: normal;
			}

.Kako5 {
	overflow-y:scroll;
	margin-top:80px;
	margin-left:70px;
	width:560px;
	height:420px;
	background:#fff;
	color:#fff;
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
	font-weight: bold;
}
	.Kako5 table {
		width:560px;
		margin:15px auto;
	}
		.Kako5 table td {
			padding:5px;
		}
			.Kako5 table td a {
				background:#fff;
				color:#ccc;
				font-size:10px;
				padding:1px 3px;
				font-weight: normal;
			}
			.Kako5 table td a:hover {
				background:#dcdcdc;
				color:#fff;
				font-size:10px;
				padding:2px 3px;
				font-weight: normal;
			}

.Kako6 {
	overflow-y:scroll;
	margin-top:80px;
	margin-left:70px;
	width:550px;
	height:420px;
	background:#fff;
	color:#000;
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
	font-weight: bold;
}
	.Kako6 table {
		width:550px;
		margin:15px auto;
	}
		.Kako6 table td {
			padding:5px;
		}
			.Kako6 table td a {
				background:#000;
				color:#ccc;
				font-size:10px;
				padding:1px 3px;
				font-weight: normal;
			}
			.Kako6 table td a:hover {
				background:#dcdcdc;
				color:#fff;
				font-size:10px;
				padding:2px 3px;
				font-weight: normal;
			}


.kongo3_relative {
	position:relative;
	overflow: hidden;
	margin-top:100px;
	margin-left:10px;
	width:600px;
	height:240px;
	background:#ccc;
	color:#fff;
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
	font-weight: bold;
}

.btn_detail1 {
  position: absolute;
  right: 28px;
  bottom: 100px;
}

.btn_detail2 {
  position: absolute;
  right: 28px;
  bottom: 75px;
}

.Kinjitsu2 {
	overflow: hidden;
	margin-top:150px;
	margin-left:90px;
	width:420px;
	height:230px;
	background:#ccc;
	color:#fff;
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
	font-weight: bold;
}
	.Kinjitsu2 table {
		width:400px;
		margin:15px auto;
	}
		.Kinjitsu2 table td {
			padding:5px;
		}
			.Kinjitsu2 table td a {
				background:#fff;
				color:#ccc;
				font-size:10px;
				padding:1px 3px;
				font-weight: normal;
			}
			.Kinjitsu2 table td a:hover {
				background:#dcdcdc;
				color:#fff;
				font-size:10px;
				padding:2px 3px;
				font-weight: normal;
			}

.Cafe {
	overflow: hidden;
	padding-top:160px;
	padding-left:90px;
}

.Sui {
	overflow: hidden;
	padding-top:160px;
	padding-left:90px;
}

.Shirabe {
	overflow: hidden;
	padding-top:160px;
	padding-left:140px;
}

.Gallery {
	overflow: hidden;
	padding-top:55px;
	padding-left:70px;
}

.Price {
	overflow: hidden;
	padding-top:95px;
	padding-left:120px;
}

.Theme {
	overflow: hidden;
	padding-top:120px;
	padding-left:60px;
}

.Access {
	overflow: hidden;
	padding-top:120px;
	padding-left:30px;
}
	.Access p {
		padding-top:5px;
	}
.Inquiry {
	overflow: hidden;
	margin-top:50px;
	margin-left:10px;
	background:#ccc;
	width:585px;
	padding:20px 0;
}

.Inquiry h2 {
	font-weight: bold;
	width:520px;
	margin:0 auto;
	color:#fff;
}
.Inquiry table {
	width:520px;
	margin:0 auto;
}
.Inquiry table th {
	text-align:left;
	color:#fff;
	padding:3px;
	font-weight: bold;
	width:120px;
}
.Inquiry table td {
	text-align:left;
	padding:3px;
}

.Thanks table {
	height:600px;
}

.Rule {
	overflow: hidden;
	margin-top:130px;
	margin-left:90px;
	width:400px;
	height:200px;
	background:#ccc;
	color:#fff;
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
	font-weight: bold;
	padding:15px 20px;
}
	.Rule p {
		padding:20px 0 30px 0;
	}
	.Rule table td {
		vertical-align: top;
		padding-right:10px;
	}

.sc20131128 {
	overflow: hidden;
	padding:80px 0 0 320px;
	color:#999;
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
	font-weight: bold;
}

.sc20131128 p {
	padding-bottom:15px;
}

.sc20131128 th {
	vertical-align: top;
	width:80px;
	font-weight: bold;
	text-align:left;
	padding-bottom:15px;
}

.sc20131128 td {
	vertical-align: top;
	padding-bottom:15px;
}

.top_2015060601 {
	position:relative;
	overflow: hidden;
	margin-top:100px;
	margin-left:45px;
	height:449px;
	width:438px;
}

.top_2015060602_detail {
  position: absolute;
  right: 85px;
  bottom: 67px;
}

.top_2015060602_pg {
  position: absolute;
  right: 27px;
  bottom: 67px;
}

.top_2015060602_detail a,
.top_2015060602_pg a {
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
	background:#999;
	color:#fff;
	font-size:10px;
	padding:1px 3px;
}

.top_2015060602_detail a:hover,
.top_2015060602_pg a:hover {
	background:#555;
}




.top_20150926_detail {
  position: absolute;
  right: 135px;
  bottom: 67px;
}

.top_20150926_pg {
  position: absolute;
  right: 77px;
  bottom: 67px;
}

.top_20150926_detail a,
.top_20150926_pg a {
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
	background:#999;
	color:#fff;
	font-size:10px;
	padding:1px 3px;
}

.top_20150926_detail a:hover,
.top_20150926_pg a:hover {
	background:#555;
}

.top_2015092603 {
	position:relative;
	overflow: hidden;
	margin-top:100px;
	margin-left:45px;
	height:449px;
	width:438px;
}

.top_2015092603_detail {
  position: absolute;
  right: 135px;
  bottom: 157px;
}

.top_2015092603_pg {
  position: absolute;
  right: 77px;
  bottom: 157px;
}

.top_2015092603_detail a,
.top_2015092603_pg a {
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
	background:#999;
	color:#fff;
	font-size:10px;
	padding:1px 3px;
}

.top_2015092603_detail a:hover,
.top_2015092603_pg a:hover {
	background:#555;
}









.top_20160211 {
	position:relative;
	overflow: hidden;
	margin-top:100px;
	margin-left:45px;
	height:226px;
	width:520px;
}

.top_20160211_detail {
  position: absolute;
  right: 75px;
  bottom: 15px;
}

.top_20160211_pg {
  position: absolute;
  right: 17px;
  bottom: 15px;
}

.top_20160211_detail a,
.top_20160211_pg a {
	font-family: 'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','ＭＳ Ｐゴシック';
	background:#999;
	color:#fff;
	font-size:10px;
	padding:1px 3px;
}

.top_20160211_detail a:hover,
.top_20160211_pg a:hover {
	background:#555;
}