@charset "UTF-8";
/*@import url('href="https://use.fontawesome.com/releases/v5.0.6/css/all.css');*/
html.wf-active {
  visibility: visible;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul {
  list-style: none;
}

a.static_page_links {
  text-decoration: underline;
  color: #4FDB1C;
}

main.static-page__main {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
main.static-page__main h1.static-page__h1 {
  display: none;
}
main.static-page__main .iframe_container {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media screen and (max-width: 520px) {
  main.static-page__main .iframe_container {
    padding-bottom: 400% !important;
  }
}
main.static-page__main .iframe_container iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  main.static-page__main .iframe_container iframe {
    overflow: auto;
  }
}

#wa-herb-recipe__container {
  display: block;
  position: absolute;
  width: 100vw;
  height: 150px;
  top: 0;
  right: 0;
}
#wa-herb-recipe__container form#form__wa-herb-recipe {
  position: relative;
  max-width: 400px;
  margin: 0 15% 0 auto;
  background-color: white;
}
#wa-herb-recipe__container form#form__wa-herb-recipe input#sbox {
  height: 40px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 20px;
  border: solid thin lightgray;
  background: white;
}
#wa-herb-recipe__container form#form__wa-herb-recipe button#btn {
  height: 50px;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 255px;
  top: 0;
  right: -90px;
  bottom: 0;
  margin: auto;
  background: none;
  color: #C2D725;
  border: none;
  background: url(../img/sbtn.svg) no-repeat center/contain;
}
#wa-herb-recipe__container form#form__wa-herb-recipe button#btn:hover {
  color: #9bab1e;
}