@import url(http://fonts.googleapis.com/css?family=Vollkorn|Roboto);
body {
  background: #F5F5F5;
}

.container {
  position: absolute;
  width: 100%;
  heigh: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}
.container p {
  font-size: 20px;
}
.container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #FF5252;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.container a:after {
  content: '';
  position: absolute;
  background: #FF5252;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}
.container a:hover:after {
  width: 100%;
}

h1 {
  position: relative;
  text-align: center;
  font-family: 'Vollkorn', sans-serif;
}

.button_container {
  position: fixed;
  top: 44px;
  left: 25px;
  height: 27px;
  width: 25px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;}
.button_container span:nth-of-type(2) {
  top: 18px;}
.button_container.active span:nth-of-type(2) {
  top: 20px;}
 @media only screen and (min-width: 700px) {
.button_container {
  position: fixed;
  top: 6%;
  left: 4%;
  height: 27px;
  width: 45px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;}
.button_container span:nth-of-type(2) {
  top: 30px;}
.button_container.active span:nth-of-type(2) {
  top: 20px;}
 }
  
 .button_container .bottom {
	width:45px;}
	
.button_container:hover > .bottom {
	width:30px;}
	
.button_container:hover > .top {
	width:30px;}
	
.button_container.active:hover > .bottom {
	width:45px;}
	
.button_container.active:hover > .top {
	width:45px;}
	
.button_container.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
          transform: translateY(10px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
          transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #FFF;
}
 .button_container .bottom {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;}
  
  .button_container .top {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top:0;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;}

.menu-black {
	background:#000 !important;}
	
.menu-white {
	background:#fff !important;}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, width .35s;
  transition: opacity .35s, visibility .35s, width .35s;
  z-index: 50;
}
.overlay:before {
  content: '';
  opacity:.9;
  background: #45b89f;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: left .85s ease;
  transition: left .85s ease;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-transition: opacity .35s, visibility .35s, width .35s;
  transition: opacity .35s, visibility .35s, width .35s;
}
.overlay.open:before {
  left: 0;
}
.overlay.open:after {
  right: 0;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open .web-yoyaku {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .95s;
          animation-delay: .95s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .65s;
          animation-delay: .65s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .75s;
          animation-delay: .75s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: .85s;
          animation-delay: .85s;
}


	
.reserve-link {
	-webkit-animation-delay: .105s;
    animation-delay: .105s;}
	
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  z-index: 100;}
.overlay ul {
  list-style: none;
  padding: 0;
  width: 50%;
  max-width: 400px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;}
.overlay ul li {
  display: block;
  height: 25%;
  text-align:left;
  height: calc(100% / 7);
  min-height: 50px;
  position: relative;
  opacity: 0;}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  letter-spacing:0.2em;
  border-bottom:1px solid #fff;}
.web-yoyaku {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 18%;
	opacity:0;
    display: block;
    width: 50% !important;
	max-width:300px !important;
    height: 50px !important;}
.web-yoyaku a {
    display: block;
    text-decoration: none;
    color: #45b89f;
	text-align:center;
    line-height: 50px;
    border-bottom: none !important;}
.web-yoyaku a:before {
    content: '';
    background: #fff;
    z-index: -1;
    width: 100%;
    height: 50px;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100px;
    position: absolute;
    animation-name: play-btn-after2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;}
.web-yoyaku a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 50px;
    color: #fff;
    border-radius: 100px;
    background-color: rgba(255,255,255,0.9);
    animation-name: rippleAnimation2;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-animation-name: rippleAnimation2;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-name: rippleAnimation;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
    z-index: -1;}
@media only screen and (min-width: 700px) {
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 3vw;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  z-index: 100;}
.overlay ul {
  list-style: none;
  padding: 0;
  width: 50%;
  max-width: 400px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;}
.overlay ul li {
  display: block;
  height: 25%;
  text-align:left;
  height: calc(100% / 7);
  min-height: 50px;
  position: relative;
  opacity: 0;}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  letter-spacing:0.2em;
  border-bottom:1px solid #fff;}
.web-yoyaku {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
	opacity:0;
    bottom: 0%;
	font-size:18px;
    display: block;
    width: 50% !important;
	max-width:300px !important;
    height: 150px !important;}
.web-yoyaku a {
    display: block;
    text-decoration: none;
    color: #45b89f;
	text-align:center;
    line-height: 60px;
    border-bottom: none !important;}
.web-yoyaku a:before {
    content: '';
    background: #fff;
    z-index: -1;
    width: 100%;
    height: 60px;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100px;
    position: absolute;
    animation-name: play-btn-after2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;}
.web-yoyaku a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 60px;
    color: #fff;
    border-radius: 100px;
    background-color: rgba(255,255,255,0.9);
    animation-name: rippleAnimation2;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-animation-name: rippleAnimation2;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-name: rippleAnimation;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
    z-index: -1;}
 }

  
  
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;}
  
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 0%;
    -webkit-transform: translateX(-0%);
    transform: translateX(-0%);
    height: 3vw;
    opacity: 1;
    z-index: -1;
    opacity: .2;
    background: #fff;
    -webkit-transition: .35s;
    transition: .35s;}
	
.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
    font-size: 18px;
    text-align: center;
    height: 50px;
    padding: 0 20px 0 20px;
    line-height: 49px;
    color: #000 !important;
    background: #fff;}
	
.overlay.open li:nth-of-type(7) a {
	color:#000;}
	
	
.circle {
    display: block;
    position: relative;
    top: 0;
    z-index: -10;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: rgba(150,75,160,0.5);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(255,255,255,1);
    animation-name: rippleAnimation;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-animation-name: rippleAnimation;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-name: rippleAnimation;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
