@charset "UTF-8";
/*ユーティリティ*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Shippori+Mincho:wght@600;700&display=swap");
/*関数・Mixin*/
/*リセット*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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;
}

/**
 * 1. 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 */
}

/**
 * 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 {
  vertical-align: top;
  padding: 0;
}

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

/*スタイルの下地*/
/* Typography
--------------------------------------------- */
html {
  font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #7a181d;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-weight: 600;
}

/* Elements
--------------------------------------------- */
body {
  background: #282828;
}

.pc-none {
  display: block;
}

.sp-none {
  display: none;
}

.tab-block {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.6;
}

p {
  font-weight: 400;
  margin-bottom: 0;
}

ul,
ol,
li {
  font-weight: 400;
  list-style: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

figure {
  margin: 1em 0;
}

picture {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dd {
  margin: 0;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}

/* Forms
--------------------------------------------- */
/*ヘッダー*/
header .nav-content {
  background: #f6e9c7;
  padding: 4.2857142857vw 0 7.7142857143vw;
  width: 64.8571428571vw;
  z-index: 999;
  position: relative;
  height: 100vh;
  overflow-y: scroll;
}
header .nav-content__wrap {
  position: fixed;
  left: -100%;
  /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 200;
}
header .nav-content__logo {
  display: block;
  width: 36.4285714286vw;
  height: auto;
  margin: 0 auto 2.8571428571vw;
}
header .nav-content__date {
  display: block;
  width: 51.8571428571vw;
  margin: auto;
}
header .nav-content__link {
  border-top: 2px solid #7a181d;
  border-bottom: 2px solid #7a181d;
  margin: 5vw auto 4.2857142857vw;
}
header .nav-content__link-item {
  display: block;
  width: 100%;
  height: 12.8571428571vw;
  border-bottom: 2px dotted #7a181d;
  line-height: 12.8571428571vw;
  font-size: 3.2857142857vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .nav-content__link-item:hover {
  background-color: #f2dfb6;
}
header .nav-content__link-item:last-child {
  border-bottom: none;
}
header .nav-content__link-item a {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 9.2857142857vw 0 7.8571428571vw;
}
header .nav-content__link-item a::after {
  content: "";
  background: url(./images/menu_arrow.png) no-repeat;
  width: 2.2857142857vw;
  height: 1.1428571429vw;
  background-size: contain;
  display: block;
}
header .nav-content .nav_ticket_btn {
  width: 52.8571428571vw;
  height: auto;
  display: block;
  margin: 0 auto 7.7142857143vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .nav-content .nav_ticket_btn:hover {
  opacity: 0.5;
}

.nav__link {
  display: none;
}
.nav__link-item {
  font-size: 18px;
  margin-right: 25px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__link-item::after {
  content: "";
  background: url(./images/menu_arrow.png) no-repeat;
  width: 11px;
  height: 5px;
  background-size: contain;
  display: inline-block;
  margin-top: 15px;
  background-position: center;
}
.nav__link-item:hover {
  opacity: 0.5;
}
.nav__link-item:last-child {
  color: #e64733;
}
.nav__link-item:last-child::after {
  content: "";
  background: url(./images/link-icon.png) no-repeat;
  width: 9px;
  height: 9px;
  background-size: contain;
  display: inline-block;
  margin-top: 5px;
  background-position: center;
}

.close {
  display: block;
  position: relative;
  width: 7.7142857143vw;
  height: 7.7142857143vw;
  margin: auto;
  cursor: pointer;
}

.close::before,
.close::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  /* 棒の幅（太さ） */
  height: 7.7142857143vw;
  /* 棒の高さ */
  background: #7a181d;
}

.close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open.mask {
  opacity: 0.5;
  visibility: visible;
}

.open.nav-content__wrap {
  left: 0;
}

#container.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.menu-toggle {
  width: 17.1428571429vw;
  max-width: 120px;
  height: auto;
  position: fixed;
  left: 4.2857142857vw;
  bottom: 4.2857142857vw;
  z-index: 100;
}

.wrap {
  max-width: 1200px;
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*メインカラム*/
body {
  background: #f8d790;
}

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

main {
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.scroll {
  background: url(./images/bg.jpg) repeat-y;
  background-size: cover;
  position: relative;
  scroll-behavior: smooth;
}

.scroll::-webkit-scrollbar {
  display: none;
}

.top-mv {
  position: relative;
}
.top-mv img {
  width: 100%;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.about {
  padding: 12.8571428571vw 0;
  margin: 0 auto;
}
.about__title {
  color: #7a181d;
  text-align: center;
  font-size: 5.7142857143vw;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0 auto 5.7142857143vw;
  position: relative;
}
.about__title::after {
  content: "";
  position: absolute;
  width: 9vw;
  height: 8.5714285714vw;
  background: url(./images/leaf01.png) no-repeat;
  background-size: contain;
  top: -3.7142857143vw;
  right: 7.8571428571vw;
}
.about__text {
  color: #7a181d;
  text-align: center;
  font-size: 3.4285714286vw;
  line-height: 1.833;
  font-weight: 700;
  margin: 0 auto 4.2857142857vw;
  position: relative;
  letter-spacing: 0;
}
.about__text:last-of-type {
  margin: 0 auto 11.4285714286vw;
}
.about__text-wrap {
  position: relative;
}
.about__text-wrap::before {
  content: "";
  position: absolute;
  width: 8.5714285714vw;
  height: 6.7142857143vw;
  background: url(./images/leaf02.png) no-repeat;
  background-size: contain;
  top: -7vw;
  left: 10vw;
}
.about__text-wrap::after {
  content: "";
  position: absolute;
  width: 10vw;
  height: 9vw;
  background: url(./images/leaf03.png) no-repeat;
  background-size: contain;
  top: 18.8571428571vw;
  right: 7.4285714286vw;
}
.about__image {
  display: block;
  width: 82.8571428571vw;
  margin: auto;
}

.menu__container {
  background: url(./images/lineup_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 94.2857142857vw;
  height: 407.1428571429vw;
  margin: 0 auto 12.8571428571vw;
  padding-top: 8.5714285714vw;
}
.menu__title {
  width: 70.7142857143vw;
  display: block;
  margin: auto;
  margin: 0 auto 8.5714285714vw;
}
.menu__detail {
  width: 61.4285714286vw;
  display: block;
  margin: 0 auto 9.2857142857vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu__detail:hover {
  opacity: 0.7;
}
.menu .beer__header {
  display: block;
  width: 90.5714285714vw;
  margin: auto;
}
.menu .beer__title {
  color: #7a181d;
  font-family: YakuHanJP, "Libre Baskerville", serif;
  text-align: center;
  font-size: 8.5714285714vw;
  font-weight: 700;
  line-height: 1;
  margin: -4.2857142857vw auto 2.1428571429vw;
}
.menu .beer__title-caption {
  color: #7a181d;
  text-align: center;
  font-size: 3.4285714286vw;
  display: block;
  line-height: 1;
  margin-bottom: 4.2857142857vw;
}
.menu .beer__intro {
  color: #7a181d;
  text-align: center;
  font-size: 3.4285714286vw;
  line-height: 1.833;
  font-weight: 700;
  margin-bottom: 10vw;
}
.menu .lineup__title {
  font-family: YakuHanJP, "Libre Baskerville", serif;
  color: #7a181d;
  text-align: center;
  font-size: 4.2857142857vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 8.5714285714vw;
}
.menu .lineup__title:last-of-type {
  margin-bottom: 8.5714285714vw;
}
.menu .lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 82.8571428571vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
.menu .lineup__list-item {
  width: 25.7142857143vw;
  height: auto;
}
.menu .food__header {
  display: block;
  width: 90.5714285714vw;
  margin: auto;
}
.menu .food__title {
  color: #7a181d;
  font-family: YakuHanJP, "Libre Baskerville", serif;
  text-align: center;
  font-size: 8.5714285714vw;
  font-weight: 700;
  line-height: 1;
  margin: -4.2857142857vw auto 2.1428571429vw;
}
.menu .food__title-caption {
  color: #7a181d;
  text-align: center;
  font-size: 3.4285714286vw;
  display: block;
  line-height: 1;
  margin-bottom: 4.2857142857vw;
}
.menu .food__intro {
  color: #7a181d;
  text-align: center;
  font-size: 3.4285714286vw;
  line-height: 1.833;
  font-weight: 700;
  margin-bottom: 11.4285714286vw;
}

.beer_slider01 {
  margin: 0 auto 3.5714285714vw;
  width: 90.5714285714vw;
}

.beer_slider02 {
  margin: 0 auto 11.4285714286vw;
  width: 90.5714285714vw;
}

.beer_slider01 .slider-slide .slide-img.even,
.beer_slider02 .slider-slide .slide-img.even {
  margin-top: 5vw;
}
.beer_slider01 .slider-slide .slide-img,
.beer_slider02 .slider-slide .slide-img {
  display: block;
  width: 26.1428571429vw;
  height: auto;
  margin-right: 1.4285714286vw;
}

.event__header img {
  width: 100%;
}
.event__title {
  width: 70.7142857143vw;
  margin: -9.2857142857vw auto 6.1428571429vw;
}
.event__intro {
  color: #7a181d;
  text-align: center;
  font-size: 3.4285714286vw;
  line-height: 1.833;
  font-weight: 700;
  margin-bottom: 11.4285714286vw;
}
.event__slider {
  margin: 0 auto 17.1428571429vw;
}

.event_slider {
  margin: auto;
  width: 75.1428571429vw;
}
.event_slider .slider-slide {
  margin: 20px;
}

.ticket {
  padding: 0 8.5714285714vw;
  color: #7a181d;
  margin-bottom: 14.2857142857vw;
}
.ticket__header {
  color: #7a181d;
  text-align: center;
  font-size: 4.2857142857vw;
  font-weight: 700;
  margin-bottom: 7.1428571429vw;
  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;
}
.ticket__buy-btn {
  display: block;
  width: 61.4285714286vw;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ticket__buy-btn:hover {
  opacity: 0.7;
}
.ticket__type {
  margin: 8.5714285714vw auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.ticket__type-name {
  background-color: #778c16;
  width: 82.8571428571vw;
  height: 14.2857142857vw;
  margin: auto;
  color: #ffeedf;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4vw;
  padding: 4.2857142857vw 5.7142857143vw;
  position: relative;
}
.ticket__type-name._starter {
  padding: 2.1428571429vw 5.7142857143vw;
  line-height: 1.4;
}
.ticket__type-name._starter::after {
  content: "";
  background: url(./images/starter_ticket.png) no-repeat;
  width: 23.2857142857vw;
  height: 15.7142857143vw;
  background-size: contain;
  display: block;
  position: absolute;
  top: -2.1428571429vw;
  right: 10.7142857143vw;
}
.ticket__type-name._add {
  padding: 5vw 5.7142857143vw;
  line-height: 1;
}
.ticket__type-name._add::after {
  content: "";
  background: url(./images/add_ticket.png) no-repeat;
  width: 23.2857142857vw;
  height: 15.7142857143vw;
  background-size: contain;
  display: block;
  position: absolute;
  top: -2.1428571429vw;
  right: 10.7142857143vw;
}
.ticket__type-name span {
  display: block;
  font-size: 3.4285714286vw;
}
.ticket__type-box._add {
  border-bottom: 2px solid #7a181d;
}
.ticket__list {
  line-height: 1.714;
  margin-bottom: 2.1428571429vw;
}
.ticket__list-wrap {
  padding: 4.2857142857vw;
  letter-spacing: 0.04em;
}
.ticket__list li {
  font-size: 4vw;
  font-weight: bold;
}
.ticket__notes {
  font-size: 3.1428571429vw;
  line-height: 1.63;
  padding-left: 1em;
  text-indent: -1em;
  word-wrap: none;
}

.ticket__header:before,
.ticket__header:after {
  border-top: 2px solid #7a181d;
  content: "";
  width: 20.5714285714vw;
}

.ticket__header:before {
  margin-right: 2.8571428571vw;
}

.ticket__header:after {
  margin-left: 2.8571428571vw;
}

.benefits {
  background: url(./images/benefits_bg.png) no-repeat;
  background-size: contain;
  background-position: top;
  width: 100%;
  height: 216.4285714286vw;
  padding: 14.2857142857vw 0;
}
.benefits__container {
  background: url(./images/benefits_bg_lite.png) no-repeat;
  background-size: contain;
  background-position: top;
  width: 94.2857142857vw;
  height: 186.7142857143vw;
  margin: auto;
  padding-top: 9.2857142857vw;
}
.benefits__header {
  display: block;
  width: 70.7142857143vw;
  margin: 0 auto 2.1428571429vw;
}
.benefits__kimono {
  display: block;
  margin: auto;
  width: 68.5714285714vw;
  margin-bottom: 2.8571428571vw;
}
.benefits__present {
  display: block;
  margin: 0 auto 5vw;
  width: 77.7142857143vw;
}
.benefits__image {
  display: block;
  width: 82.8571428571vw;
  margin: 0 auto 7.8571428571vw;
}
.benefits__text {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.4285714286vw;
  line-height: 1.833;
  letter-spacing: 0.04em;
}

.venue {
  padding: 14.2857142857vw 0;
}
.venue__title {
  display: block;
  width: 70.7142857143vw;
  margin: 0 auto 6.7142857143vw;
}
.venue__image {
  width: 82.8571428571vw;
  margin: 0 auto 7.7142857143vw;
  display: block;
}
.venue__text {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.4285714286vw;
  line-height: 1.833;
  letter-spacing: 0.04em;
  position: relative;
}
.venue__text::before {
  content: "";
  position: absolute;
  width: 8.5714285714vw;
  height: 6.7142857143vw;
  background: url(./images/leaf02.png) no-repeat;
  background-size: contain;
  top: 7vw;
  left: 7.4285714286vw;
}
.venue__text::after {
  content: "";
  position: absolute;
  width: 9vw;
  height: 8.5714285714vw;
  background: url(./images/leaf01.png) no-repeat;
  background-size: contain;
  top: 0vw;
  right: 9.5714285714vw;
}
.venue .access-btn {
  display: block;
  width: 61.4285714286vw;
  margin: 6.7142857143vw auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.venue .access-btn:hover {
  opacity: 0.7;
}

.information {
  padding: 7.1428571429vw 0 0;
  margin: 0 2.8571428571vw 14.2857142857vw;
  background: #ffeedf;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.information__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4.2857142857vw;
  text-align: center;
  letter-spacing: 0.04em;
}
.information__table {
  width: 82.8571428571vw;
  margin: 7.1428571429vw auto;
  border-top: 2px solid #7a181d;
  border-bottom: 2px solid #7a181d;
  font-size: 3.4285714286vw;
  letter-spacing: 0.04em;
  line-height: 1.66;
}
.information__table th {
  background: #ebe8e1;
  mix-blend-mode: multiply;
  padding: 4.2857142857vw 0 5vw 2.8571428571vw;
}
.information__table tr {
  border-bottom: 1px dotted #7a181d;
}
.information__table td {
  padding: 4.2857142857vw 0 5vw 2.8571428571vw;
  font-weight: normal;
}
.information__table a {
  display: block;
  color: #3451A4;
  text-decoration: underline;
}

.contact {
  width: 82.8571428571vw;
  height: 19.7142857143vw;
  background: url(./images/contact_bg.png) no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  margin: 0 auto 7.8571428571vw;
  padding: 4.2857142857vw;
}
.contact__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  font-size: 3.4285714286vw;
  margin: 0 auto 2.8571428571vw;
  line-height: 1;
}
.contact__tel {
  text-align: center;
  font-size: 3.7142857143vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}

.organize {
  margin: 0 auto 10vw;
}
.organize__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  font-size: 3.4285714286vw;
  margin: 0 auto 5vw;
  line-height: 1;
  letter-spacing: 0.04em;
}
.organize__icon {
  width: 38.5714285714vw;
  height: auto;
  display: block;
  margin: auto;
}

.note {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 82.8571428571vw;
  margin: 0 auto;
  padding-bottom: 10.7142857143vw;
}
.note__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  font-size: 3.4285714286vw;
  margin: 0 auto 5vw;
  line-height: 1;
  letter-spacing: 0.04em;
}
.note__text {
  border-top: 2px solid #7a181d;
  border-bottom: 2px solid #7a181d;
  padding: 5vw 0;
  font-size: 3.1428571429vw;
  line-height: 1.59;
  letter-spacing: 0.04em;
}
.note__pickup {
  color: #ff0000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5vw;
  font-size: 3.4285714286vw;
}

.footer {
  width: 100%;
  height: 11.4285714286vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: url(./images/stripe_bg.jpg) repeat-x;
  background-size: contain;
}
.footer__logo {
  display: block;
  width: 51.4285714286vw;
  height: auto;
  margin: 0 auto;
  padding-bottom: 25.2857142857vw;
}
.footer__copyright {
  text-align: center;
  color: #ffeedf;
  letter-spacing: 0.08em;
  line-height: 11.4285714286vw;
}

.slick-arrow:before {
  content: "" !important;
}

.slick-arrow {
  width: 3.8571428571vw !important;
  height: 7.8571428571vw !important;
}

.slick-next {
  right: -7.8571428571vw !important;
}

.slick-prev {
  left: -7.8571428571vw !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background: url(images/arrow-next.png) no-repeat !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url(images/arrow-prev.png) no-repeat !important;
  background-size: contain !important;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 2vw !important;
  line-height: 3 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #7a181d !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.chochin01,
.chochin02,
.chochin03,
.chochin04,
.chochin05,
.chochin06 {
  position: absolute;
  z-index: 4;
  width: 18vw;
  height: auto;
}

.chochin01 {
  top: 12.1428571429vw;
  left: 2.4285714286vw;
}

.chochin02 {
  top: 3.7142857143vw;
  left: 20vw;
}

.chochin03 {
  display: none;
}

.chochin04 {
  display: none;
}

.chochin05 {
  top: 3.7142857143vw;
  right: 20vw;
}

.chochin06 {
  top: 12.1428571429vw;
  right: 2.4285714286vw;
}

.hand-left {
  position: absolute;
  height: auto;
  z-index: 4;
  width: 32.4285714286vw;
  height: auto;
  bottom: 30.7142857143vw;
}

.hand-right {
  position: absolute;
  height: auto;
  right: 0;
  z-index: 4;
  width: 34.2857142857vw;
  height: auto;
  bottom: 30.7142857143vw;
}

.top__mv {
  position: relative;
  height: 172.2857142857vw;
}
.top__information {
  height: 30.7142857143vw;
  background: url(images/stripe_bg.jpg) repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.top__logo {
  width: 83.8571428571vw;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 25vw auto 0;
}
.top__logo img {
  display: block;
  width: 100%;
}
.top__image {
  width: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
}
.top__image img {
  display: block;
  width: 100%;
}
.top__ashirai {
  position: relative;
  z-index: 4;
}
.bonsai__container {
  background: url(./images/bonsai_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 94.2857142857vw;
  height: 213.5714285714vw;
  margin: 14.2857142857vw auto 0;
  padding-top: 8.5714285714vw;
}
.bonsai__title {
  display: block;
  width: 57.8571428571vw;
  margin: 0 auto 7.1428571429vw;
}
.bonsai__image {
  display: block;
  width: 82.8571428571vw;
  margin: 0 auto 7.1428571429vw;
}
.bonsai__text {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.4285714286vw;
  line-height: 1.833;
  letter-spacing: 0.04em;
  margin: 0 6.4285714286vw;
  text-align: justify;
}
.bonsai__table {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 82.8571428571vw;
  margin: 5.7142857143vw auto;
  border-top: 2px solid #7a181d;
  border-bottom: 2px solid #7a181d;
  font-size: 3.4285714286vw;
  letter-spacing: 0.04em;
  line-height: 1.66;
}
.bonsai__table th {
  background: #ebe8e1;
  mix-blend-mode: multiply;
  padding: 2.8571428571vw 0 2.8571428571vw 2.8571428571vw;
}
.bonsai__table tr {
  border-bottom: 1px dotted #7a181d;
}
.bonsai__table td {
  padding: 2.8571428571vw 0 2.8571428571vw 2.8571428571vw;
  font-weight: normal;
}
.bonsai__table td span {
  font-size: 2.8571428571vw;
}
.bonsai__table a {
  display: block;
  color: #3451A4;
  text-decoration: underline;
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

/*　モノクロからカラーへ　*/
.grayscale {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  /*モノクロ具合を変更したい場合はこの数値を変更*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.grayscale:hover {
  /*hoverした時の変化*/
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/* フェードイン(初期値) */
.js-fade {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.js-fade.is-active {
  opacity: 1;
}

.js-menu {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.js-menu.is-active {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-top-image {
  opacity: 0;
  -webkit-transition: opacity 1.6s, -webkit-transform 1.6s;
  transition: opacity 1.6s, -webkit-transform 1.6s;
  transition: opacity 1.6s, transform 1.6s;
  transition: opacity 1.6s, transform 1.6s, -webkit-transform 1.6s;
}

.js-top-image.is-active {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js-fwa {
  -webkit-animation: 3s infinite fluffy;
          animation: 3s infinite fluffy;
  -webkit-transition: 0.5s ease-out 0.2s;
  transition: 0.5s ease-out 0.2s;
}
.js-fwa.chochin01 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.js-fwa.chochin02 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js-fwa .chochin03 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.js-fwa.chochin04 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.js-fwa.chochin05 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.js-fwa.chochin06 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.js-fade-chochin {
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}
.js-fade-chochin.chochin01 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.js-fade-chochin.chochin02 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.js-fade-chochin.chochin03 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.js-fade-chochin.chochin04 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.js-fade-chochin.chochin05 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.js-fade-chochin.chochin06 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.js-fade-chochin.is-active {
  opacity: 1;
}

@-webkit-keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.bounceInLeft {
  -webkit-animation: bounceInLeft 1.3s ease 1s normal forwards;
          animation: bounceInLeft 1.3s ease 1s normal forwards;
  -webkit-transform: translate3d(-3000px, 0, 0) scaleX(5);
          transform: translate3d(-3000px, 0, 0) scaleX(5);
}

/* bounceInUp */
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(1);
            transform: translate3d(-10px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.99);
            transform: translate3d(-20px, 0, 0) scaleX(0.99);
  }
  90% {
    -webkit-transform: translate3d(0px, 0, 0) scale(1);
            transform: translate3d(0px, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(1);
            transform: translate3d(-10px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.99);
            transform: translate3d(-20px, 0, 0) scaleX(0.99);
  }
  90% {
    -webkit-transform: translate3d(0px, 0, 0) scale(1);
            transform: translate3d(0px, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation: bounceInRight 1.3s ease 1s normal forwards;
          animation: bounceInRight 1.3s ease 1s normal forwards;
  -webkit-transform: translate3d(3000px, 0, 0) scaleX(5);
          transform: translate3d(3000px, 0, 0) scaleX(5);
}

/* bounceInUp */
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(1);
            transform: translate3d(10px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.99);
            transform: translate3d(20px, 0, 0) scaleX(0.99);
  }
  90% {
    -webkit-transform: translate3d(0px, 0, 0) scale(1);
            transform: translate3d(0px, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(1);
            transform: translate3d(10px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.99);
            transform: translate3d(20px, 0, 0) scaleX(0.99);
  }
  90% {
    -webkit-transform: translate3d(0px, 0, 0) scale(1);
            transform: translate3d(0px, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.top__logo {
  opacity: 0;
  -webkit-animation: fade 0.8s ease-in-out 0s normal forwards;
          animation: fade 0.8s ease-in-out 0s normal forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fadeup {
  opacity: 0;
}

.js-fadeup.is-active {
  -webkit-animation: fadeup 1s ease forwards;
          animation: fadeup 1s ease forwards;
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.lineup__list-item:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.lineup__list-item:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.lineup__list-item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@media (min-width: 980px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 1.6rem;
  }
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
  .tab-block {
    display: block;
  }
  body {
    background: #f6e9c7;
  }
  .scroll {
    width: 700px;
    max-width: 100%;
    overflow-y: scroll;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .about {
    padding: 90px 0;
  }
  .about__title {
    font-size: 40px;
    margin: 0 auto 40px;
  }
  .about__title::after {
    top: -26px;
    right: 55px;
    width: 63px;
    height: 60px;
  }
  .about__text {
    font-size: 24px;
    margin: 0 auto 30px;
  }
  .about__text:last-of-type {
    margin: 0 auto 80px;
  }
  .about__text-wrap::before {
    width: 60px;
    height: 47px;
    top: -49px;
    left: 70px;
  }
  .about__text-wrap::after {
    width: 70px;
    height: 63px;
    top: 132px;
    right: 52px;
  }
  .about__image {
    width: 580px;
  }
  .menu__container {
    width: 660px;
    height: 2850px;
    margin: 0 auto 90px;
    padding-top: 60px;
  }
  .menu__title {
    width: 495px;
    margin: 0 auto 60px;
  }
  .menu__detail {
    width: 430px;
    margin: 0 auto 65px;
  }
  .menu .beer__header {
    width: 634px;
  }
  .menu .beer__title {
    font-size: 60px;
    margin: -30px auto 15px;
  }
  .menu .beer__title-caption {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .menu .beer__intro {
    font-size: 24px;
    margin-bottom: 70px;
  }
  .menu .lineup__title {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .menu .lineup__title:last-of-type {
    margin-bottom: 60px;
  }
  .menu .lineup__list {
    width: 580px;
  }
  .menu .lineup__list-item {
    width: 180px;
  }
  .menu .food__header {
    width: 634px;
  }
  .menu .food__title {
    font-size: 60px;
    margin: -30px auto 15px;
  }
  .menu .food__title-caption {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .menu .food__intro {
    font-size: 24px;
    margin-bottom: 80px;
  }
  .beer_slider01 {
    width: 634px;
    margin: 0 auto 25px;
  }
  .beer_slider02 {
    width: 634px;
    margin: 0 auto 80px;
  }
  .beer_slider01 .slider-slide .slide-img.even,
.beer_slider02 .slider-slide .slide-img.even {
    margin-top: 35px;
  }
  .beer_slider01 .slider-slide .slide-img,
.beer_slider02 .slider-slide .slide-img {
    width: 183px;
    margin-right: 10px;
  }
  .event__title {
    width: 495px;
    margin: -65px auto 43px;
  }
  .event__intro {
    font-size: 24px;
    margin-bottom: 80px;
  }
  .event__slider {
    margin: 0 auto 120px;
  }
  .event_slider {
    width: 526px;
  }
  .ticket {
    padding: 0 60px;
    margin-bottom: 100px;
  }
  .ticket__header {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .ticket__buy-btn {
    width: 430px;
  }
  .ticket__type {
    margin: 60px auto;
  }
  .ticket__type-name {
    width: 580px;
    height: 100px;
    font-size: 28px;
    padding: 30px 40px;
  }
  .ticket__type-name._starter {
    padding: 15px 40px;
  }
  .ticket__type-name._starter::after {
    width: 163px;
    height: 110px;
    top: -15px;
    right: 75px;
  }
  .ticket__type-name._add {
    padding: 35px 40px;
  }
  .ticket__type-name._add::after {
    width: 163px;
    height: 110px;
    top: -15px;
    right: 75px;
  }
  .ticket__type-name span {
    font-size: 24px;
  }
  .ticket__list {
    margin-bottom: 15px;
  }
  .ticket__list-wrap {
    padding: 30px;
  }
  .ticket__list li {
    font-size: 28px;
  }
  .ticket__notes {
    font-size: 22px;
    white-space: nowrap;
  }
  .ticket__header:before,
.ticket__header:after {
    width: 144px;
  }
  .ticket__header:before {
    margin-right: 20px;
  }
  .ticket__header:after {
    margin-left: 20px;
  }
  .benefits {
    height: 1515px;
    padding: 100px 0;
  }
  .benefits__container {
    width: 660px;
    height: 1307px;
    padding-top: 65px;
  }
  .benefits__header {
    width: 495px;
    margin: 0 auto 15px;
  }
  .benefits__kimono {
    width: 480px;
    margin-bottom: 20px;
  }
  .benefits__present {
    width: 544px;
    margin: 0 auto 35px;
  }
  .benefits__image {
    width: 580px;
    margin: 0 auto 55px;
  }
  .benefits__text {
    font-size: 24px;
  }
  .venue {
    padding: 100px 0;
  }
  .venue__title {
    width: 495px;
    margin: 0 auto 47px;
  }
  .venue__image {
    width: 580px;
    margin: 0 auto 54px;
  }
  .venue__text {
    font-size: 24px;
  }
  .venue__text::before {
    width: 60px;
    height: 47px;
    top: 49px;
    left: 52px;
  }
  .venue__text::after {
    width: 63px;
    height: 60px;
    top: 0;
    right: 67px;
  }
  .venue .access-btn {
    width: 430px;
    margin: 47px auto 0;
  }
  .information {
    padding: 50px 0 0;
    margin: 0 20px 100px;
  }
  .information__title {
    font-size: 30px;
  }
  .information__table {
    width: 580px;
    margin: 50px auto;
    font-size: 24px;
  }
  .information__table th {
    padding: 30px 0 35px 20px;
  }
  .information__table td {
    padding: 30px 0 35px 20px;
  }
  .contact {
    width: 580px;
    height: 138px;
    margin: 0 auto 55px;
    padding: 30px;
  }
  .contact__title {
    font-size: 24px;
    margin: 0 auto 20px;
  }
  .contact__tel {
    font-size: 26px;
  }
  .organize {
    margin: 0 auto 70px;
  }
  .organize__title {
    font-size: 24px;
    margin: 0 auto 35px;
  }
  .organize__icon {
    width: 270px;
  }
  .note {
    width: 580px;
    padding-bottom: 75px;
  }
  .note__title {
    font-size: 24px;
    margin: 0 auto 35px;
  }
  .note__text {
    padding: 35px 0;
    font-size: 22px;
  }
  .note__pickup {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .footer {
    height: 80px;
  }
  .footer__logo {
    width: 360px;
    margin: 0 auto;
    padding-bottom: 177px;
  }
  .footer__copyright {
    line-height: 80px;
  }
  .slick-arrow {
    width: 27px !important;
    height: 55px !important;
  }
  .slick-next {
    right: -55px !important;
  }
  .slick-prev {
    left: -55px !important;
  }
  .slick-dots li button:before {
    font-size: 14px !important;
    line-height: 3 !important;
  }
  .bonsai__container {
    width: 660px;
    height: 1495px;
    margin: 100px auto 0;
    padding-top: 60px;
  }
  .bonsai__title {
    width: 405px;
    margin: 0 auto 50px;
  }
  .bonsai__image {
    width: 580px;
    margin: 0 auto 50px;
  }
  .bonsai__text {
    font-size: 24px;
    margin: 0 45px;
  }
  .bonsai__table {
    width: 580px;
    margin: 40px auto;
    font-size: 24px;
  }
  .bonsai__table th {
    padding: 20px 0 20px 20px;
  }
  .bonsai__table td {
    padding: 20px 0 20px 20px;
  }
  .bonsai__table td span {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .tab-block {
    display: none;
  }
  .nav__link {
    display: block;
    margin-top: 100px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    width: 280px;
    height: 827px;
    background: url(./images/nav-pc_bg.png) no-repeat;
    background-size: contain;
    padding-top: 510px;
  }
  .menu-toggle {
    display: none;
  }
  .wrap {
    margin: 0 auto;
    height: 100vh;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .chochin01,
.chochin02,
.chochin03,
.chochin04,
.chochin05,
.chochin06 {
    width: 9.7222222222vw;
  }
  .chochin01 {
    top: 7.0833333333vw;
    left: 3.2638888889vw;
  }
  .chochin02 {
    top: 5vw;
    left: 13.125vw;
  }
  .chochin03 {
    display: block;
    top: 3.0555555556vw;
    left: 22.9166666667vw;
  }
  .chochin04 {
    display: block;
    top: 3.0555555556vw;
    right: 22.9166666667vw;
  }
  .chochin05 {
    top: 5vw;
    right: 13.0555555556vw;
  }
  .chochin06 {
    top: 7.0833333333vw;
    right: 3.1944444444vw;
  }
  .hand-left {
    width: 27.6388888889vw;
    bottom: 5.5555555556vw;
  }
  .hand-right {
    width: 29.0277777778vw;
    bottom: 5.5555555556vw;
  }
  .top__mv {
    height: 60.0694444444vw;
  }
  .top__information {
    height: 11.1111111111vw;
  }
  .top__logo {
    width: 45.8333333333vw;
    margin: 4.1666666667vw auto 0;
  }
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: underline;
  }
}
/*# sourceMappingURL=maps/style.css.map */
