@charset "shift_jis";
.cl {
	overflow: hidden;
	clear: both;
}
/* 共通設定 --------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0 auto;
	padding: 0;
}
body {
	width: 100%;
	min-width: 950px;
	height: auto;
	text-align: justify;
	text-justify: distribute;
	background: url(../common/back.jpg) no-repeat center top, #DDDDDD !important;
	/*background: no-repeat url(../common/back.png), -moz-linear-gradient(top,  rgba(231,227,223,1) 0%, rgba(231,227,223,1) 50%, rgba(255,255,255,1) 100%) !important;
	background: no-repeat url(../common/back.png), -webkit-linear-gradient(top,  rgba(231,227,223,1) 0%,rgba(231,227,223,1) 50%,rgba(255,255,255,1) 100%) !important;
	background: no-repeat url(../common/back.png), linear-gradient(to bottom,  rgba(231,227,223,1) 0%,rgba(231,227,223,1) 50%,rgba(255,255,255,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e3df', endColorstr='#ffffff',GradientType=0 ) !important;*/
	background-size: contain;
	font-size: 14px;
	line-height: 140%;
	color: #333333;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	overflow-x: hidden;
}
html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
fieldset, img {
	border: 0;
}
img, iframe {
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/* 基本設定リンク -------------------------------------- */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
}
/* ラッパー設定 ----------------------------------------- */
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;
}
/* ヘッダ設定 ------------------------------------------- */

/* フラッシュ設定 --------------------------------------- */
.fla {
	width: 1190px;
	height: 596px;
	overflow: hidden;
	position: relative;
}

/* ヘッダ・フッターナビゲーション設定 ----------------------------- */
.h_navi,
.f_navi {
	width: 1190px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.f_navi {
	margin-top: 20px;
}
.h_navi > ul,
.f_navi > ul {
	width: 812px;
	display: table;
}
.h_navi > ul > li:not(.nav_top),
.f_navi > ul > li:not(.nav_top) {
	display: table-cell;
	vertical-align: top;
	padding-top: 70px;
}
.h_navi > ul > li a,
.f_navi > ul > li a {
	height: 90px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	transition: background-image 0.3s;
}
/* logo */
.logo {
	width: 178px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
}
/* nav_top */
.h_navi .nav_top {
	width: 812px;
	height: 70px;
	position: absolute;
	left: 178px;
	top: 0;
	/*background-image: url(../common/nav/h_nav_top.png);*/
}
.f_navi .nav_top {
	width: 812px;
	height: 70px;
	position: absolute;
	left: 178px;
	top: 0;
	background-image: url(../common/nav/f_nav_top.png);
}
/* m1 */
.m1 a {
	width: 98px;
	background-image: url(../common/nav/nav01.png);
}
.m1 a:hover {
	background-image: url(../common/nav/nav01ov.png);
}
/* m2 */
.m2 a {
	width: 118px;
	background-image: url(../common/nav/nav02.png);
}
.m2 a:hover {
	background-image: url(../common/nav/nav02ov.png);
}
/* m3 */
.m3 a {
	width: 106px;
	background-image: url(../common/nav/nav03.png);
}
.m3 a:hover {
	background-image: url(../common/nav/nav03ov.png);
}
/* m4 */
.m4 a {
	width: 112px;
	background-image: url(../common/nav/nav04.png);
}
.m4 a:hover {
	background-image: url(../common/nav/nav04ov.png);
}
/* m5 */
.m5 a {
	width: 110px;
	background-image: url(../common/nav/nav05.png);
}
.m5 a:hover {
	background-image: url(../common/nav/nav05ov.png);
}
/* m6 */
.m6 a {
	width: 110px;
	background-image: url(../common/nav/nav06.png);
}
.m6 a:hover {
	background-image: url(../common/nav/nav06ov.png);
}
/* m7 */
.m7 a {
	width: 158px;
	background-image: url(../common/nav/nav07.png);
}
.m7 a:hover {
	background-image: url(../common/nav/nav07ov.png);
}
/* plan */
.plan {
	width: 184px;
	height: 160px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 20px;
}
.footer-nav {
  position: relative;
  width: auto;
  margin: auto;
  z-index: 0;
	background: url(../common/footer_bg.jpg) no-repeat center 116px;
}

/* メインコンテンツ設定 --------------------------------- */
#maincontents {
	width: 950px;
	padding: 0;
	display: block;
	overflow: hidden;
}
/* フッター設定 ----------------------------------------- */
#footer {
	width: 950px;
	padding: 0;
	display: block;
	overflow: hidden;
}
#footer p {
	margin-bottom: 0px;
}
.totop {
	width: 950px;
	height: 87px;
}
/* イメージのborderは0pxに ------------------------------ */
img {
	border: 0px;
}
/*  広告------------------------------------------------- */
#bana {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 1190px;
	height: auto;
	font-size: 15px;
	background-color: transparent !important;
}
#bana img {
	width: 100%;
}
#bana p {
	text-align: center;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
}

#bana .bana_yoko {
	margin: 10px 0;
}
#bana .bana_2,
#bana .bana_3,
#bana .bana_4 {
	width: 100%;
	display: inline-block;
}
#bana .bana_2 li {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
#bana .bana_2 li:nth-child(odd) {
	padding: 0 2px 5px 0;
}
#bana .bana_2 li:nth-child(even) {
	padding: 0 0 5px 2px;
}
#bana .bana_3 li {
	float: left;
	width: 33.33333333333333%;
	box-sizing: border-box;
	padding: 0 2px;
}
#bana .bana_3 li:nth-child(odd) {
	padding: 0 2px 0 0;
}
#bana .bana_3 li:nth-child(even) {
	padding: 0 0 0 2px;
}
#bana .bana_4 li {
	float: left;
	width: 25%;
	box-sizing: border-box;
}
#bana .bana_4 li:first-child {
	padding: 0 6px 0 0;
}
#bana .bana_4 li:nth-child(2) {
	padding: 0 4px 0 2px;
}
#bana .bana_4 li:nth-child(3) {
	padding: 0 2px 0 4px;
}
#bana .bana_4 li:last-child {
	padding: 0 0 0 6px;
}

#bana .margintop10 {
	margin-top: 10px;
}
#bana .fs12 {
	font-size: 12px;
}

/*  アクセス--------------------------------------------- */
.access_map {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	/*background: url(../access/img/map_bg.jpg) no-repeat top center;*/
}
/*  周辺観光--------------------------------------------- */
.tourism_map {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	background-color: #28303A;
	/*background: url(../tourism/img/map_bg.jpg) no-repeat top center;*/
}

/* for Wide */

#htlContents {
  /*width: 1270px !important;
  margin: 0px auto !important;
  min-width: 1270px !important;
  background: #FFFFFF !important;*/
  width: 1190px !important;
  margin: 0px auto !important;
  min-width: 1190px !important;
}

#htlHeader {
  margin: 0;
}

#htlHeader ul {
  margin: 0 0 0 20px;
}

#htlBrdCrmbs,
div#htlHeader div#RthNameArea h2 {
  width: auto !important;
  padding-left: 20px;
  margin: 0 !important;
}

#htlMainContent {
  /*background: #FFFFFF;
  width: 1270px;*/
  width: 1190px;
  margin-left: 0;
}

#htlSide-A {
  position: absolute;
  top: 1950px;
  /*left: 35px;*/
  left: 0;
}

#RthCustomizeW {
  position: relative;
  width: auto !important;
}

#RthCustomizeW #wrapper {
  margin-right: auto;
  margin-left: auto;
  /*padding-right: 40px;*/
}

.widebox{
  width: auto;
}
.widebox_inner {
	width: 1190px;
	margin: 0 auto;
	/*background: url(../common/bg.jpg) repeat center top;*/
}
.wrapper_bg {
	width: 1190px;
	background-color: #DDDDDD !important;
	/*background: url(../common/bg.jpg) repeat center top;*/
}

div#trvlHtlSubNav ul {
    margin: 0 !important;
}

/*
.footer-nav::before {
  content: '';
  position: absolute;
  height: 330px;
  width: 2000px;
  background: #01552e;
  top: 0;
  left: 50%;
  margin-left: -1000px;
	z-index: -1;
}
*/
/*.footer-nav ul li {
  height: 60px;
  margin-top: 10px;
  display: inline-block;
}
.rt-footer {
  width: 1270px !important;
  margin: 0 auto !important;
  padding-right: 0;
  padding-left: 0;
}*/