@charset "utf-8";
/* CSS Document */
/*共通
------------------------------------*/
body {
	width: 100%;
	margin: 0 auto;
	font-family: "メイリオ";
	font-size: 14px;
	color:#000;
	min-width: 1050px;
}

img { vertical-align:bottom; }

.in_box {
	width: 960px;
	margin: auto
}

.left { float: left; }

.right { float: right; }

.text_c {text-align: center; }

.line_h { line-height: 180%; }

.text_w { font-weight: bold; }

.text_red { color: #BE1A0F; }

.text_green01 { color: #045209; }

.text_green02 { color: #006C1B; }

.text_orange { color: #F7931E; }

.cmn_bk {
	background: url(../img/common/cmn_bk01.png), url(../img/common/cmn_bk03.png), url(../img/common/cmn_bk02.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: top, bottom, center;
}

.font_st {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/*header
------------------------------------*/
#header_w {
	padding: 10px 0px;
	background:rgba(255,255,255,0.9);
}

#h1_wrap {
	background:url(../img/bg01.gif) repeat top left #044a00;
}

#top_wrapper #h1_wrap {
	opacity:0.9;
}

header h1 {
	color: #fff;
	padding: 3px 0px;
	font-size: 12px;
	font-weight: normal;
}

#header_in li {
	float: left;
}

#header_in li:first-child {
	margin-right: 10px;
}

#top_header {
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	z-index:2;
	min-width: 1050px;
}

/*main_visual
------------------------------------*/
#main_visual {
	width:100%;
	height:580px;
	margin:0 auto;
	background:url(../img/main_visual_bg.jpg) no-repeat center top;
	background-size:cover;
	position:relative;
	z-index:1;
}

/* bxslider
---------------------------------------------------- */
.bx-wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

.bx-viewport {
	width:100%;
	height:580px !important;
	text-align:center;
}

.bx-viewport img {
	margin-top:100px;
}

.bx-controls {
	display:none;
}

.slider01 {
	background:url(../img/main_visual01.jpg) no-repeat center top;
	background-size:cover;
}

.slider02 {
	background:url(../img/main_visual02.jpg) no-repeat center top;
	background-size:cover;
}

.slider03 {
	background:url(../img/main_visual03.jpg) no-repeat center top;
	background-size:cover;
}


/*navi
------------------------------------*/
.navi_bk {

	background-color:rgba(4,74,0,0.9);
	border-top:1px solid rgba(4,74,0,0.9);
	border-bottom:5px solid #6daf29;
	text-align:center;
}

#navi li {
	float: left;
	background: url(../img/common/navi_line.png) no-repeat center left;
}

#navi li a {
	height: 60px;
	display: block;
}

#navi li:last-child {
	background-image: url(../img/common/navi_line.png), url(../img/common/navi_line.png);
	background-repeat: no-repeat;
	background-position: center left, center right;
}

/*　navi　hover　effect ▼　*/
#navi li::before,
#navi li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#navi li,
#navi li::before,
#navi li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#navi li {
	position: relative;
/*	-webkit-perspective: 300px;
	perspective: 300px;*/
	display: inline-block;
	outline: none;
}

#navi li:nth-child(1) { width: 158px; height: 60px; }
#navi li:nth-child(1) span { width: 158px; height: 60px; }

#navi li:nth-child(2) { width: 210px; height: 60px; }
#navi li:nth-child(2) span { width: 210px; height: 60px; }

#navi li:nth-child(3) { width: 210px; height: 60px; }
#navi li:nth-child(3) span { width: 210px; height: 60px; }

#navi li:nth-child(4) { width: 159px; height: 60px; }
#navi li:nth-child(4) span { width: 159px; height: 60px; }

#navi li:nth-child(5) { width: 210px; height: 60px; }
#navi li:nth-child(5) span { width: 210px; height: 60px; }

#navi li span {
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
#navi li span:nth-child(1) {
	background-color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
#navi li span:nth-child(2) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
#navi li:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
#navi li:hover span:nth-child(2) {
	/*background-color: #C59A54;*/
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
/*　navi　hover　effect ▲　*/

/*#top_navi li:hover span:nth-child(2) {
	background-color: #C59A54;
}*/
/*top
------------------------------------*/

#section01 {
	padding: 80px 0px 100px;
	background:url(../img/section01_bg.jpg) no-repeat center top;
	background-size:cover;
	border-bottom:2px solid #ccc;
	position:relative;
}

#section01:after {
	content:"";
	display:block;
	width:980px;
	height:40px;
	background:url(../img/section01_line.png) no-repeat left top;
	position:absolute;
	left:0;
	right:0;
	bottom:-21px;
	margin:auto;
}

#section01 h3 {
	margin-bottom: 15px;
	padding: 20px 0px 40px 80px;
	background: url(../img/top/sec01_bk.png) no-repeat left 0%,;
}

.top_text { font-size: 16px; }

#section02 {
	padding: 60px 0px 100px;
	background-image:url(../img/section02_line.gif),url(../img/section02_bg.jpg);
	background-repeat:repeat-x,no-repeat;
	background-position:left bottom,center top;
	background-size:auto,cover;
}

#section02 h3 {
	margin-bottom: 20px;
	padding: 60px 0px 50px;
	background: url(../img/top/sec02_bk.png) no-repeat 90% center;
}

#section02 .text_orange {
	font-size: 20px;
	padding: 20px 0px 20px 60px;
	background: url(../img/common/text_l01.png) no-repeat center left;
}

#sec02_text {
	text-align: right;
	margin-top: 20px;
}

#section03 {
	background:url(../img/section03_bg.jpg) no-repeat top left;
	background-size:cover;
}

#sec02_bk { padding: 40px 20px; }

#sec03_w {
	width: 1040px;
	margin: auto;
	overflow: hidden;
	background-color: #fff;
}

#sec03_in {
	padding: 80px 30px 150px;
}

#top_news {
	height: 315px;
	padding: 25px 50px 25px 30px;
	background: url(../img/top/sec03_bk01.jpg), url(../img/top/sec03_bk03.jpg), url(../img/top/sec03_bk02.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: top, bottom, center;
}

#top_news-r { width: 75%; }

#top_news-r li {
	overflow: hidden;
	border-top: 1.5px dotted #CCCCCC;
}

#top_news-r li:last-child {
	border-bottom: 1.5px dotted #CCCCCC;
}

#top_news-r li a {
	color: #fff;
	display: block;
	padding: 18px 0px;
	margin-bottom: 15px;
}

#top_news-r dt {
	float: left;
	font-size: 12px;
	margin-right: 20px;
	padding-left: 20px;
	background: url(../img/common/arrow01.png) no-repeat center left;
}

#top_news-r dd {
	float: left;
}

#sec03_btn {
    position: relative;
    top: 275px;
    left: 520px;
}

.banner {
	margin: 50px 0px;
}

#top_map p {
	font-size: 18px;
	font-weight: bold;
	padding-left: 25px;
	line-height: 150%;
	margin-bottom: 10px;
	background: url(../img/common/map_l.png), url(../img/top/line.png);
	background-repeat: no-repeat;
	background-position: center left, center right;
}

#pageTop {
	color: #FFF;
	position: fixed;
	bottom: 5%;
	right: 3%
}

/*footer
------------------------------------*/
#footer_w {
	background-color:#044a00;
}

#footer_in {
	padding: 10px 0px 20px;
}

#footer_navi {
	width: 78%;
	margin: auto;
}

#footer_navi li {
	float: left;
	font-size: 12px;
}

#footer_navi li a {
	color: #fff;
}

#footer_in .right {
	font-size: 16px;
	color: #fff;
}

#footer_in .right li:first-child {
	border-bottom: 1px dotted #fff;
	padding: 0px 0px 8px 25px;
	margin-bottom: 8px;
	background: url(../img/common/arrow02.png) no-repeat 1% 20%;
}

#copyright {
	color:#FFF;
	background:url(../img/bg01.gif) repeat top left #044a00;
	font-size:10px;
	line-height:20px;
	width:100%;
	margin:0 auto;
	text-align:center;
}

#copyright a { color: #fff; }

/*下層
------------------------------------*/
/*---------下層-----------*/
#main_area {
	background: url(../img/common/main_bk.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 8px;
}

#main_in {
	background-color:rgba(255,255,255,0.6);
	padding: 60px 30px;
}

#bread li {
	float: left;
	font-size: 12px;
}

#bread li span {
	padding: 0px 8px;
}

#bread li a {
	color: #000;
}

#container {
	padding: 60px 0px 100px;
}

.title01 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 12px 15px 8px;
	background-color: #006C1B;
	border-left: 10px solid #3B9113;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
}

.title02 {
	margin-bottom: 10px;
	padding: 7px 0px 10px 60px;
	border-bottom: 2px dotted #B3B3B3;
}

.title02_iamge01 { background: url(../img/common/text_l01.png) no-repeat top left; }

.title02_iamge02 { background: url(../img/common/text_l02.png) no-repeat top left; }

.title02_iamge03 { background: url(../img/common/text_l03.png) no-repeat top left; }

.title03 {
	color: #006C1B;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0px 10px 30px;
	border-bottom: 2px dotted #006C1B;
}

.title03_image01 { background: url(../img/common/map_l.png) no-repeat left top; }

.title03_image02 { background: url(../img/price/circle.png) no-repeat left 35%; }

.cmn_box01 {
	padding: 40px 0px;
}

.cmn_box02 {
	width: 530px;
}

.cmn_box02 dd {
	line-height: 160%;
}

.cmn_box02 li {
	margin-bottom: 50px;
	font-size: 16px;
}

.cmn_text {
	font-size: 28px;
	margin-bottom: 20px;
	padding: 10px 0px;
	background-image: url(../img/common/text_l.png), url(../img/common/text_r.png);
	background-repeat: no-repeat;
	background-position: 25% center, 75% center;
}

.box_mb {
	margin-bottom: 60px;
}

.cmn_dl dl {
	font-size: 16px;
	overflow: hidden;
	background-color: #F1F3D3;
	border-bottom: 1px dotted #B3B3B3;
}

.cmn_dl dl:last-child {
	border-bottom: none;
}

.cmn_dl dt {
	float: left;
	padding: 15px 20px;
	width: 140px;
}

.cmn_dl dd {
	float: left;
	padding: 15px 20px;
	background: #fff;
}

.mt100 { margin-top: 100px; }
/*system
------------------------------------*/
#room_w { padding: 0px 40px; }

#room01 { margin: 50px 0px; }

/*shop
------------------------------------*/
#shop { margin-bottom: 80px; }


#shop_dl dt {
	padding: 17px 20px;
}

#shop_dl dd {
	width: 740px;
	line-height: 140%;
}

/*event
------------------------------------*/
.top_event {
	margin-bottom: 80px;
}
.top_event ul {
	font-size: 17px;
	width: 912px;
	margin: 30px auto 40px;
}
.top_event li {
	background: url(../img/common/arrow04.png) left center no-repeat;
	padding: 15px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.top_event li span {
	font-weight: bold;
	color: #3b9113;
	padding: 0 30px;
}
.top_event li a {
	color: #333;
}
.top_event li a:hover {
	color: #3b9113;
}
.text-more {
	text-align: center;
}

.event_box {
	margin: 0 0 30px;
}
.event_box .text {
	width: 912px;
	margin: 0 auto 20px;
	font-size: 15px;
	line-height: 22px;
}
.event_box .btn {
	text-align: right;
}

.post-data li {
	display: inline-block;
	margin: 0 0 10px;
	color: #777;
	font-size: 13px;
}
.item-date {
	color: #3b9113;
	font-size: 15px;
}


/*price
------------------------------------*/
.price_dl dd { width: 240px; }

.price_mb { margin-top: 60px; }

/*news
------------------------------------*/
#news_list li {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #B3B3B3;
}

#news_list li:last-child {
	border-bottom: none;
}

#news_list dt {
	color: #044A00;
	margin-bottom: 15px;
	padding-left: 20px;
	background: url(../img/news/arrow.png) no-repeat center left;
}

#news_list dd {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}

.news_btn {
	float: right;
	font-size: 12px;
	background: url(../img/news/more.png) no-repeat 18% center;
	background-color: #044A00;
	-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
}

.news_btn a {
	color: #fff;
	display: block;
	padding: 3px 20px 3px 45px;
}

#s_news-in {
	line-height: 160%;
	border-bottom: 2px dotted #B3B3B3;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.news_day {
	color: #044A00;
	text-align: right;
	margin-top: 10px;
}

.page_btn {
	margin: 15px 0px 100px;
}

.page_btn span img {
  padding: 0px 10px;
}

.page_btn { font-size: 12px; }

.page_btn a { color: #000; }


/*privacy
------------------------------------*/
.privacy_box {
	margin-bottom: 50px;
}

.privacy_box .title01 {
	margin-bottom: 10px;
}

.privacy_text {
	line-height: 160%;
}

/*sitemap
------------------------------------*/
#sitemap li {
	font-size: 16px;
	padding: 15px 0px 15px 30px;
	border-bottom: 2px dotted #B3B3B3;
	background: url(../img/common/arrow03.png) no-repeat center left;
}

#sitemap li:last-child {
	border-bottom: none;
}

#sitemap li a {
	color: #000;
	display: block;
}



/* ページネーション
-------------------------------------------------- */
.pagenation {
	margin: 0 0 20px;
	text-align: center;
	color: #999;
	font-size: 0;
	letter-spacing: 0;
}

.pagenation li {
	font-size: 13px;
	width: 26px;
	margin: 0 2px;
	line-height: 30px;
	color: #666;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background: #f8f8f8;
	display: inline-block;
	vertical-align: top;
}

.pagenation li:hover,
.pagenation li.current {
	color: #fff;
	background: #3b9113;
}

.pagenation li.dot {
	border: none;
}

.pagenation a {
	color: inherit;
	text-decoration: none;
	display: block;
}
