@charset "utf-8";
/* CSS Document */
/*共通
------------------------------------*/
body {
	width: 100%;
	margin: 0 auto;
	font-family: "メイリオ";
	font-size: 14px;
	color:#000;
	/*-webkit-text-size-adjust: 100%;*/
}

img { vertical-align:bottom; }

.in_box {
	padding: 0px 10px;
}

.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;
	background-size: 100%;
}

.font_st {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

img {
	width: 100%;
}

/*header
------------------------------------*/
#header_w {
	padding: 10px 0px;
	border-bottom: 2px solid #044a00;
	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: 4px !important;
	font-size: 12px;
	font-weight: normal;
}

#top_header {
}

.h_right {
	display: none;
}

.h_logo {
    width: 70%;
    float: left;
    margin-top: 8px !important;
}

#sp_menu {
	width: 18%;
	float: right;
}

#sp_menu li {
	display: inline-block;
}

.modal-content li {
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 17px 15px;
    letter-spacing: 2px;
    border-bottom: 1px dashed #fff;
}
.modal-content li a {
	color: #fff;
	display: block;
}
.modal-content li:first-child {
	font-size: 18px;
	background-color: #005505;
}

.modal-content li:nth-last-child(2),
.modal-content li:nth-last-child(3) {
	background-color: #fff;
	padding: 15px 15px;
}
.modal-content li:nth-last-child(3) {
    border-bottom: 1px dashed #005505;
}
.modal-content li:nth-last-child(2) img,
.modal-content li:nth-last-child(3) img {
	width: 58%;
}

.modal-content li span {
	display: block;
}

/*main_visual
------------------------------------*/
#main_visual {
	width:100%;
	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%;
	text-align:center;
}

.bx-viewport img {
	width: 80%;
	margin: auto;
}

.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 {
	display: none;
	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: 0px 0px 20px;
	/*background:url(../img/section01_bg.jpg) no-repeat center top;*/
	background-size:cover;
	border-bottom:2px solid #ccc;
	position:relative;
}

#section01:after {
	content: url("../img/section01_line.png");
	display:block;
	background:url() no-repeat left top;
	position:absolute;
	left: 32%;
	right:0;
	bottom:-24px;
	margin:auto;
}

#section01 h3 {
	text-align: center;
	margin-bottom: 15px;
	padding: 20px 0px 0px;
	/*background: url(../img/top/sec01_bk.png) no-repeat left 0%;*/
}

.top_text { font-size: 16px; }

#section02 {
	padding: 40px 0px 50px;
	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;
}

#sec02_bk {
	padding: 10px;
}

#section02 h3 {
	margin-bottom: 15px;
	/*background: url(../img/top/sec02_bk.png) no-repeat 90% center;*/
}

#section02 .text_orange {
	font-size: 18px;
	text-align: left;
	/*background: url(../img/common/text_l01.png) no-repeat center left;*/
}

#section03 {
	background:url(../img/section03_bg.jpg) no-repeat top left;
	background-size:cover;
}


#sec03_w {
	margin: auto;
	overflow: hidden;
	background-color: #fff;
}

#sec03_in {
	padding: 40px 10px 40px;
}

.tp_news_ttl {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 4px double #023a09;
}

.tp_news_ttl img {
	width: 40%;
}

#top_news {
	padding: 30px 20px 50px 25px;
	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;
	background-size: 100%;
}


#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: 15px 0px;
	margin-bottom: 10px;
}

#top_news-r dt {
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-left: 20px;
	background: url(../img/common/arrow01.png) no-repeat center left;
}

#top_news-r dd {
	line-height: 160%;
}

#sec03_btn {
	display: none;
    position: relative;
    top: 275px;
    left: 520px;
}

.banner {
	margin: 40px 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);
	background-repeat: no-repeat;
	background-position: center left;
}

#pageTop {
	color: #FFF;
	position: fixed;
	bottom: 5%;
	right: 3%
}

/*footer
------------------------------------*/
#footer_w {
	background-color:#044a00;
}

#footer_in {
	color: #fff;
	padding: 10px 10px 20px;
}

.f_cont li {
	overflow: hidden;
}

.f_logo {
	width: 70%;
	margin-bottom: 15px;
}

.f_cont li .f_tel:nth-child(2) {
	float: right;
}

.f_tel {
	width: 48%;
	float: left;
	margin-top: 10px;
}
.f_tel img {
}

#footer_navi ul {
	text-align: center;
}

#footer_navi li {
	display: inline-block;
	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: 40px 30px;
}

#bread li {
	float: left;
	font-size: 12px;
}

#bread li span {
	padding: 0px 8px;
}

#bread li a {
	color: #000;
}

#container {
	padding: 30px 0px 50px;
}

.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: 10px 10px;
}

.cmn_box02 {
}

.cmn_box02 dd {
	line-height: 160%;
}

.cmn_box02 li {
	margin-bottom: 40px;
	font-size: 16px;
}
.cmn_box02 li:last-child {
	margin-bottom: 0px;
}

.cmn_text {
    font-size: 24px;
    margin-bottom: 0px;
    line-height: 140%;
    background-image: url(../img/common/text_l.png), url(../img/common/text_r.png);
    background-repeat: no-repeat;
    background-position: 5% center, 94% center;
    background-size: 14%;
}

.cmn_box01 p {
	line-height: 140%;
}

.box_mb {
	margin-bottom: 30px;
}

.cmn_dl dl {
	font-size: 16px;
	overflow: hidden;
	background-color: #F1F3D3;
	border-bottom: 1px dotted #B3B3B3;
}


.cmn_dl dt {
	padding: 15px 10px;
}

.cmn_dl dd {
	padding: 15px 10px;
	background: #fff;
}

.mt100 { margin-top: 100px; }
/*system
------------------------------------*/

#room01 { margin: 40px 0px; }

#room01 .title02,
#room02 .title02 {
	margin-top: 10px;
}

#room01 .title02 img {
	width: 40%;
}
#room02 .title02 img {
	width: 80%;
}

/*shop
------------------------------------*/
#shop { margin-bottom: 40px; }

.shop_ttl {
	width: 50%;
	margin: auto;
}

#shop_dl dt {
	padding: 17px 10px;
}

#shop_dl dd {
	line-height: 140%;
}

/*price
------------------------------------*/
.price_ttl {
	width: 70%;
	margin: auto;
}

.price_mb { margin-top: 60px; }

/*news
------------------------------------*/
.news_ttl {
	width: 50%;
	margin: auto;
}

#news_list li {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #B3B3B3;
}

#news_list li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

#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: 10px;
    line-height: 160%;
}

.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 50px;
}

.page_btn span img {
	width: 30%;
	padding: 0px 3px;
}

.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_ttl {
	width: 75%;
	margin: auto;
}

#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;
}