@charset "UTF-8";
a,
a:link,
a:hover,
a:visited,
a:focus {
  color: #333333;
  cursor: pointer;
  outline: none;
  text-decoration: none; }

a:hover {
  color: #666; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

body {
  min-width: 980px;
  min-height: 680px;
  color: #333333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%; }

a.btn {
  position: relative;
  display: inline-block; }
  a.btn img {
    position: relative;
    top: 0;
    left: 0; }

#con-header {
  position: fixed;
  width: 100%;
  min-width: 980px;
  height: 138px;
  background: url("../img/common/h_bg.png") center top no-repeat;
  background-size: 100% 100%;
  z-index: 100; }
  #con-header h1 {
    width: 372px;
    padding-top: 22px;
    padding-right: 98px;
    margin: 0 auto; }
  #con-header .weather {
    display: none;
    position: absolute;
    top: 20px;
    left: 35px;
    padding: 8px 0;
    padding-right: 50px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.08em;
    color: #FFF;
    background: url("../img/common/weather_clouds.png") right center no-repeat; }
  #con-header .weather.clear,
  #con-header .weather.icon01,
  #con-header .weather.icon02,
  #con-header .weather.icon10 {
    background: url("../img/common/weather_clear.png") right center no-repeat; }
  #con-header .weather.clouds,
  #con-header .weather.icon03,
  #con-header .weather.icon04 {
    background: url("../img/common/weather_clouds.png") right center no-repeat; }
  #con-header .weather.rain,
  #con-header .weather.icon09,
  #con-header .weather.icon11 {
    background: url("../img/common/weather_rain.png") right center no-repeat; }
  #con-header .weather.snow,
  #con-header .weather.icon13 {
    background: url("../img/common/weather_snow.png") right center no-repeat; }

#con-nav {
  position: fixed;
  width: 100%;
  min-width: 980px;
  z-index: 100; }
  #con-nav canvas {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 0; }
  #con-nav nav {
    position: absolute;
    top: 18px;
    right: 20px;
    *zoom: 1;
    width: 275px;
    z-index: 1000; }
  #con-nav nav:after {
    content: "";
    display: table;
    clear: both; }
  #con-nav nav a {
    display: block;
    float: left;
    margin-left: 14px; }
  #con-nav nav a.close {
    display: none; }
  #con-nav nav.open a.menu {
    display: none; }
  #con-nav nav.open a.close {
    display: block; }
  #con-nav > div {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    min-height: 700px;
    background: #0066b5; }
  #con-nav > div ul {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 980px;
    margin-top: -300px;
    margin-left: -490px;
    *zoom: 1; }
  #con-nav > div ul:after {
    content: "";
    display: table;
    clear: both; }
  #con-nav > div ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    opacity: 0; }
  #con-nav > div ul li:nth-of-type(n + 4) {
    margin-right: 29px; }
  #con-nav > div ul li:nth-of-type(3),
  #con-nav > div ul li:nth-of-type(6) {
    margin-right: 0; }
  #con-nav > div ul li:nth-of-type(4) {
    margin-left: 126px; }
  #con-nav > div ul li a {
    position: relative;
    display: block; }
  #con-nav > div ul li a img {
    position: relative;
    top: 0;
    left: 0; }
  #con-nav > div div.link {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 980px;
    margin-top: 208px;
    margin-left: -490px;
    padding-top: 40px;
    text-align: center;
    border-top: solid 1px #FFF; }
  #con-nav > div div.link a {
    display: inline-block;
    margin: 0 16px;
    font-size: 14px;
    color: #FFF; }
  #con-nav > div div.link a:hover {
    opacity: 0.9; }

/** /#con-nav */
@-moz-keyframes wave_anim {
  0% {
    background-position: 1250px 0; }
  100% {
    background-position: 0 0; } }

@-webkit-keyframes wave_anim {
  0% {
    background-position: 1250px 0; }
  100% {
    background-position: 0 0; } }

@keyframes wave_anim {
  0% {
    background-position: 1250px 0; }
  100% {
    background-position: 0 0; } }

#contents {
  padding-top: 80px;
  position: relative; }
  #contents > header.page-header {
    position: relative;
    width: 100%;
    height: 500px;
    color: #000; }
  #contents > header.page-header.image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  #contents > header.page-header > div {
    height: 360px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  #contents > header.page-header > h2 {
    position: relative;
    width: 100%;
    height: 140px;
    padding-top: 42px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center 82px;
    background-repeat: no-repeat;
    background-color: #e8f3f8; }
  #contents > section {
    position: relative; }
  #contents > section .inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
    *zoom: 1; }
  #contents > section .inner:after {
    content: "";
    display: table;
    clear: both; }
  #contents > section h3.title {
    padding-bottom: 20px;
    margin-bottom: 44px;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 28px;
    font-weight: bold; }
  #contents > section.introduction {
    padding-top: 136px; }
  #contents > section.introduction > header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 180px;
    background-repeat: repeat-x;
    background-position: 1250px 0;
    -moz-animation: wave_anim 10s linear infinite;
    -webkit-animation: wave_anim 10s linear infinite;
    animation: wave_anim 10s linear infinite; }
  #contents > section.introduction > header h2 {
    position: relative;
    text-indent: -9999px;
    width: 100%;
    height: 136px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center; }
  #contents > section.introduction > div {
    width: 100%;
    padding-bottom: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  #contents > section.introduction > div > p {
    text-align: center; }
  #contents > section.introduction > div > p.copy {
    padding: 96px 0 42px; }
  #contents > section.introduction > div > p.text {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 0.07em;
    -moz-transform: scaleX(0.9);
    -ms-transform: scaleX(0.9);
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9); }
  #contents > section span.anim {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%; }

/** /#contents */
#access {
  position: relative;
  width: 100%;
  height: 538px;
  /** / > nav */ }
  #access .map {
    position: relative;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 0; }
  #access .about {
    position: absolute;
    left: 50%;
    top: 36px;
    margin-left: 170px;
    width: 320px;
    padding-top: 203px;
    background: url("../img/common/access_pic.jpg") 10px 10px no-repeat #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 10; }
  #access .about address {
    padding-left: 25px; }
  #access .about address p {
    padding-top: 16px;
    font-size: 14px;
    line-height: 1.3; }
  #access .about address dl {
    padding-top: 22px;
    padding-bottom: 16px;
    overflow: hidden;
    *zoom: 1; }
  #access .about address dl dt {
    float: left;
    width: 50px;
    padding-top: 2px;
    font-size: 15px;
    font-weight: bold; }
  #access .about address dl dd {
    float: left;
    width: 240px;
    margin-bottom: 16px; }
  #access .about address dl strong.tel {
    display: block;
    font-size: 24px;
    margin-top: -5px;
    margin-bottom: 3px;
    color: #0068b7; }
  #access .about address dl span {
    display: inline-block;
    margin-left: -4px;
    font-size: 12px; }
  #access .about address dl a.mail {
    color: #0068b7;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline; }
  #access .about address dl a.mail:hover {
    text-decoration: none; }
  #access .about nav {
    overflow: hidden;
    *zoom: 1;
    width: 320px;
    height: 54px;
    background: url("../img/common/access_btn_bg.png") 0 0 no-repeat;
    overflow: hidden;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  #access .about nav a {
    float: left;
    display: block;
    width: 160px;
    height: 54px; }
  #access .about nav a span {
    display: block;
    width: 160px;
    height: 54px;
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all; }
  #access .about nav a:hover span {
    opacity: 0; }
  #access .about nav a.access span {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-image: url(../img/common/access_btn_access.png); }
  #access .about nav a.gmap span {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url(../img/common/access_btn_gmap.png); }
  #access > nav {
    width: 100%;
    height: 538px;
    background: url("../img/common/f_bg.jpg") center bottom no-repeat;
    background-size: cover;
    /**
    ul:nth-of-type(2) {
      width: 344px;
      
      li:nth-of-type(1) {
        background-image: url("../img/common/f_icn_info.png");
      }
      li:nth-of-type(2) {
        background-image: url("../img/common/f_icn_newsevent.png");
      }
      li:nth-of-type(3) {
        background-image: url("../img/common/f_icn_access.png");
      }
      li:nth-of-type(4) {
        background-image: url("../img/common/f_icn_online.png");
      }
      li:nth-of-type(5) {
        background-image: url("../img/common/f_icn_shop.png");
      }
    }
    */ }
    #access > nav div {
      position: relative;
      width: 980px;
      padding-top: 64px;
      margin: 0 auto;
      *zoom: 1; }
      #access > nav div:after {
        content: "";
        display: table;
        clear: both; }
    #access > nav ul {
      float: left; }
      #access > nav ul li {
        padding-left: 26px;
        margin-bottom: 16px;
        background-position: left center;
        background-repeat: no-repeat; }
    #access > nav ul:nth-of-type(1) {
      width: 344px; }
      #access > nav ul:nth-of-type(1) li:nth-of-type(1) {
        background-image: url("../img/common/f_icn_home.png"); }
      #access > nav ul:nth-of-type(1) li:nth-of-type(2) {
        background-image: url("../img/common/f_icn_food.png"); }
      #access > nav ul:nth-of-type(1) li:nth-of-type(3) {
        background-image: url("../img/common/f_icn_play.png"); }
      #access > nav ul:nth-of-type(1) li:nth-of-type(4) {
        background-image: url("../img/common/f_icn_shopping.png"); }
      #access > nav ul:nth-of-type(1) li:nth-of-type(5) {
        background-image: url("../img/common/f_icn_info.png"); }
      #access > nav ul:nth-of-type(1) li:nth-of-type(6) {
        background-image: url("../img/common/f_icn_newsevent.png"); }
      #access > nav ul:nth-of-type(1) li:nth-of-type(7) {
        background-image: url("../img/common/f_icn_access.png"); }
      #access > nav ul:nth-of-type(1) li:nth-of-type(8) {
        background-image: url("../img/common/f_icn_online.png"); }
      #access > nav ul:nth-of-type(1) li:nth-of-type(9) {
        background-image: url("../img/common/f_icn_shop.png"); }
    #access > nav ul:nth-of-type(2) {
      width: 250px; }
      #access > nav ul:nth-of-type(2) li:nth-of-type(1) {
        background-image: url("../img/common/f_icn_fb.png"); }
      #access > nav ul:nth-of-type(2) li:nth-of-type(2) {
        background-image: url("../img/common/f_icn_insta.png"); }
      #access > nav ul:nth-of-type(2) li:nth-of-type(3) {
        background-image: url("../img/common/f_icn_tw.png"); }
      #access > nav ul:nth-of-type(2) li:nth-of-type(4),
      #access > nav ul:nth-of-type(2) li:nth-of-type(5) {
        background-image: url("../img/common/f_icn_privacy.png"); }
    #access > nav ul:nth-of-type(3) li {
      background-image: url("../img/common/f_icn_privacy.png"); }
    #access > nav a {
      display: inline-block;
      padding: 2px 0;
      font-size: 14px; }
      #access > nav a:hover {
        color: #0068b7; }

/** /#access */
#con-footer {
  position: relative;
  /** / > nav */
  /** / > div */ }
  #con-footer .tripadvisor {
    position: relative;
    margin: auto;
    padding: 0; }
    #con-footer .tripadvisor .badges {
      display: flex;
      justify-content: center;
      width: 960px;
      margin: auto; }
      #con-footer .tripadvisor .badges li {
        background: none;
        padding: 0; }
  #con-footer > nav {
    width: 100%;
    height: 300px;
    background: url("../img/common/f_bg.jpg") center bottom no-repeat;
    background-size: cover; }
    #con-footer > nav div {
      position: relative;
      width: 980px;
      padding-top: 64px;
      margin: 0 auto;
      *zoom: 1; }
      #con-footer > nav div:after {
        content: "";
        display: table;
        clear: both; }
    #con-footer > nav ul {
      float: left; }
      #con-footer > nav ul li {
        padding-left: 26px;
        margin-bottom: 16px;
        background-position: left center;
        background-repeat: no-repeat; }
    #con-footer > nav ul:nth-of-type(1) {
      width: 190px; }
      #con-footer > nav ul:nth-of-type(1) li:nth-of-type(1) {
        background-image: url("../img/common/f_icn_home.png"); }
      #con-footer > nav ul:nth-of-type(1) li:nth-of-type(2) {
        background-image: url("../img/common/f_icn_food.png"); }
      #con-footer > nav ul:nth-of-type(1) li:nth-of-type(3) {
        background-image: url("../img/common/f_icn_play.png"); }
      #con-footer > nav ul:nth-of-type(1) li:nth-of-type(4) {
        background-image: url("../img/common/f_icn_shopping.png"); }
    #con-footer > nav ul:nth-of-type(2) {
      width: 344px; }
      #con-footer > nav ul:nth-of-type(2) li:nth-of-type(1) {
        background-image: url("../img/common/f_icn_info.png"); }
      #con-footer > nav ul:nth-of-type(2) li:nth-of-type(2) {
        background-image: url("../img/common/f_icn_newsevent.png"); }
      #con-footer > nav ul:nth-of-type(2) li:nth-of-type(3) {
        background-image: url("../img/common/f_icn_access.png"); }
      #con-footer > nav ul:nth-of-type(2) li:nth-of-type(4) {
        background-image: url("../img/common/f_icn_online.png"); }
      #con-footer > nav ul:nth-of-type(2) li:nth-of-type(5) {
        background-image: url("../img/common/f_icn_shop.png"); }
    #con-footer > nav ul:nth-of-type(3) {
      width: 250px; }
      #con-footer > nav ul:nth-of-type(3) li:nth-of-type(1) {
        background-image: url("../img/common/f_icn_fb.png"); }
      #con-footer > nav ul:nth-of-type(3) li:nth-of-type(2) {
        background-image: url("../img/common/f_icn_insta.png"); }
      #con-footer > nav ul:nth-of-type(3) li:nth-of-type(3) {
        background-image: url("../img/common/f_icn_tw.png"); }
    #con-footer > nav ul:nth-of-type(4) li {
      background-image: url("../img/common/f_icn_privacy.png"); }
    #con-footer > nav a {
      display: inline-block;
      padding: 2px 0;
      font-size: 14px; }
      #con-footer > nav a:hover {
        color: #0068b7; }
  #con-footer > div {
    position: relative;
    background: #0068b7;
    text-align: center;
    padding-top: 30px; }
    #con-footer > div .otherNav {
      text-align: center; }
      #con-footer > div .otherNav li {
        display: inline-block;
        padding-left: 26px;
        padding-right: 26px;
        margin-bottom: 16px;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url("../img/common/f_icn_privacy-fff.png"); }
        #con-footer > div .otherNav li a {
          color: #fff;
          font-size: 14px; }
    #con-footer > div p.copyright {
      padding-bottom: 30px; }
    #con-footer > div p.pagetop {
      position: absolute;
      top: 18px;
      right: 66px; }
      #con-footer > div p.pagetop a {
        display: block;
        width: 40px;
        height: 40px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }

/** /#con-footer  */
