@charset "UTF-8";
/*
Theme Name: wv2021+
Theme URI: https://wood-vibration.com
Description: WordPress responsive theme for multi devices.
Version: 1.0
Author: Wood Vibration
Author URI: https://wood-vibration.com
Tags: responsive design
*/
/*------------------------------------------------

    web font
*/
@font-face {
  font-family: 'Marion';
  font-weight: 400;
  font-style: normal;
  src: url("font/Marion-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Marion';
  font-weight: 700;
  font-style: normal;
  src: url("font/Marion-Bold.woff") format("woff");
  font-display: swap;
}
/*------------------------------------------------

    initialize
*/
html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #00693e;
  font: 400 4.27vw/1.6 "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
@media (min-width: 640px) {
  html, body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

section {
  display: block;
  position: relative;
}

* {
  outline: none;
}

strong {
  font-weight: 700;
}

.marion-font {
  font-family: 'Marion';
}

.container {
  padding-left: 2.67vw;
  padding-right: 2.67vw;
}

@media (min-width: 640px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 97.65625%;
    max-width: 1000px;
    padding: 0;
  }
}
/*------------------------------------------------

    header
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  background: #00693e;
  z-index: 1000;
}
@media (min-width: 640px) {
  header {
    height: 80px;
  }
}
header .container {
  height: 100%;
}
header .logo {
  width: 27.73vw;
  height: 9.87vw;
  background: url("images/logo_w.svg") center center no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  header .logo {
    width: 160px;
    height: 58px;
  }
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header a.btn {
  display: block;
  width: 26.67vw;
  height: 8vw;
  line-height: 7.47vw;
  background: #FEF13D;
  border-radius: 4vw;
  margin-left: auto;
  margin-right: 5.33vw;
  font-size: .75rem;
  font-weight: 700;
  text-align: center;
  transition: transform .4s;
}
@media (min-width: 640px) {
  header a.btn {
    width: 150px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    margin-right: 40px;
    font-size: 16px;
  }
}
header a.btn:hover {
  transform: scale(1.1, 1.1);
}
header .hamburger {
  width: 9.07vw;
  height: 9.07vw;
}
@media (min-width: 640px) {
  header .hamburger {
    width: 34px;
    height: 34px;
    cursor: pointer;
  }
}
header .hamburger img {
  width: 100%;
}
header nav {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background: #E5F0EB;
  border: 1px solid #B3D2C5;
  z-index: 9999;
  transition: right .4s;
}
@media (min-width: 640px) {
  header nav {
    right: -36.62vw;
    width: 36.62vw;
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  header nav {
    right: -375px;
    width: 375px;
  }
}
header nav.active {
  right: 0;
}
header nav .menulogo {
  width: 42.67vw;
  height: 15.47vw;
  background: url("images/logo_g.svg") center center no-repeat;
  background-size: contain;
  margin: 10.67vw auto 0;
}
@media (min-width: 640px) {
  header nav .menulogo {
    width: 160px;
    height: 58px;
    margin-top: 40px;
  }
}
header nav .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 10.67vw;
  height: 10.67vw;
}
@media (min-width: 640px) {
  header nav .close {
    cursor: pointer;
    width: 3.91vw;
    height: 3.91vw;
  }
}
@media (min-width: 1024px) {
  header nav .close {
    width: 40px;
    height: 40px;
  }
}
header nav .close::before {
  content: "×";
  position: absolute;
  top: 1.07vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 5.33vw;
  height: 7.73vw;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  header nav .close::before {
    cursor: pointer;
    top: .39vw;
    width: 1.95vw;
    height: 2.83vw;
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  header nav .close::before {
    top: 4px;
    width: 20px;
    height: 29px;
    font-size: 20px;
  }
}
header nav > ul {
  margin-top: 8vw;
  padding-left: 10.67vw;
}
@media (min-width: 640px) {
  header nav > ul {
    margin-top: 4.88vw;
    padding-left: 3.91vw;
  }
}
@media (min-width: 1024px) {
  header nav > ul {
    margin-top: 50px;
    padding-left: 40px;
  }
}
header nav > ul > li {
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  header nav > ul > li {
    margin-top: 1.95vw;
  }
}
@media (min-width: 1024px) {
  header nav > ul > li {
    margin-top: 20px;
  }
}
header nav > ul > li > a {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 640px) {
  header nav > ul > li > a {
    font-size: 2.93vw;
  }
}
@media (min-width: 1024px) {
  header nav > ul > li > a {
    font-size: 30px;
  }
}
header nav > ul > li > a span {
  font-size: .875rem;
  font-weight: 500;
}
@media (min-width: 640px) {
  header nav > ul > li > a span {
    font-size: 1.37vw;
  }
}
@media (min-width: 1024px) {
  header nav > ul > li > a span {
    font-size: 14px;
  }
}
header nav > ul > li > ul > li {
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  header nav > ul > li > ul > li {
    margin-top: 1.95vw;
  }
}
@media (min-width: 1024px) {
  header nav > ul > li > ul > li {
    margin-top: 20px;
  }
}
header nav > ul > li > ul > li > a {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 640px) {
  header nav > ul > li > ul > li > a {
    font-size: 2.93vw;
  }
}
@media (min-width: 1024px) {
  header nav > ul > li > ul > li > a {
    font-size: 30px;
  }
}
header nav > ul > li > ul > li > a span {
  font-size: .875rem;
  font-weight: 500;
}
@media (min-width: 640px) {
  header nav > ul > li > ul > li > a span {
    font-size: 1.37vw;
  }
}
@media (min-width: 1024px) {
  header nav > ul > li > ul > li > a span {
    font-size: 14px;
  }
}

/*------------------------------------------------

    page
*/
.page {
  margin: 16vw 0;
  min-height: 100vh;
  /*
    page-top.php
  */
  /*
    page-outline.php
  */
  /*
    page-access.php
  */
  /*
    page-accommodations.php
  */
}
@media (min-width: 640px) {
  .page {
    margin: 80px 0 120px;
  }
}
.page .sectiontitle {
  color: #00693e;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.page .sectiontitle span {
  display: block;
  font-size: .875rem;
  font-weight: 400;
}
.page .sectiontitle::before {
  content: "";
  position: absolute;
  top: -2.67vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 8vw;
  height: .8vw;
  background: #00693e;
}
@media (min-width: 640px) {
  .page .sectiontitle::before {
    top: -20px;
    width: 30px;
    height: 3px;
  }
}
.page#page-top #keyvisual {
  width: 100%;
  height: 100vw;
}
@media (min-width: 640px) {
  .page#page-top #keyvisual {
    height: 38.2421875vw;
  }
}
.page#page-top #notice {
  margin-top: 8vw;
  border: 4px double #d00;
  padding: 8vw;
  color: #d00;
  font-weight: bold;
}
@media (min-width: 640px) {
  .page#page-top #notice {
    margin-top: 60px;
    padding: 30px;
  }
}
.page#page-top #notice h2 {
  font-size: 1.25rem;
  text-align: center;
}
@media (min-width: 640px) {
  .page#page-top #notice h2 {
    font-size: 20px;
  }
}
.page#page-top #notice p {
  margin-top: 5.33vw;
  font-size: 1rem;
  text-align: justify;
}
@media (min-width: 640px) {
  .page#page-top #notice p {
    margin-top: 20px;
    font-size: 16px;
  }
}
.page#page-top #lineaccount {
  margin-top: 8vw;
  border: 1px solid #00693E;
  padding: 8vw;
}
@media (min-width: 640px) {
  .page#page-top #lineaccount {
    margin-top: 60px;
    padding: 30px;
  }
}
.page#page-top #lineaccount img {
  width: 100%;
  max-width: 295px;
}
.page#page-top #lineaccount p {
  margin-top: 5.33vw;
  font-size: .875rem;
}
@media (min-width: 640px) {
  .page#page-top #lineaccount p {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }
}
.page#page-top #lineaccount a {
  text-decoration: underline;
}
.page#page-top #lineaccount a:hover {
  text-decoration: none;
}
.page#page-top #outline {
  margin-top: 18.67vw;
}
@media (min-width: 640px) {
  .page#page-top #outline {
    margin-top: 140px;
  }
}
.page#page-top #outline .wrapper {
  background: #A7F000;
  width: 100%;
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  .page#page-top #outline .wrapper {
    margin-top: 50px;
  }
}
.page#page-top #outline a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.125rem;
}
@media (min-width: 640px) {
  .page#page-top #outline a {
    font-size: 2.93vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #outline a {
    font-size: 30px;
  }
}
.page#page-top #outline a span {
  display: block;
  font-weight: 400;
  font-size: .75rem;
}
@media (min-width: 640px) {
  .page#page-top #outline a span {
    font-size: 1.76vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #outline a span {
    font-size: 18px;
  }
}
.page#page-top #outline .inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .page#page-top #outline .inner {
    width: 97.65625%;
    max-width: 1000px;
  }
}
.page#page-top #outline .inner a {
  background: #A7F000;
  transition: background .4s;
}
.page#page-top #outline .inner a::after {
  transition: transform .4s;
}
.page#page-top #outline .inner a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.page#page-top #outline .inner a:hover::after {
  transform: translateX(1.33vw);
}
@media (min-width: 640px) {
  .page#page-top #outline .inner a:hover::after {
    transform: translateX(0.98vw);
  }
}
@media (min-width: 1024px) {
  .page#page-top #outline .inner a:hover::after {
    transform: translateX(10px);
  }
}
.page#page-top #outline .inner > li:nth-child(1) {
  height: 21.33vw;
}
@media (min-width: 640px) {
  .page#page-top #outline .inner > li:nth-child(1) {
    width: 36%;
    height: 25.4vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #outline .inner > li:nth-child(1) {
    width: 360px;
    height: 260px;
  }
}
.page#page-top #outline .inner > li:nth-child(1) a {
  position: relative;
  border-bottom: 2px solid #fff;
  padding-top: 6vw;
}
@media (min-width: 640px) {
  .page#page-top #outline .inner > li:nth-child(1) a {
    border-left: 2px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
    padding-top: 9.77vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #outline .inner > li:nth-child(1) a {
    padding-top: 100px;
  }
}
.page#page-top #outline .inner > li:nth-child(1) a::after {
  content: "\f054";
  font-family: "Fontawesome";
  color: #fff;
  font-size: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.67vw;
  margin: auto;
}
@media (min-width: 640px) {
  .page#page-top #outline .inner > li:nth-child(1) a::after {
    font-size: 2.34vw;
    height: 2.34vw;
    right: 3.91vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #outline .inner > li:nth-child(1) a::after {
    font-size: 24px;
    height: 24px;
    right: 40px;
  }
}
@media (min-width: 640px) {
  .page#page-top #outline .inner > li:nth-child(2) {
    width: 64%;
  }
}
@media (min-width: 1024px) {
  .page#page-top #outline .inner > li:nth-child(2) {
    width: 640px;
  }
}
.page#page-top #outline .inner > li:nth-child(2) li {
  width: 50%;
  height: 21.33vw;
}
@media (min-width: 640px) {
  .page#page-top #outline .inner > li:nth-child(2) li {
    width: 50%;
    height: 12.7vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #outline .inner > li:nth-child(2) li {
    width: 320px;
    height: 130px;
  }
}
.page#page-top #outline .inner > li:nth-child(2) li a {
  position: relative;
  padding-top: 6vw;
}
@media (min-width: 640px) {
  .page#page-top #outline .inner > li:nth-child(2) li a {
    padding-top: 3.91vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #outline .inner > li:nth-child(2) li a {
    padding-top: 40px;
  }
}
.page#page-top #outline .inner > li:nth-child(2) li a::after {
  content: "\f054";
  font-family: "Fontawesome";
  color: #fff;
  font-size: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.67vw;
  margin: auto;
}
@media (min-width: 640px) {
  .page#page-top #outline .inner > li:nth-child(2) li a::after {
    font-size: 2.34vw;
    height: 2.34vw;
    right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #outline .inner > li:nth-child(2) li a::after {
    font-size: 24px;
    height: 24px;
    right: 20px;
  }
}
.page#page-top #outline .inner > li:nth-child(2) li:nth-child(1) a {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 640px) {
  .page#page-top #outline .inner > li:nth-child(2) li:nth-child(1) a {
    border-left: 1px solid #fff;
  }
}
.page#page-top #outline .inner > li:nth-child(2) li:nth-child(2) a {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 640px) {
  .page#page-top #outline .inner > li:nth-child(2) li:nth-child(2) a {
    border-right: 2px solid #fff;
  }
}
.page#page-top #outline .inner > li:nth-child(2) li:nth-child(3) a {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (min-width: 640px) {
  .page#page-top #outline .inner > li:nth-child(2) li:nth-child(3) a {
    border-left: 1px solid #fff;
  }
}
.page#page-top #outline .inner > li:nth-child(2) li:nth-child(4) a {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media (min-width: 640px) {
  .page#page-top #outline .inner > li:nth-child(2) li:nth-child(4) a {
    border-right: 2px solid #fff;
  }
}
.page#page-top #banner img {
  margin-top: 8vw;
}
@media (min-width: 640px) {
  .page#page-top #banner img {
    margin-top: 5.86vw;
    width: 45.9vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #banner img {
    margin-top: 60px;
    width: 470px;
  }
}
.page#page-top #banner a {
  opacity: 1;
  transition: opacity .4s;
}
.page#page-top #banner a:hover {
  opacity: .7;
}
.page#page-top #news {
  margin-top: 18.67vw;
}
@media (min-width: 640px) {
  .page#page-top #news {
    margin-top: 140px;
  }
}
.page#page-top #news li {
  position: relative;
  margin-top: 8vw;
  width: 100%;
  height: 0;
  padding-bottom: 136vw;
  border: 1px solid #00693E;
  overflow: hidden;
}
@media (min-width: 640px) {
  .page#page-top #news li {
    margin: 4.88vw 2.93vw 0;
    width: 34.18vw;
    padding-bottom: 49.8vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #news li {
    margin: 60px 30px 0;
    width: 350px;
    padding-bottom: 510px;
  }
}
.page#page-top #news li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page#page-top #instagramapi {
  margin-top: 8vw;
}
@media (min-width: 640px) {
  .page#page-top #instagramapi {
    margin-top: 60px;
  }
}
.page#page-top #instagramapi li {
  margin-top: 1.33vw;
  width: 30.67vw;
  height: 30.67vw;
  overflow: hidden;
}
@media (min-width: 640px) {
  .page#page-top #instagramapi li {
    margin-top: .98vw;
    width: 15.63vw;
    height: 15.63vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #instagramapi li {
    margin-top: 10px;
    width: 160px;
    height: 160px;
  }
}
.page#page-top #snsaccount {
  margin-top: 18.67vw;
}
@media (min-width: 640px) {
  .page#page-top #snsaccount {
    margin-top: 140px;
  }
}
.page#page-top #snsaccount p {
  font-size: .875rem;
  text-align: center;
  margin-top: 4vw;
}
@media (min-width: 640px) {
  .page#page-top #snsaccount p {
    font-size: 14px;
    margin-top: 45px;
  }
}
.page#page-top #snsaccount ul {
  background: #F1F6F4;
  margin-top: 8vw;
}
@media (min-width: 640px) {
  .page#page-top #snsaccount ul {
    margin-top: 60px;
  }
}
.page#page-top #snsaccount a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-top: 10.13vw;
}
@media (min-width: 640px) {
  .page#page-top #snsaccount a {
    padding-top: 4.88vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #snsaccount a {
    padding-top: 50px;
  }
}
.page#page-top #snsaccount img {
  height: 13.33vw;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .page#page-top #snsaccount img {
    height: 5.86vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #snsaccount img {
    height: 60px;
  }
}
.page#page-top #snsaccount li {
  width: 33.33vw;
  height: 33.33vw;
}
@media (min-width: 640px) {
  .page#page-top #snsaccount li {
    width: 15.625vw;
    height: 15.625vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #snsaccount li {
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 640px) {
  .page#page-top #snsaccount li:nth-child(1) {
    width: 19.53125vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #snsaccount li:nth-child(1) {
    width: 200px;
  }
}
.page#page-top #snsaccount li:nth-child(1) a {
  border-left-width: 0;
  border-bottom: 1px solid #fff;
  padding-top: 11.73vw;
}
@media (min-width: 640px) {
  .page#page-top #snsaccount li:nth-child(1) a {
    border-left-width: 2px;
    border-bottom: none;
    padding-top: 4.88vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #snsaccount li:nth-child(1) a {
    padding-top: 50px;
  }
}
.page#page-top #snsaccount li:nth-child(1) img {
  height: 10.13vw;
}
@media (min-width: 640px) {
  .page#page-top #snsaccount li:nth-child(1) img {
    height: 5.86vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #snsaccount li:nth-child(1) img {
    height: 60px;
  }
}
.page#page-top #snsaccount li:nth-child(2) a {
  border-bottom: 1px solid #fff;
}
@media (min-width: 640px) {
  .page#page-top #snsaccount li:nth-child(2) a {
    border-bottom: none;
  }
}
.page#page-top #snsaccount li:nth-child(3) a {
  border-right-width: 0;
  border-bottom: 1px solid #fff;
}
@media (min-width: 640px) {
  .page#page-top #snsaccount li:nth-child(3) a {
    border-right-width: 1px;
    border-bottom: none;
  }
}
.page#page-top #snsaccount li:nth-child(4) a {
  border-top: 1px solid #fff;
  border-left-width: 0;
}
@media (min-width: 640px) {
  .page#page-top #snsaccount li:nth-child(4) a {
    border-top: none;
    border-left-width: 0;
  }
}
.page#page-top #snsaccount li:nth-child(5) a {
  border-top: 1px solid #fff;
}
@media (min-width: 640px) {
  .page#page-top #snsaccount li:nth-child(5) a {
    border-top: none;
  }
}
.page#page-top #snsaccount li:nth-child(6) a {
  border-top: 1px solid #fff;
  border-right-width: 0;
}
@media (min-width: 640px) {
  .page#page-top #snsaccount li:nth-child(6) a {
    border-top: none;
    border-right-width: 2px;
  }
}
.page#page-top #attention li {
  background: #00693E;
  margin-top: 8vw;
  color: #fff;
  padding: 5.33vw 4vw 8vw;
}
@media (min-width: 640px) {
  .page#page-top #attention li {
    margin-top: 120px;
    width: 47%;
    padding: 1.95vw 3.91vw 3.91vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #attention li {
    padding: 20px 40px 40px;
  }
}
.page#page-top #attention h3 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 640px) {
  .page#page-top #attention h3 {
    font-size: 2.34vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #attention h3 {
    font-size: 24px;
  }
}
.page#page-top #attention p {
  margin-top: 5.33vw;
  font-size: .875rem;
  text-align: justify;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 640px) {
  .page#page-top #attention p {
    margin-top: 1.95vw;
    font-size: 1.37vw;
  }
}
@media (min-width: 640px) {
  .page#page-top #attention p {
    margin-top: 20px;
    font-size: 14px;
  }
}
.page#page-top #attention p::before {
  content: "\f0da";
  font-family: "Fontawesome";
  display: inline-block;
  width: 1em;
  padding-left: 1em;
}
.page#page-top #supporter {
  margin-top: 18.67vw;
}
@media (min-width: 640px) {
  .page#page-top #supporter {
    margin-top: 140px;
  }
}
.page#page-top #supporter ul {
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  .page#page-top #supporter ul {
    margin-top: 4.88vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #supporter ul {
    margin-top: 50px;
  }
}
.page#page-top #supporter li {
  position: relative;
  background: #F1F6F4;
  margin-top: 2.67vw;
  padding: 2.67vw;
}
@media (min-width: 640px) {
  .page#page-top #supporter li {
    width: 32%;
    margin-top: 1.95vw;
    padding: .98vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #supporter li {
    margin-top: 20px;
    padding: 10px;
  }
}
.page#page-top #supporter li.dummy {
  background: #fff;
}
.page#page-top #supporter h5 {
  font-size: 1.125rem;
  font-weight: 700;
  width: 93.33%;
}
.page#page-top #supporter p {
  font-size: .875rem;
  margin-top: .3125rem;
}
.page#page-top #supporter a.linkurl {
  position: absolute;
  top: 1.33vw;
  right: 1.33vw;
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .page#page-top #supporter a.linkurl {
    top: .49vw;
    right: .49vw;
  }
}
@media (min-width: 1024px) {
  .page#page-top #supporter a.linkurl {
    top: 5px;
    right: 5px;
  }
}
.page#page-outline {
  text-align: justify;
}
.page#page-outline #outline {
  padding-top: 21.33vw;
}
@media (min-width: 640px) {
  .page#page-outline #outline {
    padding-top: 140px;
  }
}
.page#page-outline #outline p.lead {
  margin-top: 8vw;
  font-size: .875rem;
}
@media (min-width: 640px) {
  .page#page-outline #outline p.lead {
    margin-top: 50px;
    font-size: 14px;
    line-height: 2;
  }
}
.page#page-outline #outline .wrapper {
  margin-top: 16vw;
  background: #F0EFEB;
  padding: 8vw 0;
}
@media (min-width: 640px) {
  .page#page-outline #outline .wrapper {
    margin-top: 170px;
    padding: 50px 0;
  }
}
.page#page-outline #outline img {
  width: 100%;
  position: relative;
}
@media (min-width: 640px) {
  .page#page-outline #outline img {
    width: 48.83vw;
    margin-top: -10.74vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #outline img {
    width: 500px;
    margin-top: -110px;
  }
}
.page#page-outline #outline .content dl {
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  .page#page-outline #outline .content dl {
    margin-top: 0;
  }
}
.page#page-outline #outline .content dt {
  color: #ABCD03;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .page#page-outline #outline .content dt {
    width: 9.77vw;
    font-size: 1.95vw;
    margin-top: .98vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #outline .content dt {
    width: 100px;
    font-size: 20px;
    margin-top: 10px;
  }
}
.page#page-outline #outline .content dd {
  font-size: 1.875rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .page#page-outline #outline .content dd {
    font-size: 2.93vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #outline .content dd {
    font-size: 30px;
  }
}
.page#page-outline #outline .content .large {
  font-size: 2.25rem;
}
@media (min-width: 640px) {
  .page#page-outline #outline .content .large {
    font-size: 3.52vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #outline .content .large {
    font-size: 36px;
  }
}
.page#page-outline #outline .content .small {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
  .page#page-outline #outline .content .small {
    font-size: 2.73vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #outline .content .small {
    font-size: 28px;
  }
}
.page#page-outline #outline .content aside {
  font-size: .875rem;
}
@media (min-width: 640px) {
  .page#page-outline #outline .content aside {
    font-size: 1.37vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #outline .content aside {
    font-size: 14px;
  }
}
.page#page-outline #outline .content a {
  position: relative;
  display: block;
  width: 50.67vw;
  height: 16vw;
  background: #fff;
  border: 1px solid #E84C95;
  color: #E84C95;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  margin: 2.67vw 0 0 8vw;
  padding: 3.2vw 5.33vw 0 0;
  transition: background .4s;
}
@media (min-width: 640px) {
  .page#page-outline #outline .content a {
    width: 18.55vw;
    height: 5.86vw;
    font-size: 1.76vw;
    margin: .98vw 0 0 2.93vw;
    padding: 1.17vw 1.95vw 0 0;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #outline .content a {
    width: 190px;
    height: 60px;
    font-size: 18px;
    margin: 10px 0 0 30px;
    padding: 12px 20px 0 0;
  }
}
.page#page-outline #outline .content a span {
  font-size: .75rem;
}
@media (min-width: 640px) {
  .page#page-outline #outline .content a span {
    font-size: 1.17vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #outline .content a span {
    font-size: 12px;
  }
}
.page#page-outline #outline .content a::after {
  content: "\f054";
  font-family: "Fontawesome";
  color: #E84C95;
  font-size: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.67vw;
  margin: auto;
  transition: transform .4s;
}
@media (min-width: 640px) {
  .page#page-outline #outline .content a::after {
    font-size: 1.76vw;
    height: 1.76vw;
    right: 1.95vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #outline .content a::after {
    font-size: 18px;
    height: 18px;
    right: 20px;
  }
}
.page#page-outline #outline .content a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.page#page-outline #outline .content a:hover::after {
  transform: translateX(1.33vw);
}
@media (min-width: 640px) {
  .page#page-outline #outline .content a:hover::after {
    transform: translateX(0.98vw);
  }
}
@media (min-width: 1024px) {
  .page#page-outline #outline .content a:hover::after {
    transform: translateX(10px);
  }
}
@media (min-width: 640px) {
  .page#page-outline #outline .content dl:nth-child(2) {
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #outline .content dl:nth-child(2) {
    margin-top: 30px;
  }
}
@media (min-width: 640px) {
  .page#page-outline #outline .content dl:nth-child(3) {
    margin-top: 2.93vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #outline .content dl:nth-child(3) {
    margin-top: 30px;
  }
}
.page#page-outline #artists, .page#page-outline #artisans {
  padding-top: 21.33vw;
  /*li:last-child {
    border-bottom: none;
  }*/
}
@media (min-width: 640px) {
  .page#page-outline #artists, .page#page-outline #artisans {
    padding-top: 140px;
  }
}
@media (min-width: 640px) {
  .page#page-outline #artists h3, .page#page-outline #artisans h3 {
    margin-bottom: 4.88vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #artists h3, .page#page-outline #artisans h3 {
    margin-bottom: 50px;
  }
}
.page#page-outline #artists li, .page#page-outline #artisans li {
  position: relative;
  margin-top: 8vw;
  padding-bottom: 8vw;
  border-bottom: 1.33vw solid #F1F6F4;
}
@media (min-width: 640px) {
  .page#page-outline #artists li, .page#page-outline #artisans li {
    margin-top: 2.93vw;
    padding-bottom: 2.93vw;
    border-bottom-width: .49vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #artists li, .page#page-outline #artisans li {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom-width: 5px;
  }
}
.page#page-outline #artists img, .page#page-outline #artisans img {
  width: 100%;
}
@media (min-width: 640px) {
  .page#page-outline #artists img, .page#page-outline #artisans img {
    width: 29.3vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #artists img, .page#page-outline #artisans img {
    width: 300px;
  }
}
.page#page-outline #artists .inner, .page#page-outline #artisans .inner {
  position: relative;
  width: 100%;
  padding-bottom: 13.33vw;
  box-sizing: content-box;
}
@media (min-width: 640px) {
  .page#page-outline #artists .inner, .page#page-outline #artisans .inner {
    width: 65.43vw;
    padding-bottom: 4.88vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #artists .inner, .page#page-outline #artisans .inner {
    width: 670px;
    padding-bottom: 50px;
  }
}
.page#page-outline #artists .inner::after, .page#page-outline #artisans .inner::after {
  content: "\f077";
  font-family: "Fontawesome";
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13.33vw;
  line-height: 3.3;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
@media (min-width: 640px) {
  .page#page-outline #artists .inner::after, .page#page-outline #artisans .inner::after {
    font-size: 2.34vw;
    height: 4.88vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #artists .inner::after, .page#page-outline #artisans .inner::after {
    font-size: 24px;
    height: 50px;
  }
}
.page#page-outline #artists .inner.hide, .page#page-outline #artisans .inner.hide {
  height: 60vw;
  overflow-y: hidden;
  padding-bottom: 0;
}
@media (min-width: 640px) {
  .page#page-outline #artists .inner.hide, .page#page-outline #artisans .inner.hide {
    height: 21.97vw;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #artists .inner.hide, .page#page-outline #artisans .inner.hide {
    height: 225px;
    padding-bottom: 0;
  }
}
.page#page-outline #artists .inner.hide::after, .page#page-outline #artisans .inner.hide::after {
  content: "\f078";
}
.page#page-outline #artists .inner.no-after, .page#page-outline #artisans .inner.no-after {
  height: auto !important;
}
.page#page-outline #artists .inner.no-after::after, .page#page-outline #artisans .inner.no-after::after {
  display: none !important;
}
.page#page-outline #artists .toggle, .page#page-outline #artisans .toggle {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 100%;
  height: 30px;
  cursor: pointer;
}
@media (min-width: 640px) {
  .page#page-outline #artists .toggle, .page#page-outline #artisans .toggle {
    width: 65.43vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #artists .toggle, .page#page-outline #artisans .toggle {
    width: 670px;
  }
}
.page#page-outline #artists h4, .page#page-outline #artisans h4 {
  margin-top: 5.33vw;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .page#page-outline #artists h4, .page#page-outline #artisans h4 {
    margin-top: 0;
    font-size: 20px;
  }
}
.page#page-outline #artists p, .page#page-outline #artisans p {
  font-size: .875rem;
  margin-top: 1em;
}
@media (min-width: 640px) {
  .page#page-outline #artists p, .page#page-outline #artisans p {
    font-size: 14px;
  }
}
.page#page-outline #artists a, .page#page-outline #artisans a {
  text-decoration: underline;
}
.page#page-outline #artists a:hover, .page#page-outline #artisans a:hover {
  text-decoration: none;
}
.page#page-outline #ticket {
  padding-top: 21.33vw;
}
@media (min-width: 640px) {
  .page#page-outline #ticket {
    padding-top: 140px;
  }
}
.page#page-outline #ticket ul {
  margin-top: 8vw;
  border-top: 1.33vw solid #F0EFEB;
}
@media (min-width: 640px) {
  .page#page-outline #ticket ul {
    margin-top: 4.88vw;
    border-top-width: .49vw;
    width: 78.13vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #ticket ul {
    margin-top: 50px;
    border-top-width: 5px;
    width: 800px;
  }
}
.page#page-outline #ticket li {
  margin: 8vw auto 0;
  border-bottom: 1.33vw solid #F0EFEB;
}
@media (min-width: 640px) {
  .page#page-outline #ticket li {
    margin-top: 3.91vw;
    padding: 0 4.88vw;
    border-bottom-width: .49vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #ticket li {
    margin-top: 40px;
    padding: 0 50px;
    border-bottom-width: 5px;
  }
}
.page#page-outline #ticket li:nth-child(1) {
  padding-bottom: 6.67vw;
}
@media (min-width: 640px) {
  .page#page-outline #ticket li:nth-child(1) {
    padding-bottom: 3.42vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #ticket li:nth-child(1) {
    padding-bottom: 35px;
  }
}
.page#page-outline #ticket li:nth-child(2) {
  padding-bottom: 9.33vw;
}
@media (min-width: 640px) {
  .page#page-outline #ticket li:nth-child(2) {
    padding-bottom: 4.39vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #ticket li:nth-child(2) {
    padding-bottom: 45px;
  }
}
.page#page-outline #ticket h4 {
  background: #FEF13D;
  height: 16vw;
  line-height: 15.47vw;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 4vw;
}
@media (min-width: 640px) {
  .page#page-outline #ticket h4 {
    height: 5.86vw;
    line-height: 5.66vw;
    font-size: 2.34vw;
    padding-left: 1.46vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #ticket h4 {
    height: 60px;
    line-height: 58px;
    font-size: 24px;
    padding-left: 15px;
  }
}
.page#page-outline #ticket h4 span {
  font-size: 1.125rem;
}
@media (min-width: 640px) {
  .page#page-outline #ticket h4 span {
    font-size: 1.76vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #ticket h4 span {
    font-size: 18px;
  }
}
.page#page-outline #ticket dl {
  margin-top: 5.33vw;
  padding-bottom: 8vw;
  border-bottom: 1px solid #CFD0D0;
}
@media (min-width: 640px) {
  .page#page-outline #ticket dl {
    margin: 2.93vw 0 0 auto;
    width: 64.45vw;
    padding-bottom: 4.39vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #ticket dl {
    margin-top: 30px;
    width: 660px;
    padding-bottom: 45px;
  }
}
.page#page-outline #ticket dl.noborder {
  border-bottom: none;
  padding-bottom: 0;
}
.page#page-outline #ticket dt {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .page#page-outline #ticket dt {
    width: 9.77vw;
    font-size: 1.95vw;
    margin-top: .2vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #ticket dt {
    width: 100px;
    font-size: 20px;
    margin-top: 2px;
  }
}
.page#page-outline #ticket dd {
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 2.67vw;
}
@media (min-width: 640px) {
  .page#page-outline #ticket dd {
    width: 51.76vw;
    font-size: 2.34vw;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #ticket dd {
    width: 530px;
    font-size: 24px;
  }
}
.page#page-outline #ticket dd .large {
  font-size: 1.875rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .page#page-outline #ticket dd .large {
    font-size: 2.93vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #ticket dd .large {
    font-size: 30px;
  }
}
.page#page-outline #ticket dd .small {
  font-size: .875rem;
  font-weight: 400;
}
@media (min-width: 640px) {
  .page#page-outline #ticket dd .small {
    font-size: 1.37vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #ticket dd .small {
    font-size: 14px;
  }
}
.page#page-outline #ticket dd .small.disc {
  padding-left: 1.2em;
  position: relative;
}
.page#page-outline #ticket dd .small.disc::before {
  content: "●";
  position: absolute;
  left: 0;
}
.page#page-outline #ticket a {
  display: block;
  width: 89.33vw;
  height: 13.33vw;
  line-height: 12.8vw;
  background: #E84C95;
  border-radius: 6.67vw;
  box-shadow: 0 1.33vw 0 0 #CFD0D0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 5.33vw;
  transition: transform .4s;
}
@media (min-width: 1024px) {
  .page#page-outline #ticket a {
    width: 500px;
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    box-shadow: 0 5px 0 0 #CFD0D0;
    font-size: 20px;
    margin-top: 20px;
  }
}
.page#page-outline #ticket a:hover {
  transform: scale(1.1);
}
.page#page-outline #timetable {
  padding-top: 21.33vw;
}
@media (min-width: 640px) {
  .page#page-outline #timetable {
    padding-top: 140px;
  }
}
.page#page-outline #timetable ul {
  margin-top: 8vw;
}
@media (min-width: 640px) {
  .page#page-outline #timetable ul {
    margin-top: 4.88vw;
    width: 78.13vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #timetable ul {
    margin-top: 50px;
    width: 800px;
  }
}
.page#page-outline #timetable li {
  background: #F0EFEB;
  margin-top: 1.33vw;
  padding: 4vw 0;
}
@media (min-width: 640px) {
  .page#page-outline #timetable li {
    margin-top: .49vw;
    padding: 1.46vw 0;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #timetable li {
    margin-top: 5px;
    padding: 15px 0;
  }
}
.page#page-outline #timetable .left {
  width: 16.8vw;
  color: #231815;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: right;
}
@media (min-width: 640px) {
  .page#page-outline #timetable .left {
    width: 17.09vw;
    height: 2.93vw;
    border-right: .49vw solid #fff;
    font-size: 1.76vw;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #timetable .left {
    width: 175px;
    height: 30px;
    border-right-width: 5px;
    font-size: 18px;
  }
}
.page#page-outline #timetable .right {
  width: 73.87vw;
  padding-right: 4vw;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 640px) {
  .page#page-outline #timetable .right {
    width: 55.18vw;
    padding-right: 0;
    font-size: 1.76vw;
  }
}
@media (min-width: 1024px) {
  .page#page-outline #timetable .right {
    width: 565px;
    font-size: 18px;
  }
}
.page#page-outline #timetable li:nth-child(1) {
  /*margin-top: 2.67vw;
  
  @include sm {
    margin-top: .98vw;
  }
  
  @include lg {
    margin-top: 10px;
  }*/
}
.page#page-outline #timetable li:nth-child(1) .right {
  padding-right: 0;
}
.page#page-access {
  text-align: justify;
  padding-top: 21.33vw;
}
@media (min-width: 640px) {
  .page#page-access {
    padding-top: 140px;
  }
}
.page#page-access .magenta {
  color: #E84C95;
}
.page#page-access p {
  font-size: .875rem;
}
@media (min-width: 640px) {
  .page#page-access p {
    margin-top: 1em;
    font-size: 1.37vw;
    line-height: 1.8;
  }
}
@media (min-width: 1024px) {
  .page#page-access p {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .page#page-access ul {
    margin-top: .875em;
  }
}
.page#page-access li {
  font-size: .875rem;
  padding-left: 1.2em;
  position: relative;
}
@media (min-width: 640px) {
  .page#page-access li {
    font-size: 1.37vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access li {
    font-size: 14px;
  }
}
.page#page-access li::before {
  content: "●";
  position: absolute;
  left: 0;
}
.page#page-access a {
  text-decoration: underline;
}
.page#page-access a:hover {
  text-decoration: none;
}
.page#page-access dt {
  color: #ABCD03;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .page#page-access dt {
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access dt {
    font-size: 20px;
  }
}
.page#page-access iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.33vw solid #fff;
}
@media (min-width: 640px) {
  .page#page-access iframe {
    border-width: .49vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access iframe {
    border-width: 5px;
  }
}
.page#page-access #place {
  background: #F0EFEB;
  margin-top: 18.67vw;
}
@media (min-width: 640px) {
  .page#page-access #place {
    margin-top: 10.74vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #place {
    margin-top: 110px;
  }
}
.page#page-access #place dl {
  position: relative;
}
.page#page-access #place dt {
  position: absolute;
  top: -10.67vw;
  left: 2.67vw;
}
@media (min-width: 640px) {
  .page#page-access #place dt {
    position: relative;
    top: 0;
    left: 0;
    width: 9.77vw;
    margin-top: -3.91vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #place dt {
    width: 100px;
    margin-top: -40px;
  }
}
.page#page-access #place dd {
  padding: 5.33vw 0 16vw;
}
@media (min-width: 640px) {
  .page#page-access #place dd {
    width: 35.16vw;
    padding: 2.93vw 0 10.74vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #place dd {
    width: 360px;
    padding: 30px 0 110px;
  }
}
.page#page-access #place h4 {
  font-size: 1.875rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .page#page-access #place h4 {
    font-size: 2.93vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #place h4 {
    font-size: 30px;
  }
}
.page#page-access #place aside {
  font-size: .875rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .page#page-access #place aside {
    font-size: 1.37vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #place aside {
    font-size: 14px;
  }
}
.page#page-access #place img {
  display: block;
  margin-top: 5.33vw;
  border: 1.33vw solid #fff;
}
@media (min-width: 640px) {
  .page#page-access #place img {
    position: absolute;
    top: -5.86vw;
    right: 0;
    margin-top: 0;
    width: 48.83vw;
    border-width: .49vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #place img {
    top: -60px;
    width: 500px;
    border-width: 5px;
  }
}
.page#page-access #place p {
  margin-top: 1em;
}
.page#page-access #placemap .wrap {
  position: relative;
  margin: -9vw 0 0 auto;
  width: 100%;
  padding-bottom: 71vw;
}
@media (min-width: 640px) {
  .page#page-access #placemap .wrap {
    margin-top: -5.86vw;
    width: 87.89vw;
    padding-bottom: 41.99vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #placemap .wrap {
    margin-top: -60px;
    width: 900px;
    padding-bottom: 430px;
  }
}
.page#page-access #traffic {
  margin-top: 8vw;
  border-top: 1px solid #CFD0D0;
  padding-top: 6.67vw;
}
@media (min-width: 640px) {
  .page#page-access #traffic {
    margin-top: 5.86vw;
    padding-top: 4.88vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #traffic {
    margin-top: 60px;
    padding-top: 50px;
  }
}
.page#page-access #traffic h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .page#page-access #traffic h4 {
    font-size: 1.95vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #traffic h4 {
    font-size: 20px;
  }
}
.page#page-access #traffic h4.mt {
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  .page#page-access #traffic h4.mt {
    margin-top: 3.91vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #traffic h4.mt {
    margin-top: 40px;
  }
}
.page#page-access #traffic dd {
  margin-top: 2.67vw;
}
@media (min-width: 640px) {
  .page#page-access #traffic dd {
    margin-top: 0;
    width: 87.89vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #traffic dd {
    width: 900px;
  }
}
.page#page-access #parking {
  margin-top: 8vw;
  border-top: 1px solid #CFD0D0;
  padding-top: 8vw;
}
@media (min-width: 640px) {
  .page#page-access #parking {
    margin-top: 5.86vw;
    padding-top: 5.86vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #parking {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.page#page-access #parking dd {
  margin-top: 4vw;
}
@media (min-width: 640px) {
  .page#page-access #parking dd {
    margin-top: 0;
    width: 87.89vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #parking dd {
    width: 900px;
  }
}
.page#page-access #parking .wrap {
  position: relative;
  margin: 0 0 0 auto;
  width: 100%;
  padding-bottom: 71vw;
}
@media (min-width: 640px) {
  .page#page-access #parking .wrap {
    padding-bottom: 41.99vw;
  }
}
@media (min-width: 1024px) {
  .page#page-access #parking .wrap {
    padding-bottom: 430px;
  }
}
.page#page-access #parking ul {
  margin-top: .875em;
}
.page#page-accommodations {
  text-align: justify;
  padding-top: 21.33vw;
}
@media (min-width: 640px) {
  .page#page-accommodations {
    padding-top: 140px;
  }
}
.page#page-accommodations p {
  font-size: .875rem;
}
@media (min-width: 640px) {
  .page#page-accommodations p {
    margin-top: 1em;
    font-size: 14px;
    line-height: 1.8;
  }
}
.page#page-accommodations a {
  text-decoration: underline;
}
.page#page-accommodations a:hover {
  text-decoration: none;
}
.page#page-accommodations h4 {
  margin-top: 8vw;
  padding-bottom: 2.67vw;
  border-bottom: 5px solid #F0EFEB;
  color: #ABCD03;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .page#page-accommodations h4 {
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.page#page-accommodations .cntwrap {
  max-width: 600px;
  margin: 8vw auto 0;
  padding-bottom: 8vw;
  border-bottom: 1px solid #CFD0D0;
}
@media (min-width: 640px) {
  .page#page-accommodations .cntwrap {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.page#page-accommodations .content {
  position: relative;
}
@media (min-width: 640px) {
  .page#page-accommodations .content {
    width: 304px;
  }
}
.page#page-accommodations .content h5 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .page#page-accommodations .content h5 {
    font-size: 20px;
  }
}
.page#page-accommodations img {
  margin-top: 5.33vw;
}
@media (min-width: 640px) {
  .page#page-accommodations img {
    margin-top: 0;
    width: 256px;
  }
}
.page#page-accommodations .linkurl {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.25rem;
}
@media (min-width: 640px) {
  .page#page-accommodations .linkurl {
    font-size: 20px;
  }
}

/*------------------------------------------------

    footer
*/
footer {
  width: 100%;
  height: 16vw;
  background: #00693e;
  color: #fff;
  font-size: .75rem;
}
@media (min-width: 640px) {
  footer {
    height: 60px;
  }
}

.scrollup-btn {
  display: none;
  position: fixed;
  right: 2.67vw;
  bottom: 8vw;
  width: 16vw;
  height: 16vw;
  background: rgba(0, 105, 62, 0.7);
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 1.875rem;
  text-align: center;
  line-height: 13.33vw;
}
@media (min-width: 640px) {
  .scrollup-btn {
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 70px;
  }
}
