@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/* ----------------------------------------- */
/* common
/* ----------------------------------------- */
/* float
-------------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* line-height
-------------------------------------------- */
.lh14 {
  line-height: 1.4em !important;
}

/* ul li
-------------------------------------------- */
ul.markOn {
  margin-left: 28px;
}

ul.markOn li {
  list-style-type: disc;
}

/* ol li
-------------------------------------------- */
ol.numOn {
  margin-left: 28px;
}

ol.numOn li {
  list-style-type: decimal;
}

/* div
-------------------------------------------- */
.divA {
  float: left;
  margin-right: 10px;
}

.divB {
  float: right;
  margin-left: 10px;
}

.divC {
  border: 1px solid #761a1b;
  padding: 10px 15px;
}

/* hx
-------------------------------------------- */
.hA {
  background: #d8bdbf url(../image/ic_ornament_02.gif) 5px 0.5em no-repeat;
  color: #761a1b;
  font-size: 115%;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 5px 5px 5px 30px;
}

/* table
-------------------------------------------- */
.tableA {
  border: 1px solid #761a1b;
  border-collapse: collapse;
}
.tableA th, .tableA td {
  border: 1px solid #761a1b;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
}
.tableA th {
  background-color: #e8cdb0;
}
.tableA thead th, .tableA thead td {
  background-color: #e8cdb0;
  font-weight: bold;
  text-align: center;
}

.tableB {
  border: 1px solid #761a1b;
  border-collapse: collapse;
  width: 100%;
}
.tableB th, .tableB td {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #761a1b;
  padding: 5px 10px;
  background-color: #fff;
}
.tableB th {
  background-color: #e8cdb0;
  white-space: nowrap;
}
.tableB thead th, .tableB thead td {
  background-color: #e8cdb0;
  font-weight: bold;
  text-align: center;
}

.tableC {
  border: 1px solid #761a1b;
  border-collapse: collapse;
  margin: 0 0 10px;
}
.tableC th, .tableC td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
  text-align: center;
  background-color: #fff;
}
.tableC th {
  background-color: #e8cdb0;
  border: 1px solid #761a1b;
}

/* ul
-------------------------------------------- */
.ulA {
  list-style: none;
  margin: 0;
}
.ulA li {
  padding: 0 0 10px;
}

.ulB {
  border-top: 1px dashed #8c8c8c;
  list-style: none;
  margin: 0;
}
.ulB li {
  background: transparent url(../image/ic_arrow_05.gif) 5px 0.6em no-repeat;
  border-bottom: 1px dashed #8c8c8c;
  padding: 5px 5px 5px 20px;
}
.ulB a {
  color: #333;
  text-decoration: none;
}
.ulB a:hover {
  color: #666;
}
.ulB a[target="_blank"]:after {
  content: " " url(../image/ic_window_01.gif);
}

.ulC {
  list-style: none;
  margin: 0;
}
.ulC li {
  line-height: 1.4;
  background: transparent url(../image/ic_arrow_05.gif) 0 0.3em no-repeat;
  padding: 0 0 0 15px;
}
.ulC a[target="_blank"]:after {
  content: " " url(../image/ic_window_01.gif);
}

.ulD {
  list-style: none;
  margin: 0;
}
.ulD li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.ulE {
  list-style: none;
  margin: 0;
}

.ulF {
  letter-spacing: -.5em;
  list-style: none;
  margin: 0;
}
.ulF li {
  display: inline-block;
  font-size: 86%;
  letter-spacing: normal;
  margin: 0 10px 10px 0;
  vertical-align: top;
}

* html .ulF li, *:first-child + html .ulF li {
  display: inline;
}

.ulG {
  letter-spacing: -.5em;
  list-style: none;
  margin: 0;
  text-align: center;
}
.ulG li {
  display: inline-block;
  font-size: 86%;
  letter-spacing: normal;
  margin: 0 5px 10px;
  vertical-align: top;
}

* html .ulG li, *:first-child + html .ulG li {
  display: inline;
}

.ulH {
  width: 396px;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  list-style: none;
  margin: 6px auto 0;
}
.ulH li {
  padding: 4px 0 0 1em;
  text-indent: -1em;
}
.ulH a {
  color: #000;
  text-decoration: underline;
}
.ulH a:hover {
  text-decoration: none;
}

/* ol
-------------------------------------------- */
.olA {
  list-style: none;
  margin: 0;
}
.olA li {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}

/* dl
-------------------------------------------- */
.dlA {
  border: 1px solid #333;
}
.dlA dt {
  background-color: #761a1b;
  padding: 5px;
}
.dlA dt img {
  display: block;
  margin: 0 auto;
}
.dlA dd {
  background-color: #fff;
  padding: 10px;
}

.dlB {
  border: 1px solid #769cb1;
}
.dlB dt {
  background-color: #769cb1;
  padding: 5px;
}
.dlB dt img {
  display: block;
  margin: 0 auto;
}
.dlB dd {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

.dlC dt {
  font-weight: bold;
}

/* p
-------------------------------------------- */
.pA {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.pB a[target="_blank"]:after {
  content: " " url(../image/ic_window_01.gif);
}

/* input
-------------------------------------------- */
.inputA {
  width: 120px;
}

.inputB {
  width: 50px;
}

.inputC {
  width: 200px;
}

.inputD {
  width: 350px;
}

/* clearfix
-------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/* pagetop
-------------------------------------------- */
.pagetopA {
  border-bottom: 2px dotted #e5d3d3;
  clear: both;
  margin: 0 0 30px;
  padding: 20px 0 5px;
  text-align: right;
}
.pagetopA a {
  background: transparent url(../image/bt_pagetop_02.gif) 0 0 no-repeat;
  display: inline-block;
  height: 12px;
  overflow: hidden;
  width: 95px;
}

* html .pagetopA a, *:first-child + html .pagetopA a {
  display: inline;
}

.pagetopA span {
  display: block;
  padding: 12px 0 0;
}

/* back
-------------------------------------------- */
.backA {
  background: transparent url(../image/ic_arrow_06.gif) 0 0.5em no-repeat;
  clear: both;
  padding: 0 15px;
}

/* link
-------------------------------------------- */
.linkA {
  background: transparent url(../image/ic_arrow_05.gif) 0 0.5em no-repeat;
  padding: 0 15px;
}

/* calendar
-------------------------------------------- */
.calendarA {
  background-color: #bf9021;
  margin: 0;
  padding: 15px 10px;
  width: 270px;
}

.calendarB {
  background-color: #bf9021;
  padding: 8px;
}

.ui-datepicker {
  width: 392px;
  margin: 0 auto;
  border: 2px solid #93001b;
  border-bottom: none;
  background: #fff;
  position: relative;
}
.ui-datepicker table {
  border-collapse: collapse;
  border-left: 1px solid #93001b;
  margin: 0 auto;
  width: 294px;
}
.ui-datepicker table a {
  text-decoration: underline;
  color: #162c58;
}
.ui-datepicker table a:hover {
  text-decoration: none;
}

#sidebarA .ui-datepicker table {
  width: 180px;
}

.ui-datepicker th, .ui-datepicker td {
  border-right: 1px solid #93001b;
  font-size: 86%;
  padding: 0 3px;
  text-align: center;
}
.ui-datepicker th {
  border-bottom: 1px solid #93001b;
  color: #000;
  font-weight: normal;
}
.ui-datepicker td {
  color: #000;
}
.ui-datepicker tbody tr:first-child td {
  padding: 5px 3px 0;
}
.ui-datepicker td span {
  display: block;
  background-color: #f4e5e8;
  border-bottom: 4px solid #fff;
  padding: 2px 0;
}
.ui-datepicker td.close span {
  background-color: #93001b;
}
.ui-datepicker td.slclose span {
  background-color: #e1c992;
}
.ui-datepicker td.close a {
  color: #fff;
}
.ui-datepicker td.ui-datepicker-other-month span {
  background-color: #e9ccd1;
}

.ui-datepicker-title {
  color: #fff;
  background: #93001b;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 4px 0;
  margin-bottom: 15px;
  text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 43px;
  overflow: hidden;
  position: absolute;
  top: 111px;
  width: 43px;
}

.ui-datepicker-prev {
  background-image: url("../img/common/arw_cal_prev.png");
  left: -23px;
}

.ui-datepicker-next {
  background-image: url("../img/common/arw_cal_next.png");
  right: -23px;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
  display: block;
  padding: 44px 0 0;
}

/* legend
-------------------------------------------- */
.legendA {
  width: 294px;
  border: 2px solid #93001b;
  border-top: none;
  background: #fff;
  display: table;
  font-size: 13px;
  font-size: 1.3rem;
  list-style: none;
  margin: 0 auto;
  padding: 13px 49px 19px;
  zoom: 1;
}
.legendA li {
  background-position: 0 .3em;
  background-repeat: no-repeat;
  float: left;
  padding: 0 20px 0 15px;
}
.legendA li.close {
  background-image: url("../img/common/ico_cal_close.png");
}
.legendA li.slclose {
  background-image: url("../img/common/ico_cal_slclose.png");
}

/* pager
-------------------------------------------- */
.pagerA {
  display: table;
  width: 100%;
  zoom: 1;
}
.pagerA .prev {
  float: left;
  width: 45%;
}
.pagerA .next {
  float: right;
  text-align: right;
  width: 45%;
}

/* note
-------------------------------------------- */
.noteA {
  color: #c00 !important;
}

.noteB {
  background: #c00 !important;
  color: #fff !important;
}

/* align
-------------------------------------------- */
.center {
  text-align: center;
}

table.center, img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: inherit;
}

.left {
  text-align: left;
}

table.left, img.left {
  float: left;
  margin-right: 25px;
  text-align: inherit;
}

.right {
  text-align: right;
}

table.right, img.right {
  float: right;
  margin-left: 25px;
  text-align: inherit;
}

/* underline
-------------------------------------------- */
.underline {
  text-decoration: underline;
}

/* font
-------------------------------------------- */
.fontSizeSmall {
  font-size: 86%;
}

.fontSizeLarge {
  font-size: 115%;
}

.fontSizeXLarge {
  font-size: 129%;
}

.fontSizeXXLarge {
  font-size: 143%;
}

/* margin
-------------------------------------------- */
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

/* ----------------------------------------- */
/* home
/* ----------------------------------------- */
.homContainerA {
  border-bottom: 5px solid #595756;
  display: table;
  margin: 0 0 20px;
  zoom: 1;
}

.homContainerB {
  display: table;
  margin: 0 0 20px;
  zoom: 1;
}

.homContainerC {
  float: left;
  width: 724px;
}

.homContainerD {
  float: right;
  padding: 0 10px 50px;
  width: 280px;
}

/* carousel
-------------------------------------------- */
.homCarousel {
  float: left;
  position: relative;
  width: 724px;
}
.homCarousel ul {
  height: 495px;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.homCarousel li {
  float: left;
  height: 495px;
  width: 724px;
}

.homCarouselPrev, .homCarouselNext {
  position: absolute;
  top: 252px;
}

.homCarouselPrev {
  left: 0;
}

.homCarouselNext {
  right: 0;
}

.homCarouselPrev a, .homCarouselNext a {
  background-color: #000;
  background-position: 50% 5px;
  background-repeat: no-repeat;
  display: block;
  height: 25px;
  overflow: hidden;
  width: 16px;
}

.homCarouselPrev a {
  background-image: url(../image/ic_arrow_08.gif);
}

.homCarouselNext a {
  background-image: url(../image/ic_arrow_07.gif);
}

.homCarouselPrev span, .homCarouselNext span {
  display: block;
  padding: 25px 0 0;
}

.homCarouselPager {
  padding: 10px 0 0;
  text-align: center;
  vertical-align: top;
}
.homCarouselPager a {
  background: transparent url(../image/ic_circle_01.gif) 0 0 no-repeat;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  overflow: hidden;
  width: 12px;
}
.homCarouselPager a:hover, .homCarouselPager a.selected {
  background-position: 0 -12px;
}
.homCarouselPager span {
  display: block;
  padding: 12px 0 0;
}

/* information
-------------------------------------------- */
.homInformation {
  background: #595756 url(../image/bg_home_03.png) 0 0 repeat-x;
  float: right;
  min-height: 522px;
  padding: 5px 5px 0;
  width: 290px;
}

/* news
-------------------------------------------- */
.homNews {
  color: #fff;
  padding: 5px 5px 10px;
}
.homNews h2 {
  background: none;
  border-bottom: 1px solid #c9c6c5;
  margin: 0 0 10px;
  padding: 0 0 2px;
}
.homNews h2 img {
  display: block;
}

.homNewsList {
  height: 205px;
  overflow: auto;
}
.homNewsList dt {
  margin: 10px 0 0;
}
.homNewsList dt:first-child {
  margin: 0;
}
.homNewsList dt img {
  margin: 0 10px 2px 0;
  vertical-align: middle;
}
.homNewsList a {
  color: #fff;
  text-decoration: none;
}
.homNewsList a:hover {
  color: #ccc;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
}

.jspTrack {
  position: relative;
}

.jspDrag {
  background: transparent url(../image/bg_home_04.gif) 0 0 repeat-y;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}

.jspDragTop {
  background: transparent url(../image/bg_home_05.gif) 0 0 no-repeat;
  height: 5px;
  width: 6px;
}

.jspDragBottom {
  background: transparent url(../image/bg_home_06.gif) 0 0 no-repeat;
  bottom: 0;
  height: 5px;
  position: absolute;
  width: 6px;
}

/* schedule
-------------------------------------------- */
.homSchedule {
  background-color: #bf9021;
  min-height: 261px;
  padding: 8px;
}

.homScheduleTitle {
  display: table;
  margin: 0 0 8px;
  zoom: 1;
}
.homScheduleTitle h2 {
  background: none;
  float: left;
  margin: 0;
  padding: 0;
}
.homScheduleTitle p {
  float: left;
}

/* enjoy
-------------------------------------------- */
.homEnjoy {
  background-color: #ffffeb;
  margin: 0 auto 20px;
  padding: 0 0 10px;
  width: 680px;
}
.homEnjoy h2 {
  background: transparent url(../image/bg_08.png) 0 0 repeat-y;
  margin: 0 0 10px;
  background: transparent url(../image/bg_09.png) 0 0 no-repeat;
  color: #fff;
  display: block;
  font-size: 129%;
  font-weight: bold;
  padding: 5px 20px;
  text-align: center;
}
.homEnjoy div {
  border-left: 1px solid #e9e1cd;
  border-right: 1px solid #fff;
  display: table;
  zoom: 1;
}
.homEnjoy dl {
  border-left: 1px solid #fff;
  border-right: 1px solid #e9e1cd;
  float: left;
  width: 167px;
}
.homEnjoy dl:first-child {
  width: 169px;
}
.homEnjoy dt {
  margin: 0 0 10px;
  text-align: center;
}
.homEnjoy dd {
  padding: 0 15px;
}
.homEnjoy ul {
  list-style: none;
  margin: 0;
}
.homEnjoy li {
  background: transparent url(../image/ic_arrow_03.gif) 0 0.4em no-repeat;
  padding: 0 0 0 10px;
}
.homEnjoy a {
  color: #333;
  text-decoration: none;
}
.homEnjoy a:hover {
  color: #666;
}

/* banner
-------------------------------------------- */
.homBannerA {
  display: table;
  list-style: none;
  margin: 0 auto 20px;
  width: 690px;
}
.homBannerA li {
  float: left;
  padding: 0 5px;
}

.homBannerB {
  display: table;
  list-style: none;
  margin: 0 auto 10px;
  width: 690px;
}
.homBannerB li {
  float: left;
  padding: 0 5px 10px;
}

/* support
-------------------------------------------- */
.homSupport {
  display: table;
  margin: 0 auto 20px;
  width: 686px;
}
.homSupport dl {
  background: transparent url(../image/bg_home_01.gif) 50% 0 repeat-y;
  float: left;
  padding: 0 3px;
  width: 337px;
}
.homSupport dd {
  background: transparent url(../image/bg_home_02.gif) 0 100% no-repeat;
}
.homSupport ul {
  display: table;
  list-style: none;
  margin: 0;
  padding: 5px 6px 10px 21px;
  zoom: 1;
}
.homSupport li {
  background: transparent url(../image/ic_arrow_03.gif) 0 0.4em no-repeat;
  float: left;
  padding: 0 10px;
  width: 135px;
}
.homSupport a {
  color: #333;
  text-decoration: none;
}
.homSupport a:hover {
  color: #666;
}

/* share
-------------------------------------------- */
.homShare {
  display: table;
  list-style: none;
  margin: 0;
  text-align: center;
  width: 100%;
}

*:first-child + html .homShare {
  padding: 0 0 0 40px;
}

.homShare li {
  display: inline-block;
  padding: 0 5px;
}

* html .homShare li, *:first-child + html .homShare li {
  float: left;
  width: 76px;
}

.homShare #facebook {
  display: block;
  height: 21px;
  margin: 0 auto;
  overflow: hidden;
  width: 70px;
}

*:first-child + html .homShare #facebook {
  width: 76px;
}

/* facebook
-------------------------------------------- */
.homFb {
  background-color: #fff;
  border: solid 1px #999;
  margin: 0 0 0 22px;
  padding: 8px 0 0 10px;
  width: 667px;
}
.homFb img {
  padding: 0 0 0 12px;
}

/* ----------------------------------------- */
/* about
/* ----------------------------------------- */
/* map
-------------------------------------------- */
.aboMapNav {
  list-style: none;
  margin: 0;
  zoom: 1;
}
.aboMapNav li {
  float: left;
  width: 91px;
  padding: 0 0 10px 5px;
}
.aboMapNav li.aboMapNavWhole {
  padding: 0 0 10px;
}
.aboMapNav li a {
  background: #999 url(../image/bg_16.png) 0 0 no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.aboMapNav li.aboMapNavWhole a:hover, .aboMapNav li.aboMapNavWhole a.active {
  background-color: #ab8100;
}
.aboMapNav li.aboMapNavArea1 a:hover, .aboMapNav li.aboMapNavArea1 a.active {
  background-color: #7f3b08;
}
.aboMapNav li.aboMapNavArea2 a:hover, .aboMapNav li.aboMapNavArea2 a.active {
  background-color: #1f6282;
}
.aboMapNav li.aboMapNavArea3 a:hover, .aboMapNav li.aboMapNavArea3 a.active {
  background-color: #990026;
}
.aboMapNav li.aboMapNavArea4 a:hover, .aboMapNav li.aboMapNavArea4 a.active {
  background-color: #1a4a19;
}
.aboMapNav li.aboMapNavArea5 a:hover, .aboMapNav li.aboMapNavArea5 a.active {
  background-color: #462e6a;
}
.aboMapNav li span {
  background: transparent url(../image/ic_arrow_09.gif) 10px 0.6em no-repeat;
  display: block;
  padding: 5px 10px 5px 25px;
}

.aboMapLink {
  display: table;
  width: 100%;
  zoom: 1;
}
.aboMapLink div {
  float: left;
  width: 50%;
}
.aboMapLink ol {
  font-weight: bold;
}
.aboMapLink a {
  font-weight: normal;
}

/* ----------------------------------------- */
/* information
/* ----------------------------------------- */
.infImgA {
  background: transparent url(../image/bg_13.gif) 50% 0 repeat-y;
  margin: 0 auto 20px;
  width: 430px;
}
.infImgA div {
  background: transparent url(../image/bg_14.png) 0 0 no-repeat;
}
.infImgA div div {
  background: transparent url(../image/bg_15.png) 0 100% no-repeat;
  padding: 45px 0 35px;
  zoom: 1;
}
.infImgA img {
  display: block;
  margin: 0 auto 10px;
}

/* event
-------------------------------------------- */
.infEveList {
  list-style: none;
  margin: 0 0 15px;
}
.infEveList li {
  border-top: 1px dotted #8c8c8c;
  display: table;
  padding: 15px 0;
  width: 100%;
}
.infEveList li:first-child {
  border: none;
  padding: 0 0 15px;
}

.infEveThumbnail {
  float: left;
  text-align: center;
  width: 83px;
}

.infEveOutline {
  float: right;
  width: 660px;
}

.infEveTitle {
  font-weight: bold;
}

.infEveOutline a {
  color: #761a1b;
}
.infEveOutline a:hover {
  color: #8a3c3d;
}

.mainSection h2.eventTtl {
  margin: 34px 0 20px 0;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  background: #7e001b;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
}

/* news
-------------------------------------------- */
.infNewList {
  border: none;
  width: 100%;
}
.infNewList th {
  border: none;
  border-bottom: 1px dashed #8c8c8c;
  background-color: transparent;
  padding: 10px 10px 10px 0;
  vertical-align: top;
  white-space: nowrap;
  width: 150px;
}
.infNewList th img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.infNewList td {
  border: none;
  border-bottom: 1px dashed #8c8c8c;
  padding: 10px 0;
  vertical-align: top;
}

.infNewData {
  font-weight: bold;
  margin: 0 0 20px;
}
.infNewData img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

/* week
-------------------------------------------- */
.infWeeImg {
  background: transparent url(../image/bg_10.jpg) 50% 0 repeat;
  margin: 0 auto 20px;
  width: 524px;
}
.infWeeImg div {
  background: transparent url(../image/bg_11.png) 0 0 no-repeat;
}
.infWeeImg div div {
  background: transparent url(../image/bg_12.png) 0 100% no-repeat;
  padding: 10px 0;
}
.infWeeImg img {
  border: 2px solid #c69a40;
  display: block;
  margin: 0 auto;
}

/* diary
-------------------------------------------- */
.infDiaData {
  display: table;
  color: #761a1b;
  margin: 0 0 20px;
  width: 100%;
}

.infDiaDate {
  float: left;
  width: 50%;
}

.infDiaCharge {
  float: right;
  width: 50%;
  text-align: right;
}

/* ----------------------------------------- */
/* enjoy
/* ----------------------------------------- */
/* sight
-------------------------------------------- */
/* building */
.enjSigBuiList {
  border-collapse: collapse;
  width: 100%;
}
.enjSigBuiList th, .enjSigBuiList td {
  padding: 5px 10px;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.enjSigBuiList thead th, .enjSigBuiList thead td {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.enjSigBuiList tbody th {
  white-space: nowrap;
  width: 20%;
}

.enjSigBuiListArea1 {
  margin: 0 0 30px;
}
.enjSigBuiListArea1 th, .enjSigBuiListArea1 td {
  border: 1px solid #7f3b08;
}
.enjSigBuiListArea1 thead th, .enjSigBuiListArea1 thead td {
  background-color: #95692f;
}
.enjSigBuiListArea1 tbody th {
  background-color: #e1d1a2;
}

.enjSigBuiListArea2 {
  margin: 0 0 30px;
}
.enjSigBuiListArea2 th, .enjSigBuiListArea2 td {
  border: 1px solid #1f6282;
}
.enjSigBuiListArea2 thead th, .enjSigBuiListArea2 thead td {
  background-color: #2d4888;
}
.enjSigBuiListArea2 tbody th {
  background-color: #b9d0e3;
}

.enjSigBuiListArea3 {
  margin: 0 0 30px;
}
.enjSigBuiListArea3 th, .enjSigBuiListArea3 td {
  border: 1px solid #990026;
}
.enjSigBuiListArea3 thead th, .enjSigBuiListArea3 thead td {
  background-color: #ad3a34;
}
.enjSigBuiListArea3 tbody th {
  background-color: #e4cecd;
}

.enjSigBuiListArea4 {
  margin: 0 0 30px;
}
.enjSigBuiListArea4 th, .enjSigBuiListArea4 td {
  border: 1px solid #1a4a19;
}
.enjSigBuiListArea4 thead th, .enjSigBuiListArea4 thead td {
  background-color: #39572b;
}
.enjSigBuiListArea4 tbody th {
  background-color: #a7cc95;
}

.enjSigBuiListArea5 th, .enjSigBuiListArea5 td {
  border: 1px solid #462e6a;
}
.enjSigBuiListArea5 thead th, .enjSigBuiListArea5 thead td {
  background-color: #43445f;
}
.enjSigBuiListArea5 tbody th {
  background-color: #ccc;
}

/* exhibition */
.enjSigExhLifDetail {
  display: table;
  width: 100%;
}

.enjSigExhLifImg {
  float: left;
  font-size: 86%;
  width: 200px;
}
.enjSigExhLifImg img {
  margin: 0 0 5px;
}

.enjSigExhLifTxt {
  float: right;
  width: 360px;
}

/* selection */
.enjSigSelList img {
  margin: 0 0 5px;
}
.enjSigSelList a {
  color: #333;
  text-decoration: none;
}
.enjSigSelList a:hover {
  color: #666;
}

/* ----------------------------------------- */
/* coupon
/* ----------------------------------------- */
.couTicket {
  border: 1px solid #761a1b;
  margin: 0 0 20px;
  padding: 15px;
}
.couTicket h2 {
  background: none;
  margin: 0 0 15px;
  padding: 0;
}

.couImg {
  clear: both;
  list-style: none;
  margin: 0;
}
.couImg li {
  padding: 15px 0 0;
}
.couImg img {
  display: block;
  margin: 0 auto;
}

.couPrint {
  margin: 15px 0 0;
  text-align: center;
}

/* ----------------------------------------- */
/* foundation
/* ----------------------------------------- */
/* donation
-------------------------------------------- */
.fouDonForTo {
  border-top: 1px dashed #8c8c8c;
  margin: 5px 0 0;
}
.fouDonForTo dt {
  color: #761a1b;
  margin: 5px 0 0;
}

/* ----------------------------------------- */
/* search
/* ----------------------------------------- */
.seaList {
  list-style: none;
  margin: 0 0 20px;
}
.seaList li {
  border-bottom: 1px dashed #8c8c8c;
  padding: 10px 0;
}
.seaList li.zero {
  border: none;
  padding: 0;
}

.seaPager {
  list-style: none;
  margin: 0;
  text-align: center;
}
.seaPager li {
  display: inline;
  margin: 0 5px;
}

/* secTabWrap */
.secTabWrap {
  border-bottom: 2px solid #93001b;
  margin-bottom: 35px;
}
.secTabWrap li {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* ----------------------------------------- */
/* about
/* ----------------------------------------- */
/* outline
/* ----------------------------------------- */
.about_ouline_spec {
  margin-bottom: 24px;
}
.about_ouline_spec {
  *zoom: 1;
}
.about_ouline_spec:before, .about_ouline_spec:after {
  content: "";
  display: table;
}
.about_ouline_spec:after {
  clear: both;
}
.about_ouline_spec dt {
  float: left;
  margin: 0 7px 16px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.about_ouline_spec dt.clear {
  clear: both;
}
.about_ouline_spec dt span {
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  background: #93001b;
}
.about_ouline_spec dt span.w2 {
  padding: 3px 14px;
}
.about_ouline_spec dd {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 22px 0 0;
  line-height: 1.2;
}

/* villagehead
/* ----------------------------------------- */
.about_vill_tab {
  width: 523px;
  margin: 0 auto;
}
.about_vill_tab {
  *zoom: 1;
}
.about_vill_tab:before, .about_vill_tab:after {
  content: "";
  display: table;
}
.about_vill_tab:after {
  clear: both;
}
.about_vill_tab li a {
  display: block;
  width: 248px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.about_vill_tab li a.active {
  width: 263px;
  height: 47px;
}
.about_vill_tab .tab01 {
  float: left;
}
.about_vill_tab .tab01 a {
  background-image: url("../img/module/about_vill_tab01.png");
}
.about_vill_tab .tab01 a.active {
  background-image: url("../img/module/about_vill_tab01_on.png");
}
.about_vill_tab .tab02 {
  float: right;
}
.about_vill_tab .tab02 a {
  background-image: url("../img/module/about_vill_tab02.png");
}
.about_vill_tab .tab02 a.active {
  background-image: url("../img/module/about_vill_tab02_on.png");
}

/* ----------------------------------------- */
/* enjoy
/* ----------------------------------------- */
/* experience
/* ----------------------------------------- */
.enjoy_exp_con {
  width: 520px;
}

/* vehicle
/* ----------------------------------------- */
.enjoyVehicleList {
  margin: 17px 0 49px 0;
}
.enjoyVehicleList {
  *zoom: 1;
}
.enjoyVehicleList:before, .enjoyVehicleList:after {
  content: "";
  display: table;
}
.enjoyVehicleList:after {
  clear: both;
}
.enjoyVehicleList li {
  width: 236px;
  float: left;
  margin-left: 29px;
}
.enjoyVehicleList li:first-child {
  margin-left: 0;
}
.enjoyVehicleList li p {
  text-align: center;
  margin: 6px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.mainSection p.enjoyVehicleTable {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #7e001b;
  padding: 5px 0;
}
.mainSection p.enjoyVehicleTable span {
  padding: 0 0 0 54px;
  min-height: 20px;
  background: url("../img/module/enjoy_exp_ico.png") no-repeat 0 center;
}

/* gourmet
-------------------------------------------- */
body.enjoy .gourmet .ulF li {
  margin: 0 0 10px 26px;
}
body.enjoy .gourmet .ulF li:first-child {
  margin-left: 0;
}

/* point
/* ----------------------------------------- */
.enjoy_po_prem_tab {
  width: 702px;
  margin: 0 auto;
}
.enjoy_po_prem_tab {
  *zoom: 1;
}
.enjoy_po_prem_tab:before, .enjoy_po_prem_tab:after {
  content: "";
  display: table;
}
.enjoy_po_prem_tab:after {
  clear: both;
}
.enjoy_po_prem_tab li {
  float: left;
  margin-left: 12px;
}
.enjoy_po_prem_tab li a {
  display: block;
  width: 218px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.enjoy_po_prem_tab li a.active {
  height: 44px;
}
.enjoy_po_prem_tab li.tab01 a {
  background-image: url("../img/module/enjoy_po_prem_tab01.png");
}
.enjoy_po_prem_tab li.tab01 a.active {
  background-image: url("../img/module/enjoy_po_prem_tab01_on.png");
}
.enjoy_po_prem_tab li.tab02 a {
  background-image: url("../img/module/enjoy_po_prem_tab02.png");
}
.enjoy_po_prem_tab li.tab02 a.active {
  background-image: url("../img/module/enjoy_po_prem_tab02_on.png");
}
.enjoy_po_prem_tab li.tab03 a {
  background-image: url("../img/module/enjoy_po_prem_tab03.png");
}
.enjoy_po_prem_tab li.tab03 a.active {
  background-image: url("../img/module/enjoy_po_prem_tab03_on.png");
}

.enjoy_po_self_tab {
  width: 678px;
  margin: 0 auto;
}
.enjoy_po_self_tab {
  *zoom: 1;
}
.enjoy_po_self_tab:before, .enjoy_po_self_tab:after {
  content: "";
  display: table;
}
.enjoy_po_self_tab:after {
  clear: both;
}
.enjoy_po_self_tab li {
  float: left;
  margin-left: 12px;
}
.enjoy_po_self_tab li a {
  display: block;
  width: 218px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.enjoy_po_self_tab li a.active {
  height: 44px;
}
.enjoy_po_self_tab li.tab01 {
  margin-left: 0;
}
.enjoy_po_self_tab li.tab01 a {
  background-image: url("../img/module/enjoy_po_self_tab01.png");
}
.enjoy_po_self_tab li.tab01 a.active {
  background-image: url("../img/module/enjoy_po_self_tab01_on.png");
}
.enjoy_po_self_tab li.tab02 a {
  background-image: url("../img/module/enjoy_po_self_tab02.png");
}
.enjoy_po_self_tab li.tab02 a.active {
  background-image: url("../img/module/enjoy_po_self_tab02_on.png");
}
.enjoy_po_self_tab li.tab03 a {
  background-image: url("../img/module/enjoy_po_self_tab03.png");
}
.enjoy_po_self_tab li.tab03 a.active {
  background-image: url("../img/module/enjoy_po_self_tab03_on.png");
}

/* ----------------------------------------- */
/* guide
/* ----------------------------------------- */
/* access
/* ----------------------------------------- */
.guide_access_tab {
  width: 702px;
  margin: 0 auto;
}
.guide_access_tab {
  *zoom: 1;
}
.guide_access_tab:before, .guide_access_tab:after {
  content: "";
  display: table;
}
.guide_access_tab:after {
  clear: both;
}
.guide_access_tab li {
  float: left;
  margin-left: 12px;
}
.guide_access_tab li a {
  display: block;
  width: 218px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.guide_access_tab li a.active {
  height: 44px;
}
.guide_access_tab li.tab01 a {
  background-image: url("../img/module/guide_access_tab01.png");
}
.guide_access_tab li.tab01 a.active {
  background-image: url("../img/module/guide_access_tab01_on.png");
}
.guide_access_tab li.tab02 a {
  background-image: url("../img/module/guide_access_tab02.png");
}
.guide_access_tab li.tab02 a.active {
  background-image: url("../img/module/guide_access_tab02_on.png");
}
.guide_access_tab li.tab03 a {
  background-image: url("../img/module/guide_access_tab03.png");
}
.guide_access_tab li.tab03 a.active {
  background-image: url("../img/module/guide_access_tab03_on.png");
}

/* map
/* ----------------------------------------- */
.guide_map_tab {
  width: 766px;
  margin: 0 auto;
}
.guide_map_tab {
  *zoom: 1;
}
.guide_map_tab:before, .guide_map_tab:after {
  content: "";
  display: table;
}
.guide_map_tab:after {
  clear: both;
}
.guide_map_tab li {
  margin-left: 11px;
  overflow: auto;
  text-indent: 0;
  white-space: normal;
  line-height: 1.4;
}
.guide_map_tab li:first-child {
  margin-left: 1px;
}
.guide_map_tab li a {
  width: 118px;
  height: 39px;
  display: block;
  background: url("../img/module/guide_map_tab.png") no-repeat 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.guide_map_tab li a span {
  display: block;
  padding: 13px 0 0 0;
}
.guide_map_tab li a.active {
  background: url("../img/module/guide_map_tab_on.png") no-repeat 0 0;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.guide_map_tab li a.active span {
  padding: 7px 0 0 0;
}

.guide_map_con {
  margin: 0 auto;
}
.guide_map_con ol {
  margin: 0 0 0 28px;
}
.guide_map_con ol li {
  list-style-type: decimal;
  margin-left: 12px\9;
}

/* ----------------------------------------- */
/* footCateNav
/* ----------------------------------------- */
.footCateNav {
  width: 766px;
  margin: 50px auto 0;
}
.footCateNav {
  *zoom: 1;
}
.footCateNav:before, .footCateNav:after {
  content: "";
  display: table;
}
.footCateNav:after {
  clear: both;
}
.footCateNav li {
  float: left;
  margin-left: 14px;
}
.footCateNav li:first-child {
  margin-left: 0;
}

/* ----------------------------------------- */
/* guideAttention
/* ----------------------------------------- */
.guideAttention {
  margin: 72px 0;
}
.guideAttention dt {
  text-align: center;
  background: #7e001b;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 9px 0;
  color: #fff;
}
.guideAttention dt span {
  padding: 0 0 0 41px;
  background: url("../img/module/ico_attention.png") no-repeat 0 center;
}
.guideAttention dd {
  font-size: 14px;
  font-size: 1.4rem;
}
.guideAttention dd .lead {
  margin: 26px 0 13px 0;
}
.guideAttention dd .guideAttList li {
  margin: 0 0 17px 0;
  padding-left: 10px;
  line-height: 1.4;
  background: url("../img/module/mrk_dot.png") no-repeat 0 0.5em;
}

/* ----------------------------------------- */
/* link
/* ----------------------------------------- */
.linkList {
  margin: 0 0 30px;
}
.linkList {
  *zoom: 1;
}
.linkList:before, .linkList:after {
  content: "";
  display: table;
}
.linkList:after {
  clear: both;
}
.linkList li {
  float: left;
  width: 33.3%;
}
.linkList li.wide {
  width: 66.6%;
}
.linkList li a {
  background: transparent url(../image/ic_arrow_05.gif) 0 0.3em no-repeat;
  padding: 0 15px;
}

/* ----------------------------------------- */
/* contact
/* ----------------------------------------- */
.contactTable th {
  width: 200px;
}

/* ----------------------------------------- */
/* recruit
/* ----------------------------------------- */
.volunteerConList li {
  width: 550px;
}
.volunteerConList li {
  *zoom: 1;
}
.volunteerConList li:before, .volunteerConList li:after {
  content: "";
  display: table;
}
.volunteerConList li:after {
  clear: both;
}
.volunteerConList li span {
  white-space: nowrap;
  display: block;
  float: right;
  text-align: right;
}
.volunteerConList li span:first-child {
  float: left;
  text-align: left;
}
