@charset "UTF-8";
.content-area.vegetarian {
  width: 90%;
  margin: auto;
}

.content-area.vegetarian .archive__has_results_title,
.content-area.vegetarian .archive__no_results_title {
  max-width: 100%;
}

.content-area.vegetarian .the_archive {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.content-area.vegetarian .archive__no_results_title {
  text-align: center;
  margin: 100px 0;
}

@media only screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-br {
    display: inherit;
  }
}

.tit-vege {
  position: relative;
  margin-top: 24vw;
}

@media only screen and (min-width: 768px) {
  .tit-vege {
    margin-top: 6vw;
  }
}

.tit-vege .bg-pic {
  position: relative;
  z-index: 0;
}

.tit-vege img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 2 / 1;
  width: 100%;
  height: auto;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .tit-vege img {
    aspect-ratio: 2 / 1;
  }
}

.tit-vege h2 {
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 10;
  color: #FFFFFF;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
  margin-top: -5%;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .tit-vege h2 {
    font-size: 2rem;
    margin-top: -2%;
  }
}

.top-catch-wrap {
  text-align: center;
  width: 90%;
  margin: 50px auto 0;
}

.top-catch-wrap .top-catch {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .top-catch-wrap .top-catch {
    margin-top: 0;
  }
}

.top-catch-wrap .top-catch-exp {
  margin: 0 auto 30px;
  max-width: 800px;
  text-align: center;
}

.top-catch-wrap .top-catch-link {
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  font-weight: 900;
  text-decoration: underline;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .top-catch-wrap .top-catch-link {
    text-align: center;
  }
}

.box-step {
  background: #FFF8D9;
  margin: auto;
  border-radius: 10px;
  padding: 30px 20px;
}

@media only screen and (min-width: 768px) {
  .box-step {
    padding: 50px 100px;
  }
}

.box-step .step-tit {
  font-weight: 900;
  font-size: 4.5vw;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .box-step .step-tit {
    font-size: 1.1rem;
  }
}

.box-step .step-content {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.box-step .step-content .step {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .box-step .step-content .step {
    width: 48%;
  }
}

.box-step .step-content .step .icon {
  width: 70px;
  margin: auto;
}

.box-step .step-content .step h4 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 900;
}

.on-conc {
  margin: 50px auto;
}

.on-conc .illust {
  margin-bottom: 10px;
}

.on-conc .on-tit {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 900;
  margin: 5px 0 10px;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .on-conc .on-tit {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .on-conc .txt {
    text-align: center;
  }
}

.on-conc .illust01 {
  width: 50px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .on-conc .illust01 {
    width: 70px;
  }
}

.on-conc .conc-wrap {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .on-conc .conc-wrap {
    display: flex;
    justify-content: space-between;
  }
}

.on-conc .conc-wrap .conc-box {
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .on-conc .conc-wrap .conc-box {
    width: 31%;
    display: block;
    margin-bottom: 0;
  }
}

.on-conc .conc-wrap .conc-box .txt {
  text-align: left;
}

.on-conc .conc-wrap .conc-box .illust02 {
  width: 25%;
}

@media only screen and (min-width: 768px) {
  .on-conc .conc-wrap .conc-box .illust02 {
    width: 130px;
    margin: auto;
  }
}

.on-conc .conc-wrap .conc-box .illust03 {
  width: 25%;
}

@media only screen and (min-width: 768px) {
  .on-conc .conc-wrap .conc-box .illust03 {
    width: 120px;
    margin: auto;
  }
}

.on-conc .conc-wrap .conc-box .illust04 {
  width: 25%;
}

@media only screen and (min-width: 768px) {
  .on-conc .conc-wrap .conc-box .illust04 {
    width: 140px;
    margin: auto;
  }
}

.on-conc .conc-wrap .conc-box .txt-wrap {
  width: 65%;
}

@media only screen and (min-width: 768px) {
  .on-conc .conc-wrap .conc-box .txt-wrap {
    width: 100%;
  }
}

.on-conc .conc-wrap .conc-box span.step {
  font-weight: 900;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: clamp(1rem, 1vw, 1rem);
}

.on-conc .btn-wrap {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .on-conc .btn-wrap ul {
    display: flex;
    justify-content: center;
  }
}

.on-conc .btn-wrap ul li {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .on-conc .btn-wrap ul li {
    margin: 0 15px;
  }
}

.on-conc .btn-wrap ul a {
  display: block;
  background: #000;
  color: #FFFFFF;
  font-weight: 500;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  font-size: clamp(1rem, 1vw, 1rem);
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .on-conc .btn-wrap ul a {
    width: 350px;
  }
}

.on-conc .btn-wrap ul a:hover {
  opacity: .7;
}

.on-conc .txt-link {
  text-align: center;
  text-decoration: underline;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .on-conc .txt-link {
    margin-bottom: 150px;
  }
}

#search-filter-form-23489,
#search-filter-form-23578 {
  background: #E6DECF;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
}

.searchandfilter ul li {
  display: flex;
  padding: 5px 0;
}

@media only screen and (min-width: 768px) {
  .searchandfilter ul li {
    align-items: center;
  }
}

.searchandfilter ul li h4 {
  display: inline;
  padding: 0;
  margin: 0;
  font-weight: normal;
  border-bottom: none;
  margin-right: 20px;
  position: relative;
  line-height: 1.5;
}

.searchandfilter ul li h4::after {
  content: ":";
}

.searchandfilter ul li li {
  padding: 0;
}

.sf-field-post-meta-shop_icon > ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

.sf-field-post-meta-shop_icon > ul li {
  margin-right: 30px;
  padding: 0;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .sf-field-post-meta-shop_icon > ul li {
    margin-bottom: 0;
  }
}

.sf-field-post-meta-shop_icon > ul li:nth-child(1)::after {
  content: "";
  display: block;
  background: url(images/vegetarian/check01.png) center top/cover no-repeat;
  height: 20px;
  width: 25px;
}

.sf-field-post-meta-shop_icon > ul li:nth-child(2)::after {
  content: "";
  display: block;
  background: url(images/vegetarian/check02.png) center top/cover no-repeat;
  height: 20px;
  width: 25px;
}

.sf-field-post-meta-shop_icon > ul li:nth-child(3)::after {
  content: "";
  display: block;
  background: url(images/vegetarian/check03.png) center top/cover no-repeat;
  height: 20px;
  width: 33px;
}

.sf-field-post-meta-shop_icon > ul li:nth-child(4)::after {
  content: "";
  display: block;
  background: url(images/vegetarian/check04.png) center top/cover no-repeat;
  height: 20px;
  width: 25px;
}

.sf-field-taxonomy-vegetarian_area > ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

.sf-field-taxonomy-vegetarian_area > ul li {
  margin-right: 20px;
  padding: 0;
  white-space: nowrap;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .sf-field-taxonomy-vegetarian_area > ul li {
    margin-bottom: 0;
  }
}

.sf-field-reset {
  text-decoration: underline;
  display: inline-block !important;
  margin-left: 20px !important;
  transition: .5s;
}

.sf-field-reset:hover {
  opacity: .7;
}

.sf-field-submit {
  display: inline-block !important;
  width: auto;
  margin-right: 20px !important;
}

.sf-field-submit input {
  border: none;
  background: #000000;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 10px 30px;
  transition: .5s;
}

.sf-field-submit input:hover {
  opacity: .7;
}

.vege-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

@media only screen and (min-width: 768px) {
  .vege-wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .vege-wrap {
    grid-template-columns: repeat(5, 1fr);
  }
}

.vege-wrap .vege-box .piv-vege {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.vege-wrap .vege-box .piv-vege::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  /* グラデーションの高さ */
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  pointer-events: none;
  /* 下の要素のクリック操作を邪魔しない */
}

.vege-wrap .vege-box .piv-vege img {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  transition: .5s;
}

.vege-wrap .vege-box .piv-vege img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.vege-wrap .vege-box .vege-area {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #FFFFFF;
  z-index: 10;
  display: block;
  font-size: clamp(0.7rem, 1vw, 1rem);
  letter-spacing: -.01rem;
}

@media only screen and (min-width: 768px) {
  .vege-wrap .vege-box .vege-area {
    left: 20px;
  }
}

.vege-wrap .vege-box .vege-area i {
  margin-right: 5px;
}

.vege-wrap .vege-box .vege-label {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.vege-wrap .vege-box .vege-label ul {
  display: flex;
}

.vege-wrap .vege-box .vege-label ul li {
  text-indent: -9000px;
  width: 30px;
  height: 30px;
  margin-left: 3px;
}

.vege-wrap .vege-box .vege-label ul li.vegetarian {
  background: url(images/vegetarian/exp01.png) center top/cover no-repeat;
}

.vege-wrap .vege-box .vege-label ul li.vegan {
  background: url(images/vegetarian/exp02.png) center top/cover no-repeat;
}

.vege-wrap .vege-box .vege-label ul li.halal {
  background: url(images/vegetarian/exp03.png) center top/cover no-repeat;
}

.vege-wrap .vege-box .vege-label ul li.gluten {
  background: url(images/vegetarian/exp04.png) center top/cover no-repeat;
}

.vege-wrap .vege-box .entry-title {
  font-size: clamp(1rem, 0.8vw, 0.8rem);
  margin: 10px 0 0;
  font-weight: 900;
}

.sf-field-taxonomy-vegetarian_cate {
  display: none !important;
  opacity: 0;
  height: 0;
}

.shop-txt {
  letter-spacing: -.01rem;
  font-size: clamp(1rem, 1vw, 1rem);
}

/* PC: デスクトップ */
.shop-txt.pc {
  display: inline;
}

.shop-txt.sp {
  display: none;
}

/* SP: スマホ */
@media screen and (max-width: 768px) {
  .shop-txt.pc {
    display: none;
  }
  .shop-txt.sp {
    display: inline;
  }
}

.hidden {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  /* ふわっと感 */
}

/* 表示状態 */
.show {
  opacity: 1;
  max-height: 1000px;
  /* 適当に大きめを指定 */
}

.vege-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0px;
}

#vege-more-btn,
#vege-close-btn {
  text-align: center;
  border: none;
  background: none;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 700;
}

#vege-close-btn {
  margin-top: 50px;
}

.vege-nav {
  margin: 50px 0;
  position: relative;
}

.vege-nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
}

@media only screen and (min-width: 768px) {
  .vege-nav::after {
    top: 45%;
    transform: translateY(-45%);
  }
}

.vege-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vege-nav ul li {
  position: relative;
  z-index: 10;
}

.vege-nav ul li img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.vege-nav .nav-active.dining {
  width: 30vw;
  margin-right: 5%;
}

@media only screen and (min-width: 768px) {
  .vege-nav .nav-active.dining {
    width: 150px;
    margin-right: 10%;
  }
}

.vege-nav .nav-off.dining {
  width: 25vw;
  margin-right: 5%;
}

@media only screen and (min-width: 768px) {
  .vege-nav .nav-off.dining {
    width: 120px;
    margin-right: 10%;
  }
}

.vege-nav .nav-off.acc {
  width: 30vw;
  margin-left: 5%;
}

@media only screen and (min-width: 768px) {
  .vege-nav .nav-off.acc {
    width: 150px;
    margin-left: 10%;
  }
}

.vege-nav .nav-active.acc {
  width: 40vw;
  margin-left: 5%;
}

@media only screen and (min-width: 768px) {
  .vege-nav .nav-active.acc {
    width: 270px;
    margin-left: 10%;
  }
}

.map-wrap {
  transition: all 0.3s ease;
  /* Google Mapのiframe */
}

@media only screen and (min-width: 768px) {
  .map-wrap {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}

.map-wrap .key {
  background: #FFF8D9;
  padding: 40px 20px 20px;
  border-radius: 20px;
  transition: max-width 0.3s ease, padding 0.3s ease;
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .map-wrap .key {
    width: 20%;
    margin-bottom: 0;
  }
}

.map-wrap .key .tit-key {
  font-weight: 900;
  font-size: clamp(1.3rem, 1.3vw, 1.3rem);
  text-align: center;
  margin-bottom: 20px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .map-wrap .key .tit-key {
    display: inherit;
  }
}

.map-wrap .key .key-inner {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.map-wrap .key .tit-key-sub {
  font-size: clamp(1.2rem, 1.2vw, 1.2rem);
  border-bottom: 1px solid #000;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .map-wrap .key .tit-key-sub {
    text-align: left;
  }
}

.map-wrap .key ul {
  margin-top: 10px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.map-wrap .key ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  width: 45%;
}

@media only screen and (min-width: 768px) {
  .map-wrap .key ul li {
    width: 100%;
  }
}

.map-wrap .key ul li span {
  display: inline;
  margin-right: 10px;
}

.map-wrap .map {
  position: relative;
  height: 0;
  padding-top: 85%;
  transition: width 0.3s ease;
  margin-left: -8vw;
  margin-right: -8vw;
}

@media only screen and (min-width: 768px) {
  .map-wrap .map {
    padding-top: 55%;
    width: 79%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .map-wrap .map {
    padding-top: 45%;
  }
}

.map-wrap .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.map-wrap .arrow span {
  font-size: 1.1rem;
  font-weight: 700;
  padding-left: .5rem;
}

@media only screen and (min-width: 768px) {
  .map-wrap .arrow {
    display: none;
  }
}

.map-wrap .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-wrap.closed .key {
  height: 0;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .map-wrap.closed .key {
    max-width: none;
    padding: 20px;
    height: 100%;
  }
}

.map-wrap.closed .key .key-inner {
  transform: translateY(-20px);
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .map-wrap.closed .key .key-inner {
    transform: none;
    opacity: 1;
  }
}

.popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  border-radius: 100px;
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 共通: スマホ用ポップアップ */
/* 最初は非表示（スマホ用ポップアップ） */
#search-filter-form-23489,
#search-filter-form-23578 {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -55%) scale(0.95);
  /* 少し小さくしておく */
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  background: rgba(230, 222, 207, 0.95);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* 表示状態 */
#search-filter-form-23489.is-active,
#search-filter-form-23578.is-active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* 背景オーバーレイ */
#search-filter-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  transition: opacity 0.3s ease;
}

#search-filter-overlay.is-active {
  visibility: visible;
  opacity: 1;
}

/* PC用: 最初から表示、ポップアップ無効 */
@media (min-width: 769px) {
  #search-filter-form-23489,
  #search-filter-form-23578 {
    visibility: visible !important;
    opacity: 1 !important;
    position: static;
    transform: none !important;
    width: auto;
    max-width: none;
    box-shadow: none;
    background: rgba(230, 222, 207, 0.8);
  }
  #search-filter-overlay {
    display: none !important;
  }
}

.sp-filter-search {
  background: #000000;
  color: #FFFFFF;
  width: 200px;
  margin: 50px auto 0;
  text-align: center;
  border-radius: 15px;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .sp-filter-search {
    display: none;
  }
}

.filter-area-wrap {
  position: relative;
}

#results {
  margin-top: -100px;
  padding-top: 100px;
}

.search-filter-reset {
  background: none;
  border: none;
  text-decoration: underline;
}
