@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
body {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #2B2B2B;
}
body * {
  box-sizing: border-box;
}
body ul {
  list-style: none;
}
body ul li {
  text-decoration: none;
}
body a {
  color: inherit;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body p,
body ul,
body ul li {
  margin: 0;
  padding: 0;
}
body p {
  line-height: 1.4;
}
body img {
  max-width: 100%;
  vertical-align: bottom;
}
body input[type=radio] {
  display: none;
}
body h1,
body h2,
body h3 {
  margin: 0;
  padding: 0;
}

.gourmetwrap {
  overflow: hidden;
}

/* ***********************************************
                ファーストビュー
*********************************************** */
.fv {
  padding: 40px 0 140px;
  text-align: center;
  background: url(../img/main-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 40px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    background: url(../img/main-bg_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.fv__ttl {
  padding: 0;
  margin: 0;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.fv__ttl img {
  filter: drop-shadow(2px 2px 2px #bababa);
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    width: 95%;
    max-width: 480px;
  }
}

/* ***********************************************
                検索メニュー
*********************************************** */
.search {
  background: #f0f0f0;
  margin-top: -80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .search {
    margin-top: -80px;
    padding-bottom: 120px;
  }
}
.search__ttl {
  width: 90%;
  margin: 0 auto;
  max-width: 160px;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .search__ttl {
    max-width: 120px;
  }
}
.search__subttl {
  text-align: center;
  font-size: 0.9em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
}
.search__menu {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .search__menu {
    display: block;
  }
}
.search__menuitem {
  width: 40%;
  margin: 40px 20px;
}
@media screen and (max-width: 767px) {
  .search__menuitem {
    width: 100%;
    margin: 20px 0;
  }
}
.search__list {
  display: none;
}
.search__item label {
  display: inline-block;
  margin: 4px;
  padding: 8px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #bcbcbc;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .search__item label {
    padding: 6px 12px;
  }
}
.search__item label.limited {
  background: #f8d300;
}
.search__item input[type=radio]:checked + .radio {
  box-shadow: inset 3px 3px 2px #E4E4E4, inset -3px -3px 2px #fcfcfc;
  background: #f0f0f0;
}
.search__item--con {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .search__item--con {
    margin-top: 8px;
  }
}
.search__menubtn {
  margin-bottom: 20px;
  background: #d9c4ac;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s;
}
.search__menubtn p {
  position: relative;
  padding: 12px;
  padding-left: 2em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .search__menubtn p {
    padding: 8px 12px;
    padding-left: 2em;
  }
}
.search__menubtn p::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  transform: rotate(45deg);
  left: 0.9em;
  top: 40%;
  transition: all 0.3s;
}
.search__menubtn.active p::before {
  transform: rotate(135deg);
}

.line {
  display: block;
  border-radius: 2000px 2000px 0 0/300px 300px 0 0;
  margin: 0 -200px;
  padding: 0 280px;
  min-height: 160px;
  margin-top: -90px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .line {
    border-radius: 1000px 1000px 0 0/300px 300px 0 0;
    min-height: 120px;
    margin-top: -80px;
  }
}
.line--gray {
  background: #f0f0f0;
}

/* ***********************************************
                スクロールメニュー
*********************************************** */
.sidefix {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 999;
}
.sidefix ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  top: 30%;
  background: rgba(217, 196, 172, 0.8);
  padding: 20px 0;
  border-radius: 8px 0 0 8px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sidefix ul li {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 48px;
    padding: 0;
    border-radius: 20px 20px 0 0;
  }
}
.sidefix ul li span {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .sidefix ul li span {
    writing-mode: horizontal-tb;
  }
}
.sidefix ul li:hover {
  background: rgba(217, 196, 172, 0.8);
  box-shadow: none;
}
.sidefix ul li .drawer-nav {
  background: none;
  height: 60vh;
  width: 400px;
  bottom: 0;
  background: rgba(233, 225, 214, 0.9);
}
@media screen and (max-width: 767px) {
  .sidefix ul li .drawer-nav {
    width: 100%;
  }
}
.sidefix ul li .search__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1.5em 1em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sidefix ul li .search__item {
    background: none;
  }
}
.sidefix ul li .search__item--con {
  padding: 0;
  margin-top: 12px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0 !important;
}

.drawer--right.drawer-open .drawer-nav {
  right: 54px !important;
}

.drawer--right .drawer-nav {
  right: -400px;
}

.drawer--top.drawer-close .drawer-nav {
  left: -100%;
}

.drawer--top.drawer-open .drawer-nav {
  top: -450px;
  height: 450px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* ***********************************************
                メニュー一覧
*********************************************** */
.kidsbanner {
  position: relative;
  padding-top: 0px;
  padding-bottom: 80px;
  display: none;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .kidsbanner {
    padding-bottom: 120px;
  }
}
.kidsbanner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90px;
  background: #EAEBD1;
  top: 15%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kidsbanner::after {
    height: 60px;
  }
}
.kidsbanner .kidsbanner_main {
  max-width: 400px;
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.kidsbanner .kidsbanner_main a {
  display: block;
}
.kidsbanner .kidsbanner_main img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s;
}

.content {
  background: #fff;
  margin: 0 auto;
  margin-bottom: 80px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .content {
    margin: 0 auto 80px;
    padding-top: 0;
  }
}
.content__ttl {
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 200px;
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 1px;
  font-weight: 500;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .content__ttl {
    margin-bottom: 80px;
    font-size: 1.2em;
  }
}
.content__ttl::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(217, 196, 172, 0.2);
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.content__ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: url(../img/menu-line.png) no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -120px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content__ttl::after {
    bottom: -80px;
  }
}
.content__ttl p {
  font-size: 1.1em;
}
.content__list {
  width: 95%;
  max-width: 2000px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.content__list > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .content__list > ul {
    justify-content: space-between;
  }
}
.content__list > ul > li {
  margin-right: 25px;
  margin-left: 25px;
  width: calc((100% - 200px) / 4);
  margin-bottom: 60px;
  letter-spacing: 0.5px;
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .content__list > ul > li {
    width: calc((100% - 20px) / 2);
    margin: 20px 0px;
    min-width: auto;
  }
}
.content .menu {
  position: relative;
  font-size: 0.9em;
}
.content .menu__img {
  position: relative;
  text-align: center;
  z-index: 1;
}
.content .menu__img img {
  position: relative;
  height: 350px;
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  background: url("../img/loadingimg.png") no-repeat;
  background-size: 20%;
  background-position: center;
}
@media screen and (max-width: 1159px) {
  .content .menu__img img {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .content .menu__img img {
    height: 160px;
  }
}
.content .menu__loading {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30%;
  background-color: #379e49;
  border-radius: 100%;
  z-index: -1;
  animation: sk-scaleout 1s infinite ease-in-out;
}
.content .menu__tag {
  display: inline-block;
  background: #f8d300;
  padding: 4px 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .content .menu__tag {
    padding: 4px;
  }
}
@media screen and (max-width: 767px) {
  .content .menu__tag p {
    font-size: 0.9em;
  }
}
.content .menu__ttl {
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  font-size: 1.05em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .content .menu__ttl {
    padding-bottom: 4px;
    letter-spacing: 0;
  }
}
.content .menu__price {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .content .menu__price {
    font-size: 0.9em;
    padding-top: 4px;
  }
}
.content .menu__comment {
  position: relative;
  background: #f0f0f0;
  border-radius: 8px;
  margin-top: 20px;
  padding: 16px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .content .menu__comment {
    padding: 8px;
    margin-top: 12px;
    font-size: 0.9em;
    line-height: 1.3;
  }
}
.content .menu__comment::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background: #f0f0f0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  transform: rotate(45deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .content .menu__comment::before {
    top: -6px;
  }
}
.content .menu__service {
  font-size: 0.9em;
}
.content .menu__service ul {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .content .menu__service ul {
    display: block;
    text-align: right;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .content .menu__service ul li {
    line-height: 1.2;
  }
}
.content .menu__service ul li p {
  position: relative;
}
@media screen and (max-width: 767px) {
  .content .menu__service ul li p {
    display: inline-block;
  }
}
.content .menu__service ul li p::before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #000;
  top: 20%;
  left: -1.4em;
}
.content .menu__service ul li p::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  transform: rotate(45deg);
  border-bottom: 1.5px solid;
  border-right: 1.5px solid;
  border-color: #000;
  box-shadow: 2px 0 0 #fff;
  top: 8%;
  left: -1.1em;
}
.content .menu__service ul li:nth-child(2) {
  margin-left: 2.5em;
}
@media screen and (max-width: 767px) {
  .content .menu__service ul li:nth-child(2) {
    margin-left: 0;
    margin-top: 0;
  }
}
.content .menu__shop {
  margin-top: 8px;
  text-align: right;
  font-size: 0.9em;
}
.content .menu__shop a {
  display: block;
  position: relative;
  padding-right: 3em;
}
@media screen and (max-width: 767px) {
  .content .menu__shop a {
    line-height: 1.2;
    padding-right: 2.3em;
  }
}
.content .menu__shop a::after {
  content: "";
  width: 20px;
  height: 11px;
  background: url(../img/shop_arrow.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  transition: 0.5s;
  margin-left: 1em;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .content .menu__shop a::after {
    width: 16px;
    right: 6px;
  }
}
.content .menu__shop a:hover::after {
  right: 0;
}
.content .menu__shop span {
  display: block;
  font-size: 0.9em;
  color: #888;
}
@media screen and (max-width: 767px) {
  .content .menu__shop span {
    font-size: 0.8em;
  }
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.is-hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .pagetop.btn_fixed {
    bottom: 60px;
  }
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
  transform: translateY(50px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.drawer-open {
  overflow-y: auto !important;
}/*# sourceMappingURL=gourmetsearch.css.map */