@charset UTF-8;
ol, ul, li {
    list-style: none;
}
.fs-p-drawer {
  width: 300px;
}
/*
フリーページ
-----------------------------------------------------*/
.page-box {
  display: block;
}
.float-l {
  float: left;
}
.float-r {
    float: right;
}
.float-r h4 {
  color: #5ba141;
}
.float-r h4 span {
  font-weight: bold;
  color: #000;
}
.page-box {
  display: block;
  width: 780px;
  margin: 0 auto;
}
.page-box .float-l {
  width: 280px;
}
.page-box .float-r {
  width: 430px;
}
.float-l ul, .float-r ol {
  padding: 0;
}
.float-r table {
  margin: 15px auto 20px auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.float-r table th {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
}
.float-r table td {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.fs-icon--contact:before {
  content: "\e920";
}
/*
フリーページ(シロップレシピ)
----------------------------*/
.syrup_recipe {
  width: 640px;
  margin: 0 auto;
}
.recipe-box div {
  width: 50%;
}
.syrup_l {
  float: left;
}
.syrup_r {
  float: right;
}
.rate {
  width: 200px;
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
table.rate td.tit {
  font-size: 12px;
  line-height: normal;
  color: rgb(0, 0, 0);
  white-space: nowrap;
  padding-top: 3px;
  padding-right: 2px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(220, 220, 220);
  border-image: initial;
}
div.horizon02 {
  text-align: left;
  width: 640px;
  clear: both;
  overflow: hidden;
  margin-top: 15px;
  padding: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #666666;
}
.marginleft17 {
  margin: 5px 0 5px 17px;
}
.marginleft17 {
  margin: 20px 0;
  text-align: center;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*
clearfix
-----------------------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 768px) {
}
@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 481px) {
}

@media screen and (max-width: 479px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .fs-p-drawer {
    width: 80%;
  }
  .fs-p-logo__image {
    max-height: 78px;
  }
  .fs-p-headerNavigation__list > li {
    width: 20%;
    border-right: 1px solid #fff;
  }
  .fs-p-headerNavigation__list > li:last-child {
    border: none;
  }
















  /*fotter
  --------------------------------------------*/
  .fs-p-footerNavigationItem__title {
    font-size: 1.6rem;
  }
}
