@charset "UTF-8";
/* ---------- リセット系 ---------- */
html {
  font-size: 10px;
}

html *,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ---------- ヘッダー ---------- */
header {
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  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;
  text-decoration: none;
  position: fixed;
  z-index: 280;
  -webkit-box-shadow: 0 3px 0 rgba(155, 119, 87, 0.2);
          box-shadow: 0 3px 0 rgba(155, 119, 87, 0.2);
}

header div {
  max-width: 1440px;
  width: 100%;
  /* min-width: 641px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 30px;
}

@media screen and (max-width: 768px) {
  header div {
    width: 100%;
    min-width: inherit;
    margin: 0 7px;
  }
}
header div a img {
  height: 47px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  header div a img {
    height: 4vw;
  }
}

@media screen and (max-width: 768px) {
  header div a img {
    height: 24px;
    width: auto;
  }
  header {
    height: 57px;
  }
}
.left {
  margin: 0px;
  /* padding-left: 3%; */
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}

.right {
  float: right;
  height: 37px;
  height: 32px;
  padding-right: 2%;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .right {
    height: 2.7vw;
  }
}

@media screen and (max-width: 768px) {
  .right {
    float: right;
    height: 20px;
  }
  .left {
    margin: 0px;
    gap: 0px;
  }
  .left img {
    margin-right: 10px;
  }
}
.rogo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

#top .left .rogo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  #top .left .rogo_wrap {
    gap: 4px;
  }
}

/* ---------- フッター ---------- */
footer {
  position: relative;
  z-index: 200;
  background: white;
  padding-top: 73px;
}
@media screen and (max-width: 1200px) {
  footer {
    padding-top: 40px;
  }
}

.footer-container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  background-color: white;
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .footer-container {
    padding-bottom: 30px;
  }
}

.foot_border {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.footer__inner__top {
  width: 100%;
  padding: 4em;
  background-color: var(--yellow02);
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .footer__inner__top {
    width: 100%;
    padding: 20px 4%;
  }
}
.footer-container_detail {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 2;
}

.footer__anno__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .footer__anno__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__anno__ul {
  margin-bottom: 0;
}

.footer__anno__li {
  padding-left: 0.6em;
  text-indent: -0.6em;
  text-align: justify;
}

.footer__anno__box {
  max-width: 940px;
  width: 80%;
  display: block;
  margin: 0 auto 30px;
  padding: 1.3em;
  text-align: justify;
}
.footer__anno__box p {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .footer__anno__box {
    width: 100%;
    padding: 0px;
  }
}
.footer__anno__box .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}
.footer__anno__box .sns-box .share_txt {
  width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__anno__box .sns-box .icon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__anno__box .sns-box .icon-flex li {
  width: 28px;
}
.footer__anno__box .sns-box .icon-flex li a {
  display: block;
  width: 100%;
}

.footer__inner__bottom {
  width: 100%;
  padding: 4em;
}

@media screen and (max-width: 768px) {
  .footer__inner__bottom {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.container-fluid {
  display: block;
  /* overflow: hidden; */
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.container-fluid p {
  margin-bottom: 10%;
}

@media (max-width: 414px) {
  .container-fluid p {
    margin-bottom: 20%;
  }
  .footer-container_detail {
    font-size: 3.2vw;
  }
}
#footer_nav {
  width: 100%;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #footer_nav {
    width: 100%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 34px;
  }
}
@media (max-width: 414px) {
  #footer_nav {
    width: 100%;
    padding-top: 0px;
    padding-left: inherit;
  }
}
#footer_nav li {
  color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.8px;
  padding-bottom: 20px;
  /* margin: 0; */
  list-style-type: none;
  /* float: left; */
  /* width: 33.3%; */
  /* width: 25%; */
  /* list-style-position: outside; */
  position: relative;
}

@media (max-width: 950px) {
  #footer_nav li {
    font-size: 13px;
    /* width: 50%; */
  }
}
@media screen and (max-width: 768px) {
  #footer_nav li {
    font-size: 13px;
    /* width: 50%; */
    text-align: center;
  }
}
@media (max-width: 414px) {
  #footer_nav li {
    /* font-size: 11px; */
    font-size: 3.1vw;
    width: 100%;
    padding-bottom: 10px;
  }
}
#footer_nav li:not(:first-of-type) {
  margin-left: 2em;
}

@media (max-width: 950px) {
  #footer_nav li:last-of-type {
    margin-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  #footer_nav li:not(:first-of-type),
  #footer_nav li:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}
#footer_nav li:not(:last-of-type)::after {
  content: "|";
  font-size: 1.5em;
  font-weight: 100;
  display: inline-block;
  position: absolute;
  top: -0.3em;
  right: -0.8em;
}

@media screen and (max-width: 768px) {
  #footer_nav li:not(:last-of-type)::after {
    content: none;
  }
}
#footer_nav li a {
  color: #000000;
  text-decoration: none;
}

#footer_nav li a:hover {
  text-decoration: none;
  color: #999999;
}

.footer {
  bottom: 0;
  width: 100%;
  height: 45px;
  color: #231815;
  font-size: 13px;
  display: block;
  padding-top: 20px;
  padding-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-align: center;
}

.footer__logo__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 950px) {
  .footer__logo__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__logo__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 20px;
}

.footer__logo__left img {
  max-height: 58.6px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 950px) {
  .footer__logo__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo__left img {
    max-width: 150px;
  }
}
@media (max-width: 414px) {
  .footer__logo__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__logo__left,
  .footer__logo__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
/* コピーライトの改行なし */
.footer .container-fluid br {
  display: none;
}

@media (max-width: 414px) {
  .footer .container-fluid br {
    display: inline-block;
  }
  .footer {
    font-size: 2.8vw;
  }
}
/* TOPへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 9998;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#pageTop a {
  display: block;
  opacity: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  text-indent: 0px;
  line-height: 300%;
  text-decoration: none;
  line-height: 1.5em;
  font-family: "Noto Sans";
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  #pageTop a {
    display: block;
    opacity: 1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    text-indent: 0px;
    line-height: 300%;
    text-decoration: none;
    line-height: 1.5em;
    font-family: "Noto Sans";
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #pageTop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 9998;
  }
}

.footer_logo {
  width: 266px;
  padding-top: 10px;
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .footer_logo {
    width: 266px;
  }
}
@media (max-width: 420px) {
  .footer__logo__right a {
    width: 80%;
  }
  .footer_logo {
    width: 100%;
  }
}
.copyright {
  font-size: 12px;
  text-align: center;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* 矢印表示 */
.slick-prev:before,
.slick-next:before {
  color: rgb(92, 92, 92);
}

.slick-prev {
  left: 50px;
}

.slick-next {
  right: 50px;
}

.slick-prev,
.slick-next {
  z-index: 100;
}

/* 矢印表示ここまで */
/* スライド下のドット */
.slick-dots li button:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* スライド下のドットここまで */
/* 複数枚のスライドをすべて表示 */
.sliderArea {
  background: #fff;
  overflow: hidden;
}

.sliderWide {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

.sliderWide .slick-arrow {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.sliderWide:hover .slick-arrow {
  opacity: 1;
}

.slider {
  max-width: 600px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

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

.slider .slick-slide {
  padding: 0 10px;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .slider .slick-slide {
    padding: 0 4px;
  }
}

.slider .slick-slide.slick-current {
  opacity: 1;
}

.slider .slick-slide a {
  display: block;
}

.slider .slick-slide a:hover {
  display: block;
  opacity: 0.7;
}

.slider img {
  height: auto;
  width: 100%;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-dots {
  bottom: -33px;
}

/* 複数枚のスライドをすべて表示ここまで */
/* スライダー左右の矢印 */
/* .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .prev-arrow {
    left: 0;
    z-index: 10;
  }
  .next-arrow {
    right: 0;
  }

  .slide-arrow  {
    width: 50px !important;
  } */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ハンバーガーメニュー */
.sp-header-nav_box_ham {
  position: fixed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: block;
  right: 10px;
  top: 72px;
  width: 50px;
  height: 50px;
  z-index: 310;
  border-radius: 50%;
}
.sp-header-nav_box_ham.clicked {
  background-color: black;
}

.sp-header-nav_box_ham_line {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #1A1A1A;
  width: 25px;
  height: 2px;
}

.line-1 {
  top: 15px;
  right: 13px;
}

.line-2 {
  top: 25px;
  right: 13px;
}

.line-3 {
  top: 35px;
  right: 13px;
}

.clicked .line-1 {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 25px;
  background-color: rgb(255, 255, 255);
}

.clicked .line-2 {
  opacity: 0;
  background-color: rgb(255, 255, 255);
}

.clicked .line-3 {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
  top: 25px;
  background-color: rgb(255, 255, 255);
}

.sp-nav_nav-list {
  position: fixed;
  width: 100%;
  top: -200vh;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* overflow: scroll; */
  height: 100%;
  z-index: 300;
  background: rgb(255, 255, 255);
}

.sp-nav_nav-list_box {
  list-style: none;
  text-align: center;
  background-color: white;
  padding: 10% 0;
}

.sp-nav_nav-list_box_list {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
}

.sp-nav_nav-list_box_list:nth-last-of-type(1) {
  margin-bottom: 0;
}

.sp-nav_nav-list_box_list a {
  color: #B8AB82;
  font-size: 20px;
}

.nav-opened {
  top: 0px;
}

.is-z {
  z-index: 311;
}

/* ハンバーガーメニューここまで */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-weight: normal;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

picture {
  display: block;
}

video {
  width: 100%;
}

img {
  width: 100%;
  vertical-align: top;
}

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

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  border: 0;
  border-radius: 0;
}

.contents-inner {
  display: block;
  margin: 0 auto;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    width: 100%;
  }
}
.contents-inner .innerWrap {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.contentsAllwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/All_BG.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .contentsAllwrap {
    margin-top: 56px;
  }
}
.contentsAllwrap .centerContents {
  background-color: white;
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
  .contentsAllwrap .centerContents {
    max-width: 420px;
    width: 100%;
  }
}
.contentsAllwrap .centerContents.fixed {
  margin-left: 23vw;
}
@media screen and (max-width: 1200px) {
  .contentsAllwrap .centerContents.fixed {
    margin-left: 300px;
  }
}

.BG.upper {
  margin-bottom: 30px;
}

.categoryTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .categoryTitle {
    margin-bottom: 20px;
  }
}
.categoryTitle .en {
  max-width: 400px;
  width: 90%;
  display: block;
  margin: 0 auto 15px;
}
.categoryTitle .ja {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .categoryTitle .ja {
    font-size: 15px;
  }
}
.categoryTitle .jaWrap {
  position: relative;
}
.categoryTitle .jaWrap .deco {
  position: absolute;
  width: 36%;
  z-index: 2;
  top: -18%;
}
.categoryTitle .jaWrap .deco.eye01 {
  left: -43%;
}
.categoryTitle .jaWrap .deco.eye02 {
  right: -43%;
}

.linkBtn_wrap .linkBtn {
  background-color: var(--purple02);
  border: 2px solid rgb(0, 0, 0);
  -webkit-box-shadow: 2px 2px black;
          box-shadow: 2px 2px black;
  border-radius: 16px;
  display: block;
  padding: 22px 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn {
    padding: 16px 0;
  }
}
.linkBtn_wrap .linkBtn.Btn02 {
  background-color: var(--blue01);
}
.linkBtn_wrap .linkBtn.Btn02::after {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/linkBtn02_01.svg");
}
.linkBtn_wrap .linkBtn.Btn02:hover .txt {
  color: var(--blue01);
}
.linkBtn_wrap .linkBtn.Btn02:hover::after {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/linkBtn02_02.svg");
}
.linkBtn_wrap .linkBtn::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/linkBtn01_01.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.linkBtn_wrap .linkBtn .txt {
  color: white;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn .txt {
    font-size: min(3.6vw, 14px);
  }
}
.linkBtn_wrap .linkBtn:hover {
  background-color: white;
}
.linkBtn_wrap .linkBtn:hover .txt {
  color: var(--purple02);
}
.linkBtn_wrap .linkBtn:hover::after {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/linkBtn01_02.svg");
}

.JS_fixed {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.JS_fixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.allWrapBG {
  position: fixed;
}
.allWrapBG.BG01 {
  width: 42vw;
  right: 0px;
  top: 15vh;
}
@media screen and (max-width: 1200px) {
  .allWrapBG.BG01 {
    width: calc(100vw - 300px - 420px);
  }
}
.allWrapBG.BG02 {
  width: 65vw;
  right: 0px;
  bottom: 0;
}

:root {
  --blue01: #0962a8;
  --pink01: #f84074;
  --beige01: #ffe3b7;
  --green01: #99dbcd;
  --green02: #46bea5;
  --brown01: #683b00;
  --brown02: #823c00;
  --yellow01: #ffc62b;
  --category01: #7881d1;
  --category02: #32a99a;
  --category03: #ef6e28;
  --category04: #856233;
  --category05: #e96b99;
}

.is-hidden {
  display: none;
}

#other {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #other {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.fukidashi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.fukidashi_wrap .fukidashi {
  width: 22px;
}
.fukidashi_wrap .txt {
  color: var(--brown01);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: 700;
  white-space: nowrap;
}
.fukidashi_wrap .txt span {
  font-size: 80%;
}

#budgetMin,
#budgetMax {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  /* 矢印スペース */
  background: #fff;
}

/* 矢印 */
#budgetMin,
#budgetMax {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/selectArrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

@media screen and (max-width: 768px) {
  .PC-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

#KV {
  padding-top: 0;
}
#KV .contents-inner .mainTitle {
  width: 100%;
  margin: 0 auto 20px;
}
#KV .contents-inner .leadWrap {
  text-align: center;
  margin-bottom: 16px;
}
#KV .contents-inner .leadWrap .introLead {
  display: inline;
  color: var(--brown02);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
  padding-bottom: 3px;
}
@media screen and (max-width: 1200px) {
  #KV .contents-inner .leadWrap .introLead {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .leadWrap .introLead {
    font-size: min(3.6vw, 14px);
  }
}
#KV .contents-inner .leadWrap .introLead .strong {
  font-size: 120%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #feecbb));
  background: linear-gradient(transparent 65%, #feecbb 65%);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .leadWrap .introLead .strong {
    font-size: min(3.9vw, 17px);
  }
}

/* フッター */
.footer {
  padding: 0 0 50px 0;
  height: inherit;
  display: block;
  margin: 0 auto;
}

.footer .pagetop {
  margin-top: 0;
}

.footer .pagetop:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#707070), to(#707070));
  background-image: linear-gradient(to right, #707070, #707070);
}

.footer .pagetop .pagetop__inner {
  text-align: right;
  padding: 7px 20px;
  margin: 0 auto;
}

.footer .pagetop .pagetop__inner span {
  color: black;
}

.footer .pagetop:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#707070), to(#707070));
  background-image: linear-gradient(to right, #707070, #707070);
}

.footer__head {
  padding: 40px 40px 50px;
  /* max-width: 1280px; */
  margin: 0 auto;
}

.footer-inner_wrap {
  max-width: 1280px;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.footer__body ul {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__body ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.footer__body ul {
  margin: 0 40px;
  padding-top: 35px;
  padding-bottom: 20px;
}

.footer__body ul li {
  font-size: 1.4rem;
  text-align: center;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
}

.footer__body ul li {
  font-size: 1.3rem;
  text-align: center;
  float: none;
  border: none;
  padding: 0;
  border-right: 1px solid #ccc;
}
.footer__body ul li.border-none {
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__body ul li {
    border-right: 0;
  }
}

.footer__body ul li a {
  display: block;
  width: 100%;
}

.footer__body ul li a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-right: 1px solid #ccc;
}

.add_border {
  border-right: 1px solid #ccc;
}

.footer__body ul li .border-none {
  border-right: none;
}

.footer__body ul li:nth-of-type(1) {
  width: 200px;
}

.footer__body ul li:nth-of-type(2) {
  width: 200px;
}

.footer__body ul li:nth-of-type(3) {
  width: 200px;
}

.footer__body ul li:nth-of-type(4) {
  width: 200px;
}

.footer__body ul li:nth-of-type(5) {
  width: 200px;
}

.footer__body ul li:nth-of-type(1) img {
  width: 150px;
}

.footer__body ul li:nth-of-type(2) img {
  width: 150px;
}

.footer__body ul li:nth-of-type(3) img {
  width: 87px;
}

.footer__body ul li:nth-of-type(4) img {
  height: 44px;
  width: auto;
}

.footer__body ul li:nth-of-type(5) img {
  width: auto;
  height: 44px;
}

.footer__body .footer__link {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.footer__body .footer__link {
  text-align: right;
  margin: 0 40px 20px;
  padding: 0 0 10px 0;
}

.footer__body .footer__link .link-text {
  color: #444;
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
  padding: 11px 0;
}

.footer__body .footer__link .link-text {
  font-size: 1.1rem;
  letter-spacing: 1.2px;
  display: inline-block;
  padding: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__body .footer__link .link-text span {
  position: relative;
  padding-right: 10px;
}

.footer__logo {
  float: right;
  width: 203px;
  height: 42px;
  max-width: none;
  text-align: right;
  margin: -5px 40px 0 0;
}

.footer.type02 .footer__logo {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer.type02 .footer__logo {
  width: auto;
}

.footer__foot .links ul {
  /* overflow: hidden; */
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__foot .links ul {
  margin-bottom: 0;
}

.footer__foot .links li {
  /* float: left; */
  font-size: 1.1rem;
  padding-bottom: 10px;
}

.footer__foot .links li {
  padding-bottom: 0px;
  white-space: nowrap;
}

.footer__foot .links li:first-of-type {
  font-size: 1rem;
  color: #878787;
  padding: 0 5px 11px 0;
}

.footer__foot .links li:first-of-type {
  padding: 0 3px 0 0;
}

.footer__foot .copyright {
  font-size: 1rem;
  padding: 0px 0 25px;
  text-align: left;
  display: inline-block;
  line-height: 1.5;
  color: #999;
}

.footer__foot .copyright {
  float: left;
  padding: 7px 0 0 0px;
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer__foot .copyright {
    float: inherit;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.footer__nav {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.footer__nav {
  font-size: 1.2rem;
  /* float: left; */
  letter-spacing: 0.2rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__nav li {
  padding-bottom: 10px;
  text-align: left;
}

.footer__nav li {
  /* float: left; */
  width: 20%;
}

.footer__nav li a {
  color: #444;
  text-decoration: none;
}

.footer__nav a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__body ul li img {
  max-height: 44px;
}

.footer__body ul li img {
  max-height: none;
  height: auto;
}

.footer .pagetop .pagetop__inner a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 8px;
  height: 8px;
  margin-top: -1px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer .pagetop .pagetop__inner a span {
  position: relative;
  padding-right: 15px;
}

.footer__foot .links li a {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  color: #343434;
}

.footer__foot .links li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 17px;
}

.MSG_logo {
  width: 209px;
}

.footer-inner_wrap .detail p {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}

.footer-inner_wrap .detail {
  margin: 40px 40px 40px;
}

.footer__body .footer__link .link-text span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .tab_only {
    display: block;
  }
  header {
    height: 57px;
    width: 100%;
  }
  .footer__logo {
    float: inherit;
    margin: 0 auto 20px;
  }
  .footer__nav li {
    width: 100%;
  }
  .footer-inner_wrap {
    width: 100%;
  }
  .footer__body ul {
    margin: 0;
  }
  .footer__body ul li {
    width: 50%;
  }
  .footer__body ul li:nth-of-type(1),
  .footer__body ul li:nth-of-type(2),
  .footer__body ul li:nth-of-type(3),
  .footer__body ul li:nth-of-type(4),
  .footer__body ul li:nth-of-type(5) {
    width: 50%;
  }
  .footer__body ul li a {
    border-right: none;
    padding: 12px 0;
  }
  .footer__body ul li:nth-of-type(odd) {
    border-right: 1px solid #ccc;
  }
  .footer__body ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  .footer__body ul {
    padding-top: 0px;
  }
  .footer__body .footer__link {
    margin: 0 0px 20px;
    display: -webkit-box;
    display: -ms-flex box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.type02 .footer__logo {
    margin: 0 0 18px 0;
  }
  .footer-inner_wrap .detail {
    margin: 20px 0 40px;
    padding: 0 15px;
  }
  .footer__head {
    padding: 0px 15px 50px;
  }
  .footer .pagetop .pagetop__inner {
    text-align: center;
  }
  .footer__foot .links li {
    margin-bottom: 9px;
  }
  #hightlights .info-flex li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hightlights .info-flex li .image {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 18px;
  }
  #hightlights .info-flex li .copy {
    width: 100%;
  }
  #hightlights .info-flex li p.lead {
    font-size: min(4.8vw, 22px);
    margin-bottom: 13px;
  }
  #hightlights .info-flex li p.text {
    font-size: min(3.8vw, 16px);
  }
  h2 p {
    font-size: min(3.4vw, 12px);
  }
  h2 {
    margin-bottom: 22px;
  }
  #shop .lead {
    font-size: min(3.55vw, 15px);
  }
  .content-inner {
    width: 100%;
    padding: 0 15px;
  }
  #shop .shop-news_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .shop-news_flex .floor01,
  .shop-news_flex .floor02,
  .shop-news_inner_flex .shop {
    width: 100%;
  }
  .shop-news_flex .floor p {
    font-size: min(3.7vw, 15px);
  }
  .shop-news_flex .floor {
    padding: 12px 0;
    margin-bottom: 13px;
  }
  .shop-news_flex .shop p {
    font-size: min(3.8vw, 16px);
  }
  .shop-news_flex ul.shop {
    margin-bottom: 36px;
  }
  .shop-news_flex ul.shop.floor2 {
    margin-bottom: 0px;
  }
  #shop .shop-news_inner_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #shop {
    padding: 40px 0 71px;
  }
  #info .content_flex li {
    width: 100%;
    padding: 56px 0 53px;
  }
  #hightlights {
    padding: 60px 0 60px;
  }
  #info .access .text {
    font-size: min(3.6vw, 14px);
  }
  #info .press-release .sub {
    font-size: min(3.6vw, 15px);
    padding: 10px 0;
  }
  #coming-soon .coming-title .text {
    font-size: min(3.6vw, 14px);
    margin-bottom: 17px;
  }
  #coming-soon .coming-title img {
    width: 45vw;
  }
  #news .content-inner {
    padding: 64px 0 53px;
  }
  #news .news_flex {
    width: calc(100% - 30px);
    padding: 11px 0% 18px;
  }
  #news .news_flex_wrap {
    width: 90%;
    border-radius: 9px;
  }
  #news .news_flex p {
    font-size: min(3.6vw, 14px);
  }
  #news li.day {
    padding-right: 12px;
    border-right: 1px solid;
    margin-right: 13px;
    height: 100%;
  }
  .BG_deco01 {
    width: 16%;
    right: 7%;
    bottom: -28%;
  }
  .BG_deco02 {
    width: 16%;
    left: 6%;
    top: -6%;
  }
  .la-logo {
    width: 59%;
    margin: 49px auto 50px;
  }
  #splash-logo {
    width: 50%;
  }
  #hightlights h2 {
    margin-bottom: 34px;
  }
  #shop h2 {
    margin-bottom: 41px;
  }
  #shop .lead {
    margin-bottom: 12px;
  }
  .BG_deco03 {
    width: 12%;
    right: 4%;
    top: -5%;
  }
  #shop .shop-news_frame01_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #shop .shop-news_frame01_flex ul {
    width: 100%;
  }
  .shop-news_flex ul.shop.upper {
    margin-bottom: 0;
  }
  #shop .intro_caution {
    font-size: min(3.35vw, 13px);
  }
}
nav {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  nav {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
nav .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  nav .lists {
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  nav .lists .list {
    border-bottom: 2px dotted var(--lightBlue01);
  }
}
@media screen and (max-width: 768px) {
  nav .lists .list:first-of-type {
    border-top: 2px dotted var(--lightBlue01);
    padding-top: 20px;
  }
}
nav .lists .list.linkBtn_wrap .linkBtn.menuBtn {
  background-color: white;
  padding: 9px 0 7px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn {
    padding: 0 0 20px;
    background: inherit;
    border: 0;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
}
nav .lists .list.linkBtn_wrap .linkBtn.menuBtn.line02 {
  border-radius: 16px;
}
nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt {
  color: black;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 1380px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt {
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
  }
}
nav .lists .list.linkBtn_wrap .linkBtn.menuBtn::after {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/navBtn01.png");
  right: 6px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn::after {
    top: 27%;
  }
}
nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover.menuBtn {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/navBG.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover.menuBtn {
    background-image: inherit;
  }
}
nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover.menuBtn .txt {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover.menuBtn .txt {
    color: black;
  }
}
nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover.menuBtn::after {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/navBtn02.png");
}
@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover.menuBtn::after {
    background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/navBtn01.png");
  }
}
nav .lists .list.linkBtn_wrap.current .linkBtn.menuBtn {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/navBG.png");
  background-size: 100% 100%;
}
nav .lists .list.linkBtn_wrap.current .linkBtn.menuBtn .txt {
  color: rgb(255, 255, 255);
}
nav .lists .list.linkBtn_wrap.current .linkBtn.menuBtn::after {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/navBtn02.png");
}
nav .deco {
  display: block;
  margin: 32vw auto 0;
  width: 100px;
}

.navRabel {
  width: 105px;
  display: block;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .navRabel {
    margin: 0 auto 28px;
  }
}

.newsWrap {
  background-color: white;
  border-radius: 16px;
  padding: 16px 10px 10px;
  border: 2px solid rgb(0, 0, 0);
  -webkit-box-shadow: 2px 2px black;
          box-shadow: 2px 2px black;
}
@media screen and (max-width: 768px) {
  .newsWrap {
    margin-top: -10px;
  }
}
.newsWrap .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.newsWrap .lists .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-bottom: 1px dotted gray;
  padding-bottom: 8px;
}
.newsWrap .lists .list:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.newsWrap .lists .list p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.newsWrap .lists .list p .new {
  background-color: #FF6190;
  color: white;
  padding: 3px;
}
.newsWrap .lists .list .rightWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3px;
}

.news_waveBG {
  padding-top: 15px;
  background-color: white;
}

/* モーダル（矢印遷移付き）ここから */
.shop-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-lists li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.js-modal-open {
  cursor: pointer;
}

/* 後で復帰  */
.modal-wrapper,
.modal-wrapper2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(190, 190, 190, 0.9);
  z-index: 1000;
}

.modal-wrapper .view-window,
.modal-wrapper2 .view-window {
  position: relative;
  padding-bottom: 120px;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: auto;
}

.modal-wrapper .modal-content-wrapper,
.modal-wrapper2 .modal-content-wrapper {
  position: absolute;
  max-width: 900px;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.modal-wrapper .modal-content-wrapper .modal-main,
.modal-wrapper2 .modal-content-wrapper .modal-main {
  background: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30vh;
}

.modal-wrapper .modal-content-wrapper .modal-main .img-box,
.modal-wrapper2 .modal-content-wrapper .modal-main .img-box {
  max-width: 580px;
  width: 100%;
  text-align: center;
}

.modal-wrapper .modal-content-wrapper .modal-main .txt-box,
.modal-wrapper2 .modal-content-wrapper .modal-main .txt-box {
  max-width: 435px;
  width: 100%;
  padding: 0px 35px 0 0;
}

.modal-content {
  display: none;
}

.modal-wrapper .btn-close,
.modal-wrapper2 .btn-close {
  position: absolute;
  right: -10px;
  top: 5px;
  z-index: 20;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  cursor: pointer;
}

.modal-wrapper .btn-prev,
.modal-wrapper2 .btn-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  /* transform: translateY(-50%) translateX(-100%); */
  z-index: 20;
  cursor: pointer;
  z-index: 100;
}

.modal-wrapper .btn-next,
.modal-wrapper2 .btn-next {
  position: absolute;
  right: 20px;
  top: 50%;
  /* transform: translateY(-50%) translateX(100%); */
  z-index: 20;
  cursor: pointer;
  z-index: 100;
}

.modal-wrapper .txt-close,
.modal-wrapper2 .txt-close {
  font-size: 16px;
  letter-spacing: 1.76px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 30px;
}

.modal-wrapper_box {
  position: relative;
}

.modal-wrapper2 {
  background-color: rgba(56, 56, 56, 0.9);
}

/* モーダル（矢印遷移付き）ここまで */
:root {
  --bg: #f4f1ea;
  --panel: #bfbfbf;
  --tab: #a0a0a0;
  --tabActive: #4b4b4b;
  --text: #222;
  --white: #fff;
  --btn: #666;
  --btnHover: #555;
  --shadow: 0 10px 30px rgba(0, 0, 0, .12);
  --radius: 14px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: var(--bg);
  color: var(--text);
}

.page {
  max-width: 750px;
  margin: 24px auto;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

/* ---- panel ---- */
/* ---- tabs ---- */
.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: var(--tab);
  padding: 14px 10px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}
.tab.tab01 {
  background-color: var(--beige01);
}
.tab.tab02 {
  background-color: var(--green01);
}
.tab .txt {
  color: black;
}

.tab:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.6);
  outline-offset: -3px;
}

/* ---- form ---- */
.row {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.label {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .label {
    font-size: min(3.7vw, 15px);
  }
}

/* radio / check */
.radio,
.check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 14px;
  margin-bottom: 6px;
  font-weight: 600;
}
.radio .txt,
.check .txt {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .radio .txt,
  .check .txt {
    font-size: min(3.7vw, 15px);
  }
}

.radio input,
.check input {
  width: 18px;
  height: 18px;
}

/* budget */
.budget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 13px;
}

.budget_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

select {
  width: 100%;
  color: black;
  border: 0;
  background: var(--white);
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  select {
    font-size: min(3.5vw, 13px);
  }
}

.tilde {
  font-weight: 900;
}

/* options block */
.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.options .label {
  padding-top: 0px;
  white-space: nowrap;
}

.genreRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.genreRow .label {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .genreRow .label {
    width: 40%;
  }
}

/* actions */
.actions {
  margin-top: 10px;
}

.btn {
  width: 100%;
  border: 0;
  background: white;
  color: var(--white);
  border-radius: 5px;
  padding: 2px;
  cursor: pointer;
  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;
  position: relative;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.btn .btn_inner {
  background-color: #ffaf32;
  border-radius: 3px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  padding: 14px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn::after {
  position: absolute;
  content: "";
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/btn_arrow01_01.svg");
  width: 12px;
  height: 12px;
  top: 50%;
  right: 9px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover .btn_inner {
  background-color: #ffffff;
}
.btn:hover:after {
  -webkit-transform: translate(3px, -50%);
          transform: translate(3px, -50%);
}
.btn.btnA .btn_inner {
  background-color: #6f3800;
}
.btn.btnA:hover {
  background: #6f3800;
}
.btn.btnA:hover .btn_inner {
  background-color: white;
  color: #6f3800;
}
.btn.btnA:hover:after {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/btn_arrow02_02.svg");
}
.btn.btnB .btn_inner {
  background-color: #f96a0c;
}
.btn.btnB:hover {
  background: #f96a0c;
}
.btn.btnB:hover .btn_inner {
  background-color: white;
  color: #f96a0c;
}
.btn.btnB:hover:after {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/btn_arrow03_02.svg");
}
.btn.facility01 .btn_inner {
  background-color: var(--blue01);
}
.btn.facility01:hover {
  background: var(--blue01);
}
.btn.facility01:hover .btn_inner {
  background-color: white;
  color: var(--blue01);
}
.btn.facility01:hover:after {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/btn_arrow04_02.svg");
}
.btn.facility02 .btn_inner {
  background-color: var(--pink01);
}
.btn.facility02:hover {
  background: var(--pink01);
}
.btn.facility02:hover .btn_inner {
  background-color: white;
  color: var(--pink01);
}
.btn.facility02:hover:after {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/btn_arrow05_02.svg");
}
.btn#applyBtn:hover {
  background: #ffaf32;
}
.btn#applyBtn:hover .btn_inner {
  color: #ffaf32;
}
.btn#applyBtn:hover:after {
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/btn_arrow01_02.svg");
}

.btnWrap.Byside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.btnWrap.Byside .btn {
  width: calc((100% - 10px) / 2);
}
.btnWrap.Byside .btn .btn_inner {
  font-size: 14px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .btnWrap.Byside .btn .btn_inner {
    font-size: min(3.3vw, 13px);
  }
}
.btnWrap.Byside .btn.single {
  width: 100%;
}
.btnWrap.Byside .btn.single .btn_inner {
  padding: 18px 0;
}
.btnWrap.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
}
.btnWrap.vertical .btn {
  max-width: 370px;
  width: 100%;
  border-radius: 10px;
}
.btnWrap.vertical .btn .btn_inner {
  border-radius: 8px;
}

.arrow {
  font-size: 22px;
  line-height: 1;
}

/* ---- results ---- */
.results {
  border: 1px solid var(--yellow01);
  position: relative;
  background: #f8f8f8;
}
.results::after {
  position: absolute;
  content: "";
  background: #f8f8f8;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0px;
}

.results__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.count {
  margin: 0;
  font-weight: 900;
}

.cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.badge {
  font-size: 12px;
  font-weight: 800;
  background: #eee;
  padding: 4px 8px;
  border-radius: 10px;
}

.meta {
  margin-top: 8px;
  font-size: 13px;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .meta {
    font-size: min(3.5vw, 13px);
  }
}

.empty {
  padding: 22px 10px;
  text-align: center;
  font-weight: 800;
  opacity: 0.7;
}

.budgetMode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 0px;
}

.budgetRadio {
  gap: 4px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.budgetRadio .icon {
  width: 25px;
}
.budgetRadio .txt {
  font-size: 13px;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .budgetRadio .txt {
    font-size: min(3.5vw, 13px);
    font-size: min(3.7vw, 15px);
  }
}

/* ラジオを画像みたいに：外枠グレー＋中だけ緑 */
.budgetRadio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  /* 外側リングの太さ＆色 */
  background: #fff;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  outline: none;
}

/* 中の緑ドット */
.budgetRadio input[type=radio]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6eb45a;
  -webkit-transform: scale(0);
          transform: scale(0);
  /* 非選択時は消す */
  -webkit-transition: -webkit-transform 0.12s ease;
  transition: -webkit-transform 0.12s ease;
  transition: transform 0.12s ease;
  transition: transform 0.12s ease, -webkit-transform 0.12s ease;
}

/* 選択時だけ中丸を表示 */
.budgetRadio input[type=radio]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.budgetRadio span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  padding: 0 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.budgetRadio input:checked + span {
  border-color: #333;
  font-weight: 700;
}

#filterForm {
  background-color: var(--beige01);
}

/* checkbox 本体 */
#filterForm input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
}

/* チェック時 */
#filterForm input[type=checkbox]:checked {
  background: #6eb45a;
}

/* レ点（白） */
#filterForm input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.filterForm_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.results_shopInfo .results_budget_price_twoLine {
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  row-gap: 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  padding-top: 5px;
  padding-bottom: 6px;
}
.results_shopInfo .results_budget_price_twoLine::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--brown01);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.results_shopInfo .results_budget_price_twoLine .twoLineTxt {
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .results_shopInfo .results_budget_price_twoLine .twoLineTxt {
    height: 13px;
  }
}
.results_shopInfo .results_budget_price_twoLine .results_budget_price.course::after {
  content: none;
}
.results_shopInfo .results_budget_price_twoLine .results_budget_price.course .little {
  display: inline-block;
}
.results_shopInfo .results_budget_price_twoLine .results_budget_price.course::after {
  content: none;
}
.results_shopInfo .results_budget_price_twoLine .results_budget_price.course.underTxt {
  padding-top: 0;
}
.results_shopInfo .results_budget_price_twoLine .title {
  grid-row: 1/span 2;
}

.form,
.results_shopInfo {
  padding: 20px 4% 28px;
  position: relative;
}

.form.is-category01 {
  background-color: var(--beige01);
}
.form.is-category02 {
  background-color: var(--green01);
}
.form.is-category02 .btn .btn_inner {
  background-color: var(--green02);
}

.results_shopInfo::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 94%;
  height: 3px;
  bottom: 0;
  background-image: url("/lalaport/tokyo-bay/special/gourmet2026/common/images/yellow_dotted_line.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.results_shopInfo:last-of-type::after {
  content: none;
}
.results_shopInfo .results_introWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.results_shopInfo .results_floor {
  border: 1px solid black;
  padding: 2px 4px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  background: white;
}
@media screen and (max-width: 768px) {
  .results_shopInfo .results_floor {
    font-size: min(3.1vw, 10px);
  }
}
.results_shopInfo .results_floor.floor01 {
  color: var(--blue01);
  border: 1px solid var(--blue01);
}
.results_shopInfo .results_floor.floor02 {
  color: var(--pink01);
  border: 1px solid var(--pink01);
}
.results_shopInfo .results_floor.category01 {
  color: var(--category01);
  border: 1px solid var(--category01);
}
.results_shopInfo .results_floor.category02 {
  color: var(--category02);
  border: 1px solid var(--category02);
}
.results_shopInfo .results_floor.category03 {
  color: var(--category03);
  border: 1px solid var(--category03);
}
.results_shopInfo .results_floor.category04 {
  color: var(--category04);
  border: 1px solid var(--category04);
}
.results_shopInfo .results_floor.category05 {
  color: var(--category05);
  border: 1px solid var(--category05);
}
.results_shopInfo .results_shopName {
  font-size: 18px;
  color: var(--brown01);
  font-weight: 700;
  letter-spacing: 0.005em;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--yellow01);
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .results_shopInfo .results_shopName {
    font-size: min(3.8vw, 16px);
  }
}
.results_shopInfo .results_catch {
  font-size: 16px;
  letter-spacing: 0.005em;
  color: var(--brown01);
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .results_shopInfo .results_catch {
    font-size: min(3.6vw, 15px);
  }
}
.results_shopInfo .results_shopPhoto_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.results_shopInfo .results_shopPhoto_wrap .results_shopPhoto {
  width: calc((100% - 3px) / 2);
  margin-bottom: 16px;
}
.results_shopInfo .results_shopTag_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .results_shopInfo .results_shopTag_Wrap {
    gap: 4px;
  }
}
.results_shopInfo .results_shopTag_Wrap .results_shopTag {
  background-color: gray;
  color: white;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .results_shopInfo .results_shopTag_Wrap .results_shopTag {
    font-size: min(3.3vw, 13px);
  }
}
.results_shopInfo .results_shopTag_Wrap .results_shopTag.tag01 {
  background-color: #f17c3d;
}
.results_shopInfo .results_shopTag_Wrap .results_shopTag.tag02 {
  background-color: #58bcbb;
}
.results_shopInfo .results_shopTag_Wrap .results_shopTag.tag03 {
  background-color: #7cbb6a;
}
.results_shopInfo .results_shopTag_Wrap .results_shopTag.tag04 {
  background-color: #f3a9c4;
}
.results_shopInfo .results_shopTag_Wrap .results_shopTag.tag05 {
  background-color: #98adde;
}
.results_shopInfo .results_shopTag_Wrap .results_shopTag.tag06 {
  background-color: var(--brown01);
}
.results_shopInfo .results_budget_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  border: 1px solid var(--brown01);
  margin-bottom: 10px;
}
.results_shopInfo .results_budget_Wrap .results_budget_tag {
  background: var(--brown01);
  color: white;
  width: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.results_shopInfo .results_budget_Wrap .results_budget_tag .txt {
  font-size: 13px;
}
.results_shopInfo .results_budget_Wrap .results_budget_contents {
  background-color: white;
  width: calc(100% - 60px);
  padding: 2px 5px;
}
.results_shopInfo .results_budget_Wrap .results_budget_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.results_shopInfo .results_budget_Wrap .results_budget {
  width: calc((100% - 3px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 5px 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .results_shopInfo .results_budget_Wrap .results_budget {
    padding: 3px 0px;
  }
}
.results_shopInfo .results_budget_Wrap .results_budget.budget01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 80%;
  width: 1px;
  background-color: var(--brown01);
}
.results_shopInfo .results_budget_Wrap .results_budget .results_budget_icon {
  width: 16px;
}
.results_shopInfo .results_budget_price {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--brown01);
  position: relative;
}
@media screen and (max-width: 768px) {
  .results_shopInfo .results_budget_price {
    font-size: min(3.2vw, 11px);
    white-space: nowrap;
  }
}
.results_shopInfo .results_budget_price .little {
  font-size: 80%;
}
.results_shopInfo .results_budget_price.course {
  padding-top: 6px;
  padding-bottom: 3px;
}
.results_shopInfo .results_budget_price.course::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--brown01);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.results_shopInfo .results_leadTxt {
  font-size: 14px;
  font-weight: 700;
  color: var(--brown01);
  letter-spacing: 0.005em;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .results_shopInfo .results_leadTxt {
    font-size: min(3.3vw, 13px);
  }
}
.results_shopInfo .results_caution {
  font-size: 12px;
  font-weight: 400;
  color: var(--brown01);
  letter-spacing: 0.005em;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .results_shopInfo .results_caution {
    font-size: min(3.1vw, 11px);
  }
}
/*# sourceMappingURL=style.css.map */



