@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          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;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::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;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

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] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
}

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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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] {
  color: inherit;
  cursor: pointer;
}

/* 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 {
  padding: 0;
  border-style: none;
}

/* 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 {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: bottom;
  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;
}

ol,
ul {
  list-style: none;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.lazyload-img {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-tab {
    display: block;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/**
* @file _l-footer.scss
**/
.l-footer .container {
  max-width: 1330px;
}

/**
* @file _l-header.scss
**/
.l-header.is-regulation {
  background: #c8bba0;
}

.l-header.is-cancel {
  background: #c8bba0;
}


/**
* @file _page-contact.scss
**/
.btn_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .btn_submit {
    gap: 15px;
  }
}

.mw_wp_form_confirm .confirm-hidden {
  display: none;
}

.c-content-padding {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .c-content-padding {
    padding: 0 15px;
  }
}

.c-content-width {
  max-width: 1200px;
  margin: auto;
}

.fade {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.fade.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-404 {
  height: 100vh;
  padding: 150px 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-404 {
    height: 100vh;
    padding: 100px 20px 0;
  }
}
.p-404 h2 {
  font-size: 3.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-404 h2 {
    font-size: 2.4rem;
  }
}
.p-404 p {
  margin-top: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-404 p {
    margin-top: 25px;
  }
}
.p-404 a {
  display: inline-block;
  margin-top: 50px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-404 a {
    margin-top: 25px;
  }
}

.p-about .calender iframe {
  width: 100%;
  max-width: 800px;
  height: 600px;
  overflow: auto;
}
.p-about .calender .bubble {
  width: 90% !important;
}

/**
* @file _l-index.scss
**/
.home .fv__img {
  height: 50vh;
  padding: 10px;
  margin-top: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-price a:link {
  text-decoration: none;
}
.page-price .head__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .page-price .head__lists {
    display: none;
  }
}
.page-price .head .lists__item {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 15px;
  color: #837e7c;
  cursor: pointer;
  background: #d7d0bf;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-price .head .lists__item:hover {
  color: #fff;
  background: #2b2b2b;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-price .head .lists__item.bg-light {
  background: #f3f0e8;
}
.page-price .head .lists__item.bg-light:hover {
  color: #fff;
  background: #2b2b2b;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-price .head__sp-select {
  position: relative;
  display: none;
  margin-top: 30px;
  border: 1px solid #837e7c;
}
@media screen and (max-width: 768px) {
  .page-price .head__sp-select {
    display: block;
  }
}
.page-price .head__sp-select::before {
  position: absolute;
  top: 45%;
  right: 15px;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #726655;
  border-bottom: 1px solid #726655;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.page-price .head__sp-select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  color: #726655;
}
.page-price .contents {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .page-price .contents {
    margin: 50px 0;
  }
}
.page-price .contents__wrapper {
  display: none;
  max-width: 1000px;
  margin: 0 auto;
}
.page-price .contents__wrapper.is-show {
  display: block;
}
.page-price .contents__ttl {
  font-size: 4.5rem;
  line-height: 1.1111111111;
  font-weight: normal;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 20px;
  color: #837e7c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-price .contents__ttl {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.page-price .contents__ttl::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 2px;
  content: "";
  background: #2b2b2b;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-price .contents__box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page-price .contents__box {
    margin-top: 30px;
  }
}
.page-price .contents .box__ttl {
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: normal;
  padding-left: 20px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border-left: 1px solid currentColor;
}

.page-price .contents .box__ttl.-top {
  font-size: 3.2rem;
  font-weight: bold;
  border-left: none;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .page-price .contents .box__ttl {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.page-price .contents .box__ttl span {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: normal;
}
.page-price .contents .box__table {
  display: grid;
  width: 100%;
  border: 1px solid #726655;
  border-top: none;
  font-size: 1.6rem;
}
.page-price .contents .box__table:first-of-type {
  border-top: 1px solid #726655;
}
.page-price .contents .box__table span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  border-left: 1px solid #726655;
}
.page-price .contents .box__table .table__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  background: #f6f3ea;
}
.page-price .contents .box__table .table__set {
  display: grid;
  grid-template-columns: 1fr;
}
.page-price .contents .box__table .table__set:not(:first-of-type) {
  border-top: 1px solid #726655;
}
.page-price .contents .box__attention {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-top: 15px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box__attention {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.page-price .contents .box .grid-col1 .table__item {
  border-left: none;
}
.page-price .contents .box .grid-col1 .table__item strong {
  font-weight: normal;
  color: #b11616;
}
.page-price .contents .box .grid-col2, .page-price .contents .box .grid-col2-row2, .page-price .contents .box .grid-col2-row1 {
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col2, .page-price .contents .box .grid-col2-row2, .page-price .contents .box .grid-col2-row1 {
    grid-template-columns: 1fr;
  }
}
.page-price .contents .box .grid-col2 .table__ttl, .page-price .contents .box .grid-col2-row2 .table__ttl, .page-price .contents .box .grid-col2-row1 .table__ttl {
  padding: 10px 0;
}
.page-price .contents .box .grid-col2 .table__set, .page-price .contents .box .grid-col2-row2 .table__set, .page-price .contents .box .grid-col2-row1 .table__set {
  display: grid;
  grid-template-columns: 1fr;
}
.page-price .contents .box .grid-col2 .table__set:not(:first-of-type), .page-price .contents .box .grid-col2-row2 .table__set:not(:first-of-type), .page-price .contents .box .grid-col2-row1 .table__set:not(:first-of-type) {
  border-top: 1px solid #726655;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col2 .table__item, .page-price .contents .box .grid-col2-row2 .table__item, .page-price .contents .box .grid-col2-row1 .table__item {
    border-top: 1px solid #726655;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col2-row1.sp-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col2-row1.sp-row .table__item {
    border-top: none;
    border-left: 1px solid #726655;
  }
}
.page-price .contents .box .grid-col2-row2 .table__ttl {
  grid-row: 1/3;
  grid-column: 1/2;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col2-row2 .table__set {
    border-top: 1px solid #726655;
  }
}
.page-price .contents .box .grid-col2-row2 .table__set:not(:first-of-type) {
  border-top: 1px solid #726655;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col2-row2 .table__item {
    border-left: none;
  }
}
.page-price .contents .box .grid-col3, .page-price .contents .box .grid-col4 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row10 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row9 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row8 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row7 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row6 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row5 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row4 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row3 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row2 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row1 > div[class*=grid-col3], .page-price .contents .box .grid-col3-row10, .page-price .contents .box .grid-col3-row9, .page-price .contents .box .grid-col3-row8, .page-price .contents .box .grid-col3-row7, .page-price .contents .box .grid-col3-row6, .page-price .contents .box .grid-col3-row5, .page-price .contents .box .grid-col3-row4, .page-price .contents .box .grid-col3-row3, .page-price .contents .box .grid-col3-row2, .page-price .contents .box .grid-col3-row1 {
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col3, .page-price .contents .box .grid-col4 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row10 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row9 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row8 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row7 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row6 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row5 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row4 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row3 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row2 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row1 > div[class*=grid-col3], .page-price .contents .box .grid-col3-row10, .page-price .contents .box .grid-col3-row9, .page-price .contents .box .grid-col3-row8, .page-price .contents .box .grid-col3-row7, .page-price .contents .box .grid-col3-row6, .page-price .contents .box .grid-col3-row5, .page-price .contents .box .grid-col3-row4, .page-price .contents .box .grid-col3-row3, .page-price .contents .box .grid-col3-row2, .page-price .contents .box .grid-col3-row1 {
    grid-template-columns: 1fr;
  }
}
.page-price .contents .box .grid-col3 .table__set, .page-price .contents .box .grid-col4 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row10 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row9 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row8 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row7 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row6 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row5 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row4 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row3 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row2 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row1 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col3-row10 .table__set, .page-price .contents .box .grid-col3-row9 .table__set, .page-price .contents .box .grid-col3-row8 .table__set, .page-price .contents .box .grid-col3-row7 .table__set, .page-price .contents .box .grid-col3-row6 .table__set, .page-price .contents .box .grid-col3-row5 .table__set, .page-price .contents .box .grid-col3-row4 .table__set, .page-price .contents .box .grid-col3-row3 .table__set, .page-price .contents .box .grid-col3-row2 .table__set, .page-price .contents .box .grid-col3-row1 .table__set {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col3 .table__set, .page-price .contents .box .grid-col4 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row10 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row9 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row8 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row7 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row6 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row5 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row4 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row3 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row2 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col4-row1 > div[class*=grid-col3] .table__set, .page-price .contents .box .grid-col3-row10 .table__set, .page-price .contents .box .grid-col3-row9 .table__set, .page-price .contents .box .grid-col3-row8 .table__set, .page-price .contents .box .grid-col3-row7 .table__set, .page-price .contents .box .grid-col3-row6 .table__set, .page-price .contents .box .grid-col3-row5 .table__set, .page-price .contents .box .grid-col3-row4 .table__set, .page-price .contents .box .grid-col3-row3 .table__set, .page-price .contents .box .grid-col3-row2 .table__set, .page-price .contents .box .grid-col3-row1 .table__set {
    border-top: 1px solid #726655;
  }
}
.page-price .contents .box .grid-col3 .table__set.col-single, .page-price .contents .box .grid-col4 > div[class*=grid-col3] .table__set.col-single, .page-price .contents .box .grid-col4-row10 > div[class*=grid-col3] .table__set.col-single, .page-price .contents .box .grid-col4-row9 > div[class*=grid-col3] .table__set.col-single, .page-price .contents .box .grid-col4-row8 > div[class*=grid-col3] .table__set.col-single, .page-price .contents .box .grid-col4-row7 > div[class*=grid-col3] .table__set.col-single, .page-price .contents .box .grid-col4-row6 > div[class*=grid-col3] .table__set.col-single, .page-price .contents .box .grid-col4-row5 > div[class*=grid-col3] .table__set.col-single, .page-price .contents .box .grid-col4-row4 > div[class*=grid-col3] .table__set.col-single, .page-price .contents .box .grid-col4-row3 > div[class*=grid-col3] .table__set.col-single, .page-price .contents .box .grid-col4-row2 > div[class*=grid-col3] .table__set.col-single, .page-price .contents .box .grid-col4-row1 > div[class*=grid-col3] .table__set.col-single, .page-price .contents .box .grid-col3-row10 .table__set.col-single, .page-price .contents .box .grid-col3-row9 .table__set.col-single, .page-price .contents .box .grid-col3-row8 .table__set.col-single, .page-price .contents .box .grid-col3-row7 .table__set.col-single, .page-price .contents .box .grid-col3-row6 .table__set.col-single, .page-price .contents .box .grid-col3-row5 .table__set.col-single, .page-price .contents .box .grid-col3-row4 .table__set.col-single, .page-price .contents .box .grid-col3-row3 .table__set.col-single, .page-price .contents .box .grid-col3-row2 .table__set.col-single, .page-price .contents .box .grid-col3-row1 .table__set.col-single {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col3 .table__item:first-of-type, .page-price .contents .box .grid-col4 > div[class*=grid-col3] .table__item:first-of-type, .page-price .contents .box .grid-col4-row10 > div[class*=grid-col3] .table__item:first-of-type, .page-price .contents .box .grid-col4-row9 > div[class*=grid-col3] .table__item:first-of-type, .page-price .contents .box .grid-col4-row8 > div[class*=grid-col3] .table__item:first-of-type, .page-price .contents .box .grid-col4-row7 > div[class*=grid-col3] .table__item:first-of-type, .page-price .contents .box .grid-col4-row6 > div[class*=grid-col3] .table__item:first-of-type, .page-price .contents .box .grid-col4-row5 > div[class*=grid-col3] .table__item:first-of-type, .page-price .contents .box .grid-col4-row4 > div[class*=grid-col3] .table__item:first-of-type, .page-price .contents .box .grid-col4-row3 > div[class*=grid-col3] .table__item:first-of-type, .page-price .contents .box .grid-col4-row2 > div[class*=grid-col3] .table__item:first-of-type, .page-price .contents .box .grid-col4-row1 > div[class*=grid-col3] .table__item:first-of-type, .page-price .contents .box .grid-col3-row10 .table__item:first-of-type, .page-price .contents .box .grid-col3-row9 .table__item:first-of-type, .page-price .contents .box .grid-col3-row8 .table__item:first-of-type, .page-price .contents .box .grid-col3-row7 .table__item:first-of-type, .page-price .contents .box .grid-col3-row6 .table__item:first-of-type, .page-price .contents .box .grid-col3-row5 .table__item:first-of-type, .page-price .contents .box .grid-col3-row4 .table__item:first-of-type, .page-price .contents .box .grid-col3-row3 .table__item:first-of-type, .page-price .contents .box .grid-col3-row2 .table__item:first-of-type, .page-price .contents .box .grid-col3-row1 .table__item:first-of-type {
    border-left: none;
  }
}
.page-price .contents .box .grid-col3-row1 .table__ttl {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 10px 0;
}
.page-price .contents .box .grid-col3-row2 .table__ttl {
  grid-row: 1/3;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col3-row3 .table__ttl {
  grid-row: 1/4;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col3-row4 .table__ttl {
  grid-row: 1/5;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col3-row5 .table__ttl {
  grid-row: 1/6;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col3-row6 .table__ttl {
  grid-row: 1/7;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col3-row7 .table__ttl {
  grid-row: 1/8;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col3-row8 .table__ttl {
  grid-row: 1/9;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col3-row9 .table__ttl {
  grid-row: 1/10;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col3-row10 .table__ttl {
  grid-row: 1/11;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4-row11 .table__ttl {
  grid-row: 1/12;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4-row12 .table__ttl {
  grid-row: 1/13;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4, .page-price .contents .box .grid-col4-row10, .page-price .contents .box .grid-col4-row9, .page-price .contents .box .grid-col4-row8, .page-price .contents .box .grid-col4-row7, .page-price .contents .box .grid-col4-row6, .page-price .contents .box .grid-col4-row5, .page-price .contents .box .grid-col4-row4, .page-price .contents .box .grid-col4-row3, .page-price .contents .box .grid-col4-row2, .page-price .contents .box .grid-col4-row1, .page-price .contents .box .grid-col4-row12 {
  grid-template-columns: 1fr 3fr;
}
.page-price .contents .box .grid-col4-row12 {
  border: none;
}
.page-price .contents .box .grid-col4-row12 > .table__ttl {
  border-top: 1px solid #726655;
  border-left: 1px solid #726655;
  border-bottom: 1px solid #726655;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4, .page-price .contents .box .grid-col4-row10, .page-price .contents .box .grid-col4-row9, .page-price .contents .box .grid-col4-row8, .page-price .contents .box .grid-col4-row7, .page-price .contents .box .grid-col4-row6, .page-price .contents .box .grid-col4-row5, .page-price .contents .box .grid-col4-row4, .page-price .contents .box .grid-col4-row3, .page-price .contents .box .grid-col4-row2, .page-price .contents .box .grid-col4-row1 {
    grid-template-columns: 1fr;
  }
}
.page-price .contents .box .grid-col4 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row10 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row9 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row8 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row7 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row6 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row5 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row4 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row3 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row2 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row1 > div[class*=grid-col3]:first-of-type {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row10 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row9 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row8 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row7 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row6 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row5 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row4 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row3 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row2 > div[class*=grid-col3]:first-of-type, .page-price .contents .box .grid-col4-row1 > div[class*=grid-col3]:first-of-type {
    border-top: 1px solid #726655;
  }
}
.page-price .contents .box .grid-col4 > div[class*=grid-col3]:last-of-type, .page-price .contents .box .grid-col4-row10 > div[class*=grid-col3]:last-of-type, .page-price .contents .box .grid-col4-row9 > div[class*=grid-col3]:last-of-type, .page-price .contents .box .grid-col4-row8 > div[class*=grid-col3]:last-of-type, .page-price .contents .box .grid-col4-row7 > div[class*=grid-col3]:last-of-type, .page-price .contents .box .grid-col4-row6 > div[class*=grid-col3]:last-of-type, .page-price .contents .box .grid-col4-row5 > div[class*=grid-col3]:last-of-type, .page-price .contents .box .grid-col4-row4 > div[class*=grid-col3]:last-of-type, .page-price .contents .box .grid-col4-row3 > div[class*=grid-col3]:last-of-type, .page-price .contents .box .grid-col4-row2 > div[class*=grid-col3]:last-of-type, .page-price .contents .box .grid-col4-row1 > div[class*=grid-col3]:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row10 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row9 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row8 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row7 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row6 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row5 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row4 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row3 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row2 > div[class*=grid-col3], .page-price .contents .box .grid-col4-row1 > div[class*=grid-col3] {
    border-left: none;
  }
}
.page-price .contents .box .grid-col4 .grid-col3-row1, .page-price .contents .box .grid-col4-row10 .grid-col3-row1, .page-price .contents .box .grid-col4-row9 .grid-col3-row1, .page-price .contents .box .grid-col4-row8 .grid-col3-row1, .page-price .contents .box .grid-col4-row7 .grid-col3-row1, .page-price .contents .box .grid-col4-row6 .grid-col3-row1, .page-price .contents .box .grid-col4-row5 .grid-col3-row1, .page-price .contents .box .grid-col4-row4 .grid-col3-row1, .page-price .contents .box .grid-col4-row3 .grid-col3-row1, .page-price .contents .box .grid-col4-row2 .grid-col3-row1, .page-price .contents .box .grid-col4-row1 .grid-col3-row1 {
  border-right: none;
}
.page-price .contents .box .grid-col4 .grid-col3-row1 .table__ttl, .page-price .contents .box .grid-col4-row10 .grid-col3-row1 .table__ttl, .page-price .contents .box .grid-col4-row9 .grid-col3-row1 .table__ttl, .page-price .contents .box .grid-col4-row8 .grid-col3-row1 .table__ttl, .page-price .contents .box .grid-col4-row7 .grid-col3-row1 .table__ttl, .page-price .contents .box .grid-col4-row6 .grid-col3-row1 .table__ttl, .page-price .contents .box .grid-col4-row5 .grid-col3-row1 .table__ttl, .page-price .contents .box .grid-col4-row4 .grid-col3-row1 .table__ttl, .page-price .contents .box .grid-col4-row3 .grid-col3-row1 .table__ttl, .page-price .contents .box .grid-col4-row2 .grid-col3-row1 .table__ttl, .page-price .contents .box .grid-col4-row1 .grid-col3-row1 .table__ttl {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 10px 0;
}
.page-price .contents .box .grid-col4 .grid-col3-row2, .page-price .contents .box .grid-col4-row10 .grid-col3-row2, .page-price .contents .box .grid-col4-row9 .grid-col3-row2, .page-price .contents .box .grid-col4-row8 .grid-col3-row2, .page-price .contents .box .grid-col4-row7 .grid-col3-row2, .page-price .contents .box .grid-col4-row6 .grid-col3-row2, .page-price .contents .box .grid-col4-row5 .grid-col3-row2, .page-price .contents .box .grid-col4-row4 .grid-col3-row2, .page-price .contents .box .grid-col4-row3 .grid-col3-row2, .page-price .contents .box .grid-col4-row2 .grid-col3-row2, .page-price .contents .box .grid-col4-row1 .grid-col3-row2 {
  border-right: none;
}
.page-price .contents .box .grid-col4 .grid-col3-row2 .table__ttl, .page-price .contents .box .grid-col4-row10 .grid-col3-row2 .table__ttl, .page-price .contents .box .grid-col4-row9 .grid-col3-row2 .table__ttl, .page-price .contents .box .grid-col4-row8 .grid-col3-row2 .table__ttl, .page-price .contents .box .grid-col4-row7 .grid-col3-row2 .table__ttl, .page-price .contents .box .grid-col4-row6 .grid-col3-row2 .table__ttl, .page-price .contents .box .grid-col4-row5 .grid-col3-row2 .table__ttl, .page-price .contents .box .grid-col4-row4 .grid-col3-row2 .table__ttl, .page-price .contents .box .grid-col4-row3 .grid-col3-row2 .table__ttl, .page-price .contents .box .grid-col4-row2 .grid-col3-row2 .table__ttl, .page-price .contents .box .grid-col4-row1 .grid-col3-row2 .table__ttl {
  grid-row: 1/3;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4 .grid-col3-row3, .page-price .contents .box .grid-col4-row10 .grid-col3-row3, .page-price .contents .box .grid-col4-row9 .grid-col3-row3, .page-price .contents .box .grid-col4-row8 .grid-col3-row3, .page-price .contents .box .grid-col4-row7 .grid-col3-row3, .page-price .contents .box .grid-col4-row6 .grid-col3-row3, .page-price .contents .box .grid-col4-row5 .grid-col3-row3, .page-price .contents .box .grid-col4-row4 .grid-col3-row3, .page-price .contents .box .grid-col4-row3 .grid-col3-row3, .page-price .contents .box .grid-col4-row2 .grid-col3-row3, .page-price .contents .box .grid-col4-row1 .grid-col3-row3 {
  border-right: none;
}
.page-price .contents .box .grid-col4 .grid-col3-row3 .table__ttl, .page-price .contents .box .grid-col4-row10 .grid-col3-row3 .table__ttl, .page-price .contents .box .grid-col4-row9 .grid-col3-row3 .table__ttl, .page-price .contents .box .grid-col4-row8 .grid-col3-row3 .table__ttl, .page-price .contents .box .grid-col4-row7 .grid-col3-row3 .table__ttl, .page-price .contents .box .grid-col4-row6 .grid-col3-row3 .table__ttl, .page-price .contents .box .grid-col4-row5 .grid-col3-row3 .table__ttl, .page-price .contents .box .grid-col4-row4 .grid-col3-row3 .table__ttl, .page-price .contents .box .grid-col4-row3 .grid-col3-row3 .table__ttl, .page-price .contents .box .grid-col4-row2 .grid-col3-row3 .table__ttl, .page-price .contents .box .grid-col4-row1 .grid-col3-row3 .table__ttl {
  grid-row: 1/4;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4 .grid-col3-row4, .page-price .contents .box .grid-col4-row10 .grid-col3-row4, .page-price .contents .box .grid-col4-row9 .grid-col3-row4, .page-price .contents .box .grid-col4-row8 .grid-col3-row4, .page-price .contents .box .grid-col4-row7 .grid-col3-row4, .page-price .contents .box .grid-col4-row6 .grid-col3-row4, .page-price .contents .box .grid-col4-row5 .grid-col3-row4, .page-price .contents .box .grid-col4-row4 .grid-col3-row4, .page-price .contents .box .grid-col4-row3 .grid-col3-row4, .page-price .contents .box .grid-col4-row2 .grid-col3-row4, .page-price .contents .box .grid-col4-row1 .grid-col3-row4 {
  border-right: none;
}
.page-price .contents .box .grid-col4 .grid-col3-row4 .table__ttl, .page-price .contents .box .grid-col4-row10 .grid-col3-row4 .table__ttl, .page-price .contents .box .grid-col4-row9 .grid-col3-row4 .table__ttl, .page-price .contents .box .grid-col4-row8 .grid-col3-row4 .table__ttl, .page-price .contents .box .grid-col4-row7 .grid-col3-row4 .table__ttl, .page-price .contents .box .grid-col4-row6 .grid-col3-row4 .table__ttl, .page-price .contents .box .grid-col4-row5 .grid-col3-row4 .table__ttl, .page-price .contents .box .grid-col4-row4 .grid-col3-row4 .table__ttl, .page-price .contents .box .grid-col4-row3 .grid-col3-row4 .table__ttl, .page-price .contents .box .grid-col4-row2 .grid-col3-row4 .table__ttl, .page-price .contents .box .grid-col4-row1 .grid-col3-row4 .table__ttl {
  grid-row: 1/5;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4 .grid-col3-row5, .page-price .contents .box .grid-col4-row10 .grid-col3-row5, .page-price .contents .box .grid-col4-row9 .grid-col3-row5, .page-price .contents .box .grid-col4-row8 .grid-col3-row5, .page-price .contents .box .grid-col4-row7 .grid-col3-row5, .page-price .contents .box .grid-col4-row6 .grid-col3-row5, .page-price .contents .box .grid-col4-row5 .grid-col3-row5, .page-price .contents .box .grid-col4-row4 .grid-col3-row5, .page-price .contents .box .grid-col4-row3 .grid-col3-row5, .page-price .contents .box .grid-col4-row2 .grid-col3-row5, .page-price .contents .box .grid-col4-row1 .grid-col3-row5 {
  border-right: none;
}
.page-price .contents .box .grid-col4 .grid-col3-row5 .table__ttl, .page-price .contents .box .grid-col4-row10 .grid-col3-row5 .table__ttl, .page-price .contents .box .grid-col4-row9 .grid-col3-row5 .table__ttl, .page-price .contents .box .grid-col4-row8 .grid-col3-row5 .table__ttl, .page-price .contents .box .grid-col4-row7 .grid-col3-row5 .table__ttl, .page-price .contents .box .grid-col4-row6 .grid-col3-row5 .table__ttl, .page-price .contents .box .grid-col4-row5 .grid-col3-row5 .table__ttl, .page-price .contents .box .grid-col4-row4 .grid-col3-row5 .table__ttl, .page-price .contents .box .grid-col4-row3 .grid-col3-row5 .table__ttl, .page-price .contents .box .grid-col4-row2 .grid-col3-row5 .table__ttl, .page-price .contents .box .grid-col4-row1 .grid-col3-row5 .table__ttl {
  grid-row: 1/6;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4 .grid-col3-row6, .page-price .contents .box .grid-col4-row10 .grid-col3-row6, .page-price .contents .box .grid-col4-row9 .grid-col3-row6, .page-price .contents .box .grid-col4-row8 .grid-col3-row6, .page-price .contents .box .grid-col4-row7 .grid-col3-row6, .page-price .contents .box .grid-col4-row6 .grid-col3-row6, .page-price .contents .box .grid-col4-row5 .grid-col3-row6, .page-price .contents .box .grid-col4-row4 .grid-col3-row6, .page-price .contents .box .grid-col4-row3 .grid-col3-row6, .page-price .contents .box .grid-col4-row2 .grid-col3-row6, .page-price .contents .box .grid-col4-row1 .grid-col3-row6 {
  border-right: none;
}
.page-price .contents .box .grid-col4 .grid-col3-row6 .table__ttl, .page-price .contents .box .grid-col4-row10 .grid-col3-row6 .table__ttl, .page-price .contents .box .grid-col4-row9 .grid-col3-row6 .table__ttl, .page-price .contents .box .grid-col4-row8 .grid-col3-row6 .table__ttl, .page-price .contents .box .grid-col4-row7 .grid-col3-row6 .table__ttl, .page-price .contents .box .grid-col4-row6 .grid-col3-row6 .table__ttl, .page-price .contents .box .grid-col4-row5 .grid-col3-row6 .table__ttl, .page-price .contents .box .grid-col4-row4 .grid-col3-row6 .table__ttl, .page-price .contents .box .grid-col4-row3 .grid-col3-row6 .table__ttl, .page-price .contents .box .grid-col4-row2 .grid-col3-row6 .table__ttl, .page-price .contents .box .grid-col4-row1 .grid-col3-row6 .table__ttl {
  grid-row: 1/7;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4 .grid-col3-row7, .page-price .contents .box .grid-col4-row10 .grid-col3-row7, .page-price .contents .box .grid-col4-row9 .grid-col3-row7, .page-price .contents .box .grid-col4-row8 .grid-col3-row7, .page-price .contents .box .grid-col4-row7 .grid-col3-row7, .page-price .contents .box .grid-col4-row6 .grid-col3-row7, .page-price .contents .box .grid-col4-row5 .grid-col3-row7, .page-price .contents .box .grid-col4-row4 .grid-col3-row7, .page-price .contents .box .grid-col4-row3 .grid-col3-row7, .page-price .contents .box .grid-col4-row2 .grid-col3-row7, .page-price .contents .box .grid-col4-row1 .grid-col3-row7 {
  border-right: none;
}
.page-price .contents .box .grid-col4 .grid-col3-row7 .table__ttl, .page-price .contents .box .grid-col4-row10 .grid-col3-row7 .table__ttl, .page-price .contents .box .grid-col4-row9 .grid-col3-row7 .table__ttl, .page-price .contents .box .grid-col4-row8 .grid-col3-row7 .table__ttl, .page-price .contents .box .grid-col4-row7 .grid-col3-row7 .table__ttl, .page-price .contents .box .grid-col4-row6 .grid-col3-row7 .table__ttl, .page-price .contents .box .grid-col4-row5 .grid-col3-row7 .table__ttl, .page-price .contents .box .grid-col4-row4 .grid-col3-row7 .table__ttl, .page-price .contents .box .grid-col4-row3 .grid-col3-row7 .table__ttl, .page-price .contents .box .grid-col4-row2 .grid-col3-row7 .table__ttl, .page-price .contents .box .grid-col4-row1 .grid-col3-row7 .table__ttl {
  grid-row: 1/8;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4 .grid-col3-row8, .page-price .contents .box .grid-col4-row10 .grid-col3-row8, .page-price .contents .box .grid-col4-row9 .grid-col3-row8, .page-price .contents .box .grid-col4-row8 .grid-col3-row8, .page-price .contents .box .grid-col4-row7 .grid-col3-row8, .page-price .contents .box .grid-col4-row6 .grid-col3-row8, .page-price .contents .box .grid-col4-row5 .grid-col3-row8, .page-price .contents .box .grid-col4-row4 .grid-col3-row8, .page-price .contents .box .grid-col4-row3 .grid-col3-row8, .page-price .contents .box .grid-col4-row2 .grid-col3-row8, .page-price .contents .box .grid-col4-row1 .grid-col3-row8 {
  border-right: none;
}
.page-price .contents .box .grid-col4 .grid-col3-row8 .table__ttl, .page-price .contents .box .grid-col4-row10 .grid-col3-row8 .table__ttl, .page-price .contents .box .grid-col4-row9 .grid-col3-row8 .table__ttl, .page-price .contents .box .grid-col4-row8 .grid-col3-row8 .table__ttl, .page-price .contents .box .grid-col4-row7 .grid-col3-row8 .table__ttl, .page-price .contents .box .grid-col4-row6 .grid-col3-row8 .table__ttl, .page-price .contents .box .grid-col4-row5 .grid-col3-row8 .table__ttl, .page-price .contents .box .grid-col4-row4 .grid-col3-row8 .table__ttl, .page-price .contents .box .grid-col4-row3 .grid-col3-row8 .table__ttl, .page-price .contents .box .grid-col4-row2 .grid-col3-row8 .table__ttl, .page-price .contents .box .grid-col4-row1 .grid-col3-row8 .table__ttl {
  grid-row: 1/9;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4 .grid-col3-row9, .page-price .contents .box .grid-col4-row10 .grid-col3-row9, .page-price .contents .box .grid-col4-row9 .grid-col3-row9, .page-price .contents .box .grid-col4-row8 .grid-col3-row9, .page-price .contents .box .grid-col4-row7 .grid-col3-row9, .page-price .contents .box .grid-col4-row6 .grid-col3-row9, .page-price .contents .box .grid-col4-row5 .grid-col3-row9, .page-price .contents .box .grid-col4-row4 .grid-col3-row9, .page-price .contents .box .grid-col4-row3 .grid-col3-row9, .page-price .contents .box .grid-col4-row2 .grid-col3-row9, .page-price .contents .box .grid-col4-row1 .grid-col3-row9 {
  border-right: none;
}
.page-price .contents .box .grid-col4 .grid-col3-row9 .table__ttl, .page-price .contents .box .grid-col4-row10 .grid-col3-row9 .table__ttl, .page-price .contents .box .grid-col4-row9 .grid-col3-row9 .table__ttl, .page-price .contents .box .grid-col4-row8 .grid-col3-row9 .table__ttl, .page-price .contents .box .grid-col4-row7 .grid-col3-row9 .table__ttl, .page-price .contents .box .grid-col4-row6 .grid-col3-row9 .table__ttl, .page-price .contents .box .grid-col4-row5 .grid-col3-row9 .table__ttl, .page-price .contents .box .grid-col4-row4 .grid-col3-row9 .table__ttl, .page-price .contents .box .grid-col4-row3 .grid-col3-row9 .table__ttl, .page-price .contents .box .grid-col4-row2 .grid-col3-row9 .table__ttl, .page-price .contents .box .grid-col4-row1 .grid-col3-row9 .table__ttl {
  grid-row: 1/10;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4 .grid-col3-row10, .page-price .contents .box .grid-col4-row10 .grid-col3-row10, .page-price .contents .box .grid-col4-row9 .grid-col3-row10, .page-price .contents .box .grid-col4-row8 .grid-col3-row10, .page-price .contents .box .grid-col4-row7 .grid-col3-row10, .page-price .contents .box .grid-col4-row6 .grid-col3-row10, .page-price .contents .box .grid-col4-row5 .grid-col3-row10, .page-price .contents .box .grid-col4-row4 .grid-col3-row10, .page-price .contents .box .grid-col4-row3 .grid-col3-row10, .page-price .contents .box .grid-col4-row2 .grid-col3-row10, .page-price .contents .box .grid-col4-row1 .grid-col3-row10 {
  border-right: none;
}
.page-price .contents .box .grid-col4 .grid-col3-row10 .table__ttl, .page-price .contents .box .grid-col4-row10 .grid-col3-row10 .table__ttl, .page-price .contents .box .grid-col4-row9 .grid-col3-row10 .table__ttl, .page-price .contents .box .grid-col4-row8 .grid-col3-row10 .table__ttl, .page-price .contents .box .grid-col4-row7 .grid-col3-row10 .table__ttl, .page-price .contents .box .grid-col4-row6 .grid-col3-row10 .table__ttl, .page-price .contents .box .grid-col4-row5 .grid-col3-row10 .table__ttl, .page-price .contents .box .grid-col4-row4 .grid-col3-row10 .table__ttl, .page-price .contents .box .grid-col4-row3 .grid-col3-row10 .table__ttl, .page-price .contents .box .grid-col4-row2 .grid-col3-row10 .table__ttl, .page-price .contents .box .grid-col4-row1 .grid-col3-row10 .table__ttl {
  grid-row: 1/11;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4 .table__set, .page-price .contents .box .grid-col4-row10 .table__set, .page-price .contents .box .grid-col4-row9 .table__set, .page-price .contents .box .grid-col4-row8 .table__set, .page-price .contents .box .grid-col4-row7 .table__set, .page-price .contents .box .grid-col4-row6 .table__set, .page-price .contents .box .grid-col4-row5 .table__set, .page-price .contents .box .grid-col4-row4 .table__set, .page-price .contents .box .grid-col4-row3 .table__set, .page-price .contents .box .grid-col4-row2 .table__set, .page-price .contents .box .grid-col4-row1 .table__set {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4 .table__set, .page-price .contents .box .grid-col4-row10 .table__set, .page-price .contents .box .grid-col4-row9 .table__set, .page-price .contents .box .grid-col4-row8 .table__set, .page-price .contents .box .grid-col4-row7 .table__set, .page-price .contents .box .grid-col4-row6 .table__set, .page-price .contents .box .grid-col4-row5 .table__set, .page-price .contents .box .grid-col4-row4 .table__set, .page-price .contents .box .grid-col4-row3 .table__set, .page-price .contents .box .grid-col4-row2 .table__set, .page-price .contents .box .grid-col4-row1 .table__set {
    border-top: 1px solid #726655;
  }
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4 .table__item:first-of-type, .page-price .contents .box .grid-col4-row10 .table__item:first-of-type, .page-price .contents .box .grid-col4-row9 .table__item:first-of-type, .page-price .contents .box .grid-col4-row8 .table__item:first-of-type, .page-price .contents .box .grid-col4-row7 .table__item:first-of-type, .page-price .contents .box .grid-col4-row6 .table__item:first-of-type, .page-price .contents .box .grid-col4-row5 .table__item:first-of-type, .page-price .contents .box .grid-col4-row4 .table__item:first-of-type, .page-price .contents .box .grid-col4-row3 .table__item:first-of-type, .page-price .contents .box .grid-col4-row2 .table__item:first-of-type, .page-price .contents .box .grid-col4-row1 .table__item:first-of-type {
    border-left: none;
  }
}
.page-price .contents .box .grid-col4-row1 .table__ttl {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 10px 0;
}
.page-price .contents .box .grid-col4-row1-ttl2 {
  grid-template-columns: 2fr 2fr;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row1-ttl2 {
    grid-template-columns: 1fr;
  }
}
.page-price .contents .box .grid-col4-row1-ttl2 .grid-col2-row4-notitle {
  border: none;
}
.page-price .contents .box .grid-col4-row1-ttl2 .table__ttl {
  padding: 10px 0;
}
.page-price .contents .box .grid-col4-row1-ttl2 .table__set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row1-ttl2 .table__set:first-of-type {
    border-top: 1px solid #726655;
  }
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row1-ttl2 .table__item:first-of-type {
    border-left: none;
  }
}
.page-price .contents .box .grid-col4-row2 .table__ttl {
  grid-row: 1/3;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4-row2-ttl2 {
  grid-template-columns: 2fr 2fr;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row2-ttl2 {
    grid-template-columns: 1fr;
  }
}
.page-price .contents .box .grid-col4-row2-ttl2 .grid-col2-row4-notitle {
  border: none;
}
.page-price .contents .box .grid-col4-row2-ttl2 .table__ttl {
  padding: 10px 0;
}
.page-price .contents .box .grid-col4-row2-ttl2 .table__set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row2-ttl2 .table__set:first-of-type {
    border-top: 1px solid #726655;
  }
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row2-ttl2 .table__item:first-of-type {
    border-left: none;
  }
}
.page-price .contents .box .grid-col4-row3 .table__ttl {
  grid-row: 1/4;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4-row3-ttl2 {
  grid-template-columns: 2fr 2fr;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row3-ttl2 {
    grid-template-columns: 1fr;
  }
}
.page-price .contents .box .grid-col4-row3-ttl2 .grid-col2-row4-notitle {
  border: none;
}
.page-price .contents .box .grid-col4-row3-ttl2 .table__ttl {
  padding: 10px 0;
}
.page-price .contents .box .grid-col4-row3-ttl2 .table__set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row3-ttl2 .table__set:first-of-type {
    border-top: 1px solid #726655;
  }
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row3-ttl2 .table__item:first-of-type {
    border-left: none;
  }
}
.page-price .contents .box .grid-col4-row4 .table__ttl {
  grid-row: 1/5;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4-row4-ttl2 {
  grid-template-columns: 2fr 2fr;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row4-ttl2 {
    grid-template-columns: 1fr;
  }
}
.page-price .contents .box .grid-col4-row4-ttl2 .grid-col2-row4-notitle {
  border: none;
}
.page-price .contents .box .grid-col4-row4-ttl2 .table__ttl {
  padding: 10px 0;
}
.page-price .contents .box .grid-col4-row4-ttl2 .table__set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row4-ttl2 .table__set:first-of-type {
    border-top: 1px solid #726655;
  }
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row4-ttl2 .table__item:first-of-type {
    border-left: none;
  }
}
.page-price .contents .box .grid-col4-row5 .table__ttl {
  grid-row: 1/6;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4-row5-ttl2 {
  grid-template-columns: 2fr 2fr;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row5-ttl2 {
    grid-template-columns: 1fr;
  }
}
.page-price .contents .box .grid-col4-row5-ttl2 .grid-col2-row4-notitle {
  border: none;
}
.page-price .contents .box .grid-col4-row5-ttl2 .table__ttl {
  padding: 10px 0;
}
.page-price .contents .box .grid-col4-row5-ttl2 .table__set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row5-ttl2 .table__set:first-of-type {
    border-top: 1px solid #726655;
  }
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row5-ttl2 .table__item:first-of-type {
    border-left: none;
  }
}
.page-price .contents .box .grid-col4-row6 .table__ttl {
  grid-row: 1/7;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4-row6-ttl2 {
  grid-template-columns: 2fr 2fr;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row6-ttl2 {
    grid-template-columns: 1fr;
  }
}
.page-price .contents .box .grid-col4-row6-ttl2 .grid-col2-row4-notitle {
  border: none;
}
.page-price .contents .box .grid-col4-row6-ttl2 .table__ttl {
  padding: 10px 0;
}
.page-price .contents .box .grid-col4-row6-ttl2 .table__set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row6-ttl2 .table__set:first-of-type {
    border-top: 1px solid #726655;
  }
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row6-ttl2 .table__item:first-of-type {
    border-left: none;
  }
}
.page-price .contents .box .grid-col4-row7 .table__ttl {
  grid-row: 1/8;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4-row7-ttl2 {
  grid-template-columns: 2fr 2fr;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row7-ttl2 {
    grid-template-columns: 1fr;
  }
}
.page-price .contents .box .grid-col4-row7-ttl2 .grid-col2-row4-notitle {
  border: none;
}
.page-price .contents .box .grid-col4-row7-ttl2 .table__ttl {
  padding: 10px 0;
}
.page-price .contents .box .grid-col4-row7-ttl2 .table__set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row7-ttl2 .table__set:first-of-type {
    border-top: 1px solid #726655;
  }
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row7-ttl2 .table__item:first-of-type {
    border-left: none;
  }
}
.page-price .contents .box .grid-col4-row8 .table__ttl {
  grid-row: 1/9;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4-row8-ttl2 {
  grid-template-columns: 2fr 2fr;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row8-ttl2 {
    grid-template-columns: 1fr;
  }
}
.page-price .contents .box .grid-col4-row8-ttl2 .grid-col2-row4-notitle {
  border: none;
}
.page-price .contents .box .grid-col4-row8-ttl2 .table__ttl {
  padding: 10px 0;
}
.page-price .contents .box .grid-col4-row8-ttl2 .table__set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row8-ttl2 .table__set:first-of-type {
    border-top: 1px solid #726655;
  }
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row8-ttl2 .table__item:first-of-type {
    border-left: none;
  }
}
.page-price .contents .box .grid-col4-row9 .table__ttl {
  grid-row: 1/10;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4-row9-ttl2 {
  grid-template-columns: 2fr 2fr;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row9-ttl2 {
    grid-template-columns: 1fr;
  }
}
.page-price .contents .box .grid-col4-row9-ttl2 .grid-col2-row4-notitle {
  border: none;
}
.page-price .contents .box .grid-col4-row9-ttl2 .table__ttl {
  padding: 10px 0;
}
.page-price .contents .box .grid-col4-row9-ttl2 .table__set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row9-ttl2 .table__set:first-of-type {
    border-top: 1px solid #726655;
  }
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row9-ttl2 .table__item:first-of-type {
    border-left: none;
  }
}
.page-price .contents .box .grid-col4-row10 .table__ttl {
  grid-row: 1/11;
  grid-column: 1/2;
}
.page-price .contents .box .grid-col4-row10-ttl2 {
  grid-template-columns: 2fr 2fr;
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row10-ttl2 {
    grid-template-columns: 1fr;
  }
}
.page-price .contents .box .grid-col4-row10-ttl2 .grid-col2-row4-notitle {
  border: none;
}
.page-price .contents .box .grid-col4-row10-ttl2 .table__ttl {
  padding: 10px 0;
}
.page-price .contents .box .grid-col4-row10-ttl2 .table__set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row10-ttl2 .table__set:first-of-type {
    border-top: 1px solid #726655;
  }
}
@media screen and (max-width: 768px) {
  .page-price .contents .box .grid-col4-row10-ttl2 .table__item:first-of-type {
    border-left: none;
  }
}

.page-regulation {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .page-regulation {
    padding-top: 100px;
    background: #f4eee3;
  }
}
.page-regulation .regulation {
  padding: 80px 100px;
  margin-top: -20px;
  background: #f4eee3;
}
@media screen and (max-width: 1024px) {
  .page-regulation .regulation {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-regulation .regulation {
    padding: 15px 0;
    margin-top: 0;
  }
}
.page-regulation .regulation__data {
  padding: 40px 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page-regulation .regulation__data {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-regulation .regulation .cm-ttl02 .ttl-en {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-regulation .regulation .cm-ttl02 .ttl-ja {
    font-size: 14px;
  }
}
.page-regulation .regulation .data__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6d2c2;
}
@media screen and (max-width: 1024px) {
  .page-regulation .regulation .data__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-regulation .regulation .data__box:not(:first-of-type) {
  margin-top: 30px;
}
.page-regulation .regulation .data__ttl {
  width: 30%;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .page-regulation .regulation .data__ttl {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-regulation .regulation .data__ttl {
    font-size: 14px;
  }
}
.page-regulation .regulation .data__content {
  width: 70%;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .page-regulation .regulation .data__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-regulation .regulation .data__content {
    font-size: 12px;
  }
}

/* キャンセルポリシー　追加*/
.page-cancellation-policy {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .page-cancellation-policy {
    padding-top: 100px;
    background: #f4eee3;
  }
}
.page-cancellation-policy .regulation {
  padding: 80px 100px;
  margin-top: -20px;
  background: #f4eee3;
}
@media screen and (max-width: 1024px) {
  .page-cancellation-policy .regulation {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-cancellation-policy .regulation {
    padding: 15px 0;
    margin-top: 0;
  }
}
.page-cancellation-policy .regulation__data {
  padding: 40px 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page-cancellation-policy .regulation__data {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-cancellation-policy .regulation .cm-ttl02 .ttl-en {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-cancellation-policy .regulation .cm-ttl02 .ttl-ja {
    font-size: 14px;
  }
}
.page-cancellation-policy .regulation .data__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6d2c2;
}
@media screen and (max-width: 1024px) {
  .page-cancellation-policy .regulation .data__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-cancellation-policy .regulation .data__box {
  margin-top: 30px;
}
.page-cancellation-policy .regulation .data__ttl {
  width: 30%;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .page-cancellation-policy .regulation .data__ttl {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-cancellation-policy .regulation .data__ttl {
    font-size: 14px;
  }
}
.page-cancellation-policy .regulation .data__content {
  width: 70%;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .page-cancellation-policy .regulation .data__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-cancellation-policy .regulation .data__content {
    font-size: 12px;
  }
}
.page-cancellation-policy .regulation__container p.cancel_desc01 {
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 43px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}
.page-cancellation-policy h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6d2c2;
  font-size: 140%;
  text-align: center;
}