@charset "UTF-8";
.lyt-col, .lyt-img, .taste .lyt-img {
  zoom: 1;
}
.lyt-col:after, .lyt-img:after, .taste .lyt-img:after {
  content: "";
  display: block;
  clear: both;
}

/* /////////////////////////////////////////////////////////////////////////// reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, #ci,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100.01%;
}

html, body {
  min-width: 1030px;
}

body {
  font-size: 18px;
  line-height: 2.0;
  color: #333;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

ul, ol, li {
  list-style: none;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr, legend {
  direction: none;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
}

em, strong {
  font-weight: bold;
  font-stretch: normal;
}

strong {
  font-weight: bold;
}

/* /////////////////////////////////////////////////////////////////////////// layout */
body {
  font-size: 16px;
  line-height: 1.6;
}

.inner {
  width: 1030px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* /////////////// header  /////////////// */
header#header {
  position: relative;
  margin: 0;
  background: url(images/mv-01.jpg) no-repeat 60% 30%;
  background-size: cover;
}
header#header .mv {
  box-sizing: border-box;
  border-bottom: 90px solid #fff;
  position: relative;
}
header#header .mv p {
  position: absolute;
  top: 30%;
  margin: auto;
  color: #fff;
  font-size: 48px;
  line-height: 2.0;
  text-shadow: 0 0 10px #000;
  font-family: "游明朝体", "MS PMincho", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", serif;
}
header#header h1 img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* /////////////// main  /////////////// */
/* /////////////// footer  /////////////// */
footer#footer {
  background: #3f3415;
}
footer#footer .inner {
  padding: 20px 0 50px;
  color: #fff;
}
footer#footer a {
  border-bottom: 1px dotted #fff;
}
footer#footer a:link, footer#footer a:visited {
  color: #fff;
}
footer#footer a:hover {
  color: #f19100;
  border-bottom: 1px dotted #f19100;
}
footer#footer .lyt-col.col2 .col.shop-detail {
  width: 380px;
}
footer#footer .lyt-col.col2 .col.map {
  width: 610px;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 9999;
}

.pagetop a {
  display: block;
  width: 54px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50% 50% 0 0;
  -moz-border-radius: 50% 50% 0 0;
  border-radius: 50% 50% 0 0;
  box-sizing: border-box;
}
.pagetop a img {
  width: 38px;
  height: auto;
  margin: 7px 0 0 8px;
}
.pagetop a:hover img {
  opacity: 0.7;
}

/* /////////////////////////////////////////////////////////////////////////// module  */
/* /////////////// Headline /////////////// */
.hdg-l2-01 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 48px;
  color: #676400;
  font-family: "游明朝体", "MS PMincho", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", serif;
  font-weight: normal;
}

.hdg-l2-02 {
  color: #676400;
  text-align: center;
  font-family: "游明朝体", "MS PMincho", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 36px;
}
#eat .hdg-l2-02 {
  color: #fff;
}

/* /////////////// column  ////////////// */
.lyt-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lyt-col .col, .lyt-col li {
  float: left;
  margin: 0 0 0 2%;
}
.lyt-col .col:first-child, .lyt-col li:first-child {
  margin-left: 0;
}
.lyt-col.col2 .col, .lyt-col.col2 li {
  width: 49%;
}
.lyt-col.col2 .col:nth-child(2n+1), .lyt-col.col2 li:nth-child(2n+1) {
  margin-left: 0;
}
.lyt-col.col3 .col, .lyt-col.col3 li {
  width: 32%;
}
.lyt-col.col3 .col:nth-child(3n+1), .lyt-col.col3 li:nth-child(3n+1) {
  margin-left: 0;
}
.lyt-col.col4 .col, .lyt-col.col4 li {
  width: 23.5%;
}
.lyt-col.col4 .col:nth-child(4n+1), .lyt-col.col4 li:nth-child(4n+1) {
  margin-left: 0;
}

/* /////////////// Text /////////////// */
strong {
  color: #676400;
}

.sp-tel {
  display: none;
}

.fl-left {
  float: left;
  margin-right: 20px;
}

.fl-right {
  float: right;
  margin-left: 20px;
}

/* /////////////// link  /////////////// */
a {
  text-decoration: none;
}
a:link {
  color: #3f3415;
}
a:visited {
  color: #807963;
}
a:hover {
  color: #eccb76;
}
a:hover img {
  opacity: 0.7;
}

/* /////////////// list  /////////////// */
/* /////////////// Box  /////////////// */
.box-type-01 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  box-sizing: border-box;
}

/* /////////////// Image  /////////////// */
.image {
  text-align: center;
}
.image img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.lyt-img {
  margin-bottom: 40px;
}
.lyt-img .text {
  overflow: hidden;
}
.lyt-img.img-left .image {
  float: left;
  margin-right: 40px;
}
.lyt-img.img-right .image {
  float: right;
  margin-left: 40px;
}

.inline-img {
  vertical-align: middle;
  margin: 0 0.2em;
}

/* /////////////// Btn  /////////////// */
.btn-01 a {
  color: #fff;
  background: #81b427;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 12px 40px 10px;
}
.btn-01 a:hover {
  background: #97d131;
}
.btn-01.large a span {
  background-size: auto;
  padding-left: 36px;
  font-size: 133.33333%;
}

/* /////////////// align  /////////////// */
.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.al-right {
  text-align: right;
}

/* /////////////// margin  /////////////// */
.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

/* /////////////// sp  /////////////// */
.sp {
  display: none;
}

/* /////////////////////////////////////////////////////////////////////////// content */
#concept {
  padding: 30px 0 100px;
  background: #fff;
  position: relative;
  background: url(images/bg-01.png) no-repeat -150px 105%;
}
#concept .inner {
  width: 700px;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  line-height: 2.0;
}
#concept .about-beignet {
  background: #f8f8f2;
  color: #676400;
  display: table;
  padding: 20px 0;
  box-sizing: border-box;
  margin-top: 20px;
}
#concept .about-beignet dt, #concept .about-beignet dd {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 20px;
}
#concept .about-beignet dt {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #676400;
}
#concept .about-beignet dd {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  width: 80%%;
}

.taste {
  padding: 100px 0;
}
.taste#strawberry {
  background: #fbe6ef;
}
.taste#apple {
  background: #fef4d6;
}
.taste#blueberry {
  background: #f1e9f3;
}
.taste#fig {
  background: #fdede3;
}
.taste .lyt-img {
  position: relative;
}
.taste .lyt-img.img-right .image {
  position: relative;
  float: right;
}
.taste .lyt-img.img-right .text {
  margin-left: 50px;
}
.taste .lyt-img.img-left .image {
  position: relative;
  float: left;
}
.taste .lyt-img.img-left .text {
  margin-right: 50px;
  right: 0;
}
.taste .lyt-img .text {
  position: absolute;
  top: 70px;
  background: #fff;
  padding: 30px 40px 40px;
  width: 450px;
  box-sizing: border-box;
  font-size: 18px;
}
.taste .lyt-img .text h3 {
  font-size: 24px;
  font-family: "游明朝体", "MS PMincho", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
  display: table;
}
.taste .lyt-img .text h3 img {
  vertical-align: middle;
  margin-right: 20px;
}
.taste .lyt-img .text h3 span {
  display: table-cell;
}

.bg-02 {
  height: 600px;
  background: url(images/bg-02.jpg) no-repeat 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

#eat {
  background: url(images/bg-03.jpg) no-repeat 50% 70%;
  margin: 0;
  background-size: cover;
  padding: 80px 0 257px;
  text-align: center;
}
#eat p {
  color: #fff;
  margin-bottom: 40px;
}

.howto {
  display: inline;
}
.howto li {
  display: inline;
}
.howto li .image {
  display: inline;
}
.howto li:last-child {
  margin-left: 16px;
}

#stores {
  padding: 80px 0;
}
#stores p {
  font-size: 18px;
  line-height: 2.0;
}

#support {
  background: url(images/bg-04.jpg) no-repeat 50% 50%;
  margin: 0;
  background-size: cover;
  padding: 80px 0;
}
#support p {
  line-height: 2.0;
}
#support strong {
  font-size: 20px;
}

/* /////////////////////////////////////////////////////////////////////////// Media Queries */
@media screen and (max-width: 768px) {
  html, body {
    min-width: 100%;
  }

  .inner {
    width: 94%;
  }

  header#header .mv {
    box-sizing: border-box;
    border-bottom: 80px solid #fff;
  }
  header#header .mv p {
    top: 8%;
    font-size: 28px;
    line-height: 2.0;
  }
  header#header h1 img {
    width: 160px;
    height: auto;
  }

  footer#footer a {
    border-bottom: 1px dotted #fff;
  }
  footer#footer a:link, footer#footer a:visited {
    color: #fff;
  }
  footer#footer a:hover {
    color: #f19100;
    border-bottom: 1px dotted #f19100;
  }
  footer#footer .lyt-col.col2 .col.shop-detail, footer#footer .lyt-col.col2 .col.map {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer#footer .lyt-col.col2 .col.map iframe {
    width: 90%;
    margin: 20px auto 0;
  }

  /* /////////////// Module /////////////// */
  /* Headline */
  .hdg-l2-01 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .hdg-l2-02 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /* /////////////// Content /////////////// */
  #concept {
    padding: 30px 0 300px;
    background: url(images/bg-01.png) no-repeat 50% 105%;
    background-size: auto 280px;
  }
  #concept .inner {
    width: 94%;
    font-size: 16px;
    line-height: 1.6;
  }
  #concept .about-beignet {
    padding: 10px;
  }
  #concept .about-beignet dt, #concept .about-beignet dd {
    display: block;
    padding: 10px 0;
  }
  #concept .about-beignet dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #676400;
  }
  #concept .about-beignet dd {
    width: 100%;
  }

  .taste {
    padding: 60px 0;
  }
  .taste .lyt-img {
    margin-bottom: 0;
  }
  .taste .lyt-img.img-right .image, .taste .lyt-img.img-left .image {
    width: 60%;
    margin: 0;
  }
  .taste .lyt-img.img-right .text, .taste .lyt-img.img-left .text {
    margin-left: 0;
    margin-right: 0;
  }
  .taste .lyt-img .text {
    top: 30px;
    padding: 20px 24px 24px;
    width: 50%;
    font-size: 16px;
  }
  .taste .lyt-img .text h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .taste .lyt-img .text h3 img {
    height: 60px;
    width: auto;
    margin-right: 10px;
  }

  .bg-02 {
    height: 300px;
  }

  #eat {
    padding: 80px 0 257px;
  }
  #eat p {
    margin-bottom: 20px;
  }

  .howto {
    display: block;
  }
  .howto li {
    display: block;
  }
  .howto li .image {
    display: block;
  }
  .howto li:last-child {
    margin: 10px 0 0;
  }

  #stores p {
    font-size: 16px;
    line-height: 1.6;
  }
  #stores .btn-01 {
    margin-top: 20px;
  }
  #stores .lyt-img.img-left .image, #stores .lyt-img.img-left .text {
    float: none;
    width: 100%;
  }
  #stores .lyt-img.img-left .image {
    margin-bottom: 30px;
  }

  #support {
    padding: 80px 0;
  }
  #support p {
    line-height: 1.6;
  }
  #support strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  /* /////////////// Content /////////////// */
  .taste .lyt-img {
    position: static;
  }
  .taste .lyt-img.img-right .image, .taste .lyt-img.img-left .image {
    position: static;
    float: none;
    width: 100%;
  }
  .taste .lyt-img.img-right .text, .taste .lyt-img.img-left .text {
    position: static;
    margin: 0;
    width: 100%;
  }
  .taste .lyt-img.img-right .text br, .taste .lyt-img.img-left .text br {
    display: none;
  }

  .bg-02 {
    background-attachment: inherit;
    background-position: 50% 50%;
  }
}
@media screen and (max-width: 480px) {
  /* Headline */
  .hdg-l2-02 {
    font-size: 22px;
  }

  #concept p {
    text-align: left;
  }
  #concept p br {
    display: none;
  }

  #eat p,
  #stores p {
    text-align: left;
  }
  #eat p br,
  #stores p br {
    display: none;
  }
  #eat p.btn-01,
  #stores p.btn-01 {
    text-align: center;
  }

  #support .box-type-01 {
    padding: 20px;
  }
  #support .box-type-01 br {
    display: none;
  }
}
