@charset "UTF-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  box-sizing: border-box;
}

a {
  opacity: 100%;
  transition: 0.3s;
}

a:hover {
  opacity: 40%;
}

html {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #000;
  font-size: 1em;
  line-height: 1.8;
  background-color: #fff;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and ular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  list-style: none;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.pc-item {
  display: block;
}

.sp-item {
  display: none;
}

.wrapper {
  min-width: 1200px;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
}

#loading-main:after, #loading-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 110%;
}

#loading-main {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 105;
}

#loading-main:after {
  animation: loading 0.75s linear infinite;
  border: 2px solid transparent;
  border-top-color: #F5F5F5;
}

#loading-main:before {
  border: 2px solid #000;
}

.noscroll {
  overflow: hidden;
}

#header .wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logo {
  width: 63px;
  margin: 0;
}
#header .logo img {
  width: 100%;
}
#header nav.pc-item ul {
  display: flex;
}
#header nav.pc-item ul li {
  margin-right: 20px;
}
#header nav.pc-item ul li a {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #000;
}

#kv {
  background: url(../img/kv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#kv h1 {
  width: 612px;
  margin: 0 auto;
  padding: 100px 0;
}
#kv h1 img {
  width: 100%;
}
#kv h1 img {
  width: 100%;
}

section h2 {
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 30px;
  color: #000;
  line-height: 1.5;
}
section .reg {
  vertical-align: sub;
  font-size: smaller;
}

#message {
  width: auto;
  margin: 0 auto;
  background: url(../img/message_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#message .inner {
  width: 100%;
  margin: 0 auto;
}
#message .column {
  display: flex;
  align-items: center;
  padding: 0 0;
}
#message .column .leftcolumn {
  width: 50%;
  margin: 0 0 0 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#message .column .leftcolumn .wrap {
  padding: 40px 40px;
}
#message .column .leftcolumn .wrap p {
  font-size: 16px;
  line-height: 1.8;
}
#message .column .leftcolumn .wrap p + p {
  margin-top: 1em;
}

#logo220 {
  width: auto;
  margin: 0 auto;
  background-color: #E6E0D8;
}
#logo220 .inner {
  width: 1040px;
  margin: 0 auto;
  padding: 60px 0;
}
#logo220 .inner h2 {
  text-align: center;
}
#logo220 .inner .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
#logo220 .inner .column .leftcolumn {
  width: 250px;
}
#logo220 .inner .column .leftcolumn img {
  width: 100%;
}
#logo220 .inner .column .rightcolumn {
  width: 700px;
}

#about {
  width: auto;
  background-color: #fff;
}
#about a.btn {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 25px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-top: 20px;
}
#about .sec01 {
  width: auto;
  margin: 0 auto;
  background: url(../img/about_bg01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
}
#about .sec01 .wrap {
  padding: 60px 0;
  text-align: center;
}
#about .sec01 .wrap h2 {
  color: #fff;
  text-shadow: 2px 2px 10px #000;
}
#about .sec01 .wrap p {
  color: #fff;
  text-shadow: 2px 2px 10px #000;
}
#about .sec02 {
  width: 100%;
}
#about .sec02 .column {
  display: flex;
  align-items: center;
}
#about .sec02 .column .leftcolumn {
  width: 50%;
}
#about .sec02 .column .leftcolumn .wrap {
  width: 80%;
  margin: 0 auto;
}
#about .sec02 .column .rightcolumn {
  width: 50%;
}
#about .sec02 .column .rightcolumn img {
  width: 100%;
}
#about .sec03 {
  width: auto;
  margin: 0 auto;
  background: url(../img/about_bg02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#about .sec03 .column {
  display: flex;
  align-items: center;
}
#about .sec03 .column .leftcolumn {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#about .sec03 .column .leftcolumn .wrap {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

#events .inner {
  width: 1040px;
  margin: 0 auto;
  padding: 60px 0;
}
#events .inner h2 {
  text-align: center;
  margin: 0;
}
#events .inner .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#events .inner .column .item {
  width: 330px;
  margin: 30px 0;
}
#events .inner .column .item .thumbnail {
  width: 330px;
  height: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
#events .inner .column .item .thumbnail.ph01 {
  background-image: url(../img/events_ph01.jpg);
}
#events .inner .column .item .thumbnail.ph02 {
  background-image: url(../img/events_ph02.jpg);
}
#events .inner .column .item .thumbnail.ph03 {
  background-image: url(../img/events_ph03.jpg);
}
#events .inner .column .item .thumbnail.ph04 {
  background-image: url(../img/events_ph04.jpg);
}
#events .inner .column .item .thumbnail.ph05 {
  background-image: url(../img/events_ph05.jpg);
}
#events .inner .column .item .thumbnail.ph06 {
  background-image: url(../img/events_ph06.jpg);
}
#events .inner .column .item .name {
  font-size: 20px;
  text-align: center;
  margin: 15px 0;
}
#events .inner .column .item .text {
  font-size: 16px;
}

#special01 {
  width: auto;
  background-color: #E6E0D8;
}
#special01 .inner {
  width: 100%;
}
#special01 .inner .column {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#special01 .inner .column .leftcolumn {
  width: 50%;
}
#special01 .inner .column .leftcolumn img {
  width: 100%;
}
#special01 .inner .column .leftcolumn .wrap {
  width: 80%;
  margin: 0 auto;
}
#special01 .inner .column .leftcolumn .wrap p + p {
  margin-top: 1.5em;
}
#special01 .inner .column .rightcolumn {
  width: 50%;
}
#special01 .inner .column .rightcolumn img {
  width: 100%;
}

#special_menu .inner {
  width: 1040px;
  margin: 0 auto;
  padding: 60px 0;
}
#special_menu .inner h2 {
  text-align: center;
  margin: 0 0 30px 0;
}
#special_menu .inner .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#special_menu .inner .column .item {
  width: 330px;
  margin: 15px 0;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 2px 2px 10px #ccc;
}
#special_menu .inner .column .item .name {
  font-size: 20px;
  text-align: center;
  margin: 0;
  line-height: 1.2;
  width: 300px;
  margin: 0 auto;
}
#special_menu .inner .column .item .name span {
  font-size: 30px;
  font-weight: 400;
  display: block;
  color: #9E540F;
}
#special_menu .inner .column .item .thumbnail {
  width: 300px;
  height: 225px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 15px auto;
}
#special_menu .inner .column .item .thumbnail.ph01 {
  background-image: url(../img/special_menu_ph01.jpg);
}
#special_menu .inner .column .item .thumbnail.ph02 {
  background-image: url(../img/special_menu_ph02.jpg);
}
#special_menu .inner .column .item .thumbnail.ph03 {
  background-image: url(../img/special_menu_ph03.jpg);
}
#special_menu .inner .column .item .thumbnail.ph04 {
  background-image: url(../img/special_menu_ph04.jpg);
}
#special_menu .inner .column .item .thumbnail.ph05 {
  background-image: url(../img/special_menu_ph05.jpg);
}
#special_menu .inner .column .item .thumbnail.ph06 {
  background-image: url(../img/special_menu_ph06.jpg);
}
#special_menu .inner .column .item .text {
  font-size: 16px;
  width: 300px;
  margin: 0 auto;
}
#special_menu .inner .column .item .notice {
  font-size: 13px;
  color: #e8412e;
  width: 300px;
  margin: 0 auto;
}

#special_area {
  width: auto;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #E6E0D8;
}
#special_area h2 {
  text-align: center;
}
#special_area .inner {
  width: 1040px;
  margin: 0 auto;
}
#special_area .column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#special_area .column .sec {
  width: 500px;
  position: relative;
}
#special_area .column .sec .ph {
  margin-bottom: 20px;
}
#special_area .column .sec .ph img {
  width: 100%;
}
#special_area .column .sec h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #000;
}
#special_area .column .sec .notice {
  font-size: 13px;
  color: #e8412e;
}

#history {
  width: auto;
  margin: 0 auto;
  padding: 0 0 60px 0;
}
#history .title {
  text-align: center;
  background-image: url(../img/history_title_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  margin: 0 0 60px 0;
}
#history .title h2 {
  margin-bottom: 0;
}
#history .lead {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 520px;
  margin-bottom: 60px;
  color: #9E540F;
}
#history .lead:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 2px;
  height: 80%;
  background-color: #9E540F;
  transform-origin: center;
  left: -30px;
  transform: rotate(-30deg);
}
#history .lead:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 2px;
  height: 80%;
  background-color: #9E540F;
  transform-origin: center;
  right: -30px;
  transform: rotate(30deg);
}
#history .inner {
  width: 1040px;
  margin: 0 auto;
  text-align: center;
}
#history a.btn {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 25px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-top: 50px;
}
#history .column {
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
#history .column .leftcolumn {
  width: 400px;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 2px 2px 10px #ccc;
  transform: translate(20px);
  z-index: 100;
}
#history .column .leftcolumn .wrap {
  padding: 20px;
}
#history .column .leftcolumn h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
}
#history .column .leftcolumn p {
  text-align: left;
}
#history .column .leftcolumn .notice {
  font-size: 13px;
  color: #e8412e;
}
#history .column .rightcolumn {
  width: 400px;
  position: relative;
  transform: translate(-20px);
}
#history .column .rightcolumn .ph img {
  width: 100%;
}
#history .column + .column {
  margin-top: 40px;
}
#history .column.reverse {
  flex-direction: row-reverse;
}
#history .column.reverse .leftcolumn {
  transform: translate(-20px);
}
#history .column.reverse .rightcolumn {
  transform: translate(20px);
}

#special_goods {
  width: auto;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #E6E0D8;
}
#special_goods a.btn {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 25px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-top: 20px;
}
#special_goods h2 {
  text-align: center;
}
#special_goods .inner {
  width: 1040px;
  margin: 0 auto;
}
#special_goods .column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#special_goods .column .sec {
  width: 500px;
  position: relative;
  text-align: center;
}
#special_goods .column .sec .ph {
  margin-bottom: 20px;
}
#special_goods .column .sec .ph img {
  width: 100%;
}
#special_goods .column .sec h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #000;
}
#special_goods .column .sec .text {
  text-align: left;
}
#special_goods .column .sec .notice {
  font-size: 13px;
  color: #e8412e;
}

#tips {
  width: auto;
  margin: 0 auto;
  padding: 60px 0;
}
#tips h2 {
  text-align: center;
}
#tips .inner {
  width: 1040px;
  margin: 0 auto;
}
#tips .column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#tips .column .sec {
  width: 330px;
  position: relative;
}
#tips .column .sec .ph {
  margin-bottom: 20px;
}
#tips .column .sec .ph img {
  width: 100%;
}
#tips .column .sec h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: #000;
}
#tips .column .sec .notice {
  font-size: 13px;
  color: #e8412e;
}

#shopinfo {
  width: auto;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #E6E0D8;
}
#shopinfo .inner {
  width: 1040px;
  margin: 0 auto;
}
#shopinfo .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#shopinfo .column .sec {
  width: 500px;
}
#shopinfo .column .sec h2 {
  margin-bottom: 20px;
}
#shopinfo .column .sec .ph {
  width: 500px;
}
#shopinfo .column .sec .ph img {
  width: 100%;
}
#shopinfo .column .sec p {
  font-size: 20px;
}
#shopinfo .column .sec a.btn {
  display: block;
  width: 200px;
  margin: 30px 0 0 0;
  padding: 10px 0;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.bnr {
  padding: 40px 0 0 0;
}
.bnr a {
  display: block;
  width: 700px;
  margin: 0 auto;
}
.bnr a img {
  width: 100%;
}

#sns {
  width: auto;
  margin: 0 auto;
  padding: 60px 0;
}
#sns h2 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}
#sns p {
  text-align: center;
  margin-bottom: 30px;
}
#sns ul {
  width: 240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#sns ul li {
  width: 40px;
}
#sns ul li img {
  width: 100%;
}

#thanks {
  width: auto;
  margin: 0 auto;
  padding: 60px 0;
}
#thanks .inner {
  width: 1040px;
  margin: 0 auto;
}
#thanks h2 {
  text-align: center;
  margin-bottom: 30px;
}
#thanks p {
  text-align: center;
  margin-bottom: 30px;
}
#thanks a.btn {
  display: block;
  width: 200px;
  margin: 30px auto 0;
  padding: 10px 0;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #000;
}

footer {
  background-color: #5F5850;
  text-align: center;
  padding: 40px 0;
}
footer .contact {
  background-color: #fff;
  width: 600px;
  margin: 0 auto 30px;
  padding: 30px;
  border-radius: 25px;
}
footer .contact .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
footer .footer-logo {
  width: 100px;
  margin: 0 auto 40px;
}
footer .footer-logo img {
  width: 100%;
}
footer .copyright {
  font-size: 13px;
  color: #fff;
  text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 780px) {
  .pc-item {
    display: none;
  }
  .sp-item {
    display: block;
  }
  .wrapper {
    min-width: auto;
    position: relative;
  }
  #header {
    z-index: 500;
    /* チェックボックスを非表示にする */
    /* ハンバーガーアイコンの設置スペース */
    /* ハンバーガーメニューのアイコン */
    /* 三本線の一番上の棒の位置調整 */
    /* 三本線の一番下の棒の位置調整 */
    /* アイコンがクリックされたら真ん中の線を透明にする */
    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    /* メニューのデザイン*/
    /* メニュー黒ポチを消す */
    /* アイコンがクリックされたらメニューを表示 */
  }
  #header .wrap {
    width: 100vw;
    height: 17.95vw;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
    position: relative;
    padding: 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .logo {
    width: 9.74vw;
    margin: 0 0 0 3.85vw;
  }
  #header .logo img {
    width: 100%;
  }
  #header nav.pc-item {
    display: none;
  }
  #header nav.pc-item ul {
    display: flex;
  }
  #header nav.pc-item ul li {
    margin-right: 20px;
  }
  #header nav.pc-item ul li a {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #000;
  }
  #header .rightmenu {
    position: fixed;
    top: 3.21vw;
    right: 3.21vw;
    z-index: 500;
  }
  #header .rightmenu .mainnav {
    color: #000;
    padding: 0;
    margin: 20vw auto 10vw;
    width: 86.67vw;
  }
  #header .rightmenu .mainnav li {
    list-style: none;
    padding: 0;
    margin: 0;
    letter-spacing: 0.1em;
    font-size: 4.1vw;
    line-height: 2.5;
    min-width: 4em;
    text-align: center;
  }
  #header .rightmenu .mainnav li a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  #header .rightmenu .contactsnav {
    width: 86.67vw;
    margin: 0 auto;
  }
  #header .rightmenu .contactsnav li {
    list-style: none;
  }
  #header .rightmenu .contactsnav li a {
    display: block;
  }
  #header .rightmenu .contactsnav li a img {
    width: 100%;
  }
  #header .rightmenu ul.sns {
    width: 61.54vw;
    margin: 7.69vw auto 0;
    display: flex;
    justify-content: space-between;
  }
  #header .rightmenu ul.sns li {
    list-style: none;
    width: 10.26vw;
  }
  #header .rightmenu ul.sns li a {
    display: block;
  }
  #header .rightmenu ul.sns li a img {
    width: 100%;
  }
  #header .drawer_hidden {
    display: none;
  }
  #header .drawer_open {
    display: flex;
    width: 10.26vw;
    height: 10.26vw;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 510; /* 重なり順を一番上にする */
    cursor: pointer;
    background-color: #fff;
    border: 0.51vw solid #000;
  }
  #header .drawer_open span,
  #header .drawer_open span:before,
  #header .drawer_open span:after {
    content: "";
    display: block;
    height: 0.51vw;
    width: 4.62vw;
    background: #000;
    transition: 0.5s;
    position: absolute;
  }
  #header .drawer_open span:before {
    bottom: 1.79vw;
  }
  #header .drawer_open span:after {
    top: 1.79vw;
  }
  #header #drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }
  #header #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #header #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #header .nav_content_bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #E6E0D8;
    background-size: 100%;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
  }
  #header .nav_list {
    list-style: none;
    font-size: 4.1vw;
    line-height: 3;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.4em;
  }
  #header .nav_list li {
    text-align: center;
  }
  #header .nav_list li a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
  }
  #header .nav_list li a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  #header #drawer_input:checked ~ .nav_content_bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    opacity: 1;
    transition: 0.5s;
    animation: fadeIn 0.5s ease-in 0s forwards;
  }
  #header #drawer_input:not(:checked) ~ .nav_content_bg {
    animation: fadeOut 0.5s ease-in 0s forwards;
  }
  #header .nav_content {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;
    z-index: 501;
  }
  #header #drawer_input:checked ~ .nav_content {
    pointer-events: auto;
    opacity: 1;
    transition: 0.5s;
    z-index: 501;
    animation: fadeIn 0.5s ease-in 0s forwards;
  }
  #header #drawer_input:not(:checked) ~ .nav_content {
    animation: fadeOut 0.2s ease-in 0s forwards;
  }
  @keyframes fadeIn {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  @keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    1% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
  #kv h1 {
    width: 67.69vw;
    margin: 0 auto;
    padding: 26.54vw 0;
  }
  #kv h1 img {
    width: 100%;
  }
  #kv h1 img {
    width: 100%;
  }
  section {
    padding: 5.13vw 0;
  }
  section h2 {
    padding: 0;
    margin: 0 0 2.56vw 0;
    font-size: 5.9vw;
    text-align: center;
  }
  #message {
    width: auto;
    margin: 0 auto;
    background: url(../img/message_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  #message .inner {
    width: 100%;
    margin: 0 auto;
  }
  #message .column {
    display: block;
    align-items: center;
    padding: 5.13vw;
  }
  #message .column .leftcolumn {
    width: auto;
    margin: 0 0 0 0;
  }
  #message .column .leftcolumn .wrap {
    padding: 5.13vw;
  }
  #message .column .leftcolumn .wrap p {
    font-size: 16px;
    line-height: 1.8;
  }
  #message .column .leftcolumn .wrap p + p {
    margin-top: 1em;
  }
  #logo220 {
    width: auto;
    margin: 0 auto;
    padding: 5.13vw;
    background-color: #E6E0D8;
  }
  #logo220 .inner {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
  #logo220 .inner h2 {
    text-align: center;
  }
  #logo220 .inner .column {
    display: block;
    padding: 0;
  }
  #logo220 .inner .column .leftcolumn {
    width: 64.1vw;
    margin: 0 auto;
  }
  #logo220 .inner .column .leftcolumn img {
    width: 100%;
  }
  #logo220 .inner .column .rightcolumn {
    width: auto;
    margin-top: 5.13vw;
  }
  #about {
    width: auto;
    background-color: #fff;
    margin: 0;
    padding: 0;
  }
  #about a.btn {
    display: inline-block;
    margin: 0 auto;
    padding: 0.64vw 3.21vw;
    font-size: 3.85vw;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: #000;
    margin-top: 20px;
  }
  #about .sec01 {
    width: auto;
    margin: 0 auto;
    background: url(../img/about_bg01.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
  }
  #about .sec01 .wrap {
    padding: 60px 0;
    text-align: center;
  }
  #about .sec01 .wrap h2 {
    color: #fff;
  }
  #about .sec01 .wrap p {
    color: #fff;
    padding: 0 5.13vw;
    text-align: left;
  }
  #about .sec02 {
    width: 100%;
    padding: 5.13vw 0;
  }
  #about .sec02 .column {
    display: block;
    padding: 0 5.13vw;
  }
  #about .sec02 .column .leftcolumn {
    width: auto;
  }
  #about .sec02 .column .leftcolumn .wrap {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  #about .sec02 .column .leftcolumn .wrap p {
    text-align: left;
  }
  #about .sec02 .column .rightcolumn {
    width: auto;
    margin-top: 5.13vw;
  }
  #about .sec02 .column .rightcolumn img {
    width: 100%;
  }
  #about .sec03 {
    width: auto;
    margin: 0 auto;
    padding: 5.13vw 0;
    background: url(../img/about_bg02.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  #about .sec03 a.btn {
    display: inline-block;
    margin: 0 auto;
    padding: 0.64vw 3.21vw;
    font-size: 3.85vw;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: #000;
    margin-top: 20px;
  }
  #about .sec03 .column {
    display: block;
    padding: 0 5.13vw;
  }
  #about .sec03 .column .leftcolumn {
    width: auto;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #about .sec03 .column .leftcolumn .wrap {
    width: auto;
    margin: 0 auto;
    padding: 5.13vw;
    text-align: center;
  }
  #about .sec03 .column .leftcolumn .wrap p {
    text-align: left;
  }
  #events {
    padding: 0;
  }
  #events .inner {
    width: auto;
    margin: 0 auto;
    padding: 5.13vw 0;
  }
  #events .inner h2 {
    text-align: center;
    margin: 0;
  }
  #events .inner .column {
    display: block;
    padding: 0 5.13vw;
  }
  #events .inner .column .item {
    width: auto;
    margin: 5.13vw 0;
  }
  #events .inner .column .item .thumbnail {
    width: 89.74vw;
    height: 89.74vw;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  #events .inner .column .item .thumbnail.ph01 {
    background-image: url(../img/events_ph01.jpg);
  }
  #events .inner .column .item .thumbnail.ph02 {
    background-image: url(../img/events_ph02.jpg);
  }
  #events .inner .column .item .thumbnail.ph03 {
    background-image: url(../img/events_ph03.jpg);
  }
  #events .inner .column .item .thumbnail.ph04 {
    background-image: url(../img/events_ph04.jpg);
  }
  #events .inner .column .item .thumbnail.ph05 {
    background-image: url(../img/events_ph05.jpg);
  }
  #events .inner .column .item .thumbnail.ph06 {
    background-image: url(../img/events_ph06.jpg);
  }
  #events .inner .column .item .name {
    font-size: 4.62vw;
    text-align: center;
    margin: 2.56vw 0;
  }
  #special01 {
    width: auto;
    background-color: #E6E0D8;
  }
  #special01 .inner {
    width: 100%;
  }
  #special01 .inner .column {
    display: block;
    padding: 0 5.13vw;
  }
  #special01 .inner .column .leftcolumn {
    width: auto;
  }
  #special01 .inner .column .leftcolumn .wrap {
    width: auto;
    margin: 0 auto;
  }
  #special01 .inner .column .leftcolumn .wrap p + p {
    margin-top: 1em;
  }
  #special01 .inner .column .rightcolumn {
    width: auto;
    margin-top: 5.13vw;
  }
  #special01 .inner .column .rightcolumn img {
    width: 100%;
  }
  #special_menu {
    padding: 5.13vw 0;
  }
  #special_menu .inner {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
  #special_menu .inner h2 {
    text-align: center;
    margin: 0 0 5.13vw 0;
  }
  #special_menu .inner .column {
    display: block;
    padding: 0 5.13vw;
  }
  #special_menu .inner .column .item {
    width: auto;
    margin: 5.13vw 0;
    padding: 5.13vw 0;
    background-color: #fff;
    box-shadow: 0.51vw 0.51vw 5.13vw #ccc;
  }
  #special_menu .inner .column .item .name {
    font-size: 4.62vw;
    text-align: center;
    margin: 0;
    line-height: 1.5;
    width: auto;
    margin: 0 auto;
  }
  #special_menu .inner .column .item .name span {
    font-size: 5.9vw;
    font-weight: 400;
    display: block;
    color: #9E540F;
  }
  #special_menu .inner .column .item .thumbnail {
    width: 79.49vw;
    height: 59.62vw;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 15px auto;
  }
  #special_menu .inner .column .item .thumbnail.ph01 {
    background-image: url(../img/special_menu_ph01.jpg);
  }
  #special_menu .inner .column .item .thumbnail.ph02 {
    background-image: url(../img/special_menu_ph02.jpg);
  }
  #special_menu .inner .column .item .thumbnail.ph03 {
    background-image: url(../img/special_menu_ph03.jpg);
  }
  #special_menu .inner .column .item .thumbnail.ph04 {
    background-image: url(../img/special_menu_ph04.jpg);
  }
  #special_menu .inner .column .item .thumbnail.ph05 {
    background-image: url(../img/special_menu_ph05.jpg);
  }
  #special_menu .inner .column .item .thumbnail.ph06 {
    background-image: url(../img/special_menu_ph06.jpg);
  }
  #special_menu .inner .column .item .text {
    font-size: 3.59vw;
    width: auto;
    margin: 0 auto;
    padding: 0 5.13vw;
  }
  #special_menu .inner .column .item .notice {
    font-size: 3.08vw;
    color: #e8412e;
    width: auto;
    margin: 0 auto;
    padding: 0 5.13vw;
  }
  #special_area {
    width: auto;
    margin: 0 auto;
    padding: 5.13vw 0;
    background-color: #E6E0D8;
  }
  #special_area h2 {
    text-align: center;
  }
  #special_area .inner {
    width: auto;
    margin: 0 auto;
  }
  #special_area .column {
    display: block;
    padding: 0 5.13vw;
  }
  #special_area .column .sec {
    width: auto;
    position: relative;
  }
  #special_area .column .sec .ph {
    margin-bottom: 2.56vw;
  }
  #special_area .column .sec .ph img {
    width: 100%;
  }
  #special_area .column .sec h3 {
    text-align: center;
    margin-bottom: 2.56vw;
    font-size: 4.62vw;
    color: #000;
  }
  #special_area .column .sec .notice {
    font-size: 3.08vw;
    color: #e8412e;
  }
  #special_area .column .sec + .sec {
    margin-top: 5.13vw;
  }
  #history {
    width: auto;
    margin: 0 auto;
    padding: 0 0 5.13vw 0;
  }
  #history .title {
    text-align: center;
    background-image: url(../img/history_title_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 5.13vw 0;
    margin: 0 0 5.13vw 0;
  }
  #history .title h2 {
    margin-bottom: 0;
  }
  #history .lead {
    text-align: center;
    font-size: 4.1vw;
    font-weight: 700;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 89.74vw;
    margin-bottom: 5.13vw;
    color: #9E540F;
  }
  #history .lead:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0.26vw;
    height: 80%;
    background-color: #9E540F;
    transform-origin: center;
    left: -1.28vw;
    transform: rotate(-30deg);
  }
  #history .lead:after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0.26vw;
    height: 80%;
    background-color: #9E540F;
    transform-origin: center;
    right: -1.28vw;
    transform: rotate(30deg);
  }
  #history .inner {
    width: auto;
    margin: 0 auto;
  }
  #history a.btn {
    display: inline-block;
    margin: 0 auto;
    padding: 0.64vw 3.21vw;
    font-size: 3.85vw;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: #000;
    margin-top: 5.13vw;
  }
  #history .column {
    width: 89.74vw;
    display: block;
    margin: 0 auto;
    padding: 5.13vw;
    background-color: #fff;
    box-shadow: 0.26vw 0.26vw 2.56vw #ccc;
    border-radius: 5.13vw;
  }
  #history .column .leftcolumn {
    width: auto;
    position: relative;
    background-color: #fff;
    border-radius: none;
    box-shadow: none;
    transform: translate(0);
    z-index: 100;
  }
  #history .column .leftcolumn .wrap {
    padding: 0;
  }
  #history .column .leftcolumn h3 {
    text-align: center;
    margin-bottom: 5.13vw;
    font-size: 4.62vw;
    line-height: 1.5;
    color: #000;
  }
  #history .column .leftcolumn .notice {
    font-size: 13px;
    color: #e8412e;
  }
  #history .column .rightcolumn {
    width: auto;
    position: relative;
    transform: translate(0);
    margin-top: 5.13vw;
  }
  #history .column .rightcolumn .ph img {
    width: 100%;
  }
  #history .column + .column {
    margin-top: 40px;
  }
  #history .column.reverse {
    flex-direction: row-reverse;
  }
  #history .column.reverse .leftcolumn {
    transform: translate(0);
  }
  #history .column.reverse .rightcolumn {
    transform: translate(0);
  }
  #special_goods {
    width: auto;
    margin: 0 auto;
    padding: 5.13vw 0;
    background-color: #E6E0D8;
  }
  #special_goods a.btn {
    display: inline-block;
    margin: 0 auto;
    padding: 0.64vw 3.21vw;
    font-size: 3.85vw;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: #000;
    margin-top: 20px;
  }
  #special_goods .inner {
    width: auto;
    margin: 0 auto;
  }
  #special_goods .column {
    display: block;
    padding: 0 5.13vw;
  }
  #special_goods .column .sec {
    width: auto;
    position: relative;
    text-align: center;
  }
  #special_goods .column .sec .ph {
    margin-bottom: 2.56vw;
  }
  #special_goods .column .sec .ph img {
    width: 100%;
  }
  #special_goods .column .sec h3 {
    text-align: center;
    margin-bottom: 2.56vw;
    font-size: 4.62vw;
    color: #000;
  }
  #special_goods .column .sec .text {
    text-align: left;
  }
  #special_goods .column .sec + .sec {
    margin-top: 5.13vw;
  }
  #tips {
    width: auto;
    margin: 0 auto;
    padding: 5.13vw 0;
  }
  #tips h2 {
    text-align: center;
  }
  #tips .inner {
    width: auto;
    margin: 0 auto;
  }
  #tips .column {
    display: block;
    padding: 0 5.13vw;
  }
  #tips .column .sec {
    width: auto;
    position: relative;
  }
  #tips .column .sec .ph {
    margin-bottom: 2.56vw;
  }
  #tips .column .sec .ph img {
    width: 100%;
  }
  #tips .column .sec h3 {
    text-align: center;
    margin-bottom: 2.56vw;
    font-size: 4.62vw;
    color: #000;
  }
  #tips .column .sec .notice {
    font-size: 13px;
    color: #e8412e;
  }
  #tips .column .sec + .sec {
    margin-top: 5.13vw;
  }
  #shopinfo {
    width: auto;
    margin: 0 auto;
    padding: 5.13vw 0;
  }
  #shopinfo .inner {
    width: 87.18vw;
    margin: 0 auto;
  }
  #shopinfo .column {
    display: block;
  }
  #shopinfo .column .sec {
    width: auto;
  }
  #shopinfo .column .sec h2 {
    margin-bottom: 5.13vw;
  }
  #shopinfo .column .sec .ph {
    width: auto;
    margin-top: 5.13vw;
  }
  #shopinfo .column .sec .ph img {
    width: 100%;
  }
  #shopinfo .column .sec p {
    font-size: 4.1vw;
  }
  #shopinfo .column .sec a.btn {
    display: block;
    width: 40.51vw;
    margin: 3.85vw auto 0;
    padding: 1.92vw 0;
    font-size: 4.1vw;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: #000;
  }
  .bnr {
    padding: 5.13vw 0 0 0;
  }
  .bnr a {
    display: block;
    width: 87.18vw;
    margin: 0 auto;
  }
  .bnr a img {
    width: 100%;
  }
  #sns {
    width: auto;
    margin: 0 auto;
    padding: 5.13vw 0;
  }
  #sns h2 {
    text-align: center;
    margin-bottom: 2.56vw;
    line-height: 1;
  }
  #sns p {
    text-align: center;
    margin-bottom: 3.85vw;
    font-size: 4.1vw;
  }
  #sns ul {
    width: 67.95vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #sns ul li {
    width: 10.77vw;
  }
  #sns ul li img {
    width: 100%;
  }
  #thanks {
    width: auto;
    margin: 0 auto;
    padding: 7.69vw 0;
  }
  #thanks .inner {
    width: 87.18vw;
    margin: 0 auto;
  }
  #thanks .inner h2 {
    text-align: center;
    margin-bottom: 2.56vw;
    line-height: 1;
  }
  #thanks .inner p {
    text-align: center;
    margin-bottom: 3.85vw;
    font-size: 4.1vw;
  }
  #thanks .inner a.btn {
    display: block;
    width: 40.51vw;
    margin: 3.85vw auto 0;
    padding: 1.92vw 0;
    font-size: 4.1vw;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: #000;
  }
  footer {
    background-color: #5F5850;
    text-align: center;
    padding: 7.69vw 0;
  }
  footer .footer-logo {
    width: 20.51vw;
    margin: 0 auto 6.41vw;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .copyright {
    font-size: 2.56vw;
    color: #fff;
    text-align: center;
  }
}
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */