@charset "UTF-8";
/*!
Theme Name: muchiuchi-ebisu
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
License:
License URI:
Text Domain:
Tested up to:
Requires PHP:
*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  font-size: 0.8em;
  line-height: 1.2;
  margin: 0.8075em 0;
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sticky {
  display: block;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.gallery-item {
  padding: 2px;
}

/* clearfix */
.entry-content {
  overflow: hidden;
  zoom: 1;
}

.entry-content:after {
  content: "";
  display: block;
  clear: both;
}

/* auto-format */
.auto-format section {
  padding: 0;
}
.auto-format h1,
.auto-format h2,
.auto-format h3,
.auto-format h4,
.auto-format h5,
.auto-format h6 {
  margin: 2em 0 1em;
  line-height: 1.4;
  font-weight: bold;
}
.auto-format h1 {
  font-size: 30px;
}
.auto-format h2 {
  font-size: 24px;
}
.auto-format h3 {
  font-size: 20px;
}
.auto-format h4 {
  font-size: 18px;
}
.auto-format h5 {
  font-size: 16px;
}
.auto-format h6 {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .auto-format h1 {
    font-size: 24px;
  }
  .auto-format h2 {
    font-size: 20px;
  }
  .auto-format h3 {
    font-size: 18px;
  }
  .auto-format h4 {
    font-size: 16px;
  }
  .auto-format h5 {
    font-size: 16px;
  }
  .auto-format h6 {
    font-size: 16px;
  }
}
.auto-format p {
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.auto-format em {
  font-style: italic;
}
.auto-format blockquote {
  margin: 1.5em 0;
  border-left: 5px solid #ddd;
  padding: 1em 0 1em 10px;
  color: #777;
}
.auto-format ul,
.auto-format ol {
  margin-bottom: 1.5em;
}
.auto-format ul > li {
  list-style: disc;
}
.auto-format ol > li {
  list-style: decimal;
}
.auto-format li {
  margin-left: 1.5em;
}
.auto-format li > ol,
.auto-format li > ul {
  margin-top: 1.5em;
}
.auto-format embed,
.auto-format iframe,
.auto-format object {
  max-width: 100%;
}

/*
 * Bootstrap v5.0.0-custom
 */
:root {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

/* -------------------------
scss
--------------------------*/
.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.471 !important;
}

.lh-base {
  line-height: 1.667 !important;
}

.lh-lg {
  line-height: 2.1875 !important;
}

.ls-sm {
  letter-spacing: -0.1em !important;
}

.ls-base {
  letter-spacing: 0 !important;
}

.ls-lg {
  letter-spacing: 0.1em !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.row.flex-nowrap > * {
  flex-shrink: 1;
  width: auto;
  max-width: auto;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0px;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10px;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 14px;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 14px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 20px;
}

.g-25,
.gx-25 {
  --bs-gutter-x: 25px;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 25px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 60px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-120 {
  margin: 120px !important;
}

.m-150 {
  margin: 150px !important;
}

.m-auto {
  margin: auto !important;
}

.m-1em {
  margin: 1em !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-1em {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-1em {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.me-0 {
  margin-right: 0px !important;
}

.me-5 {
  margin-right: 5px !important;
}

.me-10 {
  margin-right: 10px !important;
}

.me-15 {
  margin-right: 15px !important;
}

.me-20 {
  margin-right: 20px !important;
}

.me-30 {
  margin-right: 30px !important;
}

.me-40 {
  margin-right: 40px !important;
}

.me-50 {
  margin-right: 50px !important;
}

.me-60 {
  margin-right: 60px !important;
}

.me-80 {
  margin-right: 80px !important;
}

.me-100 {
  margin-right: 100px !important;
}

.me-120 {
  margin-right: 120px !important;
}

.me-150 {
  margin-right: 150px !important;
}

.me-auto {
  margin-right: auto !important;
}

.me-1em {
  margin-right: 1em !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.ms-0 {
  margin-left: 0px !important;
}

.ms-5 {
  margin-left: 5px !important;
}

.ms-10 {
  margin-left: 10px !important;
}

.ms-15 {
  margin-left: 15px !important;
}

.ms-20 {
  margin-left: 20px !important;
}

.ms-30 {
  margin-left: 30px !important;
}

.ms-40 {
  margin-left: 40px !important;
}

.ms-50 {
  margin-left: 50px !important;
}

.ms-60 {
  margin-left: 60px !important;
}

.ms-80 {
  margin-left: 80px !important;
}

.ms-100 {
  margin-left: 100px !important;
}

.ms-120 {
  margin-left: 120px !important;
}

.ms-150 {
  margin-left: 150px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.ms-1em {
  margin-left: 1em !important;
}

.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-120 {
  padding: 120px !important;
}

.p-150 {
  padding: 150px !important;
}

.p-auto {
  padding: auto !important;
}

.p-1em {
  padding: 1em !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.px-1em {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.py-1em {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pt-1em {
  padding-top: 1em !important;
}

.pe-0 {
  padding-right: 0px !important;
}

.pe-5 {
  padding-right: 5px !important;
}

.pe-10 {
  padding-right: 10px !important;
}

.pe-15 {
  padding-right: 15px !important;
}

.pe-20 {
  padding-right: 20px !important;
}

.pe-30 {
  padding-right: 30px !important;
}

.pe-40 {
  padding-right: 40px !important;
}

.pe-50 {
  padding-right: 50px !important;
}

.pe-60 {
  padding-right: 60px !important;
}

.pe-80 {
  padding-right: 80px !important;
}

.pe-100 {
  padding-right: 100px !important;
}

.pe-120 {
  padding-right: 120px !important;
}

.pe-150 {
  padding-right: 150px !important;
}

.pe-auto {
  padding-right: auto !important;
}

.pe-1em {
  padding-right: 1em !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pb-1em {
  padding-bottom: 1em !important;
}

.ps-0 {
  padding-left: 0px !important;
}

.ps-5 {
  padding-left: 5px !important;
}

.ps-10 {
  padding-left: 10px !important;
}

.ps-15 {
  padding-left: 15px !important;
}

.ps-20 {
  padding-left: 20px !important;
}

.ps-30 {
  padding-left: 30px !important;
}

.ps-40 {
  padding-left: 40px !important;
}

.ps-50 {
  padding-left: 50px !important;
}

.ps-60 {
  padding-left: 60px !important;
}

.ps-80 {
  padding-left: 80px !important;
}

.ps-100 {
  padding-left: 100px !important;
}

.ps-120 {
  padding-left: 120px !important;
}

.ps-150 {
  padding-left: 150px !important;
}

.ps-auto {
  padding-left: auto !important;
}

.ps-1em {
  padding-left: 1em !important;
}

.fz-10 {
  font-size: 10px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-30 {
  font-size: 30px !important;
}

@media only screen and (max-width: 768px) {
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0px;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0px;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10px;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10px;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 14px;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 14px;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 20px;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 20px;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 25px;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 25px;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 30px;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 30px;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 40px;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 40px;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 50px;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 50px;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 60px;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 60px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6-md > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .m-md-0 {
    margin: 0px !important;
  }
  .m-md-5 {
    margin: 5px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .m-md-120 {
    margin: 120px !important;
  }
  .m-md-150 {
    margin: 150px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .m-md-1em {
    margin: 1em !important;
  }
  .mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .mx-md-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .mx-md-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-md-1em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-md-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mt-md-150 {
    margin-top: 150px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mt-md-1em {
    margin-top: 1em !important;
  }
  .me-md-0 {
    margin-right: 0px !important;
  }
  .me-md-5 {
    margin-right: 5px !important;
  }
  .me-md-10 {
    margin-right: 10px !important;
  }
  .me-md-15 {
    margin-right: 15px !important;
  }
  .me-md-20 {
    margin-right: 20px !important;
  }
  .me-md-30 {
    margin-right: 30px !important;
  }
  .me-md-40 {
    margin-right: 40px !important;
  }
  .me-md-50 {
    margin-right: 50px !important;
  }
  .me-md-60 {
    margin-right: 60px !important;
  }
  .me-md-80 {
    margin-right: 80px !important;
  }
  .me-md-100 {
    margin-right: 100px !important;
  }
  .me-md-120 {
    margin-right: 120px !important;
  }
  .me-md-150 {
    margin-right: 150px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .me-md-1em {
    margin-right: 1em !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-1em {
    margin-bottom: 1em !important;
  }
  .ms-md-0 {
    margin-left: 0px !important;
  }
  .ms-md-5 {
    margin-left: 5px !important;
  }
  .ms-md-10 {
    margin-left: 10px !important;
  }
  .ms-md-15 {
    margin-left: 15px !important;
  }
  .ms-md-20 {
    margin-left: 20px !important;
  }
  .ms-md-30 {
    margin-left: 30px !important;
  }
  .ms-md-40 {
    margin-left: 40px !important;
  }
  .ms-md-50 {
    margin-left: 50px !important;
  }
  .ms-md-60 {
    margin-left: 60px !important;
  }
  .ms-md-80 {
    margin-left: 80px !important;
  }
  .ms-md-100 {
    margin-left: 100px !important;
  }
  .ms-md-120 {
    margin-left: 120px !important;
  }
  .ms-md-150 {
    margin-left: 150px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .ms-md-1em {
    margin-left: 1em !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .p-md-120 {
    padding: 120px !important;
  }
  .p-md-150 {
    padding: 150px !important;
  }
  .p-md-auto {
    padding: auto !important;
  }
  .p-md-1em {
    padding: 1em !important;
  }
  .px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .px-md-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .px-md-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-md-1em {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-md-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pt-md-150 {
    padding-top: 150px !important;
  }
  .pt-md-auto {
    padding-top: auto !important;
  }
  .pt-md-1em {
    padding-top: 1em !important;
  }
  .pe-md-0 {
    padding-right: 0px !important;
  }
  .pe-md-5 {
    padding-right: 5px !important;
  }
  .pe-md-10 {
    padding-right: 10px !important;
  }
  .pe-md-15 {
    padding-right: 15px !important;
  }
  .pe-md-20 {
    padding-right: 20px !important;
  }
  .pe-md-30 {
    padding-right: 30px !important;
  }
  .pe-md-40 {
    padding-right: 40px !important;
  }
  .pe-md-50 {
    padding-right: 50px !important;
  }
  .pe-md-60 {
    padding-right: 60px !important;
  }
  .pe-md-80 {
    padding-right: 80px !important;
  }
  .pe-md-100 {
    padding-right: 100px !important;
  }
  .pe-md-120 {
    padding-right: 120px !important;
  }
  .pe-md-150 {
    padding-right: 150px !important;
  }
  .pe-md-auto {
    padding-right: auto !important;
  }
  .pe-md-1em {
    padding-right: 1em !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
  .pb-md-auto {
    padding-bottom: auto !important;
  }
  .pb-md-1em {
    padding-bottom: 1em !important;
  }
  .ps-md-0 {
    padding-left: 0px !important;
  }
  .ps-md-5 {
    padding-left: 5px !important;
  }
  .ps-md-10 {
    padding-left: 10px !important;
  }
  .ps-md-15 {
    padding-left: 15px !important;
  }
  .ps-md-20 {
    padding-left: 20px !important;
  }
  .ps-md-30 {
    padding-left: 30px !important;
  }
  .ps-md-40 {
    padding-left: 40px !important;
  }
  .ps-md-50 {
    padding-left: 50px !important;
  }
  .ps-md-60 {
    padding-left: 60px !important;
  }
  .ps-md-80 {
    padding-left: 80px !important;
  }
  .ps-md-100 {
    padding-left: 100px !important;
  }
  .ps-md-120 {
    padding-left: 120px !important;
  }
  .ps-md-150 {
    padding-left: 150px !important;
  }
  .ps-md-auto {
    padding-left: auto !important;
  }
  .ps-md-1em {
    padding-left: 1em !important;
  }
  .fz-md-10 {
    font-size: 10px !important;
  }
  .fz-md-12 {
    font-size: 12px !important;
  }
  .fz-md-14 {
    font-size: 14px !important;
  }
  .fz-md-15 {
    font-size: 15px !important;
  }
  .fz-md-16 {
    font-size: 16px !important;
  }
  .fz-md-18 {
    font-size: 18px !important;
  }
  .fz-md-20 {
    font-size: 20px !important;
  }
  .fz-md-24 {
    font-size: 24px !important;
  }
  .fz-md-30 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  outline: 1px solid #ccc;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube iframe .html5-video-player:not(.ytp-transparent) {
  background-color: none;
}

.marker {
  background: linear-gradient(transparent 65%, yellow 65%, yellow 100%);
}

.inderLine {
  position: relative;
  padding-bottom: 0.2em;
}
.inderLine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
}

.circle {
  border-radius: 50%;
}

.suptxt {
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.ruby {
  position: relative;
}
.ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.4em;
  text-align: center;
}

/* accordion */
.js-acd-btn {
  cursor: pointer;
  padding-right: 40px;
  position: relative;
}
.js-acd-btn::before, .js-acd-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #483409;
}
@media only screen and (max-width: 768px) {
  .js-acd-btn::before, .js-acd-btn::after {
    right: 10px;
    width: 15px;
  }
}
.js-acd-btn::after {
  transform: rotate(90deg);
}
.js-acd-btn.open::after {
  transform: rotate(180deg);
}

.js-acd-cont {
  display: none;
}

.page-header {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-header {
    margin-top: 66px;
  }
}
.page-header img {
  max-height: 510px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page-header img {
    max-height: unset;
    height: 61.5384615385vw;
  }
}
.page-header.--contact {
  background-color: #edebe8;
  padding-top: 100px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-header.--contact {
    padding-top: 0;
    height: 100px;
  }
}

.page-ttl {
  position: absolute;
  bottom: 0;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 400px;
  height: 130px;
  background-color: #fff;
  color: #483409;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.471;
  padding: 0.2em 2em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-ttl {
    bottom: auto;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: unset;
    max-width: 400px;
    width: 80%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: max(18px,min(5.1282051282vw,28px));
  }
}

.reserve-btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px -5px 20px;
}
@media only screen and (max-width: 768px) {
  .reserve-btn {
    flex-direction: column;
    margin: -10px 0 20px;
  }
}
.reserve-btn li {
  padding: 10px 5px 0;
}
@media only screen and (max-width: 768px) {
  .reserve-btn li {
    max-width: 240px;
    width: 100%;
    padding: 10px 0 0;
  }
}
.reserve-btn li:nth-child(1) a {
  background-color: #3e771e;
}
.reserve-btn li:nth-child(2) a {
  background-color: #483409;
}
.reserve-btn li:nth-child(3) a {
  background-color: #d9b91e;
}
.reserve-btn li a {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9b91e;
  box-shadow: 0px 0px 8px rgba(136, 37, 0, 0.1607843137);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  padding: 5px 20px 5px 50px;
  text-align: center;
  position: relative;
}
.reserve-btn li a img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.reserve-btn li a small {
  display: inline-block;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .reserve-btn li a small {
    font-size: 14px;
    margin-left: 10px;
  }
}

.hours-table {
  width: 100%;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hours-table thead {
  background-color: #d9b91e;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .hours-table thead {
    font-size: 14px;
  }
}
.hours-table th,
.hours-table td {
  border: 1px solid #a0a0a0;
  font-size: 16px;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .hours-table th,
  .hours-table td {
    font-size: 13px;
  }
}
.hours-table tr > th:first-child,
.hours-table tr > td:first-child {
  text-align: left;
}
.hours-table-note {
  font-size: 14px;
  line-height: 1.471;
  text-align: right;
}

.ttl32 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.471;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .ttl32 {
    font-size: max(20px,min(5.641025641vw,32px));
  }
}
.ttl32.--underline {
  padding-bottom: 1em;
  margin-bottom: 2em;
  text-align: center;
  position: relative;
}
.ttl32.--underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 4px;
  background-color: #d9b91e;
}

.ttl30 {
  color: #483409;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.471;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .ttl30 {
    font-size: max(18px,min(5.1282051282vw,30px));
  }
}
.ttl30.--underline {
  color: #d9b91e;
  padding-bottom: 1em;
  margin-bottom: 2em;
  text-align: center;
  position: relative;
}
.ttl30.--underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 6px;
  background-color: #d9b91e;
}
.ttl30 small {
  font-size: 0.933em;
}
.ttl30 strong {
  font-size: 1.333em;
}

.ttl28 {
  color: #483409;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.471;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .ttl28 {
    font-size: max(15px,min(4.6153846154vw,28px));
  }
}

.ttl26 {
  color: #483409;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.471;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .ttl26 {
    font-size: max(18px,min(5.1282051282vw,26px));
  }
}

.ttl25 {
  color: #483409;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.471;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .ttl25 {
    font-size: max(18px,min(5.1282051282vw,25px));
  }
}
.ttl25.--box {
  background-color: #edebe8;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  margin-bottom: 2em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ttl25.--box {
    min-height: 17.9487179487vw;
    margin-bottom: 1.5em;
  }
}
.ttl25.--underline {
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .ttl25.--underline {
    margin-bottom: 1em;
  }
}
.ttl25.--underline.--white {
  border-color: #fff;
}

.ttl24 {
  color: #483409;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.471;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .ttl24 {
    font-size: max(18px,min(5.1282051282vw,24px));
  }
}
.ttl24.--line {
  border: 1px solid;
  padding: 0 1em;
  text-align: center;
}

.ttl22 {
  color: #483409;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.471;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .ttl22 {
    font-size: max(16px,min(4.6153846154vw,22px));
  }
}
.ttl22 .no {
  display: inline-block;
  color: #d9b91e;
  font-size: 1.6em;
  line-height: 1;
  margin-right: 20px;
}

.ttl20 {
  color: #483409;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.471;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .ttl20 {
    font-size: max(16px,min(4.6153846154vw,20px));
  }
}

.ttl16 {
  color: #483409;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.471;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .ttl16 {
    font-size: 15px;
  }
}

.txt14 {
  font-size: 14px;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .txt14 {
    font-size: 13px;
  }
}

.txt15 {
  font-size: 15px;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .txt15 {
    font-size: 14px;
  }
}

.txt16 {
  font-size: 16px;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .txt16 {
    font-size: 15px;
  }
}

.txt18 {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .txt18 {
    font-size: 16px;
  }
}

.txt20 {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .txt20 {
    font-size: 16px;
  }
}

.underline {
  color: #483409;
  text-decoration: underline;
}

.btn-wrap {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn-wrap {
    margin-top: 30px;
  }
}
.btn-wrap.--l {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .btn-wrap.--l {
    text-align: center;
  }
}
.btn-wrap.--r {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .btn-wrap.--r {
    text-align: center;
  }
}

.btn {
  min-width: 300px;
  min-height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #d9b91e;
  box-shadow: 0px 0px 8px rgba(136, 37, 0, 0.1607843137);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 2em 5px 1.5em;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn {
    min-width: min(100%, 300px);
    min-height: 55px;
    font-size: max(15px,min(4.1025641026vw,16px));
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.btn.--lg {
  min-width: 374px;
  min-height: 70px;
}
@media only screen and (max-width: 768px) {
  .btn.--lg {
    min-width: min(100%, 300px);
    min-height: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    opacity: 1;
    background: #e5ca45;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .btn:active {
    opacity: 1;
    background: #e5ca45;
  }
}

.btn02 {
  min-width: 275px;
  min-height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 3px solid #d9b91e;
  box-shadow: 0px 0px 8px rgba(136, 37, 0, 0.1607843137);
  color: #d9b91e;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 2em 5px 1.5em;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn02 {
    min-width: min(100%, 300px);
    font-size: max(14px,min(4.1025641026vw,16px));
  }
}
.btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #d9b91e;
  border-right: solid 2px #d9b91e;
  transform: translateY(-50%) rotate(45deg);
}
.btn02.--lg {
  min-width: 374px;
  min-height: 70px;
}
@media only screen and (max-width: 768px) {
  .btn02.--lg {
    min-width: min(100%, 300px);
    min-height: 60px;
  }
}
.btn02.--transprent {
  background: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .btn02:hover {
    opacity: 1;
    background: #d9b91e;
    color: #fff;
  }
  .btn02:hover::after {
    border-color: #fff;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .btn02:active {
    opacity: 1;
    background: #d9b91e;
    color: #fff;
  }
  .btn02:active::after {
    border-color: #fff;
  }
}

.box01 {
  height: 100%;
  background-color: #edebe8;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.list01 > li {
  line-height: 1.4;
  padding-left: 1.2em;
  position: relative;
}
.list01 > li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  content: "・";
}
.list01 > li:not(:last-child) {
  margin-bottom: 10px;
}
.list01.--check > li {
  padding-left: 40px;
}
.list01.--check > li::before {
  color: inherit;
  content: "";
  width: 25px;
  height: 36px;
  background: url(images/icon_check.svg) center center/contain no-repeat;
}
.list01.--square > li::before {
  color: inherit;
  content: "■";
}
.list01.--none li {
  padding-left: 0;
}
.list01.--none li::before {
  content: "";
}
.list01.--mb0 li:not(:last-child) {
  margin-bottom: 0;
}
.list01.--mb20 li:not(:last-child) {
  margin-bottom: 20px;
}
.list01.--mb40 li:not(:last-child) {
  margin-bottom: 40px;
}

.list02 {
  counter-reset: cnt;
}
.list02 > li {
  counter-increment: cnt;
  padding-left: 2em;
  position: relative;
}
.list02 > li::before {
  display: block;
  content: counter(cnt) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.list02.--type2 > li {
  padding-left: 2.5em;
}
.list02.--type2 > li:not(:last-child) {
  margin-bottom: 1em;
}
.list02.--type2 > li::before {
  content: counter(cnt, decimal-leading-zero) ".";
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #d9b91e;
}

.table01 {
  width: 100%;
}
.table01 th {
  padding: 1em 1em 1em 0;
}
.table01 td {
  padding: 1em 0;
}
.table01.--history th {
  color: #d9b91e;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.table01.--recruit {
  border-top: 1px solid #ccc;
}
.table01.--recruit th,
.table01.--recruit td {
  border-bottom: 1px solid #ccc;
}
.table01.--recruit th {
  width: 10em;
  color: #d9b91e;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  .table01.--recruit th {
    width: 7em;
    padding-left: 0;
  }
}

.table02 {
  width: 100%;
}
.table02 th {
  padding: 1em 1em 1em 0;
}
@media only screen and (max-width: 768px) {
  .table02 th {
    display: block;
    width: 100% !important;
    padding: 0 0 0.2em;
  }
}
.table02 td {
  padding: 1em 0;
}
@media only screen and (max-width: 768px) {
  .table02 td {
    display: block;
    width: 100% !important;
    padding: 0 0 1em 1em;
  }
}

.table03 {
  width: 100%;
}
.table03 th,
.table03 td {
  border: 1px solid #ccc;
  line-height: 1.471;
  letter-spacing: normal;
  padding: 0.5em 5px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .table03 th,
  .table03 td {
    font-size: 13px;
  }
}
.table03 th {
  background-color: #edebe8;
}

.tag {
  line-height: 1;
  margin: -4px -2px 1em;
}
.tag span {
  display: inline-block;
  min-width: 100px;
  background-color: #d9b91e;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  padding: 3px 0.5em;
  margin: 4px 2px 0;
  text-align: center;
  white-space: nowrap;
}

.date {
  color: #483409;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .date {
    font-size: 14px;
  }
}

.img {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .img {
    width: 100%;
    text-align: center;
  }
}
.img.--l {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .img.--l {
    margin-right: 0;
  }
}
.img.--r {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .img.--r {
    margin-left: 0;
  }
}
.img.--w318 {
  width: 318px;
}
@media screen and (max-width: 600px) {
  .img.--w318 {
    width: 100%;
  }
}
.img.--w269 {
  width: 269px;
}
@media screen and (max-width: 600px) {
  .img.--w269 {
    width: 100%;
  }
}
.img.--w236 {
  margin-top: -20px;
  width: 236px;
}
@media screen and (max-width: 600px) {
  .img.--w236 {
    margin-top: 0;
    width: 100%;
  }
}

.fc-white {
  color: #fff !important;
}

.fc-black {
  color: #000000 !important;
}

.fc-ocher {
  color: #d9b91e !important;
}

.fc-brown {
  color: #483409 !important;
}

.bg-ocher {
  background: #d9b91e !important;
}

.bg-brown {
  background: #483409 !important;
}

.bg-green {
  background: #3e771e !important;
}

.bg-grey {
  background: #edebe8 !important;
}

.bg-grey02 {
  background: #f7f6f5 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.ff-mincho {
  font-family: "Noto Serif JP", serif !important;
}

.ff-gothic {
  font-family: "Noto Sans JP", sans-serif !important;
}

a {
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  a:active {
    opacity: 0.7;
  }
}

html {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  word-wrap: break-word;
  scroll-padding-top: 100px; /* 固定ヘッダーの高さに合わせて調整 */
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 15px;
    scroll-padding-top: 66px; /* モバイル用の高さに合わせて調整 */
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}

body {
  overflow-y: scroll;
}

.wrap {
  min-width: 1040px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .wrap {
    min-width: auto;
  }
}

.inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding: 0 5vw;
  }
}
.inner.--lg {
  max-width: 1240px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.twocols-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .twocols-wrap {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.twocols-wrap .main {
  width: 960px;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .twocols-wrap .main {
    width: 100%;
    margin-right: 0;
  }
}
.twocols-wrap .sidebar {
  width: 260px;
}
@media only screen and (max-width: 768px) {
  .twocols-wrap .sidebar {
    width: 100%;
    margin-right: 0;
    margin-top: 60px;
  }
}

.header {
  min-width: 1040px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .header {
    min-width: unset;
  }
}
.header.--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 8px rgba(136, 37, 0, 0.1607843137);
}
.header__inner {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .header__inner {
    height: 66px;
    justify-content: flex-end;
    padding: 0 0 0 5vw;
  }
}
.header__logo {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    margin-right: auto;
  }
  .header__logo img {
    width: 220px;
  }
}
.header__info {
  flex-shrink: 0;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.471;
}
.header__info th {
  padding: 5px 5px 5px 0;
  vertical-align: top;
}
.header__info td {
  padding: 5px 20px 5px 5px;
}
.header__info th span {
  display: inline-block;
  width: 100%;
  background-color: #d9b91e;
  color: #fff;
  padding: 0 0.5em;
  text-align: center;
  white-space: nowrap;
}
.header__menu-toggle {
  width: 66px;
  height: 66px;
  line-height: 1;
  z-index: 9;
  position: relative;
}
.header__menu-toggle span {
  position: absolute;
  width: 34px;
  height: 3px;
  left: 16px;
  background-color: #483409;
  transition: 0.2s ease-in-out;
}
.header__menu-toggle span:nth-child(1) {
  top: 21px;
}
.header__menu-toggle span:nth-child(2) {
  top: 32px;
}
.header__menu-toggle span:nth-child(3) {
  top: 43px;
}
.header__menu-container {
  visibility: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 20px;
  z-index: 8;
  transition: visibility 0.35s;
}
@media only screen and (max-width: 768px) {
  .header__menu-container {
    max-height: calc(100vh - 66px);
  }
}
.header__menu {
  border-bottom: 1px solid #fff;
  margin: 0 0 20px;
}
.header__menu li {
  position: relative;
}
.header__menu li a {
  display: block;
  border-top: 1px solid #fff;
  color: #483409;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: normal;
  padding: 10px 30px;
  text-align: center;
  position: relative;
}
.header .sub-menu-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 40px;
}
.header .sub-menu-toggle::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 9px;
  width: 2px;
  height: 16px;
  background-color: #483409;
  border-radius: 2px;
  transition: 0.15s ease-in-out;
}
.header .sub-menu-toggle::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 2px;
  width: 16px;
  height: 2px;
  background-color: #483409;
  border-radius: 2px;
}
.header .sub-menu-toggle.active::before {
  transform: rotate(90deg);
}
.header .sub-menu {
  padding-left: 1em;
  display: none;
}
.header__menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100px;
  left: 0;
  background-color: #000;
  cursor: pointer;
  opacity: 0;
  transition: all 0.6s;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .header__menu-overlay {
    top: 66px;
  }
}
.header__menu-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -20px;
}
.header__menu-sns li {
  padding: 0 20px;
}

body.menu-active .header__menu-toggle span:nth-child(1) {
  top: 32px;
  transform: rotate(-45deg);
}
body.menu-active .header__menu-toggle span:nth-child(2) {
  top: 32px;
  transform: rotate(45deg);
}
body.menu-active .header__menu-toggle span:nth-child(3) {
  top: 32px;
  transform: rotate(45deg);
}
body.menu-active .header__menu-container {
  top: 100px;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  body.menu-active .header__menu-container {
    top: 66px;
  }
}
body.menu-active .header__menu-overlay {
  opacity: 0.5;
  visibility: visible;
}

.footer {
  background-color: #edebe8;
  padding: 60px 0 0;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 0;
  }
}
.footer__inner {
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    padding: 0 5vw;
  }
}
.footer__inner-left {
  flex-grow: 1;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .footer__inner-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer__inner-right {
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .footer__logo img {
    width: 220px;
  }
}
.footer__address {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .footer__address {
    font-size: 14px;
    line-height: 1.471;
  }
}
.footer__info {
  flex-shrink: 0;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.471;
  margin-bottom: 20px;
}
.footer__info th {
  padding: 5px 5px 5px 0;
  vertical-align: middle;
}
.footer__info td {
  padding: 5px 0 5px 5px;
}
.footer__info th span {
  display: inline-block;
  width: 100%;
  background-color: #d9b91e;
  color: #fff;
  padding: 0 0.5em;
  text-align: center;
  white-space: nowrap;
}
.footer__menu-sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -10px 20px;
}
.footer__menu-sns li {
  padding: 0 10px;
}
.footer__menu-sns img {
  width: 40px;
}
.footer__banner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px -5px 50px;
}
@media only screen and (max-width: 768px) {
  .footer__banner {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
.footer__banner li {
  width: 228px;
  margin: 10px 5px 0;
  position: relative;
}
.footer__banner li a {
  display: block;
}
.footer__banner li img {
  min-height: 80px;
  width: 100%;
  object-fit: cover;
}
.footer__banner li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.471;
  padding: 5px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer__banner li span {
    font-size: 12px;
  }
}
.footer__bottom {
  background-color: #fff;
  padding: 20px 20px;
}
.footer__menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .footer__menu {
    font-size: 12px;
  }
}
.footer__menu .menu-item a {
  line-height: 1.471;
  padding: 0 1em;
}
.footer__menu .menu-item:not(:last-child) a {
  border-right: 1px solid #707070;
}
.footer__free {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px rgba(136, 37, 0, 0.1607843137);
  line-height: 1.471;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer__free {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    font-size: 14px;
    margin-left: 10px;
  }
}

.copyright {
  font-size: 14px;
  line-height: 1.471;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
  }
}

.breadcrumb {
  max-width: 1040px;
  margin: auto;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 12px;
    padding: 15px 5vw;
  }
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  padding: 0 0.5em;
}
.breadcrumb li:last-child {
  color: #483409;
}

#pagetop {
  position: fixed;
  z-index: 7;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: 1s;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    right: 10px;
    bottom: 70px;
  }
}
#pagetop button {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9b91e;
  border-radius: 50%;
  box-shadow: 0 3px 5px #3c3c3c;
  transition: all 0.5s ease 0s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #pagetop button {
    width: 60px;
    height: 60px;
  }
}
#pagetop button span {
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
}
#pagetop button:hover {
  transform: translateY(-10px);
  background-color: #e5ca45;
}

.mv {
  width: 100%;
  height: 700px;
  background: url(images/mv.jpg) center center/cover no-repeat;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .mv {
    background: url(images/mv_sp.jpg) center center/cover no-repeat;
    height: 100vh;
  }
}
.mv__catch {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.471;
}
.mv__catch-txt1 {
  width: fit-content;
  border-bottom: 2px solid #fff;
  font-size: 50px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .mv__catch-txt1 {
    width: 100%;
    font-size: max(16px,min(7.1794871795vw,50px));
  }
}
.mv__catch-txt2 {
  font-size: 22px;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .mv__catch-txt2 {
    font-size: max(11px,min(3.3333333333vw,22px));
  }
}

.pc-nav {
  position: relative;
  z-index: 999;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .pc-nav {
    display: none;
  }
}
.pc-nav .header__menu {
  max-width: 1040px;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  margin: 0 auto;
}
.pc-nav .header__menu li a {
  display: block;
  font-size: 16px;
  padding: 5px 10px;
}
.pc-nav .header__menu > li {
  flex-grow: 1;
}
.pc-nav .header__menu > li:not(:last-child) > a {
  border-right: 1px solid #ccc;
}
.pc-nav .header__menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  min-width: 200px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
}
.pc-nav .header__menu > li .sub-menu > li > a {
  padding: 15px;
}
.pc-nav .header__menu > li .sub-menu > li:not(:last-child) > a {
  border-bottom: 1px solid #ccc;
}
.pc-nav .header__menu > li:hover .sub-menu {
  display: block;
}

.problem {
  background-color: #edebe8;
  padding: 0;
}
.problem .inner {
  max-width: 1440px;
  padding: 0;
}
.problem__flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .problem__flex {
    flex-direction: column;
  }
}
.problem__flex-left {
  min-height: 540px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .problem__flex-left {
    width: 100%;
    min-height: unset;
  }
}
.problem__flex-right {
  min-height: 490px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  padding: 20px 20px 20px 50px;
}
@media only screen and (max-width: 768px) {
  .problem__flex-right {
    width: 100%;
    min-height: unset;
    padding: 40px 20px 20px;
  }
}
.problem__txt {
  line-height: 2.1875;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .problem__txt {
    padding-bottom: 90px;
  }
}
.problem__txt img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 62%;
}
@media only screen and (max-width: 768px) {
  .problem__txt img {
    max-width: 234px;
  }
}
.problem__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proposal {
  background-color: #edebe8;
  padding-top: 50px;
}
.proposal__txt {
  max-width: 800px;
  line-height: 2.1875;
  margin: 0 auto;
}

.feature__list {
  padding-top: 24px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .feature__list {
    margin-bottom: 30px;
  }
}
.feature__list > li {
  border: 1px solid #000;
  padding: 0 20px 20px;
}
@media only screen and (max-width: 768px) {
  .feature__list > li {
    padding: 0 2.5641025641vw 20px;
  }
}
.feature__list > li:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .feature__list > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.feature__list-ttl {
  min-height: 1.8em;
  width: 500px;
  display: flex;
  align-items: center;
  background-color: #d9b91e;
  color: #fff;
  padding: 0 10px;
  margin-top: -0.9em;
  margin-bottom: 0.5em;
  clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%);
}
@media only screen and (max-width: 768px) {
  .feature__list-ttl {
    width: 100%;
  }
}
.feature__circle {
  max-width: 540px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  .feature__circle {
    margin-bottom: 30px;
  }
}
.feature__circle li {
  max-width: 150px;
  width: 33.3333333333%;
  padding: 0 5px;
}
.feature__circle li > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 100%;
  background-color: #483409;
  box-shadow: 0 0 10px rgba(136, 37, 0, 0.16);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .feature__circle li > span {
    font-size: max(12px,min(4.1025641026vw,20px));
  }
}
.feature__circle li > span strong {
  font-size: 2em;
}
.feature .btn-wrap {
  margin-top: 20px;
}

.interval {
  background: url(images/interval_bg.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .interval {
    background-image: url(images/interval_bg_sp.jpg);
  }
}
.interval .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq__list li:not(:last-child) {
  margin-bottom: 20px;
}
.faq__btn {
  background-color: #edebe8;
  padding: 10px 50px 10px 20px;
}
@media only screen and (max-width: 768px) {
  .faq__btn {
    padding: 10px 30px 10px 10px;
  }
}
.faq__btn::before, .faq__btn::after {
  background-color: #d9b91e;
}
.faq__cont {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .faq__cont {
    padding: 10px;
  }
}
.faq__q {
  color: #d9b91e;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  padding-left: 2.5em;
  position: relative;
}
.faq__q::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
}
.faq__a {
  padding-left: 2.5em;
  position: relative;
}
.faq__a::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
}

.voice__list > li {
  display: flex;
  flex-wrap: wrap;
}
.voice__list > li:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .voice__list > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.voice__list-name {
  width: 100%;
  color: #d9b91e;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.471;
  margin-bottom: 1em;
}
.voice__list-txt {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .voice__list-txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.voice__list-img {
  width: 50%;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .voice__list-img {
    width: 100%;
    padding-left: 0;
  }
}
.voice__list-comment {
  width: 100%;
  border: 1px solid #d9b91e;
  padding: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .voice__list-comment {
    padding: 10px 2.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .care__list li {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
.care__list li:not(:last-child) {
  position: relative;
}
.care__list li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 34px;
  height: 50px;
  background-color: #d9b91e;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 768px) {
  .care__list li:not(:last-child)::after {
    content: none;
  }
}
.care__list-no {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9b91e;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 10px;
}

.flow {
  background-color: #fffbea;
}
.flow__list li {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px 10px 30px;
}
@media only screen and (max-width: 768px) {
  .flow__list li {
    max-width: 520px;
    padding: 20px 5.1282051282vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.flow__list li:not(:last-child) {
  margin-bottom: 54px;
  position: relative;
}
.flow__list li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 34px;
  background-color: #d9b91e;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.hours .inner {
  max-width: 770px;
}

.access .google-map {
  max-width: 800px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 768px) {
  .access .google-map {
    margin-bottom: 40px;
  }
  .access .google-map iframe {
    height: 200px;
  }
}
.access .youtube-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.reserve {
  background: url(images/reserve_bg.jpg) center center/cover no-repeat;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .reserve {
    padding: 20px 0;
  }
}
.reserve__ttl {
  color: #483409;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .reserve__ttl {
    font-size: max(20px,min(5.641025641vw,40px));
  }
}

.postlist {
  border-top: 1px solid #edebe8;
}
.postlist > li {
  min-height: 90px;
  border-bottom: 1px solid #edebe8;
  display: flex;
  align-items: center;
  padding: 20px 15px;
}
@media only screen and (max-width: 768px) {
  .postlist > li {
    min-height: unset;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.postlist__date {
  width: 6em;
  font-size: 16px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .postlist__date {
    font-size: 14px;
    margin-right: 20px;
  }
}
.postlist__category {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .postlist__category {
    margin-right: 20px;
  }
}
.postlist__category ul {
  margin-top: -4px -2px 0;
}
.postlist__category ul li {
  padding: 4px 2px 0;
}
.postlist__category ul li a {
  display: block;
  width: 130px;
  background-color: #483409;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .postlist__category ul li a {
    width: 100px;
    font-size: 12px;
  }
}
.postlist__title {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .postlist__title {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
  }
}

.postsingle {
  padding-bottom: 60px;
}
.postsingle__meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .postsingle__meta {
    margin-bottom: 20px;
  }
}
.postsingle__category ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: -4px -2px 0;
}
.postsingle__category ul li {
  list-style: none !important;
  padding: 4px 2px 0;
}
.postsingle__category ul li a {
  display: block;
  width: 130px;
  background-color: #483409;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .postsingle__category ul li a {
    width: 100px;
    font-size: 12px;
  }
}
.postsingle__date {
  font-size: 18px;
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  .postsingle__date {
    font-size: 14px;
  }
}
.postsingle__title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: normal !important;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .postsingle__title {
    font-size: 20px;
  }
}

.sidebar .wp-block-group {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .sidebar .wp-block-group {
    padding-bottom: 20px;
  }
}
.sidebar h2,
.sidebar .wp-block-search__label {
  display: block;
  background-color: #edebe8;
  color: #483409;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.8em 1em;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sidebar h2,
  .sidebar .wp-block-search__label {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.sidebar .wp-block-archives-list,
.sidebar .wp-block-categories-list {
  line-height: 1.25;
}
.sidebar .wp-block-archives-list li,
.sidebar .wp-block-categories-list li {
  padding: 15px;
  border-bottom: 1px solid #edebe8;
}
.sidebar .wp-block-search__inside-wrapper {
  padding: 15px;
}
.sidebar .wp-block-search__input {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 5px 8px;
}
.sidebar .wp-block-search__button {
  border: 1px solid #ccc;
  background-color: #edebe8;
  border-radius: 0;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #483409;
}
.sidebar .wp-block-archives-dropdown {
  line-height: 1.5;
  padding: 15px;
  position: relative;
}
.sidebar .wp-block-archives-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #717171 transparent transparent transparent;
}
.sidebar .wp-block-archives-dropdown select {
  width: 100%;
}

.pagination {
  margin-top: 40px;
  width: 100%;
}
.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination ul li {
  padding: 3px;
}
.pagination ul .page-numbers {
  display: block;
  background-color: #edebe8;
  font-size: 14px;
  width: 34px;
  line-height: 34px;
  text-align: center;
}
.pagination ul .current {
  background-color: #483409;
  color: #fff;
}
.pagination ul .dots {
  border: none;
}

.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 50%;
  min-height: 80px;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    width: 100%;
  }
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 40px;
  position: relative;
}
.post-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-next a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.post-navigation .nav-links .nav-previous a::before {
  content: "＜";
  left: 10px;
}
.post-navigation .nav-links .nav-next a::before {
  content: "＞";
  right: 10px;
}

.contact-form .req::after,
.contact-form .any::after {
  display: inline-block;
  width: 4em;
  border-radius: 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
  margin-left: 1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact-form .req::after,
  .contact-form .any::after {
    font-size: 12px;
  }
}
.contact-form .req::after {
  content: "必須";
  background-color: #483409;
}
.contact-form .any::after {
  content: "任意";
  background-color: #c9c9c9;
}
.contact-form label {
  display: block;
  margin-bottom: 20px;
}
.contact-form label .label {
  display: block;
  color: #d9b91e;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .contact-form label .label {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.contact-form .acceptance {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  color: #000000;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    font-size: 15px;
  }
}

input[type=number] {
  width: auto;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
  background-color: #ffe6e6;
  outline-color: #3b80ff;
}

.select-wrap {
  display: inline-block;
  position: relative;
}
.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #c9c9c9 transparent transparent transparent;
}

select {
  appearance: none;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 20px 5px 10px;
}
@media only screen and (max-width: 768px) {
  select {
    font-size: 15px;
  }
}

select:focus {
  background-color: #ffe6e6;
  outline-color: #3b80ff;
}

input[type=checkbox],
input[type=radio] {
  font-size: 16px;
  margin: 0 10px 2px 5px;
  transform: scale(1.5);
}
@media only screen and (max-width: 768px) {
  input[type=checkbox],
  input[type=radio] {
    font-size: 15px;
    transform: scale(1);
    margin: 0 5px 0 0;
  }
}

.wpcf7-list-item-label {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 14px;
    letter-spacing: normal;
  }
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline-color: #3b80ff;
  outline-style: dotted;
  outline-width: 1px;
}

input[type=submit] {
  appearance: none;
  border: none;
}

input[type=button] {
  appearance: none;
  border: none;
}

.wpcf7-not-valid-tip {
  font-weight: bold;
}
.wpcf7-not-valid-tip::before {
  content: "✔";
  font-weight: bold;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232;
}

.wpcf7 form .wpcf7-response-output[aria-hidden=true] {
  border-color: #d9b91e;
}

.wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .wpcf7-checkbox .wpcf7-list-item:not(:last-child) {
    margin-bottom: 0.5em;
  }
}

/* scroll anime */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* scroll anime */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sa {
  opacity: 0;
  transition: opacity 1s, transform 1.5s ease-in-out;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-10px, 0);
}

.sa--rl {
  transform: translate(10px, 0);
}

.sa--up {
  transform: translate(0, 10px);
}

.sa--down {
  transform: translate(0, -10px);
}

.sa--scaleUp {
  transform: scale(0.7);
}

.sa--scaleDown {
  transform: scale(1.2);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

/* ローダー */
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  animation: anime-loader 1s ease-in-out 0s forwards;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes anime-loader {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* スクロールダウン（MV） */
.arrow {
  position: absolute;
  top: max(0px, min(100vh - 50px, 930px));
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .arrow {
    display: none;
  }
}
.arrow span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  position: relative;
}
.arrow span::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0;
  border-top: solid 4px #d9b91e;
  border-right: solid 4px #d9b91e;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.slick-prev {
  z-index: 1;
  left: 5vw;
  width: 25px;
  height: 43px;
  background: url(images/slide_prev_btn.svg) center center/contain no-repeat !important;
}
.slick-prev::before {
  content: "";
}

.slick-next {
  z-index: 1;
  right: 5vw;
  width: 25px;
  height: 43px;
  background: url(images/slide_next_btn.svg) center center/contain no-repeat !important;
}
.slick-next::before {
  content: "";
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-slide img {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .slick-dots li {
    margin: 0 2px;
  }
}

.slick-dots li button:before {
  color: #4e3e06;
  opacity: 1;
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 30px;
  }
}

.slick-dots li.slick-active button:before {
  color: #d9b91e !important;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */