@charset "utf-8";
/* CSS Document */


/* =========================
	Common
========================= */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	border: none;
	vertical-align: bottom;
}

a {
	color: #638C0B;
	text-decoration: underline;
	font-weight: bold;
}
p.link {
	margin: 10px 0;

}
p.link span {
	display: block;
	padding-bottom: 8%;
	font-size: 11px;
	line-height: 1.0;
}
p.link a {
	display: inline-block;
	padding: 4% 10% 7%;
	text-decoration: none;
	text-align: center;
	color: #638C0B;
	font-weight: bold;
	background: url(../img/link_bg.png) no-repeat center;
	background-size: contain;
}
ul {
	list-style: none;
}

em {
	color: #000;
	font-style: normal;
	font-weight: bold;
}


/*自動改行*/
/* テキストを省略せずに表示する */
.ui-header .ui-title,            /* ヘッダー */
.ui-footer .ui-title,            /* フッター */
.ui-btn-inner,                /* ボタン */
.ui-li-heading,                /* リスト見出し */
.ui-li .ui-btn-text a.ui-link-inherit,    /* リンクリスト */
.ui-li-desc                /* リスト詳細 */
{
    overflow: visible;
    white-space: normal;
}

/* =========================
	Layout
========================= */

body {
	font-size: 13px;
	line-height: 1.4;
	color: #333333;
	font-family:  'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', Sans-Serif;
}

.ui-content {
	margin: 0;
	padding: 10px;
}

/* =========================
	Header
========================= */
.ui-header {
	/*background: url(../img/header_bg.jpg) repeat-x 0 0;*/
	padding-top: 20px;
	padding-bottom: 20px;
}
.ui-header h1.line2 {
    line-height: 1.2;
    padding: 7px 0 0;
}
.ui-header .ui-title {
	padding: 0;
	margin: 0 0 0;
}
.ui-header .ui-title img {
	width: 300px;
}

hr {
	display: none;
	clear:both;
	overflow: hidden;
	border: 0;
	border-top: dotted 1px #342419;
	margin: 10px 0 0 0;
}

/* =========================
	Menu
========================= */
ul.g_menu{
	text-align: center;
	overflow: hidden;
	letter-spacing: -.5em;
	background-color: #097c25;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #bda472), color-stop(0.00, #ac966a));
	background: -webkit-linear-gradient(top, #bda472 0%, #ac966a 88%);
	background: -moz-linear-gradient(top, #bda472 0%, #ac966a 88%);
	background: -o-linear-gradient(top, #bda472 0%, #ac966a 88%);
	background: -ms-linear-gradient(top, #bda472 0%, #ac966a 88%);
	background: linear-gradient(to bottom, #bda472 0%, #ac966a 88%);*/

}
ul.g_menu li{
	display: inline-block;
	float: none;
	width: 50%;
	max-width: 180px;
}

ul.menu{
	overflow: hidden;
	margin: 15px auto;
	background: #097c25;
}
.menu li {
	zoom: 1;
	margin: 0 auto;
	border-bottom: rgba(4,100,1,1.00) 1px solid;
	font-size:14px;
}
.menu li:last-child {
	border: none;
}
.menu li img {
	width: 300px;
}
.menu li a {
	display: block;
	color: #37352e;
	text-decoration: none;
	background: url(../img/menu_arrow.png) no-repeat right center;
	background-size: 20px 14px;
}
.menu li a span {
	padding-left: 5px;
	font-size: 12px;
}
.menu li.panel a {
	background: url(../img/menu_arrow_down.png) no-repeat right center;
	background-size: 24px 14px;
}
.menu li.back a {

	background: url(../img/menu_arrow_back.png) no-repeat 20px center!important;
	background-size: 9px 14px !important;
}

.menu li.text a {
	height: 40px;
	padding-left: 45px;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 26px 21px;
	color: #fff;
}
.menu li.pc a{
	background-image: url(../img/menu_pc.png);
}
.menu li.access a{
	background-image: url(../img/menu_access.png);
}
.menu li.syuhen a{
	background-image: url(../img/menu_syuhen.png);
}
.menu li.english a{
	background-image: url(../img/menu_english.png);
}

.menu li.active a {
	background: url(../img/menu_arrow_up.png) no-repeat right center;
	background-size: 24px 14px;
}
.menu ul {
	display: none;
	border-top: #ac905b 1px solid;
	background: rgba(253,233,220,0.25);
}
.menu ul li {
	border: none;
	border-bottom: #ac905b 1px solid;
}
.menu ul li:last-child {
	border: none;
}
.menu li.panel ul li a {
	padding: 10px 10px 10px 22px;
	font-size: 12px;
	font-weight: normal;
	background: url(../img/menu_arrow_mini.png) no-repeat 13px center;
	background-size: 4.5px 7px;
}


ul.plan{
	text-align: center;
	overflow: hidden;
	width:100%;
	margin: 10px auto;
	list-style:none;
	padding:0;
}
.plan li {
	margin-bottom: 8px;
}
.plan li.half {
	display: inline-block;
}
.plan li.half img {
	max-width: 145px;
}
.plan img {
	width: 100%;
	max-width: 300px;
}
.buttons {
	text-align: center;
	list-style: none;
	width: 280px;
	margin: 10px auto;
}

.buttons li {
	margin-bottom: 10px;
}

/* =========================
	Content
========================= */
.page_header {
	margin: -10px -10px 15px;
}

.content_box {
	margin: 0 auto 25px!important;
	zoom: 1;
	width: 100%;
	max-width: 600px;
}

.sub_box {
	clear: both;
	margin: 15px 0;
}

.point_box {
	padding: 10px;
	background-color: #f0d1c1;
}
.point_box .main_photo {
	margin: 10px 0 0;
}

/* 大きいコンテンツスクロール用 */
.x_scroll {
	position: relative;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

p.text {
	margin-bottom: 8px;
}
p.text_right {
	margin-bottom: 8px;
	text-align: right;
}
p.text_center {
	margin-bottom: 8px;
	text-align: center;
}
.content_box p.text {
	margin: 0 0 10px;
}

/*.ui-content h2.title {
	overflow: hidden;
	clear:both;
	margin: -10px -10px 10px -10px;
	text-align:center;
}
*/


/*見出し*/
.ui-content h2 img {
	width: 100%;
}

h2.title{
	text-align:center; 
	width: 100%; 
	margin: 0 0 20px;
	font-size: 18px;
}
h2.title img{
	width: auto;
/*width:100%;*/
}
h2.title + p.text {
	color: #707070;
	text-align: center;
	font-size: 15px;
}
h2.title_text {
	margin-bottom: 10px;
	padding: 4px 8px;
	font-size: 17px;
	background: #50441c;
}

h3.title {
	margin-bottom: 8px;
	text-align: center;
}
h3.title img {
	width: auto;
	/*width: 100%;*/
}
.title_text {
	margin-bottom: 10px;
	padding: 1.2% 0 0 3%;
	font-size: 17px;
	color:  #333333;
}

h3.subtitle {
	margin-bottom: 8px;
	text-align: center;
}
h3.subtitle img {
	width: auto;
}
.subtitle_text {
	position: relative;
	margin-bottom: 10px;
	padding: 2px 7px 2px 5px;
	font-size: 15px;
	color: #097c25;
}

.subtitle_text span {
	font-size: 13px;
}
.subtitle_text span.red {
	color: #8b0000;
	font-size: 16px;
}
/*.subtitle_text:after {
	position: absolute;
	left: 0 ;
	bottom: 8px;
	display: block;
	content: ' ';
	width: 100%;
	height: 20px;
	background: url(../img/subtitle_text_bg.png) no-repeat left bottom;
	background-size: contain;
}*/


h4.title {
	margin-bottom: 8px;
	text-align: center;
}
h4.title_text {
	margin-bottom: 8px;
	font-size: 15px;
	background-size: contain;
}
h4.title_text span {
	font-size: 12px;
}

h5.title_text {
	margin-bottom: 8px;
	padding: 4px;
	font-size: 14px;
	border: #ddc4a9 1px solid;
	border-radius: 4px;
}


p.com{padding:0;}

.r_com{ background:#231c16; margin:10px 0; padding:10px;}
.r_com p{color:#fffff0;}
.r_com p span{color:#ae9995;}
.r_com h4{color:#ae9995; font-size:18px; border-bottom:#ae9995 solid 2px;}


/* イメージ */
.main_photo {
	text-align:center;
	margin-bottom: 10px;
}
.main_photo img.mini {
	width: 100px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

.main_photo img.half {
	width: 49%;
	margin: 0;
}

.main_photo img.long {
	width: 65%;
	margin: 0 5px;
}

.left_photo {
	float: left;
	width: 40%;
	margin: 0 10px 10px 0;
}

.left_photo img {
}

.left_photo img.mini {
	width: 100px;
}

.center_photo {
	text-align: center;
	margin-top: 10px;
}

.right_photo {
	width: 40%;
	float: right;
	margin: 0 0 10px 10px;
}

.right_photo img {
}

.right_text {
	/*overflow: hidden;*/
}

p.top_img{
	text-align:center; 
	width:100%; 
	margin: 0 0 20px;
}
p.top_img img{
	width: 100%;
}

/* ページトップ */
.pagetop{ background:#b1a3a1; height:10px; text-align:center; padding:5px 0;}
.pagetop a{color:#000; text-decoration:none;}

/* =========================
	Top page
========================= */
#slider_box {
	/*margin: 0 10px;*/
	padding: 0;
}


.ui-page-theme-a .ui-header .ui-title {
	padding: 10px;
	margin: 0 40px !important;
}

/* =========================
	Sub pages
========================= */
dl {
	margin-bottom: 15px;
}
dl dt {
	margin-bottom: 5px;
}
dl dd {
	padding: 5px;
}

.index01 {
	padding: 10px 0;
}
.index01 h3 {
	margin-bottom: 15px;
	line-height: 1.5em;
	font-size: 14px;
}
.index01 h3 span.orange {
	color: #f39800;
	font-size: 13px;
}

.index02 {
	margin: 30px -10px 0;
	padding: 15px 0 10px;
	position: relative;
}
.index02 .free {
	width: 80px;
	height: auto;
	position: absolute;
	top: -15px;
	right: 20px;
	z-index: 2;
}

.room01 {
	margin: 15px -10px;
	padding: 15px 10px 10px;
}
.room02 .sub_box {
	margin: 15px -10px;
	padding: 15px 10px 20px;
	border-bottom: 2px dashed #ccc;
}
.room02 .slider_wrap {
	position: relative;
}
.room02 .slider_wrap p.room_icon {
	position: absolute;
	top: 40%;
	left: 35%;
}
.room02 .slider_wrap p.room_icon img{
	width: 60%;
}
.room02 .sub_box ul.shiyo {
	margin: 10px 0 15px;
}
.room02 .sub_box ul.shiyo li {
	border-bottom: 1px solid #ccc;
	margin-top: 8px;
	padding: 0 0 5px 10px;
}
.room02 .sub_box dl.setsubi dt {
	display: inline-block;
	background-color: #dcdcdc;
	padding: 5px 20px;
}
.room02 .sub_box dl.kodamemo {
	color: #097c25;
}
.room02 .sub_box dl.kodamemo dt:before {
	content: url(../img/simble.png);
	padding-right: 3px;
	vertical-align: middle;
}
.room02 .sub_box dl.kodamemo dt {
	display: inline-block;
	font-weight: bold;
}
.room03 {
	background: url(../img/room/illust.png) no-repeat bottom right / 200px auto;
	margin: 15px -10px;
	padding: 15px 10px 120px;
	border-bottom: 1px solid #097c25;
}
	
.facility01 {
	margin: 15px -10px;
	padding: 15px 10px 10px;
}
.facility02 .sub_box , .facility03 .sub_box {
	margin: 15px -10px;
	padding: 15px 10px 0;
}
.facility03 {
	background: url(../img/facility/illust.png) no-repeat bottom right / 150px auto;
	margin: 15px -10px;
	padding: 15px 10px 110px;
	border-bottom: 1px solid #097c25;
}
.facility03 .sub_box {
	margin: 15px 10px;
	padding: 15px 10px 0;
}

.facility03 h3.title img{
	width: 110px;
	height: auto;
	text-align: center;
}
.facility03 dl.amenity {
	padding: 5px;
}
.facility03 dl.amenity dt {
	color: #097c25;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #097c25;
}
.facility03 ul.other {
	color: #097c25;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.facility03 ul.other li {
	margin: 3px 0;
}
.facility03 dl.bihin dt {
	font-weight: bold;
	margin-bottom: 0;
}
.facility04 {
	margin: 15px -10px;
	padding: 15px 10px 10px;
	border-bottom: 1px solid #097c25;
}

.dish01 , .dish02 ,.dish04 {
	margin: 15px -10px;
	padding: 15px 10px 10px;
}
.dish02 h3.title_text , .dish03 h3.title_text {
	color: #097c25;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #097c25;
}
.dish02 h3.title_text + p.text , .dish03 h3.title_text + p.text {
	color: #097c25;
	font-weight: bold;
}
.dish02 .cover , .dish03 .cover {
	margin-left: -10px;
	margin-right: -10px;
}
.dish03 {
	position: relative;
	padding-bottom: 120px;
}
.dish03 .sub_box , .dish04 .sub_box {
	margin: 15px -10px;
	padding: 15px 10px 0;
}
.dish03 .sub_box ul {
	width: 100%;
	display: table;
	margin: 0 auto 2%;
}
.dish03 .sub_box ul li.half {
	display: inline-block;
	float: left;
	width: 49%;
	margin-right: 2%;
}
.dish03 .sub_box ul li.half:last-child {
	margin-right: 0;
}
.dish03 .ilust img {
	width: 150px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 2;
}

.dish04 {
	margin: 15px -10px;
	padding: 15px 10px 10px;
	border-bottom: 1px solid #097c25;
}

.charge01 {
	margin: 15px -10px;
	padding: 15px 10px 10px;
}

.charge02 {
	margin: 15px -10px;
	padding: 15px 10px 110px;
	background: url(../img/charge/illust01.png) no-repeat bottom right / 150px auto;
	border-bottom: 1px solid #097c25;
}
.charge02 .sub_box {
	margin: 15px -10px;
	padding: 15px 10px 0;
}
.charge02 .sub_box dl.kids dt:before {
	content: url(../img/charge/kids.png);
	vertical-align: -70%;
	padding-right: 10px;
}
.charge02 .sub_box dl.cusine dt:before {
	content: url(../img/charge/cusine.png);
	vertical-align: -70%;
	padding-right: 10px;
}
.charge02 .sub_box dl.cancel dt:before {
	content: url(../img/charge/cancel.png);
	vertical-align: -70%;
	padding-right: 10px;
}
.charge02 .sub_box dl dt {
	font-weight: bold;
	font-size: 24px;
	border-bottom: #555 1px solid;
}
.charge02 .sub_box dl dd{
	font-size: 16px;
}
.charge02 .sub_box dl dd span {
	font-size: 14px;
}
.charge03 {
	margin: 15px -10px;
	padding: 15px 10px 10px;
	border-bottom: 1px solid #097c25;
}

.guide_map{
	border: 2px solid #3e8c5a;
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
	margin-bottom: 30px;
}	
.guide_map img{	
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 5px solid #FFFFFF;
}

.access01 {
	margin: 15px -10px;
	padding: 15px 10px 10px;
}
.access02 .sub_box {
	margin: 15px -10px;
	padding: 15px 10px 10px;
}
.access02 .sub_box .main_photo img {
	border: #ccc 1px solid;
}
.access02 .sub_box .add {
	display: table;
	margin: 10px auto 0;
}
.access02 .sub_box .add p {
	margin-bottom: 15px;
}
.access02 .sub_box .add p.time {
	line-height: 1.8em;
	vertical-align: middle;
}
.access02 .sub_box .add p.time img {
	vertical-align: -18%;
	padding-right: 5px;
}
.access02 .sub_box dl {
	display: table;
	margin: 20px auto 10px;
	padding: 10px 0 8px;
	border-top: #ccc 1px solid;
}
.access02 .sub_box dl dt {
	font-weight: bold;
	margin-bottom: 4px;
	vertical-align: middle;
}
.access02 .sub_box dl dd img.mark {
	margin-right: 3px;
	vertical-align: text-bottom;
}

.access03 {
	background: url(../img/access/ilust.png) no-repeat bottom right / 200px auto;
	margin: 0 -10px 15px;
	padding: 0 10px 80px;
}
.access03 dl dd {
	padding: 0;
}
.access03 h4.title_text {
	text-align: center;
	line-height: 2em;
	border-bottom: #ccc 1px solid;
}
.access03 ol {
	list-style-type: decimal;
	margin-left: 10px;
	padding-left: 10px;
}

.kanko01 {
	background: url(../img/kanko/ilust.png) no-repeat bottom right / 120px auto;
	margin: 15px -10px;
	padding: 15px 10px 70px;
}
.kanko02 {
	margin: 15px 0;
	padding: 15px 5px 0;
}
.kanko02 h3.title_text {
	text-align: center;
	font-size: 18px;
}
.kanko02 .sub_box {
	margin: 15px 0;
	padding: 15px 20px 10px;
}
.kanko02 .main_photo img {
	width: 100%;
	max-width: 350px;
}
.kanko02 .green {
	background: url(../img/kanko/bk-g.jpg) repeat 0 0;
}
.kanko02 .blue {
	background: url(../img/kanko/bk-b.jpg) repeat 0 0;
}
.kanko02 .sub_box .hp {
	text-align: center;
}
.kanko02 .sub_box .hp:before {
	content: url(../img/simble.png);
	vertical-align: -30%;
	padding-right: 3px;
}
.kanko03 {
	background: url(../img/kanko/bk-p.jpg) repeat 0 0;
	margin: 15px -10px;
	padding: 15px 10px 10px;
}
.kanko03 h3.title img {
	width: 75%;
}
.kanko03 .sub_box {
	margin: 15px -10px;
	padding: 15px 10px 10px;
}
.kanko03 .sub_box h4.subtitle {
	margin: 5px 0;
}

.eiraku01 , .eiraku02 , .eiraku03 , .eiraku04 , .eiraku05 {
	margin: 15px -10px;
	padding: 15px 10px 10px;
}
.eiraku01 ul {
	display: table;
	margin: 0 auto 20px;
	padding-top: 20px;
	border-top: #ccc 1px solid;
}
.eiraku01 p.text {
	color: #707070;
	text-align: center;
	font-size: 15px;
}

.eiraku03 .sub_box , .eiraku04 .sub_box , .eiraku05 .sub_box{
	margin: 15px -10px;
	padding: 15px 10px 10px;
}
.eiraku02 .sub_box dl {
	display: table;
}
.eiraku02 .sub_box dl dt {
	display: inline-block;
	float: left;
	border: #ccc 1px solid;
	padding: 6px;
}
.eiraku02 .sub_box dl dd {
	display: inline-block;
	float: left;
	margin-left: 5px;
	padding: 6px;
}

.eiraku03 {
	background: #eef5f1 none repeat scroll 0 0;
	padding-top: 30px;
}
.eiraku03 .main_photo img {
	width: 100%;
	max-width: 350px;
}
.eiraku03 p.text {
	line-height: 1.8em;
}

.eiraku04 h4.subtitle_text {
	color: #000;
	font-size: 18px;
}
.eiraku04 .dammy {
	background: #000;
	width: 100%;
	height: 200px;
}

.eiraku05 {
	border-bottom: 1px solid #097c25;
}
.eiraku05 h3.title_text {
	border: 5px solid #097c25;
	color: #097c25;
	padding: 5px 0;
}
.eiraku05 p.text , .eiraku05 dt {
	font-weight: bold;
}
.attention {
	background: #ededed none repeat scroll 0 0;
	margin: 0 -10px;
	padding: 10px;
}
.eiraku05 .logo2 {
	display: table;
	margin: 0 auto 50px;
}
	
.ss_box {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: #B8A57D 1px dotted;
}
.ss_box h4 {
	margin-bottom: 7px;
	padding-left: 20px;
	font-size: 15px;
	color: #7D6B46;
	background: url(../img/access/point.png) no-repeat left center;
}

#link dt {
	margin-bottom: 7px;
	padding-left: 20px;
	font-size: 14px;
	color: #7D6B46;
	background: url(../img/access/point.png) no-repeat left center;
}
#link dd {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: #B8A57D 1px dotted;
}


div#map{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	height: 250px;
	box-shadow: #d0c7ad 0 0 5px 0;
}

.g_map {
position: relative;
background-color: #fff;
margin-bottom: 10px;
padding-top: 75%;
height: 0;
overflow: hidden;
border: 1px solid #ccc;
}
.g_map2 {
position: relative;
background-color: #fff;
margin-bottom: 10px;
padding-top: 60%;
height: 0;
overflow: hidden;
border: 1px solid #ccc;
}


/* テーブル */
table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
th{
	padding: 5px;
	border-top: #097c25 1px solid;
	border-bottom: #097c25 1px solid;
	width: auto;
	text-align: left;
	white-space: nowrap;
}
td{
	padding: 5px;
	border-bottom: #ccc 1px solid;
	word-break: break-all;
	text-align: left;
	font-size: 16px;
}
td span {
	background-color: #FAF6EB;
	word-break: break-all;
	color: #BB0000;
}

/* lightbox */
.lightbox_list {
	margin: 8px 0;
	text-align: center;
	list-style: none;
	letter-spacing: -.5em;
}

.lightbox_list img {
	max-width: 100%;

}

.lightbox_list li {
	letter-spacing: normal;
    vertical-align: middle;
	display: inline-block;
	width: 40%;
	max-width: 200px;
	/*max-height:120px;
	overflow:hidden;*/
	margin: 4px 4px 4px;
    font-size: 11px;
}

.lightbox_4 li {
	/*width: 60px;*/
	width: 22%;
}

.lightbox_4 li {
	margin: 2px 1px 4px;
}

.lightbox_2 li {
	width: 80%;
}

.lightbox_list li img {
	vertical-align: top;
}

.lightbox_att {
	clear: both;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
}


.lightbox_list_test {
	margin-bottom: 8px;
	text-align: center;
	list-style: none;
}
.lightbox_list_test li {
	display: inline-block;
	width: 84px;
	margin: 2px 2px 4px;
	border: #694e44 1px solid;
}
.none {
	display: none;
}

/* リンク集 */
.link_list dt {
	margin-bottom: 3px;
	font-weight: bold;
	color: #c9950b;
}

.link_list dt a {
	display: inline-block;
}

.link_list a {

}

.link_list dd {
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: #333 1px dotted;
}

.link_list dd .price {
	color: blue;
}

.more_link {

}

/* =========================
	movie
========================= */
.movie_button {
	text-align: center;
	margin: 15px 0;
}
.movie_button img {
	max-width: 280px;
	width: 100%;
}
.movie_box {
	margin: 10px 0;
	text-align: center;
}

.movie_box video {
	vertical-align: bottom;
}


/* =========================
	footer
========================= */

.footer_navi {
	letter-spacing: -.5em;
	text-align: center;
	background: /*rgba(4,100,1,1.00)*/ #eef5f1;
}
.footer_navi a {
	color: #898989;
}
.footer_navi li {
	vertical-align: bottom;
	width: 50%;
	display: inline-block;
	letter-spacing: normal;
}
.footer_navi li:first-child {
	border-right: #ede8da 1px solid;
}
.footer_navi .ui-btn-icon-top {
	margin: 0;
	padding: 35px 10px 5px;
	font-size: 13px;
	font-weight: normal;
}
.footer_navi .ui-btn-icon-top:after {
	/*background-color: transparent !important;*/
}

/* footer */
.footer {
	padding: 10px;
	color: #fff;
	background: #097c25;
	background-size: 320px 100px;
}
.footer p{
	text-align: center;
	line-height: 1.7em;
}
.footer_copy {
	text-align: center;
	margin: 5px 0 0 0;
}

/**
*********************************/
#index .bn_nord{
	text-align: center;
	border: solid 1px #ddd;
	margin:30px auto 20px;
	-webkit-box-shadow: 6px 6px 5px -2px rgba(0,0,0,0.4);
	-moz-box-shadow: 6px 6px 5px -2px rgba(0,0,0,0.4);
	box-shadow: 6px 6px 5px -2px rgba(0,0,0,0.4);
}

#index .bn_nord img{
	width: 100%;
	max-width: 1024px;
}


#index .bn_nord:hover{
	opacity: 0.7;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}



/*camp*/
.camp01 {
	margin: 15px -10px;
	padding: 15px 10px 10px;
}

.camp02 {
	margin: 15px -10px;
	padding: 15px 10px ;
	border-bottom: 1px solid #097c25;
}
.w550{
	margin: 0 auto;
}
.ga_box{
	display: table;
	margin-bottom: 60px;
}
.ga_box02{
	max-width:550px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.text01{
	line-height: 1.6em;
	font-size: 1.1em;
	text-align: center;
	display: table;
	margin: 0 auto;
}
.ga_table{
	width: 100%;
}
.ga_table th{
    border: 1px solid #ccc;
	line-height: 1.6em;
	vertical-align: middle;
	font-weight:bold;
	background-color:hsla(0,0%,80%,0.30);
	font-size: 1.1em;
	text-align: center;
	width: 30%;
}
.ga_table td {
    border: 1px solid #ccc;
    padding: 2%;
	line-height: 1.6em;
	text-align: left;
	vertical-align: middle;
	font-size: 1.1em;
}
.ga_img{
	display: table;
	margin: 0 auto 15px;
}
@media screen and (max-width:430px) { 
.u_430{
	display: none;
	}
}

.kinen{
	background-color: #FFED00;
	text-align: center;
	padding: 5px 0;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.kinen:before{
	content: "";
	display: inline-block;
	background: url("../../../img-common/no_smoking.svg")no-repeat;
	 background-size: contain;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
	
}
