@charset "UTF-8";

body {
  background-color: #fff;
}

.slick-initialized .slick-slide {
  opacity: 0.6;
  /* 両サイドの画像を透過 */
}

.slick-initialized .slick-slide.slick-active {
  opacity: 1;
  /* センター画像を非透過 */
}

.visual {
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 940px) {
  /* gnavi用 */
  .visual {
    padding-top: 58px;
  }
}

@media screen and (max-width: 540px) {
  .visual {
    max-height: 310px;
  }
}

@media screen and (max-width: 480px) {
  .visual {
    max-height: 245px;
  }
}

@media screen and (max-width: 320px) {
  .visual {
    max-height: 230px;
  }
}

.visual .slick-slide {
  margin: 0 10px;
}

.visual .slick-next {
  opacity: 0;
}

.visual .slick-prev {
  opacity: 0;
}

@media screen and (max-width: 1100px) {
  .visual .slick-slide {
    margin: 0 0px;
  }
}

.visual .slick-slide {
  line-height: 0;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .visual {
    max-height: 600px;
    z-index: -1;
  }

  /* IE11 */
}

@media all and (-ms-high-contrast: none) and (max-width: 940px) {
  *::-ms-backdrop,
  .visual {
    max-height: 470px;
  }

  /* IE11 */
}

@media all and (-ms-high-contrast: none) and (max-width: 640px) {
  *::-ms-backdrop,
  .visual {
    max-height: 370px;
  }

  /* IE11 */
}

@media all and (-ms-high-contrast: none) and (max-width: 520px) {
  *::-ms-backdrop,
  .visual {
    max-height: 240px;
  }

  /* IE11 */
}

/* safari */

_::-webkit-full-page-media,
_:future,
:root .slick-slide {
  max-height: 500px;
}

@media screen and (max-width: 500px) {
  _::-webkit-full-page-media,
  _:future,
  :root .slick-slide {
    max-height: 280px;
  }
}

.information {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1140px) {
  .information {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .information {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.information .oshirase {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  border: 3px solid #f0f0f0;
  margin-right: auto;
  margin-left: auto;
  flex-grow: 1;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .information .oshirase {
    width: 100%;
  }
}

.information .oshirase span {
  white-space: nowrap;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 18px;
}

.information .oshirase span br {
  display: none;
}

.information .oshirase p {
  width: 100%;
  padding-left: 2em;
  padding-right: 1em;
  font-weight: bold;
  position: relative;
}

.information .oshirase p::after {
  content: "●";
  position: absolute;
  left: 1em;
  top: 0;
}

@media screen and (max-width: 767px) {
  .information .oshirase span {
    padding-bottom: 1em;
    padding-top: 1em;
  }

  .information .oshirase p {
    padding-bottom: 1em;
    margin-top: 1em;
  }

  .information .oshirase p + p {
    margin-top: 0em;
  }

  .information .oshirase p::after {
    content: "●";
    position: absolute;
    left: 1em;
    top: 0em;
  }
}

@media screen and (max-width: 540px) {
  .information .oshirase span br {
    display: block;
  }
}

.information .oshirase div {
  position: relative;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.information .oshirase div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 2px;
  height: 80%;
  background-color: #f0f0f0;
}

.information .oshirase div p a {
  color: #000;
}

.information .snsbtn {
  flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .information .snsbtn {
    width: 90%;
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.information .snsbtn li {
  margin-left: 0.25em;
  font-size: 35px;
}

.information .snsbtn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 150px;
  color: #fff;
}

.information .snsbtn li.facebook a {
  background-color: #4267b2;
}

.information .snsbtn li.twitter a {
  background-color: #000;
}

.snsbtn .top_sns_icon {
  width: 2rem;
  height: 2rem;
}

.information .snsbtn li.line a {
  background-color: #00b900;
}

.information .snsbtn li.instagram a {
  background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
}

.searchbox {
  position: relative;
  margin-top: -30px;
  z-index: 200;
}

@media screen and (max-width: 767px) {
  .searchbox {
    margin-top: 0px;
  }
}

/* 202102 オンラインショップブロック */

.onlineshop {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/top/bg_onlineshop.jpg);
  background-size: cover;
  background-position: center top;
  position: relative;
}

.onlineshop .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px !important;
  max-width: 1000px;
  background-color: transparent !important;
  position: relative;
}

.onlineshop ul {
  width: 100%;
  text-align: left;
  display: flex;
  padding-left: 30%;
}

.onlineshop ul::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  display: inline-block;
  width: 35%;
  height: 212px;
  background-image: url(../images/top/online_ttl_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.onlineshop ul.recipe {
  padding-left: 0%;
  align-items: flex-end;
}

.onlineshop ul.recipe::before {
  display: none;
}

.onlineshop .online_menu04 {
  flex-grow: 1;
  min-width: 283px;
  max-width: 283px;
}

.onlineshop .online_menu05 {
  flex-grow: 2;
}

.onlineshop .online_menu05 .pc {
  display: block;
}

.onlineshop .online_menu05 .sp {
  display: none;
}

.onlineshop .dinnrbtn {
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  position: relative;
}

.onlineshop .dinnrbtn img {
  width: 80%;
  max-width: 293px;
}

.onlineshop .dinnrbtn .btn {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 890px) {
  .onlineshop ul::before {
    position: static;
    top: 0px;
    left: 0;
    width: 100%;
    max-width: 684px;
    height: 100px;
    background-image: url(../images/top/online_ttl_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .onlineshop .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .onlineshop ul {
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 0;
  }

  .onlineshop ul li {
    width: 33%;
  }

  .onlineshop ul.recipe {
    align-items: center;
    justify-content: space-between;
  }

  .onlineshop .online_menu04 {
    width: 45%;
    min-width: auto;
    max-width: none;
  }

  .onlineshop .online_menu05 {
    width: 50%;
  }

  .onlineshop .online_menu05 .pc {
    display: none;
  }

  .onlineshop .online_menu05 .sp {
    display: block;
  }

  .onlineshop .dinnrbtn {
    margin-top: -50px;
  }

  .onlineshop .dinnrbtn .btn {
    width: 90%;
  }
}

/**/

.pickup-fair {
  margin-top: 30px;
  padding-bottom: 50px;
  text-align: center;
  font-weight: bold;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
}

.pickup-fair h2 {
  font-size: 32px;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: none;
}

@media screen and (max-width: 580px) {
  .pickup-fair h2 {
    font-size: 20px;
  }
}

.pickup-slider div a {
  color: black;
}

.pickup-slider div figcaption {
  font-size: 14px;
  text-align: left;
  padding: 5px;
}

.pickup-slider .slick-slide {
  margin: 0 10px;
}

.pickup-slider .slick-list {
  overflow: visible;
}

.pickup-slider {
  max-width: 1200px;
  margin: 0 auto;
}

.mainArea {
  background-image: url(../images/top/bg_main.jpg);
  background-size: cover;
  background-position: center top;
}

/* /////// 下層 mainArea 打ち消し /////// */

@media screen and (max-width: 940px) {
  /* gnavi用 */
  .mainArea {
    padding-top: 0px;
  }
}

@media screen and (max-width: 1140px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}

/* topのみ横幅78px大きいので注意 */

.container {
  width: 100%;
  max-width: 1178px;
  margin: 0 auto;
  padding-bottom: 100px;
  background-color: #fff;
}

@media screen and (max-width: 1190px) {
  .container {
    width: 96%;
    margin: 0 auto;
  }
}

.container figure.pagemdl {
  width: 100%;
}

.container .maincolumn,
.container .related_Links {
  padding: 0 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 480px) {
  .container .maincolumn,
  .container .related_Links {
    padding: 0 1.5em;
  }
}

.container .maincolumn h2,
.container .related_Links h2 {
  width: 100%;
  border-bottom: none;
}

.maincolumn article {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .maincolumn article {
    width: 100%;
  }
}

.maincolumn .twitterwd {
  width: 30%;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 10px;
  border: 1px solid #f6da37;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .maincolumn .twitterwd {
    width: 80%;
    margin: 20px auto 0;
  }
}

.insta_list li {
  position: relative;
}

.insta_list li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.insta_list a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maincolumn .twitterwd .btn {
  margin-top: 15px;
  margin-bottom: 10px;
  min-height: 2em;
}

.maincolumn .twitterwd .btn:before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.container .news_Btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.container .news_Btns li {
  padding-bottom: 10px;
  width: 49.2%;
  text-align: center;
}

.container .news_Btns li .btn {
  min-height: 3em;
}

@media screen and (max-width: 539px) {
  .container .news_Btns li {
    width: 100%;
  }
}

.container .news_posts ul.post_List li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media screen and (max-width: 439px) {
  .container .news_posts ul.post_List li {
    display: block;
  }
}

.container .news_posts ul.post_List li p.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12em;
  font-size: 13px;
  padding-top: 5px;
  text-align: center;
  background-color: #f0f0f0;
}

@media screen and (max-width: 439px) {
  .container .news_posts ul.post_List li p.group {
    width: 100%;
    margin-bottom: 3px;
  }

  .container .news_posts ul.post_List li p.group br {
    display: none;
  }
}

.container .news_posts ul.post_List li dl {
  width: 100%;
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  .container .news_posts ul.post_List li dl {
    margin-left: 0px;
  }
}

.container .news_posts ul.post_List li dl a {
  display: block;
  color: #8e0000;
}

.container .news_posts ul.post_List li dl a:hover {
  opacity: 0.7;
}

.container .news_posts ul.post_List li dl a dt {
  font-weight: bold;
  font-weight: 700;
  font-size: 17px;
}

.container .news_posts ul.post_List li dl a dd {
  color: #0d0d0b;
  text-decoration: underline #0d0d0b;
}

.container .news_posts ul.post_List li .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.5em;
}

.container .news_posts ul.post_List li .tag img {
  width: 100%;
}

.container .news_posts ul.post_List li .tag p {
  max-width: 100px;
  background-color: #f0f0f0;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 30px;
  margin-right: 5px;
  font-size: 13px;
}

.container .news_posts ul.post_List li .tag .tag_lion {
  max-width: 100px;
  background-color: #f6da37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container .news_posts ul.post_List li .tag .tag_yebisubar {
  max-width: 100px;
  background-color: #8e0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container .news_posts ul.post_List li .data {
  border-left: #f6da37 2px solid;
  padding-left: 0.5em;
  margin-top: 0.5em;
}

.container .news_posts ul.post_List li .data span {
  padding-right: 1em;
}

.container .related_Links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container .related_Links ul li:nth-child(1),
.container .related_Links ul li:nth-child(2) {
  width: 49%;
  margin-right: 1%;
}

.container .related_Links ul li {
  width: 24%;
  margin-right: 1%;
}

.container .related_Links ul li:nth-child(2) {
  margin-right: 0%;
}

.container .related_Links ul li a:hover img {
  opacity: 0.7;
}

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

@media screen and (max-width: 540px) {
  .container .related_Links ul li:nth-child(1),
  .container .related_Links ul li:nth-child(2) {
    width: 100%;
  }
  .container .related_Links ul li {
    width: 48%;
    margin-right: 3%;
  }

  .container .related_Links ul li:nth-child(3n) {
    margin-right: 3%;
  }

  .container .related_Links ul li:nth-child(2n) {
    margin-right: 0%;
  }
}

.container .related_Links ul li {
  margin-bottom: 10px;
}
