@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.h-hide {
  display: none !important;
}

.h-hide-pc {
  display: none !important;
}

.h-white {
  color: #fff !important;
}
.h-center {
  text-align: center !important;
}

.h-fwb {
  font-weight: bold !important;
}

.h-mb-0 {
  margin-bottom: 0 !important;
}

.h-mt-0 {
  margin-top: 0 !important;
}

.h-pb-0 {
  padding-bottom: 0 !important;
}

.h-textDecolationNone {
  text-decoration: underline;
}

.cf:after,
.cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: var(--blackColor);
  font-size: 16px;
  line-height: 2;
  font-family: var(--font_gothic);
}

body {
  word-wrap: break-word;
  text-spacing-trim: trim-start;
}

a {
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  text-decoration-color: transparent;
  opacity: 0.6;
}

:visited:hover,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

input[type="button"]:not([disabled]),
input[type="submit"]:not([disabled]),
input[type="reset"]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

img {
  height: auto;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

a[href*="tel:"] {
  cursor: default;
  pointer-events: none;
}

:root {
  --font_gothic:
    "ヒラギノ角ゴ Pro", YuGothic, "游ゴシック体", "Yu Gothic",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
    "MS PGothic", sans-serif;
  --font_mincyo:
    "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
  --blackColor: #000;
}

.bl_topKv video {
  display: block;
  width: 100%;
}

.bl_pageBody {
  aspect-ratio: 3004/4562;
  padding-top: 4.4666666667vw;
  background-image: url(/karuizawa-menufair2026/assets/images/background_pc.webp);
  background-position: center 0;
  background-size: cover;
}

.bl_message01 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  aspect-ratio: 1036/365;
  max-width: 69.0666666667vw;
  margin: 0 auto;
  padding-right: 1.6666666667vw;
  padding-left: 4.5333333333vw;
  background: transparent
    radial-gradient(
      closest-side at 50% 50%,
      rgba(255, 255, 255, 0.89) 0%,
      rgba(242, 219, 194, 0.89) 100%
    )
    0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 7px rgba(37, 30, 28, 0.7490196078);
  text-align: center;
}
.bl_message01::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/karuizawa-menufair2026/assets/images/waku.webp);
  background-size: cover;
  content: "";
}

.bl_message01_txt01 {
  color: #735029;
  font-weight: bold;
  font-size: 1.5333333333vw;
  line-height: 1.7;
  font-family: var(--font_mincyo);
  letter-spacing: -0.02em;
}

.bl_message01_imgWrapper img {
  display: block;
  width: 23.8vw;
  transform: translate(-1.2vw, 0.6666666667vw);
}

.bl_contentBox {
  width: 70.5333333333vw;
  margin-right: auto;
  margin-left: auto;
}
.bl_contentBox--01 {
  margin-top: 4.4vw;
}
.bl_contentBox--01 .bl_contentBox_body::after {
  display: block;
  position: absolute;
  right: 7.0666666667vw;
  bottom: -6.1333333333vw;
  aspect-ratio: 409/314;
  width: 13.6vw;
  background-image: url(/karuizawa-menufair2026/assets/images/kinoco.webp);
  background-size: cover;
  content: "";
}
.bl_contentBox--02 {
  margin-top: 2vw;
}
.bl_contentBox img {
  display: block;
  width: 100%;
}

.bl_contentBox_body {
  position: relative;
  padding: 0.6666666667vw;
  background-image: url(/karuizawa-menufair2026/assets/images/weaku_about_pc_body.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.bl_heading01 {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 600/94;
  width: 40vw;
  margin: -2.6666666667vw auto 0.8vw;
  background-image: url(/karuizawa-menufair2026/assets/images/heading_back.webp);
  background-size: cover;
  color: #fff;
  font-weight: bold;
  font-size: 1.6vw;
  font-family: var(--font_mincyo);
}

.bl_contentBox_txt {
  margin-bottom: -1.4666666667vw;
  color: #5f3b13;
  font-weight: bold;
  font-size: 1.4666666667vw;
  line-height: 1.7;
  font-family: var(--font_mincyo);
  text-align: center;
}

.bl_btn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.4vw 0.8666666667vw;
  gap: 0 0.3333333333vw;
  border-radius: 1.3333333333vw;
  background-color: #a5814c;
  color: #fff;
  font-weight: bold;
  font-size: 0.9333333333vw;
}
.bl_btn img {
  display: block;
  width: 1.1333333333vw;
}

.bl_map {
  position: relative;
  margin-top: 1.8666666667vw;
}
.bl_map .bl_map_main {
  display: block;
  width: 59.4666666667vw;
  margin: 0 auto;
}

.bl_heading02 {
  display: flex;
  position: absolute;
  top: -0.5333333333vw;
  left: 50%;
  align-items: center;
  padding-right: 2.3333333333vw;
  padding-left: 0.6666666667vw;
  gap: 0.5333333333vw;
  transform: translateX(-50%);
  border: 1px solid #87613a;
  background-color: #f7f3e6;
  color: #5f3b13;
  font-weight: bold;
  font-size: 1.0666666667vw;
  font-family: var(--font_mincyo);
  white-space: nowrap;
}
.bl_heading02 img {
  width: 1.3333333333vw;
}
.bl_heading02::after,
.bl_heading02::before {
  display: block;
  position: absolute;
  bottom: -1.2vw;
  aspect-ratio: 54/34;
  width: 3.6vw;
  background-size: cover;
  content: "";
}
.bl_heading02::after {
  left: -0.9333333333vw;
  aspect-ratio: 54/34;
  background-image: url(/karuizawa-menufair2026/assets/images/heading_leaves01.svg);
}
.bl_heading02::before {
  right: -1.0666666667vw;
  background-image: url(/karuizawa-menufair2026/assets/images/heading_leaves02.svg);
}

.bl_mapBtn {
  position: absolute;
  height: 2.6666666667vw;
}
.bl_mapBtn__01 {
  top: 2.0666666667vw;
  left: 17.1333333333vw;
  width: 9.7333333333vw;
}
.bl_mapBtn__02 {
  top: 9.4vw;
  left: 18vw;
  width: 9.7333333333vw;
}
.bl_mapBtn__03 {
  top: 26.2666666667vw;
  left: 6.2vw;
  width: 9.8666666667vw;
}
.bl_mapBtn__04 {
  top: 22.8666666667vw;
  left: 24.4vw;
  width: 9.7333333333vw;
}
.bl_mapBtn__05 {
  top: 27.6vw;
  left: 21.3333333333vw;
  width: 8.5333333333vw;
}
.bl_mapBtn__06 {
  top: 19.6666666667vw;
  left: 45.8666666667vw;
  width: 7.2vw;
}
.bl_mapBtn__07 {
  top: 23.4vw;
  left: 37.2vw;
  width: 10.2666666667vw;
}
.bl_mapBtn__08 {
  top: 24.4vw;
  left: 48.6666666667vw;
  width: 13.2vw;
  height: 4vw;
}
.bl_mapBtn__09 {
  top: 28.6666666667vw;
  left: 31.2vw;
  width: 10.1333333333vw;
}

.bl_searchWrapper {
  display: flex;
  justify-content: space-between;
  width: 59.3333333333vw;
  margin-top: 1.3333333333vw;
  margin-right: auto;
  margin-bottom: -1.3333333333vw;
  margin-left: auto;
}

.bl_searchBox {
  position: relative;
  width: 48.4%;
}

.bl_searchBox__body {
  padding: 2vw 0 0.3333333333vw;
  background-image: url(/karuizawa-menufair2026/assets/images/searchbox_body_pc.webp);
  background-position: center 0;
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.bl_searchList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  gap: 0.7333333333vw 1.5333333333vw;
}
.bl_searchList img {
  width: 6.3333333333vw;
}

.bl_banner {
  display: block;
  width: 23.2vw;
  margin: 2.6666666667vw auto 0;
}
.bl_banner img {
  width: 100%;
}

html.is-modal {
  overflow: hidden;
}
html.is-modal #glayBack {
  opacity: 1;
  pointer-events: auto;
}

.bl_modalItemBox_item {
  position: relative;
  width: min(550px, 36.6666666667vw);
  padding-bottom: min(51px, 3.4vw);
  color: #5c4e42;
}

#glayBack {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.bl_modalLayout {
  opacity: 0;
  pointer-events: none;
  transition: all 1.3s;
}
.bl_modalLayout.is-active {
  opacity: 1;
  pointer-events: auto;
}
.bl_modalLayout {
  position: fixed;
  top: min(40px, 2.6666666667vw);
  left: 50%;
  width: min(1383px, 92.2vw);
  padding-top: min(40px, 2.6666666667vw);
  padding-bottom: min(40px, 2.6666666667vw);
  transform: translateX(-50%);
  background-image: url(/karuizawa-menufair2026/assets/images/modal/back_pc.webp);
  background-size: cover;
}
.bl_modalLayout::after {
  display: block;
  position: absolute;
  bottom: max(-20px, -1.3333333333vw);
  left: 0;
  width: 100%;
  height: min(500px, 33.3333333333vw);
  background-image: url(/karuizawa-menufair2026/assets/images/modal/back_pc_bottom.webp);
  background-position: 0 bottom;
  background-size: 100% auto;
  content: "";
}

.bl_modalLayout__inner {
  z-index: 1;
  position: relative;
  width: min(1280px, 85.3333333333vw);
  max-height: calc(100dvh - min(200px, 13.3333333333vw));
  margin: 0 auto;
  overflow: auto;
  background-color: #fff;
  box-shadow: 15px 15px 7px rgba(37, 30, 28, 0.7490196078);
}

.bl_modalHeader {
  position: relative;
  width: min(570px, 38vw);
  margin: 0 auto;
  font-size: min(38px, 2.5333333333vw);
  font-family: "Kaisei HarunoUmi", serif;
  letter-spacing: -0.1em;
  text-align: center;
}
.bl_modalHeader__machi {
  color: #b15124;
}
.bl_modalHeader__food_court {
  color: #c40018;
}
.bl_modalHeader__moomin {
  color: #008f4a;
}
.bl_modalHeader__new_west {
  color: #b6195b;
}
.bl_modalHeader__east {
  color: #1a548b;
}
.bl_modalHeader__new_east {
  color: #00996d;
}
.bl_modalHeader__tree {
  color: #70ae42;
}
.bl_modalHeader__garden {
  color: #a4802c;
}
.bl_modalHeader__gray {
  color: #5c4e42;
}
.bl_modalHeader__prince_hotels {
  color: #5c4e42;
  letter-spacing: -0.1em;
}
.bl_modalHeader:not(:has(span))::after,
.bl_modalHeader:not(:has(span))::before {
  display: none;
}
.bl_modalHeader span {
  position: relative;
  padding: 0 min(10px, 0.6666666667vw);
  background-color: #fff;
}
.bl_modalHeader::before {
  display: block;
  position: absolute;
  top: 50%;
  top: 50%;
  left: 0;
  left: 0;
  width: 100%;
  height: min(3px, 0.2vw);
  transform: translateY(-50%);
  background-color: currentColor;
  content: "";
}

.bl_modalItemBox_item .bl_modalHeader {
  width: min(405px, 27vw);
  margin-top: max(-35px, -2.3333333333vw);
}
.bl_modalItemBox_item .bl_modalHeader__prince_hotels {
  width: 100%;
  letter-spacing: -0.2em;
}
.bl_modalItemBox_item .bl_modalHeader.bl_modalHeader__min {
  width: min(370px, 24.6666666667vw);
  margin-top: 0;
  font-size: min(25px, 1.6666666667vw);
}

.bl_modalItemSubBox + .bl_modalHeader {
  margin-top: max(-40px, -2.6666666667vw);
}

.bl_modalItemBox_status {
  display: flex;
  position: absolute;
  bottom: 0;
  gap: min(5px, 0.3333333333vw);
}
.bl_modalItemBox_status .is-active svg {
  fill: #65a6de;
}
.bl_modalItemBox_status svg {
  fill: #b3b3b3;
  width: auto;
  height: min(51px, 3.4vw);
}

.bl_modalItemBox_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 445/81;
  width: min(445px, 29.6666666667vw);
  margin-right: auto;
  margin-bottom: min(30px, 2vw);
  margin-left: auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: min(33px, 2.2vw);
  font-family: var(--font_mincyo);
  letter-spacing: -0.1em;
  text-align: center;
  white-space: nowrap;
}
.bl_modalItemBox_heading__02 {
  font-size: min(30px, 2vw);
}
.bl_modalItemBox_heading__machi {
  background-image: url(/karuizawa-menufair2026/assets/images/modal/header/machi.svg);
  color: #99481d;
}
.bl_modalItemBox_heading__food_court {
  background-image: url(/karuizawa-menufair2026/assets/images/modal/header/food_court.svg);
  color: #c40018;
}
.bl_modalItemBox_heading__moomin {
  background-image: url(/karuizawa-menufair2026/assets/images/modal/header/moomin.svg);
  color: #2e693a;
}
.bl_modalItemBox_heading__new_west {
  background-image: url(/karuizawa-menufair2026/assets/images/modal/header/new_west.svg);
  color: #b6195b;
}
.bl_modalItemBox_heading__east {
  background-image: url(/karuizawa-menufair2026/assets/images/modal/header/east.svg);
  color: #1a548b;
}
.bl_modalItemBox_heading__new_east {
  background-image: url(/karuizawa-menufair2026/assets/images/modal/header/new_east.svg);
  color: #00996d;
}
.bl_modalItemBox_heading__tree {
  background-image: url(/karuizawa-menufair2026/assets/images/modal/header/tree.svg);
  color: #70ae42;
}
.bl_modalItemBox_heading__garden {
  background-image: url(/karuizawa-menufair2026/assets/images/modal/header/garden.svg);
  color: #8a6a1a;
}
.bl_modalItemBox_heading__prince_hotels {
  background-image: url(/karuizawa-menufair2026/assets/images/modal/header/prince_hotels.svg);
  color: #595858;
}
.bl_modalItemBox_heading__txtMin {
  font-size: min(24px, 1.6vw);
  line-height: 1;
}
.bl_modalItemBox_heading__txtMin span {
  font-size: min(30px, 2vw);
}

.bl_modalItemBox_imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(305px, 20.3333333333vw);
  margin-bottom: min(8px, 0.5333333333vw);
}
.bl_modalItemBox_imgbox img {
  display: block;
  width: auto;
  max-width: min(443px, 29.5333333333vw);
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bl_modalItemBox_title {
  min-height: 2.6em;
  font-weight: bold;
  font-size: min(33px, 2.2vw);
  line-height: 1.3;
  font-family: var(--font_mincyo);
  text-align: center;
}
.bl_modalItemBox_title span {
  font-size: min(24px, 1.6vw);
}

.bl_modalItemBox_price {
  margin-bottom: min(10px, 0.6666666667vw);
  font-weight: bold;
  font-size: min(30px, 2vw);
  line-height: 1.6;
  font-family: var(--font_mincyo);
  text-align: center;
}
.bl_modalItemBox_price span {
  font-size: min(16px, 1.0666666667vw);
}

.bl_modalItemBox_txt {
  margin-bottom: min(10px, 0.6666666667vw);
  font-weight: bold;
  font-size: min(22px, 1.4666666667vw);
  line-height: 1.4;
}

.bl_svgWrapper {
  display: none;
}

.bl_modalItemBox_tr {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-bottom: min(30px, 2vw);
  margin-left: auto;
  padding: 0 min(45px, 3vw);
  padding-bottom: min(30px, 2vw);
  background-image: url(/karuizawa-menufair2026/assets/images/modal/horizontal_border.svg);
  background-position: center bottom;
  background-size: 95% auto;
  background-repeat: no-repeat;
}

.bl_modalItemSubBox {
  background-image: url(/karuizawa-menufair2026/assets/images/modal/vertical_border01.svg);
  background-position: center 0;
  background-size: auto 98%;
  background-repeat: no-repeat;
}
.bl_modalItemSubBox:not(:has(.bl_modalItemBox_tr:nth-child(2))) {
  background-image: url(/karuizawa-menufair2026/assets/images/modal/vertical_border02.svg);
}
.bl_modalItemSubBox:last-child .bl_modalItemBox_tr:last-child {
  background-image: none;
}
.bl_modalItemSubBox:last-child
  .bl_modalItemBox_tr:last-child
  .bl_modalItemBox_item:last-child {
  background-image: none;
}

.bl_modalClose {
  z-index: 2;
  position: absolute;
  top: min(5px, 0.3333333333vw);
  right: min(5px, 0.3333333333vw);
  aspect-ratio: 1;
  width: min(42px, 2.8vw);
  border: 1px solid #fff;
}
.bl_modalClose::after,
.bl_modalClose::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(18px, 1.2vw);
  height: 1px;
  background-color: #fff;
  content: "";
}
.bl_modalClose::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bl_modalClose::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bl_modalItemBox_small {
  display: block;
  margin-top: max(-15px, -1vw);
  font-size: min(15px, 1vw);
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .h-hide-pc {
    display: block !important;
  }
  .h-hide-sp {
    display: none !important;
  }
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .bl_pageBody {
    aspect-ratio: 1503/6819;
    padding-top: 5.3333333333vw;
    background-image: url(/karuizawa-menufair2026/assets/images/background_sp.webp);
  }
  .bl_message01 {
    display: block;
    aspect-ratio: 624/539;
    max-width: 83.2vw;
    padding: 2.4vw 0 0;
  }
  .bl_message01::after {
    background-image: url(/karuizawa-menufair2026/assets/images/waku_sp.svg);
  }
  .bl_message01_txt01 {
    font-size: 2.6666666667vw;
    line-height: 1.62;
  }
  .bl_message01_imgWrapper img {
    width: 69.0666666667vw;
    margin: 0 auto;
    transform: translate(0.5333333333vw, -0.3333333333vw);
  }
  .bl_contentBox--01 {
    margin-top: 12vw;
  }
  .bl_contentBox--01 .bl_contentBox_body::after {
    position: static;
    width: 24vw;
    margin: 2.6666666667vw auto 0;
  }
  .bl_contentBox--02 {
    margin-top: 4vw;
  }
  .bl_contentBox {
    width: 75.2vw;
  }
  .bl_contentBox_body {
    padding-bottom: 0px;
    background-image: url(/karuizawa-menufair2026/assets/images/weaku_about_sp_body.webp);
  }
  .bl_heading01 {
    width: 60vw;
    margin: -2.6666666667vw auto 1.3333333333vw;
    font-size: 3.2vw;
  }
  .bl_contentBox_txt {
    font-size: 2.8vw;
    line-height: 1.6;
  }
  .bl_btn {
    margin-top: 4vw;
    padding: 1.6vw 3.4666666667vw;
    gap: 0 1.3333333333vw;
    border-radius: 20px;
    font-size: 2.9333333333vw;
  }
  .bl_btn img {
    width: 3.6vw;
  }
  .bl_map .bl_map_main {
    width: 70.6666666667vw;
  }
  .bl_map {
    margin-top: 5.3333333333vw;
  }
  .bl_heading02 img {
    width: 5.8666666667vw;
  }
  .bl_heading02::after,
  .bl_heading02::before {
    bottom: -2.6666666667vw;
    width: 8vw;
  }
  .bl_heading02::after {
    left: -2.1333333333vw;
  }
  .bl_heading02::before {
    right: -2.1333333333vw;
  }
  .bl_heading02 {
    top: -2.1333333333vw;
    font-size: 2.2666666667vw;
  }
  .bl_heading02 img {
    width: 2.9333333333vw;
    margin-right: 0.5333333333vw;
  }
  .bl_heading02 {
    padding: 0 3.7333333333vw;
  }
  .bl_mapBtn {
    height: 6.4vw;
  }
  .bl_mapBtn__01 {
    top: 8vw;
    left: 14.4vw;
    width: 21.3333333333vw;
  }
  .bl_mapBtn__02 {
    top: 16vw;
    left: 5.3333333333vw;
    width: 21.3333333333vw;
  }
  .bl_mapBtn__03 {
    top: 64.5333333333vw;
    left: 4vw;
    width: 21.3333333333vw;
  }
  .bl_mapBtn__04 {
    top: 51.7333333333vw;
    left: 21.8666666667vw;
    width: 20vw;
  }
  .bl_mapBtn__05 {
    top: 57.3333333333vw;
    left: 6.6666666667vw;
    width: 15.4666666667vw;
  }
  .bl_mapBtn__06 {
    top: 16vw;
    left: 44vw;
    width: 16vw;
  }
  .bl_mapBtn__07 {
    top: 47.2vw;
    left: 44vw;
    width: 24vw;
  }
  .bl_mapBtn__08 {
    top: 6.4vw;
    left: 40.5333333333vw;
    width: 28.8vw;
    height: 8vw;
  }
  .bl_mapBtn__09 {
    top: 60.8vw;
    left: 31.4666666667vw;
    width: 24vw;
  }
  .bl_searchWrapper {
    flex-direction: column;
    width: 70.8vw;
    margin-top: 2.1333333333vw;
    margin-bottom: 0;
    padding-bottom: 2.6666666667vw;
  }
  .bl_searchBox {
    width: 100%;
    margin-top: 4.5333333333vw;
  }
  .bl_searchBox__body {
    padding-top: 4vw;
    padding-bottom: 1.6vw;
    background-image: url(/karuizawa-menufair2026/assets/images/searchbox_body_sp.webp);
  }
  .bl_searchList {
    width: 100%;
    gap: 2.6666666667vw 4.2666666667vw;
  }
  .bl_searchList img {
    width: 17.3333333333vw;
  }
  .bl_banner {
    width: 53.3333333333vw;
    margin: 1.3333333333vw auto 0;
  }
  .bl_modalItemBox_item {
    width: 100%;
    margin-bottom: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    background-image: url(/karuizawa-menufair2026/assets/images/modal/horizontal_border.svg);
    background-position: 0 bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .bl_modalLayout {
    width: 94.4vw;
    padding-top: 3.7333333333vw;
    padding-bottom: 8vw;
    background-image: url(/karuizawa-menufair2026/assets/images/modal/back_sp.webp);
  }
  .bl_modalLayout::after {
    background-image: url(/karuizawa-menufair2026/assets/images/modal/back_sp_bottom.webp);
  }
  .bl_modalLayout__inner {
    width: 83.7333333333vw;
    max-height: calc(100dvh - 21.3333333333vw);
    padding-top: 2.6666666667vw;
    padding-bottom: 4vw;
    box-shadow: none;
  }
  .bl_modalHeader:not(:has(span)) {
    display: none;
  }
  .bl_modalHeader {
    width: 76vw;
    margin-bottom: 2.6666666667vw;
    font-size: 5.0666666667vw;
  }
  .bl_modalHeader span {
    padding: 0 2.6666666667vw;
  }
  .bl_modalItemBox_item .bl_modalHeader.bl_modalHeader__min {
    width: 66.6666666667vw;
    margin-top: 0;
    font-size: 3.3333333333vw;
  }
  .bl_modalItemBox_item .bl_modalHeader {
    width: 54vw;
    margin-top: -4vw;
    margin-bottom: 0vw;
  }
  .bl_modalItemBox_item .bl_modalHeader__prince_hotels {
    width: 100%;
  }
  .bl_modalItemBox_status {
    position: static;
    justify-content: center;
    gap: 0.64vw;
  }
  .bl_modalItemBox_status svg {
    height: 6.4vw;
  }
  .bl_modalItemBox_heading {
    width: 59.3333333333vw;
    margin-right: auto;
    margin-bottom: 3.7333333333vw;
    margin-left: auto;
    font-size: 4.4vw;
  }
  .bl_modalItemBox_heading__02 {
    font-size: 3.7333333333vw;
  }
  .bl_modalItemBox_heading__txtMin {
    font-size: 3.4666666667vw;
  }
  .bl_modalItemBox_heading__txtMin span {
    font-size: 3.2vw;
  }
  .bl_modalItemBox_imgbox {
    height: auto;
    margin-bottom: 2.1333333333vw;
  }
  .bl_modalItemBox_imgbox img {
    max-width: 58.6666666667vw;
  }
  .bl_modalItemBox_title {
    min-height: 0em;
    font-size: 4.4vw;
  }
  .bl_modalItemBox_title span {
    font-size: 2.6666666667vw;
  }
  .bl_modalItemBox_price {
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
  }
  .bl_modalItemBox_price span {
    font-size: 2.1333333333vw;
  }
  .bl_modalItemBox_txt {
    margin-bottom: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
  .bl_modalItemBox_tr {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
  }
  .bl_modalItemSubBox {
    background-image: none;
  }
  .bl_modalItemSubBox:not(:has(.bl_modalItemBox_tr:nth-child(2))) {
    background-image: none;
  }
  .bl_modalClose {
    width: 7.2vw;
    background-color: #251e1c;
  }
  .bl_modalClose::after,
  .bl_modalClose::before {
    width: 3.7333333333vw;
  }
  .bl_modalItemBox_small {
    margin-top: -2.6666666667vw;
    font-size: 2.1333333333vw;
  }
}
