@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not([fill]) {
  fill: currentColor; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* base default*/
html, body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  transition: ease-out; }

* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

html {
  line-height: 1.6;
  font-size: 16px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Cambria','Baskerville','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif; }

body {
  color: #4f4f4f;
  background-color: #fff; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

p {
  margin: 0;
  letter-spacing: .05em; }

a {
  text-decoration: none;
  color: #4f4f4f;
  transition: 0.5s; }
  a:hover {
    opacity: 0.8; }

address {
  font-style: normal; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

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

.sp_inline {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .pc_inline {
    display: none !important; }

  .sp_inline {
    display: inline-block !important; } }
@media screen and (max-width: 767px) {
  .l-header {
    padding-bottom: 0.4em; } }

.l-footer {
  padding-top: 6.5em; }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding-top: 2.7em;
      padding-bottom: 60px; } }

.l-container {
  margin: 0 auto;
  max-width: 95%; }
  @media screen and (min-width: 1300px) {
    .l-container {
      max-width: 1300px; } }
  @media screen and (max-width: 767px) {
    .l-container {
      max-width: 93%; } }
  @media screen and (max-width: 767px) {
    .l-container.-forWide {
      max-width: 100%; } }
  .l-container.-narrow {
    width: 90%; }
  .l-container.-forSub {
    width: 87%; }
    @media screen and (min-width: 1300px) {
      .l-container.-forSub {
        max-width: 1185px; } }
    @media screen and (max-width: 767px) {
      .l-container.-forSub {
        width: 93%; } }
  .l-container.-forNarrow {
    width: 85%; }
    @media screen and (min-width: 1300px) {
      .l-container.-forNarrow {
        max-width: 1000px; } }
    @media screen and (max-width: 767px) {
      .l-container.-forNarrow {
        width: 93%; } }

.l-spacer {
  padding: 3.3rem 0; }
  @media screen and (max-width: 767px) {
    .l-spacer {
      padding: 1.6rem 0; } }
  .l-spacer.-title {
    padding: 10rem 0 3rem; }
    @media screen and (max-width: 767px) {
      .l-spacer.-title {
        padding: 3rem 0 3rem; } }
  .l-spacer.-section {
    padding: 6.8rem 0; }
    @media screen and (max-width: 767px) {
      .l-spacer.-section {
        padding: 3rem 0; } }
  .l-spacer.-maximum {
    padding: 5rem 0; }
  .l-spacer.-minimum {
    padding: .5rem 0; }
  .l-spacer.-medium {
    padding: 2rem 0; }
  .l-spacer.-nobottom {
    padding-bottom: 0; }
  .l-spacer.-notop {
    padding-top: 0; }
  @media screen and (max-width: 767px) {
    .l-spacer.-button {
      padding: 2em 0; } }

.l-service {
  background-image: url(../img/bg_service.png);
  border-top: 1px solid #b49e68;
  background-repeat: repeat; }

@media screen and (max-width: 767px) {
  .l-letter {
    padding-top: 1em; } }

.l-commitment {
  padding-top: 15em; }
  @media screen and (max-width: 767px) {
    .l-commitment {
      padding-top: 5em; } }

.l-more {
  margin-top: 4em;
  margin-bottom: 8em; }

.l-staff {
  padding-top: 4.5em;
  padding-bottom: 4.5em; }
  @media screen and (max-width: 767px) {
    .l-staff {
      padding-top: 2.5em; } }

.l-privacy {
  padding-top: 3em;
  padding-bottom: 7em; }
  @media screen and (max-width: 767px) {
    .l-privacy {
      padding-top: 1em; } }

.l-course {
  padding-top: 2em;
  padding-bottom: 4em; }

.c-grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .c-grid {
      display: block; } }
  .c-grid__item {
    width: 100%; }
    .c-grid__item.-column2 {
      width: calc(100% / 2); }
      @media screen and (max-width: 767px) {
        .c-grid__item.-column2 {
          width: 100%; } }
    .c-grid__item.-column3 {
      padding: 0 1em;
      width: calc(100% / 3); }
      .c-grid__item.-column3:nth-child(n+4) {
        margin-top: 3rem; }
  .c-grid.-center {
    justify-content: center; }
  .c-grid.-reverce {
    flex-direction: row-reverse; }

.c-button {
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  border: 1px solid #b9a472;
  border-radius: 35px;
  padding: 15px 25px;
  position: relative;
  transition: 0.5s; }
  @media screen and (max-width: 767px) {
    .c-button {
      font-size: 1em;
      padding: 10px 20px; } }
  .c-button:hover {
    box-shadow: none;
    background-color: #b9a472;
    color: #fff;
    transition: 0.5s;
    background-size: contain; }
  .c-button.-pplus {
    padding: 25px 50px;
    border-radius: 45px; }
  .c-button.-staff {
    min-width: 330px;
    text-align: center;
    padding-right: 2.5em;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-button.-staff {
        margin-bottom: 1em;
        min-width: 280px; } }
    .c-button.-staff:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 40%;
      right: 30px;
      border-style: solid;
      border-width: 15px 10px 0 10px;
      border-color: #b49e68 transparent transparent transparent;
      transition: 0.5s; }
    .c-button.-staff:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 40%;
      right: 30px;
      border-style: solid;
      border-width: 4px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      z-index: 3;
      transition: 0.5s; }
    .c-button.-staff:hover:after {
      border-color: #b49e68 transparent transparent transparent;
      transition: 0.5s; }
    .c-button.-staff:hover:before {
      border-color: #fff transparent transparent transparent;
      transition: 0.5s; }

.c-title {
  font-size: 2.375em;
  font-weight: bold;
  display: block;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-title {
      font-size: 1.5em;
      font-weight: bold; } }
  .c-title::before {
    content: attr(title);
    position: absolute;
    height: 100%;
    font-size: 6.875rem;
    font-weight: normal;
    font-family: "Great Vibes", cursive;
    opacity: 0.1;
    bottom: 90px; }
    @media screen and (max-width: 767px) {
      .c-title::before {
        font-size: 4.375rem;
        bottom: 50px;
        font-weight: normal; } }
    @media screen and (max-width: 425px) {
      .c-title::before {
        font-size: 2.1em;
        bottom: 30px;
        font-weight: normal; } }
  .c-title::after {
    content: "";
    position: absolute;
    background-image: url(../img/title_bg.svg);
    background-size: contain;
    width: 217px;
    height: 100%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }

.c-subtitle {
  position: relative;
  overflow: hidden; }
  .c-subtitle:before {
    content: '';
    position: absolute;
    background: url(../img/about/title_before01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: 0%;
    top: 52%;
    display: block;
    width: 42vw;
    height: 43px; }
    @media screen and (max-width: 767px) {
      .c-subtitle:before {
        background: url(../img/sp/title_before.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 28vw;
        top: 60%; } }
  .c-subtitle:after {
    content: '';
    position: absolute;
    background: url(../img/about/title_after01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    right: 0%;
    top: 52%;
    display: block;
    width: 42vw;
    height: 43px; }
    @media screen and (max-width: 767px) {
      .c-subtitle:after {
        background: url(../img/sp/title_after.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 28vw;
        top: 60%; } }
  .c-subtitle.-privacy:before {
    width: 35vw;
    top: 57%; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-privacy:before {
        top: 44%;
        width: 28vw; } }
  .c-subtitle.-privacy:after {
    width: 35vw;
    top: 57%; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-privacy:after {
        top: 44%;
        width: 28vw; } }
  .c-subtitle.-contact:before {
    width: 40vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-contact:before {
        width: 24vw; } }
  .c-subtitle.-contact:after {
    width: 40vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-contact:after {
        width: 24vw; } }
  .c-subtitle.-other:before {
    width: 39vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-other:before {
        width: 24vw; } }
  .c-subtitle.-other:after {
    width: 39vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-other:after {
        width: 24vw; } }
  .c-subtitle.-memories:before {
    width: 39vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-memories:before {
        width: 24vw; } }
  .c-subtitle.-memories:after {
    width: 39vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-memories:after {
        width: 24vw; } }
  .c-subtitle.-information:before {
    width: 34vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-information:before {
        width: 24vw; } }
  .c-subtitle.-information:after {
    width: 34vw; }
    @media screen and (max-width: 767px) {
      .c-subtitle.-information:after {
        width: 24vw; } }

.c-title02 {
  font-size: 2.375em;
  font-weight: bold;
  display: block;
  margin-top: 3em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-title02 {
      font-size: 1.75em; } }
  .c-title02::before {
    content: attr(title);
    position: absolute;
    height: 100%;
    font-size: 6.875rem;
    font-weight: normal;
    font-family: "Great Vibes", cursive;
    opacity: 0.7;
    bottom: 120px; }
    @media screen and (max-width: 767px) {
      .c-title02::before {
        font-size: 5rem;
        bottom: 90px; } }
  .c-title02::after {
    content: '';
    position: absolute;
    height: 120px;
    background-color: #EEECE2;
    width: 100%;
    z-index: -1;
    bottom: -10px; }
  .c-title02.-staff {
    margin-top: 3.3em; }
    @media screen and (max-width: 767px) {
      .c-title02.-staff {
        margin-top: 3.6em; } }
    .c-title02.-staff::before {
      bottom: 140px; }
      @media screen and (max-width: 767px) {
        .c-title02.-staff::before {
          bottom: 100px; } }
  .c-title02.-privacy {
    margin-top: 3.3em; }
    .c-title02.-privacy::before {
      bottom: 142px; }
      @media screen and (max-width: 767px) {
        .c-title02.-privacy::before {
          bottom: 100px; } }
  .c-title02.-information {
    margin-top: 3.1em; }
    .c-title02.-information:before {
      bottom: 135px; }
      @media screen and (max-width: 767px) {
        .c-title02.-information:before {
          bottom: 80px;
          font-size: 3.8rem; } }

.c-heading {
  font-size: 2.375em;
  position: relative;
  line-height: 38px;
  margin-left: 3em; }
  @media screen and (max-width: 767px) {
    .c-heading {
      font-size: 1.5em;
      margin-left: 1.5em; } }
  .c-heading:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 88px;
    height: 2px;
    background-color: #b49e68;
    top: 25%;
    left: -10%; }
    @media screen and (max-width: 767px) {
      .c-heading:before {
        width: 25px; } }
  .c-heading:after {
    position: relative;
    content: attr(title);
    display: block;
    font-family: "Bodoni Moda", serif;
    font-size: 1.5rem; }
    @media screen and (max-width: 767px) {
      .c-heading:after {
        font-size: 1.125rem; } }

.c-subheading {
  font-size: 1.5em;
  position: relative;
  padding-left: 1em; }
  @media screen and (max-width: 767px) {
    .c-subheading {
      font-size: 1.25em; } }
  .c-subheading:before {
    content: '◆';
    position: absolute;
    color: #b49e68;
    font-size: 1rem;
    top: 15%;
    left: 0%; }

.c-text {
  font-size: 1.125em;
  line-height: 1.5em;
  padding-bottom: 0.7em; }

.c-border {
  border: none;
  width: 50vw;
  height: 2px;
  background-color: #e1d8c3;
  margin: 0.5em auto; }
  .c-border.-long {
    width: 60vw; }

.c-calltoaction {
  background-color: #ffeef2;
  width: 80%;
  max-width: 750px;
  margin: 0 auto 2em;
  padding-bottom: 2em; }
  @media screen and (max-width: 767px) {
    .c-calltoaction {
      width: 100%; } }
  .c-calltoaction__text {
    font-size: 1.5em;
    text-align: center;
    padding-top: 0.5em; }
    @media screen and (max-width: 767px) {
      .c-calltoaction__text {
        font-size: 1.125em; } }
  .c-calltoaction__middle {
    width: 75%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .c-calltoaction__middle {
        width: 95%; } }
  .c-calltoaction__tel-time {
    font-size: 1.5em;
    line-height: 40px;
    position: relative;
    padding-top: 0.5em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-calltoaction__tel-time {
        font-size: 1.125em;
        padding-left: 0;
        text-align: center; } }
  .c-calltoaction__tel-number {
    margin-left: 1.4em;
    font-size: 3rem; }
    @media screen and (max-width: 767px) {
      .c-calltoaction__tel-number {
        font-size: 2.5rem;
        margin-left: 0.4em; } }
    @media screen and (max-width: 425px) {
      .c-calltoaction__tel-number {
        font-size: 2rem; } }
    .c-calltoaction__tel-number:before {
      content: '';
      position: relative;
      background-image: url(../img/freecallicon.png);
      display: inline-block;
      background-repeat: no-repeat;
      background-size: contain;
      width: 80px;
      height: 45px;
      top: 5px; }
      @media screen and (max-width: 767px) {
        .c-calltoaction__tel-number:before {
          width: 60px;
          top: 13px; } }
  .c-calltoaction__form {
    background-color: #fff;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #b49e68;
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em; }
    @media screen and (max-width: 767px) {
      .c-calltoaction__form {
        width: 90%; } }
    .c-calltoaction__form a {
      color: #b49e68;
      font-size: 1.75em;
      display: block;
      position: relative; }
      @media screen and (max-width: 767px) {
        .c-calltoaction__form a {
          font-size: 1.25em; } }
      @media screen and (max-width: 425px) {
        .c-calltoaction__form a {
          font-size: 1em; } }
      .c-calltoaction__form a:before {
        position: absolute;
        content: '';
        display: block;
        background-image: url(../img/mailicon.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 60px;
        height: 50px;
        left: 12%;
        top: -5%; }
        @media screen and (max-width: 767px) {
          .c-calltoaction__form a:before {
            width: 35px;
            height: 37px;
            left: 9%;
            top: -2%; } }
        @media screen and (max-width: 425px) {
          .c-calltoaction__form a:before {
            top: 0;
            height: 24px;
            width: 30px; } }

@media screen and (max-width: 767px) {
  .p-header {
    position: relative; }
    .p-header:after {
      position: absolute;
      background-image: url(../img/header_line.png);
      content: '';
      width: 100%;
      height: 115%;
      background-position: center;
      background-size: 250%;
      top: 65%;
      z-index: 5; } }
.p-header__top {
  display: flex;
  justify-content: space-between; }
  .p-header__top-left {
    padding-top: 0.5em; }
    @media screen and (max-width: 767px) {
      .p-header__top-left {
        width: 64%; }
        .p-header__top-left img {
          width: 100%; } }
  .p-header__top-right {
    display: flex;
    align-items: center; }
.p-header__freedial {
  padding-right: 2em; }
  .p-header__freedial img {
    width: 100%; }
.p-header__nav {
  border-top: 1px solid #b49e68;
  position: relative;
  top: -7px; }
  .p-header__nav::after {
    position: absolute;
    background-image: url(../img/header_line.png);
    content: '';
    width: 100%;
    height: 115%;
    background-position: center;
    top: 50%;
    z-index: 5; }
.p-header__flex {
  display: flex;
  justify-content: space-between; }
.p-header__list {
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em; }
  .p-header__list-item {
    margin-right: 2em;
    position: relative; }
    .p-header__list-item a:hover {
      transition: 0.5s;
      transform: scale(0.95, 0.95);
      opacity: 0.8; }
    @media screen and (min-width: 1300px) {
      .p-header__list-item {
        margin-right: 4em; } }
    .p-header__list-item:last-of-type {
      margin-right: 0; }
  .p-header__list-jp {
    display: block;
    text-align: center;
    font-size: 1em;
    width: 100%;
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 1300px) {
      .p-header__list-jp {
        font-size: 1.125em; } }
    .p-header__list-jp:hover {
      opacity: 1; }
    .p-header__list-jp:before {
      position: relative;
      content: attr(title);
      display: block;
      text-align: center;
      font-size: 1.25em;
      font-family: "Bodoni Moda", serif;
      width: 100%; }
      @media screen and (min-width: 1300px) {
        .p-header__list-jp:before {
          font-size: 1.5em; } }
      @media screen and (max-width: 1200px) {
        .p-header__list-jp:before {
          font-size: 1.125em; } }
.p-header__mail img {
  width: 100%; }
@media screen and (max-width: 767px) {
  .p-header__logo {
    position: relative;
    top: 5px; } }

.p-humberger__menu {
  position: absolute;
  height: 20px;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 99;
  outline: none; }
  .p-humberger__menu-line {
    background: #b49e68;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%; }
    .p-humberger__menu-line.active {
      background-color: #fff; }
    .p-humberger__menu-line.-top {
      top: 0; }
      .p-humberger__menu-line.-top.active {
        background-color: #fff; }
    .p-humberger__menu-line.-middle {
      top: 9px; }
      .p-humberger__menu-line.-middle.active {
        background-color: #fff; }
    .p-humberger__menu-line.-bottom {
      bottom: 0; }
      .p-humberger__menu-line.-bottom.active {
        color: #fff; }
.p-humberger__gnav {
  background-color: rgba(180, 158, 104, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98; }
  .p-humberger__gnav-wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%; }
  .p-humberger__gnav-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; }
    .p-humberger__gnav-menu-item {
      margin: 40px 0 40px 10px;
      transition-timing-function: ease-in; }
      .p-humberger__gnav-menu-item a {
        color: #fff;
        font-size: 1.375em;
        padding: 0 0 0 0.3em;
        transition: 0.5s; }
.p-humberger__line {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg); }
  .p-humberger__line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg); }
.p-humberger__close-button {
  display: flex;
  align-items: center;
  margin: 0 auto;
  outline: none; }
.p-humberger__circle {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 15px 20px; }
.p-humberger__en {
  font-size: 0.75em;
  padding-left: 0.5em;
  position: relative; }
  .p-humberger__en:before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: #fff;
    top: 10%;
    left: 3px; }

.p-footer {
  border-top: 4px solid #b49e68;
  position: relative; }
  .p-footer:after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 2px solid #b49e68;
    top: 7px; }
  .p-footer__nav {
    padding-bottom: 3em; }
  .p-footer__list {
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    margin: 0 auto;
    justify-content: center;
    line-height: 40px; }
  .p-footer__middle {
    display: flex;
    justify-content: space-between;
    margin-bottom: -2em;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .p-footer__middle {
        display: block; } }
  @media screen and (max-width: 767px) {
    .p-footer__company-sp {
      padding-top: 2em;
      padding-bottom: 2em;
      font-size: 1.25em;
      width: 90%;
      margin: 0 auto; } }
  @media screen and (max-width: 425px) {
    .p-footer__company-sp {
      font-size: 1.125em; } }
  .p-footer__company-name {
    font-size: 1.5em; }
    @media screen and (max-width: 1200px) {
      .p-footer__company-name {
        font-size: 1.5em; } }
    @media screen and (max-width: 767px) {
      .p-footer__company-name {
        font-size: 1.125em; } }
  .p-footer__company-address {
    font-size: 1.25em;
    line-height: 36px;
    padding-bottom: 0.75em; }
    @media screen and (max-width: 1200px) {
      .p-footer__company-address {
        font-size: 1.125em; } }
    @media screen and (max-width: 767px) {
      .p-footer__company-address-sp {
        font-size: 0.75em; } }
  @media screen and (max-width: 767px) {
    .p-footer__sns {
      text-align: center;
      padding-top: 1.25em; } }
  .p-footer__sns-instagram {
    margin-right: 20px; }
  .p-footer__sns-facebook {
    margin-right: 20px; }
  .p-footer__right-top {
    padding-bottom: 2em; }
    @media screen and (max-width: 1200px) {
      .p-footer__right-top {
        text-align: right; }
        .p-footer__right-top img {
          width: 80%; } }
  @media screen and (max-width: 1200px) {
    .p-footer__right-bottom {
      text-align: right; }
      .p-footer__right-bottom img {
        width: 80%; } }
  .p-footer__logo {
    height: 400px;
    background-image: url(../img/footer_logo.png);
    width: 100%;
    background-position: center;
    text-align: center;
    margin-bottom: -2em; }
    @media screen and (max-width: 767px) {
      .p-footer__logo {
        margin-bottom: -3em;
        margin-top: 0; } }
    .p-footer__logo a {
      display: inline-block; }
    .p-footer__logo-img {
      margin: 0 auto;
      position: relative; }
  .p-footer__copyright {
    background-color: #252525; }
    .p-footer__copyright-text {
      color: #fff;
      text-align: center;
      font-size: 0.875em;
      padding: 0.8em 0; }
  .p-footer__sp {
    width: 100%; }
    .p-footer__sp-tel {
      width: 80%;
      margin: 0 auto; }
      .p-footer__sp-tel img {
        width: 100%; }
    .p-footer__sp-mail {
      width: 60%;
      margin: 0 auto;
      padding-top: 1em; }
      .p-footer__sp-mail img {
        width: 100%; }
    .p-footer__sp-nav {
      background-color: #e4dcc9;
      padding: 1em 1.5em; }
    .p-footer__sp-list {
      display: flex;
      flex-wrap: wrap; }
      .p-footer__sp-list-item {
        font-size: 1.125em;
        width: 45%;
        padding-bottom: 10px; }
        @media screen and (max-width: 425px) {
          .p-footer__sp-list-item {
            font-size: 0.85em; } }
        .p-footer__sp-list-item:first-child {
          width: 100%; }
    .p-footer__sp-text {
      text-align: center;
      font-size: 0.875em; }

.p-mv {
  position: relative;
  top: 7px; }
  .p-mv__slide {
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .p-mv__slide {
        height: 420px;
        object-fit: cover; } }
    @media screen and (max-width: 767px) {
      .p-mv__slide {
        height: auto; } }
  .p-mv__wrapper {
    position: absolute;
    content: "";
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 1300px) {
      .p-mv__wrapper {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .p-mv__wrapper {
        width: 90%;
        transform: none;
        top: 10%;
        left: 0;
        padding-left: 3%; } }
    @media screen and (max-width: 425px) {
      .p-mv__wrapper {
        width: 90%; } }
  .p-mv__lead {
    font-size: 2.5em;
    text-align: center; }
    @media screen and (min-width: 1300px) {
      .p-mv__lead {
        font-size: 3.125em; } }
    @media screen and (max-width: 767px) {
      .p-mv__lead {
        font-size: 2em;
        text-align: left; } }
    @media screen and (max-width: 425px) {
      .p-mv__lead {
        font-size: 1.5em; } }
  .p-mv__text {
    font-size: 1.5em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-mv__text {
        text-align: left; } }
    @media screen and (max-width: 425px) {
      .p-mv__text {
        font-size: 1.125em;
        padding-top: 0.5em; } }
  .p-mv__price {
    text-align: center;
    margin: 1em auto;
    max-width: 42%;
    background-color: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 767px) {
      .p-mv__price {
        max-width: 70%;
        text-align: left;
        margin: 0;
        padding-left: 0.5em; } }
    @media screen and (max-width: 425px) {
      .p-mv__price {
        max-width: 70%; } }
    .p-mv__price-text {
      font-size: 1.375em;
      padding: 1em 0.5em 1em;
      line-height: 38px; }
      .p-mv__price-text span {
        font-size: 1.7em; }
      @media screen and (max-width: 425px) {
        .p-mv__price-text {
          margin-top: 1em;
          font-size: 1em;
          line-height: 30px;
          padding: 0.5em 0.2em; } }

.p-flow {
  background-image: url(../img/bg_flow.png);
  background-position: bottom;
  border-top: 4px solid #b49e68;
  position: relative; }
  .p-flow:after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px solid #b49e68;
    top: 8px; }
  .p-flow__step {
    padding-top: 7em;
    display: flex; }
    @media screen and (max-width: 1200px) {
      .p-flow__step {
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .p-flow__step {
        display: block;
        padding-top: 4em; } }
    .p-flow__step-item {
      width: 20%; }
      @media screen and (max-width: 767px) {
        .p-flow__step-item {
          width: 100%; } }
      @media screen and (max-width: 1200px) {
        .p-flow__step-item {
          width: 18%; } }
      .p-flow__step-item:nth-of-type(3) {
        width: 40%; }
        @media screen and (max-width: 767px) {
          .p-flow__step-item:nth-of-type(3) {
            width: 100%; } }
    .p-flow__step-top {
      text-align: center;
      padding-bottom: 3em; }
      @media screen and (max-width: 767px) {
        .p-flow__step-top {
          order: 2;
          width: 100%; } }
    .p-flow__step-title {
      font-size: 1.25em;
      font-weight: normal;
      position: relative;
      text-align: center; }
      @media screen and (min-width: 1300px) {
        .p-flow__step-title {
          font-size: 1.5em; } }
      .p-flow__step-title:after {
        position: absolute;
        content: '';
        display: block;
        margin: 0 auto;
        background-image: url(../img/flow_line.png);
        width: 100%;
        height: 100px;
        top: 0;
        background-position: center; }
        @media screen and (max-width: 1200px) {
          .p-flow__step-title:after {
            background-size: contain; } }
        @media screen and (max-width: 767px) {
          .p-flow__step-title:after {
            background-size: auto; } }
      .p-flow__step-title.twocolumn:after {
        background-image: url(../img/flow_line_l.png); }
    .p-flow__step-middle {
      padding-bottom: 2em;
      text-align: center; }
      .p-flow__step-middle img {
        width: 95%; }
        @media screen and (min-width: 1300px) {
          .p-flow__step-middle img {
            width: 80%; } }
        @media screen and (max-width: 767px) {
          .p-flow__step-middle img {
            margin: 0 auto;
            width: 232px; } }
      @media screen and (max-width: 767px) {
        .p-flow__step-middle {
          order: 0;
          width: 100%;
          padding-bottom: 1em; } }
    .p-flow__step-bottom {
      text-align: center;
      font-size: 1.25em; }
      @media screen and (min-width: 1300px) {
        .p-flow__step-bottom {
          font-size: 1.5em; } }
      @media screen and (max-width: 767px) {
        .p-flow__step-bottom {
          font-size: 1em; } }
    .p-flow__step-number {
      color: #b49e68;
      font-weight: bold;
      font-size: 1.125em;
      padding-right: 0.2em; }
  .p-flow__flexInner {
    display: flex;
    justify-content: center; }
    .p-flow__flexInner-item {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .p-flow__flexInner-item {
          width: 40%;
          padding: 5px; }
          .p-flow__flexInner-item img {
            width: 100%; } }
      @media screen and (max-width: 1200px) {
        .p-flow__flexInner-item {
          width: 47%; } }
  .p-flow__button {
    background-color: #fff;
    padding: 12px 40px; }
  .p-flow__text {
    padding-top: 5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 767px) {
      .p-flow__text {
        padding-top: 1em; } }
  @media screen and (max-width: 767px) {
    .p-flow__flex-forSP {
      display: flex;
      flex-wrap: wrap; } }

.p-service {
  padding-top: 7.6em;
  padding-bottom: 7.6em; }
  .p-service.-sub {
    padding-top: 2em; }
  @media screen and (max-width: 767px) {
    .p-service {
      padding-top: 3em;
      padding-bottom: 3em; } }
  .p-service__inner {
    background-color: #fff;
    padding: 2em; }
    @media screen and (max-width: 767px) {
      .p-service__inner {
        padding: 0.5em; } }
    .p-service__inner-narrow {
      width: 80%;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .p-service__inner-narrow {
          width: 100%; } }
    .p-service__inner-narrow2 {
      width: 100%; }
      @media screen and (min-width: 1300px) {
        .p-service__inner-narrow2 {
          width: 83%;
          margin: 5em auto 0; } }
      @media screen and (max-width: 767px) {
        .p-service__inner-narrow2 {
          width: 100%;
          margin: 1em auto 0; } }
  .p-service__title {
    padding-top: 5em; }
    @media screen and (max-width: 767px) {
      .p-service__title {
        padding-top: 3em; } }
  .p-service__text {
    text-align: center;
    padding-top: 5em;
    font-size: 1.125em; }
    @media screen and (max-width: 767px) {
      .p-service__text {
        font-size: 1em;
        padding-top: 2.5em; } }
  .p-service__flex {
    padding-top: 1em;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .p-service__flex.-sp {
        display: block; } }
    .p-service__flex-item {
      background-image: url(../img/circle.svg);
      width: 325px;
      height: 325px;
      text-align: center;
      background-size: contain;
      padding-top: 2em; }
      .p-service__flex-item.-sp {
        margin: 0 auto;
        width: 240px;
        height: 240px;
        background-position: center;
        padding-top: 4em; }
        @media screen and (max-width: 425px) {
          .p-service__flex-item.-sp {
            padding-top: 4.5em; } }
        @media screen and (max-width: 425px) {
          .p-service__flex-item.-sp:first-of-type {
            margin-bottom: -80px; } }
        @media screen and (max-width: 425px) {
          .p-service__flex-item.-sp {
            width: 45%; } }
      .p-service__flex-item:nth-of-type(2) {
        margin-top: 4em; }
        @media screen and (max-width: 767px) {
          .p-service__flex-item:nth-of-type(2) {
            margin-top: 0; } }
    .p-service__flex-lead {
      padding-top: 2em;
      text-align: center; }
      @media screen and (max-width: 1200px) {
        .p-service__flex-lead {
          padding-top: 1em; } }
      @media screen and (max-width: 767px) {
        .p-service__flex-lead {
          padding-top: 0.3em;
          font-size: 0.875em; } }
      @media screen and (max-width: 425px) {
        .p-service__flex-lead {
          font-size: 0.75em; } }
    .p-service__flex-title {
      padding-top: 1.5em;
      font-size: 1.75em;
      display: inline-block;
      margin: 0 auto;
      position: relative;
      border-bottom: 1px solid #b49e68; }
      @media screen and (max-width: 767px) {
        .p-service__flex-title {
          font-size: 1.25em;
          padding-top: 0.5em;
          font-weight: normal; } }
      @media screen and (max-width: 425px) {
        .p-service__flex-title {
          font-size: 1em; } }
      .p-service__flex-title::before {
        content: '';
        position: absolute;
        border-bottom: 2px solid #b49e68;
        width: 100%;
        bottom: 2px; }
  .p-service__description {
    display: flex;
    justify-content: center;
    padding-bottom: 3em; }
    @media screen and (max-width: 767px) {
      .p-service__description {
        display: block; } }
    @media screen and (min-width: 1300px) {
      .p-service__description-item {
        padding: 0 2em; } }
    .p-service__description-item img {
      width: 100%; }
  .p-service__set {
    padding-left: 3em; }
    @media screen and (max-width: 767px) {
      .p-service__set {
        padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .p-service__set-top {
        padding-top: 1em; } }
    .p-service__set-middle {
      padding-top: 1em; }
    .p-service__set-title {
      font-size: 1.75em;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .p-service__set-title {
          font-size: 1.375em; } }
    .p-service__set-bottom {
      padding-top: 0.5em; }
      @media screen and (max-width: 767px) {
        .p-service__set-bottom {
          padding-top: 1em; } }
    @media screen and (max-width: 767px) {
      .p-service__set-action {
        text-align: center;
        padding-top: 2em; } }
    .p-service__set-strong {
      font-size: 1.25em; }
      @media screen and (max-width: 767px) {
        .p-service__set-strong {
          font-size: 1.75em; } }
    .p-service__set-small {
      font-size: 1.125rem; }
  .p-service__list-item {
    font-size: 1.375em;
    padding-top: 0.1em; }
    @media screen and (max-width: 767px) {
      .p-service__list-item {
        font-size: 1em; } }
  .p-service__button {
    margin-top: 1em;
    padding: 12px 40px; }
    @media screen and (max-width: 767px) {
      .p-service__button {
        text-align: center;
        margin: 0 auto;
        padding: 7px 30px; } }
  @media screen and (max-width: 767px) {
    .p-service__sp-flex {
      display: flex; } }
  .p-service__tab {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .p-service__tab {
        display: block; } }
    .p-service__tab-left {
      padding-right: 2em; }
      @media screen and (max-width: 767px) {
        .p-service__tab-left {
          padding-right: 0;
          padding-bottom: 1em;
          text-align: center; } }
    .p-service__tab-right {
      padding-left: 2em; }
      @media screen and (max-width: 767px) {
        .p-service__tab-right {
          padding-left: 0;
          text-align: center; } }
  .p-service__buttons {
    font-size: 1.5em;
    min-width: 380px;
    display: inline-block;
    text-align: center;
    padding: 1em 1.5em;
    border: 1px solid #b49e68;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-service__buttons {
        min-width: 90%;
        font-size: 1.25em;
        padding: 0.5em 1.5em; } }
    .p-service__buttons:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 40%;
      right: 30px;
      border-style: solid;
      border-width: 15px 10px 0 10px;
      border-color: #b49e68 transparent transparent transparent;
      transition: 0.5s; }
    .p-service__buttons:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 40%;
      right: 30px;
      border-style: solid;
      border-width: 4px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      z-index: 3;
      transition: 0.5s; }
    .p-service__buttons:hover {
      background-color: #b9a472;
      color: #fff;
      transition: 0.5s; }
      .p-service__buttons:hover:after {
        border-color: #b49e68 transparent transparent transparent;
        transition: 0.5s; }
      .p-service__buttons:hover:before {
        border-color: #fff transparent transparent transparent;
        transition: 0.5s; }

.p-introduction__flex {
  display: flex;
  justify-content: center;
  margin: 5em auto; }
  @media screen and (max-width: 767px) {
    .p-introduction__flex {
      display: block;
      background: url(../img/sp/img_02.png);
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      margin: 3em auto 1em; } }
  @media screen and (max-width: 767px) {
    .p-introduction__flex.-rows {
      background: url(../img/sp/img_03.png);
      background-repeat: no-repeat; } }
.p-introduction__left {
  width: 100%; }
  .p-introduction__left img {
    display: block;
    margin: 0 3.5em 0 auto;
    width: 85%; }
    @media screen and (max-width: 767px) {
      .p-introduction__left img {
        width: 100%; } }
  @media screen and (min-width: 1300px) {
    .p-introduction__left img {
      width: 85%; } }
  @media screen and (max-width: 1200px) {
    .p-introduction__left {
      width: 50%; }
      .p-introduction__left img {
        width: 100%; } }
.p-introduction__right {
  width: 100%;
  margin-left: 3.5em;
  position: relative; }
  .p-introduction__right img {
    width: 85%; }
  @media screen and (max-width: 1200px) {
    .p-introduction__right {
      width: 50%; }
      .p-introduction__right img {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .p-introduction__right {
      margin: 0;
      width: 100%; } }
  .p-introduction__right:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: rgba(255, 243, 246, 0.6);
    width: 100%;
    height: 65%;
    z-index: -1;
    top: 15%;
    right: 20%; }
    @media screen and (max-width: 767px) {
      .p-introduction__right:before {
        width: 0%;
        display: none; } }
  .p-introduction__right:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: #f0ece1;
    width: 97%;
    height: 65%;
    z-index: -2;
    top: 20%;
    right: 15%; }
    @media screen and (max-width: 767px) {
      .p-introduction__right:after {
        width: 0%;
        display: none; } }
.p-introduction__right.-rows {
  margin-left: 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .p-introduction__right.-rows img {
      width: 100%; } }
  .p-introduction__right.-rows:after {
    display: none; }
  .p-introduction__right.-rows:before {
    display: none; }
.p-introduction__left.-rows {
  width: 100%;
  padding-left: 10%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-introduction__left.-rows {
      padding-left: 0; } }
  .p-introduction__left.-rows:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: rgba(255, 243, 246, 0.6);
    width: 100%;
    height: 70%;
    z-index: -1;
    top: 15%;
    left: 12%; }
    @media screen and (max-width: 767px) {
      .p-introduction__left.-rows:before {
        width: 0%;
        display: none; } }
  .p-introduction__left.-rows:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: #f0ece1;
    width: 90%;
    height: 70%;
    z-index: -2;
    top: 20%;
    left: 7%; }
    @media screen and (max-width: 767px) {
      .p-introduction__left.-rows:after {
        width: 0%;
        display: none; } }
.p-introduction__title {
  font-size: 3.625em;
  font-weight: normal;
  padding-top: 1em; }
  @media screen and (max-width: 1200px) {
    .p-introduction__title {
      font-size: 2.5em; } }
  @media screen and (max-width: 767px) {
    .p-introduction__title {
      font-size: 1.75em;
      color: #fff;
      padding-left: 3%; } }
.p-introduction__middle {
  padding-top: 4em; }
  @media screen and (max-width: 1200px) {
    .p-introduction__middle {
      padding-top: 2.5em; } }
  @media screen and (max-width: 767px) {
    .p-introduction__middle {
      padding-top: 0.5em;
      color: #fff;
      padding-left: 3%; } }
  .p-introduction__middle-text {
    font-size: 1.125em; }
    @media screen and (max-width: 767px) {
      .p-introduction__middle-text {
        font-size: 1em; } }
.p-introduction__bottom {
  padding-top: 7em; }
  @media screen and (max-width: 767px) {
    .p-introduction__bottom {
      padding-top: 2em;
      padding-bottom: 2em;
      text-align: center; } }
  @media screen and (max-width: 1200px) {
    .p-introduction__bottom {
      padding-top: 5em; } }
  @media screen and (max-width: 767px) {
    .p-introduction__bottom {
      padding-top: 3em; } }
.p-introduction__button {
  background-color: #fff; }

.p-letter__container {
  position: relative;
  background-image: url(../img/bg_lead.png);
  background-position: center;
  width: 100%;
  height: 917px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .p-letter__container {
      background-image: url(../img/sp/bg_lead.png);
      background-size: cover;
      background-position: bottom;
      height: 827px; } }
  .p-letter__container-item {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 30%; }
    @media screen and (max-width: 767px) {
      .p-letter__container-item {
        width: 80%;
        top: 47%; } }
.p-letter__title {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-letter__title {
      padding-top: 2em;
      padding-bottom: 1.5em; } }
.p-letter__sentence {
  padding-bottom: 1em;
  padding-top: 1em; }
  @media screen and (max-width: 767px) {
    .p-letter__sentence {
      padding-bottom: 0.5em;
      padding-top: 0.5em; } }
.p-letter__button {
  padding: 25px 50px;
  border-radius: 45px;
  margin: 0.5em 2em; }
  @media screen and (max-width: 767px) {
    .p-letter__button {
      padding: 15px 25px;
      margin: 0.5em 1em; } }

.p-information__wrapper {
  margin: 5em auto;
  background-position: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  border-top: 1px solid #7c5e41;
  border-bottom: 1px solid #7c5e41;
  position: relative;
  background-image: none;
  width: 100%;
  height: auto;
  margin: 3em auto; }
  @media screen and (min-width: 1300px) {
    .p-information__wrapper {
      background-image: url(../img/bg_information.svg);
      width: 1131px;
      height: 315px;
      padding-top: 2.5em;
      border: none;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .p-information__wrapper {
      margin: 1em auto 3em; } }
  .p-information__wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 4px solid #7c5e41;
    top: -10px; }
    @media screen and (min-width: 1300px) {
      .p-information__wrapper:before {
        border: none; } }
  .p-information__wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 4px solid #7c5e41;
    bottom: -10px; }
    @media screen and (min-width: 1300px) {
      .p-information__wrapper:after {
        border: none; } }
.p-information__line {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 0.8em;
  padding-top: 1em; }
  @media screen and (min-width: 1300px) {
    .p-information__line {
      width: 83%; } }
  @media screen and (max-width: 767px) {
    .p-information__line {
      display: block;
      width: 95%;
      padding-top: 1.5em; } }
  .p-information__line:last-of-type {
    padding-bottom: 0; }
.p-information__date {
  padding-right: 1em; }
  @media screen and (max-width: 767px) {
    .p-information__date {
      display: inline-block; } }
.p-information__tag {
  margin-right: 1em;
  background-color: #b49e68;
  font-size: 0.875em;
  display: inline-block;
  padding: 0 10px;
  border-radius: 30px;
  color: #fff; }
  .p-information__tag p {
    min-width: 60px; }
  @media screen and (max-width: 767px) {
    .p-information__tag {
      display: inline-block; } }
.p-information__title {
  overflow: hidden;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .p-information__title {
      white-space: normal;
      overflow: visible; } }
  .p-information__title h3 {
    font-size: 1.125em;
    font-weight: normal; }
.p-information__button {
  margin-bottom: 2.5em;
  padding: 15px 30px; }
.p-information__link {
  display: block; }
  .p-information__link:hover {
    opacity: 1;
    transform: scale(0.99, 0.99); }

.p-column {
  background-color: #ffeef2;
  background: linear-gradient(180deg, #ffeef2 0%, white 50%);
  padding-top: 7.8em;
  padding-bottom: 5em;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .p-column {
      padding-top: 3em; } }
  .p-column:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../img/bg_animals01.png);
    background-position: bottom left;
    width: 580px;
    height: 580px;
    background-repeat: no-repeat;
    bottom: -13%;
    left: -5%;
    opacity: 0.5; }
    @media screen and (max-width: 1200px) {
      .p-column:before {
        width: 350px;
        height: 350px;
        background-size: contain;
        bottom: -8%; } }
    @media screen and (max-width: 767px) {
      .p-column:before {
        width: 180px;
        height: 180px;
        background-size: cover;
        bottom: -4%; } }
  .p-column:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../img/bg_animals02.png);
    background-position: bottom right;
    width: 580px;
    height: 580px;
    background-repeat: no-repeat;
    bottom: -17%;
    right: -5%;
    opacity: 0.5; }
    @media screen and (max-width: 1200px) {
      .p-column:after {
        width: 350px;
        height: 350px;
        background-size: contain;
        bottom: -8%; } }
    @media screen and (max-width: 767px) {
      .p-column:after {
        width: 180px;
        height: 180px;
        background-size: cover;
        bottom: -4%; } }
  .p-column__container {
    background-color: #fff; }
  .p-column__list {
    width: 85%;
    display: flex;
    justify-content: center;
    margin: 5em auto 3em; }
    @media screen and (max-width: 767px) {
      .p-column__list {
        margin: 2em auto 1em;
        flex-wrap: wrap;
        width: 95%;
        justify-content: flex-start; } }
    .p-column__list-item {
      width: 21%;
      margin-left: calc(16% / 3);
      position: relative;
      z-index: 20;
      transition: 0.5s; }
      @media screen and (max-width: 767px) {
        .p-column__list-item {
          width: 42%;
          margin-left: calc(8% / 2);
          margin-right: calc(8% / 2);
          padding-bottom: 2em; } }
      .p-column__list-item:hover {
        transform: translateY(-5px); }
      @media screen and (max-width: 767px) {
        .p-column__list-item:nth-of-type(n+3) {
          padding-bottom: 0em; } }
      .p-column__list-item img {
        width: 100%;
        height: 180px;
        object-fit: cover; }
        @media screen and (max-width: 767px) {
          .p-column__list-item img {
            height: 100px; } }
      .p-column__list-item:first-of-type {
        margin-left: 0; }
        @media screen and (max-width: 767px) {
          .p-column__list-item:first-of-type {
            margin-left: calc(8% / 2); } }
    .p-column__list-date {
      font-size: 1.75em;
      text-align: center;
      padding-top: 0.5em;
      padding-bottom: 0.5rem; }
      @media screen and (max-width: 767px) {
        .p-column__list-date {
          font-size: 1.25em; } }
    .p-column__list-title {
      font-size: 1.125em;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .p-column__list-title {
          font-size: 1em; } }

.p-floating {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 100; }
  .p-floating__wrapper {
    background: rgba(255, 255, 255, 0.8);
    padding: 1em; }
  .p-floating__middle {
    display: flex;
    align-items: center; }
    .p-floating__middle-phone {
      font-size: 2.5em; }
  .p-floating__text {
    font-size: 1.75em;
    text-align: center;
    padding-bottom: 0.3em; }
  .p-floating__bottom {
    font-size: 1.125em;
    text-align: center; }

.p-topscroll {
  position: relative; }
  .p-topscroll__wrapper {
    position: absolute;
    right: 3%;
    background-color: #b49e68;
    color: #fff;
    height: 70px;
    padding: 2em 0.8em 0.2em;
    top: -177px; }
    @media screen and (max-width: 767px) {
      .p-topscroll__wrapper {
        top: -116px; } }
  .p-topscroll__text {
    position: relative;
    transition: 0.3s; }
    .p-topscroll__text:hover {
      transform: scale(1.05, 1.05);
      transition: 0.3s; }
    .p-topscroll__text:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 20px;
      height: 20px;
      border-bottom: 1px solid #fff;
      bottom: 15px;
      right: 8px;
      border-left: 1px solid #fff;
      transform: rotate(135deg); }
    .p-topscroll__text:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 20px;
      height: 20px;
      border-bottom: 1px solid #fff;
      bottom: 25px;
      right: 8px;
      border-left: 1px solid #fff;
      transform: rotate(135deg); }

.p-bottom {
  background-color: rgba(180, 158, 104, 0.9);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20; }
  .p-bottom__wrapper {
    display: flex; }
  .p-bottom__left {
    width: 50%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 1px solid #fff;
    border-left: none; }
  .p-bottom__right {
    width: 50%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 1px solid #fff;
    border-right: none; }
  .p-bottom__text {
    font-size: 0.75em;
    text-align: center;
    color: #fff; }
    .p-bottom__text-strong {
      font-size: 1.125em; }
  .p-bottom__flex {
    display: flex;
    align-items: center;
    justify-content: center; }
  .p-bottom__icon {
    width: 30px;
    height: 30px;
    margin-right: 0.5em; }
    .p-bottom__icon.-mail {
      width: 40px; }
    .p-bottom__icon img {
      width: 100%; }

.p-about__flex {
  display: flex;
  align-items: flex-end;
  margin-top: 2em; }
  @media screen and (max-width: 767px) {
    .p-about__flex {
      display: block;
      margin-top: 0; } }
  .p-about__flex-item {
    padding-right: 3em; }
    @media screen and (max-width: 767px) {
      .p-about__flex-item {
        padding-right: 0; } }
    .p-about__flex-item:last-of-type {
      padding-right: 0;
      padding-left: 3em; }
      @media screen and (max-width: 767px) {
        .p-about__flex-item:last-of-type {
          padding-left: 0; } }
@media screen and (max-width: 767px) {
  .p-about__img img {
    width: 100%; } }
.p-about__title {
  font-size: 2.375em; }
  @media screen and (max-width: 767px) {
    .p-about__title {
      padding-top: 0.5em;
      font-size: 1.5em; } }
.p-about__lead-top {
  padding-bottom: 3.5em; }
  @media screen and (max-width: 767px) {
    .p-about__lead-top {
      padding-bottom: 1em;
      text-align: center; } }
.p-about__lead-text {
  font-size: 1.125em;
  line-height: 32px;
  padding-bottom: 1.25em; }
  @media screen and (max-width: 767px) {
    .p-about__lead-text {
      padding-bottom: 0.5em;
      line-height: 25px; } }
.p-about__lead-name {
  font-size: 1.5em;
  text-align: right; }

.p-more__box {
  background-color: #b49e68; }
.p-more__top {
  padding-top: 1em;
  padding-bottom: 1em; }
.p-more__title {
  font-size: 2.375em;
  text-align: center;
  padding-top: 1.5em; }
  @media screen and (max-width: 767px) {
    .p-more__title {
      font-size: 1.375em; } }
.p-more__bottom {
  display: flex;
  justify-content: center;
  padding-bottom: 3em;
  padding-top: 3em; }
  @media screen and (max-width: 767px) {
    .p-more__bottom {
      display: block;
      padding-bottom: 1em;
      padding-top: 1em; } }
.p-more__button {
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  min-width: 380px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 3em;
  margin: 0 1em; }
  @media screen and (max-width: 767px) {
    .p-more__button {
      font-size: 1em;
      min-width: 80%;
      display: block;
      text-align: center;
      margin-bottom: 1em; } }
  .p-more__button:after {
    position: absolute;
    content: '';
    background-image: url(../img/about/about_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: 0.5s; }
    @media screen and (max-width: 767px) {
      .p-more__button:after {
        background-size: contain;
        width: 30px;
        top: 54%; } }
  .p-more__button:hover:after {
    right: 13px;
    transition: 0.5s; }

.p-commitment__title {
  padding-bottom: 4em; }
.p-commitment__box {
  padding-top: 4em;
  padding-bottom: 4em; }
  @media screen and (max-width: 767px) {
    .p-commitment__box {
      padding-top: 1em;
      padding-bottom: 1em; } }
.p-commitment__wrap-img {
  width: 100%; }
.p-commitment__wrap.-secound {
  padding-left: 3em; }
  @media screen and (max-width: 767px) {
    .p-commitment__wrap.-secound {
      padding-left: 0; } }
.p-commitment__lead {
  padding-top: 1.5em;
  padding-bottom: 0.8em;
  font-size: 2.375em; }
  @media screen and (max-width: 767px) {
    .p-commitment__lead {
      font-size: 1.375em;
      padding-top: 0;
      text-align: center; } }

.p-description {
  background-image: url("../img/staff/staff_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 751px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .p-description {
      height: 800px;
      background-size: cover; } }
  .p-description__title {
    font-size: 2.375em;
    text-align: center;
    padding-top: 1em; }
    @media screen and (max-width: 767px) {
      .p-description__title {
        font-size: 1.5em;
        padding-bottom: 1em; } }
  .p-description__wrap-text {
    text-align: center;
    font-size: 1.125em;
    margin-top: 1.9em; }
    @media screen and (max-width: 767px) {
      .p-description__wrap-text {
        margin-top: 0.5em;
        width: 90%;
        margin: 0 auto;
        text-align: left;
        font-size: 1em; } }

.p-staff__nav {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .p-staff__nav {
      display: block;
      text-align: center; } }
.p-staff__wrapper {
  margin-top: 5em; }
  @media screen and (max-width: 767px) {
    .p-staff__wrapper {
      margin-top: 2.5em; } }
.p-staff__flex {
  display: flex;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 3em; }
  @media screen and (max-width: 767px) {
    .p-staff__flex {
      display: block; } }
  .p-staff__flex-item:first-of-type {
    padding-right: 3.5em; }
    @media screen and (max-width: 767px) {
      .p-staff__flex-item:first-of-type {
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .p-staff__flex-item img {
      width: 100%; } }
.p-staff__right {
  margin-top: -2em; }
  @media screen and (max-width: 767px) {
    .p-staff__right {
      margin-top: 0; } }
.p-staff__text {
  font-size: 1.125em;
  padding-top: 1em; }
  @media screen and (max-width: 767px) {
    .p-staff__text {
      font-size: 1em; } }
  .p-staff__text-right {
    text-align: right;
    padding-top: 1.5em; }

.p-privacy__container {
  margin: 2em auto 2em;
  width: 85%; }
  @media screen and (min-width: 1300px) {
    .p-privacy__container {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .p-privacy__container {
      margin: 1em auto 1em;
      width: 100%; } }
.p-privacy__title {
  font-size: 1.5em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-privacy__title {
      font-size: 1.25em;
      padding-left: 0.75em; } }
  .p-privacy__title:before {
    content: '◆';
    position: absolute;
    color: #b49e68;
    font-size: 1rem;
    top: 15%;
    left: -2.5%; }
    @media screen and (max-width: 767px) {
      .p-privacy__title:before {
        top: 12%; } }
.p-privacy__text {
  font-size: 1.125em;
  padding-top: 0.3em; }
  @media screen and (max-width: 767px) {
    .p-privacy__text {
      font-size: 1em; } }
  .p-privacy__text-inline {
    position: relative;
    padding-left: 2em;
    padding-bottom: 0.3em; }
    .p-privacy__text-inline:before {
      content: '';
      width: 30px;
      height: 1px;
      position: absolute;
      background-color: #b49e68;
      background-position: center;
      top: 15px;
      left: -10px;
      margin-right: 1em; }
    .p-privacy__text-inline.-noborder {
      padding-top: 1em; }
      .p-privacy__text-inline.-noborder:before {
        height: 0; }

.p-table__text {
  font-size: 1.5em;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em; }
  @media screen and (max-width: 767px) {
    .p-table__text {
      font-size: 0.85em; } }
  .p-table__text-small {
    font-size: 0.875rem;
    font-weight: normal;
    display: inline-block;
    line-height: 26px; }
.p-table__table {
  width: 100%;
  margin: 0 auto 3em;
  border-collapse: collapse; }
  @media screen and (max-width: 767px) {
    .p-table__table {
      border-collapse: separate; } }
  .p-table__table th {
    border-top: 1px solid #b49e68;
    padding-top: 1em;
    padding-bottom: 1em;
    vertical-align: top;
    font-size: 1.5em;
    height: 90px;
    width: 33.333%; }
    @media screen and (max-width: 767px) {
      .p-table__table th {
        font-size: 1em;
        height: auto;
        width: 100%; } }
    .p-table__table th:first-child {
      border-top: 4px solid #b49e68; }
      @media screen and (max-width: 767px) {
        .p-table__table th:first-child {
          border-top: 1px solid #b49e68; } }
    .p-table__table th.noborder {
      border-top: none; }
    .p-table__table th.p-table__table-text {
      font-size: 1.125rem; }
      @media screen and (max-width: 767px) {
        .p-table__table th.p-table__table-text {
          font-size: 0.85rem; } }
  .p-table__table-list {
    width: 85%;
    text-align: left;
    margin: 0 auto; }
    .p-table__table-list li {
      font-size: 1.125rem; }
      @media screen and (max-width: 767px) {
        .p-table__table-list li {
          font-size: 0.85rem; } }
  .p-table__table img {
    padding-top: 0.5em; }
    @media screen and (max-width: 767px) {
      .p-table__table img {
        width: 90%; } }
.p-table__scroll {
  overflow: auto;
  white-space: nowrap; }
.p-table__sp-course {
  font-size: 1.25em;
  text-align: center;
  border-top: 1px solid #b49e68;
  border-bottom: 3px solid #b49e68;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
.p-table__sp-wrap {
  display: flex;
  margin-bottom: 1em;
  border-top: 1px solid #b49e68; }
  .p-table__sp-wrap:last-of-type {
    padding-bottom: 1em;
    margin-bottom: 5em;
    border-bottom: 1px solid #b49e68; }
.p-table__sp-title {
  width: 40%;
  padding-top: 1em; }
.p-table__sp-lead {
  width: 60%;
  padding-top: 1em; }
.p-table__sp-img img {
  width: 100%; }
.p-table__sp-text {
  font-size: 1em;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
.p-table__strong {
  font-size: 1.75rem; }
  @media screen and (max-width: 767px) {
    .p-table__strong {
      font-size: 1.5rem; } }

.p-course__flex {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .p-course__flex {
      display: block; } }
.p-course__box {
  background-color: #ffeef2;
  border: 1px solid #b49e68;
  width: 40%; }
  @media screen and (max-width: 767px) {
    .p-course__box {
      width: 100%; } }
  .p-course__box-text {
    font-size: 0.85em; }
.p-course__left {
  margin-right: 1em; }
  @media screen and (max-width: 767px) {
    .p-course__left {
      margin-right: 0;
      margin-bottom: 2em; } }
.p-course__right {
  margin-left: 1em; }
  @media screen and (max-width: 767px) {
    .p-course__right {
      margin-left: 0; } }
.p-course__title {
  text-align: center;
  position: relative;
  background-color: #fff;
  width: 45%;
  margin: 0 auto;
  border: 1px solid #b49e68;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  top: -1em; }
  @media screen and (max-width: 767px) {
    .p-course__title {
      width: 65%; } }
.p-course__picture {
  padding: 1em 0.8em 1em;
  text-align: center; }
  .p-course__picture figcaption {
    text-align: center;
    padding-bottom: 0.5em; }
    .p-course__picture figcaption.p-course__picture-text {
      text-align: left;
      padding-left: 2em;
      font-size: 0.85em; }
  .p-course__picture img {
    max-width: 436px;
    width: 100%; }
  .p-course__picture.-first {
    padding-bottom: 2.8em; }

.p-instrunctions__wrap {
  padding-bottom: 2em;
  padding-left: 1em; }
  @media screen and (max-width: 767px) {
    .p-instrunctions__wrap {
      padding-left: 0; } }
.p-instrunctions__text {
  font-size: 1.125em; }
  @media screen and (max-width: 767px) {
    .p-instrunctions__text {
      font-size: 1em; } }
  .p-instrunctions__text-inline {
    font-size: 1.5em;
    position: relative;
    margin-top: 2em;
    padding-left: 2.3em; }
    @media screen and (max-width: 767px) {
      .p-instrunctions__text-inline {
        font-size: 1.125em;
        margin-top: 1em; } }
    .p-instrunctions__text-inline:before {
      content: '';
      width: 40px;
      height: 1px;
      position: absolute;
      background-color: #b49e68;
      background-position: center;
      top: 19px;
      left: 0;
      margin-right: 1em; }
      @media screen and (max-width: 767px) {
        .p-instrunctions__text-inline:before {
          top: 13px;
          width: 25px; } }
    .p-instrunctions__text-inline.-smt {
      margin-top: 0.5em; }
  .p-instrunctions__text.-list {
    position: relative; }
    .p-instrunctions__text.-list:before {
      content: '※';
      position: relative; }
  .p-instrunctions__text-small {
    font-size: 0.875rem; }
.p-instrunctions__bg {
  background-color: #ffeef2;
  margin-top: 1em;
  padding: 2em; }
  @media screen and (max-width: 767px) {
    .p-instrunctions__bg {
      padding: 1em; } }
  .p-instrunctions__bg-box {
    padding-bottom: 1.5em; }
  .p-instrunctions__bg-text {
    font-size: 1.125em;
    padding-left: 1em;
    padding-right: 1em; }
    @media screen and (max-width: 767px) {
      .p-instrunctions__bg-text {
        font-size: 1em; } }
.p-instrunctions__box {
  padding-bottom: 2.5em; }
.p-instrunctions__list {
  font-size: 1.125em; }
  @media screen and (max-width: 767px) {
    .p-instrunctions__list {
      font-size: 1em; } }
  .p-instrunctions__list:last-of-type {
    padding-top: 1.5em; }

.p-card__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 2em auto 5em; }
.p-card__item {
  background-color: #ffeef2;
  width: 29%;
  padding: 0.5em 0;
  border-radius: 6px;
  margin-right: calc(13% / 2); }
  @media screen and (max-width: 767px) {
    .p-card__item {
      width: 100%;
      margin-bottom: 1em;
      margin-right: 0; } }
  .p-card__item:nth-of-type(3n) {
    margin-right: 0; }
  .p-card__item:nth-of-type(n + 4) {
    margin-top: 2.25em; }
    @media screen and (max-width: 767px) {
      .p-card__item:nth-of-type(n + 4) {
        margin-top: 0; } }
  .p-card__item-bg {
    position: relative; }
    .p-card__item-bg:before {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 55px;
      top: 0px;
      z-index: 1;
      background-image: -webkit-linear-gradient(left, transparent, #fff 25%, #fff 75%, transparent);
      background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
      background-position: center;
      background-repeat: no-repeat; }
  .p-card__item-title {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    position: relative;
    line-height: 38px;
    z-index: 10; }
    .p-card__item-title:before {
      content: '';
      position: absolute;
      text-align: center;
      width: 70%;
      display: block;
      margin: 0 auto;
      border-top: 1px solid #b49e68;
      left: 50%;
      transform: translateX(-50%); }
    .p-card__item-title:after {
      content: '';
      position: absolute;
      text-align: center;
      width: 70%;
      display: block;
      margin: 0 auto;
      border-top: 1px solid #b49e68;
      left: 50%;
      transform: translateX(-50%); }
  .p-card__item-top {
    text-align: center; }
    .p-card__item-top img {
      width: 95%; }
  .p-card__item-bottom {
    padding-top: 0.3em; }
  .p-card__item-text {
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1.5em;
    padding-bottom: 2em; }
    @media screen and (max-width: 767px) {
      .p-card__item-text {
        padding-top: 0.5em;
        padding-bottom: 1em; } }
  .p-card__item-price {
    font-size: 1.5em;
    padding-bottom: 2em;
    text-align: center; }
    .p-card__item-price span {
      font-size: 0.875rem; }
    @media screen and (max-width: 767px) {
      .p-card__item-price {
        padding-bottom: 1em;
        font-size: 1.25em; } }

.p-faq__wrap {
  padding-top: 2em;
  padding-bottom: 2em; }
  @media screen and (max-width: 767px) {
    .p-faq__wrap {
      padding: 0; } }
.p-faq__box {
  display: flex;
  justify-content: space-between;
  margin-top: 5em;
  margin-bottom: 5em; }
  @media screen and (max-width: 767px) {
    .p-faq__box {
      display: block;
      margin-top: 3em; } }
.p-faq__border {
  position: relative;
  height: 100%; }
  .p-faq__border:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 90%;
    background-color: #b49e68;
    right: -10%;
    bottom: 10%; }
    @media screen and (max-width: 767px) {
      .p-faq__border:after {
        width: 0px; } }
.p-faq__question {
  width: 35%;
  font-size: 1.25em;
  padding-right: 1em;
  text-align: right;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-faq__question {
      width: 100%;
      font-size: 1.125em;
      font-weight: bold; } }
  .p-faq__question:before {
    position: absolute;
    content: 'Q';
    font-size: 4em;
    color: #b49e68;
    opacity: 0.5;
    left: 0;
    bottom: 50%; }
    @media screen and (max-width: 767px) {
      .p-faq__question:before {
        font-size: 2em; } }
  .p-faq__question:after {
    position: absolute;
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    background-color: #b49e68;
    background-position: center;
    text-align: center;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%); }
  .p-faq__question-text {
    padding-top: 2em; }
.p-faq__answer {
  width: 55%;
  font-size: 1.125em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-faq__answer {
      width: 100%;
      padding-bottom: 0;
      padding-top: 2em;
      font-size: 1em; } }
  .p-faq__answer:before {
    position: absolute;
    content: 'A';
    font-size: 4em;
    color: #b49e68;
    opacity: 0.5;
    left: -8%;
    bottom: 50%; }
    @media screen and (max-width: 767px) {
      .p-faq__answer:before {
        font-size: 2em;
        left: 0;
        top: 20px; } }
  .p-faq__answer:after {
    position: absolute;
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    background-color: #b49e68;
    background-position: center;
    text-align: center;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%); }
  .p-faq__answer-text {
    padding-top: 2em; }

.p-form__bg {
  background-color: #ffeef2;
  padding: 1em;
  min-width: 100%; }
  @media screen and (max-width: 767px) {
    .p-form__bg {
      padding: 0.5em; } }
  .p-form__bg-title {
    font-size: 1.5em;
    padding: 0 1rem 1rem; }
  .p-form__bg-text {
    padding: 0 1em; }
.p-form__top {
  padding-top: 1.5em; }
  .p-form__top-text {
    font-size: 1.125em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-form__top-text {
        font-size: 1em; } }
.p-form__middle {
  padding-top: 1.5em; }
  .p-form__middle-text {
    font-size: 1.5em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-form__middle-text {
        font-size: 1.125em; } }
.p-form__bottom {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  @media screen and (max-width: 767px) {
    .p-form__bottom {
      padding-top: 0; } }
  .p-form__bottom-bg {
    background-color: #fff;
    width: 75%;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em; }
    @media screen and (max-width: 767px) {
      .p-form__bottom-bg {
        width: 100%; } }
  .p-form__bottom-time {
    font-size: 1.75em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-form__bottom-time {
        padding-left: 0;
        font-size: 1.125em;
        text-align: center; } }
  .p-form__bottom-tel {
    font-size: 4.5em;
    line-height: 75px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-form__bottom-tel {
        font-size: 2em;
        padding-left: 0;
        text-align: center; } }
    .p-form__bottom-tel:before {
      content: '';
      position: relative;
      background-image: url(../img/freecallicon.png);
      display: inline-block;
      background-repeat: no-repeat;
      background-size: contain;
      width: 80px;
      height: 48px;
      left: 3%; }
      @media screen and (max-width: 767px) {
        .p-form__bottom-tel:before {
          position: relative;
          width: 45px;
          height: 24px;
          left: 5%; } }
.p-form__attention {
  padding-bottom: 2.5em; }
  .p-form__attention-text {
    font-size: 1.125em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-form__attention-text {
        font-size: 1em; } }
.p-form__title {
  font-size: 1.5em;
  position: relative; }
  .p-form__title:before {
    content: '◆';
    position: relative;
    font-size: 0.8em;
    padding-right: 1em;
    color: #b49e68; }
.p-form__must {
  position: relative; }
  .p-form__must:after {
    content: '必須';
    position: absolute;
    width: 50px;
    font-weight: bold;
    padding-left: 0.25em;
    font-size: 12px;
    color: #ff0101; }
.p-form__any {
  position: relative; }
  .p-form__any:after {
    content: '任意';
    position: absolute;
    width: 50px;
    font-weight: bold;
    padding-left: 0.25em;
    font-size: 12px;
    color: #e3e3e3; }
.p-form__flex {
  display: flex;
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .p-form__flex {
      display: block;
      width: 95%; } }
.p-form__left {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .p-form__left {
      width: 100%;
      padding-bottom: 1.5em; } }
.p-form__right {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .p-form__right {
      width: 100%; } }
.p-form__wrap {
  padding-top: 0.2em;
  padding-bottom: 1.5em; }
  @media screen and (max-width: 767px) {
    .p-form__wrap {
      padding-bottom: 1em; } }
.p-form__title {
  padding-bottom: 0.5em;
  margin-right: 1.5em; }
.p-form__annotation {
  font-size: 0.875em; }
.p-form__poscalmark {
  padding-right: 0.5em; }
.p-form__text {
  padding-top: 0.5em; }
.p-form__select {
  padding-left: 2em; }
.p-form__bottom {
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .p-form__bottom {
      width: 95%; } }
.p-form__checkbox {
  text-align: center; }
.p-form__button {
  padding-top: 2em; }
.p-form__dateselect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .p-form__dateselect {
      display: block; } }
.p-form select {
  background-color: #ddd3bb;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  display: block;
  margin-top: 0.5em;
  width: 100%; }
.p-form input {
  background-color: #ddd3bb;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  display: block;
  margin-top: 0.5em;
  width: 100%; }
.p-form input[type="radio"] {
  display: inline-block;
  width: auto;
  margin-right: 0.25em; }
.p-form input[name="poscal-code"] {
  width: 40%;
  display: inline-block; }
.p-form input[name="checkbox"] {
  display: inline-block;
  width: 5%; }
.p-form input[name="submitConfirm"],
.p-form input[name="button__confirm"] {
  background-color: #b49e68;
  color: #fff;
  font-size: 1.5em;
  width: auto;
  padding: 0.5em;
  margin: 0 auto;
  transition: 0.5s;
  box-sizing: border-box; }
  .p-form input[name="submitConfirm"]:hover,
  .p-form input[name="button__confirm"]:hover {
    outline: 3px solid #b49e68;
    outline-offset: -3px;
    color: #b49e68;
    font-weight: bold;
    background-color: #fff;
    transition: 0.5s; }
.p-form input[name="yourdate"],
.p-form input[name="yourdate2"],
.p-form input[name="yourdate3"],
.p-form input[name="yourdate4"],
.p-form input[name="yourdate02"],
.p-form input[name="yourdate02_2"],
.p-form input[name="yourdate02_3"],
.p-form input[name="yourdate02_4"] {
  width: 43%; }
  @media screen and (max-width: 767px) {
    .p-form input[name="yourdate"],
    .p-form input[name="yourdate2"],
    .p-form input[name="yourdate3"],
    .p-form input[name="yourdate4"],
    .p-form input[name="yourdate02"],
    .p-form input[name="yourdate02_2"],
    .p-form input[name="yourdate02_3"],
    .p-form input[name="yourdate02_4"] {
      width: 100%; } }
.p-form select[name="yourtime"],
.p-form select[name="yourtime2"],
.p-form select[name="yourtime3"],
.p-form select[name="yourtime4"],
.p-form select[name="yourtime02"],
.p-form select[name="yourtime02_2"],
.p-form select[name="yourtime02_3"],
.p-form select[name="yourtime02_4"] {
  width: 43%; }
  @media screen and (max-width: 767px) {
    .p-form select[name="yourtime"],
    .p-form select[name="yourtime2"],
    .p-form select[name="yourtime3"],
    .p-form select[name="yourtime4"],
    .p-form select[name="yourtime02"],
    .p-form select[name="yourtime02_2"],
    .p-form select[name="yourtime02_3"],
    .p-form select[name="yourtime02_4"] {
      width: 100%; } }
.p-form input[name="submitBack"] {
  width: 80px;
  margin-bottom: 1em;
  background-color: gray;
  padding-left: 0;
  margin: 0 auto 1em;
  color: #fff; }
.p-form textarea {
  background-color: #ddd3bb;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  display: block;
  width: 100%;
  height: 23vh; }
.p-form input:disabled {
  cursor: not-allowed; }
.p-form input[type="checkbox"] {
  display: none; }
.p-form__checkmark {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }
  .p-form__checkmark:before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 20px;
    left: 5px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 20px; }
  .p-form__checkmark:after {
    border-right: 3px solid #b49e68;
    border-bottom: 3px solid #b49e68;
    content: '';
    display: block;
    height: 17px;
    left: 11px;
    margin-top: -22px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px; }
.p-form input[type=checkbox]:checked + .p-form__checkmark::after {
  opacity: 1; }
.p-form__dropdown {
  position: relative; }
  .p-form__dropdown:before {
    position: absolute;
    content: '▼';
    font-size: 0.75em;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    z-index: 10; }

.p-privacypolicy__text {
  font-size: 1.125em; }
  @media screen and (max-width: 767px) {
    .p-privacypolicy__text {
      font-size: 1em; } }
.p-privacypolicy__wrap {
  padding-bottom: 1.5em; }
.p-privacypolicy__title {
  font-size: 1.5em;
  padding-left: 1.5em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-privacypolicy__title {
      padding-left: 0; } }
  .p-privacypolicy__title:before {
    content: '◆';
    color: #b49e68;
    font-size: 0.75em;
    padding-right: 0.25em; }
.p-privacypolicy__purpose {
  padding-left: 7em;
  padding-top: 1em;
  padding-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .p-privacypolicy__purpose {
      padding-left: 1.5em;
      padding-bottom: 0; } }
  .p-privacypolicy__purpose-title {
    font-size: 1.5em;
    position: relative; }
    .p-privacypolicy__purpose-title:before {
      content: '';
      position: absolute;
      width: 40px;
      height: 1px;
      background-color: #b49e68;
      top: 50%;
      left: -7%; }
      @media screen and (max-width: 767px) {
        .p-privacypolicy__purpose-title:before {
          width: 20px; } }
.p-privacypolicy__list {
  padding-left: 4em;
  padding-bottom: 3em; }
  @media screen and (max-width: 767px) {
    .p-privacypolicy__list {
      padding-left: 0; } }
  .p-privacypolicy__list-item {
    font-size: 1.125em;
    position: relative;
    line-height: 30px; }
    @media screen and (max-width: 767px) {
      .p-privacypolicy__list-item {
        font-size: 1em; } }
    .p-privacypolicy__list-item:before {
      content: '●';
      position: relative;
      color: #b49e68;
      padding-right: 3px; }
.p-privacypolicy__address {
  padding-left: 8em;
  padding-top: 0.5em; }
  @media screen and (max-width: 767px) {
    .p-privacypolicy__address {
      padding-left: 0;
      padding-bottom: 4em; } }
  .p-privacypolicy__address-text {
    font-size: 1.5em; }
    @media screen and (max-width: 767px) {
      .p-privacypolicy__address-text {
        font-size: 1.125em; } }

.p-other__flex {
  align-items: flex-start; }
.p-other__title {
  font-size: 1.5em; }
.p-other__wrap {
  padding-bottom: 1em; }
.p-other__text {
  font-size: 1.125em;
  padding-top: 0.2em;
  padding-bottom: 0.2em; }
  .p-other__text-strong {
    font-size: 1.5em; }
  .p-other__text.-lead {
    padding-top: 1em; }

.p-memories {
  background-image: url("../img/omoide/omoide_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .p-memories {
      height: 400px;
      background-size: cover; } }
  .p-memories__lead {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .p-memories__lead {
        font-size: 1.25em; } }
    .p-memories__lead-strong {
      font-size: 2.375rem; }
      @media screen and (max-width: 767px) {
        .p-memories__lead-strong {
          font-size: 1.5rem; } }
  .p-memories__text {
    font-size: 1.125em; }
    @media screen and (max-width: 767px) {
      .p-memories__text {
        width: 95%;
        margin: 0 auto;
        font-size: 1em; } }
  .p-memories__wrap-bottom {
    padding-top: 2em; }
  .p-memories__wrap-text {
    text-align: center;
    font-size: 1.125em;
    margin-top: 1.9em; }
    @media screen and (max-width: 767px) {
      .p-memories__wrap-text {
        margin-top: 0.5em;
        width: 90%;
        margin: 0 auto;
        text-align: left;
        font-size: 1em; } }

@media screen and (max-width: 767px) {
  .p-what__wrap {
    padding-top: 0; } }
.p-what__wrap-img {
  width: 100%; }
.p-what__wrap.-left {
  padding-right: 3em; }
  @media screen and (max-width: 767px) {
    .p-what__wrap.-left {
      padding-right: 0; } }
.p-what__wrap-box {
  padding-top: 1.5em; }
.p-what__flex {
  padding-bottom: 3em;
  padding-top: 4em; }
  @media screen and (max-width: 767px) {
    .p-what__flex {
      padding-top: 2em; } }
  @media screen and (max-width: 767px) {
    .p-what__flex.-secound {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .p-what__flex-item1 {
      order: 1; } }
  @media screen and (max-width: 767px) {
    .p-what__flex-item2 {
      order: 0; } }
.p-what__lead {
  font-size: 2.375em; }
  @media screen and (max-width: 767px) {
    .p-what__lead {
      font-size: 1.5em; } }
.p-what__text {
  font-size: 1.125em; }
  .p-what__text-right {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .p-what__text-right {
        padding-bottom: 2em; } }

.p-details__text {
  font-size: 1.125em; }
  @media screen and (max-width: 767px) {
    .p-details__text {
      font-size: 1em; } }
  .p-details__text-strong {
    font-size: 1.5em; }
  .p-details__text-inline {
    font-size: 1.5em;
    position: relative;
    margin-top: 2em;
    padding-left: 2.3em;
    padding-bottom: 0.5em; }
    .p-details__text-inline.-number {
      margin-top: 1.25em; }
    @media screen and (max-width: 767px) {
      .p-details__text-inline {
        font-size: 1.125em;
        margin-top: 1em; } }
    .p-details__text-inline:before {
      content: '';
      width: 40px;
      height: 1px;
      position: absolute;
      background-color: #b49e68;
      background-position: center;
      top: 19px;
      left: 0;
      margin-right: 1em; }
      @media screen and (max-width: 767px) {
        .p-details__text-inline:before {
          top: 13px;
          width: 25px; } }
    .p-details__text-inline.-smt {
      margin-top: 0.5em; }
  .p-details__text.-list {
    position: relative; }
    .p-details__text.-list:before {
      content: '※';
      position: relative; }
  .p-details__text-small {
    font-size: 0.875rem; }
.p-details__box {
  padding-left: 2em; }
  @media screen and (max-width: 767px) {
    .p-details__box {
      padding-left: 0; } }
.p-details__spacer {
  padding-top: 1em; }
.p-details__list {
  font-size: 1.125em; }
  @media screen and (max-width: 767px) {
    .p-details__list {
      font-size: 1em; } }
.p-details__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .p-details__flex {
      flex-wrap: wrap;
      justify-content: center; } }
  .p-details__flex-item {
    display: block;
    max-width: 200px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .p-details__flex-item {
        width: 47%;
        margin-bottom: 1em; }
        .p-details__flex-item:nth-of-type(odd) {
          margin-right: 5%; } }

.p-single h2 {
  font-size: 1.75em;
  position: relative;
  line-height: 38px;
  margin-left: 2em;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }
  .p-single h2:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #b49e68;
    top: 50%;
    left: -5%; }
    @media screen and (max-width: 767px) {
      .p-single h2:before {
        width: 20px;
        left: -8%; } }
  @media screen and (max-width: 767px) {
    .p-single h2 {
      font-size: 1.5em;
      margin-left: 1.5em; } }
.p-single h3 {
  font-size: 1.5em;
  position: relative;
  padding-left: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
  .p-single h3:before {
    content: '◆';
    position: absolute;
    color: #b49e68;
    font-size: 1rem;
    top: 28%;
    left: 0%; }
  @media screen and (max-width: 767px) {
    .p-single h3 {
      font-size: 1.25em; } }
.p-single h4 {
  font-size: 1.25em;
  position: relative;
  padding-top: 0.25em;
  padding-bottom: 0.5em;
  padding-left: 1em; }
  .p-single h4:before {
    content: '';
    width: 10px;
    height: 1px;
    position: absolute;
    background-color: #b49e68;
    background-position: center;
    top: 43%;
    left: 0;
    margin-right: 1em; }
    @media screen and (max-width: 767px) {
      .p-single h4:before {
        width: 15px; } }
  @media screen and (max-width: 767px) {
    .p-single h4 {
      padding-left: 1.5em;
      font-size: 1.125em; } }
.p-single p {
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  font-size: 1.125em;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    .p-single p {
      font-size: 1em; } }
.p-single ul {
  list-style: disc; }
.p-single img {
  max-width: 100%;
  height: 100%; }
.p-single__border {
  border: none;
  width: 100%;
  height: 2px;
  background-color: #b49e68;
  margin: 1.25em auto; }
.p-single__thumbnail {
  margin: 0 auto;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em; }
  .p-single__thumbnail img {
    object-fit: cover;
    max-width: 720px;
    max-height: 445px; }
    @media screen and (max-width: 767px) {
      .p-single__thumbnail img {
        width: 100%;
        height: auto; } }
.p-single__top {
  padding-top: 4em; }
  @media screen and (max-width: 767px) {
    .p-single__top {
      padding-top: 2em; } }
  .p-single__top-flex {
    display: flex; }
.p-single__time {
  font-size: 1.25em;
  padding-right: 1em; }
.p-single__tag {
  font-size: 1.125em;
  line-height: 25px;
  background-color: #b49e68;
  color: #fff;
  padding-right: 1em;
  padding-left: 1em; }
  .p-single__tag p {
    padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .p-single__tag {
      font-size: 0.875em; } }
.p-single__titlewrap {
  padding-top: 2em;
  font-size: 1.25em; }
  @media screen and (max-width: 767px) {
    .p-single__titlewrap {
      font-size: 1em; } }
.p-single__flex {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .p-single__flex {
      display: block;
      text-align: center;
      margin-bottom: 5em; } }
.p-single__pagenation {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  min-width: 260px;
  border: 1px solid #b49e68;
  transition: 0.5s; }
  @media screen and (max-width: 767px) {
    .p-single__pagenation {
      margin-bottom: 1em; } }
  .p-single__pagenation:hover {
    background-color: #b49e68;
    color: #fff;
    transition: 0.5s; }
  .p-single__pagenation.-left {
    position: relative; }
    .p-single__pagenation.-left:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 40%;
      left: 30px;
      border-style: solid;
      border-width: 15px 10px 0 10px;
      border-color: #b49e68 transparent transparent transparent;
      transition: 0.5s;
      transform: rotate(90deg); }
      .p-single__pagenation.-left:before:hover {
        border-color: #fff transparent transparent transparent; }
    .p-single__pagenation.-left:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 48%;
      left: 36px;
      border-style: solid;
      border-width: 4px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      z-index: 3;
      transition: 0.5s;
      transform: rotate(90deg); }
    .p-single__pagenation.-left:hover:before {
      border-color: #fff transparent transparent transparent; }
    .p-single__pagenation.-left:hover:after {
      border-color: #b49e68 transparent transparent transparent; }
  .p-single__pagenation.-right {
    position: relative; }
    .p-single__pagenation.-right:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 40%;
      right: 30px;
      border-style: solid;
      border-width: 15px 10px 0 10px;
      border-color: #b49e68 transparent transparent transparent;
      transition: 0.5s;
      transform: rotate(-90deg); }
      .p-single__pagenation.-right:before:hover {
        border-color: #fff transparent transparent transparent; }
    .p-single__pagenation.-right:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 48%;
      right: 36px;
      border-style: solid;
      border-width: 4px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      z-index: 3;
      transition: 0.5s;
      transform: rotate(-90deg); }
      .p-single__pagenation.-right:after:hover {
        border-color: #b49e68 transparent transparent transparent; }
    .p-single__pagenation.-right:hover:before {
      border-color: #fff transparent transparent transparent; }
    .p-single__pagenation.-right:hover:after {
      border-color: #b49e68 transparent transparent transparent; }
  .p-single__pagenation a {
    display: block;
    font-size: 1.125em;
    padding: 1em 2em; }
    .p-single__pagenation a:hover {
      color: #fff; }
.p-single__hidden {
  visibility: hidden; }
  @media screen and (max-width: 767px) {
    .p-single__hidden {
      display: none; } }
.p-single .wp-caption-text {
  text-align: center;
  font-size: 0.875em; }
.p-single .wp-caption {
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    .p-single .wp-caption {
      width: 100% !important;
      height: auto; } }

.p-archive__wrap {
  position: relative;
  transition: 0.5s; }
  .p-archive__wrap:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 40%;
    right: 20px;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #b49e68 transparent transparent transparent;
    transition: 0.5s;
    transform: rotate(-90deg); }
    @media screen and (max-width: 767px) {
      .p-archive__wrap:before {
        border: none; } }
  .p-archive__wrap:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 41.5%;
    right: 26px;
    border-style: solid;
    border-width: 4px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    z-index: 3;
    transition: 0.5s;
    transform: rotate(-90deg); }
    @media screen and (max-width: 767px) {
      .p-archive__wrap:after {
        border: none; } }
  .p-archive__wrap:hover {
    transform: scale(0.98, 0.98);
    cursor: pointer;
    opacity: 0.8;
    transition: 0.5s; }
@media screen and (max-width: 767px) {
  .p-archive__title {
    font-size: 0.875em; } }
.p-archive__tab {
  padding-top: 2em; }
.p-archive__list {
  display: flex; }
  .p-archive__list-item {
    margin-right: 2em;
    font-size: 1.25em;
    opacity: 0.5;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-archive__list-item {
        margin-right: 1em; } }
    .p-archive__list-item a {
      display: block;
      cursor: pointer; }
    .p-archive__list-item.-current {
      opacity: 1;
      font-weight: bold;
      position: relative; }
      .p-archive__list-item.-current:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #b49e68;
        bottom: -30%; }
.p-archive__flex {
  display: flex;
  padding: 3em 3em 3em 0.5em; }
  @media screen and (max-width: 767px) {
    .p-archive__flex {
      display: block;
      padding: 2em 0.5em; } }
.p-archive__left {
  width: 70%;
  padding-right: 1em; }
  @media screen and (max-width: 767px) {
    .p-archive__left {
      margin: 0 auto;
      padding-right: 0;
      width: 100%;
      text-align: center;
      padding-bottom: 0.5em; } }
  .p-archive__left img {
    max-width: 400px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-archive__left img {
        max-width: 100%; } }
.p-archive__top {
  padding-bottom: 1em; }
.p-archive__date {
  font-size: 1.125em; }
.p-archive__slug {
  font-size: 1.125em;
  color: #b49e68;
  padding-bottom: 1.5em;
  position: relative;
  text-decoration: underline solid #b49e68;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px; }

@media screen and (max-width: 767px) {
  .p-pagenavi {
    padding-top: 3em;
    padding-bottom: 4.5em; } }
.p-pagenavi .wp-pagenavi {
  text-align: center;
  font-size: 1.25em; }
.p-pagenavi .wp-pagenavi a {
  color: #b49e68; }
.p-pagenavi .wp-pagenavi .pages {
  display: none; }
.p-pagenavi .wp-pagenavi span.current {
  font-weight: bold;
  color: #b49e68;
  border-color: #b49e68; }
.p-pagenavi .wp-pagenavi span.extend {
  color: #b49e68;
  border: none; }
.p-pagenavi .wp-pagenavi a {
  border: none; }
.p-pagenavi .wp-pagenavi a, .p-pagenavi .wp-pagenavi span {
  padding: 3px 11px; }
.p-pagenavi .wp-pagenavi .nextpostslink {
  padding-left: 20px; }
.p-pagenavi .wp-pagenavi .previouspostslink {
  padding-right: 20px; }

.u-uppercase {
  text-transform: uppercase; }

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%); }

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center; }

.u-white {
  color: #ffffff; }

.u-bgwhite {
  background-color: #ffffff; }

.u-yellowcrayon {
  background: linear-gradient(transparent 60%, #F2DC16 0%); }

.u-bold {
  font-weight: bold; }

.u-enfont {
  font-family: "Great Vibes", cursive; }

.u-gold {
  color: #b49e68; }

.u-center {
  text-align: center; }

.u-pink {
  color: #F6ADC6; }

.u-rose {
  color: #ED6275; }

#js-floating {
  opacity: 1;
  transition: 0.5s; }

#js-floating.hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s; }

.slide-dots {
  text-align: center; }
  .slide-dots li {
    display: inline-block;
    margin: 10px 15px; }
    .slide-dots li button {
      position: relative;
      text-indent: -9999px; }
      .slide-dots li button:before {
        content: '';
        background-color: #fff;
        width: 10px;
        height: 10px;
        border: 2px solid #b49e68;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        top: 0;
        left: 0; }

.slide-dots .slick-active {
  transition: 0.2s;
  transform: scale(1.15, 1.15);
  background-color: #b49e68; }

.slide-dots .slick-active button:before {
  background-color: #b49e68; }

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.prev-arrow {
  left: 0;
  z-index: 10; }

.next-arrow {
  right: 0; }

.mw_wp_form_confirm .input-show {
  display: none; }

.mw_wp_form .error {
  font-size: 100% !important;
  color: #fff !important;
  display: inline-block !important;
  background-color: red;
  font-weight: bold; }

#formTanpinSelect,
#formCourseSelect {
  display: none; }

#formTanpinSelect.-show,
#formCourseSelect.-show {
  display: block; }

body {
  color: #333; }

@media (max-width: 767px) {
  .only-pc {
    display: none; } }

.only-sp {
  display: none; }
  @media (max-width: 767px) {
    .only-sp {
      display: block; } }

@media (max-width: 767px) {
  .not-sp {
    display: none; }

  .sp-center {
    text-align: center; } }
.mb {
  margin-bottom: clamp(30px, 6%, 80px); }

@media (max-width: 767px) {
  .p-mv {
    top: 15px; } }

.p-header__logo img {
  max-width: 500px;
  margin: 5px 0; }
@media (max-width: 767px) {
  .p-header__logo p span {
    display: none; } }

.p-header__freedial.pc img {
  max-width: 480px; }

.p-footer__right-bottom img {
  max-width: 356px; }

.c-title {
  font-weight: 500; }
  .c-title:before {
    color: rgba(179, 159, 104, 0.8); }

@media screen and (max-width: 1200px) {
  .p-mv__slide {
    height: auto; } }
.l-service {
  background-image: url(../img/bg_service2.png);
  border-bottom: 4px solid #b49e68;
  position: relative; }
  .l-service:before {
    width: 100%;
    height: 19px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/header_line2.png") repeat-x; }

.c-title02::after {
  background-color: #EEECE2; }

.p-service__inner {
  border: #B39F68 double 3px; }
  .p-service__inner h3.p-service__flex-title {
    color: #B39F68;
    font-weight: 500; }

.p-service__text.pt-3em {
  padding-top: 3em; }
  @media (max-width: 767px) {
    .p-service__text.pt-3em {
      margin-bottom: -50px; } }

.p-letter__container {
  background-image: url(../img/bg_lead2.png); }

.c-button {
  display: inline-block;
  font-weight: 500;
  border: 1px solid #B39F68;
  color: #78683d;
  border-radius: 35px;
  padding: 15px 25px;
  position: relative;
  transition: 0.5s;
  background: linear-gradient(121deg, #f8f3e8 0%, #fffefc 50%, #DBCCA1 100%); }

.top_kobetsukasou {
  display: flex;
  margin: 50px 30px;
  justify-content: space-between; }
  .top_kobetsukasou .inner {
    width: 30%;
    border: #B39F68 3px solid;
    border-radius: 15px;
    position: relative; }
    .top_kobetsukasou .inner .photo {
      font-size: 0; }
      .top_kobetsukasou .inner .photo img {
        width: 100%;
        height: auto;
        border-radius: 10px; }
    .top_kobetsukasou .inner b {
      display: block;
      text-align: center;
      font-weight: 500;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background-color: rgba(179, 159, 104, 0.8);
      font-size: 30px;
      color: #FFF;
      padding: 8px 5px;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
  @media (max-width: 767px) {
    .top_kobetsukasou {
      flex-wrap: wrap;
      max-width: 300px;
      margin: 30px auto; }
      .top_kobetsukasou .inner {
        width: 100%; }
        .top_kobetsukasou .inner:not(:last-of-type) {
          margin-bottom: 20px; } }

.p-flow {
  background-size: cover;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .p-flow .l-container {
      padding-top: 5rem; } }
  .p-flow._noborder {
    border-top: none; }
    .p-flow._noborder:after {
      display: none; }

.l-about.p-about._top {
  margin-top: 5px;
  padding: clamp(20px, 5%, 60px) 0;
  border-top: 2px solid #b49e68; }

.u-centerposition {
  text-align: center; }

.top_about {
  display: flex;
  margin: 80px 30px;
  justify-content: space-between; }
  .top_about .inner {
    width: 30%;
    border: #B39F68 3px solid;
    border-radius: 15px;
    position: relative;
    background: #fff;
    padding: 80px 30px 30px; }
    .top_about .inner img {
      width: 100%;
      height: auto; }
    .top_about .inner .point {
      display: block;
      width: 80px;
      position: absolute;
      top: -30px;
      left: calc(50% - 40px); }
    .top_about .inner .catch {
      display: block;
      margin-bottom: 30px; }
  @media (max-width: 767px) {
    .top_about {
      flex-wrap: wrap;
      max-width: 300px;
      margin: auto; }
      .top_about .inner {
        width: 100%; }
        .top_about .inner:not(:last-of-type) {
          margin-bottom: 30px; } }

.p-introduction__right:before,
.p-introduction__left.-rows:before {
  background-color: rgba(179, 159, 104, 0.2); }

.p-column {
  background-color: rgba(179, 159, 104, 0.2);
  background: linear-gradient(180deg, #EBE2C7 0%, white 50%); }

@media (max-width: 767px) {
  .l-spacer.-title._sp-pt60px {
    padding-top: 60px; } }
.top_plan {
  background-color: rgba(179, 159, 104, 0.1);
  padding-bottom: 50px; }
  .top_plan .l-container p {
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 16px; }
  @media (max-width: 767px) {
    .top_plan {
      padding-top: 60px; }
      .top_plan .l-spacer.-title {
        margin-bottom: 40px; } }

.plan_box {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
  .plan_box._no-shadow-w100 {
    max-width: 100%;
    box-shadow: none;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .plan_box._no-shadow-w100 {
        padding: 20px 0; } }
  .plan_box .photo {
    width: 45%;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0; }
    .plan_box .photo img {
      width: 100%;
      height: auto; }
  .plan_box .text {
    width: 55%;
    padding-right: 30px;
    box-sizing: border-box;
    padding: 1em; }
    .plan_box .text h3 {
      display: block;
      font-size: clamp(16px, 1.5vw, 25px);
      font-weight: 700;
      margin-bottom: 0.25em; }
    .plan_box .text p {
      display: block;
      font-size: clamp(14px, 1.1em, 16px);
      line-height: 1.4;
      margin-bottom: 1em; }
    .plan_box .text .price_text {
      display: flex;
      width: fit-content;
      justify-content: center;
      align-items: center;
      margin-bottom: 1rem;
      color: #B80003; }
      .plan_box .text .price_text b {
        font-size: clamp(25px, 2.5vw, 30px); }
      .plan_box .text .price_text span {
        font-size: 80%; }
    .plan_box .text ul {
      margin-left: 2rem; }
      @media (max-width: 767px) {
        .plan_box .text ul {
          margin-left: 1rem; } }
      .plan_box .text ul li {
        list-style-type: disc; }
  @media (max-width: 767px) {
    .plan_box {
      flex-wrap: wrap;
      margin: 0 20px 30px; }
      .plan_box .photo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px; }
        .plan_box .photo img {
          max-width: 300px; }
      .plan_box .text {
        width: 100%;
        padding: 0; }
        .plan_box .text .plan_t {
          margin-bottom: 10px; }
      .plan_box.reverse .text {
        padding-right: 0; } }

.p-course__box,
.p-instrunctions__bg,
.c-calltoaction,
.p-card__item {
  background-color: rgba(179, 159, 104, 0.2); }

.c-title02::before {
  color: rgba(179, 159, 104, 0.2); }

#content_area {
  max-width: 1200px;
  margin: clamp(80px, 10%, 120px) auto; }
  @media (max-width: 1200px) {
    #content_area {
      margin-left: 15px;
      margin-right: 15px; } }
  #content_area .c-title {
    margin-bottom: clamp(30px, 10%, 80px); }
  #content_area .mb {
    margin-bottom: clamp(50px, 15%, 150px); }
  #content_area .map_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #content_area .map_wrapper img {
      width: 100%;
      height: auto; }
    #content_area .map_wrapper .map.left {
      width: 61.5%; }
    #content_area .map_wrapper .map.right {
      width: 35.9%; }
    @media (max-width: 767px) {
      #content_area .map_wrapper .map.left {
        width: 100%;
        margin: 0 0 20px; }
      #content_area .map_wrapper .map.right {
        width: 100%; } }
    #content_area .map_wrapper .comment {
      width: 100%;
      margin-top: clamp(30px, 6%, 60px); }
      #content_area .map_wrapper .comment ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5%; }
        #content_area .map_wrapper .comment ul li {
          width: 30%; }
          @media (max-width: 767px) {
            #content_area .map_wrapper .comment ul li {
              width: 31%; } }
          #content_area .map_wrapper .comment ul li .photo {
            font-size: 0;
            margin-bottom: 5px; }
          #content_area .map_wrapper .comment ul li .text {
            font-size: 16px; }
            @media (max-width: 767px) {
              #content_area .map_wrapper .comment ul li .text {
                font-size: 13px;
                text-align: center; } }
      #content_area .map_wrapper .comment .box {
        display: block;
        background-color: #F0ECE1;
        padding: 20px;
        border-radius: 5px; }
        #content_area .map_wrapper .comment .box strong {
          font-size: 18px;
          line-height: 2;
          color: #282320; }
    @media (max-width: 767px) {
      #content_area .map_wrapper {
        flex-wrap: wrap; }
        #content_area .map_wrapper .map {
          width: 90%;
          margin: 0 auto 20px; }
        #content_area .map_wrapper .comment {
          width: 100%; } }
  #content_area .train_bus {
    background-color: rgba(179, 159, 104, 0.2);
    padding: 20px;
    border-radius: 5px; }
    #content_area .train_bus ul {
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1em; }
      #content_area .train_bus ul li {
        list-style-type: disc;
        line-height: 1.8; }
        #content_area .train_bus ul li b {
          font-size: 110%; }
        #content_area .train_bus ul li:not(:last-of-type) {
          margin-bottom: 1.5em; }

@media (max-width: 767px) {
  .l-spacer.-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0; } }

.c-title02::after {
  background-color: transparent; }

.p-header__logo {
  color: #B39F68; }
  .p-header__logo a {
    color: #B39F68; }
  .p-header__logo p {
    font-size: 11px; }
    @media (max-width: 767px) {
      .p-header__logo p span {
        display: none; } }
  .p-header__logo h1 {
    font-size: clamp(25px, 4vw, 36px);
    line-height: 1.4; }

@media (max-width: 767px) {
  .p-header__top-left {
    width: calc(100% - 50px); } }
.p-service__flex-title {
  font-size: clamp(14px, 2.3vw, 23px); }
  .p-service__flex-title:before {
    display: none; }

.p-service__flex-lead {
  padding-top: 5%;
  font-size: clamp(11px, 1vw, 16px); }

.p-service__text {
  font-size: clamp(12px, 1.2vw, 18px); }

/*
.p-service__flex-item.-sp{
	padding-top: 2.5rem;
	&:first-of-type{
		margin-bottom: 30px;
	}
	@include sp-s{
		width: 50%;
		&:first-of-type{
			margin-bottom: 30px;
		}
	}
}
*/
.p-flow {
  background: none;
  padding-bottom: 0; }

.top_flow {
  display: flex;
  max-width: 1300px;
  margin: 80px auto 30px;
  justify-content: space-between; }
  .top_flow .inner {
    width: 20%; }
    .top_flow .inner .point {
      display: block;
      position: relative; }
      .top_flow .inner .point:before {
        display: block;
        background: #B39F68;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        content: ""; }
      .top_flow .inner .point b {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        width: 50px;
        height: 50px;
        background: #B39F68;
        color: #fff;
        font-size: clamp(20px, 3vw, 25px);
        line-height: 1;
        padding: 5px 10px;
        border-radius: 50px;
        margin: 0 auto; }
    .top_flow .inner .box {
      padding: clamp(7px, 3%, 15px); }
      .top_flow .inner .box img {
        width: 100%;
        height: auto; }
      .top_flow .inner .box b {
        display: block;
        text-align: center;
        margin-bottom: 8px; }
      .top_flow .inner .box p {
        font-size: clamp(14px, 1vw, 16px); }
  @media (max-width: 767px) {
    .top_flow {
      flex-wrap: wrap;
      justify-content: center; }
      .top_flow .inner {
        width: 33.333%;
        margin-bottom: 20px; } }
  @media (max-width: 425px) {
    .top_flow .inner {
      width: 100%; } }

.p-letter {
  padding-top: clamp(40px, 6%, 100px); }
  @media (max-width: 767px) {
    .p-letter {
      padding: 0; } }

b.p-letter__sentence._center {
  display: block;
  text-align: center;
  margin-top: 0.5rem; }

@media (max-width: 767px) {
  .p-letter__container {
    background-position: right;
    position: relative;
    height: 750px;
    background-size: 1436px;
    background-position: right center; }
    .p-letter__container:before {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: rgba(255, 255, 255, 0.7);
      content: "";
      height: 100%;
      width: 100%; }

  .p-letter__container-item {
    position: relative;
    z-index: 2; } }
.p-column:after {
  z-index: 1; }

.top_faq_list {
  display: block;
  max-width: 860px;
  padding: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8); }
  .top_faq_list._kasou {
    padding: clamp(40px, 6%, 80px) 0;
    max-width: 1000px; }
  @media (max-width: 767px) {
    .top_faq_list {
      padding: 20px; } }
  .top_faq_list dl {
    display: block;
    border-bottom: #B39F68 1px solid; }
    .top_faq_list dl dt {
      display: block;
      position: relative;
      padding: 25px 30px 25px 0; }
      @media (max-width: 767px) {
        .top_faq_list dl dt {
          padding: 15px 30px 15px 0; } }
      .top_faq_list dl dt:after {
        display: block;
        content: "";
        background: url("../img/plus.png") no-repeat;
        width: 19px;
        height: 16px;
        background-size: 19px;
        background-position: center center;
        position: absolute;
        top: 30px;
        right: 10px; }
        @media (max-width: 767px) {
          .top_faq_list dl dt:after {
            top: 20px; } }
      .top_faq_list dl dt.active:after {
        background: url("../img/minus.png") no-repeat;
        width: 19px;
        height: 16px;
        background-size: 19px;
        top: 25px; }
        @media (max-width: 767px) {
          .top_faq_list dl dt.active:after {
            top: 15px; } }
    .top_faq_list dl dd {
      display: none;
      padding: 25px 0;
      margin-left: 1.5em; }

.top_osirase {
  display: block;
  max-width: 1000px;
  margin: clamp(30px, 5%, 80px) auto;
  border: #B39F68 3px solid;
  position: relative;
  padding: 40px; }
  .top_osirase:before {
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: #B39F68 1px solid;
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1; }
  .top_osirase h3 {
    display: block;
    text-align: center;
    color: #B39F68;
    font-size: clamp(20px, 4vw, 35px);
    margin-bottom: 1rem;
    font-weight: 500; }
  .top_osirase ul {
    margin: 0;
    padding: 0; }
    .top_osirase ul li {
      display: flex;
      border-bottom: #CCC 1px dotted;
      padding: 15px 0;
      font-size: clamp(14px, 1vw, 16px);
      line-height: 1.3; }
      .top_osirase ul li .top_osirase_date {
        width: 90px;
        padding: 3px 0; }
      .top_osirase ul li .top_osirase_cate {
        width: 85px;
        margin-right: 15px; }
        .top_osirase ul li .top_osirase_cate a {
          display: block;
          width: 100%;
          background: #B39F68;
          color: #fff;
          padding: 3px 5px;
          text-align: center;
          border-radius: 3px;
          text-decoration: none;
          font-size: 14px; }
      .top_osirase ul li .top_osirase_title {
        padding: 3px 0;
        width: calc(100% - 	90px); }
        .top_osirase ul li .top_osirase_title a:hover {
          text-decoration: underline; }
      @media (max-width: 767px) {
        .top_osirase ul li {
          padding: 10px 0;
          flex-wrap: wrap; }
          .top_osirase ul li .top_osirase_title {
            width: 100%;
            margin-top: 8px; } }
  .top_osirase .top_osirase_button {
    padding-top: 30px; }
    .top_osirase .top_osirase_button a {
      display: block;
      width: fit-content;
      color: #B39F68;
      padding: 10px 25px;
      border: #B39F68 1px solid;
      text-decoration: none;
      margin: 0 auto; }

.top_otoiawase {
  background: url("../img/bg_flower1.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: clamp(30px, 5%, 80px) 20px; }
  .top_otoiawase .top_otoiawase_box {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    padding: clamp(20px, 4%, 40px); }
    .top_otoiawase .top_otoiawase_box h3 {
      display: block;
      text-align: center;
      font-size: clamp(20px, 4vw, 35px);
      margin-bottom: 1rem;
      font-weight: 500; }
    .top_otoiawase .top_otoiawase_box p {
      display: block;
      text-align: center;
      margin-bottom: 1.5rem;
      font-size: clamp(14px, 1.2vw, 16px); }
    .top_otoiawase .top_otoiawase_box ul.contact_wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: clamp(18px, 2vw, 25px); }
      .top_otoiawase .top_otoiawase_box ul.contact_wrap li {
        display: block;
        width: fit-content; }
        .top_otoiawase .top_otoiawase_box ul.contact_wrap li:nth-of-type(1) {
          margin-right: 15px; }
          .top_otoiawase .top_otoiawase_box ul.contact_wrap li:nth-of-type(1) a {
            display: block;
            width: fit-content;
            background: #B39F68;
            padding: 15px 25px;
            color: #fff; }
        .top_otoiawase .top_otoiawase_box ul.contact_wrap li:nth-of-type(2) {
          margin-left: 15px;
          display: block;
          width: fit-content;
          border: #B39F68 1px solid;
          text-align: center;
          padding: 15px 25px;
          text-align: center; }
          .top_otoiawase .top_otoiawase_box ul.contact_wrap li:nth-of-type(2) a {
            font-size: 120%; }
            .top_otoiawase .top_otoiawase_box ul.contact_wrap li:nth-of-type(2) a span {
              font-size: 60%; }
          .top_otoiawase .top_otoiawase_box ul.contact_wrap li:nth-of-type(2) p {
            margin-bottom: 0; }
      @media (max-width: 767px) {
        .top_otoiawase .top_otoiawase_box ul.contact_wrap {
          flex-wrap: wrap; }
          .top_otoiawase .top_otoiawase_box ul.contact_wrap li:nth-of-type(1) {
            width: 220px;
            margin-right: 0;
            margin-bottom: 15px; }
          .top_otoiawase .top_otoiawase_box ul.contact_wrap li:nth-of-type(2) {
            margin-left: 0;
            width: 220px; } }

.ft_2025 {
  max-width: 1200px;
  margin: 0 auto 5%; }
  .ft_2025 .ft_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .ft_2025 .ft_wrap .ft__left {
      width: 200px;
      padding-right: 20px; }
      .ft_2025 .ft_wrap .ft__left a {
        color: #B39F68;
        font-size: 18px;
        line-height: 1.3; }
    .ft_2025 .ft_wrap .ft_center {
      width: calc(100% - 400px);
      display: flex;
      justify-content: center; }
      .ft_2025 .ft_wrap .ft_center ul {
        width: fit-content;
        margin: 0 4%; }
        .ft_2025 .ft_wrap .ft_center ul li {
          margin-bottom: 0.3rem; }
    .ft_2025 .ft_wrap .ft__right {
      width: 200px;
      padding-left: 20px; }
      .ft_2025 .ft_wrap .ft__right a {
        color: #B39F68;
        font-size: 25px; }
    @media (max-width: 767px) {
      .ft_2025 .ft_wrap {
        flex-wrap: wrap; }
        .ft_2025 .ft_wrap .ft__left, .ft_2025 .ft_wrap .ft__right {
          width: 100%;
          padding: 0;
          text-align: center; }
        .ft_2025 .ft_wrap .ft_center {
          width: 100%;
          margin: auto;
          padding: 30px 0; } }
    @media (max-width: 767px) and (max-width: 425px) {
      .ft_2025 .ft_wrap .ft_center {
        display: block;
        width: fit-content;
        margin: 0 auto; }
        .ft_2025 .ft_wrap .ft_center ul {
          width: fit-content;
          margin: 0; }
          .ft_2025 .ft_wrap .ft_center ul li {
            padding: 5px 0;
            font-size: 14px; } }

address {
  display: block;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 10px 5px;
  text-align: center; }

@media (max-width: 767px) {
  ._sp600 {
    height: 630px; } }
.p-form__bg {
  background-color: rgba(179, 159, 104, 0.2); }

.mw_wp_form .error {
  color: #CD0003 !important;
  padding-top: 5px;
  font-size: 0.9rem;
  background: none; }
  .mw_wp_form .error:before {
    content: "▲"; }

.p-form__button input {
  background-color: #ccc !important;
  pointer-events: none; }
.p-form__button.active input {
  background-color: #b49e68 !important;
  pointer-events: all; }
  .p-form__button.active input:hover, .p-form__button.active input:active {
    background-color: #FFF !important; }

.p-form__checkbox.checked .p-form__checkmark:after {
  opacity: 1 !important; }

.k_btns1_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: clamp(40px, 6%, 80px) auto; }
  .k_btns1_wrap .k_btn1 {
    width: 30%;
    display: block; }
    .k_btns1_wrap .k_btn1 a {
      display: block;
      background: #fff;
      padding: 30px;
      text-align: center;
      border-radius: 15px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
      transition: all linear 0.3s; }
      .k_btns1_wrap .k_btn1 a:hover {
        transform: scale(1.03, 1.03); }
      .k_btns1_wrap .k_btn1 a ._icon {
        display: block;
        width: 60px;
        margin: 0 auto 15px; }
        .k_btns1_wrap .k_btn1 a ._icon img {
          width: 100%; }
      .k_btns1_wrap .k_btn1 a p {
        display: block;
        text-align: center;
        font-size: 20px;
        color: #B39F68; }
      .k_btns1_wrap .k_btn1 a:after {
        display: block;
        background: url("../img/arrow1.png") no-repeat;
        background-size: 15px;
        width: 15px;
        height: 15px;
        margin: 10px auto 0;
        content: ""; }
  @media screen and (max-width: 767px) {
    .k_btns1_wrap {
      padding: 0 12px; }
      .k_btns1_wrap .k_btn1 {
        width: 31%; }
        .k_btns1_wrap .k_btn1 a {
          padding: 10px 5px;
          border-radius: 10px;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
          .k_btns1_wrap .k_btn1 a ._icon {
            width: 50px;
            margin: 0 auto 10px; }
          .k_btns1_wrap .k_btn1 a p {
            font-size: 13px; }
          .k_btns1_wrap .k_btn1 a:after {
            display: block;
            background: url("../img/arrow1.png") no-repeat;
            background-size: 15px;
            width: 15px;
            height: 15px;
            margin: 10px auto 0;
            content: ""; } }

span.mark {
  background: linear-gradient(transparent 50%, #B39F68, 50%); }

._kasou_mv {
  margin-bottom: clamp(30px, 5%, 50px); }
  ._kasou_mv img {
    width: 100%;
    height: auto; }

.jitaku .c-heading {
  display: block;
  text-align: center;
  font-size: 1.5em;
  line-height: 38px;
  margin-left: 0; }
  .jitaku .c-heading br {
    display: none; }
  .jitaku .c-heading:before {
    top: 50%;
    left: calc(50% - 44px); }
  .jitaku .c-heading:after {
    position: relative;
    content: attr(title);
    display: block;
    font-family: "Bodoni Moda", serif;
    font-size: 1.2rem;
    color: #B39F68; }
  @media (max-width: 767px) {
    .jitaku .c-heading br {
      display: block; }
    .jitaku .c-heading:before {
      width: 88px;
      top: 65%; } }
.jitaku .plan_table {
  text-align: center; }
  .jitaku .plan_table table {
    margin: clamp(50px, 5%, 100px) auto;
    border-collapse: collapse; }
    .jitaku .plan_table table tr th, .jitaku .plan_table table tr td {
      height: 80px;
      width: 200px;
      font-size: clamp(12px, 1vw, 14px);
      line-height: 1.4;
      text-align: center; }
    .jitaku .plan_table table tr th .recommend {
      position: absolute;
      left: 0;
      display: flex;
      color: #fff;
      background: #000;
      align-items: center;
      justify-content: center;
      top: -25px;
      font-size: 12px;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      width: 200px;
      height: 25px; }
      @media (max-width: 1070px) {
        .jitaku .plan_table table tr th .recommend {
          width: 18.9vw; } }
      @media (max-width: 767px) {
        .jitaku .plan_table table tr th .recommend {
          width: 123px; } }
    .jitaku .plan_table table tr th:first-child {
      font-size: 14px;
      line-height: 19px; }
    .jitaku .plan_table table tr td:last-child {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
    .jitaku .plan_table table tr td.maru span {
      border: solid 3px #000;
      width: 25px;
      height: 25px;
      background: transparent;
      display: block;
      border-radius: 50%;
      margin: 0 auto; }
    .jitaku .plan_table table tr td.batsu span {
      width: 24px;
      height: 24px;
      display: block;
      position: relative;
      margin: 0 auto; }
      .jitaku .plan_table table tr td.batsu span:before, .jitaku .plan_table table tr td.batsu span:after {
        width: 3px;
        height: 24px;
        font-size: 12px;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        background: #333; }
      .jitaku .plan_table table tr td.batsu span:before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .jitaku .plan_table table tr td.batsu span:after {
        transform: translate(-50%, -50%) rotate(-45deg); }
    .jitaku .plan_table table tr th:first-child, .jitaku .plan_table table tr td:first-child {
      width: 220px;
      padding-left: 22px; }
    .jitaku .plan_table table tr:nth-child(even) td {
      background: #F7F6F5; }
      .jitaku .plan_table table tr:nth-child(even) td:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; }
    .jitaku .plan_table table tr._price td {
      font-size: 18px; }
      .jitaku .plan_table table tr._price td span {
        font-size: 12px; }
        @media (max-width: 767px) {
          .jitaku .plan_table table tr._price td span {
            display: block; } }
    .jitaku .plan_table table thead tr th:nth-child(1) {
      background: #F7F6F5;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    .jitaku .plan_table table thead tr th:nth-child(2) {
      background: #D3EAE0; }
    .jitaku .plan_table table thead tr th:nth-child(3) {
      background: #E8CCBA;
      position: relative; }
    .jitaku .plan_table table thead tr th:nth-child(4) {
      background: #E1E8BA; }
    .jitaku .plan_table table thead tr th:nth-child(5) {
      background: #E8DEBB;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
  @media (max-width: 767px) {
    .jitaku .plan_table {
      width: 100%;
      overflow-x: auto; }
      .jitaku .plan_table table {
        width: 600px; } }
.jitaku .detail-block summary::-webkit-details-marker {
  display: none; }
.jitaku .detail-block summary::marker {
  content: none;
  /* Firefox 用 */ }
.jitaku .detail-block .js-details {
  box-shadow: 0 0 calc(100vw * calc(6 / 1280)) #0000002b;
  margin-bottom: calc(100vw * calc(20 / 1280));
  border-radius: calc(100vw * calc(10 / 1280)); }
  .jitaku .detail-block .js-details .summary_inner {
    border-radius: calc(100vw * calc(10 / 1280));
    padding: calc(100vw * calc(24 / 1280)) calc(100vw * calc(40 / 1280));
    font-size: 18px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    position: relative;
    color: #000; }
    @media (max-width: 767px) {
      .jitaku .detail-block .js-details .summary_inner {
        font-size: 15px; } }
    .jitaku .detail-block .js-details .summary_inner .recommend {
      left: 580px;
      top: calc(100vw * calc(-6.2 / 1280));
      height: 34px;
      line-height: 1.4;
      border-radius: 30px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 14px;
      position: absolute;
      display: flex;
      background: #000;
      color: #fff;
      align-items: center;
      font-weight: bold;
      z-index: 1; }
      @media (max-width: 767px) {
        .jitaku .detail-block .js-details .summary_inner .recommend {
          left: 200px;
          height: 20px;
          padding-left: 10px;
          padding-right: 10px;
          font-size: 12px; } }
      .jitaku .detail-block .js-details .summary_inner .recommend:before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: calc(100vw * calc(-9.7 / 1280));
        left: calc(100vw * calc(25.1 / 1280));
        margin-top: calc(100vw * calc(-12.86 / 1280));
        border: calc(100vw * calc(12.86 / 1280)) solid transparent;
        border-left: calc(100vw * calc(12.86 / 1280)) solid #000; }
    .jitaku .detail-block .js-details .summary_inner .pm-icon {
      display: block;
      position: absolute;
      flex-shrink: 0;
      transform-origin: center 43%;
      transition: transform 1s;
      right: 0;
      width: 20px;
      height: 2px;
      width: calc(100vw * calc(20 / 1280));
      right: calc(100vw * calc(40 / 1280)); }
      .jitaku .detail-block .js-details .summary_inner .pm-icon:before, .jitaku .detail-block .js-details .summary_inner .pm-icon:after {
        content: '';
        display: inline-block;
        background-color: #000;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 1s;
        width: calc(100vw * calc(20 / 1280));
        height: calc(100vw * calc(2 / 1280)); }
      .jitaku .detail-block .js-details .summary_inner .pm-icon:before {
        left: 0; }
      .jitaku .detail-block .js-details .summary_inner .pm-icon:after {
        right: 0;
        transform: rotate(90deg); }
  .jitaku .detail-block .js-details:open {
    border: #000 10px solid; }
  .jitaku .detail-block .js-details .content_inner {
    padding: calc(100vw * calc(20 / 1280));
    margin-bottom: clamp(25px, 5%, 50px); }
    .jitaku .detail-block .js-details .content_inner .content-list {
      margin-bottom: clamp(30px, 5%, 60px);
      padding: 0 20px; }
      @media (max-width: 767px) {
        .jitaku .detail-block .js-details .content_inner .content-list {
          padding: 0 10px; } }
      .jitaku .detail-block .js-details .content_inner .content-list h2 {
        font-size: 20px;
        color: #B39F68; }
      .jitaku .detail-block .js-details .content_inner .content-list ul {
        display: flex;
        justify-content: center; }
        .jitaku .detail-block .js-details .content_inner .content-list ul li {
          width: 25%;
          padding: 10px; }
          .jitaku .detail-block .js-details .content_inner .content-list ul li img {
            width: 100%;
            border-radius: 10px;
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }
          .jitaku .detail-block .js-details .content_inner .content-list ul li p {
            font-size: 14px;
            line-height: 1.5;
            margin-top: 5px; }
        @media (max-width: 767px) {
          .jitaku .detail-block .js-details .content_inner .content-list ul {
            flex-wrap: wrap; }
            .jitaku .detail-block .js-details .content_inner .content-list ul li {
              width: 50%;
              padding: 5px; } }
    .jitaku .detail-block .js-details .content_inner .round-list {
      padding-bottom: clamp(30px, 5%, 60px); }
      .jitaku .detail-block .js-details .content_inner .round-list ul {
        display: flex;
        justify-content: flex-start;
        padding: 0; }
        .jitaku .detail-block .js-details .content_inner .round-list ul li {
          width: 25%; }
          .jitaku .detail-block .js-details .content_inner .round-list ul li p {
            line-height: 93px;
            text-align: center;
            font-size: 14px;
            border-radius: 10px; }
  .jitaku .detail-block .js-details:nth-child(1) .summary_inner {
    background: #D3EAE0; }
  .jitaku .detail-block .js-details:nth-child(1) .content_inner .round-list ul li p {
    background: #D3EAE0; }
  .jitaku .detail-block .js-details:nth-child(2) .summary_inner {
    background: #E8CCBA; }
  .jitaku .detail-block .js-details:nth-child(2) .content_inner .round-list ul li p {
    background: #E8CCBA; }
  .jitaku .detail-block .js-details:nth-child(3) .summary_inner {
    background: #E1E8BA; }
  .jitaku .detail-block .js-details:nth-child(3) .content_inner .round-list ul li p {
    background: #E1E8BA; }
  .jitaku .detail-block .js-details:nth-child(4) .summary_inner {
    background: #E8DEBB; }
  .jitaku .detail-block .js-details:nth-child(4) .content_inner .round-list ul li p {
    background: #E8DEBB; }

.jiin .temple-funeral {
  max-width: 1000px;
  border: solid calc(100vw * calc(3 / 1280)) #B39F68;
  border-radius: calc(100vw * calc(10 / 1280));
  padding: clamp(20px, 6%, 50px);
  margin: 0 auto calc(100vw * calc(51 / 1280)); }
  .jiin .temple-funeral h2 {
    font-size: clamp(18px, 4vw, 23px);
    margin-bottom: calc(100vw * calc(20 / 1280));
    text-align: center;
    color: #B39F68; }
    @media (max-width: 396px) {
      .jiin .temple-funeral h2 br.only-sp {
        display: none; } }
  .jiin .temple-funeral h3 {
    font-size: clamp(16px, 4vw, 20px);
    margin: calc(100vw * calc(40 / 1280)) auto;
    text-align: center;
    color: #B39F68; }
  .jiin .temple-funeral p.center-sp-left {
    text-align: center; }
    @media (max-width: 767px) {
      .jiin .temple-funeral p.center-sp-left {
        text-align: left; } }
  .jiin .temple-funeral table {
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.6;
    table-layout: fixed;
    margin: 0 auto;
    border: #B39F68 1px solid; }
    .jiin .temple-funeral table tr td {
      padding: 15px;
      width: fit-content; }
    .jiin .temple-funeral table tr:nth-child(odd) td {
      background: #f8f5f2; }
    @media (max-width: 767px) {
      .jiin .temple-funeral table tr td {
        display: block;
        width: 100%; }
        .jiin .temple-funeral table tr td:nth-of-type(1) {
          padding-bottom: 0; }
        .jiin .temple-funeral table tr td:nth-of-type(2) {
          padding-top: 0; } }

@media (max-width: 767px) {
  #content_area.syuttyou {
    margin-top: clamp(60px, 10%, 120px) !important; } }

#syuttyou {
  font-size: 16px;
  /*料金プラン（横浜から移行）*/ }
  @media (max-width: 425px) {
    #syuttyou p {
      font-size: 15px; } }
  #syuttyou .title_01 {
    display: block;
    font-size: clamp(25px, 3.37vw, 35px);
    color: #B39F68;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 4%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold; }
    #syuttyou .title_01.center {
      text-align: center; }
    #syuttyou .title_01:before {
      display: block;
      background: url(../img/syuttyou/line1.png) no-repeat;
      background-size: 100%;
      width: 250px;
      height: 22px;
      margin: 0 auto;
      content: ""; }
  #syuttyou .t-02 {
    display: block;
    color: #B39F68;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: clamp(23px, 6vw, 33px);
    text-align: center;
    line-height: 1.3;
    margin-bottom: clamp(15px, 3%, 25px); }
  #syuttyou img {
    width: 100%;
    height: auto; }
  #syuttyou .max1520 {
    display: block;
    max-width: 1520px;
    margin: 0 auto 5% auto; }
    @media (max-width: 1300px) {
      #syuttyou .max1520 {
        margin-left: 15px;
        margin-right: 15px; } }
  #syuttyou .mainvisual {
    display: block;
    background: url("../img/syuttyou/mainvisual.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 0 clamp(15px, 3%, 30px);
    height: calc(100vh - 300px); }
    @media (max-width: 767px) {
      #syuttyou .mainvisual {
        background: url("../img/syuttyou/mainvisual_sp.png") no-repeat;
        background-size: cover;
        background-position: bottom center;
        height: 55vh; } }
    #syuttyou .mainvisual .logo img {
      max-width: 300px; }
    #syuttyou .mainvisual .text {
      display: block;
      width: fit-content;
      padding: 40px 20px 20px;
      margin-left: auto;
      margin-right: 5%;
      writing-mode: vertical-rl;
      background: rgba(0, 0, 0, 0.4);
      color: #FFF; }
      #syuttyou .mainvisual .text h2 {
        display: block;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-size: clamp(28px, 5vw, 45px);
        letter-spacing: 1rem;
        font-weight: normal;
        margin-left: 1rem; }
      #syuttyou .mainvisual .text p {
        display: block;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-size: clamp(16px, 3vw, 22px);
        letter-spacing: 0.5rem; }
      @media (max-width: 767px) {
        #syuttyou .mainvisual .text {
          width: 70%;
          writing-mode: horizontal-tb;
          margin: 30px auto;
          text-align: center;
          padding: 4%; }
          #syuttyou .mainvisual .text h2 {
            margin-bottom: 1rem;
            letter-spacing: 0.7rem; }
          #syuttyou .mainvisual .text p {
            letter-spacing: 0; } }
      @media (max-width: 420px) {
        #syuttyou .mainvisual .text {
          width: calc(100% - 80px);
          margin: 20px 40px 0 40px; } }
  #syuttyou .area01 {
    display: block;
    max-width: 1520px;
    margin: -7% auto 5% auto;
    z-index: 1;
    background: #FFF;
    padding: 30px; }
    @media (max-width: 1300px) {
      #syuttyou .area01 {
        background: none; } }
    @media (max-width: 767px) {
      #syuttyou .area01 {
        margin-top: -15%;
        padding: 0 10px; } }
    #syuttyou .area01 ul {
      display: flex; }
      #syuttyou .area01 ul li {
        width: calc(33.3% - 20px);
        margin: 0 10px;
        background: #FFF;
        border: #B39F68 2px solid;
        padding: 3px; }
        #syuttyou .area01 ul li .wrap {
          display: block;
          border: #B39F68 1px solid;
          padding: 5%;
          text-align: center; }
          #syuttyou .area01 ul li .wrap .icon img {
            max-width: clamp(50px, 8vw, 70px); }
          #syuttyou .area01 ul li .wrap strong {
            font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
            font-size: clamp(13px, 3.5vw, 28px);
            color: #B39F68;
            line-height: 1.4; }
        @media (max-width: 767px) {
          #syuttyou .area01 ul li {
            width: calc(33.3% - 10px);
            margin: 0 5px;
            padding: 2px; }
            #syuttyou .area01 ul li .wrap {
              padding: 3%; } }
  #syuttyou .area02 p {
    display: block;
    text-align: center;
    line-height: 2;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
  #syuttyou .area03 {
    display: block;
    max-width: 1520px;
    margin: 0 auto 4% auto;
    background: linear-gradient(#F0ECE1 0%, #fff 100%);
    padding: 20px; }
    @media (max-width: 767px) {
      #syuttyou .area03 {
        padding: 7px; } }
    #syuttyou .area03 .waku {
      display: block;
      background: url("../../images/index/bg_syuttyou.png") no-repeat;
      background-size: 100%;
      background-position: top;
      text-align: center;
      padding-top: clamp(20px, 10vw, 80px); }
      #syuttyou .area03 .waku:after {
        display: block;
        content: "";
        width: 100%;
        height: clamp(30px, 10vw, 80px);
        background: url("../../images/index/bg_syuttyou2.png") no-repeat;
        background-size: 100%;
        background-position: bottom; }
      @media (max-width: 767px) {
        #syuttyou .area03 .waku {
          background: url("../../images/index/bg_syuttyou_sp.png") no-repeat;
          background-size: 100%;
          background-position: top; }
          #syuttyou .area03 .waku:after {
            background: url("../../images/index/bg_syuttyou_sp2.png") no-repeat;
            background-size: 100%;
            background-position: bottom; } }
    #syuttyou .area03 p {
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
    #syuttyou .area03 .free {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 800px;
      margin: 3% auto; }
      #syuttyou .area03 .free .icon {
        width: 100px;
        margin-right: 20px;
        font-size: 0; }
        @media (max-width: 767px) {
          #syuttyou .area03 .free .icon {
            width: 60px;
            margin-right: 10px; } }
      #syuttyou .area03 .free em {
        font-style: normal; }
        #syuttyou .area03 .free em a {
          color: #B39F68;
          font-size: clamp(22px, 5vw, 50px);
          font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-weight: bold;
          text-decoration: none; }
    #syuttyou .area03 .btns {
      display: flex;
      max-width: 800px;
      margin: 0 auto; }
      #syuttyou .area03 .btns li {
        width: 50%;
        padding: 0 15px; }
        #syuttyou .area03 .btns li a img {
          transition: all linear 0.3s; }
        #syuttyou .area03 .btns li a:hover img {
          opacity: 0.8; }
      @media (max-width: 767px) {
        #syuttyou .area03 .btns {
          flex-wrap: wrap; }
          #syuttyou .area03 .btns li {
            width: 100%; }
            #syuttyou .area03 .btns li img {
              max-width: 250px; } }
  #syuttyou .area04 {
    max-width: 1520px;
    margin: 0 auto 5% auto; }
    #syuttyou .area04 ul {
      display: flex;
      flex-wrap: wrap;
      padding: 3% 0 0 3%; }
      #syuttyou .area04 ul li {
        width: 25%;
        padding-right: 3%;
        margin-bottom: 20px; }
        #syuttyou .area04 ul li:nth-of-type(-n + 3), #syuttyou .area04 ul li:nth-of-type(5), #syuttyou .area04 ul li:nth-of-type(6) {
          background: url("../img/syuttyou/arrow.png") no-repeat;
          background-size: clamp(12px, 1.2vw, 16px);
          background-position: top 40% right 4%; }
        #syuttyou .area04 ul li p {
          display: block;
          text-align: center;
          font-size: 80%;
          line-height: 1.4; }
      @media (max-width: 767px) {
        #syuttyou .area04 ul {
          padding: 3% 0 0 8%; }
          #syuttyou .area04 ul li {
            width: 50%;
            padding-right: 8%; }
            #syuttyou .area04 ul li:nth-of-type(odd) {
              background: url("../img/syuttyou/arrow.png") no-repeat;
              background-size: clamp(8px, 1.2vw, 16px);
              background-position: top 35% right 4%; }
            #syuttyou .area04 ul li:nth-of-type(even), #syuttyou .area04 ul li:last-of-type {
              background: none; } }
  #syuttyou .area05 h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #B39F68;
    font-size: clamp(22px, 3.5vw, 30px);
    margin-bottom: clamp(10px, 4%, 30px);
    text-align: center;
    line-height: 1.4; }
    #syuttyou .area05 h4:before {
      width: 100px;
      background: url("../img/syuttyou/line1_l.png") no-repeat;
      background-size: 100px;
      background-position: center right;
      content: "";
      margin-right: 15px;
      height: 20px; }
      @media (max-width: 767px) {
        #syuttyou .area05 h4:before {
          width: 50px;
          background-size: 50px;
          margin-right: 5px; } }
    #syuttyou .area05 h4:after {
      width: 100px;
      background: url("../img/syuttyou/line1_r.png") no-repeat;
      background-size: 100px;
      background-position: center left;
      content: "";
      margin-left: 15px;
      height: 20px; }
      @media (max-width: 767px) {
        #syuttyou .area05 h4:after {
          width: 50px;
          background-size: 50px;
          margin-left: 5px; } }
  #syuttyou .area05 .bnr {
    display: block;
    padding: clamp(20px, 8%, 130px) 15px;
    border: #EEE 1px solid; }
    #syuttyou .area05 .bnr.mb {
      margin-bottom: clamp(30px, 6%, 80px); }
    #syuttyou .area05 .bnr.bnr01 {
      background: url("../img/syuttyou/bnr01.png") no-repeat;
      background-size: cover;
      background-position: center center; }
    #syuttyou .area05 .bnr.bnr02 {
      background: url("../img/syuttyou/bnr02.png") no-repeat;
      background-size: cover;
      background-position: center center; }
    #syuttyou .area05 .bnr strong {
      display: block;
      font-size: clamp(12px, 2.8vw, 22px);
      font-weight: normal;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      text-align: center;
      text-shadow: 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white; }
  #syuttyou .area06 {
    background: rgba(126, 51, 78, 0.1);
    padding: 4% 15px;
    margin-bottom: -10px; }
    #syuttyou .area06 ul {
      max-width: 1520px;
      margin: auto;
      display: flex; }
      #syuttyou .area06 ul li {
        width: 50%;
        padding: 0 15px; }
      @media (max-width: 767px) {
        #syuttyou .area06 ul {
          flex-wrap: wrap; }
          #syuttyou .area06 ul li {
            width: 100%; }
            #syuttyou .area06 ul li:not(last-of-type) {
              margin-bottom: 5%; } }
    #syuttyou .area06 .box01 {
      display: block;
      border: 2mm ridge #B39F68;
      padding: 3%;
      background: #F0ECE1;
      margin: 0 25px clamp(15px, 4%, 30px) 25px; }
      @media (max-width: 767px) {
        #syuttyou .area06 .box01 {
          margin-left: 10px;
          margin-right: 10px; } }
      #syuttyou .area06 .box01 .ttl {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5rem; }
        #syuttyou .area06 .box01 .ttl em {
          font-size: clamp(22px, 2.5vw, 28px);
          color: #B39F68;
          font-style: normal; }
        #syuttyou .area06 .box01 .ttl b {
          background: #B39F68;
          color: #FFF;
          padding: 5px 15px;
          border-radius: 20px;
          font-size: clamp(14px, 1.8vw, 20px); }
      #syuttyou .area06 .box01 ul {
        display: flex;
        flex-wrap: wrap; }
        #syuttyou .area06 .box01 ul li {
          width: fit-content;
          display: flex;
          align-items: center;
          margin: 5px; }
          #syuttyou .area06 .box01 ul li span {
            background: #B39F68;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 15px;
            margin-right: 10px;
            letter-spacing: 0;
            font-size: 20px;
            line-height: 1;
            color: #FFF; }
            @media (max-width: 767px) {
              #syuttyou .area06 .box01 ul li span {
                width: 20px;
                height: 20px;
                border-radius: 10px;
                font-size: 14px;
                margin-right: 5px; } }
          #syuttyou .area06 .box01 ul li b {
            font-size: clamp(17px, 1.8vw, 20px);
            color: #B39F68; }
    #syuttyou .area06 .box02 {
      padding: 0 15px; }
      @media (max-width: 767px) {
        #syuttyou .area06 .box02 {
          padding: 0 10px; } }
      #syuttyou .area06 .box02 table {
        border-collapse: collapse;
        background: #FFF;
        width: 100%;
        margin-bottom: 0.7rem; }
        #syuttyou .area06 .box02 table th {
          border: #B39F68 1px solid;
          padding: 15px;
          font-size: 16px; }
        #syuttyou .area06 .box02 table td {
          border: #B39F68 1px solid;
          padding: 15px;
          font-size: 16px;
          text-align: right; }
        #syuttyou .area06 .box02 table thead th {
          background: rgba(126, 51, 78, 0.2);
          text-align: center;
          color: #B39F68;
          font-size: clamp(14px, 1.8vw, 17px); }
      #syuttyou .area06 .box02 ul {
        display: block; }
        #syuttyou .area06 .box02 ul li {
          display: block;
          width: 100%;
          font-size: 11px;
          margin: 0 0 0.3rem 0;
          padding: 0; }
          #syuttyou .area06 .box02 ul li:before {
            content: "※"; }
  #syuttyou .plan {
    max-width: 1520px;
    margin: 0 auto; }
    @media (max-width: 1300px) {
      #syuttyou .plan {
        padding-left: 15px;
        padding-right: 15px; } }
    #syuttyou .plan .catch1 {
      display: block;
      text-align: center;
      font-size: clamp(18px, 2.2vw, 25px);
      color: #B39F68;
      margin-bottom: clamp(20px, 1.5vw, 30px); }
    #syuttyou .plan .box01 {
      display: block;
      border: 2mm ridge #B39F68;
      padding: 3%;
      background: #F0ECE1;
      margin-bottom: clamp(30px, 5%, 60px); }
      #syuttyou .plan .box01 .ttl {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5rem; }
        #syuttyou .plan .box01 .ttl em {
          font-size: clamp(22px, 2.5vw, 28px);
          color: #B39F68;
          font-style: normal; }
        #syuttyou .plan .box01 .ttl b {
          background: #B39F68;
          color: #FFF;
          padding: 5px 15px;
          border-radius: 20px;
          font-size: clamp(14px, 1.8vw, 20px); }
      #syuttyou .plan .box01 ul {
        display: flex;
        flex-wrap: wrap; }
        #syuttyou .plan .box01 ul li {
          width: fit-content;
          display: flex;
          align-items: center;
          margin: 5px; }
          #syuttyou .plan .box01 ul li span {
            background: #B39F68;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 15px;
            margin-right: 10px;
            letter-spacing: 0;
            font-size: 20px;
            line-height: 1;
            color: #FFF; }
            @media (max-width: 767px) {
              #syuttyou .plan .box01 ul li span {
                width: 20px;
                height: 20px;
                border-radius: 10px;
                font-size: 14px;
                margin-right: 5px; } }
          #syuttyou .plan .box01 ul li b {
            font-size: clamp(17px, 1.8vw, 20px);
            color: #B39F68; }
    #syuttyou .plan .box02 {
      margin-bottom: clamp(30px, 5%, 100px); }
      #syuttyou .plan .box02 table {
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 0.7rem; }
        #syuttyou .plan .box02 table th {
          border: #B39F68 1px solid;
          padding: 15px;
          font-size: 16px; }
        #syuttyou .plan .box02 table td {
          border: #B39F68 1px solid;
          padding: 15px;
          font-size: 16px;
          text-align: right; }
        #syuttyou .plan .box02 table thead th {
          background: #F0ECE1;
          text-align: center;
          color: #B39F68;
          font-size: clamp(14px, 1.8vw, 17px); }
      #syuttyou .plan .box02 ul li {
        display: flex;
        font-size: clamp(11px, 2.2vw, 17px);
        margin-bottom: 0.5rem; }
        #syuttyou .plan .box02 ul li:before {
          content: "※"; }
    #syuttyou .plan .box03 {
      display: block;
      max-width: 1520px;
      margin: 0 auto 4% auto;
      background: linear-gradient(#F0ECE1 0%, #fff 100%);
      padding: 20px; }
      @media (max-width: 767px) {
        #syuttyou .plan .box03 {
          padding: 10px; } }
      #syuttyou .plan .box03 .box {
        display: block;
        background: url("../../images/index/bg_syuttyou.png") no-repeat;
        background-size: 100%;
        background-position: top;
        text-align: center;
        padding-top: clamp(30px, 10vw, 80px); }
        #syuttyou .plan .box03 .box:after {
          display: block;
          content: "";
          width: 100%;
          height: clamp(30px, 10vw, 80px);
          background: url("../../images/index/bg_syuttyou2.png") no-repeat;
          background-size: 100%;
          background-position: bottom; }
        @media (max-width: 767px) {
          #syuttyou .plan .box03 .box {
            background: url("../../images/index/bg_syuttyou_sp.png") no-repeat;
            background-size: 100%;
            background-position: top; }
            #syuttyou .plan .box03 .box:after {
              background: url("../../images/index/bg_syuttyou_sp2.png") no-repeat;
              background-size: 100%;
              background-position: bottom; } }
        #syuttyou .plan .box03 .box b {
          font-size: clamp(20px, 1.2vw, 23px);
          font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          color: #B39F68;
          font-weight: bold;
          margin-bottom: 15px;
          padding: 0 15px;
          display: block;
          line-height: 1.4; }
        #syuttyou .plan .box03 .box p {
          margin-bottom: 0;
          padding: 0 15px; }

._p-r-50-not-sp {
  padding-right: 50px; }
  @media (max-width: 767px) {
    ._p-r-50-not-sp {
      padding-right: 0; } }
