* {
  outline: none;
  margin: 0px;
  padding: 0px;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Verdana, Geneva, sans-serif;
}

img {
  border: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#splash {
  height: 100%;
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-height: 950px) {
  #splash {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 900px) {
  #splash {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

#splash header {
  width: 100%;
  padding-top: 25px;
}

@media screen and (max-width: 580px) {
  #splash header {
    padding-top: 20px;
  }
}

#splash header .image {
  display: block;
  width: 422px;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 580px) {
  #splash header .image {
    display: none;
  }
}

#splash header .image-mobile {
  display: block;
  width: 205px;
  margin: 0 auto;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 580px) {
  #splash header .image-mobile {
    display: block;
  }
}

#splash header .arrow {
  display: block;
  width: 10px;
  margin: 35px auto 0 auto;
}

@media screen and (max-width: 580px) {
  #splash header .arrow {
    margin-top: 30px;
  }
}

#splash main {
  position: relative;
  width: 100%;
  text-align: center;
}

#splash main #logo {
  height: 80px;
  padding-top: 30px;
}

#splash main #logo-michelin {
  position: absolute;
  top: 31px;
  right: 0;
  margin: auto;
  height: 58px;
}

@media screen and (max-width: 930px) {
  #splash main #logo-michelin {
    right: 10px;
  }
}

@media screen and (max-width: 580px) {
  #splash main #logo {
    height: 75px;
    padding-top: 25px;
  }

  #splash main #logo-michelin {
    top: 39px;
    right: 10px;
    height: 42px;
  }
}

#splash main #image {
  margin-top: 18px;
}

@media screen and (max-width: 580px) {
  #splash main #image {
    margin-top: 16px;
    padding: 0 15px;
  }
}

#splash main #image img {
  max-width: 100%;
}

#splash main #intro {
  margin: 20px auto 0 auto;
}

@media screen and (max-width: 580px) {
  #splash main #intro {
    margin-top: 15px;
    padding: 0 15px;
  }
}

#splash main #book {
  display: block;
  margin: 30px auto 0 auto;
  width: 128px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 2px;
  color: #00859b;
  border: 2px solid #00859b;
  cursor: pointer;
  transition: all 0.3s linear;
  transition-property: color, border;
}

@media screen and (max-width: 580px) {
  #splash main #book {
    margin-top: 25px;
    font-size: 14px;
    line-height: 32px;
  }
}

#splash main #book:hover {
  color: #000;
  border-color: #000;
}

#splash main .buttons {
  margin-top: 5px;
  text-align: center;
}

#splash main .buttons .button {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #00859b;
  cursor: pointer;
  transition: color 0.3s linear;
  text-decoration: none;
}

@media screen and (max-width: 580px) {
  #splash main .buttons .button {
    font-size: 14px;
  }
}

#splash main .buttons .button:hover {
  color: #000;
}

#splash main #fork {
  vertical-align: top;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width: 550px;
  margin: 30px auto 40px auto;
  display: none;
  background-color: #fff;
}

#splash main #fork .buttons {
  margin: 40px 0;
}

#splash main #menu {
  display: none;
  text-align: left;
  max-width: 420px;
  margin: 30px auto 50px auto;
}

#splash main #menu .menu-footer {
  margin-top: 50px;
}

@media screen and (max-width: 580px) {
  #splash main #menu {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  #splash main #menu .menu-footer {
    margin-top: 40px;
  }  
}

#splash main #menu-intro {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #00859b;
}

@media screen and (max-width: 580px) {
  #splash main #menu-intro {
    font-size: 14px;
    line-height: 19px;
  }
}

#splash main #press {
  display: none;
  text-align: left;
  max-width: 420px;
  margin: 30px auto 50px auto;
}

@media screen and (max-width: 580px) {
  #splash main #press {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

#splash main #press-intro {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #00859b;
}

@media screen and (max-width: 580px) {
  #splash main #press-intro {
    font-size: 12px;
    line-height: 17px;
  }
}

#splash main #press-list .press-item {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #00859b;
  margin-top: 30px;
}

#splash main #press-list .press-item:first-child {
  margin-top: 20px;
}

@media screen and (max-width: 580px) {
  #splash main #press-list .press-item {
    font-size: 14px;
    line-height: 19px;
    margin-top: 25px;
  }

  #splash main #press-list .press-item:first-child {
    margin-top: 16px;
  }
}

#splash main #press-list .press-date {
  font-size: 13px;
  line-height: 18px;
}

@media screen and (max-width: 580px) {
  #splash main #press-list .press-date {
    font-size: 12px;
    line-height: 17px;
  }
}

#splash main #press-list .press-title {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}

@media screen and (max-width: 580px) {
  #splash main #press-list .press-title {
    font-size: 12px;
    line-height: 17px;
  }
}

#splash main #press-list .press-description {
  font-size: 13px;
  line-height: 18px;
  color: #000;
  margin-top: 0 !important;
}

@media screen and (max-width: 580px) {
  #splash main #press-list .press-description {
    font-size: 12px;
    line-height: 17px;
    }
}

#splash main #press-list .press-pdf {
  font-size: 13px;
  line-height: 18px;
  display: block;
  color: #00859b;
  text-decoration: underline;
  transition: all 0.3s linear;
}

#splash main #press-list .press-pdf:hover {
  color: #000;
  border-color: #000;
}

@media screen and (max-width: 580px) {
  #splash main #press-list .press-pdf {
    font-size: 12px;
    line-height: 17px;
    }
}

#splash main #chef {
  display: none;
  margin-top: 30px;
  text-align: left;
}

#splash main #chef img {
  width: 100%;
}

#splash main #chef .site-text {
  margin-top: 20px;
}

@media screen and (max-width: 580px) {
  #splash main #chef .site-text {
    margin-top: 15px;
	padding: 0 15px;
  }
}

@media screen and (max-width: 580px) {
  #splash main #fork {
    width: auto;
    max-width: 100%;
    padding: 0 10px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

#splash main .fork-iframe {
  width: 100%;
  height: 480px;
}

@media screen and (max-width: 538px) {
  #splash main .fork-iframe {
    height: 515px;
  }
}

#splash main #fork {
  text-align: left;
}

#splash main .fork-intro {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #00859b;
}

@media screen and (max-width: 580px) {
  #splash main .fork-intro {
    font-size: 12px;
    line-height: 17px;
    padding: 0 15px;
  }
}

#splash main .fork-text {
  font-family: Verdana, Geneva, sans-serif;
  margin-top: 15px;
}

@media screen and (max-width: 580px) {
  #splash main .fork-text {
    padding: 0 5px;
  }
}

#splash main .fork-text.before {
  margin-bottom: 30px;
}

@media screen and (max-width: 580px) {
  #splash main .fork-text.before {
    margin-bottom: 25px;
  }
}

#splash main .fork-intro.after {
  margin-top: 30px;
}

@media screen and (max-width: 580px) {
  #splash main .fork-intro.after {
    margin-top: 25px;
  }
}

#splash main #fork-contents {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #fff;
  z-index: 1000;
}

#splash footer {
  display: block;
  text-align: center;
  margin-top: 35px;
}

@media screen and (max-width: 580px) {
  #splash footer {
    margin-top: 25px;
  }
}

#splash footer .contacts {
  font-family: Verdana, Geneva, sans-serif;
  color: #00859b;
}

@media screen and (max-width: 580px) {
  #splash footer .contacts {
    padding: 0 15px;
  }
}

#splash footer .networks {
  height: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 580px) {
  #splash footer .networks {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

#splash footer .networks div {
  vertical-align: top;
  height: 100%;
  margin: 0 5px;
}

#splash footer .networks a {
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}

#splash footer .networks img {
  height: 22px;
  transition: filter 0.3s linear;
  transition-property: filter, -webkit-filter;
}


#splash footer .networks img:hover {
  filter: brightness(0%);
  -webkit-filter: brightness(0%);
}

@media screen and (max-width: 580px) {
  #splash footer .networks img {
    height: 18px;
  }
}

#slideshow {
  display: flex;
  margin-top: 15px;
  width: 900px;
  max-height: 600px;
  overflow: hidden;
  opacity: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 580px) {
  #slideshow {
    max-height: 390px;
  }
}

#slideshow.active {
  opacity: 1;
}

#slideshow .contents {
  width: 900px;
  text-align: center;
}

#slideshow .contents .slick-slide {
  vertical-align: middle;
  text-align: center;
}

#slideshow .contents .slick-slide img {
  display: inline;
}

#slideshow .contents .slick-dots {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 750px;
}

#slideshow .contents .slick-dots:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
}

#slideshow .contents .slick-dots li {
  position: relative;
  display: inline-block;
  font-size: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#slideshow .contents .slick-dots li:after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #bdbbbc;
}

#slideshow .contents .slick-dots li.slick-active:after {
  background-color: #000;
}

#slideshow .contents .slick-dots button {
  opacity: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  #slideshow {
    width: 100%;
  }

  #slideshow .contents {
    width: 100%;
  }

  #slideshow .contents .slick-slide img,
  #slideshow .close-area,
  #slideshow .contents .slick-dots {
    width: 100%;
  }
}

/*@media screen and (max-width: 550px) {
	#slideshow .contents {
		width: 480px;
	}

	#slideshow .contents .slick-slide img, #slideshow .close-area, #slideshow .contents .slick-dots {
		width: 400px;
	}
}

@media screen and (max-width: 450px) {
	#slideshow .contents {
		width: 380px;
	}

	#slideshow .contents .slick-slide img, #slideshow .close-area, #slideshow .contents .slick-dots {
		width: 300px;
	}
}*/

#slideshow .contents .slick-next,
#slideshow .contents .slick-prev {
  position: relative;
  background: none;
  border: none;
  width: 40px;
  height: 100%;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 10;
}

#slideshow .contents .slick-next:after,
#slideshow .contents .slick-next:before,
#slideshow .contents .slick-prev:after,
#slideshow .contents .slick-prev:before {
  display: none;
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 13px;
  width: 12px;
  height: 4px;
  background-color: #000;
  transform: rotate(45deg);
}

#slideshow .contents .slick-next:before {
  top: calc(50% - 0px);
  transform: rotate(-45deg);
}

#slideshow .contents .slick-prev:after {
  top: calc(50% - 0px);
  transform: rotate(-135deg);
}

#slideshow .contents .slick-prev:before {
  top: calc(50% - 6px);
  transform: rotate(135deg);
}

#slideshow .contents .slick-prev {
  display: none !important;
  right: auto;
  left: -40px;
}

#slideshow .contents .slick-next {
  left: 0;
  right: 0;
  width: 100%;
  display: none !important;
}

@media screen and (max-width: 1020px) {
  #slideshow .contents .slick-next {
    display: none !important;
  }
}

@media screen and (max-width: 830px) {
  /*#slideshow .contents .slick-next {
		right: 5px;
	}

	#slideshow .contents .slick-prev {
		left: 5px;
	}*/
}

@media screen and (max-height: 800px) {
  /*#slideshow .contents .slick-next {
		right: 5px;
	}

	#slideshow .contents .slick-prev {
		left: 5px;
	}*/
}

#prizes {
  margin-top: 40px;
}

#prizes img {
  width: 100%;
  max-width: 540px;
}

@media screen and (max-width: 800px) {
  #prizes {
    margin-top: 30px;
    padding: 0 15px;
  }
}

#splash #request-voucher {
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 2px;
  color: #00859b;
  border: 2px solid #00859b;
  cursor: pointer;
  transition: all 0.3s linear;
  transition-property: color, border;
}

@media screen and (max-width: 580px) {
  #splash #request-voucher {
    font-size: 14px;
    line-height: 32px;
  }
}

#splash #request-voucher:hover {
  color: #000;
  border-color: #000;
}

#splash main #voucher {
  display: none;
  text-align: left;
  max-width: 420px;
  margin: 30px auto 50px auto;
}

@media screen and (max-width: 580px) {
  #splash main #voucher {
    padding: 0 15px;
  }
}

.site-title {
  margin: 20px auto 0 auto;
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  line-break: 18px;
  font-weight: bold;
  color: #00859b;
}

.site-text {
  margin: 15px auto 0 auto;
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  max-width: 420px;
}

.site-text a {
  color: #00859b;
  text-decoration: none;
  transition: color 0.3s linear;
}

.site-text a:hover {
  color: #000;
}

@media screen and (max-width: 580px) {
  .site-title {
    margin-top: 15px;
    font-size: 12px;
    line-height: 17px;
  }

  .site-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
  }
}

.text-blue {
  color: #00859b;
}

.text-gray {
  color: #999;
}

.text-black {
  color: #000;
}