@charset "UTF-8";
/*!
Theme Name: izakaya
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: izakaya
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

izakaya is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
html {
  font-size: clamp(0.5rem, calc(0.298rem + 0.78vw), 1rem);
  scroll-behavior: smooth; }
  @media (orientation: landscape) {
    html {
      font-size: clamp(0.5rem, calc(-0.241rem + 1.38vw), 1rem); } }

@media screen and (max-width: 768px) {
  .courses {
    flex-wrap: wrap;
    max-width: unset !important; }
    .courses .course-item {
      flex: unset !important;
      margin: 0 5rem !important;
      width: 100% !important; }
      .courses .course-item .course-content {
        width: unset !important;
        margin: 0 0 3rem 0 !important; }
  .course-content {
    width: unset !important;
    margin: 0 5rem !important; }
  .drink-area {
    flex-wrap: wrap;
    max-width: unset !important;
    width: 100% !important; }
    .drink-area .drink-content {
      flex: unset !important;
      margin: 0 5rem !important;
      width: 100% !important; }
    .drink-area .drink-image {
      flex: unset !important;
      margin: 0 5rem .5rem 5rem !important;
      width: 100% !important; }
  .top-course-image {
    width: unset !important; } }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* 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; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #ffffff;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.3rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: .5rem;
  margin-bottom: .5rem; }

p {
  font-size: 1.5rem;
  margin-top: .2rem;
  margin-bottom: .2rem; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.top-content {
  margin-top: 0px; }

.decoration {
  position: absolute;
  z-index: -1; }

.image-margin {
  margin: 0 calc((100% - 1204px)/2) !important; }

.no-dacoration {
  text-decoration: none; }

.middle-banner {
  position: absolute;
  background-color: #A52726;
  top: -2rem;
  min-width: 50%;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.7);
  z-index: 2; }
  .middle-banner .middle-banner-contents {
    position: relative;
    padding: 1rem;
    margin: 1rem;
    border: 1px solid #DCC99A;
    display: flex;
    justify-content: center; }
    .middle-banner .middle-banner-contents a {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
    .middle-banner .middle-banner-contents h2 {
      font-size: 2.5rem;
      font-weight: normal; }
    .middle-banner .middle-banner-contents svg {
      width: 3rem;
      height: auto; }

.width-90 {
  max-width: 90%;
  margin: 0 auto; }

/* Elements
--------------------------------------------- */
body {
  background: #DCC99A; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #ffffff; }
  a:visited {
    color: #ffffff; }
  a:hover, a:focus, a:active {
    color: #ffffff; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: none; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-branding {
  display: flex;
  justify-content: space-between;
  margin: clamp(1rem, calc(-1.018rem + 7.8vw), 6rem) clamp(1rem, calc(-1.018rem + 7.8vw), 6rem) 0 clamp(1rem, calc(-1.018rem + 7.8vw), 6rem); }

.site-header {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  perspective: 0; }

.site-log {
  width: 40%; }

.site-contact {
  position: fixed;
  top: clamp(-46rem, calc(-47.714rem + 8.57vw), -40rem);
  right: clamp(-45rem, calc(-46.714rem + 8.57vw), -39rem);
  width: 75rem;
  height: 60rem;
  background-color: rgba(165, 39, 38, 0.9);
  transform: rotateZ(34deg);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  overflow: hidden; }
  .site-contact .phone-text {
    font-size: clamp(1.7rem, calc(1.348rem + 1.28vw), 2.5rem); }

.nav-area {
  display: flex;
  justify-content: space-between;
  margin: 0 clamp(1rem, calc(-1.018rem + 7.8vw), 6rem) 0 clamp(1rem, calc(-1.018rem + 7.8vw), 6rem);
  padding: clamp(1rem, calc(0.193rem + 3.12vw), 3rem) 0 clamp(1rem, calc(0.193rem + 3.12vw), 3rem) 0; }

.main-navigation {
  padding-left: 1.5rem;
  border-left: .1rem solid #ffffff;
  height: clamp(18rem, calc(15.175rem + 10.92vw), 25rem);
  display: flex;
  flex-direction: column;
  justify-content: space-around; }
  .main-navigation .nav-item {
    font-size: 2rem;
    height: clamp(18rem, calc(15.175rem + 10.92vw), 25rem)/5;
    padding-top: 1.5rem;
    position: relative;
    transition: font-size .3s, border-bottom .3s, padding-top .3s; }
    .main-navigation .nav-item:hover {
      font-size: 3rem;
      padding-top: 0px; }
    .main-navigation .nav-item::before {
      background: #ffffff;
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0;
      margin: auto;
      transform-origin: center top;
      transform: scale(0, 1);
      transition: transform .3s; }
    .main-navigation .nav-item:hover::before {
      transform-origin: center top;
      transform: scale(1, 1); }

.reserve-pc-banner {
  position: fixed;
  height: auto;
  width: 6rem;
  padding: 1rem 0;
  top: clamp(15rem, calc(12.143rem + 14.29vw), 25rem);
  right: .3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  letter-spacing: clamp(0.2rem, calc(0.029rem + 0.86vw), 0.8rem);
  z-index: 4;
  -webkit-overflow-scrolling: touch; }
  .reserve-pc-banner svg {
    width: 1.5rem;
    height: auto; }
  .reserve-pc-banner a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }

.reserve-sp-banner {
  position: fixed;
  width: 100%;
  height: auto;
  display: none;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  font-size: 2.5rem;
  letter-spacing: clamp(0.2rem, calc(0.029rem + 0.86vw), 0.8rem);
  text-align: center;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 4; }
  .reserve-sp-banner svg {
    width: 2.5rem;
    height: auto; }
  .reserve-sp-banner a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }

@keyframes shine {
  0% {
    background-position-x: 100%; }
  50% {
    background-position-x: 0%; }
  100% {
    background-position-x: -100%; } }

.main {
  width: 100%;
  padding-top: clamp(5rem, calc(3.846rem + 4.62vw), 8rem); }

.kv1 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  display: flex;
  margin-bottom: clamp(0rem, calc(-1.923rem + 7.69vw), 5rem); }
  .kv1 .kv1-banner {
    color: #000000;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 clamp(0rem, calc(-7.143rem + 19.05vw), 10rem);
    padding: 1rem 1rem 1rem 1rem;
    background: linear-gradient(90deg, rgba(220, 201, 154, 0.6), rgba(220, 201, 154, 0.6), rgba(220, 201, 154, 0.6), rgba(220, 201, 154, 0.6), rgba(220, 201, 154, 0.6), rgba(220, 201, 154, 0.6), rgba(220, 201, 154, 0.6), rgba(220, 201, 154, 0.6), rgba(220, 201, 154, 0.6), rgba(220, 201, 154, 0.6), rgba(220, 201, 154, 0.6), rgba(220, 201, 154, 0)); }
    .kv1 .kv1-banner h1 {
      font-size: clamp(1.5rem, calc(1.115rem + 1.54vw), 2.5rem) !important; }
    .kv1 .kv1-banner h1,
    .kv1 .kv1-banner p {
      font-weight: bold;
      font-size: clamp(1rem, calc(0.808rem + 0.77vw), 1.5rem);
      text-align: center;
      padding: .5rem 0 .5rem 0; }

.kv2 {
  width: 100%;
  padding: 5rem 1rem 5rem 1rem; }
  .kv2 p {
    font-size: clamp(1rem, calc(0.857rem + 0.71vw), 1.5rem);
    text-align: center;
    color: #000000;
    padding: 1rem 0 1rem 0; }

.kv3 {
  display: flex;
  justify-content: center;
  position: relative; }
  .kv3 div {
    position: absolute;
    top: clamp(8rem, calc(-3.298rem + 43.66vw), 36rem);
    left: clamp(10rem, calc(1.203rem + 34vw), 42rem);
    -ms-transform: translate(-50%, -50%);
    /*ベンダープレフィックス*/
    -webkit-transform: translate(-50%, -50%);
    /*ベンダープレフィックス*/
    transform: translate(-60%, -35%);
    /*センター寄せの修正*/
    color: #fff;
    margin: 0 !important;
    padding: clamp(1rem, calc(-1.018rem + 7.8vw), 6rem) clamp(0.5rem, calc(-0.105rem + 2.34vw), 2rem) clamp(1rem, calc(-1.018rem + 7.8vw), 6rem) clamp(0.5rem, calc(-0.105rem + 2.34vw), 2rem);
    background-color: #492816; }
    .kv3 div p {
      font-weight: normal;
      padding: .2rem 0 .2rem 0;
      text-align: center;
      font-size: 1.3rem; }

.course {
  position: relative;
  margin-bottom: 5rem; }
  .course .course-main {
    display: flex;
    margin: get-vw(1204px);
    position: relative;
    justify-content: space-between; }
    .course .course-main .course-item {
      display: flex; }
    .course .course-main .course-description {
      writing-mode: vertical-rl; }
      .course .course-main .course-description .discription-box p {
        background-color: rgba(255, 255, 255, 0.72);
        color: #000000;
        height: fit-content;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        letter-spacing: .5rem;
        white-space: nowrap;
        font-size: 2rem; }

.drink {
  position: relative;
  margin-bottom: 20rem; }

.top-menu {
  position: relative;
  height: clamp(30rem, calc(24.286rem + 28.57vw), 50rem);
  margin-top: 10rem; }
  .top-menu .top-menu-decoration {
    position: absolute;
    -webkit-clip-path: polygon(0 0, 100% 54%, 100% 93%, 0 69%);
    clip-path: polygon(0 0, 100% 54%, 100% 93%, 0 69%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #A52726;
    z-index: -1; }
  .top-menu .top-menu-decoration-even {
    position: absolute;
    clip-path: polygon(0 46%, 100% 0, 100% 70%, 0 92%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #D1BB4D;
    z-index: -1; }
  .top-menu .top-menu-contents-area {
    position: relative;
    height: 100%; }
    .top-menu .top-menu-contents-area .top-menu-contents {
      position: absolute;
      background-color: rgba(46, 28, 19, 0.97);
      top: clamp(10rem, calc(7.251rem + 10.62vw), 20rem);
      left: clamp(15rem, calc(10.876rem + 15.94vw), 30rem);
      right: clamp(2rem, calc(1.175rem + 3.19vw), 5rem); }
      .top-menu .top-menu-contents-area .top-menu-contents .title-area {
        width: fit-content;
        margin: 3rem auto 0 auto; }
        .top-menu .top-menu-contents-area .top-menu-contents .title-area h1, .top-menu .top-menu-contents-area .top-menu-contents .title-area h2 {
          font-weight: normal; }
        .top-menu .top-menu-contents-area .top-menu-contents .title-area .top-menu-price {
          color: #D1BB4D;
          text-align: end; }
      .top-menu .top-menu-contents-area .top-menu-contents .top-menu-description {
        margin: 1rem 2rem 2rem 3rem; }
        .top-menu .top-menu-contents-area .top-menu-contents .top-menu-description p {
          text-align: center;
          font-size: 1.3rem; }
    .top-menu .top-menu-contents-area .contents-even {
      left: clamp(2rem, calc(1.175rem + 3.19vw), 5rem) !important;
      right: clamp(15rem, calc(10.876rem + 15.94vw), 30rem) !important; }
    .top-menu .top-menu-contents-area .top-menu-image-area {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 50%;
      z-index: -1;
      background-color: #ffffff;
      transform: rotate(-15deg);
      border-radius: 3px;
      box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4); }
      .top-menu .top-menu-contents-area .top-menu-image-area img {
        padding: 1rem; }
    .top-menu .top-menu-contents-area .image-even {
      right: 0 !important;
      left: unset !important;
      transform: rotate(15deg);
      transform-origin: 0 0; }
  .top-menu .top-menu-comment {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: clamp(17rem, calc(13.426rem + 13.81vw), 30rem);
    left: clamp(4rem, calc(2.9rem + 4.25vw), 8rem);
    padding: 20px;
    min-width: 20%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.2em;
    background-color: #D1BB4D;
    color: #000000; }
    .top-menu .top-menu-comment p {
      font-size: 1.4rem; }
  .top-menu .top-menu-comment::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: .5rem;
    top: 1rem;
    border-left: 3rem solid #D1BB4D;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    transform: rotate(-45deg); }
  .top-menu .comment-even {
    right: clamp(2rem, calc(-0.199rem + 8.5vw), 10rem) !important;
    left: unset !important;
    background-color: #A52726 !important;
    color: #ffffff !important; }
  .top-menu .comment-even::before {
    left: .5rem !important;
    right: unset !important;
    border-left: unset;
    border-right: 3rem solid #A52726;
    transform: rotate(45deg); }

.menu-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  justify-content: center;
  border: 0.2rem solid #A52726;
  color: #A52726;
  margin: 5rem 1rem 0 1rem; }
  .menu-list h1 {
    margin: 0;
    padding: 0 2rem; }
  .menu-list .link-area {
    background-color: #A52726 !important; }
    .menu-list .link-area h2 {
      color: #ffffff !important;
      font-weight: normal; }
  .menu-list .detail {
    height: 0;
    overflow: hidden;
    transition: .5s;
    color: #000000; }
    .menu-list .detail p {
      font-size: clamp(0.8rem, calc(0.567rem + 1.04vw), 1.5rem); }
  .menu-list .menu-category {
    position: absolute;
    top: -2rem;
    background-color: #DCC99A;
    z-index: 2; }
  .menu-list .menu-cols {
    width: calc(50% - 2rem); }
    .menu-list .menu-cols .menu {
      margin: 1rem 0; }
      .menu-list .menu-cols .menu .text-margin {
        margin-left: clamp(0.5rem, calc(-0.214rem + 3.57vw), 3rem); }
        .menu-list .menu-cols .menu .text-margin p:first-child {
          margin-top: clamp(0.5rem, calc(-0.214rem + 3.57vw), 1.5rem); }
  .menu-list .special {
    flex-basis: 100%;
    margin: 0 1.5rem; }

.recommend {
  width: clamp(11rem, calc(9.9rem + 4.25vw), 15rem);
  position: absolute;
  top: -13rem;
  right: 2rem;
  z-index: 3; }

.access {
  margin-bottom: 10rem; }
  .access h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    padding: 1rem 0 1rem 0;
    border-bottom: 0.5rem solid #A52726;
    color: #000000; }
  .access .access-info {
    color: #000000;
    border-bottom: 0.3rem dashed #A52726;
    margin-top: 3rem;
    padding-bottom: 2rem;
    text-align: center; }
  .access .access-detail {
    color: #000000;
    border-bottom: 0.3rem dashed #A52726;
    margin-top: 3rem;
    padding-bottom: 2rem;
    display: flex; }
    .access .access-detail .access-title {
      flex-basis: 30%;
      margin-left: clamp(0rem, calc(-1rem + 4.44vw), 3rem);
      position: relative;
      text-align: center;
      font-weight: bold; }
      .access .access-detail .access-title img {
        position: absolute;
        width: 5rem;
        top: -1.7rem;
        left: calc(50% - 2.6rem); }
    .access .access-detail .strong {
      font-weight: bold;
      color: #A52726;
      font-size: 2.5rem; }
    .access .access-detail .access-content {
      flex-basis: 70%; }
  .access .access-map {
    margin: 2rem; }

.site-footer {
  position: relative; }
  .site-footer .footer-navigation {
    display: flex;
    justify-content: center;
    background-color: #A52726;
    width: 100%;
    margin-bottom: 5rem; }
    .site-footer .footer-navigation .nav-item {
      font-size: 1.5rem;
      padding: 0 clamp(1rem, calc(0.45rem + 2.12vw), 3rem);
      margin: 1.5rem 0;
      border-right: 1px solid #ffffff;
      position: relative; }
      .site-footer .footer-navigation .nav-item::before {
        background: #ffffff;
        content: '';
        width: 80%;
        height: 1.2px;
        position: absolute;
        left: 10%;
        bottom: -5px;
        margin: auto;
        transform-origin: center top;
        transform: scale(0, 1);
        transition: transform .3s; }
      .site-footer .footer-navigation .nav-item:hover::before {
        transform-origin: center top;
        transform: scale(1, 1); }
    .site-footer .footer-navigation .nav-item:last-child {
      border-right: none; }
  .site-footer .site-info {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0rem 1rem 0 1rem;
    padding: 1rem;
    background-color: #A52726; }
    .site-footer .site-info .sales-info {
      flex: 2; }
      .site-footer .site-info .sales-info .sales-info-item {
        display: flex;
        justify-content: start; }
        .site-footer .site-info .sales-info .sales-info-item p {
          margin-bottom: 2rem;
          font-size: 1.4rem; }
        .site-footer .site-info .sales-info .sales-info-item .title {
          flex: 3; }
        .site-footer .site-info .sales-info .sales-info-item .content {
          flex: 7; }
    .site-footer .site-info .footer-logo {
      flex: 1;
      margin-right: 2rem; }
      .site-footer .site-info .footer-logo .logo-area {
        margin-bottom: 8.5rem; }
        .site-footer .site-info .footer-logo .logo-area .top-content {
          font-size: 1.4rem; }
        .site-footer .site-info .footer-logo .logo-area .phone-text {
          font-size: 2.9rem;
          white-space: nowrap; }
      .site-footer .site-info .footer-logo .contact-area .top-content {
        font-size: 1.4rem;
        background-color: #ffffff;
        color: #A52726;
        width: max-content; }
      .site-footer .site-info .footer-logo .contact-area .phone-text {
        font-size: 2.9rem; }
  .site-footer .copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 3rem 0 3rem 0; }
    .site-footer .copyright p {
      font-size: 1.2rem; }

.top-course-image {
  display: flex;
  justify-content: center;
  padding: 5rem;
  position: relative;
  margin: 1rem auto;
  width: 75%; }
  .top-course-image .course-decoration {
    position: absolute;
    top: 0;
    right: 1rem;
    width: 20%; }
  .top-course-image .course-decoration-buttom {
    position: absolute;
    bottom: 0;
    left: 1rem;
    width: 20%; }

.top-course-content-area {
  position: relative; }

.course-content {
  margin: 0 auto;
  background-color: #A52726;
  width: 60%;
  display: flex;
  flex-direction: column; }
  .course-content p {
    text-align: center; }
  .course-content .detail {
    height: 0;
    overflow: hidden;
    transition: .5s;
    padding: 0 2rem; }
  .course-content p:first-child {
    margin-top: 2rem; }
  .course-content .price {
    font-size: 2.5rem;
    border-bottom: .1rem solid #D1BB4D;
    width: 90%;
    margin: 1.5rem auto; }
    .course-content .price .before {
      text-decoration: line-through; }
    .course-content .price .after {
      color: #D1BB4D;
      font-size: 3rem; }

.course-conditions {
  display: flex;
  justify-content: center;
  color: #000000;
  flex-direction: column;
  align-items: center;
  margin: 4rem 1rem 5rem 1rem; }
  .course-conditions p {
    font-size: clamp(0.8rem, calc(0.567rem + 1.04vw), 1.5rem); }

.courses-area {
  position: relative; }

.courses {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  flex-wrap: wrap; }
  .courses .course-item {
    width: 45%;
    margin: 0 .5rem  1rem .5rem; }
    .courses .course-item img {
      width: 100%; }

.drink-course {
  position: relative; }
  .drink-course .drink-area {
    display: flex;
    justify-content: center;
    margin-top: 2rem; }
    .drink-course .drink-area .drink-content {
      margin: 0 auto;
      background-color: #A52726;
      width: 60%;
      display: flex;
      flex-direction: column;
      flex: 1;
      margin: 0 .5rem; }
      .drink-course .drink-area .drink-content p {
        text-align: center; }
      .drink-course .drink-area .drink-content p:first-child {
        margin-top: 2rem; }
      .drink-course .drink-area .drink-content .price {
        font-size: 2.5rem;
        border-bottom: .1rem solid #D1BB4D;
        width: 90%;
        margin: 1.5rem auto; }
        .drink-course .drink-area .drink-content .price .before {
          text-decoration: line-through; }
        .drink-course .drink-area .drink-content .price .after {
          color: #D1BB4D;
          font-size: 3rem; }
    .drink-course .drink-area .drink-image {
      flex: 1;
      margin: 0 .5rem; }
      .drink-course .drink-area .drink-image img {
        width: 100%;
        height: 100%; }

.link-area-first {
  margin: 2rem auto .5rem auto; }

.link-area-last {
  margin: .5rem auto 2rem auto; }

.link-area-first.link-area-last {
  margin: 2rem auto; }

.link-area {
  position: relative;
  display: flex;
  background-color: #D1BB4D;
  justify-content: center;
  align-items: center;
  min-width: 80%;
  padding: .5rem .5rem; }
  .link-area a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .link-area h2 {
    color: #000000; }
  .link-area img {
    width: 2rem;
    height: 2rem; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
