@charset "UTF-8";
/* MW WP FORM */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Shippori+Mincho:wght@400;600&display=swap");
@import url("https://use.typekit.net/hqs8yrc.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
.js-scroll {
  opacity: 0;
  margin-top: 50px;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease; }
  .js-scroll.fade_on {
    margin-top: 0;
    opacity: 1; }

.js-scroll2 {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s ease, opacity 1s ease; }
  .js-scroll2.fade_on {
    transform: translateY(0);
    opacity: 1; }

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed; }

#js-fade {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 999;
  opacity: 1;
  transition: opacity .5s ease; }
  #js-fade.on {
    opacity: 0;
    pointer-events: none; }

/* A Modern CSS Reset */
/*! destyle.css v2.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.
 */
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;
  line-height: 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;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 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; }

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.l-header {
  position: relative;
  z-index: 999; }
  .l-header__logo {
    position: absolute;
    left: 20px;
    top: 20px; }
    .l-header__logo img {
      height: 90px; }
    @media screen and (min-width: 960px) {
      .l-header__logo {
        left: 40px;
        top: 40px; }
        .l-header__logo img {
          height: 120px; } }
  .l-header__menubtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }

.l-footer__logo {
  padding-top: 100px;
  text-align: center; }
  .l-footer__logo img {
    width: 200px; }
  @media screen and (max-width: 767px) {
    .l-footer__logo img {
      width: 140px; } }
.l-footer__contents p {
  margin: 30px 0;
  text-align: center;
  font: normal 14px/2 YakuHanMP, "Shippori Mincho", serif;
  letter-spacing: .2em; }
.l-footer__btns {
  text-align: center; }
  .l-footer__btns .c-btn a, .l-footer__btns .c-btn--white a, .l-footer__btns .c-btn--ac a {
    position: relative;
    justify-content: center;
    height: 50px;
    border-radius: 25px; }
    .l-footer__btns .c-btn a img, .l-footer__btns .c-btn--white a img, .l-footer__btns .c-btn--ac a img {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%); }
  .l-footer__btns .c-btn--white a {
    position: relative;
    justify-content: center;
    border: 1px solid #B9404F;
    height: 50px;
    border-radius: 25px; }
    .l-footer__btns .c-btn--white a img {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%); }
.l-footer__copyright {
  padding: 100px 0 20px; }
  .l-footer__copyright p {
    text-align: center;
    font: normal 10px/1 YakuHanMP, "Shippori Mincho", serif; }

.c-feature {
  padding: 40px 30px;
  border: 1px solid #ddd; }
  @media screen and (max-width: 959px) {
    .c-feature {
      display: flex;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      padding: 20px 30px; } }
  .c-feature__thumb {
    text-align: center; }
    .c-feature__thumb img {
      height: 80px; }
    @media screen and (max-width: 959px) {
      .c-feature__thumb {
        width: 100px;
        display: flex;
        align-items: center;
        padding-left: 20px; }
        .c-feature__thumb img {
          max-height: 50px;
          max-width: 50px; } }
  .c-feature__title {
    font: bold 18px/1 YakuHanMP, "Shippori Mincho", serif;
    margin: 30px 0 20px;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .c-feature__title {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 15px;
        text-align: left; } }
  .c-feature__contents {
    font: normal 14px/2 YakuHanMP, "Shippori Mincho", serif; }
    @media screen and (max-width: 959px) {
      .c-feature__contents {
        font-size: 12px; } }
  @media screen and (max-width: 959px) {
    .c-feature__box {
      width: calc(100% - 100px); } }

/*
<div class="c-menubtn"><span></span><span></span><span></span></div>
 */
.c-menubtn {
  position: fixed;
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 10px;
  background: white;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: background-color 0.5s ease; }
  @media screen and (min-width: 960px) {
    .c-menubtn {
      width: 120px;
      height: 120px;
      border-radius: 0 0 0 20px; } }
  .c-menubtn div {
    position: relative;
    width: 30px;
    height: 30px; }
    @media screen and (min-width: 960px) {
      .c-menubtn div {
        width: 45px;
        height: 45px; } }
    .c-menubtn div p {
      position: absolute;
      bottom: 0;
      font: normal 16px/1 "Lato", sans-serif;
      letter-spacing: .15em;
      color: #A99688;
      transition: color 0.5s ease; }
      @media screen and (max-width: 959px) {
        .c-menubtn div p {
          font-size: 10px;
          letter-spacing: .19em; } }
  .c-menubtn span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #A99688;
    border-radius: 0px;
    display: inline-block;
    transition: transform 0.5s ease;
    box-sizing: border-box; }
    .c-menubtn span:nth-last-of-type(1) {
      top: 0; }
    .c-menubtn span:nth-last-of-type(2) {
      top: 10px; }
    .c-menubtn span:nth-last-of-type(3) {
      top: 20px; }
    @media screen and (max-width: 959px) {
      .c-menubtn span:nth-last-of-type(1) {
        top: 0; }
      .c-menubtn span:nth-last-of-type(2) {
        top: 7px; }
      .c-menubtn span:nth-last-of-type(3) {
        top: 14px; } }
  .c-menubtn.on {
    background-color: #A99688; }
    .c-menubtn.on p {
      color: white; }
    .c-menubtn.on span {
      background: white;
      height: 1px; }
      .c-menubtn.on span:nth-last-of-type(1) {
        transform: translateY(10px) rotate(-45deg); }
      .c-menubtn.on span:nth-last-of-type(2) {
        opacity: 0; }
      .c-menubtn.on span:nth-last-of-type(3) {
        transform: translateY(-10px) rotate(45deg); }
      @media screen and (max-width: 959px) {
        .c-menubtn.on span:nth-last-of-type(1) {
          transform: translateY(7px) rotate(-45deg); }
        .c-menubtn.on span:nth-last-of-type(2) {
          opacity: 0; }
        .c-menubtn.on span:nth-last-of-type(3) {
          transform: translateY(-7px) rotate(45deg); } }

.c-color {
  display: block;
  width: 10px;
  height: 10px; }

.c-btn a, .c-btn--white a, .c-btn--ac a {
  position: relative;
  display: inline-flex;
  width: 100%;
  padding: 0 15px;
  max-width: 350px;
  height: 40px;
  border-radius: 20px;
  align-items: center;
  text-align: center;
  background: #B9404F;
  color: white;
  font: normal 14px/1 YakuHanMP, "Shippori Mincho", serif;
  letter-spacing: .06em;
  transition: opacity .3s ease; }
  .c-btn a:hover, .c-btn--white a:hover, .c-btn--ac a:hover {
    opacity: 0.6; }
  .c-btn a .c-btn__arrow, .c-btn--white a .c-btn__arrow, .c-btn--ac a .c-btn__arrow {
    width: 6px; }
  .c-btn a img, .c-btn--white a img, .c-btn--ac a img {
    width: 6.8px;
    margin-left: 5px;
    padding-top: 2px; }
  @media screen and (min-width: 960px) {
    .c-btn a, .c-btn--white a, .c-btn--ac a {
      height: 60px;
      border-radius: 30px;
      font-size: 16px; } }
.c-btn--white a {
  color: #B9404F;
  background: white; }
.c-btn--ac a {
  color: white;
  background: #A99688; }
.c-btns {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .c-btns .c-btn, .c-btns .c-btn--white, .c-btns .c-btn--ac {
    width: calc(50% - 5px); }
    .c-btns .c-btn a, .c-btns .c-btn--white a, .c-btns .c-btn--ac a {
      justify-content: center; }
  .c-btns--center {
    justify-content: center; }

.c-img img, .c-img--flow img, .c-img--center img, .c-img--right img {
  max-width: 100%;
  vertical-align: bottom; }
.c-img--flow {
  border: 1px solid #ddd;
  max-width: 1002px;
  margin: 0 auto; }
.c-img--center {
  text-align: center; }
.c-img--right {
  text-align: right; }
.c-img.box-shadow, .box-shadow.c-img--flow, .box-shadow.c-img--center, .box-shadow.c-img--right,
.c-img .box-shadow,
.c-img--flow .box-shadow,
.c-img--center .box-shadow,
.c-img--right .box-shadow {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15); }
.c-img.w500, .w500.c-img--flow, .w500.c-img--center, .w500.c-img--right {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.c-box {
  /* 各種横幅の中央ぞろえブロック */ }
  .c-box--w100 {
    max-width: 160px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w200 {
    max-width: 260px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w300 {
    max-width: 360px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w400 {
    max-width: 460px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w500 {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w600 {
    max-width: 660px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w700 {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w800 {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w900 {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w1000 {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px; }

.c-youtube {
  position: relative;
  width: 100%;
  height: 374px;
  overflow: hidden; }
  .c-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 900px) {
    .c-youtube {
      height: 0;
      padding-bottom: 56.5%; } }

.c-link:hover {
  opacity: .6; }

.c-tel a, .c-tel--white a {
  font: normal 40px/1 "Lato", sans-serif;
  letter-spacing: .05em;
  color: #000000; }
  .c-tel a span, .c-tel--white a span {
    font-size: 0.5em; }
  .c-tel a:hover, .c-tel--white a:hover {
    opacity: 0.6; }
  @media screen and (max-width: 959px) {
    .c-tel a, .c-tel--white a {
      font-size: 30px; } }
.c-tel--white a {
  color: white; }

.c-table, .c-table--long {
  width: 100%; }
  .c-table tr, .c-table--long tr {
    border-top: 1px solid #f1f2f1; }
    .c-table tr th, .c-table--long tr th {
      width: 150px;
      padding: 20px 0 20px 20px;
      font: bold 14px/1.6 YakuHanMP, "Shippori Mincho", serif; }
      @media screen and (max-width: 959px) {
        .c-table tr th, .c-table--long tr th {
          width: 120px;
          text-align: left; } }
    .c-table tr td, .c-table--long tr td {
      font: normal 14px/1.6 YakuHanMP, "Shippori Mincho", serif;
      padding: 20px;
      color: #333; }
    .c-table tr:nth-child(odd), .c-table--long tr:nth-child(odd) {
      background: #fafafa; }
    .c-table tr:last-child, .c-table--long tr:last-child {
      border-bottom: 1px solid #f1f2f1; }
  .c-table thead tr, .c-table--long thead tr {
    background: #f1f2f1 !important; }
  @media screen and (max-width: 959px) {
    .c-table--long {
      width: calc(100% + 60px);
      margin-left: -30px;
      table-layout: fixed; }
      .c-table--long th, .c-table--long td {
        vertical-align: middle; }
      .c-table--long thead tr {
        background: #f1f2f1 !important; }
        .c-table--long thead tr th {
          padding: 20px 10px;
          letter-spacing: -1px;
          border-left: 1px solid #fafafa; }
        .c-table--long thead tr th:nth-child(1) {
          width: auto;
          padding: 20px;
          letter-spacing: 0.08em;
          border: none; }
        .c-table--long thead tr th:nth-child(2) {
          width: 86px; }
        .c-table--long thead tr th:nth-child(3) {
          width: 72px; }
        .c-table--long thead tr th:nth-child(4) {
          width: 72px; }
      .c-table--long tbody td {
        padding: 20px 10px;
        border-left: 1px solid #f1f2f1; } }
  .c-table--daily tr th {
    width: 70px; }
  .c-table--daily tr td h4 {
    color: #B9404F;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px; }
  .c-table--daily tr td h3 {
    display: inline-block;
    background: #A99688;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font: normal 14px/1 YakuHanMP, "Shippori Mincho", serif;
    letter-spacing: .12em; }
    .c-table--daily tr td h3 + h3 {
      margin-left: 10px; }
    @media screen and (max-width: 959px) {
      .c-table--daily tr td h3 + h3 {
        margin-top: 10px;
        margin-left: 0; } }
  .c-table--daily tr td p strong {
    font-weight: 900; }

.c-policy__header {
  padding: 0 20px; }
  .c-policy__header h2, .c-policy__header h3, .c-policy__header h4 {
    font: normal 24px/1.6 YakuHanMP, "Shippori Mincho", serif;
    letter-spacing: .1em;
    color: #B9404F; }
    @media screen and (max-width: 959px) {
      .c-policy__header h2, .c-policy__header h3, .c-policy__header h4 {
        font-size: 18px; } }
  .c-policy__header + .c-policy__main {
    margin-top: 10px; }
.c-policy__main {
  padding: 0 20px; }
  .c-policy__main p {
    padding-left: 10px;
    font: normal 14px/2 YakuHanMP, "Shippori Mincho", serif !important; }
.c-policy--colored {
  background: #fafafa; }

.c-anchor {
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(4, 1fr); }
  .c-anchor li a {
    display: block;
    padding: 20px;
    text-align: center;
    border: 1px solid #e5e7e5;
    font: normal 14px/1 YakuHanMP, "Shippori Mincho", serif;
    letter-spacing: .08em;
    transition: background-color .15s ease; }
    .c-anchor li a:hover {
      background: #fafafa; }
  @media screen and (max-width: 959px) {
    .c-anchor {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 10px; }
      .c-anchor li a {
        font-size: 13px;
        padding: 20px 10px; } }

.c-list li, .c-list--check li {
  position: relative;
  padding-left: 1em;
  font: normal 16px/1.6 YakuHanMP, "Shippori Mincho", serif;
  letter-spacing: .08em; }
  .c-list li + .c-list li, .c-list--check li + .c-list li, .c-list li + .c-list--check li, .c-list--check li + .c-list--check li {
    margin-top: 10px; }
  .c-list li:last-child, .c-list--check li:last-child {
    margin-bottom: 0; }
  .c-list li:before, .c-list--check li:before {
    position: absolute;
    display: block;
    content: '';
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 100%; }
@media screen and (max-width: 959px) {
  .c-list li, .c-list--check li {
    font-size: 14px; }
    .c-list li:before, .c-list--check li:before {
      top: 9px; } }
.c-list--check li {
  padding-left: 0;
  font-size: 14px; }
  .c-list--check li:before {
    content: none; }
  .c-list--check li img {
    width: 18px;
    margin-right: 5px;
    vertical-align: -4px; }
  .c-list--check li + li {
    margin-top: 5px; }

.c-flow {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #e5e7e5; }
  @media screen and (max-width: 959px) {
    .c-flow {
      position: relative; } }
  .c-flow__num span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B9404F;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font: normal 35px/1 "Lato", sans-serif;
    letter-spacing: .08em;
    color: white; }
    @media screen and (max-width: 959px) {
      .c-flow__num span {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        font-size: 20px;
        background: #B9404F; } }
  .c-flow__main {
    padding-left: 30px;
    width: calc(100% - 100px); }
    @media screen and (max-width: 959px) {
      .c-flow__main {
        padding-left: 20px;
        width: calc(100% - 40px); } }
    .c-flow__main h3 {
      font: normal 24px/1 YakuHanMP, "Shippori Mincho", serif;
      letter-spacing: .08em;
      margin-bottom: 10px; }
      @media screen and (max-width: 959px) {
        .c-flow__main h3 {
          font-size: 20px; } }
    .c-flow__main p {
      font: normal 14px/2 YakuHanMP, "Shippori Mincho", serif; }
      @media screen and (max-width: 959px) {
        .c-flow__main p br {
          display: none; } }
    .c-flow__main .p-cv__flex {
      width: 100%;
      padding: 20px;
      background: #fafafa; }
      @media screen and (max-width: 959px) {
        .c-flow__main .p-cv__flex .c-tel a, .c-flow__main .p-cv__flex .c-tel--white a {
          font-size: 24px; } }
  .c-flow:last-child {
    border-bottom: 1px solid #e5e7e5; }

.p-map__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 300px; }
  .p-map__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 960px) {
    .p-map__inner {
      padding-top: 500px; } }

.p-dropmenu {
  display: flex; }
  .p-dropmenu > li {
    position: relative; }
    .p-dropmenu > li h3, .p-dropmenu > li a {
      font: normal 14px/1 YakuHanMP, "Shippori Mincho", serif;
      letter-spacing: 0.08em; }
    .p-dropmenu > li h3 {
      cursor: default; }
    .p-dropmenu > li > h3 > a:hover {
      opacity: .6; }
    .p-dropmenu > li + li {
      margin-left: 40px; }
    .p-dropmenu > li.c-menubtn {
      margin-left: 50px; }
  .p-dropmenu__child {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: max-content;
    position: absolute;
    top: 7px;
    left: -20px;
    padding: 0 20px 20px;
    transition: top .3s ease, opacity .3s ease;
    background: white; }
    .p-dropmenu__child > li {
      padding-top: 10px; }
      .p-dropmenu__child > li:nth-child(1) {
        padding-top: 20px; }
      .p-dropmenu__child > li a {
        text-decoration: underline; }
        .p-dropmenu__child > li a:hover {
          opacity: .6; }
  .p-dropmenu > li:hover .p-dropmenu__child {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    top: 14px; }
  .p-dropmenu.on > li h3, .p-dropmenu.on > li a {
    display: none; }
  .p-dropmenu.on .p-dropmenu__child > li > a {
    display: none; }
  @media screen and (max-width: 959px) {
    .p-dropmenu > li h3, .p-dropmenu > li a {
      display: none; } }

.p-exmenu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease; }
  .p-exmenu.on {
    opacity: 1;
    pointer-events: all; }
  .p-exmenu__wrapper {
    display: flex;
    position: relative;
    padding: 100px;
    justify-content: center;
    align-items: center;
    height: 100%; }
    @media screen and (max-width: 959px) {
      .p-exmenu__wrapper {
        flex-wrap: wrap;
        padding: 30px; } }
  .p-exmenu__logo {
    padding-right: 100px; }
    .p-exmenu__logo img {
      width: 150px; }
    @media screen and (max-width: 959px) {
      .p-exmenu__logo {
        width: 100%;
        text-align: center;
        padding-right: 0; } }
  .p-exmenu__sitemap {
    position: relative;
    display: flex; }
    @media screen and (max-width: 959px) {
      .p-exmenu__sitemap {
        width: 100%;
        justify-content: space-between;
        max-width: 500px;
        margin: 0 auto; } }
    .p-exmenu__sitemap h3 {
      font: normal 22px/1 YakuHanMP, "Shippori Mincho", serif;
      letter-spacing: .2em;
      margin-bottom: 15px; }
      .p-exmenu__sitemap h3.small {
        font-size: 16px;
        margin-bottom: 0; }
        .p-exmenu__sitemap h3.small a {
          transition: opacity .3s ease; }
          .p-exmenu__sitemap h3.small a:hover {
            opacity: .3; }
      @media screen and (max-width: 959px) {
        .p-exmenu__sitemap h3 {
          margin-bottom: 10px;
          letter-spacing: 0;
          font-size: 18px; }
          .p-exmenu__sitemap h3.small {
            font-size: 14px; } }
    .p-exmenu__sitemap > ul > li {
      position: relative; }
      .p-exmenu__sitemap > ul > li > ul > li a {
        position: relative;
        padding-left: 10px;
        font: normal 14px/2 YakuHanMP, "Shippori Mincho", serif;
        letter-spacing: .2em;
        color: #333333;
        transition: opacity .3s ease; }
        .p-exmenu__sitemap > ul > li > ul > li a:hover {
          opacity: .3; }
        @media screen and (max-width: 959px) {
          .p-exmenu__sitemap > ul > li > ul > li a {
            font-size: 12px;
            letter-spacing: 0; } }
      .p-exmenu__sitemap > ul > li.small {
        margin-top: 20px; }
        @media screen and (max-width: 959px) {
          .p-exmenu__sitemap > ul > li.small {
            margin-top: 15px; } }
        .p-exmenu__sitemap > ul > li.small .c-btn a, .p-exmenu__sitemap > ul > li.small .c-btn--white a, .p-exmenu__sitemap > ul > li.small .c-btn--ac a {
          justify-content: center; }
      .p-exmenu__sitemap > ul > li + li {
        margin-top: 30px; }
        @media screen and (max-width: 959px) {
          .p-exmenu__sitemap > ul > li + li {
            margin-top: 15px; } }
      .p-exmenu__sitemap > ul > li.upborder {
        position: relative;
        padding-top: 30px;
        margin-top: 30px; }
        .p-exmenu__sitemap > ul > li.upborder:before {
          content: "";
          display: block;
          position: absolute;
          height: 1px;
          width: 40px;
          background: #333333;
          top: 0;
          left: 0;
          opacity: .2; }
        @media screen and (max-width: 959px) {
          .p-exmenu__sitemap > ul > li.upborder {
            padding-top: 20px;
            margin-top: 15px; } }
    .p-exmenu__sitemap > ul + ul {
      margin-left: 50px;
      margin-top: 12px; }
      @media screen and (max-width: 959px) {
        .p-exmenu__sitemap > ul + ul {
          margin-left: 20px;
          margin-top: 0; } }

.p-mv {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .p-mv__catchphrase {
      position: absolute;
      left: 50%;
      top: calc(50% + 150px);
      transform: translate(-50%, -50%);
      top: 72%;
      z-index: 2; }
      .p-mv__catchphrase img {
        width: 150px; } }
  @media screen and (max-width: 767px) {
    .p-mv__catchphrase {
      position: relative;
      text-align: center;
      margin-bottom: 50px; } }
  .p-mv__bkslider {
    height: 100%; }
    .p-mv__bkslider .slick-list {
      height: 100%; }
    .p-mv__bkslider .slick-track {
      height: 100%; }
  .p-mv__bkslide {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .p-mv__bkslide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      vertical-align: top; }
@keyframes zoomUp {
  0% {
    transform: scale(1.05); }
  100% {
    transform: scale(1);
    /* 拡大率 */ } }
@keyframes zoomUpSP {
  0% {
    transform: scale(1.15); }
  100% {
    transform: scale(1);
    /* 拡大率 */ } }
    .p-mv__bkslide.add-animation {
      animation: zoomUp 10s linear 0s normal both; }
      @media screen and (max-width: 959px) {
        .p-mv__bkslide.add-animation {
          animation: zoomUpSP 10s linear 0s normal both; } }
  .p-mv__news {
    z-index: 2; }
    .p-mv__news a h3 {
      text-decoration: underline; }
    .p-mv__news a p, .p-mv__news a h3 {
      color: white;
      font: bold 14px/1.6 YakuHanMP, "Shippori Mincho", serif;
      letter-spacing: .08em; }
      .p-mv__news a p.date, .p-mv__news a h3.date {
        font-weight: normal;
        font-size: 12px;
        letter-spacing: .12em; }
    .p-mv__news a:hover {
      opacity: .8; }
    @media screen and (max-width: 767px) {
      .p-mv__news {
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .p-mv__news {
        position: absolute;
        bottom: 40px;
        left: 40px; } }
  .p-mv__btns {
    display: flex;
    z-index: 2; }
    .p-mv__btns .c-btn, .p-mv__btns .c-btn--white, .p-mv__btns .c-btn--ac {
      font-size: 12px; }
      .p-mv__btns .c-btn a, .p-mv__btns .c-btn--white a, .p-mv__btns .c-btn--ac a {
        padding: 0 30px; }
      .p-mv__btns .c-btn + .c-btn, .p-mv__btns .c-btn--white + .c-btn, .p-mv__btns .c-btn--ac + .c-btn, .p-mv__btns .c-btn + .c-btn--white, .p-mv__btns .c-btn--white + .c-btn--white, .p-mv__btns .c-btn--ac + .c-btn--white, .p-mv__btns .c-btn + .c-btn--ac, .p-mv__btns .c-btn--white + .c-btn--ac, .p-mv__btns .c-btn--ac + .c-btn--ac {
        margin-left: 20px; }
    @media screen and (max-width: 767px) {
      .p-mv__btns .c-btn, .p-mv__btns .c-btn--white, .p-mv__btns .c-btn--ac {
        width: calc(50% - 5px); }
        .p-mv__btns .c-btn a, .p-mv__btns .c-btn--white a, .p-mv__btns .c-btn--ac a {
          padding: 0 20px;
          letter-spacing: 0;
          justify-content: center; }
        .p-mv__btns .c-btn + .c-btn, .p-mv__btns .c-btn--white + .c-btn, .p-mv__btns .c-btn--ac + .c-btn, .p-mv__btns .c-btn + .c-btn--white, .p-mv__btns .c-btn--white + .c-btn--white, .p-mv__btns .c-btn--ac + .c-btn--white, .p-mv__btns .c-btn + .c-btn--ac, .p-mv__btns .c-btn--white + .c-btn--ac, .p-mv__btns .c-btn--ac + .c-btn--ac {
          margin-left: 10px; } }
    @media screen and (min-width: 768px) {
      .p-mv__btns {
        position: absolute;
        bottom: 40px;
        right: 40px; } }
  @media screen and (max-width: 767px) {
    .p-mv__contents {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      padding: 30px;
      z-index: 2; } }
  .p-mv:before, .p-mv:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    height: 220px;
    width: 100%;
    background-image: url(/asset/images/index/grad.png);
    background-size: contain;
    background-repeat: repeat-x; }
  .p-mv:after {
    top: auto;
    bottom: 0;
    transform: rotate(180deg); }

.p-article__inner {
  max-width: 1560px;
  padding: 0 30px;
  margin: 0 auto;
  width: 90%; }
  @media screen and (max-width: 959px) {
    .p-article__inner {
      width: 100%; } }
  .p-article__inner--w800 {
    padding: 0 30px;
    max-width: 860px;
    margin: 0 auto; }
  .p-article__inner--w1000 {
    padding: 0 30px;
    max-width: 1000px;
    margin: 0 auto; }
.p-article__intro p {
  font: normal 16px/2 YakuHanMP, "Shippori Mincho", serif;
  letter-spacing: .12em; }
  .p-article__intro p.center {
    text-align: center; }
  .p-article__intro p.large {
    font-size: 20px; }
  .p-article__intro p + p {
    margin-top: 20px; }
@media screen and (max-width: 959px) {
  .p-article__main .p-heading01, .p-article__main .p-heading01--spenbtm, .p-article__main .p-heading01--sp2row {
    margin-bottom: 30px; } }
.p-article__main p {
  font: normal 14px/2 YakuHanMP, "Shippori Mincho", serif;
  letter-spacing: .12em; }
  .p-article__main p + p {
    margin-top: 15px; }
  .p-article__main p a {
    color: #1558d6;
    text-decoration: underline; }
@media screen and (max-width: 959px) {
  .p-article__main + .p-article__main {
    margin-top: 30px; } }
.p-article__bt {
  border-top: 1px solid #ddd; }
.p-article__img img {
  border-radius: 30px; }
  @media screen and (max-width: 959px) {
    .p-article__img img {
      border-radius: 10px; } }
.p-article__img p {
  margin-top: 10px;
  font: normal 14px/2 YakuHanMP, "Shippori Mincho", serif;
  letter-spacing: .12em; }

.p-cv {
  position: relative;
  padding: 80px 0;
  background: #f1f2f1; }
  .p-cv p {
    font: normal 30px/1 YakuHanMP, "Shippori Mincho", serif;
    color: black;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 959px) {
      .p-cv p {
        font-size: 24px;
        margin-bottom: 30px; } }
  .p-cv__flex {
    display: flex;
    justify-content: center;
    align-items: center; }
    .p-cv__flex .c-tel, .p-cv__flex .c-tel--white {
      margin-right: 40px; }
      @media screen and (max-width: 959px) {
        .p-cv__flex .c-tel, .p-cv__flex .c-tel--white {
          margin-right: 10px; } }
    .p-cv__flex .c-btn, .p-cv__flex .c-btn--white, .p-cv__flex .c-btn--ac {
      width: 350px; }
    @media screen and (max-width: 959px) {
      .p-cv__flex {
        flex-wrap: wrap; }
        .p-cv__flex .c-btn, .p-cv__flex .c-btn--white, .p-cv__flex .c-btn--ac {
          margin-top: 20px; } }

.p-history {
  padding-bottom: 150px; }
  @media screen and (max-width: 959px) {
    .p-history {
      padding-bottom: 75px; } }
  .p-history__intro {
    padding: 100px 30px 0; }
    @media screen and (max-width: 959px) {
      .p-history__intro {
        padding-top: 75px;
        padding-left: 10px;
        padding-right: 10px; } }
    .p-history__intro p {
      font: normal 16px/2 YakuHanMP, "Shippori Mincho", serif;
      letter-spacing: .2em;
      text-align: center; }
  .p-history .historyBody p {
    font: normal 14px/2 YakuHanMP, "Shippori Mincho", serif; }
  @media screen and (min-width: 960px) {
    .p-history .historyBody .mt100pc {
      margin-top: 100px !important; } }
  .p-history .historyBody .img img {
    max-width: 100%; }
  .p-history .historyBody {
    clear: both;
    margin: 50px auto;
    width: 1024px;
    position: relative;
    padding-bottom: 30px; }
  .p-history .historyBody::after {
    content: '';
    display: block;
    clear: both; }
  .p-history .historyBody::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #ddd;
    left: 50%;
    top: 0;
    margin-left: 0;
    position: absolute; }
  .p-history .historyBody div.title {
    text-align: center;
    clear: both; }
  .p-history .historyBody dl {
    width: 470px;
    margin-top: 50px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
  @media screen and (min-width: 768px) {
    .p-history .historyBody dl.offset20 {
      margin-top: 70px; } }
  .p-history .historyBody dl dt {
    width: 130px;
    padding: 5px 15px;
    font-size: 24px;
    font-family: YakuHanMP, "Shippori Mincho", serif;
    text-align: right;
    color: #A99688;
    border-right: 2px #f8f8f8 solid;
    line-height: 1.4; }
  .p-history .historyBody dl dt small {
    display: block;
    text-align: left;
    font-size: 13px; }
  .p-history .historyBody dl dd {
    width: 340px;
    padding: 5px 15px; }
  .p-history .historyBody dl dt:nth-of-type(1),
  .p-history .historyBody dl dd:nth-of-type(1) {
    padding-top: 15px; }
  .p-history .historyBody dl dt:nth-last-of-type(1),
  .p-history .historyBody dl dd:nth-last-of-type(1) {
    padding-bottom: 15px; }
  .p-history .historyBody dl.lt {
    float: left;
    clear: left; }
  .p-history .historyBody dl.rt {
    float: right; }
  .p-history .historyBody dl.rt.clearR {
    clear: right; }
  .p-history .historyBody dl dd figure {
    margin: 10px auto; }
  .p-history .historyBody dl dd figure + figure {
    margin: 20px auto 10px; }
  .p-history .historyBody dl dd figcaption {
    font-size: 12px;
    padding-top: 3px; }
  .p-history .historyBody dl dd figure img {
    display: block; }
  .p-history .historyBody dl dd figure.flat {
    margin: 0;
    display: flex;
    justify-content: space-around; }
  .p-history .historyBody dl dd figure.flat img {
    order: 2; }
  .p-history .historyBody dl dd figure.flat figcaption {
    padding: 60px 0 0;
    order: 1; }
  .p-history .historyBody dl.rt.first {
    margin-top: 100px; }
  .p-history .historyBody dl::before {
    content: '';
    display: block;
    height: 2px;
    width: 40px;
    background: #A99688;
    position: absolute;
    top: 25px;
    z-index: 2; }
  .p-history .historyBody dl.lt::before {
    right: -40px; }
  .p-history .historyBody dl.rt::before {
    left: -40px;
    top: 18px; }
  .p-history .historyBody dl::after {
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    background: #A99688;
    position: absolute;
    top: 20px;
    border-radius: 50%;
    border: 2px #fff solid;
    z-index: 1; }
  .p-history .historyBody dl.rt::after {
    left: -47px;
    top: 13px; }
  .p-history .historyBody dl.lt::after {
    right: -49px; }
  @media screen and (max-width: 959px) {
    .p-history .historyBody {
      margin: 24px auto 34px;
      width: 100%;
      position: relative;
      padding-bottom: 0px; }
    .p-history .historyBody::after {
      display: none; }
    .p-history .historyBody::before {
      display: none; }
    .p-history .historyBody div.title {
      text-align: center; }
    .p-history .historyBody dl {
      width: 100%;
      margin-top: 30px;
      display: block;
      position: relative; }
    .p-history .historyBody dl dt {
      width: 100%;
      padding: 15px 0px 15px 13px;
      font-size: 17px;
      text-align: left;
      border-right: 0;
      line-height: 1; }
    .p-history .historyBody dl dt:nth-of-type(1) {
      border-bottom: 4px #f8f8f8 solid; }
    .p-history .historyBody dl dt small {
      display: inline;
      font-size: 12px; }
    .p-history .historyBody dl dd {
      width: 100%;
      padding: 5px 15px; }
    .p-history .historyBody dl dt:nth-of-type(1),
    .p-history .historyBody dl dd:nth-of-type(1) {
      padding-top: 12px; }
    .p-history .historyBody dl dt:nth-last-of-type(1),
    .p-history .historyBody dl dd:nth-last-of-type(1) {
      padding-bottom: 15px; }
    .p-history .historyBody dl dd figure {
      text-align: center; }
    .p-history .historyBody dl dd figure figcaption {
      margin-top: 5px; }
    .p-history .historyBody dl.lt {
      float: none;
      clear: none;
      position: static; }
    .p-history .historyBody dl.rt {
      float: none; }
    .p-history .historyBody dl dd figure img {
      display: block;
      margin: 0 auto; }
    .p-history .historyBody dl.brand dd figure {
      margin: 0;
      display: flex;
      justify-content: space-around; }
    .p-history .historyBody dl.brand dd figure img {
      order: 2; }
    .p-history .historyBody dl.brand dd figcaption {
      font-size: 12px;
      padding: 59px 0 69px;
      order: 1; }
    .p-history .historyBody dl.brand dd figcaption em {
      font-size: 17px;
      color: #A99688; }
    .p-history .historyBody dl.rt.first {
      margin-top: 30px; }
    .p-history .historyBody dl::before {
      display: none; }
    .p-history .historyBody dl::after {
      display: none; } }

.p-list-works__item a:hover {
  opacity: .6; }
.p-list-works__item .thumbnail {
  margin-bottom: 20px; }
  @media screen and (max-width: 959px) {
    .p-list-works__item .thumbnail {
      margin-bottom: 10px; } }
.p-list-works__item .service {
  background: #f1f2f1;
  font: normal 12px/1 YakuHanMP, "Shippori Mincho", serif;
  padding: 5px; }
  @media screen and (max-width: 959px) {
    .p-list-works__item .service {
      font-size: 10px; } }
.p-list-works__item .date {
  font: normal 12px/1 "Lato", sans-serif;
  margin-left: 5px; }
  @media screen and (max-width: 959px) {
    .p-list-works__item .date {
      font-size: 10px;
      margin-left: 0; } }
.p-list-works__item .title {
  margin: 10px 0;
  font: 500 20px/1.4 YakuHanMP, "Shippori Mincho", serif; }
  @media screen and (max-width: 959px) {
    .p-list-works__item .title {
      margin: 5px 0 10px;
      font-size: 16px; } }
.p-list-works__item .types {
  padding-top: 10px;
  border-top: 1px solid #f1f2f1;
  font: normal 14px/1 YakuHanMP, "Shippori Mincho", serif;
  letter-spacing: .1em;
  color: #999999; }

.p-list-news__item a {
  display: block;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #f1f2f1;
  text-decoration: none; }
  .p-list-news__item a:first-child {
    border-top: 1px solid #e5e7e5; }
  .p-list-news__item a .date {
    font: normal 16px/1.6 "Lato", sans-serif;
    letter-spacing: .08em;
    margin-right: 20px;
    text-decoration: none; }
  .p-list-news__item a h2 {
    display: inline-block;
    font: normal 16px/1.6 YakuHanMP, "Shippori Mincho", serif;
    letter-spacing: .08em;
    text-decoration: none; }
  .p-list-news__item a:hover .date {
    text-decoration: underline; }
  .p-list-news__item a:hover h2 {
    text-decoration: underline; }

.wp-pagenavi {
  margin: 40px auto 0;
  text-align: center; }

@media screen and (min-width: 960px) {
  .p-list-link {
    margin-top: 40px;
    column-gap: 30px !important;
    row-gap: 30px !important; } }
.p-list-link__item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 110px;
  padding: 30px;
  background-size: cover;
  transition: opacity .5s ease;
  border-radius: 5px;
  overflow: hidden; }
  @media screen and (min-width: 960px) {
    .p-list-link__item a {
      height: 160px;
      border-radius: 20px; } }
  .p-list-link__item a p {
    font: normal 10px/1 "Lato", sans-serif;
    color: white;
    margin-bottom: 10px; }
    @media screen and (min-width: 960px) {
      .p-list-link__item a p {
        font-size: 12px; } }
  .p-list-link__item a h3 {
    font: bold 18px/1 YakuHanMP, "Shippori Mincho", serif;
    color: white;
    letter-spacing: .08em; }
    @media screen and (min-width: 960px) {
      .p-list-link__item a h3 {
        font-size: 20px; } }
  .p-list-link__item a:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .p-list-link__item a:hover {
    opacity: .6; }
.p-list-link__item:nth-child(1) a {
  background-image: url(/asset/images/index/about-childcare01.jpg); }
.p-list-link__item:nth-child(2) a {
  background-image: url(/asset/images/index/about-oneday01.jpg); }
.p-list-link__item:nth-child(3) a {
  background-image: url(/asset/images/index/about-events01.jpg); }
.p-list-link__item:nth-child(4) a {
  background-image: url(/asset/images/index/about-food01.jpg); }
.p-list-link__item:nth-child(5) a {
  background-image: url(/asset/images/index/about-health01.jpg); }

.p-list-under {
  padding: 0 30px; }
  @media screen and (min-width: 960px) {
    .p-list-under {
      padding: 150px 80px;
      max-width: 1400px;
      margin: 0 auto; } }
  @media screen and (min-width: 960px) {
    .p-list-under.p-grid--pc-col2 {
      row-gap: 20px;
      column-gap: 20px; } }
  @media screen and (max-width: 959px) {
    .p-list-under.p-grid--sp-col1 {
      row-gap: 10px; } }
  .p-list-under__item a {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #A7998F;
    width: 100%;
    height: 70px;
    border-radius: 5px;
    padding: 10px 20px;
    transition: opacity .5s ease; }
    @media screen and (min-width: 960px) {
      .p-list-under__item a {
        height: 150px; } }
    .p-list-under__item a:hover {
      opacity: .6; }
    .p-list-under__item a > div {
      display: flex;
      align-items: center; }
    .p-list-under__item a .icon {
      width: 60px;
      margin-right: 10px;
      text-align: center; }
    .p-list-under__item a h3 {
      color: white;
      font: bold 14px/1 YakuHanMP, "Shippori Mincho", serif;
      letter-spacing: .08em; }
      @media screen and (min-width: 960px) {
        .p-list-under__item a h3 {
          font-size: 18px; } }
    .p-list-under__item a .arrow {
      position: absolute;
      right: 15px;
      top: 47%;
      transform: translateY(-50%); }
    @media screen and (min-width: 960px) {
      .p-list-under__item a .icon {
        width: 120px; }
        .p-list-under__item a .icon img {
          width: 60px; }
      .p-list-under__item a h3 {
        font-size: 20px; } }
  .p-list-under__item.u-display--pc a:hover {
    opacity: 1; }

.p-link-block, .p-link-block--bt0sp {
  border-top: 1px solid #e5e7e5; }
  .p-link-block:last-of-type, .p-link-block--bt0sp:last-of-type {
    border-bottom: 1px solid #e5e7e5; }
  @media screen and (max-width: 959px) {
    .p-link-block--bt0sp {
      border-top: 0 !important; } }
  .p-link-block .nolink, .p-link-block--bt0sp .nolink,
  .p-link-block a,
  .p-link-block--bt0sp a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0; }
    .p-link-block .nolink:hover, .p-link-block--bt0sp .nolink:hover,
    .p-link-block a:hover,
    .p-link-block--bt0sp a:hover {
      opacity: .6; }
  .p-link-block .main, .p-link-block--bt0sp .main {
    width: calc(100% - 60px);
    display: flex;
    align-items: center; }
    @media screen and (max-width: 959px) {
      .p-link-block .main, .p-link-block--bt0sp .main {
        width: calc(100% - 30px); } }
  .p-link-block .thumb, .p-link-block--bt0sp .thumb {
    height: 120px; }
    .p-link-block .thumb img, .p-link-block--bt0sp .thumb img {
      max-height: 100%; }
    @media screen and (max-width: 959px) {
      .p-link-block .thumb, .p-link-block--bt0sp .thumb {
        height: 60px; } }
  .p-link-block .contents, .p-link-block--bt0sp .contents {
    width: calc(100% - 120px);
    padding-left: 30px;
    padding-right: 30px; }
    .p-link-block .contents h3, .p-link-block--bt0sp .contents h3 {
      font: normal 22px/1.2 YakuHanMP, "Shippori Mincho", serif;
      letter-spacing: .08em;
      margin-bottom: 10px; }
    .p-link-block .contents p, .p-link-block--bt0sp .contents p {
      font: normal 13px/2 YakuHanMP, "Shippori Mincho", serif;
      letter-spacing: .08em; }
      .p-link-block .contents p.en, .p-link-block--bt0sp .contents p.en {
        font-size: 11px;
        line-height: 1;
        font-family: "Lato", sans-serif; }
    @media screen and (max-width: 959px) {
      .p-link-block .contents, .p-link-block--bt0sp .contents {
        width: calc(100% - 60px);
        padding-left: 15px;
        padding-right: 15px; } }
  .p-link-block .arrow, .p-link-block--bt0sp .arrow {
    width: 60px; }
    @media screen and (max-width: 959px) {
      .p-link-block .arrow, .p-link-block--bt0sp .arrow {
        width: 30px; } }
  .p-link-block.numtext .main, .numtext.p-link-block--bt0sp .main {
    width: 100%; }
  .p-link-block.numtext .contents, .numtext.p-link-block--bt0sp .contents {
    width: calc(100% - 60px);
    padding-right: 0; }
    .p-link-block.numtext .contents h3, .numtext.p-link-block--bt0sp .contents h3 {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 0; }
  .p-link-block.numtext .thumb__num, .numtext.p-link-block--bt0sp .thumb__num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #B9404F;
    margin: 0 auto; }
    .p-link-block.numtext .thumb__num span, .numtext.p-link-block--bt0sp .thumb__num span {
      font: normal 20px/1 "Lato", sans-serif;
      color: white;
      text-align: center;
      letter-spacing: .06em;
      padding: 0 0 0 3px;
      display: block;
      margin: 0 auto; }
    @media screen and (max-width: 959px) {
      .p-link-block.numtext .thumb__num, .numtext.p-link-block--bt0sp .thumb__num {
        left: 20px;
        margin: 0;
        width: 40px;
        height: 40px;
        border-radius: 20px; }
        .p-link-block.numtext .thumb__num span, .numtext.p-link-block--bt0sp .thumb__num span {
          font-size: 20px; } }

.p-list-pdf {
  row-gap: 20px !important;
  column-gap: 20px !important; }
  .p-list-pdf > li a {
    display: block;
    padding: 15px 20px;
    border: 1px solid #A99688;
    color: #854c22;
    font: normal 14px/2 YakuHanMP, "Shippori Mincho", serif;
    letter-spacing: .1em;
    transition: opacity .5s ease, background-color .5s ease; }
    .p-list-pdf > li a span {
      font-weight: bold;
      font-size: 18px; }
    .p-list-pdf > li a:hover {
      opacity: .6;
      background-color: rgba(169, 150, 136, 0.1); }
    .p-list-pdf > li a.center {
      text-align: center; }

.p-list-faq {
  margin-top: 50px; }
  .p-list-faq li {
    position: relative;
    background: white;
    transition: all .2s;
    padding: 20px auto;
    margin: 20px auto;
    border: 1px solid #A99688; }
    @media screen and (max-width: 959px) {
      .p-list-faq li {
        margin: 10px auto; } }
    .p-list-faq li .number {
      font-size: 20px;
      font-weight: 900;
      letter-spacing: .1em;
      font-family: "Lato", sans-serif;
      color: #A99688;
      vertical-align: 0px; }
      .p-list-faq li .number span {
        color: #A99688; }
      @media screen and (max-width: 959px) {
        .p-list-faq li .number {
          position: absolute;
          font-size: 20px; } }
    .p-list-faq li:last-child {
      margin-bottom: 0; }
    .p-list-faq li .answer,
    .p-list-faq li .question {
      padding: 30px;
      position: relative; }
      .p-list-faq li .answer p,
      .p-list-faq li .question p {
        display: inline-block;
        margin-bottom: 0 !important;
        padding-left: 30px;
        text-align: left; }
      @media screen and (max-width: 959px) {
        .p-list-faq li .answer,
        .p-list-faq li .question {
          padding: 15px; }
          .p-list-faq li .answer p,
          .p-list-faq li .question p {
            padding-left: 47px;
            padding-right: 20px; } }
    .p-list-faq li .question {
      position: relative;
      transition: all .2s;
      cursor: pointer;
      z-index: 2; }
      .p-list-faq li .question:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "+";
        color: #A99688;
        font-size: 40px;
        font-family: "Lato", sans-serif;
        right: 30px;
        font-weight: normal; }
        @media screen and (max-width: 959px) {
          .p-list-faq li .question:after {
            font-size: 20px; } }
      .p-list-faq li .question.on {
        border-radius: 10px 10px 0 0; }
        .p-list-faq li .question.on:after {
          content: "-"; }
      @media screen and (min-width: 960px) {
        .p-list-faq li .question p {
          font-size: 16px !important;
          font-weight: normal;
          text-align: left; } }
      @media screen and (max-width: 959px) {
        .p-list-faq li .question:after {
          right: 15px; }
        .p-list-faq li .question p {
          padding-left: 46px;
          padding-right: 10px;
          font-size: 16px;
          font-weight: normal;
          text-align: left; } }
    .p-list-faq li .answer {
      padding-top: 30px;
      padding-left: 60px;
      display: none;
      min-height: 0px;
      font-size: 16px;
      text-align: left;
      background: #fafafa; }
      @media screen and (max-width: 959px) {
        .p-list-faq li .answer {
          padding-left: 0;
          padding-top: 15px; }
          .p-list-faq li .answer p {
            padding-left: 61px;
            padding-right: 10px; } }

.p-service-block {
  width: 50%; }
  @media screen and (max-width: 959px) {
    .p-service-block {
      width: 100%; } }
  .p-service-block a:hover {
    opacity: .6; }
  .p-service-block__list {
    display: flex; }
    @media screen and (max-width: 959px) {
      .p-service-block__list {
        flex-wrap: wrap; } }
  .p-service-block__thumb img {
    max-width: 100%; }
  .p-service-block__text {
    position: relative;
    padding: 40px 120px 40px 40px;
    border: 1px solid #f1f2f1; }
    .p-service-block__text h3 {
      font: normal 26px/1 YakuHanMP, "Shippori Mincho", serif; }
      @media screen and (max-width: 959px) {
        .p-service-block__text h3 {
          font-size: 20px; } }
    .p-service-block__text p {
      margin-top: 30px;
      font: normal 14px/1.8 YakuHanMP, "Shippori Mincho", serif;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 959px) {
        .p-service-block__text p {
          margin-top: 15px;
          font-size: 12px; } }
    @media screen and (min-width: 960px) {
      .p-service-block__text.bl0 {
        border-left: 0; } }
    @media screen and (max-width: 959px) {
      .p-service-block__text {
        padding: 30px 20px; } }
  .p-service-block__arrow {
    position: absolute;
    top: 30px;
    right: 30px; }
    .p-service-block__arrow img {
      max-width: 60px;
      width: 100%; }
    @media screen and (max-width: 959px) {
      .p-service-block__arrow {
        top: 25px;
        right: 20px; }
        .p-service-block__arrow img {
          max-width: 30px; } }
  .p-service-block02 {
    width: 50%;
    border-bottom: 1px solid #f1f2f1;
    border-right: 1px solid #f1f2f1; }
    @media screen and (max-width: 959px) {
      .p-service-block02 {
        width: 100%; } }
    .p-service-block02 a {
      display: flex; }
      .p-service-block02 a:hover {
        opacity: .6; }
    .p-service-block02__thumb {
      width: 250px; }
      .p-service-block02__thumb img {
        max-width: 100%; }
      @media screen and (max-width: 959px) {
        .p-service-block02__thumb {
          width: 120px; }
          .p-service-block02__thumb img {
            width: 120px;
            height: 100%;
            object-fit: cover;
            max-width: none; } }
    .p-service-block02__text {
      padding: 40px;
      width: calc(100% - 250px); }
      .p-service-block02__text h3 {
        font: normal 22px/1.4 YakuHanMP, "Shippori Mincho", serif;
        letter-spacing: 0.08em; }
        @media screen and (max-width: 959px) {
          .p-service-block02__text h3 {
            font-size: 18px; } }
      .p-service-block02__text p {
        margin-top: 20px;
        font: normal 14px/1.8 YakuHanMP, "Shippori Mincho", serif;
        letter-spacing: 0.08em; }
        @media screen and (max-width: 959px) {
          .p-service-block02__text p {
            margin-top: 10px;
            font-size: 12px; } }
      @media screen and (max-width: 959px) {
        .p-service-block02__text {
          width: calc(100% - 120px);
          padding: 20px; } }
    .p-service-block02__arrow {
      margin-top: 30px;
      font: normal 14px/1 "Lato", sans-serif;
      letter-spacing: .08em;
      text-align: right; }
      .p-service-block02__arrow img {
        width: 30px;
        margin-right: 10px;
        vertical-align: 3px; }
      @media screen and (max-width: 959px) {
        .p-service-block02__arrow {
          margin-top: 10px; } }

.p-feature-block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  height: 270px;
  border: 1px solid #e5e7e5; }
  .p-feature-block a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .p-feature-block a:hover {
      opacity: .6; }
  @media screen and (max-width: 959px) {
    .p-feature-block {
      height: 120px;
      width: 100%; }
      .p-feature-block + .p-feature-block {
        border-top: 0; } }
  @media screen and (min-width: 960px) {
    .p-feature-block + .p-feature-block {
      border-left: 0; } }
  .p-feature-block__num {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #B9404F;
    margin: 0 auto; }
    .p-feature-block__num p {
      font: normal 10px/1 "Lato", sans-serif;
      color: white;
      text-align: center;
      letter-spacing: .06em;
      padding: 6px 0 0 2px; }
      .p-feature-block__num p span {
        display: block;
        font-size: 40px;
        margin: 0 auto; }
    @media screen and (max-width: 959px) {
      .p-feature-block__num {
        left: 20px;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 70px;
        height: 70px;
        border-radius: 35px; }
        .p-feature-block__num p span {
          font-size: 30px; } }
  .p-feature-block__list {
    display: flex;
    padding-top: 50px; }
    @media screen and (max-width: 959px) {
      .p-feature-block__list {
        padding-top: 0;
        flex-wrap: wrap; } }
  .p-feature-block h3 {
    font: 500 30px/1.4 YakuHanMP, "Shippori Mincho", serif;
    letter-spacing: .08em;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .p-feature-block h3 {
        font-size: 20px;
        text-align: left;
        margin-left: 20px; } }

.p-pagetitle {
  position: relative;
  width: 100%;
  background-color: #A99688;
  padding: 130px 0 100px;
  border-bottom: 2px solid #f5f5f5;
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 959px) {
    .p-pagetitle {
      padding: 170px 0 80px; } }
  .p-pagetitle:before {
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ddd;
    bottom: -30px; }
    @media screen and (max-width: 959px) {
      .p-pagetitle:before {
        height: 90px; } }
  .p-pagetitle__title {
    font: normal 30px/1.2 YakuHanMP, "Shippori Mincho", serif;
    letter-spacing: .3em;
    color: white;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .p-pagetitle__title {
        font-size: 25px; } }
  .p-pagetitle__entitle {
    font: normal 14px/1.2 "Lato", sans-serif;
    letter-spacing: .2em;
    color: white;
    text-align: center;
    margin-top: 10px; }
    @media screen and (max-width: 959px) {
      .p-pagetitle__entitle {
        font-size: 10px; } }
  .p-pagetitle.history {
    background-image: url(/asset/images/pagetitle/history.jpg); }
  .p-pagetitle.about {
    background-image: url(/asset/images/pagetitle/about.jpg); }
  .p-pagetitle.activity {
    background-image: url(/asset/images/pagetitle/activity.jpg); }
  .p-pagetitle.parents {
    background-image: url(/asset/images/pagetitle/parents.jpg); }
  .p-pagetitle.news {
    background-image: url(/asset/images/pagetitle/news.jpg); }
  .p-pagetitle.daily {
    background-image: url(/asset/images/pagetitle/daily.jpg); }
  .p-pagetitle.neighbor {
    background-image: url(/asset/images/pagetitle/neighbor.jpg); }
  .p-pagetitle.event {
    background-image: url(/asset/images/pagetitle/event.jpg); }
  .p-pagetitle.health {
    background-image: url(/asset/images/pagetitle/health.jpg); }

.p-works__header--news {
  max-width: 800px;
  margin: 0 auto; }
.p-works__title {
  font: normal 35px/1.6 YakuHanMP, "Shippori Mincho", serif;
  letter-spacing: .1em; }
  @media screen and (max-width: 959px) {
    .p-works__title {
      font-size: 24px; } }
.p-works__date {
  font: normal 14px/1 YakuHanMP, "Shippori Mincho", serif;
  opacity: .6; }
.p-works__tags .tag, .p-works__tags .tag--service, .p-works__tags .tag--types {
  font: normal 12px/1 YakuHanMP, "Shippori Mincho", serif;
  letter-spacing: .1em;
  padding: 5px 20px 9px;
  border-radius: 30px;
  background-color: #f1f2f1; }
  .p-works__tags .tag--service {
    color: white;
    background: #333; }
  .p-works__tags .tag--types {
    border: 1px solid #ddd; }
  .p-works__tags .tag + .tag, .p-works__tags .tag--service + .tag, .p-works__tags .tag--types + .tag, .p-works__tags .tag + .tag--service, .p-works__tags .tag--service + .tag--service, .p-works__tags .tag--types + .tag--service, .p-works__tags .tag + .tag--types, .p-works__tags .tag--service + .tag--types, .p-works__tags .tag--types + .tag--types {
    margin-left: 10px; }
  @media screen and (max-width: 959px) {
    .p-works__tags .tag, .p-works__tags .tag--service, .p-works__tags .tag--types {
      font-size: 10px; } }
.p-works__thumbnail {
  width: 100%;
  height: 400px;
  background: #f1f2f1;
  text-align: center; }
  @media screen and (max-width: 959px) {
    .p-works__thumbnail {
      height: auto; } }
  @media screen and (min-width: 960px) {
    .p-works__thumbnail img {
      max-height: 100%; } }
  @media screen and (max-width: 959px) {
    .p-works__thumbnail img {
      max-width: 100%; } }
.p-works__detail .c-table, .p-works__detail .c-table--long {
  max-width: 600px;
  margin: 0 auto;
  border-right: 1px solid #f1f2f1; }
  .p-works__detail .c-table th, .p-works__detail .c-table--long th {
    width: 70px; }
  .p-works__detail .c-table th, .p-works__detail .c-table--long th, .p-works__detail .c-table td, .p-works__detail .c-table--long td {
    border-left: 1px solid #f1f2f1; }
  @media screen and (max-width: 959px) {
    .p-works__detail .c-table th, .p-works__detail .c-table--long th {
      width: 50px; }
    .p-works__detail .c-table th, .p-works__detail .c-table--long th, .p-works__detail .c-table td, .p-works__detail .c-table--long td {
      padding: 10px; } }
.p-works__detail .detail {
  max-width: 800px;
  margin: 0 auto; }
  .p-works__detail .detail p {
    font: 100 14px/2 YakuHanMP, "Shippori Mincho", serif;
    letter-spacing: .08em;
    margin-bottom: 40px; }
    .p-works__detail .detail p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 959px) {
      .p-works__detail .detail p {
        margin-bottom: 30px; } }
  .p-works__detail .detail h2 {
    position: relative;
    font: normal 20px/1.5 YakuHanMP, "Shippori Mincho", serif;
    letter-spacing: .1em;
    color: #854c22;
    border: 1px solid #A99688;
    padding: 10px 0 10px 20px;
    margin-bottom: 20px; }
    .p-works__detail .detail h2:before {
      content: "";
      display: block;
      width: 4px;
      height: 50%;
      color: #B9404F;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #A99688; }
  .p-works__detail .detail h3 {
    font: bold 18px/1.5 YakuHanMP, "Shippori Mincho", serif;
    letter-spacing: .1em;
    position: relative;
    border-bottom: 1px solid #e5e7e5;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .p-works__detail .detail h4 {
    font: bold 16px/1.5 YakuHanMP, "Shippori Mincho", serif;
    margin-bottom: 20px;
    letter-spacing: .1em; }

.p-service__intro {
  max-width: 800px;
  margin: 0 auto; }
.p-service__a p, .p-service__b p {
  position: relative;
  font: normal 50px/1 "Lato", sans-serif;
  color: #ddd;
  z-index: 2; }
.p-service__a img, .p-service__b img {
  position: relative;
  z-index: 1; }
.p-service__b p {
  margin-top: -17px; }
.p-service__a p {
  margin-bottom: -17px;
  text-align: right; }

.p-type__service {
  height: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7e5; }
  .p-type__service h3 {
    margin: 10px auto;
    font: normal 20px/1.6 YakuHanMP, "Shippori Mincho", serif;
    letter-spacing: .08em; }

.p-form .mw_wp_form {
  font-family: YakuHanMP, "Shippori Mincho", serif; }
  .p-form .mw_wp_form .error-area {
    display: none;
    padding: 13px 13px 15px;
    margin-bottom: 60px;
    background: rgba(236, 24, 52, 0.1);
    border: 1px solid #ec1834;
    color: #ec1834;
    text-align: center; }
  .p-form .mw_wp_form.mw_wp_form_error .error-area {
    display: block; }
  .p-form .mw_wp_form .confilm-area {
    display: none;
    padding: 13px 13px 15px;
    margin-bottom: 60px;
    margin-top: 60px;
    background: rgba(18, 124, 179, 0.1);
    border: 1px solid #127CB3;
    color: #127CB3;
    text-align: center; }
  .p-form .mw_wp_form.mw_wp_form_confirm .confilm-area {
    display: block; }
  .p-form .mw_wp_form dl .error {
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
    background: #ef2027;
    padding: 13px 13px 12px;
    color: white;
    border-radius: 5px; }
    .p-form .mw_wp_form dl .error + .error {
      left: 200px; }
  .p-form .mw_wp_form dl dl {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    padding: 10px 0px;
    /* border-bottom: 1px dotted #e5e5e5; */ }
    .p-form .mw_wp_form dl dl .mwform-radio-field {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .p-form .mw_wp_form dl dl .mwform-radio-field {
          margin-left: 0; } }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form dl dl {
        display: block; } }
  .p-form .mw_wp_form dd {
    position: relative;
    width: calc(100% - 350px); }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form dd {
        width: 100%; } }
  .p-form .mw_wp_form dt {
    position: relative;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: left;
    /* border-bottom: 1px solid $bc; */ }
    .p-form .mw_wp_form dt:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #B9404F;
      top: 25px;
      left: 0; }
      @media all and (-ms-high-contrast: none) {
        .p-form .mw_wp_form dt:before {
          content: none; } }
    .p-form .mw_wp_form dt span.must {
      display: inline-block;
      margin-left: 8px;
      padding: 5px 10px 6px;
      border-radius: 2px;
      border: 1px solid #B9404F;
      color: #B9404F;
      font-size: 14px;
      line-height: 1; }
  .p-form .mw_wp_form dd.flex-col4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .p-form .mw_wp_form dd.flex-col4 > span:not(.error) {
      width: calc((100% - 30px)/4); }
      .p-form .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
        padding-right: 0; }
      @media screen and (max-width: 959px) {
        .p-form .mw_wp_form dd.flex-col4 > span:not(.error) {
          width: 100%;
          padding-left: 0;
          margin: 0;
          margin-top: 8px; } }
  .p-form .mw_wp_form dd.flex-col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .p-form .mw_wp_form dd.flex-col2 > span:not(.error) {
      width: calc((100% - 8px)/2); }
      .p-form .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
        padding-right: 0; }
    .p-form .mw_wp_form dd.flex-col2 > input {
      width: calc((100% - 8px)/2);
      padding-right: 8px; }
      .p-form .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
        margin-right: 0; }
  .p-form .mw_wp_form .mwform-radio-field-text {
    box-sizing: border-box;
    transition: background-color 0.2s linear;
    position: relative;
    display: block;
    padding: 15px 15px 15px 45px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f1f2f1;
    font-size: 16px !important;
    cursor: pointer; }
    .p-form .mw_wp_form .mwform-radio-field-text:before, .p-form .mw_wp_form .mwform-radio-field-text:after {
      display: block;
      position: absolute;
      top: 50%;
      box-sizing: border-box;
      content: ''; }
    .p-form .mw_wp_form .mwform-radio-field-text:before {
      opacity: 0; }
    .p-form .mw_wp_form .mwform-radio-field-text:after {
      transition: border-color 0.2s linear;
      left: 15px;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      border: 2px solid #bbb;
      border-radius: 2px;
      background: white; }
    .p-form .mw_wp_form .mwform-radio-field-text:before {
      transition: opacity 0.2s linear;
      left: 21px;
      margin-top: -4px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #B9404F;
      z-index: 1; }
    .p-form .mw_wp_form .mwform-radio-field-text:after {
      border-radius: 100%; }
  .p-form .mw_wp_form .mwform-zip-field {
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .p-form .mw_wp_form .mwform-zip-field input {
      margin: 0 10px !important; }
  .p-form .mw_wp_form input[type=radio] {
    display: none; }
  .p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
    border-color: #B9404F; }
  .p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
    opacity: 1; }
  .p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
    background: #B9404F;
    color: white; }
  .p-form .mw_wp_form input[type=file] {
    margin-top: 20px; }
  .p-form .mw_wp_form input[type="text"], .p-form .mw_wp_form input[type="email"], .p-form .mw_wp_form input[type="url"], .p-form .mw_wp_form textarea {
    -webkit-appearance: none;
    width: 100%;
    padding: 8px 10px 10px;
    border: solid 2px #B9404F;
    background: white;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
    height: 50px; }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form input[type="text"], .p-form .mw_wp_form input[type="email"], .p-form .mw_wp_form input[type="url"], .p-form .mw_wp_form textarea {
        margin-top: 8px; } }
  .p-form .mw_wp_form textarea {
    height: 120px; }
    .p-form .mw_wp_form textarea::placeholder {
      font-size: 14px; }
  .p-form .mw_wp_form #consultation {
    height: auto; }
  .p-form .mw_wp_form .mwform-tel-field {
    width: 100%; }
  .p-form .mw_wp_form .mwform-tel-field input[type="text"] {
    width: 120px; }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form .mwform-tel-field input[type="text"] {
        width: calc((100% - 32px)/3); } }
  .p-form .mw_wp_form select {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 11px 0 10px 15px;
    font-weight: normal;
    cursor: pointer;
    background: none;
    z-index: 1;
    line-height: 24px;
    border: none;
    appearance: button;
    font-size: 18px !important;
    border: 2px solid #B9404F;
    background-color: white;
    border-radius: 5px; }
.p-form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #222; }
  .p-form .contact-policy .section {
    margin-top: 30px; }
  .p-form .contact-policy .section-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border: 0; }
    .p-form .contact-policy .section-title:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #E60012;
      top: 0;
      left: 0; }
    .p-form .contact-policy .section-title + .section-main {
      margin-top: 15px; }
  .p-form .contact-policy .inner {
    max-height: 200px;
    overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    .p-form .contact-policy {
      padding: 15px; } }
  .p-form .contact-policy p {
    text-align: left;
    font: 100 14px/1.6 YakuHanMP, "Shippori Mincho", serif; }
  .p-form .contact-policy h3 {
    font-size: 20px;
    margin: 40px 0 15px; }
  .p-form .contact-policy h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline; }
.p-form .button {
  text-align: center;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .p-form .button {
      margin-top: 30px; } }
.p-form input[type="submit"] {
  position: relative;
  background: #B9404F;
  color: white;
  border: 0;
  border-radius: 50px;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 YakuHanMP, "Shippori Mincho", serif;
  text-align: center;
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease; }
  @media screen and (max-width: 959px) {
    .p-form input[type="submit"] {
      padding: 15px 20px;
      min-width: 300px; } }
  .p-form input[type="submit"]:hover {
    background-color: #B9404F;
    color: white;
    opacity: .8; }
.p-form .btns {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 959px) {
    .p-form .btns {
      flex-wrap: wrap;
      flex-flow: wrap-reverse; } }
@media screen and (min-width: 960px) {
  .p-form .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px; } }
.p-form p + .mw_wp_form {
  margin-top: 50px; }
.p-form .address {
  padding: 15px; }
  .p-form .address dl {
    display: flex;
    align-items: center;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .p-form .address dl {
        flex-wrap: wrap; } }
    .p-form .address dl dt {
      width: 20%;
      border: 0;
      margin-bottom: 0;
      padding: 0 0 0 10px; }
      .p-form .address dl dt:before {
        height: 100%;
        opacity: .6; }
      @media screen and (max-width: 767px) {
        .p-form .address dl dt {
          width: 100%;
          margin-bottom: 10px; }
          .p-form .address dl dt .error {
            margin-top: 0;
            margin-left: 10px;
            font-size: 13px;
            padding: 7px 10px 8px; } }
    .p-form .address dl dd {
      width: 80%; }
      .p-form .address dl dd input {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        .p-form .address dl dd {
          width: 100%; } }
.p-form .col3 {
  display: flex; }
  @media screen and (max-width: 767px) {
    .p-form .col3 {
      flex-wrap: wrap; } }
  .p-form .col3 .mwform-radio-field {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .p-form .col3 .mwform-radio-field {
        margin-left: 0; } }
.p-form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
.p-form.mw_wp_form_error .error-area {
  display: block; }
.p-form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
.p-form.mw_wp_form_confirm .confilm-area {
  display: block; }
.p-form .form-title {
  margin-top: 30px; }
  .p-form .form-title h3 {
    margin: 0 !important; }
.p-form .contact-tel dt {
  padding-bottom: 10px;
  border-bottom: 2px solid #666;
  font-size: 1.1em;
  font-weight: 600; }
.p-form .contact-tel dd span {
  color: #B9404F;
  font-size: 2.5em;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .p-form .contact-tel dd span {
      display: block; } }
  .p-form .contact-tel dd span i {
    margin-right: 5px;
    font-size: 0.8em; }
.p-form .step {
  display: table;
  table-layout: fixed;
  background: #fff; }
  .p-form .step .item {
    display: table-cell;
    width: 33.3333%;
    padding: 30px 30px 20px;
    vertical-align: top;
    border-right: 1px dashed #666;
    text-align: center; }
    .p-form .step .item:last-child {
      border-right: none; }
  @media screen and (max-width: 959px) {
    .p-form .step {
      display: block; }
      .p-form .step .item {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px dashed #666; }
        .p-form .step .item:last-child {
          border: none; } }
  .p-form .step h4 {
    margin-bottom: 15px;
    color: #B9404F;
    font-size: 18px;
    font-weight: 600; }
    .p-form .step h4 span {
      display: block;
      width: 30px;
      margin: 0 auto 5px;
      background: #B9404F;
      color: black;
      font-size: 16px;
      line-height: 31px;
      border-radius: 15px; }
  .p-form .step i {
    display: block;
    margin: 0 auto 15px;
    color: #B9404F;
    font-size: 80px; }

.p-form dl {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 20px 0px; }
  .p-form dl.policy dd {
    padding-left: 0 !important; }
  .p-form dl .error {
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
    background: #ef2027;
    padding: 13px 13px 12px;
    color: white;
    border-radius: 5px; }
    .p-form dl .error + .error {
      left: 200px; }
  .p-form dl dt:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .p-form dl dt {
    vertical-align: middle;
    color: black;
    padding-top: 12px !important; }
  .p-form dl dt.num {
    position: relative;
    padding-left: 40px; }
    .p-form dl dt.num:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background: #ef2027;
      border-radius: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 28px;
      text-align: center;
      padding: 0 0 0 2px; }
      @media screen and (max-width: 959px) {
        .p-form dl dt.num:before {
          width: 26px;
          height: 26px;
          font-size: 14px;
          line-height: 24px;
          top: 35%;
          padding: 1px 0 0 0; } }
  .p-form dl p.red {
    color: red; }
  .p-form dl:nth-child(2) dt.num:before {
    content: "1"; }
  .p-form dl:nth-child(3) dt.num:before {
    content: "2"; }
  .p-form dl:nth-child(4) dt.num:before {
    content: "3"; }
  .p-form dl:nth-child(5) dt.num:before {
    content: "4"; }
  .p-form dl:nth-child(6) dt.num:before {
    content: "5"; }
  .p-form dl:nth-child(7) dt.num:before {
    content: "6"; }
  .p-form dl:nth-child(8) dt.num:before {
    content: "7"; }
  .p-form dl:nth-child(9) dt.num:before {
    content: "8"; }
  .p-form dl:nth-child(10) dt.num:before {
    content: "9"; }
  .p-form dl dd,
  .p-form dl dt {
    display: table-cell;
    font-size: 100%;
    text-align: left;
    padding: 0px;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important; }
    .p-form dl dd .must,
    .p-form dl dt .must {
      float: right;
      color: #B9404F !important;
      border-color: #B9404F !important; }
    @media screen and (max-width: 959px) {
      .p-form dl dd,
      .p-form dl dt {
        display: block;
        font-size: 16px !important; }
        .p-form dl dd .must,
        .p-form dl dt .must {
          font-size: 14px !important; } }
  .p-form dl dt {
    width: 300px;
    font-size: 16px !important;
    font-weight: 100; }
    @media screen and (max-width: 959px) {
      .p-form dl dt {
        width: 100%; } }
  .p-form dl dd {
    color: #333 !important;
    padding-left: 20px; }
    @media screen and (max-width: 959px) {
      .p-form dl dd {
        padding-left: 0 !important; } }
  .p-form dl.sub > dd {
    position: relative; }
    .p-form dl.sub > dd dl {
      padding: 10px 0;
      border: 0; }
      .p-form dl.sub > dd dl dt {
        width: 130px; }
        @media screen and (max-width: 959px) {
          .p-form dl.sub > dd dl dt {
            width: 100%; } }
.p-form input[type="number"], .p-form input[type="text"], .p-form input[type="email"], .p-form input[type="url"], .p-form input[type="tel"], .p-form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #ddd !important;
  background: #fafafa !important;
  color: black !important;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 18px !important;
  transition: border-color .15s ease; }
  .p-form input[type="number"]:focus, .p-form input[type="text"]:focus, .p-form input[type="email"]:focus, .p-form input[type="url"]:focus, .p-form input[type="tel"]:focus, .p-form textarea:focus {
    border-color: #aaa !important; }
.p-form input.short {
  width: 130px !important; }
  @media screen and (max-width: 959px) {
    .p-form input.short {
      width: 120px !important; } }
.p-form select {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: normal;
  cursor: pointer;
  background: none;
  z-index: 0;
  line-height: 24px;
  border: none;
  appearance: button;
  font-size: 18px !important;
  border: 1px solid #666;
  border-radius: 5px; }
.p-form input[type=radio], .p-form input[type=checkbox] {
  display: none; }
.p-form .mwform-checkbox-field-text,
.p-form .mwform-radio-field-text {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #666;
  color: black;
  background-color: transparent !important;
  font-size: 16px !important;
  cursor: pointer; }
  .p-form .mwform-checkbox-field-text:before, .p-form .mwform-checkbox-field-text:after,
  .p-form .mwform-radio-field-text:before,
  .p-form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    content: ''; }
  .p-form .mwform-checkbox-field-text:before,
  .p-form .mwform-radio-field-text:before {
    opacity: 0; }
  .p-form .mwform-checkbox-field-text:after,
  .p-form .mwform-radio-field-text:after {
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: transparent; }
  .p-form .mwform-checkbox-field-text:before,
  .p-form .mwform-radio-field-text:before {
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    z-index: 1; }
  .p-form .mwform-checkbox-field-text:after,
  .p-form .mwform-radio-field-text:after {
    border-radius: 100%; }
.p-form .mwform-checkbox-field-text:after {
  border-radius: 5px !important; }
@media screen and (max-width: 959px) {
  .p-form .mwform-checkbox-field,
  .p-form .mwform-radio-field {
    margin-top: 10px; } }
.p-form input[type=checkbox],
.p-form input[type=radio] {
  display: none; }
.p-form input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
.p-form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: white; }
.p-form input[type=checkbox]:checked + .mwform-checkbox-field-text:before,
.p-form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
.p-form input[type=file] {
  margin-top: 20px; }
.p-form .button {
  margin-top: 50px;
  border-radius: 50px; }
  @media screen and (max-width: 767px) {
    .p-form .button:first-of-type {
      margin-top: 15px; } }
.p-form .button input {
  display: block;
  width: 365px;
  border-radius: 50px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: #B9404F;
  box-sizing: border-box;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid white;
  color: white;
  font-size: 14px;
  letter-spacing: .08em;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 959px) {
    .p-form .button input {
      max-width: 270px;
      width: 100%; } }
  .p-form .button input:hover {
    opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .p-form .button input {
      width: 200px !important;
      min-width: 0;
      height: 40px;
      font-size: 14px; } }
.p-form .flex-c2 {
  display: flex;
  justify-content: space-between; }
  .p-form .flex-c2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    .p-form .flex-c2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  .p-form .flex-c2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    .p-form .flex-c2 > input:nth-of-type(2) {
      margin-right: 0; }
  @media screen and (max-width: 959px) {
    .p-form .flex-c2 {
      flex-wrap: wrap; }
      .p-form .flex-c2 > input, .p-form .flex-c2 > span:not(.error) {
        width: 100%;
        padding: 0;
        margin-left: 0; } }

.p-heading01, .p-heading01--spenbtm, .p-heading01--sp2row {
  position: relative; }
  @media screen and (min-width: 960px) {
    .p-heading01, .p-heading01--spenbtm, .p-heading01--sp2row {
      display: inline-block;
      padding-bottom: 15px;
      margin-bottom: 30px; } }
  .p-heading01 h2, .p-heading01--spenbtm h2, .p-heading01--sp2row h2 {
    font: 600 18px/2 YakuHanMP, "Shippori Mincho", serif;
    color: #333333;
    letter-spacing: .2em; }
    @media screen and (min-width: 960px) {
      .p-heading01 h2, .p-heading01--spenbtm h2, .p-heading01--sp2row h2 {
        font-size: 25px; } }
  .p-heading01 p, .p-heading01--spenbtm p, .p-heading01--sp2row p {
    position: absolute;
    right: 0;
    bottom: 10px;
    font: bold 12px/1 "Lato", sans-serif;
    letter-spacing: .2em;
    color: #A99688; }
    .p-heading01 p:before, .p-heading01--spenbtm p:before, .p-heading01--sp2row p:before {
      content: "";
      position: absolute;
      left: -25px;
      top: 5px;
      width: 20px;
      height: 1px;
      background: #A99688; }
    @media screen and (min-width: 960px) {
      .p-heading01 p, .p-heading01--spenbtm p, .p-heading01--sp2row p {
        position: relative;
        right: -29px;
        bottom: -9px; } }
  .p-heading01--spenbtm {
    position: relative;
    right: -29px;
    bottom: -9px; }
  @media screen and (max-width: 959px) {
    .p-heading01--sp2row p {
      position: relative;
      margin-left: 26px;
      margin-top: 15px; } }
.p-heading02 {
  padding: 20px 20px 18px;
  border: 1px solid #A99688;
  background: rgba(169, 150, 136, 0.02);
  margin-bottom: 30px; }
  .p-heading02 h1, .p-heading02 h2, .p-heading02 h3, .p-heading02 h4, .p-heading02 h5 {
    font: normal 16px/2 YakuHanMP, "Shippori Mincho", serif;
    color: #854c22;
    letter-spacing: .2em; }

.p-top-article {
  padding: 0 30px;
  margin: 0 auto; }
.p-top-history {
  padding-top: 100px; }
  @media screen and (min-width: 960px) {
    .p-top-history {
      position: relative;
      padding-top: 75px;
      margin-top: 75px;
      overflow: hidden; } }
  .p-top-history__contents p {
    font: normal 14px/2 YakuHanMP, "Shippori Mincho", serif; }
    @media screen and (max-width: 959px) {
      .p-top-history__contents p br {
        display: none; } }
    @media screen and (min-width: 960px) {
      .p-top-history__contents p {
        font-size: 16px;
        letter-spacing: .08em; } }
  .p-top-history__img {
    position: relative;
    right: -30px;
    width: 100%; }
    .p-top-history__img img {
      max-width: 100%;
      border-radius: 10px 0 0 10px; }
  .p-top-history__pcimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    max-height: 710px;
    z-index: -1; }
    .p-top-history__pcimg img {
      width: 100%;
      border-radius: 30px 0 0 0; }
  @media screen and (min-width: 960px) {
    .p-top-history__pctext {
      background: #fff;
      padding: 100px 50px;
      position: relative;
      width: 45%;
      z-index: 1;
      border-radius: 0 30px 0 0; } }
.p-top-about__img {
  width: 100%;
  height: 575px;
  overflow: hidden;
  padding: 0 80px; }
  .p-top-about__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px; }
  @media screen and (max-width: 959px) {
    .p-top-about__img {
      position: relative;
      left: -30px;
      width: 100%;
      height: 60vw;
      padding: 0; }
      .p-top-about__img img {
        max-width: calc(100% - 30px);
        border-radius: 0 10px 10px 0; } }
.p-top-about__contents {
  position: relative;
  width: 74%;
  display: block;
  background: white;
  margin-top: -80px;
  padding-top: 80px;
  padding-left: 80px;
  border-radius: 0 30px 0 0; }
  @media screen and (max-width: 959px) {
    .p-top-about__contents {
      margin-top: 0;
      width: 100%;
      padding: 40px 30px; } }
  .p-top-about__contents > p {
    width: 80%;
    font: normal 16px/2 YakuHanMP, "Shippori Mincho", serif;
    color: #333333;
    letter-spacing: .08em; }
    @media screen and (max-width: 959px) {
      .p-top-about__contents > p {
        width: 100%;
        margin-top: 30px;
        font: normal 14px/2 YakuHanMP, "Shippori Mincho", serif; } }
.p-top-about__links {
  padding: 0 80px; }
  @media screen and (max-width: 959px) {
    .p-top-about__links {
      padding: 0 30px; } }
.p-top-neighbor {
  width: 100%;
  margin: 0 auto;
  margin-top: 150px; }
  @media screen and (max-width: 959px) {
    .p-top-neighbor {
      margin-top: 100px; } }
  .p-top-neighbor__header {
    display: flex; }
  .p-top-neighbor__img {
    width: 65%; }
    @media screen and (max-width: 1500px) {
      .p-top-neighbor__img {
        width: calc(100% - 500px); } }
    @media screen and (max-width: 959px) {
      .p-top-neighbor__img {
        width: 50%; } }
    .p-top-neighbor__img img {
      height: 700px;
      width: 100%;
      object-fit: cover;
      object-position: bottom;
      border-radius: 0 30px 30px 0;
      max-width: 100%; }
      @media screen and (max-width: 959px) {
        .p-top-neighbor__img img {
          height: 300px; } }
  .p-top-neighbor__title {
    width: 35%;
    display: flex;
    align-items: center;
    padding-left: 60px; }
    @media screen and (max-width: 1500px) {
      .p-top-neighbor__title {
        width: 500px; } }
    @media screen and (max-width: 959px) {
      .p-top-neighbor__title {
        width: 50%;
        padding-left: 30px; }
        .p-top-neighbor__title .p-heading01 p, .p-top-neighbor__title .p-heading01--spenbtm p, .p-top-neighbor__title .p-heading01--sp2row p {
          position: relative;
          right: -29px;
          bottom: -9px; } }
  .p-top-neighbor__contents {
    padding-right: 80px; }
    .p-top-neighbor__contents p {
      font: normal 16px/2 YakuHanMP, "Shippori Mincho", serif;
      letter-spacing: .08em;
      color: #333333; }
    .p-top-neighbor__contents .c-btn, .p-top-neighbor__contents .c-btn--white, .p-top-neighbor__contents .c-btn--ac {
      margin-top: 30px; }
      .p-top-neighbor__contents .c-btn a, .p-top-neighbor__contents .c-btn--white a, .p-top-neighbor__contents .c-btn--ac a {
        justify-content: center; }
    @media screen and (max-width: 959px) {
      .p-top-neighbor__contents {
        padding: 30px; }
        .p-top-neighbor__contents p {
          font-size: 14px; } }
@media screen and (max-width: 959px) {
  .p-top-links {
    padding: 60px 0 100px; } }

.p-numlist {
  counter-reset: list;
  list-style-type: none;
  font: normal 14px/1.6 YakuHanMP, "Shippori Mincho", serif; }
  .p-numlist li {
    position: relative;
    line-height: 30px;
    margin: 7px 0 7px 40px;
    padding-left: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #333333; }
    .p-numlist li:before {
      counter-increment: list;
      content: counter(list);
      position: absolute;
      left: -35px;
      width: 30px;
      height: 30px;
      border: 1px solid #854c22;
      color: #854c22;
      text-align: center; }
    .p-numlist li + li {
      margin-top: 20px; }

.p-event-list {
  row-gap: 10px !important;
  column-gap: 10px !important; }
.p-event-item {
  display: flex; }
  .p-event-item dt {
    width: 150px;
    border-radius: 5px 0 0 5px;
    background: #A99688;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .p-event-item dt h3 {
      font: normal 20px/2 YakuHanMP, "Shippori Mincho", serif;
      letter-spacing: .2em;
      color: white; }
    .p-event-item dt p {
      font: normal 12px/1 "Lato", sans-serif;
      letter-spacing: .2em;
      color: white;
      margin-top: 0px;
      opacity: .8; }
  .p-event-item dd {
    display: flex;
    align-items: center;
    padding: 20px;
    width: calc(100% - 100px);
    border-radius: 0 5px 5px 0;
    border: 1px solid #A99688; }
    .p-event-item dd .c-list li, .p-event-item dd .c-list--check li {
      color: #854c22;
      font-size: 14px; }
      .p-event-item dd .c-list li:before, .p-event-item dd .c-list--check li:before {
        top: 10px;
        background: #A99688; }
  @media screen and (max-width: 959px) {
    .p-event-item:nth-of-type(even) dt {
      background: rgba(185, 64, 79, 0.6); }
    .p-event-item:nth-of-type(even) dd {
      border-color: rgba(185, 64, 79, 0.6); } }
  @media screen and (min-width: 960px) {
    .p-event-item:nth-of-type(2) dt, .p-event-item:nth-of-type(3) dt, .p-event-item:nth-of-type(6) dt, .p-event-item:nth-of-type(7) dt, .p-event-item:nth-of-type(10) dt, .p-event-item:nth-of-type(11) dt {
      background: rgba(185, 64, 79, 0.6); }
    .p-event-item:nth-of-type(2) dd, .p-event-item:nth-of-type(3) dd, .p-event-item:nth-of-type(6) dd, .p-event-item:nth-of-type(7) dd, .p-event-item:nth-of-type(10) dd, .p-event-item:nth-of-type(11) dd {
      border-color: rgba(185, 64, 79, 0.6); }
      .p-event-item:nth-of-type(2) dd .c-list li, .p-event-item:nth-of-type(2) dd .c-list--check li, .p-event-item:nth-of-type(3) dd .c-list li, .p-event-item:nth-of-type(3) dd .c-list--check li, .p-event-item:nth-of-type(6) dd .c-list li, .p-event-item:nth-of-type(6) dd .c-list--check li, .p-event-item:nth-of-type(7) dd .c-list li, .p-event-item:nth-of-type(7) dd .c-list--check li, .p-event-item:nth-of-type(10) dd .c-list li, .p-event-item:nth-of-type(10) dd .c-list--check li, .p-event-item:nth-of-type(11) dd .c-list li, .p-event-item:nth-of-type(11) dd .c-list--check li {
        color: rgba(185, 64, 79, 0.9); }
        .p-event-item:nth-of-type(2) dd .c-list li:before, .p-event-item:nth-of-type(2) dd .c-list--check li:before, .p-event-item:nth-of-type(3) dd .c-list li:before, .p-event-item:nth-of-type(3) dd .c-list--check li:before, .p-event-item:nth-of-type(6) dd .c-list li:before, .p-event-item:nth-of-type(6) dd .c-list--check li:before, .p-event-item:nth-of-type(7) dd .c-list li:before, .p-event-item:nth-of-type(7) dd .c-list--check li:before, .p-event-item:nth-of-type(10) dd .c-list li:before, .p-event-item:nth-of-type(10) dd .c-list--check li:before, .p-event-item:nth-of-type(11) dd .c-list li:before, .p-event-item:nth-of-type(11) dd .c-list--check li:before {
          background: rgba(185, 64, 79, 0.6); } }

.u-display--block {
  display: block !important; }
.u-display--inline {
  display: inline !important; }
.u-display--inline-block {
  display: inline-block !important; }
@media screen and (max-width: 959px) {
  .u-display--sp {
    display: block !important; }
  .u-display--sp-inline {
    display: inline-block !important; }
  .u-display--pc, .u-display--pc-inline {
    display: none !important; } }
@media screen and (min-width: 960px) {
  .u-display--sp, .u-display--sp-inline {
    display: none !important; }
  .u-display--pc {
    display: block !important; }
  .u-display--pc-inline {
    display: inline-block !important; } }

.p-grid, .p-grid--col1, .p-grid--pc-col1, .p-grid--sp-col1, .p-grid--col2, .p-grid--pc-col2, .p-grid--sp-col2, .p-grid--col3, .p-grid--pc-col3, .p-grid--sp-col3, .p-grid--col4, .p-grid--pc-col4, .p-grid--sp-col4, .p-grid--col5, .p-grid--pc-col5, .p-grid--sp-col5, .p-grid--col6, .p-grid--pc-col6, .p-grid--sp-col6, .p-grid--col7, .p-grid--pc-col7, .p-grid--sp-col7, .p-grid--col8, .p-grid--pc-col8, .p-grid--sp-col8, .p-grid--col9, .p-grid--pc-col9, .p-grid--sp-col9, .p-grid--col10, .p-grid--pc-col10, .p-grid--sp-col10 {
  /*********************************
    各種基本定数の設定
  *********************************/
  /*********************************
    各種スタイル
  *********************************/
  display: grid;
  column-gap: 60px;
  row-gap: 60px;
  /*********************************
    念のためリセット
  *********************************/ }
  @media screen and (min-width: 960px) {
    .p-grid, .p-grid--col1, .p-grid--pc-col1, .p-grid--sp-col1, .p-grid--col2, .p-grid--pc-col2, .p-grid--sp-col2, .p-grid--col3, .p-grid--pc-col3, .p-grid--sp-col3, .p-grid--col4, .p-grid--pc-col4, .p-grid--sp-col4, .p-grid--col5, .p-grid--pc-col5, .p-grid--sp-col5, .p-grid--col6, .p-grid--pc-col6, .p-grid--sp-col6, .p-grid--col7, .p-grid--pc-col7, .p-grid--sp-col7, .p-grid--col8, .p-grid--pc-col8, .p-grid--sp-col8, .p-grid--col9, .p-grid--pc-col9, .p-grid--sp-col9, .p-grid--col10, .p-grid--pc-col10, .p-grid--sp-col10 {
      column-gap: 60px;
      row-gap: 60px; } }
  @media screen and (max-width: 959px) {
    .p-grid, .p-grid--col1, .p-grid--pc-col1, .p-grid--sp-col1, .p-grid--col2, .p-grid--pc-col2, .p-grid--sp-col2, .p-grid--col3, .p-grid--pc-col3, .p-grid--sp-col3, .p-grid--col4, .p-grid--pc-col4, .p-grid--sp-col4, .p-grid--col5, .p-grid--pc-col5, .p-grid--sp-col5, .p-grid--col6, .p-grid--pc-col6, .p-grid--sp-col6, .p-grid--col7, .p-grid--pc-col7, .p-grid--sp-col7, .p-grid--col8, .p-grid--pc-col8, .p-grid--sp-col8, .p-grid--col9, .p-grid--pc-col9, .p-grid--sp-col9, .p-grid--col10, .p-grid--pc-col10, .p-grid--sp-col10 {
      column-gap: 20px;
      row-gap: 20px; } }
  @media screen and (min-width: 960px) {
    .p-grid--gap-l {
      column-gap: 50px;
      row-gap: 50px; } }
  @media screen and (max-width: 959px) {
    .p-grid--gap-l {
      column-gap: 30px;
      row-gap: 30px; } }
  .p-grid--col1 {
    grid-template-columns: repeat(1, 1fr); }
  @media screen and (min-width: 960px) {
    .p-grid--pc-col1 {
      grid-template-columns: repeat(1, 1fr); } }
  @media screen and (max-width: 959px) {
    .p-grid--sp-col1 {
      grid-template-columns: repeat(1, 1fr); } }
  .p-grid--col2 {
    grid-template-columns: repeat(2, 1fr); }
  @media screen and (min-width: 960px) {
    .p-grid--pc-col2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 959px) {
    .p-grid--sp-col2 {
      grid-template-columns: repeat(2, 1fr); } }
  .p-grid--col3 {
    grid-template-columns: repeat(3, 1fr); }
  @media screen and (min-width: 960px) {
    .p-grid--pc-col3 {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 959px) {
    .p-grid--sp-col3 {
      grid-template-columns: repeat(3, 1fr); } }
  .p-grid--col4 {
    grid-template-columns: repeat(4, 1fr); }
  @media screen and (min-width: 960px) {
    .p-grid--pc-col4 {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (max-width: 959px) {
    .p-grid--sp-col4 {
      grid-template-columns: repeat(4, 1fr); } }
  .p-grid--col5 {
    grid-template-columns: repeat(5, 1fr); }
  @media screen and (min-width: 960px) {
    .p-grid--pc-col5 {
      grid-template-columns: repeat(5, 1fr); } }
  @media screen and (max-width: 959px) {
    .p-grid--sp-col5 {
      grid-template-columns: repeat(5, 1fr); } }
  .p-grid--col6 {
    grid-template-columns: repeat(6, 1fr); }
  @media screen and (min-width: 960px) {
    .p-grid--pc-col6 {
      grid-template-columns: repeat(6, 1fr); } }
  @media screen and (max-width: 959px) {
    .p-grid--sp-col6 {
      grid-template-columns: repeat(6, 1fr); } }
  .p-grid--col7 {
    grid-template-columns: repeat(7, 1fr); }
  @media screen and (min-width: 960px) {
    .p-grid--pc-col7 {
      grid-template-columns: repeat(7, 1fr); } }
  @media screen and (max-width: 959px) {
    .p-grid--sp-col7 {
      grid-template-columns: repeat(7, 1fr); } }
  .p-grid--col8 {
    grid-template-columns: repeat(8, 1fr); }
  @media screen and (min-width: 960px) {
    .p-grid--pc-col8 {
      grid-template-columns: repeat(8, 1fr); } }
  @media screen and (max-width: 959px) {
    .p-grid--sp-col8 {
      grid-template-columns: repeat(8, 1fr); } }
  .p-grid--col9 {
    grid-template-columns: repeat(9, 1fr); }
  @media screen and (min-width: 960px) {
    .p-grid--pc-col9 {
      grid-template-columns: repeat(9, 1fr); } }
  @media screen and (max-width: 959px) {
    .p-grid--sp-col9 {
      grid-template-columns: repeat(9, 1fr); } }
  .p-grid--col10 {
    grid-template-columns: repeat(10, 1fr); }
  @media screen and (min-width: 960px) {
    .p-grid--pc-col10 {
      grid-template-columns: repeat(10, 1fr); } }
  @media screen and (max-width: 959px) {
    .p-grid--sp-col10 {
      grid-template-columns: repeat(10, 1fr); } }
  .p-grid img, .p-grid--col1 img, .p-grid--pc-col1 img, .p-grid--sp-col1 img, .p-grid--col2 img, .p-grid--pc-col2 img, .p-grid--sp-col2 img, .p-grid--col3 img, .p-grid--pc-col3 img, .p-grid--sp-col3 img, .p-grid--col4 img, .p-grid--pc-col4 img, .p-grid--sp-col4 img, .p-grid--col5 img, .p-grid--pc-col5 img, .p-grid--sp-col5 img, .p-grid--col6 img, .p-grid--pc-col6 img, .p-grid--sp-col6 img, .p-grid--col7 img, .p-grid--pc-col7 img, .p-grid--sp-col7 img, .p-grid--col8 img, .p-grid--pc-col8 img, .p-grid--sp-col8 img, .p-grid--col9 img, .p-grid--pc-col9 img, .p-grid--sp-col9 img, .p-grid--col10 img, .p-grid--pc-col10 img, .p-grid--sp-col10 img {
    max-width: 100%; }
  @media screen and (max-width: 959px) {
    .p-grid.sp0, .sp0.p-grid--col1, .sp0.p-grid--pc-col1, .sp0.p-grid--sp-col1, .sp0.p-grid--col2, .sp0.p-grid--pc-col2, .sp0.p-grid--sp-col2, .sp0.p-grid--col3, .sp0.p-grid--pc-col3, .sp0.p-grid--sp-col3, .sp0.p-grid--col4, .sp0.p-grid--pc-col4, .sp0.p-grid--sp-col4, .sp0.p-grid--col5, .sp0.p-grid--pc-col5, .sp0.p-grid--sp-col5, .sp0.p-grid--col6, .sp0.p-grid--pc-col6, .sp0.p-grid--sp-col6, .sp0.p-grid--col7, .sp0.p-grid--pc-col7, .sp0.p-grid--sp-col7, .sp0.p-grid--col8, .sp0.p-grid--pc-col8, .sp0.p-grid--sp-col8, .sp0.p-grid--col9, .sp0.p-grid--pc-col9, .sp0.p-grid--sp-col9, .sp0.p-grid--col10, .sp0.p-grid--pc-col10, .sp0.p-grid--sp-col10 {
      column-gap: 0;
      row-gap: 0; } }

.u-mtb--ll, .u-mbt--ll {
  margin-bottom: 100px !important;
  margin-top: 100px !important; }
.u-mtb--l, .u-mbt--l {
  margin-bottom: 50px !important;
  margin-top: 50px !important; }
.u-mtb--m, .u-mbt--m {
  margin-bottom: 40px !important;
  margin-top: 40px !important; }
.u-mtb--s, .u-mbt--s {
  margin-bottom: 20px !important;
  margin-top: 20px !important; }
.u-mtb--ss, .u-mbt--ss {
  margin-bottom: 10px !important;
  margin-top: 10px !important; }
.u-mtb--0, .u-mbt--0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }
.u-mb--ll {
  margin-bottom: 100px !important; }
.u-mb--l {
  margin-bottom: 50px !important; }
.u-mb--m {
  margin-bottom: 40px !important; }
.u-mb--s {
  margin-bottom: 20px !important; }
.u-mb--ss {
  margin-bottom: 10px !important; }
.u-mb--0 {
  margin-bottom: 0 !important; }
.u-mt--ll {
  margin-top: 100px !important; }
.u-mt--l {
  margin-top: 50px !important; }
.u-mt--m {
  margin-top: 40px !important; }
.u-mt--s {
  margin-top: 20px !important; }
.u-mt--ss {
  margin-top: 10px !important; }
.u-mt--0 {
  margin-top: 0 !important; }

.u-ptb--ll, .u-pbt--ll {
  padding-bottom: 100px !important;
  padding-top: 100px !important; }
.u-ptb--l, .u-pbt--l {
  padding-bottom: 50px !important;
  padding-top: 50px !important; }
.u-ptb--m, .u-pbt--m {
  padding-bottom: 40px !important;
  padding-top: 40px !important; }
.u-ptb--s, .u-pbt--s {
  padding-bottom: 20px !important;
  padding-top: 20px !important; }
.u-ptb--ss, .u-pbt--ss {
  padding-bottom: 10px !important;
  padding-top: 10px !important; }
.u-ptb--0, .u-pbt--0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }
.u-pb--ll {
  padding-bottom: 100px !important; }
.u-pb--l {
  padding-bottom: 50px !important; }
.u-pb--m {
  padding-bottom: 40px !important; }
.u-pb--s {
  padding-bottom: 20px !important; }
.u-pb--ss {
  padding-bottom: 10px !important; }
.u-pb--0 {
  padding-bottom: 0 !important; }
.u-pt--ll {
  padding-top: 100px !important; }
.u-pt--l {
  padding-top: 50px !important; }
.u-pt--m {
  padding-top: 40px !important; }
.u-pt--s {
  padding-top: 20px !important; }
.u-pt--ss {
  padding-top: 10px !important; }
.u-pt--0 {
  padding-top: 0 !important; }

@media screen and (max-width: 959px) {
  .u-mtb--ll, .u-mbt--ll {
    margin-bottom: 100px !important;
    margin-top: 100px !important; }
  .u-mtb--l, .u-mbt--l {
    margin-bottom: 40px !important;
    margin-top: 40px !important; }
  .u-mtb--m, .u-mbt--m {
    margin-bottom: 40px !important;
    margin-top: 40px !important; }
  .u-mtb--s, .u-mbt--s {
    margin-bottom: 20px !important;
    margin-top: 20px !important; }
  .u-mtb--ss, .u-mbt--ss {
    margin-bottom: 10px !important;
    margin-top: 10px !important; }
  .u-mtb--0, .u-mbt--0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important; }
  .u-mb--ll {
    margin-bottom: 100px !important; }
  .u-mb--l {
    margin-bottom: 40px !important; }
  .u-mb--m {
    margin-bottom: 40px !important; }
  .u-mb--s {
    margin-bottom: 20px !important; }
  .u-mb--ss {
    margin-bottom: 10px !important; }
  .u-mb--0 {
    margin-bottom: 0 !important; }
  .u-mt--ll {
    margin-top: 100px !important; }
  .u-mt--l {
    margin-top: 40px !important; }
  .u-mt--m {
    margin-top: 40px !important; }
  .u-mt--s {
    margin-top: 20px !important; }
  .u-mt--ss {
    margin-top: 10px !important; }
  .u-mt--0 {
    margin-top: 0 !important; }

  .u-ptb--ll, .u-pbt--ll {
    padding-bottom: 100px !important;
    padding-top: 100px !important; }
  .u-ptb--l, .u-pbt--l {
    padding-bottom: 40px !important;
    padding-top: 40px !important; }
  .u-ptb--m, .u-pbt--m {
    padding-bottom: 40px !important;
    padding-top: 40px !important; }
  .u-ptb--s, .u-pbt--s {
    padding-bottom: 20px !important;
    padding-top: 20px !important; }
  .u-ptb--ss, .u-pbt--ss {
    padding-bottom: 10px !important;
    padding-top: 10px !important; }
  .u-ptb--0, .u-pbt--0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
  .u-pb--ll {
    padding-bottom: 100px !important; }
  .u-pb--l {
    padding-bottom: 40px !important; }
  .u-pb--m {
    padding-bottom: 40px !important; }
  .u-pb--s {
    padding-bottom: 20px !important; }
  .u-pb--ss {
    padding-bottom: 10px !important; }
  .u-pb--0 {
    padding-bottom: 0 !important; }
  .u-pt--ll {
    padding-top: 100px !important; }
  .u-pt--l {
    padding-top: 40px !important; }
  .u-pt--m {
    padding-top: 40px !important; }
  .u-pt--s {
    padding-top: 20px !important; }
  .u-pt--ss {
    padding-top: 10px !important; }
  .u-pt--0 {
    padding-top: 0 !important; } }
.u-text--attention {
  color: #B9404F;
  font-size: 0.8em !important; }
.u-text--center {
  text-align: center !important; }
.u-text--large {
  font-size: 25px !important;
  letter-spacing: .08em; }
  @media screen and (max-width: 959px) {
    .u-text--large {
      font-size: 20px !important; } }
.u-text--ac {
  color: #B9404F; }
.u-text--lh-low {
  line-height: 1.2 !important; }
.u-text--lh-midium {
  line-height: 1.6 !important; }
.u-text--lh-high {
  line-height: 2 !important; }

.u-w1000 {
  max-width: 1040px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto; }
.u-w1200 {
  max-width: 1240px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto; }

/*# sourceMappingURL=style.css.map */
