@charset "UTF-8";
/*=== color ==============*/
/*=== variable ===========*/
/*=== font ===============*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* 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) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  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;
  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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

/**
 * 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;
}

/* 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 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  outline: none;
  /* 2 */
}

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-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.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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: bold;
}

*:focus {
  outline: none;
}

/*=== minxin =============*/
/*=== base ===============*/
html {
  color: #401F0C;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
}
@media screen and (min-width: 504px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

main {
  display: block;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.4;
}

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

a {
  text-decoration: none;
}

hr {
  color: #FDD763;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  hr {
    margin: 80px 0;
  }
}

th {
  font-weight: normal;
}

@media screen and (min-width: 504px) {
  .mdHide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .lgHide {
    display: none !important;
  }
}

@media screen and (min-width: 1120px) {
  .xlgHide {
    display: none !important;
  }
}

.mdShow {
  display: none;
}
@media screen and (min-width: 504px) {
  .mdShow {
    display: inherit !important;
  }
}

.lgShow {
  display: none;
}
@media screen and (min-width: 768px) {
  .lgShow {
    display: inherit !important;
  }
}

.xlgShow {
  display: none;
}
@media screen and (min-width: 1120px) {
  .xlgShow {
    display: inherit !important;
  }
}

.full-width {
  position: relative;
  bottom: 0;
  right: 2.6315789474%;
  display: block;
  height: 30px;
  width: 105.2631578947%;
}

.textSizeS {
  font-size: 0.75rem;
}

.underline {
  text-decoration: underline;
}

.border-r {
  border-radius: 8px;
}

.center {
  text-align: center;
}

.inner {
  max-width: 1120px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.c-menuBtnArea {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 99px;
  position: absolute;
  top: 12px;
  right: 12px;
}
@media screen and (min-width: 768px) {
  .c-menuBtnArea {
    display: none;
  }
}
.c-menuBtnArea .c-mobileMenuBtn {
  z-index: 100;
  position: relative;
  width: 24px;
  height: 40px;
  margin: 4px 0 0 12px;
  /* メニューオープン時 */
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger__line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #401F0C;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger__line:nth-of-type(1) {
  top: 8px;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger__line:nth-of-type(2) {
  top: 15px;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger__line:nth-of-type(3) {
  top: 23px;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger.active .hamburger__line:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger.active .hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}
.c-menuBtnArea p {
  font-size: 0.5rem;
  text-align: center;
  white-space: nowrap;
  margin-top: -12px;
  position: relative;
  z-index: 999;
}

.c-headType01, .l-postPage .headType01, .l-postPage .entry-content .headType01, .l-archive .headType01 {
  font-size: 1.6em;
  font-weight: bold;
  color: #735F4D;
}
@media screen and (min-width: 768px) {
  .c-headType01, .l-postPage .headType01, .l-postPage .entry-content .headType01, .l-archive .headType01 {
    font-size: 1.75rem;
  }
}

.c-headType02, .l-postPage .entry-content h2 {
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 0.3em;
  color: #D96425;
}
@media screen and (min-width: 504px) {
  .c-headType02, .l-postPage .entry-content h2 {
    font-size: 1.6em;
  }
}

.c-headType03, .l-postPage .entry-content h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #925320;
}
@media screen and (min-width: 504px) {
  .c-headType03, .l-postPage .entry-content h3 {
    font-size: 1.25rem;
  }
}

.c-headType04, .l-postPage .entry-content h4 {
  font-size: 1.15rem;
  font-weight: bold;
}
.c-headType05, .l-postPage .entry-content h5 {
  font-weight: bold;
  font-size: 1.1rem;
}
.c-headType06, .l-postPage .entry-content h6 {
  font-weight: bold;
}
.c-headTypeF01 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.c-headTypeF01::after {
  content: "";
  display: block;
  border-bottom: 3px solid #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.c-headTypeF01 > div {
  position: relative;
  z-index: 10;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.4em;
  margin: 0 auto;
}

.c-para p {
  line-height: 1.75;
  margin-top: 1em;
  margin-bottom: 1em;
}
.c-para p:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1em;
}
.c-para p:last-child:not(:first-child) {
  margin-top: 1em;
  margin-bottom: 0;
}
.c-para p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-para p {
    line-height: 1.9;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .c-para p:first-child:not(:last-child) {
    margin-top: 0;
    margin-bottom: 1.25em;
  }
  .c-para p:last-child:not(:first-child) {
    margin-top: 1.25em;
    margin-bottom: 0;
  }
  .c-para p:last-child:first-child {
    margin: 0;
  }
}

.c-boxType01 {
  border: 1px solid #FDD763;
  border-radius: 8px;
  margin: 2em auto;
  padding: 2em;
}

.c-tableType01 {
  font-size: 0.9rem;
  width: 100%;
}
.c-tableType01 tr {
  border-top: 1px solid #ccc;
}
.c-tableType01 tr:last-child {
  border-bottom: 1px solid #ccc;
}
.c-tableType01 tr th,
.c-tableType01 tr td {
  padding: 0.75em 0.4em;
}
.c-tableType01 tr th {
  font-weight: bold;
  white-space: nowrap;
}

.c-tableType02 {
  font-size: 0.9rem;
  width: 100%;
}
.c-tableType02 tr {
  border-top: 1px solid #ccc;
}
.c-tableType02 tr:last-child {
  border-bottom: 1px solid #ccc;
}
.c-tableType02 tr th {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  padding: 0.75em 0.4em 0;
}
.c-tableType02 tr td {
  display: block;
  padding: 0.5em 0.4em 0.75em 1.4em;
}

.c-buttomType01 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 16px;
  min-width: 180px;
  text-align: center;
  font-size: 1.1rem;
  background: #D99A25;
  background: linear-gradient(135deg, rgb(217, 154, 37) 0%, rgb(217, 154, 37) 13%, rgb(253, 215, 99) 13%, rgb(217, 154, 37) 100%);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-buttomType01 {
    font-size: 1.2rem;
    padding: 16px;
    min-width: 220px;
  }
  .c-buttomType01::after {
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 40px 0, 0 40px);
    background: #D99A25;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: -1;
  }
  .c-buttomType01:hover::after {
    clip-path: polygon(0 0, 400px 0, 0 400px);
  }
}

.c-telOrangeBox {
  text-align: center;
}
.c-telOrangeBox a {
  display: block;
  background: #D96425;
  width: 240px;
  border-radius: 99px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-telOrangeBox a {
    width: 320px;
  }
}
.c-telOrangeBox a img {
  width: 18px;
  margin: 0 2px 0 4px;
}
@media screen and (min-width: 768px) {
  .c-telOrangeBox a img {
    width: 22px;
    margin: 0 4px 0 10px;
  }
}
.c-telOrangeBox a span:first-child {
  font-size: 0.8rem;
}
.c-telOrangeBox a span:last-child {
  font-size: 1.25rem;
  font-weight: bold;
}

.c-noPage {
  padding: 240px 0 240px;
  text-align: center;
  line-height: 2;
}

.wp-pagenavi {
  margin: 56px auto;
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  border-radius: 4px;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  border: 1px solid #FDD763;
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  border: 1px solid #FDD763;
}

.breadcrumbs {
  text-align: right;
  font-size: 0.75rem;
  margin: 0 0 0 auto;
}
.breadcrumbs a {
  text-decoration: underline;
}

.post-edit-link {
  position: fixed;
  bottom: 8px;
  left: 8px;
  z-index: 999;
  padding: 4px 8px;
  background-color: #fff;
}

.fadeUpTrigger {
  opacity: 0;
  will-change: transform;
}

.fadeUpTriggerD1 {
  opacity: 0;
  will-change: transform;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fadeUpTriggerD2 {
  opacity: 0;
  will-change: transform;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.fadeIn {
  will-change: transform;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.58, 0.26, 0.43, 0.93);
          animation-timing-function: cubic-bezier(0.58, 0.26, 0.43, 0.93);
}
.fadeIn:nth-of-type(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.fadeIn:nth-of-type(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeIn:nth-of-type(4) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.fadeIn:nth-of-type(6) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.fadeIn:nth-of-type(7) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeIn:nth-of-type(8) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.fadeIn:nth-of-type(10) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.fadeIn:nth-of-type(11) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeIn:nth-of-type(12) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.fadeIn:nth-of-type(14) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.fadeIn:nth-of-type(15) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeIn:nth-of-type(16) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.fadeIn:nth-of-type(18) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.fadeIn:nth-of-type(19) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeIn:nth-of-type(20) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.l-header__outer {
  background: #FDD763;
  height: 72px;
}
.l-header__outer .inner {
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.l-header__outer .nameArea {
  height: 100%;
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .l-header__outer .nameArea {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 999;
  }
}
.l-header__outer .nameArea .type {
  font-size: 0.8rem;
}
.l-header__outer .nameArea .name {
  width: 186px;
  margin-top: 5px;
  display: inline-block;
}
.l-header .l-mobileMenu {
  background: #FDD763;
  height: 0svh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  padding: 0 16px;
}
.l-header .l-mobileMenu.active {
  height: 100vh;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .l-header .l-mobileMenu {
    position: absolute;
    height: 72px;
    width: 100%;
    background: none;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
    padding: 0;
  }
}
.l-header .l-mobileMenu .inner {
  padding: 0 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.l-header .l-mobileMenu ul {
  width: 224px;
  margin: calc(50svh - 250px) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-header .l-mobileMenu ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.l-header .l-mobileMenu ul li {
  width: 50%;
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .l-header .l-mobileMenu ul li {
    width: 72px;
    margin: 12px 0 0;
  }
}
.l-header .l-mobileMenu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-header .l-mobileMenu ul li a {
    font-size: 0.7rem;
  }
}
.l-header .l-mobileMenu ul li a img {
  display: block;
  width: 40px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .l-header .l-mobileMenu ul li a img {
    width: 32px;
    margin-bottom: 4px;
  }
}
.l-header .l-mobileMenu .subMenu {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 16px;
}
.l-header .l-mobileMenu .name img {
  display: block;
  margin: 32px auto 0;
  width: 200px;
}
.l-header .l-mobileMenu .c-telOrangeBox a {
  margin: 16px auto;
}

.l-footer__nav {
  background: #F3ECC7;
  padding: 16px 32px;
  font-size: 0.9rem;
}
.l-footer__nav ul {
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-footer__nav ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
.l-footer__nav ul li {
  width: 33.3333333333%;
  text-align: center;
  padding: 6px 0;
}
@media screen and (min-width: 768px) {
  .l-footer__nav ul li {
    width: inherit;
    padding: 6px 16px;
  }
}
.l-footer__toTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  background: #e3e3e3;
  border-radius: 50%;
  opacity: 0.75;
}
.l-footer__toTop:hover {
  opacity: 1;
}
.l-footer__toTop a {
  display: block;
  background: url("../img/icon-arrow01.png") center center no-repeat;
  background-size: 16px;
  width: 100%;
  height: 100%;
}
.l-footer__nameArea {
  background: #BFB999;
  padding: 40px 16px 24px;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea {
    padding: 48px 16px 24px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.l-footer__nameArea .inner .nameBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .inner .nameBox {
    width: 50%;
  }
}
.l-footer__nameArea .inner .nameBox .type {
  font-size: 0.9rem;
}
.l-footer__nameArea .inner .nameBox .nameWrap {
  margin: 8px 0 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .inner .nameBox .nameWrap {
    margin: 20px 0 0;
  }
}
.l-footer__nameArea .inner .nameBox .nameWrap img {
  width: 240px;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .inner .nameBox .nameWrap img {
    width: 260px;
  }
}
.l-footer__nameArea .inner .infoArea {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .inner .infoArea {
    width: 50%;
    text-align: right;
  }
}
.l-footer__nameArea .inner .infoArea .c-telOrangeBox {
  margin: 24px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .inner .infoArea .c-telOrangeBox {
    margin: 0 0 24px auto;
  }
}
.l-footer__nameArea .inner .infoArea .c-telOrangeBox a {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .inner .infoArea .c-telOrangeBox a {
    margin: 0 0 0 auto;
  }
}
.l-footer__nameArea .inner .infoArea .address {
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .inner .infoArea .address {
    margin: 0 1em 0 0;
  }
}
.l-footer__nameArea .inner .infoArea .sitePolicy {
  display: block;
  font-size: 0.85rem;
  margin: 12px 0 16px;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .inner .infoArea .sitePolicy {
    margin: 12px 1em 16px 0;
  }
}
.l-footer__nameArea .inner .infoArea .sitePolicy:link {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    margin: 0 0.5em 0 0;
  }
}

.l-base {
  padding-top: 72px;
  position: relative;
}
.l-base::after {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: url("../img/bg01.jpg") 0 top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .l-base::after {
    background-size: cover;
  }
}

.l-postPage .breadcrumbsOuter {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 16px 0;
}
.l-postPage .inner {
  padding: 16px 16px 32px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-postPage .inner {
    padding: 16px 16px 56px;
  }
}
.l-postPage .subTitle {
  margin: 32px auto -16px;
  text-align: center;
  color: #BFB999;
}
@media screen and (min-width: 768px) {
  .l-postPage .subTitle {
    margin: 56px auto -40px;
  }
}
.l-postPage .headType01 {
  margin: 32px auto 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-postPage .headType01 {
    margin: 64px auto 56px;
  }
}
.l-postPage .entry-content {
  margin: 32px 0 0;
}
.l-postPage .entry-content p {
  line-height: 1.75;
  margin-top: 1em;
  margin-bottom: 1em;
}
.l-postPage .entry-content p:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1em;
}
.l-postPage .entry-content p:last-child:not(:first-child) {
  margin-top: 1em;
  margin-bottom: 0;
}
.l-postPage .entry-content p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-postPage .entry-content p {
    line-height: 1.9;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .l-postPage .entry-content p:first-child:not(:last-child) {
    margin-top: 0;
    margin-bottom: 1.25em;
  }
  .l-postPage .entry-content p:last-child:not(:first-child) {
    margin-top: 1.25em;
    margin-bottom: 0;
  }
  .l-postPage .entry-content p:last-child:first-child {
    margin: 0;
  }
}
.l-postPage .entry-content a {
  text-decoration: underline;
}
.l-postPage .entry-content .headType01 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: auto !important;
  margin-right: auto !important;
}
.l-postPage .entry-content .headType01:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.l-postPage .entry-content .headType01:last-child:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.l-postPage .entry-content .headType01:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content h2 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.l-postPage .entry-content h2:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.l-postPage .entry-content h2:last-child:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.l-postPage .entry-content h2:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-postPage .entry-content h2 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .l-postPage .entry-content h2:first-child:not(:last-child) {
    margin-top: 0;
    margin-bottom: 2em;
  }
  .l-postPage .entry-content h2:last-child:not(:first-child) {
    margin-top: 2em;
    margin-bottom: 0;
  }
  .l-postPage .entry-content h2:last-child:first-child {
    margin: 0;
  }
}
.l-postPage .entry-content h3 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.l-postPage .entry-content h3:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.l-postPage .entry-content h3:last-child:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.l-postPage .entry-content h3:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content h4 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.l-postPage .entry-content h4:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.l-postPage .entry-content h4:last-child:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.l-postPage .entry-content h4:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content h5 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.l-postPage .entry-content h5:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.l-postPage .entry-content h5:last-child:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.l-postPage .entry-content h5:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content h6 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.l-postPage .entry-content h6:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.l-postPage .entry-content h6:last-child:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.l-postPage .entry-content h6:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content figure {
  margin-top: 2em;
  margin-bottom: 2em;
}
.l-postPage .entry-content figure:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 2em;
}
.l-postPage .entry-content figure:last-child:not(:first-child) {
  margin-top: 2em;
  margin-bottom: 0;
}
.l-postPage .entry-content figure:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content ul.wp-block-list,
.l-postPage .entry-content ol.wp-block-list {
  margin-top: 2em;
  margin-bottom: 2em;
  list-style: disc;
  padding: 0 0 0 2em;
}
.l-postPage .entry-content ul.wp-block-list:first-child:not(:last-child),
.l-postPage .entry-content ol.wp-block-list:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 2em;
}
.l-postPage .entry-content ul.wp-block-list:last-child:not(:first-child),
.l-postPage .entry-content ol.wp-block-list:last-child:not(:first-child) {
  margin-top: 2em;
  margin-bottom: 0;
}
.l-postPage .entry-content ul.wp-block-list:last-child:first-child,
.l-postPage .entry-content ol.wp-block-list:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content ul.wp-block-list li,
.l-postPage .entry-content ol.wp-block-list li {
  margin: 0.7em 0;
  position: relative;
}
.l-postPage .entry-content ol.wp-block-list {
  list-style: auto;
}
.l-postPage .entry-content .wp-block-table {
  overflow: auto;
  padding: 2px 0;
}
.l-postPage .entry-content .wp-block-table table {
  border-collapse: collapse;
  width: auto;
  min-width: 100%;
  border: 1px solid #BFB999;
}
.l-postPage .entry-content .wp-block-table table tr th,
.l-postPage .entry-content .wp-block-table table tr td {
  font-size: 0.95rem;
  border: 1px solid #BFB999;
  padding: 0.75em;
}
@media screen and (min-width: 768px) {
  .l-postPage .entry-content .wp-block-table table tr th,
  .l-postPage .entry-content .wp-block-table table tr td {
    padding: 1em;
  }
}
.l-postPage .entry-content .wp-block-table.nowrap tr th,
.l-postPage .entry-content .wp-block-table.nowrap tr td {
  white-space: nowrap;
}
.l-postPage .entry-content .wp-block-button a {
  text-decoration: none;
  color: #fff;
}
.l-postPage ul.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1em 1em 0 0;
  text-align: right;
  font-size: 0.8rem;
  color: #735F4D;
}
.l-postPage ul.post-categories a {
  margin: 0 0.25em;
  text-decoration: underline;
}
.l-postPage .entry-date {
  text-align: right;
  clear: both;
  margin: 0.5em 1em 0 0;
  font-size: 0.9rem;
}
.l-postPage .single-nav {
  margin: 32px 0;
}
@media screen and (min-width: 768px) {
  .l-postPage .single-nav {
    margin: 56px 0;
  }
}
.l-postPage .single-nav > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-left: 0.5em;
  text-decoration: none;
  padding: 8px 0;
  border-top: 1px solid #BFB999;
  border-bottom: 1px solid #BFB999;
}
.l-postPage .single-nav > div a span:first-child {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  width: 6em;
  color: #735F4D;
}
.l-postPage .single-nav > div a span:nth-child(2) {
  text-decoration: none;
  width: calc(100% - 6em);
}
.l-postPage .single-nav > div:nth-child(2) a {
  border-top: none;
  border-bottom: 1px solid #BFB999;
}
.l-postPage .categoryList .outer {
  margin: 32px 0 0;
  line-height: 2.4;
  font-size: 0.9rem;
}
.l-postPage .categoryList .outer li {
  list-style: none;
  display: inline-block;
}
.l-postPage .categoryList .outer li a {
  margin-right: 0.5em;
  background: #BFB999;
  border-radius: 4px;
  padding: 2px 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-postPage .categoryList .outer li a {
    margin: 0 0.4em 0 0;
    padding: 2px 24px;
  }
}

.l-fixedPage__mv {
  height: 240px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-fixedPage__mv h1 {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 8px;
}
@media screen and (min-width: 504px) {
  .l-fixedPage__mv h1 {
    font-size: 2rem;
  }
}

.l-archive .inner {
  padding: 16px 16px 32px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.l-archive .l-outer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .l-archive .l-outer {
    padding: 0 16px 72px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.l-archive .headType01 {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-archive .headType01 {
    margin: 64px auto 56px;
  }
}
.l-archive .categoryList {
  margin-top: 40px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .l-archive .categoryList {
    margin-top: 72px;
    padding: 0;
  }
}
.l-archive .categoryList .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-archive .categoryList .outer li {
  width: 48.2142857143%;
  margin: 0.25em 0;
}
.l-archive .categoryList .outer li:nth-child(odd) {
  margin-right: 3.5714285714%;
}
@media screen and (min-width: 768px) {
  .l-archive .categoryList .outer li {
    width: 22.3214285714%;
    margin: 0.1em 0;
  }
  .l-archive .categoryList .outer li:not(:nth-child(4n)) {
    margin-right: 3.5714285714%;
  }
}
.l-archive .categoryList .outer li a {
  text-align: center;
  display: block;
  background: #BFB999;
  padding: 4px 12px;
  color: #fff;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .l-indexWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-indexWrap .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .l-indexWrap .newsList {
    margin-top: 40px;
    width: 48.2142857143%;
  }
}
.l-indexWrap .newsList .img {
  width: 48.2142857143%;
}
.l-indexWrap .newsList .text {
  width: 48.2142857143%;
  padding: 0 16px 0 0;
}
.l-indexWrap .newsList .text .add {
  color: #D96425;
  border-bottom: 1px solid #D96425;
  padding: 8px 0;
}
.l-indexWrap .newsList .text .title {
  margin-top: 0.5em;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .l-indexWrap .newsList .text .title {
    margin-top: 1em;
  }
}
.l-indexWrap .newsList .text .post-categories {
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .l-indexWrap .newsList .text .post-categories {
    margin-top: 1em;
  }
}
.l-indexWrap .newsList .text .post-categories li {
  display: inline-block;
  margin: 0.3em 0.2em 0 0;
}
.l-indexWrap .newsList .text .post-categories li a {
  display: inline-block;
  background: #BFB999;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 0.9rem;
}

.p-frontPage {
  padding-top: 72px;
  position: relative;
}
.p-frontPage::after {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: url("../img/bg01.jpg") 0 top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-frontPage__mv .main-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv .main-text {
    display: block;
    width: 30%;
    height: calc(100vh - 72px);
  }
}
.p-frontPage__mv .main-text img {
  display: block;
  margin: 0 0 0 auto;
  padding: 0 12%;
  width: 60%;
  min-width: 180px;
  max-width: 210px;
  height: calc(100vh - 72px);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv ul {
    width: 70%;
    height: calc(100vh - 72px);
    margin: 0 0 0 auto;
  }
}
.p-frontPage__mv ul .slick-list,
.p-frontPage__mv ul .slick-track {
  height: 100%;
}
.p-frontPage__mv ul li {
  background: url("../img/front-mv01.jpg") center center no-repeat;
  background-size: cover;
  height: 320px;
  width: 100%;
}
.p-frontPage__mv ul li:nth-of-type(2) {
  background: url("../img/front-mv02.jpg") center center no-repeat;
  background-size: cover;
}
.p-frontPage__mv ul li:nth-of-type(3) {
  background: url("../img/front-mv03.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv ul li {
    height: 100%;
  }
}
.p-frontPage__intro {
  padding: 40px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro {
    padding: 96px 16px;
  }
  .p-frontPage__intro::after {
    content: "";
    width: 480px;
    height: 480px;
    background: url("../img/bg02.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -100px;
    left: 0;
    mix-blend-mode: darken;
  }
}
.p-frontPage__intro .lgEgao {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .lgEgao {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    z-index: 10;
    position: relative;
  }
}
.p-frontPage__intro .lgEgao img {
  max-width: 160px;
}
.p-frontPage__intro .lgEgao p {
  font-size: 1.45rem;
  margin-left: 4%;
  color: #925320;
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-frontPage__philosophy .overview .img {
  background: url("../img/front-img02.jpg") center center no-repeat;
  background-size: cover;
  height: 320px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .overview .img {
    width: 50%;
    height: auto;
  }
}
.p-frontPage__philosophy .overview .text {
  background: #925320;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .overview .text {
    width: 50%;
  }
}
.p-frontPage__philosophy .overview .text__inner {
  padding: 40px 24px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .overview .text__inner {
    max-width: 560px;
    padding: 64px 56px;
  }
}
.p-frontPage__philosophy .overview .text__inner h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-frontPage__philosophy .overview .text__inner p {
  margin: 1em 0 0;
  line-height: 1.75;
}
.p-frontPage__philosophy .overview .text__inner ul {
  margin: 1em 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-frontPage__philosophy .overview .text__inner ul li {
  color: #FDD763;
  border-bottom: 1px solid #D99A25;
  padding: 4px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .overview .text__inner ul li {
    padding: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .detail__area {
    width: 50%;
  }
}
.p-frontPage__philosophy .detail__area .container {
  color: #622C0D;
  padding: 120px 24px 56px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .detail__area .container {
    max-width: 560px;
  }
}
.p-frontPage__philosophy .detail__area .container h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #D96425;
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .detail__area .container h3 {
    font-size: 2rem;
  }
}
.p-frontPage__philosophy .detail__area .container p {
  line-height: 1.75;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .detail__area .container p {
    max-width: 320px;
  }
}
.p-frontPage__philosophy .detail__area:nth-of-type(1) {
  background: #FCF6D8;
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .detail__area:nth-of-type(1) .container {
    margin: 0 0 0 auto;
  }
}
.p-frontPage__philosophy .detail__area:nth-of-type(1) .container::after {
  content: "";
  position: absolute;
  display: block;
  top: 28px;
  right: 8px;
  background: url("../img/front-illust01.png") right top no-repeat;
  background-size: contain;
  height: 160px;
  width: 140px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .detail__area:nth-of-type(1) .container::after {
    height: 220px;
    width: 220px;
  }
}
.p-frontPage__philosophy .detail__area:nth-of-type(2) {
  background: #F3ECC7;
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .detail__area:nth-of-type(2) .container {
    padding: 120px 24px 56px 56px;
  }
}
.p-frontPage__philosophy .detail__area:nth-of-type(2) .container::after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  right: 16px;
  background: url("../img/front-illust02.png") right top no-repeat;
  background-size: contain;
  height: 150px;
  width: 160px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .detail__area:nth-of-type(2) .container::after {
    top: 20px;
    height: 230px;
    width: 230px;
  }
}
.p-frontPage__philosophy .buttom {
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__philosophy .buttom {
    padding: 72px 40px;
  }
}
.p-frontPage__philosophy .buttom a {
  margin: 0 auto;
}
.p-frontPage__facility {
  background: #735F4D;
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__facility {
    padding: 72px 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__facility .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-frontPage__facility .inner .container {
  background: #fff;
  padding: 40px 24px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__facility .inner .container {
    width: 48.2142857143%;
    padding: 56px 32px;
  }
}
.p-frontPage__facility .inner .container:nth-child(2) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__facility .inner .container:nth-child(2) {
    margin-top: 0;
  }
}
.p-frontPage__facility .inner .container h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #D96425;
  text-align: center;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-frontPage__facility .inner .container h3 {
    font-size: 2rem;
  }
}
.p-frontPage__facility .inner .container h3::after {
  content: "";
  display: block;
  width: 2em;
  border-bottom: 1px solid #D96425;
  margin: 0.75em auto 0;
}
@media screen and (min-width: 768px) {
  .p-frontPage__facility .inner .container h3::after {
    margin: 1em auto 0;
  }
}
.p-frontPage__facility .inner .container p {
  line-height: 1.75;
}
.p-frontPage__facility .inner .container .c-buttomType01 {
  margin: 32px auto 0;
}
.p-frontPage__living {
  background: #735F4D;
  padding: 16px 0 16px;
  position: relative;
}
.p-frontPage__living h2 {
  position: absolute;
  background: #F3ECC7;
  color: #D96425;
  font-weight: bold;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  z-index: 40;
  text-align: center;
  top: 0;
  left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.15rem;
}
@media screen and (min-width: 768px) {
  .p-frontPage__living h2 {
    height: 96px;
    width: 96px;
    left: 32px;
    font-size: 1.35rem;
    line-height: 1.25;
  }
}
.p-frontPage__living .c-buttomType01 {
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-frontPage__living .sliderType01 li {
  overflow: hidden;
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__living .sliderType01 li {
    margin: 0 8px;
  }
}
.p-frontPage__topics {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics {
    padding: 72px 0 80px;
    max-width: 1120px;
    margin: 0 auto;
  }
}
.p-frontPage__topics h2 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #925320;
}
@media screen and (min-width: 768px) {
  .p-frontPage .l-indexWrap {
    margin-top: 32px;
  }
}

.p-philosophy__beginning {
  text-align: center;
  padding: 0 16px 56px;
}
.p-philosophy__beginning h3 {
  width: 160px;
  margin: 0 auto;
}
.p-philosophy__beginning ul {
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #925320;
}
@media screen and (min-width: 768px) {
  .p-philosophy__beginning ul {
    margin: 80px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-philosophy__beginning ul li {
  margin: 0.5em 0 0;
}
@media screen and (min-width: 768px) {
  .p-philosophy__beginning ul li {
    margin: 0;
    padding: 0 0.5em;
  }
  .p-philosophy__beginning ul li:not(:last-child) {
    border-right: 1px solid #925320;
  }
}
.p-philosophy__goal {
  padding: 40px 24px;
  background: url("../img/bg03.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-philosophy__goal {
    padding: 80px 24px;
  }
}
.p-philosophy__goal .inner {
  background: #622C0D;
  opacity: 0.8;
  padding: 36px 16px;
}
@media screen and (min-width: 768px) {
  .p-philosophy__goal .inner {
    padding: 80px 72px;
    max-width: 800px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-philosophy__goal .inner h2 {
  color: #FDD763;
  opacity: 1;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-philosophy__goal .inner ul {
    margin-top: 3em;
  }
}
.p-philosophy__goal .inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #eee;
  opacity: 1;
  margin-top: 16px;
}
.p-philosophy__goal .inner ul li:first-child {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-philosophy__goal .inner ul li {
    margin-top: 24px;
    font-size: 1.1rem;
  }
}
.p-philosophy__goal .inner ul li h3 {
  font-size: 1.25rem;
  width: 2em;
  color: #D96425;
  background: #F3ECC7;
  text-align: center;
  font-weight: bold;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-top: 0.25em;
}
.p-philosophy__goal .inner ul li p {
  width: calc(100% - 2em);
  padding-left: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-philosophy__goal .inner ul li p {
    padding-left: 32px;
  }
}
.p-philosophy__greetings .inner {
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .p-philosophy__greetings .inner {
    margin: 80px 0;
  }
}
.p-philosophy__greetings h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #925320;
  margin: 32px 0 32px 16px;
}
.p-philosophy__greetings .text p {
  line-height: 1.75;
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-philosophy__greetings .text p:first-child:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1em;
}
.p-philosophy__greetings .text p:last-child:not(:first-child) {
  margin-top: 1em;
  margin-bottom: 0;
}
.p-philosophy__greetings .text p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-philosophy__greetings .text p {
    line-height: 1.9;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .p-philosophy__greetings .text p:first-child:not(:last-child) {
    margin-top: 0;
    margin-bottom: 1.25em;
  }
  .p-philosophy__greetings .text p:last-child:not(:first-child) {
    margin-top: 1.25em;
    margin-bottom: 0;
  }
  .p-philosophy__greetings .text p:last-child:first-child {
    margin: 0;
  }
}
.p-philosophy__greetings .nameArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
}
.p-philosophy__greetings .nameArea img {
  width: 120px;
}
.p-philosophy__greetings .nameArea .nameBox {
  margin-right: 24px;
}
.p-philosophy__greetings .nameArea .nameBox .name {
  font-size: 1.1rem;
  margin-top: 0.4em;
}
.p-philosophy__greetings .nameArea .nameBox .name span {
  font-size: 0.85rem;
  margin-right: 1em;
}

.p-facility h2 {
  text-align: center;
  font-size: 1.65rem;
}
.p-facility__facility {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-facility__facility {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-facility__facility .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1120px;
    margin: 40px auto 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-facility__facility .intro .mv {
  background: url("../img/gaikan01.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 75%;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-facility__facility .intro .mv {
    width: 48.2142857143%;
    padding-bottom: 30%;
    margin-top: 0;
  }
}
.p-facility__facility .intro .text {
  padding: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-facility__facility .intro .text {
    width: 48.2142857143%;
    padding: 0;
  }
}
.p-facility__facility .imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-facility__facility .imgList {
    max-width: 1120px;
    margin: 24px auto 0;
  }
}
.p-facility__facility .imgList li {
  width: 48.2142857143%;
  margin-top: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-facility__facility .imgList li {
    margin-top: 40px;
    width: 30.9523809524%;
  }
}
.p-facility__facility .imgList li figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  padding: 2px;
  background: rgba(0, 0, 0, 0.4);
}
.p-facility__floorMap {
  padding: 32px 8px 24px;
  background: #F3ECC7;
}
@media screen and (min-width: 768px) {
  .p-facility__floorMap {
    padding: 80px 16px;
  }
}
.p-facility__floorMap img {
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-facility__floorMap img {
    max-width: 960px;
    margin: 32px auto 0;
    display: block;
  }
}
.p-facility__overview {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-facility__overview .companyArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-facility__overview .companyArea .text {
  padding: 40px 32px 40px;
}
@media screen and (min-width: 768px) {
  .p-facility__overview .companyArea .text {
    width: 50%;
    max-width: 560px;
    margin: 0 0 0 auto;
  }
}
.p-facility__overview .companyArea .text .name {
  text-align: center;
  margin-top: 24px;
}
.p-facility__overview .companyArea .text .name div:nth-child(1) {
  font-size: 0.85rem;
}
.p-facility__overview .companyArea .text .name div:nth-child(2) {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-facility__overview .companyArea .text .name div:nth-child(2) span {
  font-size: 1.75rem;
  font-weight: bold;
  margin-left: 0.5em;
}
.p-facility__overview .companyArea .text dl {
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 320px;
}
.p-facility__overview .companyArea .text dl dt,
.p-facility__overview .companyArea .text dl dd {
  border-bottom: 1px solid #e3e3e3;
  padding: 0.5em 0;
}
.p-facility__overview .companyArea .text dl dt:first-of-type,
.p-facility__overview .companyArea .text dl dd:first-of-type {
  border-top: 1px solid #e3e3e3;
}
.p-facility__overview .companyArea .text dl dt {
  width: 4em;
}
.p-facility__overview .companyArea .text dl dd {
  width: calc(100% - 4em);
}
.p-facility__overview .companyArea .map {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-facility__overview .companyArea .map {
    width: 50%;
    padding-bottom: 560px;
  }
}
.p-facility__overview .companyArea .map iframe {
  position: absolute;
}
.p-facility__overview .dataArea .residence {
  padding: 40px 16px;
  background: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .p-facility__overview .dataArea .residence {
    padding: 80px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-facility__overview .dataArea .residence > div {
    max-width: 560px;
    width: 50%;
  }
}
.p-facility__overview .dataArea .residence > div h3 {
  font-size: 1.5em;
  font-weight: bold;
  color: #925320;
}
.p-facility__overview .dataArea .residence > div table {
  margin-top: 12px;
  border: 1px solid #9e9e9e;
  font-size: 0.95rem;
  min-width: 100%;
}
.p-facility__overview .dataArea .residence > div table tr {
  border-bottom: 1px solid #9e9e9e;
}
.p-facility__overview .dataArea .residence > div table tr th,
.p-facility__overview .dataArea .residence > div table tr td {
  padding: 6px 10px;
}
.p-facility__overview .dataArea .residence > div table tr th {
  border-right: 1px solid #9e9e9e;
}
.p-facility__overview .dataArea .residence > div table tr td:not([colspan="2"]) {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-facility__overview .dataArea .residence > div.kotobuki {
    padding-right: 1.6%;
  }
}
.p-facility__overview .dataArea .residence > div.miyabi {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-facility__overview .dataArea .residence > div.miyabi {
    margin-top: 0;
    padding-left: 1.6%;
  }
}
.p-facility__overview .managementei {
  text-align: center;
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .p-facility__overview .managementei {
    padding: 64px 16px;
  }
}
.p-facility__overview .managementei h3 {
  font-size: 1.05rem;
}
.p-facility__overview .managementei .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-facility__overview .managementei .name {
    font-size: 1.75rem;
  }
}
.p-facility__overview .managementei .name span {
  font-size: 1.15rem;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-facility__overview .managementei .name span {
    margin-right: 1em;
  }
}
.p-facility__overview .managementei .address {
  margin-top: 1em;
  font-size: 0.95rem;
  line-height: 1.75;
}

.p-indexPage .headType01 {
  margin: 16px auto 40px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-indexPage .headType01 {
    margin: 32px auto 64px;
  }
}

.p-living .inner {
  padding: 16px;
}
.p-living .entry-content {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (min-width: 504px) {
  .p-living .entry-content {
    padding-bottom: 72px;
  }
}

.p-admissions .inner {
  padding: 16px 16px 40px;
}
.p-admissions h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-admissions h2 {
    margin: 2em 0;
  }
}
.p-admissions__service {
  padding: 32px 0;
}
.p-admissions__service ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-admissions__service ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1em;
  }
}
.p-admissions__service ul li div:first-child {
  margin: 1.5em 0 0.5em;
  font-size: 1.1rem;
  font-weight: bold;
  color: #925320;
}
@media screen and (min-width: 768px) {
  .p-admissions__service ul li div:first-child {
    width: 180px;
    margin: 0;
  }
}
.p-admissions__service ul li div:nth-child(2) {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-admissions__service ul li div:nth-child(2) {
    width: calc(100% - 180px);
  }
}
.p-admissions__flow {
  padding: 32px 16px;
}
.p-admissions__flow img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 48px auto 0;
  width: 200px;
}
.p-admissions__flow img.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-admissions__flow img.pc {
    display: inherit;
  }
}
@media screen and (min-width: 768px) {
  .p-admissions__flow img {
    width: 90%;
    max-width: 800px;
  }
}
.p-admissions__faq {
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .p-admissions__faq ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.p-admissions__faq ul li {
  margin: 2.75em 0;
  line-height: 1.6;
}
.p-admissions__faq ul li .question,
.p-admissions__faq ul li .answer {
  padding-left: 2.4em;
  margin: 0.5em 0;
  position: relative;
  margin: 1em 0;
}
.p-admissions__faq ul li .question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #735F4D;
  width: 1.8em;
  height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.p-admissions__faq ul li .answer::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  background: #FDD763;
  width: 1.8em;
  height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.wpcf7 {
  max-width: 800px;
  margin: 0 auto;
}
.wpcf7 .cf-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0;
  border-bottom: 1px dashed #888;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7 .cf-area:last-child {
  border-bottom: none;
}
.wpcf7 .cf-area dt {
  width: 200px;
  padding-right: 30px;
  text-align: right;
  line-height: 1.5em;
}
.wpcf7 .cf-area dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wpcf7 .cf-area input,
.wpcf7 .cf-area textarea {
  width: 100%;
  padding: 0.8em;
  border: none;
  font-size: 16px;
  resize: vertical;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.wpcf7 .cf-area input:focus,
.wpcf7 .cf-area textarea:focus {
  outline: none;
  background: #eee;
}
.wpcf7 .cf-area input[type=radio],
.wpcf7 .cf-area input[type=checkbox] {
  width: auto;
}
@media screen and (max-width: 768px) {
  .wpcf7 .cf-area {
    display: block;
  }
  .wpcf7 .cf-area dt {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
    line-height: 1.5em;
  }
}
.wpcf7 .cf-required {
  background: #999;
  color: #fff;
  font-size: 0.8em;
  padding: 0 5px 2px;
  border-radius: 2px;
}
.wpcf7 .cf-send input {
  text-align: center;
  display: block;
  margin: 56px auto 32px;
  width: 220px;
  color: #fff;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 16px;
  background: #FDD763;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.03, 1.01, 0.67, 1.96);
          transition-timing-function: cubic-bezier(0.03, 1.01, 0.67, 1.96);
}
.wpcf7 .cf-send input:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wpcf7 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fce3e3;
  border: none;
  text-align: center;
}

#wpcf7cpcnf > table {
  width: 100%;
}
#wpcf7cpcnf > table > tr > td {
  border-bottom: 1px solid #999;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  min-height: 2em;
  display: block;
}

.wpcf7cp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wpcf7cp-btns button {
  text-align: center;
  display: block;
  margin: 56px 8px 32px;
  width: 220px;
  color: #fff;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 8px;
  background: #FDD763;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.03, 1.01, 0.67, 1.96);
          transition-timing-function: cubic-bezier(0.03, 1.01, 0.67, 1.96);
}
@media screen and (min-width: 504px) {
  .wpcf7cp-btns button {
    margin: 56px 24px 32px;
    padding: 10px 16px;
  }
}
.wpcf7cp-btns button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.u-widthFit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=style.css.map */