@charset "UTF-8";
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.text-center, .txt-center, .text-centered, .txt-centered {
  text-align: center;
}

.text-left, .txt-left {
  text-align: left;
}

.text-right, .txt-right {
  text-align: right;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt10px {
  margin-top: 10px !important;
}

.mt20px {
  margin-top: 20px !important;
}

.mt30px {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb10px {
  margin-bottom: 10px !important;
}

.mb20px {
  margin-bottom: 20px !important;
}

.mb30px {
  margin-bottom: 30px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml1em {
  margin-left: 1em !important;
}

.ml10px {
  margin-left: 10px !important;
}

.ml20px {
  margin-left: 20px !important;
}

.ml30px {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr1em {
  margin-right: 1em !important;
}

.mr10px {
  margin-right: 10px !important;
}

.mr20px {
  margin-right: 20px !important;
}

.mr30px {
  margin-right: 30px !important;
}

body, body * {
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
}

body textarea,
body input {
  font-size: 16px !important;
}

body.headerPrint {
  padding-top: 0;
}

a {
  outline: 0;
}

.wrap {
  padding-top: 90px !important;
}

.pContainer {
  margin: 0 auto;
  width: 1200px;
  padding: 0 10px;
}

.siteHeader {
  position: absolute;
  margin-top: -120px;
  width: 100%;
  height: 90px;
  border: 1px solid #333;
  background-color: rgba(255, 255, 255, 0.8);
}

.fixedHeaderNav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 100;
  font-size: 14px;
  background: #fff url(/theme2016/images/common/headerUpper.png) no-repeat top center;
}
.fixedHeaderNav .pContainer {
  position: relative;
}
.fixedHeaderNav .logo {
  position: absolute;
  top: 11px;
  left: 10px;
  margin: 0;
  padding: 0;
  width: 155px;
  height: 65px;
  background: url(/theme2016/images/common/logo.png) no-repeat;
}
.fixedHeaderNav .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.fixedHeaderNav .upper {
  height: 40px;
}
.fixedHeaderNav .upper .link {
  margin: 0 20px 0 0;
  padding-top: 6px;
  font-weight: bold;
}
.fixedHeaderNav .upper .link ul {
  margin-bottom: 0;
}
.fixedHeaderNav .upper .cse-search {
  padding-top: 4px;
}
.fixedHeaderNav .upper .cse-search .box {
  padding: 6px 15px;
  height: 32px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
}
.fixedHeaderNav .upper .cse-search .box form {
  display: inline-block;
}
.fixedHeaderNav .upper .cse-search .box form .q {
  height: 24px;
}
.fixedHeaderNav .upper .cse-search .box form .sbmt {
  display: none;
  width: 0;
  height: 0;
}
.fixedHeaderNav .upper .cse-search .box form .dummy {
  display: none;
  width: 0;
  height: 0;
}
.fixedHeaderNav .upper .link > ul > li > a {
  text-decoration: none;
}
.fixedHeaderNav .upper .link > ul > li > a:after {
  font-family: "FontAwesome";
  margin-left: 5px;
  content: "";
}
.fixedHeaderNav .upper .link > ul > li > a.language:after {
  font-family: "FontAwesome";
  margin-left: 5px;
  content: "";
}
.fixedHeaderNav .bottom {
  margin-top: -4px;
}
.fixedHeaderNav .bottom ul li {
  float: left;
  padding: 0;
}
.fixedHeaderNav .bottom ul li a {
  display: block;
  padding: 0;
  width: 52px;
  height: 38px;
  color: #333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: url(/theme2016/images/common/liGuide.png) no-repeat center center;
  -moz-transition: ease-in-out 0.15s;
  -o-transition: ease-in-out 0.15s;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
.fixedHeaderNav .bottom ul li a:hover {
  background-image: url(/theme2016/images/common/liGuide_on.png);
}
.fixedHeaderNav .bottom ul li.about a {
  width: 110px;
  background-image: url(/theme2016/images/common/liAbout.png);
}
.fixedHeaderNav .bottom ul li.about a:hover {
  background-image: url(/theme2016/images/common/liAbout_on.png);
}
.fixedHeaderNav .bottom ul li.guide a {
  width: 78px;
  background-image: url(/theme2016/images/common/liGuide.png);
}
.fixedHeaderNav .bottom ul li.guide a:hover {
  background-image: url(/theme2016/images/common/liGuide_on.png);
}
.fixedHeaderNav .bottom ul li.course a {
  width: 111px;
  background-image: url(/theme2016/images/common/liCourse.png);
}
.fixedHeaderNav .bottom ul li.course a:hover {
  background-image: url(/theme2016/images/common/liCourse_on.png);
}
.fixedHeaderNav .bottom ul li.event a {
  width: 80px;
  background-image: url(/theme2016/images/common/liEvent.png);
}
.fixedHeaderNav .bottom ul li.event a:hover {
  background-image: url(/theme2016/images/common/liEvent_on.png);
}
.fixedHeaderNav .bottom ul li.eat a {
  width: 77px;
  background-image: url(/theme2016/images/common/liEat.png);
}
.fixedHeaderNav .bottom ul li.eat a:hover {
  background-image: url(/theme2016/images/common/liEat_on.png);
}
.fixedHeaderNav .bottom ul li.junrei a {
  width: 67px;
  background-image: url(/theme2016/images/common/liJunrei.png);
}
.fixedHeaderNav .bottom ul li.junrei a:hover {
  background-image: url(/theme2016/images/common/liJunrei_on.png);
}
.fixedHeaderNav .bottom ul li.tour a {
  width: 102px;
  background-image: url(/theme2016/images/common/liTour.png);
}
.fixedHeaderNav .bottom ul li.tour a:hover {
  background-image: url(/theme2016/images/common/liTour_on.png);
}
.fixedHeaderNav .bottom ul li.tv a {
  width: 65px;
  background-image: url(/theme2016/images/common/liTv.png);
}
.fixedHeaderNav .bottom ul li.tv a:hover {
  background-image: url(/theme2016/images/common/liTv_on.png);
}
.fixedHeaderNav .bottom ul li.stay a {
  width: 90px;
  background-image: url(/theme2016/images/common/liStay.png);
}
.fixedHeaderNav .bottom ul li.stay a:hover {
  background-image: url(/theme2016/images/common/liStay_on.png);
}
.fixedHeaderNav .bottom ul li.access a {
  width: 81px;
  background-image: url(/theme2016/images/common/liAccess.png);
}
.fixedHeaderNav .bottom ul li.access a:hover {
  background-image: url(/theme2016/images/common/liAccess_on.png);
}
.fixedHeaderNav .bottom ul li.favorite a {
  width: 105px;
  background-image: url(/theme2016/images/common/liFavorite.png);
}
.fixedHeaderNav .bottom ul li.favorite a:hover {
  background-image: url(/theme2016/images/common/liFavorite_on.png);
}

.siteFooter {
  font-size: 14px;
  background-color: #395494;
  clear:both;
}
.siteFooter .cont {
  background-color: #fff;
}
.siteFooter .cont .linkRow {
  display: table;
  padding: 30px 0;
  width: 100%;
  text-align: left;
  border-top: 2px dotted #ccc;
}
.siteFooter .cont .linkRow .column {
  display: table-cell;
  padding: 0 20px;
}
.siteFooter .cont .linkRow .bdr {
  border-right: 2px dotted #ccc;
}
.siteFooter .cont a {
  color: #333;
  display: block;
}
.siteFooter .bottom {
  color: #fff;
}
.siteFooter .bottom a {
  color: #fff;
}
.siteFooter .link, .siteFooter .device, .siteFooter .copyright {
  margin: 20px 0;
  font-weight: 500;
}
.siteFooter .link {
  text-align: center;
}
.siteFooter .link .inn {
  display: inline-block;
}
.siteFooter .link ul li {
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.siteFooter .link ul li:first-child {
  border-left: 1px solid #fff;
}
.siteFooter .device {
  text-align: center;
}
.siteFooter .device .inn {
  display: inline-block;
}
.siteFooter .device ul {
  overflow: hidden;
  margin: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.siteFooter .device ul li {
  margin: 0;
  padding: 0;
  float: left;
}
.siteFooter .device ul li span, .siteFooter .device ul li a {
  display: inline-block;
  padding: 5px 0;
  width: 160px;
  color: #333;
  text-decoration: none;
}
.siteFooter .device ul li span {
  background-color: #73c8f1;
}
.siteFooter .device ul li a {
  font-weight: bold;
  background-color: #fff;
}
.siteFooter .copyright {
  text-align: center;
}

.headerBreadList {
  margin: 10px 0 0;
  padding: 15px 0;
  background-color: #daeac3;
}
.headerBreadList ul {
  margin: 0;
}
.headerBreadList ul li:before {
  content: "＞　";
}
.headerBreadList ul li a {
  font-weight: bold;
}
.headerBreadList ul li:first-child:before {
  content: "";
}
.headerBreadList ul li:last-child a {
  color: inherit;
  text-decoration: none !important;
  cursor: default;
}

ul.socialButtonList {
  margin-bottom: 0;
}
ul.socialButtonList li {
  height: 25px;
  vertical-align: top;
}
ul.socialButtonList li.twitter {
  width: 90px;
}
ul.socialButtonList li.pocket {
  width: 100px;
}
ul.socialButtonList.baloon-vertical li {
  height: 100px;
}
ul.socialButtonList.baloon-vertical li.pocket {
  width: 70px;
}
ul.socialButtonList.layout-vertical li {
  margin-bottom: 15px;
  height: auto;
  width: auto;
}

.share-affix {
  position: fixed;
  top: 50%;
  margin-top: -200px;
}
.share-affix.share-affix-right {
  left: auto;
  right: 10px;
}
.share-affix.share-affix-left {
  left: 10px;
  right: auto;
}

.scrollTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 60px;
  margin: 0 auto;
  z-index: 200;
}
.scrollTop a {
  display: table-cell;
  width: 2em;
  height: 2em;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
  font-size: 1.5em;
  line-height: 1;
  border-radius: 1.5em;
  background: rgba(0, 0, 0, 0.6);
}

.pagenate {
  margin: 40px auto;
  padding-bottom: 30px;
  text-align: center;
}
.pagenate .pagenateInner {
  display: inline-block;
}
.pagenate .pagenate-active, .pagenate ul li a:hover, .pagenate ul li.active a {
  color: #fff;
  background-color: #3463ae;
}
.pagenate .pagenate-disabled, .pagenate ul li.disabled a {
  border-color: #ccc;
  background-color: #f8f8f8;
  color: #ccc;
}
.pagenate ul {
  margin: 0 auto;
  padding: 0;
}
.pagenate ul li {
  float: left;
  margin: 0 5px;
  list-style: none;
  line-height: 28px;
  text-align: center;
}
.pagenate ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: #3463ae 2px solid;
  color: #777;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  -moz-transition: ease-in-out 0.15s;
  -o-transition: ease-in-out 0.15s;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
.pagenate ul li.prev a, .pagenate ul li.next a {
  width: 70px;
  letter-spacing: 3px;
}
.pagenate ul li.prev i.fa {
  margin-right: 8px;
}
.pagenate ul li.next i.fa {
  margin-left: 8px;
}
.pagenate ul li.disabled a {
  cursor: default;
}
.pagenate ul li.active a {
  cursor: default;
}

.msgNoData {
  margin: 60px 0;
  color: #666;
  font-size: 24px;
}

.google-marker-dialog {
  width: 270px;
  text-align: center;
}
.google-marker-dialog .dialog-title {
  margin: 10px 0;
  color: #986553;
  font-size: 16px;
}
.google-marker-dialog .dialog-photo {
  margin: 5px 0 0;
}
.google-marker-dialog .dialog-photo img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 150px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.google-marker-dialog .dialog-copy {
  margin: 0 0 5px;
  width: 270px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.google-marker-dialog .dialog-buttons .dialog-button {
  float: left;
  margin-right: 10px;
  width: 130px;
}
.google-marker-dialog .dialog-buttons .dialog-button.detail {
  margin-right: 0;
}
.google-marker-dialog .btn {
  padding-left: 30px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 5px center;
}
.google-marker-dialog .btn.btn-route {
  background-image: url("/theme2016/images/attraction/icoBtnRoute.png");
}
.google-marker-dialog .btn.btn-detail {
  background-image: url("/theme2016/images/attraction/icoBtnDetail.png");
}

.flex-viewport ul li {
  position: relative;
}

.flex-direction-nav a {
  top: 50%;
  margin-top: -25px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  width: 42px;
  height: 50px;
}
.flex-direction-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.flex-direction-nav .flex-prev {
  left: 40px;
}
.flex-direction-nav .flex-next {
  right: 40px;
}

.flex-control-nav {
  bottom: 35px;
  z-index: 3;
}

.flex-control-paging li a {
  background-color: #ccc;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
  background-color: #004ea2;
}

.yt-responsive .yt-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 69px 0 50%;
}
.yt-responsive .yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.calendarList {
  position: relative;
  margin: 0 0 30px;
  height: 170px;
}
.calendarList .inn {
  margin: 0 30px;
}
.calendarList .inn .cal {
  float: left;
  margin: 0 0 0 6px;
  width: 240px;
}
.calendarList .inn .title {
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 3px;
  text-align: center;
  background-color: #a16b6b;
  border-bottom: 1px solid #ffe0e0;
}
.calendarList .inn .title span {
  font-size: 110%;
}
.calendarList .inn table {
  margin: 0;
  width: 100%;
}
.calendarList .inn table tr th,
.calendarList .inn table tr td {
  padding: 3px;
  width: 100%/7;
  text-align: center;
  border: #a16b6b 1px solid;
}
.calendarList .inn table tr th {
  color: #fff;
  background: #a16b6b;
  border-right: 1px solid #ffe0e0;
}
.calendarList .inn table tr th:last-child {
  border-right-color: #a16b6b;
}
.calendarList .inn table tr td {
  padding: 6px 3px 2px;
  color: #665252;
}
.calendarList .inn table tr td.none {
  background-color: #eee;
}
.calendarList .inn table tr td.value {
  cursor: pointer;
}
.calendarList .inn table tr td.value.active, .calendarList .inn table tr td.value:hover {
  color: #fff;
  border-color: #665252;
  background-color: #665252;
}
.calendarList .arrow {
  display: block;
  position: absolute;
  top: 80px;
  width: 25px;
  height: 40px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  background-color: #a16b6b;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.calendarList .arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.calendarList .arrow:before {
  font-family: "FontAwesome";
  margin-right: 0;
  content: "";
}
.calendarList .arrow.prev {
  left: 0;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px 0 0 20px;
}
.calendarList .arrow.prev:before {
  font-family: "FontAwesome";
  margin-right: 0;
  content: "";
}
.calendarList .arrow.next {
  right: 0;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0;
  border-radius: 0 20px 20px 0;
}
.calendarList .arrow.next:before {
  font-family: "FontAwesome";
  margin-right: 0;
  content: "";
}
