@charset "UTF-8";
.lyt-col, .lyt-img-01 {
  zoom: 1;
}
.lyt-col:after, .lyt-img-01: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: 112.5%;
  line-height: 1.6;
  background: url(images/bg-01.png) repeat 50% 0;
  color: #703501;
}

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

/* /////////////// header  /////////////// */
header#header {
  position: relative;
  margin: 0;
  background: url(images/mv.jpg) no-repeat 50% 0;
  background-size: cover;
}
header#header .mv {
  box-sizing: border-box;
}
header#header h1 img {
  position: absolute;
  top: 30px;
  left: 30px;
}

/* /////////////// main  /////////////// */
/* /////////////// footer  /////////////// */
footer#footer {
  background: #ffeab5;
  position: relative;
}
footer#footer:before {
  display: block;
  content: "　";
  width: 240px;
  height: 120px;
  background: #ffeab5;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 0;
}
footer#footer .inner {
  padding: 20px 0 50px;
  text-align: center;
  color: #703501;
  position: relative;
  z-index: 1;
}
footer#footer a {
  border-bottom: 1px dotted #703501;
}
footer#footer a:link, footer#footer a:visited {
  color: #703501;
}
footer#footer a:hover {
  color: #f19100;
  border-bottom: 1px dotted #f19100;
}

.footer-logo {
  margin-bottom: 20px;
}

.shop-detail dt {
  font-weight: bold;
  font-size: 111.11111%;
  margin-bottom: 10px;
}

.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: 60px;
  text-align: center;
}
.hdg-l2-01 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hdg-l2-02 {
  text-align: center;
  display: table;
  width: 100%;
  margin-bottom: 32px;
}
.hdg-l2-02:before, .hdg-l2-02:after,
.hdg-l2-02 span {
  display: table-cell;
}
.hdg-l2-02:before, .hdg-l2-02:after {
  width: 25%;
  content: "　";
  background: url(images/line-01.png) repeat-x 0 50%;
}

.hdg-l3-01 {
  font-size: 166.66667%;
  margin-bottom: 12px;
  text-align: center;
  color: #6bd1ee;
}
.hdg-l3-01 span {
  margin-bottom: 8px;
  font-weight: normal;
  display: block;
  font-size: 53.33333%;
  position: relative;
  color: #703501;
}
.hdg-l3-01 span strong {
  color: #ff6896;
}
.hdg-l3-01 span img {
  position: absolute;
  margin: -20px 0 0 -24px;
}

/* /////////////// 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 /////////////// */
#info p {
  margin-top: 20px;
}
#info p:first-child {
  margin-top: 0;
}
#info p.sp-menu {
  margin-top: 0;
}

.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.7);
  padding: 60px;
  box-sizing: border-box;
}

.box-type-02 {
  background: #fff;
  padding: 50px 40px 40px;
  box-sizing: border-box;
}

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

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

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

/* /////////////// Btn  /////////////// */
.btn-01 a {
  color: #fff;
  background: #6bd1ee;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 12px 10px 10px;
}
.btn-01 a span {
  background: url(images/icon-cart.png) no-repeat 0 0;
  background-size: 18px;
  padding-left: 22px;
  font-size: 88.88889%;
}
.btn-01 a:hover {
  background: #f19100;
}
.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 {
  color: #703501;
  padding: 80px 0 100px;
  background: #f9e6e7;
  position: relative;
}
#concept:after {
  display: block;
  height: 28px;
  background: url(images/bg-02.png) repeat 50% 0;
  content: "";
  position: relative;
  top: 128px;
}

#taste {
  padding: 100px 0;
}

.taste-header {
  margin-bottom: 80px;
}
.taste-header .hdg-l2-01 {
  margin-bottom: 20px;
}

.taste-tt-txt-01 {
  text-align: center;
  margin-bottom: 40px;
}
.taste-tt-txt-01 span {
  border-top: 1px solid #703501;
  border-bottom: 1px solid #703501;
  padding: 10px 40px;
  font-family: "游明朝体", "MS PMincho", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1em;
  color: #703501;
}

.taste-list li {
  text-align: center;
}
.taste-list dt {
  margin-bottom: 26px;
  font-weight: bold;
  font-size: 111.11111%;
}

.ono-txt {
  position: relative;
  width: auto;
}
.ono-txt img {
  position: absolute;
  top: -10px;
  right: 0;
}
.ono-txt.ono-02 img {
  right: -20px;
}

#eat {
  background: url(images/bg-photo-01.jpg) no-repeat 50% 0;
  margin: 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
}
#eat p {
  font-size: 88.88889%;
}

.howto p {
  text-align: center;
}

#stores-item {
  padding: 80px 0;
}

.store-item-list {
  margin-bottom: 40px;
}
.store-item-list li {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.store-item-list .image {
  margin-bottom: 20px;
}
.store-item-list .text {
  margin-bottom: 20px;
}
.store-item-list .text h3 {
  margin-bottom: 15px;
}
.store-item-list .text p {
  font-size: 81.25%;
  line-height: 1.4;
}

.online {
  text-align: center;
}

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

  .inner {
    width: 94%;
  }

  /* /////////////// Module /////////////// */
  /* Headline */
  .hdg-l2-01 {
    margin-bottom: 60px;
  }
  .hdg-l2-01 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .hdg-l2-02:before, .hdg-l2-02:after {
    width: 10%;
  }

  .hdg-l3-01 {
    font-size: 133.33333%;
  }
  .hdg-l3-01 span {
    font-size: 66.66667%;
  }

  /* column */
  .lyt-col.col3.store-item-list li {
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
  .lyt-col.col3.store-item-list li:last-child {
    margin-bottom: 0;
  }

  /* Box */
  .box-type-01 {
    padding: 20px;
  }

  .box-type-02 {
    padding: 40px 20px 20px;
  }

  /* Btn */
  .btn-01.large a span {
    background-size: 18px;
    padding-left: 22px;
    font-size: 88.88889%;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /* /////////////// Content /////////////// */
  #concept p {
    font-size: 88.88889%;
  }

  #taste p.al-center {
    font-size: 88.88889%;
  }

  .taste-tt-txt-01 {
    margin-bottom: 40px;
  }
  .taste-tt-txt-01 span {
    letter-spacing: normal;
    padding: 5px 20px;
    display: block;
  }

  .ono-txt img {
    width: 42px;
    height: auto;
  }

  .taste-list dt {
    font-size: 100%;
    margin-bottom: 10px;
  }
  .taste-list dd {
    font-size: 88.625%;
  }

  #eat {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 640px) {
  /* /////////////// Module  /////////////// */
  /* Headline */
  .hdg-l2-01 {
    margin-bottom: 40px;
  }
  .hdg-l2-01 img {
    max-width: 90%;
    height: auto;
  }

  .hdg-l2-02 {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .hdg-l2-02:before, .hdg-l2-02:after,
  .hdg-l2-02 span {
    display: block;
  }
  .hdg-l2-02:before, .hdg-l2-02:after {
    width: 100%;
    background: url(images/line-01.png) repeat-x 0 50%;
  }

  /* column */
  .lyt-col .col, .lyt-col li {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .lyt-col.col2 .col, .lyt-col.col2 li, .lyt-col.col3 .col, .lyt-col.col3 li, .lyt-col.col4 .col, .lyt-col.col4 li {
    margin: 0 0 20px;
    width: 100%;
  }
  .lyt-col.col2 .col:last-child, .lyt-col.col2 li:last-child, .lyt-col.col3 .col:last-child, .lyt-col.col3 li:last-child, .lyt-col.col4 .col:last-child, .lyt-col.col4 li:last-child {
    margin-bottom: 0;
  }

  /* /////////////// Content /////////////// */
  #concept p {
    text-align: left;
  }

  #taste p.al-center {
    text-align: left;
  }

  .taste-tt-txt-01 {
    margin-bottom: 20px;
  }
  .taste-tt-txt-01 span {
    font-size: 77.77778%;
  }

  .taste-list .lyt-col li {
    margin-bottom: 80px;
  }
  .taste-list .lyt-col li:last-child {
    margin-bottom: 0;
  }

  .ono-txt img {
    width: auto;
    height: auto;
    top: -20px;
  }
  .ono-txt.ono-01 img {
    left: 0;
  }
  .ono-txt.ono-02 img {
    right: 0;
  }
  .ono-txt.ono-03 img {
    left: 0;
  }

  .taste-tt-01 img {
    width: auto;
    max-width: 90%;
    height: auto;
  }

  #eat .al-center {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  header#header {
    background: url(images/mv-sp.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  header#header h1 img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: auto;
  }

  /* Box */
  .box-type-01 {
    padding: 20px;
  }

  .box-type-02 {
    padding: 40px 20px 20px;
  }

  #eat .howto p {
    text-align: left;
  }

  .online {
    text-align: left;
  }
}
