@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*h1 {
	font-size: 2em;
	margin: .67em 0;
}*/
/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/*figure {
	margin: 1em 40px;
}*/
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
/*nav ol,
nav ul {
	list-style: none;
}*/
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  /* background-color: transparent; */
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* All browsers without overlaying scrollbars */
html {
  overflow-y: scroll;
}

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

/* Inherit styling in all browsers */
button,
input,
select,
textarea {
  font-family: inherit;
}

/* Remove focus outline in all browsers */
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Remove input background color in Chrome */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

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

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

/* Set table width & table-layout */
table {
  width: 100%;
  table-layout: fixed;
}

body {
  font-family: "Noto Serif JP", serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 88.8%;
  line-height: 1.7;
  font-weight: 400;
  color: #2C2C2C;
  background-color: #FAFAF8;
}

p {
  line-height: 1.7;
}
p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

a {
  color: #8B7AB8;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  transition: 0.2s ease-in-out;
}

h2, h3, h4, h5 {
  font-weight: bold;
  margin: 0 0 1.5em;
}

ul {
  list-style: none;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.googlemap-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}
.googlemap-wrap iframe, .googlemap-wrap object, .googlemap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sanshisuimei {
  position: relative;
}
.sanshisuimei-Main {
  position: relative;
}
.sanshisuimei-Inner {
  position: relative;
  background-color: #fff;
}
.sanshisuimei p {
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .sanshisuimei p {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
  }
}
.sanshisuimei p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.sanshisuimei p.db {
  margin-top: 3em;
}
.sanshisuimei p.tb {
  margin-top: 4.5em;
}
.sanshisuimei-Deco1 {
  color: #8B7AB8;
  font-weight: 600;
}
.sanshisuimei-Deco2 {
  color: #C0392B;
  font-weight: bold;
}
.sanshisuimei-Deco3 {
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-decoration-color: #8B7AB8;
          text-decoration-color: #8B7AB8;
  text-underline-offset: 3px;
}
.sanshisuimei-Deco4 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, rgba(139, 122, 184, 0.3) 70%);
}
.sanshisuimei-StepList {
  display: inline-block;
  margin: 1rem 0 2.5rem;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #8B7AB8;
  border-radius: 8px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-StepList {
    font-size: 1.2rem;
  }
}
.sanshisuimei-StepList_Item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.sanshisuimei-StepList_Item:not(:last-child) {
  margin-bottom: 0.6rem;
}
.sanshisuimei-StepList_Item dt {
  font-weight: bold;
  color: #8B7AB8;
  white-space: nowrap;
  margin-right: 0.5em;
}
.sanshisuimei-StepList_Item dd {
  margin: 0;
}
.sanshisuimei-H2_Wrap {
  margin: 0;
}
.sanshisuimei-H2 {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  background: linear-gradient(135deg, #8B7AB8 0%, #5A7BA6 100%);
  color: #fff;
  margin: 0 auto;
  padding: 3rem 1rem;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-H2 {
    font-size: 2.8rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .sanshisuimei-H2 {
    letter-spacing: 4px;
    padding: 5rem 1rem;
  }
}
.sanshisuimei-H3 {
  text-align: center;
  font-size: 1.3rem;
  margin: 4rem 0 2.5rem;
  padding: 1.5rem 1rem;
  position: relative;
  letter-spacing: 0.08em;
  color: #8B7AB8;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-H3 {
    font-size: 2rem;
    margin: 5rem 0 3rem;
    padding: 2rem 1rem;
  }
}
.sanshisuimei-H3::before, .sanshisuimei-H3::after {
  content: "";
  display: block;
  width: 80%;
  max-width: 400px;
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(to right, transparent, #8B7AB8, transparent);
}
.sanshisuimei-H3::before {
  margin-bottom: 2rem;
}
.sanshisuimei-H3::after {
  margin-top: 2rem;
}
.sanshisuimei-H4 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #5A7BA6;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 3rem 0 1rem;
  line-height: 1.7;
}
@media screen and (min-width: 550px) {
  .sanshisuimei-H4 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .sanshisuimei-H4 {
    margin: 4rem 0 1.5rem;
  }
}
.sanshisuimei-Section_Inner {
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Section_Inner {
    padding: 5rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.sanshisuimei-Section_Image {
  max-width: 768px;
  margin: 3rem auto;
  text-align: center;
  font-size: 0.9em;
  color: #999999;
}
.sanshisuimei-Section_Image img {
  width: 100%;
  border-radius: 4px;
}
.sanshisuimei-Section_Image.small {
  max-width: 480px;
}
.sanshisuimei-Section_Image.col > div:not(:first-of-type) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 550px) {
  .sanshisuimei-Section_Image.col {
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
  }
  .sanshisuimei-Section_Image.col > div {
    -ms-flex: 1;
        flex: 1;
  }
  .sanshisuimei-Section_Image.col > div:not(:first-of-type) {
    margin: 0;
    margin-left: 1.5rem;
  }
}
.sanshisuimei-Section:nth-of-type(even) {
  background-color: #F5F0EB;
}
.sanshisuimei-Menu {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.sanshisuimei-Menu_List {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin: 0;
}
.sanshisuimei-Menu_List_Item {
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sanshisuimei-Menu_List_Item a {
  display: block;
  padding: 1.2rem 1.5rem;
  font-size: 0.95rem;
  color: #2C2C2C;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s;
  border-bottom: 2px solid transparent;
}
@media (hover: hover) {
  .sanshisuimei-Menu_List_Item a:hover {
    color: #8B7AB8;
    border-bottom-color: #8B7AB8;
  }
}
.sanshisuimei-Menu_List_Item.is-current a {
  color: #8B7AB8;
  border-bottom-color: #8B7AB8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sanshisuimei-Menu_List {
    -ms-flex-pack: start;
        justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .sanshisuimei-Menu_List::-webkit-scrollbar {
    display: none;
  }
  .sanshisuimei-Menu_List_Item a {
    padding: 0.9rem 1rem;
    font-size: 0.85rem;
  }
}
.sanshisuimei-Header {
  position: relative;
}
.sanshisuimei-Header_Image {
  position: relative;
}
.sanshisuimei-Header_Image img {
  width: 100%;
  display: block;
}
.sanshisuimei-Header_Lead {
  padding: 3rem 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Header_Lead {
    padding: 5rem 2rem;
  }
}
.sanshisuimei-Header_Lead_Title {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #8B7AB8;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Header_Lead_Title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
.sanshisuimei-Header_Lead_Text {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Header_Lead_Text {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
  }
}
.sanshisuimei-Teaching_Video {
  max-width: 960px;
  margin: 3rem auto 0;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Teaching_Video {
    margin: 5rem auto 0;
  }
}
.sanshisuimei-SubSection:not(:first-of-type) {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-SubSection:not(:first-of-type) {
    margin-top: 7rem;
  }
}
.sanshisuimei-Target_List {
  list-style: none;
  padding: 0;
  margin: 0 auto 2.5rem;
  max-width: 540px;
}
.sanshisuimei-Target_List li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #2C2C2C;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Target_List li {
    font-size: 1.2rem;
  }
}
.sanshisuimei-Target_List li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #B8915A;
}
.sanshisuimei-Target_Closing {
  text-align: center;
  font-size: 1.05rem;
  line-height: 2;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Target_Closing {
    font-size: 1.3rem;
  }
}
.sanshisuimei-Learning p {
  text-align: justify;
}
.sanshisuimei-Learning_List {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
}
.sanshisuimei-Learning_List li {
  background-color: rgba(139, 122, 184, 0.06);
  border-radius: 4px;
  padding: 0.6rem 1rem;
  line-height: 1.6;
  font-size: 0.95rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Learning_List li {
    font-size: 1rem;
    width: calc(50% - 0.3rem);
  }
}
.sanshisuimei-Compare {
  background-color: #ffffff;
  color: #2C2C2C;
  margin-top: 3rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.sanshisuimei-Compare table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  counter-reset: number 0;
}
.sanshisuimei-Compare tr:first-of-type {
  background-color: #efefef;
  font-size: 12px;
}
.sanshisuimei-Compare tr:first-of-type th:nth-child(2) {
  color: #fff;
  background-color: #8B7AB8;
  font-size: 12px;
}
.sanshisuimei-Compare tr:first-of-type th:nth-child(3) {
  color: #fff;
  background-color: #B8915A;
  font-size: 12px;
}
.sanshisuimei-Compare tr:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.sanshisuimei-Compare tr:not(:first-of-type) th {
  font-weight: normal;
}
.sanshisuimei-Compare tr:not(:first-of-type) th div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.3;
  text-align: justify;
}
.sanshisuimei-Compare tr:not(:first-of-type) td:nth-child(2) {
  color: #8B7AB8;
  background-color: rgba(139, 122, 184, 0.1);
}
.sanshisuimei-Compare tr:not(:first-of-type) td:nth-child(3) {
  color: #B8915A;
  background-color: rgba(184, 145, 90, 0.1);
}
.sanshisuimei-Compare th, .sanshisuimei-Compare td {
  width: 20%;
  padding: 0.5rem;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 550px) {
  .sanshisuimei-Compare th, .sanshisuimei-Compare td {
    font-size: 1rem;
  }
}
.sanshisuimei-Compare th:nth-child(2), .sanshisuimei-Compare th:nth-child(3), .sanshisuimei-Compare td:nth-child(2), .sanshisuimei-Compare td:nth-child(3) {
  padding-left: 0;
  padding-right: 0;
}
.sanshisuimei-Compare th:first-child {
  width: 60%;
  text-align: left;
}
.sanshisuimei-Compare th:first-child span {
  margin-right: 4px;
}
.sanshisuimei-Compare th:first-child span::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #8B7AB8;
  color: #fff;
  border-radius: 50%;
}
.sanshisuimei-Compare th:not(:first-of-type) {
  border-left: 1px solid #ccc;
}
.sanshisuimei-Compare td:not(:first-child) {
  border-left: 1px solid #ccc;
  font-size: 1.2rem;
}
.sanshisuimei-Service {
  counter-reset: service-number 0;
}
.sanshisuimei-Service_Item {
  position: relative;
  margin-top: 4rem;
  padding: 2rem 1.5rem 2.5rem;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Service_Item {
    margin-top: 5rem;
    padding: 2.5rem 2.5rem 3rem;
  }
}
.sanshisuimei-Service_Item_Title {
  counter-increment: service-number 1;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #8B7AB8 0%, #5A7BA6 100%);
  margin: -2rem -1.5rem 2rem;
  padding: 1.5rem 1rem;
  padding-top: 3.2rem;
  border-radius: 8px 8px 0 0;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Service_Item_Title {
    font-size: 2rem;
    margin: -2.5rem -2.5rem 2.5rem;
    padding: 2rem 1.5rem;
    padding-top: 3.5rem;
  }
}
.sanshisuimei-Service_Item_Title::before {
  content: "SERVICE " counter(service-number, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Service_Item_Title::before {
    font-size: 1rem;
  }
}
.sanshisuimei-Service_Item_Advance {
  text-align: center;
  font-size: 18px !important;
  font-weight: bold;
  color: #B8915A;
  letter-spacing: 0.15em;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Service_Item_Advance {
    font-size: 24px !important;
  }
}
.sanshisuimei-Service_Item--advance {
  border: 2px solid #B8915A;
}
.sanshisuimei-Service_Item--advance .sanshisuimei-Service_Item_Title {
  background: linear-gradient(135deg, #B8915A 0%, #D4A373 100%);
}
.sanshisuimei-Service_Event {
  margin-top: 3rem;
  padding: 2rem 1.5rem;
  background-color: rgba(139, 122, 184, 0.03);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Service_Event {
    padding: 2.5rem 2rem;
  }
}
.sanshisuimei-Service_Event_Title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #8B7AB8;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Service_Event_Title {
    font-size: 1.4rem;
  }
}
.sanshisuimei-Service_Event_Title::before {
  content: "●";
  margin-right: 0.3em;
}
.sanshisuimei-Service_Event p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.sanshisuimei-Service_Gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}
.sanshisuimei-Service_Gallery > div {
  width: calc(50% - 0.4rem);
}
.sanshisuimei-Service_Gallery > div:only-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Service_Gallery > div:only-child {
    width: 70%;
  }
}
.sanshisuimei-Service_Gallery > div img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.sanshisuimei-Service_MonthList {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  counter-reset: month 0;
  display: -ms-grid;
  display: grid;
  gap: 0.6rem;
}
.sanshisuimei-Service_MonthList li {
  counter-increment: month 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.7rem 1rem;
  background-color: rgba(139, 122, 184, 0.04);
  border-radius: 6px;
  line-height: 1.5;
  font-size: 0.95rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Service_MonthList li {
    font-size: 1.05rem;
    padding: 0.8rem 1.2rem;
  }
}
.sanshisuimei-Service_MonthList li::before {
  content: counter(month);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 28px;
  height: 28px;
  border: 2px solid #8B7AB8;
  color: #8B7AB8;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-right: 0.8rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Service_MonthList li::before {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }
}
.sanshisuimei-Service_Continue {
  text-align: center;
  color: #8B7AB8;
  font-style: italic;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
.sanshisuimei-Schedule_Lead {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 3rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Schedule_Lead {
    font-size: 1.3rem;
  }
}
.sanshisuimei-Schedule_Timeline {
  display: none;
}
@media screen and (min-width: 550px) {
  .sanshisuimei-Schedule_Timeline {
    display: -ms-flexbox;
    display: flex;
  }
}
.sanshisuimei-Schedule_Timeline_Heading {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 4rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Schedule_Timeline_Heading {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 550px) {
  .sanshisuimei-Schedule_Timeline {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sanshisuimei-Schedule_Timeline_Item {
    -ms-flex: 2;
        flex: 2;
    border-bottom: 3px solid #8B7AB8;
    position: relative;
  }
  .sanshisuimei-Schedule_Timeline_Item:first-child {
    -ms-flex: 0.5;
        flex: 0.5;
  }
  .sanshisuimei-Schedule_Timeline_Item:nth-child(3) {
    -ms-flex: 0.5;
        flex: 0.5;
  }
  .sanshisuimei-Schedule_Timeline_Item:nth-child(4) {
    -ms-flex: 1;
        flex: 1;
  }
  .sanshisuimei-Schedule_Timeline_Item:last-child {
    -ms-flex: 0.5;
        flex: 0.5;
    min-width: 60px;
  }
  .sanshisuimei-Schedule_Timeline_Item:not(:last-child)::after {
    content: "";
    width: 16px;
    height: 16px;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #8B7AB8 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #8B7AB8 50.5%) no-repeat bottom right/100% 50%;
    position: absolute;
    bottom: -9.5px;
    right: -8px;
  }
  .sanshisuimei-Schedule_Timeline_Item_Inner {
    display: inline-block;
    text-align: center;
    padding-bottom: 2.5rem;
    line-height: 1.5;
    width: 100%;
    position: relative;
  }
  .sanshisuimei-Schedule_Timeline_Item_Inner div {
    position: relative;
    z-index: 2;
  }
  .sanshisuimei-Schedule_Timeline_Item_Inner::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #8B7AB8;
    position: absolute;
    bottom: -7.5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .sanshisuimei-Schedule_Timeline_Item_Inner span {
    font-size: 1.3rem;
    font-weight: bold;
    color: #8B7AB8;
  }
}
@media screen and (min-width: 550px) and (min-width: 768px) {
  .sanshisuimei-Schedule_Timeline_Item_Inner span {
    font-size: 1.5rem;
  }
}
.sanshisuimei-Schedule_Note {
  text-align: center;
  font-size: 0.85rem;
  color: #999999;
  margin-top: 1.5rem;
}
.sanshisuimei-Schedule_TimeList {
  display: none;
}
@media screen and (max-width: 549px) {
  .sanshisuimei-Schedule_TimeList {
    display: block;
    margin: 2rem auto;
    max-width: 280px;
  }
}
.sanshisuimei-Schedule_TimeList > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 0;
}
.sanshisuimei-Schedule_TimeList dt {
  font-size: 1.1rem;
  font-weight: bold;
  color: #8B7AB8;
  width: 4.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sanshisuimei-Schedule_TimeList dd {
  margin: 0;
  font-size: 0.95rem;
  color: #2C2C2C;
}
.sanshisuimei-Schedule_Monthly {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Schedule_Monthly {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.sanshisuimei-Schedule_Month {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.sanshisuimei-Schedule_Month_Title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #2C2C2C;
  background-color: rgba(139, 122, 184, 0.08);
  padding: 0.8rem 1rem;
  margin: 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Schedule_Month_Title {
    font-size: 1.8rem;
  }
}
.sanshisuimei-Schedule_Month_Title span {
  font-size: 0.5em;
  font-weight: normal;
  color: rgba(44, 44, 44, 0.5);
  letter-spacing: 0.1em;
  margin-right: 0.3em;
}
.sanshisuimei-Schedule_Month_List {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sanshisuimei-Schedule_Month_List li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  border-top: 1px solid rgba(229, 229, 229, 0.6);
}
.sanshisuimei-Schedule_Month_Date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 80px;
  padding: 0.8rem 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #2C2C2C;
  background-color: rgba(139, 122, 184, 0.04);
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Schedule_Month_Date {
    width: 90px;
    font-size: 1.2rem;
  }
}
.sanshisuimei-Schedule_Month_Date i {
  font-style: normal;
  font-size: 0.65em;
  font-weight: normal;
  margin-left: 2px;
  color: rgba(44, 44, 44, 0.5);
}
.sanshisuimei-Schedule_Month_Info {
  -ms-flex: 1;
      flex: 1;
  padding: 0.8rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.sanshisuimei-Schedule_Month_Label {
  font-size: 0.85rem;
  font-weight: bold;
  color: #8B7AB8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Schedule_Month_Label {
    font-size: 0.9rem;
  }
}
.sanshisuimei-Schedule_Month_Label--shrine {
  color: #B8915A;
}
.sanshisuimei-Schedule_Month_Label--special {
  color: #5A7BA6;
}
.sanshisuimei-Schedule_Month_Label_Advance {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: bold;
  color: #fff;
  background-color: #B8915A;
  border-radius: 3px;
  padding: 0.15rem 0.5rem;
  margin-left: 0.5em;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
.sanshisuimei-Schedule_Month_Detail {
  font-size: 0.8rem;
  color: rgba(44, 44, 44, 0.6);
  margin-top: 2px;
}
.sanshisuimei-Schedule_Month_Detail span::before {
  content: "｜";
  margin: 0 0.2em;
}
.sanshisuimei-Schedule_Venue {
  margin-top: 4rem;
}
.sanshisuimei-Schedule_Venue_Title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Schedule_Venue_Title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 550px) {
  .sanshisuimei-Schedule_Venue_List {
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
.sanshisuimei-Schedule_Venue_Item {
  -ms-flex: 1;
      flex: 1;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.sanshisuimei-Schedule_Venue_Item:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 550px) {
  .sanshisuimei-Schedule_Venue_Item:not(:first-child) {
    margin-top: 0;
  }
}
.sanshisuimei-Schedule_Venue_Item h4, .sanshisuimei-Schedule_Venue_Item p {
  padding: 0 1.5rem;
}
.sanshisuimei-Schedule_Venue_Item h4 {
  font-size: 1.1rem;
  color: #8B7AB8;
  margin: 0 0 0.8rem;
  padding-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Schedule_Venue_Item h4 {
    font-size: 1.2rem;
  }
}
.sanshisuimei-Schedule_Venue_Item_Image img {
  width: 100%;
  display: block;
}
.sanshisuimei-Schedule_Venue_Item p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(44, 44, 44, 0.7);
  margin: 0;
}
.sanshisuimei-Schedule_Venue_Item p:not(:last-child) {
  margin-bottom: 0.3rem;
}
.sanshisuimei-Schedule_Venue_Item p:last-child {
  padding-bottom: 1.5rem;
}
.sanshisuimei-Staff {
  background-color: #F5F0EB;
}
.sanshisuimei-Staff_Profile {
  max-width: 960px;
  margin: 0 auto;
}
.sanshisuimei-Staff_Profile img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.3s ease;
}
.sanshisuimei-Staff_Profile_Heading {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #8B7AB8;
  margin: 0 0 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
}
.sanshisuimei-Staff_Profile_Heading::before, .sanshisuimei-Staff_Profile_Heading::after {
  content: "";
  -ms-flex: 1;
      flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #8B7AB8, transparent);
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Staff_Profile_Heading {
    font-size: 1.2rem;
    margin: 0 0 3rem;
  }
}
.sanshisuimei-Staff_Profile_List {
  padding: 0;
  max-width: 960px;
  margin: 0 auto;
}
.sanshisuimei-Staff_Profile_List_Item {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}
.sanshisuimei-Staff_Profile_List_Item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.sanshisuimei-Staff_Profile_List_Item:not(:first-of-type) {
  margin-top: 1.5rem;
}
.sanshisuimei-Staff_Profile_List.supporter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 550px) {
  .sanshisuimei-Staff_Profile_List.supporter {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}
.sanshisuimei-Staff_Profile_List.supporter .sanshisuimei-Staff_Profile_List_Item {
  margin-top: 0;
  padding: 1.2rem;
}
.sanshisuimei-Staff_Profile_List.supporter img {
  border-width: 2px;
  box-shadow: none;
}
@media screen and (max-width: 549px) {
  .sanshisuimei-Staff_Profile_Col_Item:first-of-type {
    width: 160px;
    margin: 0 auto 1.5rem;
  }
  .supporter .sanshisuimei-Staff_Profile_Col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .supporter .sanshisuimei-Staff_Profile_Col_Item:first-of-type {
    width: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 1rem 0 0;
  }
  .supporter .sanshisuimei-Staff_Profile_Col_Item:last-of-type {
    -ms-flex: 1;
        flex: 1;
  }
}
@media screen and (min-width: 550px) {
  .sanshisuimei-Staff_Profile_Col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .sanshisuimei-Staff_Profile_Col_Item:first-of-type {
    width: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
  }
  .sanshisuimei-Staff_Profile_Col_Item:first-of-type.big {
    width: 180px;
    margin-right: 2rem;
  }
  .sanshisuimei-Staff_Profile_Col_Item:last-of-type {
    -ms-flex: 1;
        flex: 1;
  }
}
.sanshisuimei-Staff_Profile_Name {
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 2px;
  color: #2C2C2C;
  line-height: 1.4;
}
.sanshisuimei-Staff_Profile_Name span {
  display: inline-block;
  font-size: 0.7em;
  font-weight: normal;
  letter-spacing: 1px;
  color: #999999;
  margin-left: 0.3em;
}
@media screen and (max-width: 549px) {
  .sanshisuimei-Staff_Profile_Name {
    text-align: center;
    font-size: 1.2rem;
  }
  .sanshisuimei-Staff_Profile_Name span {
    display: block;
    margin: 0.2em 0 0;
  }
  .supporter .sanshisuimei-Staff_Profile_Name {
    text-align: left;
    font-size: 1.05rem;
  }
  .supporter .sanshisuimei-Staff_Profile_Name span {
    display: inline-block;
    margin-left: 0.3em;
  }
}
.sanshisuimei-Staff_Profile_Desc {
  margin-top: 0.6rem;
  line-height: 1.8;
  text-align: justify;
  font-size: 0.93rem;
  color: #555;
}
.supporter .sanshisuimei-Staff_Profile_Desc {
  font-size: 0.82rem;
  line-height: 1.7;
  margin-top: 0.4rem;
}
.sanshisuimei-Pricing {
  background: linear-gradient(135deg, #8B7AB8 0%, #5A7BA6 100%);
  color: #fff;
}
.sanshisuimei-Pricing_Head {
  text-align: center;
  padding: 4rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Pricing_Head {
    padding: 5rem 1.5rem 0;
  }
}
.sanshisuimei-Pricing_Head_Title {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Pricing_Head_Title {
    font-size: 2.2rem;
  }
}
.sanshisuimei-Pricing_Head_Lead {
  font-size: 1rem;
  opacity: 0.85;
}
.sanshisuimei-Pricing_Body {
  padding: 2.5rem 1rem 4rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Pricing_Body {
    padding: 3rem 2rem 5rem;
    max-width: 960px;
    margin: 0 auto;
  }
}
.sanshisuimei-Pricing_Compare {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 550px) {
  .sanshisuimei-Pricing_Compare {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.sanshisuimei-Pricing_Compare_Item {
  position: relative;
  background: #fff;
  color: #2C2C2C;
  border-radius: 16px;
  padding: 2.5rem 1.5rem 2rem;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Pricing_Compare_Item {
    padding: 3rem 2.5rem 2.5rem;
  }
}
.sanshisuimei-Pricing_Compare_Item:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}
.sanshisuimei-Pricing_Compare_Item.recommend {
  border: 2px solid #D4A373;
}
.sanshisuimei-Pricing_Compare_Item_Badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #B8915A 0%, #D4A373 100%);
  color: #fff;
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0.4rem 1.6rem;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(184, 145, 90, 0.3);
}
.sanshisuimei-Pricing_Compare_Item_Title {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Pricing_Compare_Item_Title {
    font-size: 1.35rem;
  }
}
.sanshisuimei-Pricing_Compare_Item_Price {
  margin-bottom: 0.3rem;
}
.sanshisuimei-Pricing_Compare_Item_Price .amount {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: -1px;
  color: #8B7AB8;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Pricing_Compare_Item_Price .amount {
    font-size: 3.2rem;
  }
}
.sanshisuimei-Pricing_Compare_Item_Price .unit {
  font-size: 1.2rem;
  color: #999999;
  margin-left: 2px;
}
.sanshisuimei-Pricing_Compare_Item_Price .period {
  font-size: 1.2rem;
  color: #999999;
  margin-left: 1px;
}
.recommend .sanshisuimei-Pricing_Compare_Item_Price .amount {
  color: #B8915A;
}
.sanshisuimei-Pricing_Compare_Item_Sub {
  font-size: 0.85rem !important;
  color: #999999;
  margin-bottom: 1.2rem;
  letter-spacing: 0.05em;
}
.sanshisuimei-Pricing_Compare_Item_Features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem;
  text-align: left;
}
.sanshisuimei-Pricing_Compare_Item_Features li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  font-size: 1rem;
  color: #555;
}
.sanshisuimei-Pricing_Compare_Item_Features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.15em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  font-size: 0.75rem;
  font-weight: 900;
  -webkit-text-stroke: 1px currentColor;
  color: #8B7AB8;
  border: 1px solid #8B7AB8;
  border-radius: 4px;
}
.recommend .sanshisuimei-Pricing_Compare_Item_Features li::before {
  color: #B8915A;
  border-color: #B8915A;
}
.sanshisuimei-Pricing_Compare_Item_Button .sanshisuimei-Button {
  width: 100%;
  padding: 1.1rem;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}
.sanshisuimei-Pricing_Compare_Item_Installment {
  font-size: 0.9rem !important;
  color: #999999;
  margin-top: 0.8rem;
  margin-bottom: 0;
}
.sanshisuimei-Pricing_Note {
  text-align: center;
  margin-top: 2rem;
}
.sanshisuimei-Pricing_Note p {
  font-size: 0.85rem;
  opacity: 0.7;
}
.sanshisuimei-Pricing_Note p:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.sanshisuimei-Contact_Wrap {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.sanshisuimei-Contact_Lead {
  font-size: 0.95rem;
  color: #999999;
  margin-bottom: 1.5rem;
}
.sanshisuimei-Contact_Profile {
  display: inline-block;
  text-align: center;
}
.sanshisuimei-Contact_Number {
  margin-bottom: 0.4rem;
}
.sanshisuimei-Contact_Number a {
  font-size: 2rem;
  font-weight: bold;
  color: #2C2C2C;
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Contact_Number a {
    font-size: 2.4rem;
  }
}
.sanshisuimei-Contact_Hours {
  font-size: 0.85rem;
  color: #999999;
  margin-bottom: 0.6rem;
}
.sanshisuimei-Contact_Email a {
  font-size: 0.95rem;
  color: #8B7AB8;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: 0.2s ease-in-out;
}
.sanshisuimei-Contact_Email a:hover {
  text-decoration: underline;
}
.sanshisuimei-Contact_Phone {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.6rem;
  color: #8B7AB8;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  padding: 0.8rem 2rem;
  border: 1px solid #8B7AB8;
  border-radius: 50px;
  transition: 0.3s ease;
}
.sanshisuimei-Contact_Phone:hover {
  background-color: #8B7AB8;
  color: #fff;
}
.sanshisuimei-Contact_Phone_Icon {
  font-size: 1.2rem;
}
.sanshisuimei-Contact_Action {
  margin-top: 1.5rem;
}
.sanshisuimei-Button {
  display: inline-block;
  padding: 1.2rem 3rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Button {
    padding: 1.5rem 4rem;
    font-size: 1.2rem;
  }
}
.sanshisuimei-Button--primary {
  background-color: #8B7AB8;
  color: #fff;
  border: 2px solid #8B7AB8;
}
.sanshisuimei-Button--primary:hover {
  background-color: #6e59a6;
  border-color: #6e59a6;
}
.sanshisuimei-Button--secondary {
  background: linear-gradient(135deg, #B8915A 0%, #D4A373 100%);
  color: #fff;
  border: 2px solid #D4A373;
}
.sanshisuimei-Button--secondary:hover {
  background: #fff;
  color: #B8915A;
}
.sanshisuimei-Faq_Title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #8B7AB8;
  letter-spacing: 0.15em;
  margin: 0;
  padding: 3rem 1rem 0;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Faq_Title {
    font-size: 2rem;
    padding: 4rem 1rem 0;
  }
}
.sanshisuimei-Faq_List {
  max-width: 800px;
  margin: 0 auto;
}
.sanshisuimei-Faq_List_Item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #E5E5E5;
}
.sanshisuimei-Faq_List_Item:not(:first-of-type) {
  padding-top: 2rem;
}
.sanshisuimei-Faq_List_Item_Question, .sanshisuimei-Faq_List_Item_Answer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Faq_List_Item_Question, .sanshisuimei-Faq_List_Item_Answer {
    gap: 1rem;
  }
}
.sanshisuimei-Faq_List_Item_Question .label, .sanshisuimei-Faq_List_Item_Answer .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  font-size: 0.85rem;
  margin-top: 2px;
}
.sanshisuimei-Faq_List_Item_Question p, .sanshisuimei-Faq_List_Item_Answer p {
  margin: 0;
  -ms-flex: 1;
      flex: 1;
}
.sanshisuimei-Faq_List_Item_Question {
  margin-bottom: 0.8rem;
}
.sanshisuimei-Faq_List_Item_Question .label {
  background-color: #8B7AB8;
  color: #fff;
}
.sanshisuimei-Faq_List_Item_Question p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-Faq_List_Item_Question p {
    font-size: 1.05rem;
  }
}
.sanshisuimei-Faq_List_Item_Answer .label {
  background-color: #5A7BA6;
  color: #fff;
}
.sanshisuimei-Faq_List_Item_Answer p {
  font-size: 0.93rem;
  line-height: 1.8;
  color: #555;
}
.sanshisuimei-Footer {
  text-align: center;
  line-height: 2.5;
  color: #fff;
  background-color: #2C2C2C;
  padding: 3rem 1.5rem;
}
.sanshisuimei-Footer_Inner {
  max-width: 1000px;
  margin: 0 auto;
}
.sanshisuimei-Footer_Nav {
  margin-bottom: 2rem;
}
.sanshisuimei-Footer_Nav_List {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
}
.sanshisuimei-Footer_Nav_List_Item {
  list-style: none;
}
.sanshisuimei-Footer_Nav_List_Item a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
}
.sanshisuimei-Footer_Nav_List_Item a:hover {
  text-decoration: underline;
  opacity: 1;
}
.sanshisuimei-Footer_Copy {
  font-size: 0.85rem;
  opacity: 0.7;
}
.sanshisuimei-Footer_Copy p {
  margin: 0;
}
.sanshisuimei-FixedCta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  text-align: center;
  padding: 0.8rem 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
}
.sanshisuimei-FixedCta_Button {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #8B7AB8 0%, #5A7BA6 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 60px;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .sanshisuimei-FixedCta_Button {
    font-size: 1.4rem;
    padding: 1.2rem 3rem;
  }
}
.sanshisuimei-FixedCta_Button:hover {
  opacity: 0.85;
}