@import '//fonts.googleapis.com/css?family=Oswald';
@charset 'utf-8';
/* e-Sports: ver.202309250000 */
[v-cloak] {
  display: none;
}
.modal__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 1000;
  max-width: 650px;
  max-height: 90vh;
  padding: 40px;
}
.modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.modal__title {
  color: #333333;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: 0 0 0 8px;
  font-size: 1.4rem;
}
.modal__qr {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  height: 100px;
}
.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  background-color: #ffffff;
  cursor: pointer;
  padding: 0;
}
.modal__close:focus {
  outline: 0;
}
.modal__icon {
  width: 25px;
  height: 25px;
}
.modal__mask {
  background-color: rgba(1, 1, 1, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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: 1em;
  /* 2 */
}
/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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;
}
/* 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
html {
  font-size: 62.5%;
  color: #ffffff;
  font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, Arial, 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  line-height: 1.5;
}
body {
  margin: 0;
  font-size: 1.6rem;
  background-color: #262626;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
  color: #439ffb;
}
#cboxOverlay {
  background-color: #000000;
}
#cboxContent {
  margin: 40px;
  border: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
#cboxLoadedContent {
  background-color: #262626;
}
#cboxClose {
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22307.1px%22%20height%3D%22307.1px%22%20viewBox%3D%220%200%20307.1%20307.1%22%20style%3D%22enable-background%3Anew%200%200%20307.1%20307.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22303.5%2C10.4%20296.6%2C3.5%20153.5%2C146.6%2010.4%2C3.5%203.5%2C10.4%20146.6%2C153.5%203.5%2C296.6%2010.4%2C303.5%20153.5%2C160.4%20296.6%2C303.5%20303.5%2C296.6%20160.4%2C153.5%20%22%2F%3E%3C%2Fsvg%3E');
  background-size: 20px;
  background-position: 0 0;
  top: -30px;
  outline: 0;
}
#cboxClose:hover {
  background-position: 0 0;
}
#cboxPrevious {
  background-position: 0 0;
  background-size: 20px;
  width: 20px;
  height: 40px;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22303.6px%22%20height%3D%22599px%22%20viewBox%3D%220%200%20303.6%20599%22%20style%3D%22enable-background%3Anew%200%200%20303.6%20599%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22303.6%2C588.2%20298.3%2C599%200%2C309.8%200%2C299%20298.3%2C0%20303.6%2C10.7%2016.1%2C304.4%20%22%2F%3E%3C%2Fsvg%3E');
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
}
#cboxPrevious:hover {
  background-position: 0 0;
}
#cboxNext {
  background-position: 0 0;
  background-size: 20px;
  width: 20px;
  height: 40px;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22303.6px%22%20height%3D%22599px%22%20viewBox%3D%220%200%20303.6%20599%22%20style%3D%22enable-background%3Anew%200%200%20303.6%20599%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22287.5%2C304.4%200%2C10.7%205.3%2C0%20303.6%2C299%20303.6%2C309.8%205.3%2C599%200%2C588.2%20%22%2F%3E%3C%2Fsvg%3E');
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
}
#cboxNext:hover {
  background-position: 0 0;
}
.c-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .c-icon {
    width: 20px;
    height: 20px;
  }
}
.c-section {
  max-width: 880px;
  padding: 0 20px;
  margin: 0 auto;
}
.c-section--top-margin {
  margin-top: 40px;
}
.c-section__title {
  margin: 80px 0 40px;
  font-size: 4rem;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
.c-button,
.p-form__submit input[type="submit"] {
  padding: 8px;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 20px;
  cursor: pointer;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .c-button,
  .p-form__submit input[type="submit"] {
    display: inline-block;
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.c-button:hover,
.p-form__submit input[type="submit"]:hover {
  outline: 0;
  border: 1px solid #439ffb;
  color: #439ffb;
}
.c-chapter {
  background: linear-gradient(#191919 80px, #262626 0);
}
.c-chapter__inner {
  background-color: #ffffff;
  color: #333333;
  padding: 40px 20px;
  max-width: 880px;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .c-chapter__inner {
    padding: 40px;
  }
}
.c-chapter__inner + .c-chapter__inner {
  margin-top: 40px;
}
#coupon .c-chapter__inner {
  background-color: transparent;
  padding-top: 0;
}
.c-chapter__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.4;
}
.c-chapter__title span {
  font-weight: normal;
}
.c-chapter__title a {
  text-decoration: none;
}
.c-chapter__title a:hover {
  opacity: 0.8;
}
.c-chapter__date {
  margin: 0 0 4px;
  font-size: 1.2rem;
  font-family: 'Oswald', sans-serif;
}
.c-chapter__image {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 481px) {
  .c-chapter__image {
    text-align: left;
  }
}
.c-chapter__image img[src=""] {
  display: none;
}
.c-chapter__content,
.c-chapter__sub-header {
  margin-top: 20px;
}
.c-label {
  background-color: #f2f2f2;
  color: #333333;
  padding: 6px 8px;
  font-size: 1rem;
  vertical-align: middle;
}
.c-label--calendar {
  margin-right: 4px;
}
.swiper-container {
  width: 100%;
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: visible;
  margin-bottom: 30px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination-bullet {
  opacity: 1;
  background-color: #8c8c8c;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
/*
 パーツ表示切替用style
*/
.site_description {
  display: block;
}
.shop_name {
  display: block;
}
.shop_tel {
  display: none;
}
.shop_rss {
  display: block;
}
.today_area {
  display: none;
}
.qr_area {
  display: block;
}
.counter_area {
  display: block;
}
.copyright {
  display: block;
}
.powered {
  display: none;
}
.p-brand {
  margin: 0;
  font-size: 3.5rem;
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
}
.p-brand a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.p-menu {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 60%;
}
@media only screen and (min-width: 769px) {
  .p-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-menu-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .p-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-menu-list li {
  margin: 12px 0 0 0;
}
@media only screen and (min-width: 769px) {
  .p-menu-list li {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 2px 0 2px 12px;
    max-width: 400px;
    font-size: 1.6rem;
  }
}
.p-menu-list a {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  line-height: 1.4;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  text-decoration: none;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .p-menu-list a {
    font-size: 1.6rem;
  }
}
.p-menu-list a:hover {
  opacity: 0.8;
}
.p-menu-list .active a {
  border-bottom: 1px solid #ffffff;
}
.p-pagetop {
  padding: 0 20px 20px;
}
.p-pagetop a {
  text-decoration: none;
}
.p-qr-button {
  display: none;
  background-color: #ffffff;
  border: 0;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
  color: #333333;
  height: 26px;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .p-qr-button {
    display: block;
  }
}
.p-qr-button:hover {
  opacity: 0.8;
}
.p-qr-button:focus {
  outline: 0;
}
#social_widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}
#social_widgets > div {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-right: 12px;
}
#social_widgets #widget_facebook_like {
  width: 180px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0;
  overflow: hidden;
}
#social_widgets .social_widget_facebook_likebox {
  width: 340px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#social_widgets .social_widget_facebook_likebox > div {
  width: 340px;
}
#navi_parts {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navi_parts_detail {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: 2px 6px;
}
.navi_parts_detail iframe {
  max-width: 100%;
}
#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}
.wysiwyg {
  overflow-x: auto;
}
.wysiwyg::after {
  content: '';
  display: block;
  clear: both;
}
.wysiwyg > *:first-child {
  margin-top: 0;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  word-break: break-all;
}
.wysiwyg a {
  color: #439ffb;
}
.wysiwyg table {
  border-collapse: collapse;
  border: 1px solid transparent;
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
  .wysiwyg table {
    width: 100%;
  }
}
.wysiwyg td {
  border: 1px solid transparent;
}
.wysiwyg iframe {
  max-width: 100%;
  border: 0;
}
.wysiwyg_template_profile1,
.wysiwyg_template_profile2 {
  display: block;
}
@media only screen and (min-width: 481px) {
  .wysiwyg_template_profile1,
  .wysiwyg_template_profile2 {
    display: table;
  }
}
.wysiwyg_template_profile1 tr,
.wysiwyg_template_profile2 tr {
  display: block;
}
@media only screen and (min-width: 481px) {
  .wysiwyg_template_profile1 tr,
  .wysiwyg_template_profile2 tr {
    display: table-row;
  }
}
.wysiwyg_template_profile1 td,
.wysiwyg_template_profile2 td {
  display: block;
}
@media only screen and (min-width: 481px) {
  .wysiwyg_template_profile1 td,
  .wysiwyg_template_profile2 td {
    display: table-cell;
  }
}
.p-page-header {
  padding: 60px 20px;
  background-color: #191919;
}
#top .p-page-header {
  display: none;
}
.p-page-header__heading {
  margin: 0;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
}
.p-page-header__navi-list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 0;
  padding: 0;
}
.p-page-header__navi-list li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: 4px 10px;
  font-size: 1.4rem;
}
.p-page-header__navi-list a {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  vertical-align: middle;
  word-break: break-all;
}
.p-page-header__navi-list a:hover {
  opacity: 0.8;
}
.p-page-header__navi-list a::before {
  width: 6px;
  height: 10px;
  content: '';
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%226px%22%20height%3D%229.7px%22%20viewBox%3D%220%200%206%209.7%22%20style%3D%22enable-background%3Anew%200%200%206%209.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M5.6%2C4.8c0%2C0.1%2C0%2C0.1-0.1%2C0.2L1.4%2C9.2C1.3%2C9.2%2C1.2%2C9.2%2C1.2%2C9.2S1%2C9.2%2C1%2C9.2L0.5%2C8.7C0.5%2C8.7%2C0.4%2C8.6%2C0.4%2C8.5%20c0-0.1%2C0-0.1%2C0.1-0.2L3.8%2C5c0.1-0.1%2C0.1-0.3%2C0-0.4L0.5%2C1.4C0.5%2C1.3%2C0.4%2C1.2%2C0.4%2C1.2c0-0.1%2C0-0.1%2C0.1-0.2L1%2C0.5%20C1%2C0.5%2C1.1%2C0.4%2C1.2%2C0.4s0.1%2C0%2C0.2%2C0.1l4.1%2C4.1C5.5%2C4.7%2C5.6%2C4.8%2C5.6%2C4.8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1.2%2C0.4c0.1%2C0%2C0.1%2C0%2C0.2%2C0.1l4.1%2C4.1c0.1%2C0.1%2C0.1%2C0.1%2C0.1%2C0.2S5.5%2C5%2C5.5%2C5L1.4%2C9.2C1.3%2C9.2%2C1.2%2C9.2%2C1.2%2C9.2%20C1.1%2C9.2%2C1%2C9.2%2C1%2C9.2L0.5%2C8.7C0.5%2C8.7%2C0.4%2C8.6%2C0.4%2C8.5c0-0.1%2C0-0.1%2C0.1-0.2L3.8%2C5c0.1-0.1%2C0.1-0.3%2C0-0.4L0.5%2C1.4%20C0.5%2C1.3%2C0.4%2C1.2%2C0.4%2C1.2S0.5%2C1%2C0.5%2C1L1%2C0.5C1%2C0.5%2C1.1%2C0.4%2C1.2%2C0.4%20M1.2%2C0C1%2C0%2C0.8%2C0.1%2C0.7%2C0.2L0.2%2C0.7C0.1%2C0.8%2C0%2C1%2C0%2C1.2%20c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l3.2%2C3.2L0.2%2C8C0.1%2C8.1%2C0%2C8.3%2C0%2C8.5S0.1%2C8.9%2C0.2%2C9l0.4%2C0.4C0.8%2C9.6%2C1%2C9.7%2C1.2%2C9.7s0.4-0.1%2C0.5-0.2l4.1-4.1%20C5.9%2C5.2%2C6%2C5%2C6%2C4.8c0-0.2-0.1-0.4-0.2-0.5L1.7%2C0.2C1.5%2C0.1%2C1.4%2C0%2C1.2%2C0L1.2%2C0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}
.p-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.p-pager a {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 6px;
  padding: 7px 15px;
  text-decoration: none;
  border-radius: 20px;
  font-family: 'Oswald', sans-serif;
}
.p-pager a:hover {
  opacity: 0.8;
}
.p-pager a.chk {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #ffffff;
}
.p-form .reservation_area:first-of-type {
  margin-top: 40px;
}
.p-form .reservation_area,
.p-form .contact_area {
  margin-bottom: 20px;
}
.p-form .reservation_area > label,
.p-form .contact_area > label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.p-form .reservation_area > br,
.p-form .contact_area > br {
  display: none;
}
.p-form input[type="text"],
.p-form input[type="tel"],
.p-form input[type="email"] {
  max-width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-form input[type="text"],
  .p-form input[type="tel"],
  .p-form input[type="email"] {
    max-width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .p-form input[type="text"].contact_medium,
  .p-form input[type="tel"].contact_medium,
  .p-form input[type="email"].contact_medium {
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .p-form input[type="text"].contact_small,
  .p-form input[type="tel"].contact_small,
  .p-form input[type="email"].contact_small {
    max-width: 50%;
  }
}
.p-form textarea {
  height: 10em;
}
.p-form input[type="text"],
.p-form input[type="tel"],
.p-form input[type="email"],
.p-form textarea,
.p-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ffffff;
  background-color: transparent;
  padding: 0.6em 0.5em;
  outline: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  color: #ffffff;
}
.p-form input[type="text"]:focus,
.p-form input[type="tel"]:focus,
.p-form input[type="email"]:focus,
.p-form textarea:focus,
.p-form select:focus {
  border: 1px solid #439ffb;
}
.p-form select {
  width: auto;
  height: 44px;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22253.7px%22%20height%3D%22302.3px%22%20viewBox%3D%220%200%20253.7%20302.3%22%20style%3D%22enable-background%3Anew%200%200%20253.7%20302.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%220%2C126.9%20126.9%2C0%20253.7%2C126.9%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%220%2C175.5%20126.9%2C302.3%20253.7%2C175.5%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 16px;
  overflow: hidden;
  padding-right: 30px;
  color: #ffffff;
  border-radius: 0;
}
.p-form select::-ms-expand {
  display: none;
}
.p-form select option {
  color: #333333;
}
.p-form .radio,
.p-form .checkbox {
  display: block;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .p-form .radio,
  .p-form .checkbox {
    margin-bottom: 0.8em;
  }
}
.p-form .radio input,
.p-form .checkbox input {
  display: none;
}
.p-form .radio input:checked + label,
.p-form .checkbox input:checked + label {
  font-weight: bold;
}
.p-form .radio input:checked + label::after,
.p-form .checkbox input:checked + label::after {
  visibility: visible;
}
.p-form .radio label,
.p-form .checkbox label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  word-break: break-all;
}
.p-form .radio label::before,
.p-form .checkbox label::before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  vertical-align: -0.2em;
}
.p-form .radio label::before {
  border-radius: 100%;
}
.p-form .radio label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  display: inline-block;
  visibility: hidden;
  width: 14px;
  height: 14px;
  background-color: #439ffb;
  border-radius: 100%;
}
.p-form .checkbox label::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 2px;
  display: inline-block;
  visibility: hidden;
  width: 4px;
  height: 9px;
  border-right: 3px solid #439ffb;
  border-bottom: 3px solid #439ffb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-form .reservation_course_body {
  background: #ffffff;
  padding: 20px;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.p-form .reservation_course_body img {
  margin-bottom: 12px;
}
.p-form .reservation_course_body p {
  margin: 0;
}
.requier {
  font-size: 2rem;
  vertical-align: middle;
  padding-left: 2px;
  line-height: 0;
}
.p-form__message {
  margin: 40px 0 20px;
  padding: 20px;
  line-height: 1.4;
  font-size: 1.4rem;
  background-color: #ffffff;
  color: #333333;
}
.p-form__message .error_message {
  color: #e80707;
}
.p-form__note {
  margin: 40px 0 0;
  padding: 16px 20px;
  background-color: #464646;
  font-size: 1.4rem;
}
.p-form__note dt {
  font-weight: bold;
}
.p-form__note dd {
  margin: 4px 0 0;
  line-height: 1.4;
}
.p-view-button-layout {
  width: 60%;
  margin: 20px auto 40px;
}
@media only screen and (min-width: 769px) {
  .p-view-button-layout {
    max-width: 880px;
    width: 100%;
    text-align: right;
  }
}
.p-view-button-layout--center {
  text-align: center;
}
.p-today {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-today__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  min-width: 0;
}
.p-today__date {
  margin: 0 16px 8px 0;
  white-space: nowrap;
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
}
.p-today__list {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .p-today__list {
    max-width: 100%;
  }
}
.p-today__list a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.p-today__list a:hover {
  opacity: 0.8;
}
.p-today__list a + a {
  margin-top: 8px;
}
.p-today__link {
  color: #439ffb;
  font-weight: normal;
}
.p-social-icon {
  fill: #ffffff;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 481px) {
  .p-minne-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-minne-item {
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 481px) {
  .p-minne-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 23.5%;
    margin-right: 2%;
  }
  .p-minne-item:nth-child(4n) {
    margin-right: 0;
  }
}
.p-minne-item__image-wrap {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 0.5em;
  background-color: #262626;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__image-wrap {
    margin-right: 0;
  }
}
.p-minne-item__image {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-minne-item__image img {
  display: none;
}
.p-minne-item__caption {
  font-size: 1.4rem;
  line-height: 1.4;
  min-width: 0;
}
.p-minne-item__caption a {
  text-decoration: none;
  color: #ffffff;
}
.p-minne-item__caption a:hover {
  opacity: 0.8;
}
.p-minne-item__title {
  display: block;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__title {
    margin-top: 0.5em;
  }
}
.p-minne-item__price {
  display: block;
  margin-top: 4px;
  font-family: 'Oswald', sans-serif;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__price {
    text-align: left;
  }
}
.p-reservation__inner {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .p-reservation__inquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-reservation__tel {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 8px;
}
.p-reservation__tel a {
  color: #333333;
  text-decoration: none;
}
.p-reservation__time {
  font-size: 1.4rem;
  margin-top: 8px;
}
@media only screen and (min-width: 769px) {
  .p-reservation__time {
    margin-left: 8px;
  }
}
.p-reservation-list {
  max-width: 880px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0 20px 20px;
  color: #333333;
  list-style: none;
}
@media only screen and (min-width: 481px) {
  .p-reservation-list {
    padding: 0 40px 40px;
  }
}
.p-reservation-list__title {
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  margin: 0;
}
.p-reservation-list__inner {
  margin-top: 8px;
}
.p-reservation-list__course {
  margin: 8px 0 0;
}
.p-calendar__nav {
  text-align: center;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: 'Oswald', sans-serif;
}
.p-calendar__nav a {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.p-calendar__nav a:first-child {
  left: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23444%22%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1203%20544q0%2013-10%2023l-393%20393%20393%20393q10%2010%2010%2023t-10%2023l-50%2050q-10%2010-23%2010t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10%2023-10t23%2010l50%2050q10%2010%2010%2023z%22%2F%3E%3C%2Fsvg%3E');
}
.p-calendar__nav a:last-child {
  right: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1171%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%2F%3E%3C%2Fsvg%3E');
}
.p-calendar__table tr:nth-child(2) {
  height: 20px;
}
.p-calendar__table th {
  font-size: 1.4rem;
  border-bottom: 1px solid #262626;
  padding-bottom: 4px;
  background-color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
.p-calendar__table td {
  height: 75px;
  text-align: center;
  padding-top: 8px;
  font-size: 1.8rem;
  font-family: 'Oswald', sans-serif;
}
.p-calendar__table a {
  display: inline-block;
  border-top: 1px solid #ddd;
  padding-top: 4px;
}
.p-calendar__table a:hover {
  border-top: 1px solid #fff;
}
.sat {
  color: #2589ec;
}
.sat a {
  border-top: 1px solid #ddd;
}
.sun,
.holiday {
  background-color: #fef5f5;
  color: #f76368;
}
.sun a,
.holiday a {
  border-top: 1px solid #f76368;
}
.sun a:hover,
.holiday a:hover {
  border-top: 1px solid #fef5f5;
}
.day {
  margin: 0;
}
.p-calendar-list {
  margin: 0;
}
.p-calendar-list__date {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  margin-top: 20px;
}
.p-calendar-list__date:first-child {
  margin-top: 0;
}
.p-calendar-list__time {
  font-weight: bold;
  font-size: 1.3rem;
  font-family: 'Oswald', sans-serif;
}
.p-calendar-list__content {
  font-size: 1.4rem;
  margin-left: 0;
}
.p-calendar-list__content:last-child {
  margin-bottom: 40px;
}
.p-calendar-list__content p {
  margin: 8px 0 0;
}
.p-calendar-list__content p:first-child {
  margin-top: 4px;
}
.p-calendar-list__content a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
.p-calendar-list__content a:hover {
  color: #808080;
}
.p-calendar-list__click-label {
  color: #439ffb;
}
.hotspot {
  cursor: pointer;
}
#tt {
  position: absolute;
  display: block;
}
#ttcont {
  display: block;
  padding: 0.5em 0.7em;
  background: #ffffff;
  color: #333333;
  border-radius: 6px 6px 6px 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 30%;
  left: 5%;
  right: 5%;
}
@media only screen and (min-width: 769px) {
  #ttcont {
    position: relative;
    top: 0;
    left: 0;
    right: 5%;
    margin-left: 5px;
  }
}
#ttcont .schedule_title {
  font-size: 13px;
}
#ttcont .schedule_body {
  font-size: 11px;
}
#tttop {
  display: none;
}
#ttbot {
  display: none;
}
.p-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #333;
  margin: 40px 0 0;
}
.p-menu-item__title {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0;
  max-width: 100%;
  line-height: 1.4;
}
.p-menu-item__title a {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
}
.p-menu-item__price {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 4px 0;
  font-size: 1.4rem;
  text-align: right;
}
.p-photo-album {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.p-photo-album__title {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 8px 0;
  text-align: left;
}
.p-photo-album__unit {
  width: 100%;
  max-width: 48%;
  margin: 0 4% 4% 0;
}
.p-photo-album__unit:nth-child(2n) {
  margin-right: 0;
}
.p-photo-album__image {
  position: relative;
  background-color: #f9f9f9;
}
.p-photo-album__image::after {
  content: '';
  display: block;
  padding-top: 100%;
}
.p-photo-album__image:hover {
  pointer: cursor;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #ececec;
}
.p-photo-album__image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.p-photo-album__image-inner a {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
}
.p-photo-album__image-inner img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}
.p-about__map {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .p-about__map {
    margin-bottom: 0;
  }
}
.p-about__summary table {
  border-style: none;
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (min-width: 769px) {
  .p-about__summary tr {
    border-bottom: 1px solid #262626;
  }
}
.p-about__summary th {
  display: block;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .p-about__summary th {
    display: table-cell;
    width: 25%;
    padding: 20px 20px 20px 0px;
  }
}
.p-about__summary td {
  display: block;
  padding: 4px 0 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 769px) {
  .p-about__summary td {
    display: table-cell;
    padding: 20px 0;
    margin-bottom: 0;
  }
}
#custom_staff .staff_wrap {
  float: none;
}
#custom_staff .staff--image {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  background-size: contain;
}
#custom_staff .staff--image::before {
  padding-top: 50%;
}
#custom_staff .staff__text {
  float: none;
  width: 100%;
}
#custom_staff .staff__text--name {
  margin-bottom: 0;
}
#custom_staff .staff__text--job {
  margin-top: 4px;
  margin-bottom: 0;
  color: #888;
  font-size: 1.4rem;
}
#custom_staff .staff__text--description {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 481px) {
  .p-coupon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-coupon-list__unit {
  background-color: #fff;
  padding: 20px;
  margin: 0 -20px 40px;
}
@media only screen and (min-width: 481px) {
  .p-coupon-list__unit {
    width: calc(48%);
    margin: 0 0 4%;
  }
  .p-coupon-list__unit:only-child {
    margin: 0 auto;
    width: 440px;
  }
}
.p-coupon-list__image {
  text-align: center;
  margin-bottom: 20px;
}
.p-coupon-list__header {
  text-align: center;
}
.p-coupon-list__limit {
  display: inline-block;
  padding: 8px 16px;
  margin-top: 12px;
  background-color: #f2f2f2;
  font-size: 1.4rem;
}
.p-coupon-list__qr-code {
  margin-top: 8px;
}
.p-coupon-list__qr-code img {
  display: block;
  margin: 0 auto;
}
.p-coupon-list__detail {
  margin: 0;
}
.p-coupon-list__detail dt {
  font-weight: bold;
}
.p-coupon-list__detail dd {
  margin: 0 0 12px;
}
.p-coupon-list__detail dd:last-child {
  margin-bottom: 0;
}
.p-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-info-list__item {
  border-bottom: 1px solid #080808;
  padding: 20px 0;
}
.p-info-list__item:first-child {
  padding-top: 0;
}
.p-info-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-info-list__item a:hover {
  opacity: 0.8;
}
.p-info-list__img {
  margin-right: 12px;
  height: 80px;
  position: relative;
  overflow: hidden;
  background-color: #464646;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
}
@media only screen and (min-width: 769px) {
  .p-info-list__img {
    margin-right: 20px;
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    height: 120px;
  }
}
.p-info-list__img::before {
  content: 'no image';
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
}
.p-info-list__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.p-info-list__content {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  min-width: 0;
}
.p-info-list__date {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  margin: 0;
}
.p-info-list__title {
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .p-info-list__title {
    font-size: 1.8rem;
  }
}
.p-top-slider-section {
  margin-bottom: 40px;
}
.p-top-slider-container {
  margin-bottom: 0;
}
.p-top-slider__unit {
  max-width: 1200px;
}
.p-top-slider__image {
  position: relative;
}
.p-top-slider__image::after {
  content: '';
  display: block;
  padding-top: 50%;
}
.p-top-slider__image img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}
.p-top-slider__image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.p-top-slider__text {
  margin: 0;
  text-align: center;
  color: currentColor;
  font-size: 1.2rem;
  color: #fff;
  padding: 8px;
}
@media only screen and (min-width: 769px) {
  .p-top-slider__text {
    font-size: 1.4rem;
  }
}
.l-header {
  background-color: rgba(8, 8, 8, 0.8);
  color: #ffffff;
  padding: 20px;
  z-index: 1000;
}
@media only screen and (min-width: 769px) {
  #top .l-header {
    position: absolute;
    right: 0;
    left: 0;
  }
}
.l-header a {
  text-decoration: none;
}
.l-header a:hover {
  opacity: 0.8;
}
.l-header__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (min-width: 769px) {
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-header__brand {
  text-align: center;
  margin: 0 40px;
  word-break: break-all;
}
@media only screen and (min-width: 769px) {
  .l-header__brand {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 40%;
    margin: 0;
  }
}
.l-header__brand h1 {
  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;
}
@media only screen and (min-width: 769px) {
  .l-header__brand h1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.l-header__brand img {
  vertical-align: middle;
}
.l-header__description {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 4px;
}
.l-header-button {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 769px) {
  .l-header-button {
    display: none;
  }
}
.l-header-button__icon {
  fill: #ffffff;
  width: 22px;
  height: 23px;
}
.l-drawer {
  display: block;
  height: 100vh;
  width: 80%;
  max-width: 400px;
  position: fixed;
  top: 0;
  left: 0;
  background: #262626;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 2000;
  overflow-y: scroll;
  color: #ffffff;
  opacity: 0;
  -webkit-box-shadow: 0 0 2px #262626;
  box-shadow: 0 0 2px #262626;
  padding: 0 20px;
}
@media only screen and (min-width: 769px) {
  .l-drawer {
    display: none;
  }
}
.l-drawer__close {
  display: block;
  padding: 20px 0;
}
.l-drawer__close-icon {
  fill: #ffffff;
  width: 35px;
  height: 35px;
}
.l-drawer-state {
  display: none;
}
.l-drawer-state:checked ~ [for="l-drawer-state"] {
  z-index: 1000;
  opacity: 1;
}
.l-drawer-state:checked ~ [for="l-drawer-state"] ~ .l-drawer {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.l-overlay-checkbox {
  display: none;
}
.l-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1000;
  opacity: 0;
}
.l-footer {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  margin-top: 80px;
}
.l-footer a {
  color: #ffffff;
}
.l-footer a:hover {
  opacity: 0.8;
}
.l-footer__inner {
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 1200px;
}
.l-footer__counter {
  background-color: #080808;
  padding: 8px 20px;
  font-size: 1.4rem;
}
.l-footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-footer__menu-list li {
  margin: 2px 6px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 100%;
}
.l-footer__menu-list a {
  text-decoration: none;
  font-weight: bold;
}
.l-footer__tel {
  margin-top: 8px;
}
.l-footer__tel a {
  text-decoration: none;
}
.l-footer__copyright {
  background-color: #080808;
  padding: 20px;
  font-size: 1.4rem;
}
.l-footer__copyright a {
  text-decoration: none;
}
.l-footer__introduction {
  margin-bottom: 4px;
}
