html, body {
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

body {
  background: #f0f0f0;
  color: #212121;
}

h1 {
font-weight:bold;
}

h2 {
font-weight: 400;
color: #000;
	font-size: 22px;
}

table , td, th {
border: 3px solid #293194;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
width: 80%;
background-color: #fff;
font-weight: bold;
color:#293194;
}
td, th {
	padding: 3px;
	width: 40%;
	height: 50px;
}
th {
width: 15%;
font-size: x-large;
}

.price{
font-size: 1vw;
}

ul ul {
    list-style-type: none;
}

.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.bosyuu {
	border: solid white 5px;
	margin-bottom: 150px;
}

h5 {
	color:#293194;
	font-size: 60px;
margin: 0px;
text-decoration: underline;
}

h6 {
	color:#293194;
	font-size: 1.5vw;
margin: 0px;
}

.footer{
z-index: 9999;
color: #000;
padding-bottom: 50px;
}

.fleft{
text-align: left;
position: absolute;
left: 0;
margin-left: 30px;
}

.fright{
text-align: right;
position: absolute;
right: 0;
margin-right: 30px;
}

.link {
width: 45%;
margin:1%;
display:inline-block;
vertical-align: top;
}

.link img{
width: 35%;
}

.link p{
font-weight: bold;
}

.clear {
clear:both;
}

.staff>img{
	margin-bottom: 15px;
}

.kiki{
width: 25vw;
vertical-align: middle;

}

.kikip {
width: 60%;
font-size: 20pt;
}

.sns{
background-color: rgba(255,255,255,0.7);
text-align: center;
margin-left: auto;
margin-right: auto;
width: 80%;
border-radius: 30px;
}

.sns2{
background-color: rgba(255,255,255,0.7);
text-align: center;
margin-left: auto;
margin-right: auto;
width: 80%;
border-radius: 30px;
margin-bottom: 20px;
padding-bottom: 30px;
}

.sns3{
background-color: rgba(255,255,255,0.7);
text-align: center;
margin-left: auto;
margin-right: auto;
width: 100%;
border-radius: 30px;
}

.twitter{
width:45%;
margin:1%;
text-align: center;
display: inline-block;
}

.map{
width: 98%;
margin-top: 20px;
margin-bottom: 20px;
height: 600px;
text-align: center;
display: inline-block;
}

.map iframe {
width: 100% !important;
height: 100% !important;
border-radius: 30px;
}

.top {
	text-align: center;
margin-top: 4%;
margin-left: auto;
	margin-right: auto;
width: 90%;
}

.topbar {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #60524d;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  height: 3em;
  line-height: 3em;
  top: 0;
  z-index: 1;
}
.topbar a {
  display: block;
  color: #fff;
  font-size: 1.5vw;
}

.active-nav {
  position: relative;
}
.active-nav__bar {
  background-color: #af9f8b;
  top: 2.5em;
  position: absolute;
  width: 12%;
  height: 0.5em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.show-0 .active-nav__bar {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.show-1 .active-nav__bar {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.show-2 .active-nav__bar {
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
}
.show-3 .active-nav__bar {
  -webkit-transform: translate3d(300%, 0, 0);
          transform: translate3d(300%, 0, 0);
}
.show-4 .active-nav__bar {
  -webkit-transform: translate3d(400%, 0, 0);
          transform: translate3d(400%, 0, 0);
}
.show-5 .active-nav__bar {
  -webkit-transform: translate3d(500%, 0, 0);
          transform: translate3d(500%, 0, 0);
}
.show-6 .active-nav__bar {
  -webkit-transform: translate3d(600%, 0, 0);
          transform: translate3d(600%, 0, 0);
}


.carousel {
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-style: preserve-3d;
  margin: auto;
  overflow: hidden;
}
.carousel > ul {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 100%;
  list-style: none outside;
  margin: 0;
  overflow: hidden;
}
.carousel > ul.animate {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.carousel > ul > li {
  height: 100%;
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.page {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10em;
  overflow-x: hidden;
  overflow-y: auto;
}
		  
.page.page-0 {
  background-image: url(../img/test1.jpg);
  left: -100%;
}
.page.page-1 {
  background-image: url(../img/top2.jpg);
	background-position-y:10%;
}
.page.page-2 {
  background-image: url(../img/lake.jpg);
  left: 100%;
}
.page.page-3 {
  background-image: url(../img/top4.jpg);
  left: 100%;
}
.page.page-4 {
  background-image: url(../img/top.jpg);
  left: 100%;
}
.page.page-5 {
  background-image: url(../img/top3.jpg);
  left: 100%;
}
.page.page-6 {
  background-image: url(../img/top4.jpg);
  left: 100%;
}
.page.page-7 {
  background-image: url("../img/test1.jpg");
  left: 100%;
}


.articles {
  margin: 1em 0 0;
}
.articles li {
  margin-bottom: 1em;
}

article {
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
article > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
article > .article-media {
  background-color: #222;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 12em;
  height: 25vh;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  min-width: 8em;
  position: relative;
}
article > .article-media:after {
  background-color: rgba(4, 42, 57, 0.25);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (min-width: 40em) {
  article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  article .article-media {
    height: auto;
  }
}
		  
*, *:before, *:after {
  box-sizing: border-box;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
max-width: 90%;
}

.row2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80rem;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column {
  padding-left: 0;
  padding-right: 0;
}

.column {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen {

  .column {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-4 {
    width: 10%;
	margin-left: 1%;
	margin-right: 1%;
  }
}
@media only screen and (min-width: 40.063em) {

  .column {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 64.063em) {

  .column {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

.text-center {
  text-align: center !important;
}
div, ul, li, h1, p {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
  line-height: inherit;	  
}

a:hover, a:focus {
  color: #af9f8b;
}

p {
  font-weight: normal;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

h1 {
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 {
  font-size: 2.125rem;
}

ul {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
}

ul {
  margin-left: 1.1rem;
}

ul li::marker {
display: none !important;
visibility: hidden !important;
color: rgba(255,255,255,0);
}

ul li ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  h1 {
    line-height: 1.4;
  }

  h1 {
    font-weight:bold;
  }
}