@charset 'utf-8';
/* Clinic2: ver.202309250000 */
/*! 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: #3f3a39;
  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.6;
}
body {
  margin: 0;
  font-size: 1.6rem;
  background-color: #ffffff;
  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: #67c522;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
#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: #fff;
}
#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%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%20%3Ctitle%3Ecross%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D%22top%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22sp%2Fdrawer%22%20transform%3D%22translate(-30.000000%2C%20-48.000000)%22%20fill%3D%22%23444%22%20fill-rule%3D%22nonzero%22%3E%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(30.000000%2C%2047.000000)%22%3E%20%3Cpolygon%20id%3D%22cross%22%20points%3D%2210%202.02604317%208.97396484%201%205.00003906%204.97385917%201.02613281%201%200%202.02604317%203.97402344%206.00009766%200%209.97395683%201.02603516%2011%205.00003906%207.02592598%208.97396484%2011%2010%209.97415214%206.02609375%206.00009766%22%3E%3C%2Fpolygon%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%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: 40px;
  width: 40px;
  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%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');
  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: 40px;
  width: 40px;
  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%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%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');
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
}
#cboxNext:hover {
  background-position: 0 0;
}
/*
 パーツ表示切替用style
*/
.site_description {
}
.shop_name {
}

.shop_tel {
}

.shop_rss {
  display: none;
}
.today_area {
}
.qr_area {
  display: none;
}
.counter_area {
}
.copyright {
}
.powered {
  display: none;
}

.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-container {
  max-width: 1230px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.c-today__block {
  margin-top: 4px;
  background-color: #fcfaf4;
}
@media only screen and (min-width: 769px) {
  .c-today__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }
}
.c-today__inner {
  display: none;
  font-size: 1.2rem;
  padding: 16px 16px 2px;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#top .c-today__inner {
  display: block;
}
@media only screen and (min-width: 769px) {
  #top .c-today__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-today-date {
  margin: 0 0 12px;
  padding-left: 1.4em;
  white-space: nowrap;
  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%2280%22%20height%3D%2280%22%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%20viewBox%3D%220%200%20448%20512%22%20style%3D%22enable-background%3Anew%200%200%20448%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%233F3A39%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M436%2C160H12c-6.6%2C0-12-5.4-12-12v-36c0-26.5%2C21.5-48%2C48-48h48V12c0-6.6%2C5.4-12%2C12-12h40c6.6%2C0%2C12%2C5.4%2C12%2C12v52%20h128V12c0-6.6%2C5.4-12%2C12-12h40c6.6%2C0%2C12%2C5.4%2C12%2C12v52h48c26.5%2C0%2C48%2C21.5%2C48%2C48v36C448%2C154.6%2C442.6%2C160%2C436%2C160z%20M12%2C192h424%20c6.6%2C0%2C12%2C5.4%2C12%2C12v260c0%2C26.5-21.5%2C48-48%2C48H48c-26.5%2C0-48-21.5-48-48V204C0%2C197.4%2C5.4%2C192%2C12%2C192z%20M128%2C396c0-6.6-5.4-12-12-12%20H76c-6.6%2C0-12%2C5.4-12%2C12v40c0%2C6.6%2C5.4%2C12%2C12%2C12h40c6.6%2C0%2C12-5.4%2C12-12V396z%20M128%2C268c0-6.6-5.4-12-12-12H76c-6.6%2C0-12%2C5.4-12%2C12v40%20c0%2C6.6%2C5.4%2C12%2C12%2C12h40c6.6%2C0%2C12-5.4%2C12-12V268z%20M256%2C396c0-6.6-5.4-12-12-12h-40c-6.6%2C0-12%2C5.4-12%2C12v40c0%2C6.6%2C5.4%2C12%2C12%2C12h40%20c6.6%2C0%2C12-5.4%2C12-12V396z%20M256%2C268c0-6.6-5.4-12-12-12h-40c-6.6%2C0-12%2C5.4-12%2C12v40c0%2C6.6%2C5.4%2C12%2C12%2C12h40c6.6%2C0%2C12-5.4%2C12-12V268z%20M384%2C396c0-6.6-5.4-12-12-12h-40c-6.6%2C0-12%2C5.4-12%2C12v40c0%2C6.6%2C5.4%2C12%2C12%2C12h40c6.6%2C0%2C12-5.4%2C12-12V396z%20M384%2C268%20c0-6.6-5.4-12-12-12h-40c-6.6%2C0-12%2C5.4-12%2C12v40c0%2C6.6%2C5.4%2C12%2C12%2C12h40c6.6%2C0%2C12-5.4%2C12-12V268z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left center;
}
@media only screen and (min-width: 769px) {
  .c-today-date {
    -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;
    margin-bottom: 12px;
    line-height: 16px;
  }
}
.c-today__list {
  -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: 0 0 12px;
}
@media only screen and (min-width: 769px) {
  .c-today__list {
    max-width: 100%;
  }
}
.c-today__list a {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #3f3a39;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .c-today__list a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-today__list a:hover {
  color: #8e8583;
}
.c-today__list a + a {
  margin-top: 4px;
}
@media only screen and (min-width: 769px) {
  .c-today__list a + a {
    border-top: 1px dashed #ccc;
    padding-top: 8px;
    margin-top: 8px;
  }
}
.c-today__title-sub {
  color: #67c522;
  font-weight: normal;
}
.c-chapter {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.c-chapter + .c-chapter {
  padding-top: 40px;
}
.c-chapter__inner {
  margin-bottom: 80px;
}
.c-chapter__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  border-bottom: 2px solid #615625;
  line-height: 2;
  margin-bottom: 40px;
}
.c-chapter__header-state {
  -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;
  -ms-flex-item-align: center;
  align-self: center;
  padding-right: 12px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
.c-chapter__header-state .c-icon {
  fill: #615625;
}
.c-chapter__header-date {
  padding-left: 8px;
}
.c-chapter__heading {
  -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;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: normal;
  font-size: 2rem;
  margin: 0;
}
.c-chapter__heading a {
  color: #3f3a39;
  text-decoration: none;
}
.c-chapter__heading a:hover {
  color: #8e8583;
}
.c-chapter__heading img {
  vertical-align: 0.15em;
  margin-right: 0.2em;
}
.c-chapter__heading.c-chapter__heading--calendar {
  text-align: center;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.c-chapter__heading.c-chapter__heading--calendar 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;
}
.c-chapter__heading.c-chapter__heading--calendar 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');
}
.c-chapter__heading.c-chapter__heading--calendar 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');
}
.c-chapter__category-heading {
  text-align: center;
  position: relative;
  margin: 0 0 40px;
  font-size: 1.6rem;
  font-weight: normal;
}
.c-chapter__category-heading::before {
  content: '';
  display: block;
  background-color: #f5eedb;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 50%;
  margin-top: 1px;
}
.c-chapter__category-heading span {
  background-color: #ffffff;
  padding-right: 1em;
  padding-left: 1em;
  position: relative;
}
.c-chapter__image {
  margin-bottom: 20px;
}
.c-chapter__image img {
  border: 8px solid #f5f5f5;
}
.c-chapter__image img[src=""] {
  display: none;
}
.c-chapter__content {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.c-chapter__content:last-child {
  margin-bottom: 0;
}
.c-chapter__more {
  text-align: right;
  margin: 0;
}
.c-chapter__more a {
  font-weight: bold;
  margin: 20px 0 0;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .c-chapter__more a {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (min-width: 769px) {
  .c-chapter__more a::after {
    position: absolute;
    bottom: -7px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #67c522;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (min-width: 769px) {
  .c-chapter__more a:hover::after {
    opacity: 1;
  }
}
.c-chapter__photo-title {
  margin: 0 0 12px;
  font-size: 1.4rem;
}
.c-chapter__photo-title span {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  right: 5px;
  color: #615625;
}
.c-chapter__photo-icon {
  color: #615625;
  vertical-align: middle;
  margin-left: -0.25em;
  margin-right: 4px;
}
#top .c-nav-parts {
  margin-top: 0;
}
.c-nav-parts {
  background-color: #fcfaf4;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
}
#navi_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navi_parts_detail {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}
#social_widgets {
  max-width: 640px;
  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: 20px;
  padding-bottom: 30px;
}
#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;
}
#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}
.c-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: 40px auto;
}
.c-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;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  background-color: #615625;
  color: #ffffff;
  border: 1px solid #615625;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 12px;
  text-decoration: none;
}
.c-pager a.chk {
  background-color: #ffffff;
  color: #615625;
  border: 1px solid #615625;
}
.sub_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0 34px;
  border-top: 2px dashed #f5eedb;
  list-style: none;
  margin: 0;
}
.sub_navi li {
  -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-bottom: 4px;
  padding: 0 12px;
}
.sub_navi a {
  color: #615625;
  font-size: 1.4rem;
  text-decoration: none;
}
.c-title {
  font-size: 2.6rem;
  text-align: center;
  font-weight: normal;
  background-color: #fcfaf4;
  padding: 40px 16px;
  margin: 0;
  color: #775c50;
}
.c-overlay-checkbox {
  display: none;
}
.c-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1000;
  opacity: 0;
}
.c-button,
.p-form__actions input[type="submit"] {
  background-color: #67c522;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .c-button,
  .p-form__actions input[type="submit"] {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.c-button:hover,
.p-form__actions input[type="submit"]:hover {
  background-color: #5caf1e;
}
.l-header {
  z-index: 100;
  background-color: #fcfaf4;
}
@media only screen and (min-width: 769px) {
  .l-header {
    background-color: #ffffff;
  }
}
.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;
  height: 65px;
  padding-right: 16px;
}
@media only screen and (min-width: 769px) {
  .l-header__inner {
    max-width: 1230px;
    height: auto;
    margin: 0 auto;
    padding: 40px 16px;
  }
}
.l-header__brand {
  display: none;
}
@media only screen and (min-width: 769px) {
  .l-header__brand {
    display: block;
  }
}
.l-header__state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .l-header__state {
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right;
    margin-left: 40px;
  }
}
.l-header__tel {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 8px;
  padding-left: 16px;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233f3a39%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%83%BC%E3%83%88%E3%83%9C%E3%83%BC%E3%83%89%201%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M493.4%2C24.6%2C389.4.6a24.16%2C24.16%2C0%2C0%2C0-27.5%2C13.9l-48%2C112a23.94%2C23.94%2C0%2C0%2C0%2C6.9%2C28l60.6%2C49.6A370.61%2C370.61%2C0%2C0%2C1%2C204.2%2C381.3l-49.6-60.6a24%2C24%2C0%2C0%2C0-28-6.9l-112%2C48a24.29%2C24.29%2C0%2C0%2C0-14%2C27.6l24%2C104A24%2C24%2C0%2C0%2C0%2C48%2C512c256.1%2C0%2C464-207.5%2C464-464A24%2C24%2C0%2C0%2C0%2C493.4%2C24.6Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .l-header__tel {
    font-size: 1.6rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 8px;
    padding-left: 18px;
    text-align: left;
    background-size: 12px;
  }
}
.l-header__tel a {
  color: #3f3a39;
  text-decoration: none;
}
.l-header__contact-btn a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 8px;
}
@media only screen and (min-width: 769px) {
  .l-header__contact-btn a {
    display: block;
    font-size: 1.4rem;
    padding: 8px 12px;
  }
}
.l-header-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 65px;
  flex-basis: 65px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
  padding: 8px 3px 0;
  background-color: #615625;
  color: #ffffff;
  position: relative;
  letter-spacing: 0.07em;
}
@media only screen and (min-width: 769px) {
  .l-header-button {
    display: none;
  }
}
.l-header-button__icon {
  display: block;
  width: 36px;
  height: 35px;
  fill: #ffffff;
  margin: 0 auto;
}
.l-footer {
  background-color: #333333;
  color: #ffffff;
  position: relative;
  text-align: center;
  font-size: 1.2rem;
}
.l-footer a {
  color: #ffffff;
  text-decoration: none;
}
.l-footer__pagetop {
  position: relative;
}
.l-footer__pagetop a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
  border-radius: 4px 4px 0 0;
  padding: 8px 16px;
  font-size: 1.2rem;
  background-color: #67c522;
}
.l-footer__inner {
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  font-size: 1.2rem;
}
.l-footer__qr-code {
  width: 100px;
  position: relative;
  top: 10px;
}
.l-footer__qr-code img {
  width: 70px;
}
.l-footer__qr-code-title {
  margin: 0;
}
.l-footer__state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.l-footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-footer__state-icon {
  width: 30px;
  height: 30px;
  color: #ffffff;
}
.l-footer__button-link {
  margin: 0 4px;
}
.l-footer__brand {
  font-size: 2.5rem;
  margin-bottom: 4px;
}
.l-main {
  display: block;
  padding: 40px 0 0;
  min-height: 240px;
}
#top .l-main {
  padding: 0;
}
.l-drawer {
  display: block;
  height: 100vh;
  width: 80%;
  max-width: 400px;
  position: fixed;
  top: 0;
  left: 0;
  background: #615625;
  -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 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 769px) {
  .l-drawer {
    display: none;
  }
}
.l-drawer__icon {
  width: 13px;
  height: 13px;
  vertical-align: -0.2em;
  margin-right: 0.2em;
  fill: currentColor;
}
.l-drawer__close {
  display: block;
  font-size: 1.2rem;
  padding: 30px 22px;
  background-color: #fcfaf4;
  color: #3f3a39;
}
.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;
}
.p-global-nav {
  display: none;
  padding-left: 0;
  list-style: none;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .p-global-nav {
    display: block;
    background-color: #615625;
    padding: 12px 16px 2px;
  }
}
.p-global-nav__inner {
  padding: 30px 22px;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .p-global-nav__inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-global-nav__inner li {
  margin-bottom: 16px;
  list-style: none;
}
@media only screen and (min-width: 769px) {
  .p-global-nav__inner li {
    position: relative;
    margin-bottom: 8px;
  }
  .p-global-nav__inner li + li {
    margin-left: 2em;
  }
}
.p-global-nav__inner a {
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .p-global-nav__inner a {
    font-size: 1.4rem;
  }
}
.p-global-nav__inner a::after {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-global-nav__inner a:hover::after {
  opacity: 1;
}
.p-global-nav__inner .active a::after {
  opacity: 1;
}
.p-brand {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (min-width: 769px) {
  .p-brand {
    margin: 0;
  }
}
.p-brand a {
  color: #3f3a39;
  text-decoration: none;
}
.p-brand__description {
  font-size: 1.4rem;
}
.p-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #494949;
  font-size: 1.2rem;
  padding: 8px 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
.p-counter__label {
  margin-left: 4px;
}
.p-counter__value {
  margin-left: 4px;
  font-weight: bold;
}
.p-photo-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-photo-list--swiper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 769px) {
  .p-photo-list--swiper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-photo-list__title {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 8px 0;
  text-align: left;
}
.p-photo-list__unit {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-photo-list__unit {
    max-width: 30%;
    margin-right: 5%;
  }
  .p-photo-list__unit:nth-child(3n) {
    margin-right: 0;
  }
}
.p-photo-list__image {
  position: relative;
  background-color: #fcfaf4;
  border: 8px solid #fcfaf4;
}
.p-photo-list__image::after {
  content: '';
  display: block;
  padding-top: 100%;
  top: 0;
}
.p-photo-list__image:hover {
  pointer: cursor;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 8px solid #f7f1e0;
  background-color: #f7f1e0;
}
.p-photo-list__image a {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
  color: #fcfaf4;
}
.p-photo-list__image img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}
.p-photo-list__image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.p-calendar {
  font-family: 'Montserrat', sans-serif;
}
.p-calendar__schedule-list {
  border-bottom: 1px solid #f5eedb;
  padding-bottom: 16px;
  padding-top: 16px;
  margin: 0;
}
.p-calendar__schedule-list:first-child {
  padding-top: 0;
}
.p-calendar__schedule-list:last-child {
  margin-bottom: 80px;
}
.p-calender__state {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-calendar__schedule-title {
  font-size: 1.4rem;
  margin: 0;
}
.p-calendar__schedule-title p {
  margin: 8px 0 0;
}
.p-calendar__schedule-title a {
  color: #3f3a39;
  text-decoration: none;
}
.p-calendar__schedule-title a:hover {
  color: #8e8583;
}
.p-calendar__category {
  background-color: #fcfaf4;
  color: #3f3a39;
  padding: 4px;
  margin-right: 4px;
  font-size: 1.2rem;
}
.p-calender__date {
  font-weight: bold;
}
.p-calendar__click-label {
  color: #67c522;
  font-weight: normal;
}
.p-calendar__table {
  margin-bottom: 80px;
}
.p-calendar__table tr:nth-child(2) {
  height: 20px;
}
.p-calendar__table th {
  font-size: 1.2rem;
  border-bottom: 2px solid #f5eedb;
  padding-bottom: 8px;
  background-color: #fff;
}
.p-calendar__table td {
  height: 70px;
  text-align: center;
  padding-top: 8px;
}
.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: #12cedd;
}
.sat a {
  border-top: 1px solid #ddd;
}
.sun,
.holiday {
  background-color: #ffedef;
  color: #f76368;
}
.sun a,
.holiday a {
  border-top: 1px solid #f76368;
}
.sun a:hover,
.holiday a:hover {
  border-top: 1px solid #ffedef;
}
.day {
  margin: 0;
}
.p-menu__price {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2rem;
  color: #3f3a39;
}
.p-form .reservation_area,
.p-form .contact_area {
  margin-bottom: 20px;
  color: #8a8a8a;
}
.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 {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  padding: 0.6em 0.5em;
  outline: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  border-radius: 4px;
}
.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 #67c522;
}
.p-form select {
  width: auto;
  height: 44px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23444%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%200l8%2010h-16l8-10zm8%2014h-16l8%2010%208-10z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 0.4rem center;
  background-size: 18px;
  overflow: hidden;
  padding-right: 30px;
}
.p-form select::-ms-expand {
  display: none;
}
.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::before,
.p-form .checkbox input:checked + label::before {
  border-color: transparent;
  background-color: #67c522;
}
.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;
}
.p-form .radio label::before,
.p-form .checkbox label::before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  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: #fff;
  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 #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-form .reservation_course_name {
  display: inline-block;
  background-color: #67c522;
  color: #ffffff;
  border-radius: 4px;
  font-size: 1.2rem;
  padding: 2px 8px;
  font-weight: bold;
  margin-top: 4px;
  text-decoration: none;
}
.requier {
  color: #615625;
  font-size: 2rem;
  vertical-align: middle;
  padding-left: 2px;
  line-height: 0;
}
.p-form__message {
  margin: 0 0 40px;
  padding: 20px;
  text-align: center;
  line-height: 2;
  font-size: 1.4rem;
  background-color: #fcfaf4;
}
.p-form__submit {
  padding: 20px 12px;
  width: 100%;
  border: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .p-form__submit {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-form__submit:hover {
  outline: 0;
}
.p-form__note {
  font-size: 1.2rem;
  margin: 0 0 40px;
  color: #8a8a8a;
}
.p-form__note dt {
  font-weight: bold;
}
.p-form__note dd {
  margin: 0;
}
.p-form__note h3 {
  margin: 0 0 0.5em;
}
.p-form__note p {
  margin-bottom: 0;
}
.p-form__actions {
  margin-top: 1.5em;
  margin-bottom: 30px;
}
.p-form__actions input[type="submit"] {
  padding: 20px 12px;
  width: 100%;
  border: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .p-form__actions input[type="submit"] {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-form__actions input[type="submit"]:hover {
  outline: 0;
}
.p-minne-gallery {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@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;
  border: 8px solid #fcfaf4;
  background-color: #fcfaf4;
}
@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:hover {
  background-color: #efe5c7;
  -webkit-box-shadow: 0 0 0 10px #efe5c7;
  box-shadow: 0 0 0 10px #efe5c7;
}
.p-minne-item__image img {
  display: none;
}
.p-minne-item__caption {
  line-height: 1.4;
  min-width: 0;
}
.p-minne-item__title {
  text-decoration: none;
  display: block;
  line-height: 1.3;
  color: #3f3a39;
  font-size: 1.4rem;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__title {
    margin-top: 0.5em;
  }
}
.p-minne-item__title:hover {
  text-decoration: underline;
}
.p-minne-item__price {
  display: block;
  font-size: 0.8em;
  margin-top: 0.2em;
  text-align: right;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__price {
    text-align: left;
  }
}
.p-coupon {
  padding-bottom: 0;
}
.p-coupon__image {
  margin: 0;
}
.p-coupon__image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.p-coupon__qrcode {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fcfaf4;
}
.p-coupon__qrcode img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p-coupon__note {
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.p-coupon__note dt {
  font-weight: bold;
  margin-right: 12px;
  color: #8a8a8a;
}
@media only screen and (min-width: 769px) {
  .p-coupon__note dt {
    float: left;
    clear: both;
  }
}
.p-coupon__note dd {
  margin-bottom: 12px;
  margin-left: 0;
}
.p-coupon__button {
  text-align: center;
  margin: 80px 0;
}
.p-coupon__button a {
  display: inline-block;
  font-weight: bold;
  padding: 12px 30px;
}
.p-reservation__inner {
  color: #8a8a8a;
  margin-bottom: 40px;
}
.p-reservation__inner p {
  margin-top: 0;
}
.p-reservation__tel {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: 12px 20px;
  margin-bottom: 12px;
}
.p-reservation__time {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.p-reservation__note {
  margin-bottom: 40px;
}
.p-reservation__note p {
  margin-top: 0;
}
.p-intoroduction {
  margin: 20px 0;
}
.wysiwyg {
  overflow-x: auto;
  overflow-y: hidden;
}
.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;
}
.wysiwyg a {
  color: #67c522;
}
.wysiwyg table {
  border-collapse: collapse;
  border: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
  .wysiwyg table {
    width: 100%;
  }
}
.wysiwyg td {
  border: 1px solid transparent;
}
.wysiwyg iframe {
  max-width: 100%;
}
.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;
  }
}
@media only screen and (min-width: 481px) {
  .wysiwyg_template_profile1 img,
  .wysiwyg_template_profile2 img {
    max-width: initial;
  }
}
.staff__text--name {
  font-size: 2rem;
  font-weight: normal;
  border-bottom: 2px solid #615625;
}
.staff__text--job {
  font-size: 2rem;
  font-weight: normal;
}
.staff--image {
  float: none;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .staff--image {
    float: left;
    width: 30%;
    height: auto;
    margin-right: 3%;
    background-size: auto;
  }
}
.staff__text {
  float: none;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .staff__text {
    float: left;
    width: 65%;
  }
}
.staff__text__social a::after {
  top: 26px;
}
/* 交通アクセス */
.p-about {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.p-about__map {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .p-about__map {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-about__map iframe {
  display: block;
  height: 320px;
}
@media only screen and (min-width: 769px) {
  .p-about__summary {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-about__summary table {
  border-style: none;
  width: 100%;
  border-collapse: collapse;
}
.p-about__summary tr {
  border-bottom: 2px solid #fcfaf4;
}
.p-about__summary th,
.p-about__summary td {
  background: #ffffff;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-about__summary th,
  .p-about__summary td {
    display: block;
  }
}
.p-about__summary th {
  padding: 20px 20px 0;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .p-about__summary th {
    width: 30%;
    padding-bottom: 20px;
    text-align: right;
    font-weight: normal;
  }
}
.p-about__summary td {
  text-align: left;
  padding: 20px;
}
.p-diary {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.hotspot {
  cursor: pointer;
}
#tt {
  position: absolute;
  display: block;
}
#ttcont {
  display: block;
  padding: 0.5em 0.7em;
  background: #ffffff;
  color: #3f3a39;
  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-top-brand {
  margin: 40px 0;
  padding: 0 16px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-top-brand {
    display: none;
  }
}
.p-top-info {
  text-align: center;
}
.p-top-info-list {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 769px) {
  .p-top-info-list {
    display: inline-block;
  }
}
.p-top-info-list__item {
  padding: 16px 0;
  border-bottom: 1px dashed #ccc;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .p-top-info-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-top-info-list__item:first-child {
  padding-top: 0;
}
.p-top-info-list__date {
  display: block;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (min-width: 769px) {
  .p-top-info-list__date {
    margin-top: 0.1rem;
    margin-right: 8px;
    -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;
  }
}
.p-top-info-list__link {
  display: block;
  font-size: 1.4rem;
  color: #3f3a39;
  margin-top: 4px;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .p-top-info-list__link {
    margin-top: 0;
    -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;
  }
}
.p-top-info-list__link:hover {
  color: #8e8583;
}
.p-top-message {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.4rem;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 769px) {
  .p-top-slider-section {
    margin-top: 12px;
  }
}
.p-top-slider-container {
  margin-bottom: 0;
}
.swiper-container {
  width: 100%;
  padding-bottom: 30px;
  overflow-x: hidden;
  overflow-y: visible;
  margin-bottom: 30px;
}
.p-top-slider__unit {
  max-width: 1200px;
}
.p-top-slider__image {
  position: relative;
}
.p-top-slider__image::after {
  content: '';
  display: block;
  padding-top: 50%;
  top: 0;
}
.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 {
  width: 100%;
  margin: 0;
  padding: 8px;
  font-size: 1.4rem;
  color: #3f3a39;
  text-align: center;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #dddddd;
}
.swiper-pagination-bullet-active {
  background-color: #222222;
}
.p-top-photo {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .p-top-photo__pagination {
    display: none;
  }
}
.p-top-section {
  padding-top: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fcfaf4;
  border-top: 1px solid #fcfaf4;
}
.p-top-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-top-section--bg {
  background-color: #fcfaf4;
}
.p-top-section__heading {
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  margin: 0 0 40px;
}
.p-top-section__heading span {
  border-bottom: 4px solid #615625;
  padding-bottom: 4px;
}
.shop_sitename {
  font-size: 100%;
}
