@charset "UTF-8";

/* ページ背景 */
#contentsBox {
	width: 100%;
	min-height: 100%;
	position: relative;
}


/* ホバー */
.mouseHvr {
	opacity: 1;
}

.mouseHvr:hover {
	opacity: 0.7;
}


/*ヘッダー*/
#header {
	width: 100%;
	height: 150px;
	position: fixed;
	top: 0;
	z-index: 100;
}

#headerInner {
	width: 960px;
	margin: 0 auto;
}

#headerInner h1 {
	width: 320px;
	padding-top: 50px;
	line-height: 0;
	float: left;
}

#headerInner ul {
	width: 320px;
	height: 70px;
	background: url('../images/nav_bg.png') no-repeat center bottom;
	margin-left: 80px;
	padding-top: 50px;
	float: right;
}

#headerInner ul li {
	line-height: 0;
	margin-left: 40px;
	float: left;
}

.fixed{
	opacity:0.9;
}


/*メインビジュアル*/
#main {
	width: 100%;
	height: 800px;
	margin-top: 50px;
	text-align: center;  
}

#mainInner {
	width: 960px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}

.maintt01 {
  overflow: hidden;
  text-align: center;
  margin: 100px auto 0;
}

.bx-viewport {
	height: 500px !important;
}

.bx-prev {
	display: block;
	width: 35px;
	height: 45px;
	background: url('../images/pre_img.png') no-repeat center center;
	position: absolute;
	left: 0;
	top: 255px;
	z-index: 2;
	opacity: 1;
}

.bx-prev:hover {
	opacity: 0.7;
}

.bxslider {
	width: 890px;
	height: 480px;
	display: block;
	margin-left: 35px;
	padding-top: 20px;
	position: relative;
	z-index: 1;
}

.bxslider li {
	position: absolute;
	top: 20px;
	left: 0;
}

.bx-next {
	display: block;
	width: 35px;
	height: 45px;
	background: url('../images/next_img.png') no-repeat center center;
	position: absolute;
	right: 0;
	top: 255px;
	z-index: 2;
	opacity: 1;
}

.bx-next:hover {
	opacity: 0.7;
}

.bx-pager {
	width: 90px;
	position: absolute;
	bottom: 37px;
	left: 440px;
}

.bx-pager-item {
	width: 20px;
	margin-right: 10px;
	float: left;
	opacity: 1;
}

.bx-pager-item:hover {
	opacity: 0.7;
}

.bx-pager-link {
	display: block;
	width: 20px;
	height: 15px;
	background: url('../images/main-off.png') no-repeat center center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.active {
	background: url('../images/main-on.png') no-repeat center center !important;
}
/*コンテンツ00*/
.contents00 {
    width: 100%;
	height: 150px;
    margin: 350px auto 300px;  
	text-align: center;  
}
/*コンテンツ001*/
.contents001 {
    width: 100%;
	height: 100px;
    margin: 5px auto 5px;  
	text-align: center;  
}
/*コンテンツ01*/
.contents01 {
    width: 100%;
	height: 400px;
	text-align: center;  
}
.contents01 div {
    width: 800px;
    margin: 80px auto 0;  
}

.contents01 .child1 {
  float: left;
  padding: 0px 10px 0px 80px;
}
.contents01 .child2 {
	float: right;
  padding: 0px 80px 0px 10px;
}


/*コンテンツ02*/
.contents02 {
    width: 100%;
	height: 500px;
	text-align: center;  
	position: relative;
	overflow: hidden;
}
.contents02 div {
    width: 650px;
    margin: 50px auto 10px;  
}
.contents02 h2 {
	text-align: left;
    font-size:200%;
	line-height: 2.5em;}

.contents02 p {
	text-align: left;
	line-height: 2.5em;
	font-size: 150%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #7A6642; 
}
.contents02 img {
margin: 300px 30px 0;
}

.contents02 .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.map-txt {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #7A6642; 
}
.contents04 {
	width: 700px;
	margin: 50px auto ;
	background: url('images/contents04_back') no-repeat left center;
}

.contents04 p {
	text-align: right;
}


#map {
	width: 400px;
	height: 400px;
    margin: 50px auto 0; 
}


#gallery {
	width: 450px;
	margin-left: 30px;
	line-height: 0;
	float: left;
}

#gallery img {
	position: absolute;
}

#thumbnail {
	width: 432px;
	margin-right: 30px;
	float: right;
}

#thumbnail li {
	width: 132px;
	margin: 0 0 10px 12px;
	line-height: 0;
	float: left;
}



/*フッター*/
#footer {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 50px;
}

#pageTop {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#pageTop p {
	width: 80px;
	line-height: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#footerContnts {
	height: 50px;
}

address {
	color: #7A6642;
	font-style: normal;
	font-size: 125%;
	text-align: center;
	padding-top: 60px;
}
