@charset "UTF-8";
#topicpath {
  max-width: 980px;
  margin: auto;
}

#page {
  min-width: 980px;
  width: 100%;
}

/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
  color: #333333;
  font-size: small;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.5;
  background: url(../images/common/bg_body.jpg) repeat #fcfbf7;
}
body a {
  color: #333333;
}
body a:link {
  text-decoration: underline;
}
body a:visited {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body a:hover img {
  opacity: .7;
}
body a:active {
  text-decoration: underline;
}

.fontS {
  font-size: 11px;
}

.fontM {
  font-size: 13px;
}

.fontL {
  font-size: 15px;
}

/* jquery.fittedのホバー設定 */
.hovered {
  cursor: pointer;
  background-color: #666;
}

/* -----------------------------------------------------------
	汎用class
----------------------------------------------------------- */
.bg_white {
  background: #fff;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  width: 100%;
  text-align: left;
}
#page img {
  vertical-align: bottom;
}
#page #contents {
  clear: both;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.con_header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 22;
  overflow: hidden;
}
.con_header .box_header {
  overflow: hidden;
  width: 400px;
}
.con_header .box_header #site_search_box {
  margin-top: 12px;
  float: left;
}
.con_header .box_header #site_search_box form {
  overflow: hidden;
  height: 24px;
}
.con_header .box_header #site_search_box form input[type=text] {
  border: 1px solid #848484;
  margin: 0;
  float: left;
  height: 18px;
  width: 167px;
  padding: 2px 5px;
}
.con_header .box_header .wrp_text {
  width: 185px;
  float: right;
  overflow: hidden;
  padding: 7px 0;
  background-color: #73b928;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 13px !important;
}
.con_header .box_header .wrp_text .title {
  float: left;
  color: #fff;
  padding: 1px 0;
  margin-left: 11px;
  width: 70px;
}
.con_header .box_header .wrp_text ul {
  float: right;
  overflow: hidden;
  width: 93px;
  margin-right: 8px;
}
.con_header .box_header .wrp_text ul li {
  float: left;
  margin-left: 4px;
  cursor: pointer;
}
.con_header .box_header .wrp_text ul li:first-child {
  margin-left: 0;
}
.con_header .box_header .wrp_text ul li a {
  display: block;
  color: #467315;
  background-color: #fff;
  padding: 1px 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.con_header .box_header .wrp_text ul li a.active, .con_header .box_header .wrp_text ul li a.active_fontChange, .con_header .box_header .wrp_text ul li a:hover {
  color: #fff !important;
  background-color: #539111 !important;
  vertical-align: none;
}

/* #gnav 	グローバルナビ
----------------------------------------------------------- */
.con_gnav {
  width: 980px;
  margin: -50px auto 0;
  position: relative;
  height: 59px;
}
.con_gnav h1 {
  position: absolute;
  left: 0;
  bottom: -26px;
}
.con_gnav #gnav {
  height: 59px;
  padding: 13px 0;
  width: 803px;
  overflow: hidden;
  float: right;
  background-color: #fff;
  vertical-align: bottom;
}
.con_gnav #gnav li {
  float: left;
  width: 100px;
  height: 59px;
  overflow: hidden;
  display: block;
}
.con_gnav #gnav li:first-child {
  background: none;
}
.con_gnav #gnav li a {
  display: block;
  width: 100px;
  margin: 0 auto;
  height: 0;
  padding-top: 59px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.con_gnav #gnav li.gnav_wel a {
  background: url(../images/header/gnav01.png) no-repeat 0 0;
  width: 101px;
}
.con_gnav #gnav li.gnav_wel a:hover {
  background-position: 0 bottom;
}
.con_gnav #gnav li.gnav_eve a {
  background: url(../images/header/gnav02.png) no-repeat 0 0;
  width: 101px;
}
.con_gnav #gnav li.gnav_eve a:hover {
  background-position: 0 bottom;
}
.con_gnav #gnav li.gnav_sig a {
  background: url(../images/header/gnav03.png) no-repeat 0 0;
  width: 101px;
}
.con_gnav #gnav li.gnav_sig a:hover {
  background-position: 0 bottom;
}
.con_gnav #gnav li.gnav_exp a {
  background: url(../images/header/gnav04.png) no-repeat 0 0;
}
.con_gnav #gnav li.gnav_exp a:hover {
  background-position: 0 bottom;
}
.con_gnav #gnav li.gnav_sta a {
  background: url(../images/header/gnav05.png) no-repeat 0 0;
}
.con_gnav #gnav li.gnav_sta a:hover {
  background-position: 0 bottom;
}
.con_gnav #gnav li.gnav_eat a {
  background: url(../images/header/gnav06.png) no-repeat 0 0;
}
.con_gnav #gnav li.gnav_eat a:hover {
  background-position: 0 bottom;
}
.con_gnav #gnav li.gnav_sho a {
  background: url(../images/header/gnav07.png) no-repeat 0 0;
}
.con_gnav #gnav li.gnav_sho a:hover {
  background-position: 0 bottom;
}
.con_gnav #gnav li.gnav_acc a {
  background: url(../images/header/gnav08.png) no-repeat 0 0;
}
.con_gnav #gnav li.gnav_acc a:hover {
  background-position: 0 bottom;
}

#welcome #gnav .gnav_wel a.active,
#stay #gnav .gnav_sta a.active,
#experience #gnav .gnav_exp a.active,
#shopping #gnav .gnav_sho a.active,
#sightseeing #gnav .gnav_sig a.active,
#eat #gnav .gnav_eat a.active,
#event #gnav .gnav_eve a.active,
#access #gnav .gnav_acc a.active {
  background-position: 0 bottom;
}

/* con_top_news 	最新ニュース
----------------------------------------------------------- */
.con_top_news {
  width: 980px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.con_top_news .wrap_top_news {
  border: 2px solid #e8e2dd;
  width: 816px;
  float: left;
}
.con_top_news .box_top_news {
  background-color: #f1eee8;
  border: 1px solid #fff;
  overflow: hidden;
}
.con_top_news .box_top_news .st_news {
  float: left;
  font-size: 1.2em;
  color: #490410;
  padding: 8px 30px;
  border-right: 1px dotted #490410;
  font-weight: 100;
}
.con_top_news .box_top_news .ticker {
  position: relative;
  overflow: hidden;
  height: 39px !important;
}
.con_top_news .box_top_news .ticker ul {
  width: 100%;
  position: relative;
}
.con_top_news .box_top_news .ticker ul li {
  width: 100%;
  display: none;
}
.con_top_news .box_top_news .ticker ul li a {
  overflow: hidden;
}
.con_top_news .box_top_news .ticker ul li a .datas {
  float: left;
  padding: 10px 0;
  margin-left: 30px;
}
.con_top_news .box_top_news .ticker ul li a .datas .cate {
  color: #fff;
  padding: 1px 10px;
  background-color: #357a9b;
}
.con_top_news .box_top_news .ticker ul li a .datas .date {
  margin-left: 20px;
}
.con_top_news .box_top_news .ticker ul li a .title_news {
  float: left;
  padding: 8px 0;
  margin-left: 20px;
  width: 400px;
  text-decoration: underline;
  font-size: 1.1em;
}
.con_top_news .box_top_news .ticker ul li a:hover .title_news {
  text-decoration: none;
}
.con_top_news .h_sns {
  float: right;
  width: 160px;
  overflow: hidden;
}
.con_top_news .h_sns li {
  float: left;
  text-align: center;
}
.con_top_news .h_sns li a {
  display: block;
  text-decoration: none;
}
.con_top_news .h_sns li a:hover {
  opacity: .7;
}
.con_top_news .h_sns .bn_gal {
  width: 110px;
}
.con_top_news .h_sns .bn_gal a {
  background: #4c3728;
  color: #fff;
  font-size: 95%;
  padding: 8px 0;
  line-height: 1.3;
}
.con_top_news .h_sns .bn_fb {
  width: 50px;
}
.con_top_news .h_sns .bn_fb a {
  background: #3B5998;
  color: #fff;
  padding: 13.5px 0;
}

/*-----------------------------------------------------------
.topicpath		パンクズ
----------------------------------------------------------- */
#topicpath {
  margin: 1.5em auto 1.7em;
  clear: both;
  overflow: hidden;
}
#topicpath li {
  float: left;
}
#topicpath li:before {
  content: ">";
  margin: 0 10px;
}
#topicpath li:first-child:before {
  content: "";
  margin: 0;
}

/*-----------------------------------------------------------
下層ページ背景
----------------------------------------------------------- */
.wrap_leaf_left {
  background: url(../images/common/bg_bl.png) no-repeat left bottom;
}

.wrap_leaf_right {
  background: url(../images/common/bg_tr.png) no-repeat right top;
  padding-bottom: 90px;
}

/* -----------------------------------------------------------
	.line_footer
----------------------------------------------------------- */
.line_footer {
  display: block;
  background: url(../images/home/bg_map.png) repeat-x;
  height: 15px;
}

/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer {
  overflow: hidden;
  width: 980px;
  margin: 80px auto 0;
}
#footer .box_footer {
  float: left;
  width: 345px;
}
#footer .box_footer .address {
  margin: 1.5em 0 1.6em;
}
#footer #fnav {
  float: right;
  width: 605px;
  overflow: hidden;
}
#footer #fnav ul {
  float: left;
  padding-left: 20px;
  border-left: 1px dashed #ccc;
  width: 180px;
}
#footer #fnav ul li {
  line-height: 1.5;
  margin-bottom: 1.5em;
  width: 100%;
}
#footer #fnav ul li a:before {
  float: left;
  content: "\f0da";
  font-family: FontAwesome;
  color: #fff;
  background-color: #357a9b;
  text-decoration: none;
  display: block;
  padding: 1px 5px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}
#footer #fnav ul li.not_ic {
  padding-left: 20px;
}
#footer #fnav ul li.not_ic a:before {
  display: none;
}
#footer .bn_footer {
  overflow: hidden;
  clear: both;
  padding-top: 3.3em;
}
#footer .bn_footer li {
  float: left;
  margin-left: 7.5px;
  width: 190px;
}
#footer .bn_footer li:first-child {
  margin-left: 0;
}

/* -----------------------------------------------------------
	address
----------------------------------------------------------- */
#copyright {
  text-align: center;
  padding: 3.6em 0 2em;
  letter-spacing: 1px;
  clear: both;
}

/* -----------------------------------------------------------
	.obj_ptop	PAGE TOPボタン
----------------------------------------------------------- */
#btn_ptop {
  width: 101px;
  vertical-align: bottom;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
}
#btn_ptop > p a {
  background: url(../images/common/to_top.png) no-repeat left top;
  display: block;
  width: 101px;
  margin: 0 auto;
  height: 0;
  padding-top: 89px;
  overflow: hidden;
}
#btn_ptop > p a:hover {
  background: url(../images/common/to_top.png) no-repeat;
  background-position: 0 bottom;
}

/* -----------------------------------------------------------
	.tbl_basic	共通テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
}
table.tbl_basic th {
  text-align: center;
  border: 1px solid #d3c499;
  border-right: none;
  text-align: center;
  background-color: #e9dec1;
  font-weight: 100;
}
table.tbl_basic td {
  border: 1px solid #d3c499;
  border-left: none;
  background: #fcfbf7;
}
