@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@700&display=swap");
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 {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

/* common */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #171717;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

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

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  vertical-align: top;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

._sp {
  display: none;
}
@media screen and (max-width: 640px) {
  ._sp {
    display: block;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 640px) {
  ._pc {
    display: none;
  }
}

header {
  padding: 13px 30px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  header {
    padding: 15px 25px;
  }
}
header .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header__logo {
  max-width: 230px;
  width: 30%;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  header .header__logo {
    max-width: 100%;
    width: 160px;
  }
}
header .header__menu {
  width: 70%;
}
@media screen and (max-width: 640px) {
  header .header__menu .menu-btn {
    position: fixed;
    top: 30px;
    right: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 12px;
    width: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
  }
  header .header__menu .menu-btn span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
  header .header__menu .menu-btn span::before, header .header__menu .menu-btn span::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #4D2172;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .header__menu .menu-btn span::before {
    top: 0;
  }
  header .header__menu .menu-btn span::after {
    bottom: 0;
  }
}
header .header__menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
header .header__menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: -2px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
header .header__menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
header .header__menu #menu-btn-check:checked ~ .nav-menu {
  left: 0; /*メニューを画面内へ*/
}
header .header__menu #menu-btn-check {
  display: none;
}
header .header__menu .nav-menu .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  header .header__menu .nav-menu .tel {
    display: none;
  }
}
header .header__menu .nav-menu .tel img {
  width: 25px;
}
header .header__menu .nav-menu .tel a {
  display: inline-block;
  color: #986DC9;
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 8px;
}
@media screen and (max-width: 640px) {
  header .header__menu .nav-menu {
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #F3EBF9;
    padding: 120px 30px 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
header .header__menu .nav-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  header .header__menu .nav-menu ul {
    display: block;
    padding-left: 14px;
  }
}
header .header__menu .nav-menu ul li a {
  font-size: 2rem;
  text-align: left;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  header .header__menu .nav-menu ul li a {
    color: #4D2172;
    font-size: 1.8rem;
  }
}
header .header__menu .nav-menu ul li + li {
  margin-left: 3em;
}
@media screen and (max-width: 640px) {
  header .header__menu .nav-menu ul li + li {
    margin-left: unset;
    margin-top: 20px;
  }
}

.main {
  padding-top: 93px;
}
@media screen and (max-width: 640px) {
  .main {
    padding-top: 75px;
  }
}
.main .fix-contact {
  width: 40px;
  text-align: end;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 100;
}
.main .fix-contact a {
  background-color: #42b06f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 20px 5px 20px 0;
  display: block;
  width: 100%;
  border-radius: 5px 0 0 5px;
  letter-spacing: 0.1em;
}
.main .wrapper {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}
.main .sec-contact {
  background-color: #986DC9;
  padding: 75px 0 90px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main .sec-contact {
    padding: 60px 0 70px;
  }
}
.main .sec-contact h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .main .sec-contact h2 {
    font-size: 2.2rem;
  }
}
.main .sec-contact__links {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .main .sec-contact__links {
    display: block;
    width: 85%;
    margin: 40px auto 0;
  }
}
.main .sec-contact__links div {
  max-width: 360px;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main .sec-contact__links div {
    max-width: 100%;
    width: 100%;
  }
}
.main .sec-contact__links div a {
  display: block;
  width: 100%;
  background-color: #F3EBF9;
  border-radius: 8px;
  padding: 23px;
  font-size: 2.5rem;
  font-weight: 500;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}
@media screen and (max-width: 640px) {
  .main .sec-contact__links div a {
    font-size: 2.2rem;
    padding: 15px;
  }
}
.main .sec-contact__links div span {
  color: #4D2172;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .main .sec-contact__links div span {
    margin-bottom: 5px;
  }
}
.main .sec-contact__links div p {
  color: #4D2172;
}
.main .sec-contact__links div + div {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .main .sec-contact__links div + div {
    margin-left: 0;
    margin-top: 30px;
  }
}

footer {
  background-color: #F9F4FD;
  padding: 40px 0 8px;
}
footer .f-inner {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
}
footer .f-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  footer .f-head {
    display: block;
  }
}
footer .f-head .logo {
  width: 275px;
}
@media screen and (max-width: 640px) {
  footer .f-head .logo {
    width: 160px;
  }
}
footer .f-head .text {
  color: #4D2172;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  footer .f-head .text {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}
footer .f-head .text .name {
  color: #4D2172;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  footer .f-head .text .name {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
footer .f-head .text .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f-head .text .tel img {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
footer .f-head .text .tel a {
  color: #4D2172;
  margin-left: 6px;
}
footer ul {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  footer ul {
    display: block;
    margin-top: 30px;
  }
}
footer ul li + li {
  margin-left: 35px;
}
@media screen and (max-width: 640px) {
  footer ul li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}
footer ul a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #4D2172;
}
footer .copy {
  text-align: center;
  margin-top: 50px;
  font-size: 1rem;
  color: #707070;
}

#page-home .p-kv {
  position: relative;
}
#page-home .p-kv__title {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-home .p-kv__title h2 {
  font-size: 4.5rem;
  color: #4D2172;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  #page-home .p-kv__title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  #page-home .p-kv__title h2 {
    font-size: 2.3rem;
  }
}
#page-home .p-kv__title span {
  background-color: #fff;
  padding: 5px 20px;
  line-height: 1.5;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page-home .p-kv__title span + span {
  margin-top: 20px;
  margin-left: 95px;
}
@media screen and (max-width: 640px) {
  #page-home .p-kv__title span + span {
    margin-left: 0;
    margin-top: 10px;
  }
}
#page-home .sec-about {
  background-color: #F3EBF9;
  padding: 95px 0 100px;
  text-align: center;
  font-size: 2rem;
  color: #171717;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-home .sec-about {
    padding: 60px 0;
  }
}
#page-home .sec-about h2 {
  color: #986DC9;
  font-size: 3.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  #page-home .sec-about h2 {
    font-size: 2.4rem;
  }
}
#page-home .sec-about .detail {
  margin: 45px auto 0;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-home .sec-about .detail {
    font-size: 1.6rem;
    margin: 35px auto 0;
  }
}
#page-home .sec-about .detail p + p {
  margin-top: 25px;
}
#page-home .sec-point {
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  #page-home .sec-point {
    margin: 70px auto 0;
  }
}
#page-home .sec-point h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #4D2172;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-home .sec-point h2 {
    font-size: 2.2rem;
  }
}
#page-home .sec-point h2 span {
  font-size: 1.5rem;
  color: #986DC9;
  display: block;
}
#page-home .sec-point .point {
  margin: 50px auto 0;
}
#page-home .sec-point .point li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  #page-home .sec-point .point li {
    display: block;
  }
}
#page-home .sec-point .point li + li {
  margin-top: 90px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-point .point li + li {
    margin-top: 50px;
  }
}
#page-home .sec-point .point li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page-home .sec-point .point li:nth-child(even) .point-text {
  margin-right: 0;
  margin-left: 50px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-point .point li:nth-child(even) .point-text {
    margin-left: 0;
  }
}
#page-home .sec-point .point-text {
  max-width: calc(100% - 320px);
  width: 60%;
  margin-right: 50px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-point .point-text {
    max-width: 100%;
    width: 100%;
  }
}
#page-home .sec-point .point-text__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#page-home .sec-point .point-text__num {
  font-size: 8rem;
  color: #E0D4EF;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-home .sec-point .point-text__num {
    font-size: 5rem;
  }
}
#page-home .sec-point .point-text h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #4D2172;
  padding-bottom: 15px;
  margin-left: 8px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-point .point-text h3 {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
}
#page-home .sec-point .point-text__detail {
  margin-top: 15px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-home .sec-point .point-text__detail {
    margin-top: 25px;
  }
}
#page-home .sec-point .point-text__detail p + p {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-point .point-text__detail p + p {
    margin-top: 10px;
  }
}
#page-home .sec-point .point-text__detail ul {
  margin-top: 25px;
}
#page-home .sec-point .point-text__detail ul li {
  display: block;
  padding-left: 10px;
  position: relative;
}
#page-home .sec-point .point-text__detail ul li::before {
  content: "・";
}
#page-home .sec-point .point-text__detail ul li + li {
  margin-top: 0;
}
#page-home .sec-point .point-text__detail ul + p {
  margin-top: 25px;
}
#page-home .sec-point .point-image {
  max-width: 324px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-point .point-image {
    margin-top: 30px;
  }
}
#page-home .sec-point .point-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 324/243;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}
@media screen and (max-width: 640px) {
  #page-home .sec-point .point-image {
    max-width: 100%;
    width: 100%;
  }
}
#page-home .sec-point__button {
  max-width: 350px;
  width: 100%;
  margin: 120px auto 0;
}
@media screen and (max-width: 640px) {
  #page-home .sec-point__button {
    margin: 80px auto 0;
    width: 90%;
  }
}
#page-home .sec-point__button a {
  display: block;
  width: 100%;
  background-color: #F4EBF9;
  border: 1px solid #4D2172;
  border-radius: 5px;
  padding: 15px 0 13px;
  text-align: center;
  font-size: 1.8rem;
  color: #4D2172;
  font-weight: 600;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}
#page-home .sec-how {
  margin-top: 120px;
  background-color: #F7F2FA;
  padding: 90px 0;
}
@media screen and (max-width: 640px) {
  #page-home .sec-how {
    margin-top: 90px;
    padding: 70px 0;
  }
}
#page-home .sec-how .wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 30px 50px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-how .wrapper {
    padding: 30px 25px;
  }
}
#page-home .sec-how h2 {
  text-align: center;
  font-size: 2.8rem;
  color: #4D2172;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-home .sec-how h2 {
    font-size: 2.2rem;
  }
}
#page-home .sec-how__list {
  background-color: #D4C4E6;
  border-radius: 10px;
  max-width: 685px;
  margin: 50px auto 25px;
  padding: 30px 0;
  font-size: 2.5rem;
  color: #4D2172;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-home .sec-how__list {
    margin: 30px auto 20px;
    font-size: 1.8rem;
  }
}
#page-home .sec-how__list li {
  max-width: 400px;
  width: 100%;
  padding-left: 15px;
  margin: 0 auto;
  line-height: 2;
}
#page-home .sec-how__list li::before {
  content: "・";
}
#page-home .sec-how p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.45;
  max-width: 645px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #page-home .sec-how p {
    font-size: 1.5rem;
  }
}
#page-home .sec-how p + p {
  margin-top: 30px;
}
#page-home .sec-how__button {
  max-width: 440px;
  margin: 40px auto 0;
}
#page-home .sec-how__button a {
  display: block;
  width: 100%;
  background-color: #986DC9;
  border-radius: 8px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-home .sec-how__button a {
    padding: 15px 0;
    font-size: 1.8rem;
  }
}
#page-home .sec-voice {
  margin: 65px auto 0;
}
@media screen and (max-width: 640px) {
  #page-home .sec-voice {
    margin: 50px auto 0;
  }
}
#page-home .sec-voice h2 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #4D2172;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-home .sec-voice h2 {
    font-size: 2.2rem;
  }
}
#page-home .sec-voice .voice {
  max-width: 900px;
  width: 90%;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  #page-home .sec-voice .voice {
    margin: 30px auto 0;
  }
}
#page-home .sec-voice .voice li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}
@media screen and (max-width: 640px) {
  #page-home .sec-voice .voice li {
    display: block;
  }
}
#page-home .sec-voice .voice li + li {
  margin-top: 20px;
}
#page-home .sec-voice .voice-thumbnail {
  width: 215px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-voice .voice-thumbnail {
    width: 100%;
  }
}
#page-home .sec-voice .voice-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 215/140;
}
#page-home .sec-voice .voice-text {
  margin-left: 70px;
  width: calc(100% - 215px - 70px);
}
@media screen and (max-width: 640px) {
  #page-home .sec-voice .voice-text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
#page-home .sec-voice .voice-text h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4D2172;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-voice .voice-text h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
#page-home .sec-voice .voice-text p {
  font-size: 1.3rem;
  line-height: 1.45;
}
#page-home .sec-voice .voice-none {
  text-align: center;
  margin-top: 60px;
}
#page-home .sec-voice__more {
  max-width: 1080px;
  margin: 60px auto 0;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #page-home .sec-voice__more {
    text-align: center;
  }
}
#page-home .sec-voice__more a {
  display: block;
  width: 170px;
  margin: 0 0 0 auto;
  text-align: center;
  background-color: #986DC9;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}
@media screen and (max-width: 640px) {
  #page-home .sec-voice__more a {
    margin: 0 auto;
    padding: 8px 0;
    font-size: 1.4rem;
    width: 150px;
  }
}
#page-home .sec-news {
  margin-top: 90px;
  background-color: #F7F2FA;
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  #page-home .sec-news {
    padding: 60px 0 30px;
  }
}
#page-home .sec-news__wrapper {
  max-width: 1080px;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #page-home .sec-news__wrapper {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #page-home .sec-news__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#page-home .sec-news__right h2 {
  font-size: 2.5rem;
  color: #4D2172;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-home .sec-news__right h2 {
    font-size: 2.2rem;
  }
}
#page-home .sec-news__more {
  margin-top: 70px;
  width: 170px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-news__more {
    margin-top: 0;
    width: 120px;
  }
}
#page-home .sec-news__more a {
  text-align: center;
  font-weight: 500;
  display: block;
  width: 100%;
  background-color: #D4C4E5;
  border: 1px solid #4D2172;
  color: #4D2172;
  font-size: 1.6rem;
  padding: 5px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}
@media screen and (max-width: 640px) {
  #page-home .sec-news__more a {
    padding: 3px 0;
    font-size: 1.4rem;
  }
}
#page-home .sec-news .news {
  margin-left: 20%;
}
@media screen and (max-width: 640px) {
  #page-home .sec-news .news {
    margin-left: 0;
    margin-top: 50px;
  }
}
#page-home .sec-news .news li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 8px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-news .news li a {
    display: block;
  }
}
#page-home .sec-news .news li .date {
  color: #4D2172;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  #page-home .sec-news .news li .date {
    font-size: 1.5rem;
  }
}
#page-home .sec-news .news li h3 {
  margin-left: 70px;
  font-size: 1.6rem;
  color: #4D2172;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-home .sec-news .news li h3 {
    margin-left: 0;
    margin-top: 10px;
  }
}
#page-home .sec-news .news li + li {
  border-top: 1px solid #fff;
}
#page-home .sec-access {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-access {
    margin-top: 60px;
  }
}
#page-home .sec-access h2 {
  text-align: center;
  color: #4D2172;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-home .sec-access h2 {
    font-size: 2.2rem;
  }
}
#page-home .sec-access__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-access__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 40px;
  }
}
#page-home .sec-access__right {
  max-width: 502px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-access__right {
    margin-top: 40px;
  }
}
#page-home .sec-access__right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-home .sec-access__right li {
    display: block;
    font-size: 1.5rem;
  }
}
#page-home .sec-access__right li .title {
  width: 150px;
  background-color: #D4C4E6;
  padding: 13px;
  font-weight: 500;
  line-height: 1.57;
}
@media screen and (max-width: 640px) {
  #page-home .sec-access__right li .title {
    width: 100%;
    padding: 8px;
  }
}
#page-home .sec-access__right li .list {
  width: calc(100% - 150px);
  padding: 13px;
  background-color: #F3EBF9;
  line-height: 1.57;
}
@media screen and (max-width: 640px) {
  #page-home .sec-access__right li .list {
    width: 100%;
    padding: 8px;
  }
}
#page-home .sec-access__right li .list span {
  font-size: 1.3rem;
}
#page-home .sec-access__right li + li {
  margin-top: 5px;
}
#page-home .sec-access__left {
  max-width: 384px;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-access__left {
    max-width: unset;
    margin: 0 auto;
    width: 90%;
  }
}
#page-home .sec-access__map {
  max-width: 900px;
  margin: 70px auto 0;
}
@media screen and (max-width: 640px) {
  #page-home .sec-access__map {
    margin: 20px auto 0;
  }
}
#page-home .sec-access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/400;
}
@media screen and (max-width: 640px) {
  #page-home .sec-access__map iframe {
    aspect-ratio: 395/300;
  }
}
#page-home .sec-contact {
  margin-top: 180px;
}
@media screen and (max-width: 640px) {
  #page-home .sec-contact {
    margin-top: 100px;
  }
}

#page-about .sec-message {
  background-color: #F7F2FA;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  #page-about .sec-message {
    padding: 45px 0;
  }
}
#page-about .sec-message__inner {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
}
#page-about .sec-message h2 {
  color: #4D2172;
  font-size: 2.8rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-about .sec-message h2 {
    font-size: 2.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#page-about .sec-message h2::before {
  content: "";
  width: 71px;
  height: 2px;
  background-color: #4D2172;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media screen and (max-width: 640px) {
  #page-about .sec-message h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#page-about .sec-message__contents {
  margin-top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #page-about .sec-message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 65px;
  }
}
#page-about .sec-message__text {
  width: calc(100% - 380px);
}
@media screen and (max-width: 640px) {
  #page-about .sec-message__text {
    width: 100%;
    margin-top: 40px;
    font-size: 1.5rem;
  }
}
#page-about .sec-message__text p + p {
  margin-top: 20px;
}
#page-about .sec-message__text .name {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-about .sec-message__text .name {
    font-size: 1.8rem;
  }
}
#page-about .sec-message__text .name span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-about .sec-message__text .name span {
    font-size: 1.3rem;
  }
}
#page-about .sec-message__image {
  max-width: 380px;
  margin-left: 40px;
}
@media screen and (max-width: 640px) {
  #page-about .sec-message__image {
    max-width: 250px;
    margin: 0 auto;
  }
}
#page-about .sec-message__image img {
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}
#page-about .sec-message__other {
  margin-top: 100px;
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-about .sec-message__other {
    margin-top: 80px;
    font-size: 1.8rem;
  }
}
#page-about .sec-shop {
  max-width: 1096px;
  width: 90%;
  margin: 75px auto 0;
}
@media screen and (max-width: 640px) {
  #page-about .sec-shop {
    margin: 60px auto 0;
  }
}
#page-about .sec-shop h2 {
  color: #4D2172;
  font-size: 2.8rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-about .sec-shop h2 {
    font-size: 2.2rem;
  }
}
#page-about .sec-shop h2::before {
  content: "";
  width: 71px;
  height: 2px;
  background-color: #4D2172;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
}
#page-about .sec-shop__list {
  margin-top: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  #page-about .sec-shop__list {
    display: block;
    margin-top: 80px;
  }
}
#page-about .sec-shop__list .shop {
  width: calc(33.3333333333% - 30px);
  margin: 15px;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}
@media screen and (max-width: 640px) {
  #page-about .sec-shop__list .shop {
    width: 100%;
    margin: 0 auto;
    padding: 30px 25px;
  }
  #page-about .sec-shop__list .shop + .shop {
    margin-top: 30px;
  }
}
#page-about .sec-shop__list .thumbnail {
  max-width: 270px;
}
@media screen and (max-width: 640px) {
  #page-about .sec-shop__list .thumbnail {
    max-width: unset;
    margin: 0 auto;
  }
}
#page-about .sec-shop__list .thumbnail img {
  width: 100%;
  border-radius: 10px;
}
#page-about .sec-shop__list .detail {
  margin-top: 20px;
}
#page-about .sec-shop__list .detail .name {
  font-size: 1.8rem;
  color: #4D2172;
  font-weight: 500;
}
#page-about .sec-shop__list .detail-list {
  margin-top: 10px;
}
#page-about .sec-shop__list .detail-list div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}
#page-about .sec-shop__list .detail-list .list {
  width: 80px;
}
#page-about .sec-shop__list .detail-list .child {
  width: calc(100% - 90px);
  margin-left: 10px;
}
#page-about .sec-contact {
  margin-top: 180px;
}
@media screen and (max-width: 640px) {
  #page-about .sec-contact {
    margin-top: 100px;
  }
}

#page-price .sec-price {
  background-color: #D4C4E6;
  padding: 90px 0 120px;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price {
    padding: 60px 0 80px;
  }
}
#page-price .sec-price__inner {
  max-width: 1080px;
  width: 90%;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 30px;
  padding: 70px 50px 100px;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__inner {
    padding: 25px 20px 25px;
  }
}
#page-price .sec-price h2 {
  color: #4D2172;
  font-size: 2.8rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price h2 {
    font-size: 2.2rem;
  }
}
#page-price .sec-price h2::before {
  content: "";
  width: 71px;
  height: 2px;
  background-color: #4D2172;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#page-price .sec-price__read {
  margin-top: 70px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__read {
    margin-top: 50px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
  }
}
#page-price .sec-price__read p + p {
  margin-top: 30px;
}
#page-price .sec-price__list {
  margin: 100px auto 0;
  max-width: 840px;
  width: 90%;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__list {
    margin: 60px auto 0;
    width: 100%;
  }
}
#page-price .sec-price__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__list li {
    display: block;
  }
}
#page-price .sec-price__list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__list li + li {
    margin-top: 30px;
  }
}
#page-price .sec-price__list .list {
  width: 145px;
  background-color: #D4C4E6;
  padding: 20px;
  color: #4D2172;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__list .list {
    width: 100%;
    padding: 10px 15px;
    font-size: 1.8rem;
  }
}
#page-price .sec-price__list .detail {
  width: calc(100% - 145px);
  background-color: #F4EBF9;
  padding: 15px 30px 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__list .detail {
    width: 100%;
    padding: 10px 15px;
    font-size: 1.6rem;
    display: block;
  }
}
#page-price .sec-price__list .price {
  color: #4D2172;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__list .price {
    font-size: 2rem;
    margin-top: 20px;
  }
}
#page-price .sec-price__contact {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__contact {
    margin-top: 80px;
  }
}
#page-price .sec-price__contact h3 {
  color: #4D2172;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__contact h3 {
    font-size: 2.2rem;
  }
}
#page-price .sec-price__links {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__links {
    display: block;
  }
}
#page-price .sec-price__links div {
  max-width: 360px;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__links div {
    width: 100%;
  }
}
#page-price .sec-price__links div a {
  display: block;
  width: 100%;
  background-color: #986DC9;
  border-radius: 8px;
  padding: 23px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__links div a {
    font-size: 2rem;
    padding: 20px;
  }
}
#page-price .sec-price__links div span {
  color: #fff;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
#page-price .sec-price__links div p {
  color: #fff;
}
#page-price .sec-price__links div + div {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  #page-price .sec-price__links div + div {
    margin-left: 0;
    margin-top: 20px;
  }
}

#page-news .sec-news {
  background-color: #F7F2FA;
  padding: 70px 0 124px;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news {
    padding: 60px 0 90px;
  }
}
#page-news .sec-news h2 {
  color: #4D2172;
  font-size: 2.8rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news h2 {
    font-size: 2.2rem;
  }
}
#page-news .sec-news h2::before {
  content: "";
  width: 71px;
  height: 2px;
  background-color: #4D2172;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
}
#page-news .sec-news__list {
  max-width: 645px;
  margin: 90px auto 0;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news__list {
    width: 90%;
    margin: 60px auto 0;
  }
}
#page-news .sec-news__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news__list a {
    display: block;
  }
}
#page-news .sec-news__list .date {
  color: #4D2172;
}
#page-news .sec-news__list h3 {
  color: #4D2172;
  margin-left: 65px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-news .sec-news__list h3 {
    margin-left: 0;
    margin-top: 5px;
    font-size: 1.6rem;
  }
}
#page-news .sec-news__list li + li {
  border-top: 1px solid #4D2172;
}
#page-news .sec-news__none {
  text-align: center;
  margin-top: 80px;
}
#page-news .sec-news .pagination {
  margin-top: 95px;
}
#page-news .sec-news .pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-news .sec-news .pagination ul li {
  margin: 0 5px;
}
#page-news .sec-news .pagination ul .current {
  display: block;
  width: 35px;
  height: 40px;
  background-color: #4D2172;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
#page-news .sec-news .pagination ul a {
  width: 35px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #4D2172;
  color: #4D2172;
  text-align: center;
  line-height: 40px;
}

#page-news-detail .sec-news {
  background-color: #F7F2FA;
  padding: 70px 0 124px;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news {
    padding: 60px 0 90px;
  }
}
#page-news-detail .sec-news__wrapper {
  max-width: 1085px;
  background-color: #fff;
  border-radius: 30px;
  width: 90%;
  margin: 0 auto;
  padding: 55px 95px;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news__wrapper {
    padding: 25px;
  }
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news__wrapper .date {
    font-size: 1.5rem;
  }
}
#page-news-detail .sec-news__wrapper h2 {
  border-bottom: 2px solid #986DC9;
  padding-bottom: 8px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news__wrapper h2 {
    font-size: 1.8rem;
  }
}
#page-news-detail .sec-news__contents {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news__contents {
    margin-top: 30px;
  }
}
#page-news-detail .sec-news__contents p {
  line-height: 1.65;
}
#page-news-detail .sec-news__contents p + p {
  margin-top: 20px;
}
#page-news-detail .sec-news__button {
  max-width: 340px;
  margin: 120px auto 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news__button {
    max-width: 300px;
    margin: 80px auto 0;
  }
}
#page-news-detail .sec-news__button a {
  display: block;
  width: 100%;
  background-color: #986DC9;
  padding: 18px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}
@media screen and (max-width: 640px) {
  #page-news-detail .sec-news__button a {
    padding: 15px 0;
  }
}

#page-voice .sec-voice {
  background-color: #F7F2FA;
  padding: 70px 0 124px;
}
@media screen and (max-width: 640px) {
  #page-voice .sec-voice {
    padding: 45px 0 90px;
  }
}
#page-voice .sec-voice h2 {
  color: #4D2172;
  font-size: 2.8rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-voice .sec-voice h2 {
    font-size: 2.2rem;
  }
}
#page-voice .sec-voice h2::before {
  content: "";
  width: 71px;
  height: 2px;
  background-color: #4D2172;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
}
#page-voice .sec-voice .voice {
  max-width: 900px;
  width: 90%;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  #page-voice .sec-voice .voice {
    margin: 80px auto 0;
  }
}
#page-voice .sec-voice .voice li {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-voice .sec-voice .voice li {
    display: block;
  }
}
#page-voice .sec-voice .voice li + li {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #page-voice .sec-voice .voice li + li {
    margin-top: 25px;
  }
}
#page-voice .sec-voice .voice-thumbnail {
  width: 215px;
  height: 140px;
}
@media screen and (max-width: 640px) {
  #page-voice .sec-voice .voice-thumbnail {
    width: 100%;
    margin: 0 auto;
  }
}
#page-voice .sec-voice .voice-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 215/140;
}
#page-voice .sec-voice .voice-text {
  width: calc(100% - 215px - 70px);
  margin-left: 70px;
}
@media screen and (max-width: 640px) {
  #page-voice .sec-voice .voice-text {
    width: 100%;
    margin: 20px auto 0;
  }
}
#page-voice .sec-voice .voice-text h3 {
  font-weight: 600;
  color: #4D2172;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-voice .sec-voice .voice-text h3 {
    font-size: 1.5rem;
  }
}
#page-voice .sec-voice .voice-text p {
  font-size: 1.4rem;
}
#page-voice .sec-voice .voice-none {
  text-align: center;
  margin-top: 80px;
}
#page-voice .sec-voice .pagination {
  margin-top: 95px;
}
#page-voice .sec-voice .pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-voice .sec-voice .pagination ul li {
  margin: 0 5px;
}
#page-voice .sec-voice .pagination ul .current {
  display: block;
  width: 35px;
  height: 40px;
  background-color: #986DC9;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
#page-voice .sec-voice .pagination ul a {
  width: 35px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #986DC9;
  color: #986DC9;
  text-align: center;
  line-height: 40px;
}

#page-reserve .sec-reserve {
  background-color: #F7F2FA;
  padding: 70px 0 124px;
}
@media screen and (max-width: 640px) {
  #page-reserve .sec-reserve {
    padding: 60px 0 80px;
  }
}
#page-reserve .sec-reserve h2 {
  color: #4D2172;
  font-size: 2.8rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#page-reserve .sec-reserve h2::before {
  content: "";
  width: 71px;
  height: 2px;
  background-color: #4D2172;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
}
@media screen and (max-width: 640px) {
  #page-reserve .sec-reserve h2 {
    font-size: 2.2rem;
  }
}
#page-reserve .sec-reserve__contents {
  margin: 115px auto 0;
  max-width: 900px;
  width: 90%;
}
#page-reserve .sec-reserve #booking-package_calendarPage {
  font-family: "Noto Sans JP", sans-serif;
}
#page-reserve .sec-reserve #booking-package_calendarPage .calendarHeader {
  color: #4D2172;
}
#page-reserve .sec-reserve #booking-package_schedulePage .selectedDate {
  color: #4D2172;
}
#page-reserve .sec-reserve span.service_name_cost {
  font-weight: 600;
}
#page-reserve .sec-reserve span.serviceCost.maximumAndMinimum {
  font-weight: 600;
  color: #4D2172;
}
#page-reserve .sec-reserve #booking-package_inputFormPanel .title_in_form {
  padding-bottom: 30px;
}
#page-reserve .sec-reserve #booking-package_inputFormPanel .row {
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-reserve .sec-reserve #booking-package_inputFormPanel .row {
    display: block;
  }
}
#page-reserve .sec-reserve #booking-package_inputFormPanel .name {
  width: 30%;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #page-reserve .sec-reserve #booking-package_inputFormPanel .name {
    width: 100%;
  }
}
#page-reserve .sec-reserve #booking-package_inputFormPanel .name a {
  text-decoration: underline;
}
#page-reserve .sec-reserve #booking-package_inputFormPanel .value {
  width: 65%;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  #page-reserve .sec-reserve #booking-package_inputFormPanel .value {
    width: 100%;
  }
}
#page-reserve .sec-reserve #booking-package_inputFormPanel .radio_title {
  font-weight: 600;
}
#page-reserve .sec-reserve #booking-package_inputFormPanel .cartPanel {
  text-align: center;
}
#page-reserve .sec-reserve #booking-package_inputFormPanel .bottomBarPanel {
  text-align: center;
}

.res-footer {
  background-color: #F9F4FD;
  padding: 40px 0 8px;
}
.res-footer .f-inner {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
}
.res-footer .f-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .res-footer .f-head {
    display: block;
  }
}
.res-footer .f-head .logo {
  width: 275px;
}
@media screen and (max-width: 640px) {
  .res-footer .f-head .logo {
    width: 160px;
  }
}
.res-footer .f-head .text {
  color: #4D2172;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .res-footer .f-head .text {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}
.res-footer .f-head .text .name {
  color: #4D2172;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .res-footer .f-head .text .name {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
.res-footer .f-head .text .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.res-footer .f-head .text .tel img {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.res-footer .f-head .text .tel a {
  color: #4D2172;
  margin-left: 6px;
}
.res-footer ul {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .res-footer ul {
    display: block;
    margin-top: 30px;
  }
}
.res-footer ul li + li {
  margin-left: 35px;
}
@media screen and (max-width: 640px) {
  .res-footer ul li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}
.res-footer ul a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #4D2172;
}
.res-footer .copy {
  text-align: center;
  margin-top: 50px;
  font-size: 1rem;
  color: #707070;
}

#footer {
  display: none;
}

#page-privacy .sec-privacy {
  background-color: #D4C4E6;
  padding: 90px 0 120px;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-privacy {
    padding: 60px 0 80px;
  }
}
#page-privacy .sec-privacy__inner {
  max-width: 1080px;
  width: 90%;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 30px;
  padding: 70px 50px 100px;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-privacy__inner {
    padding: 40px 25px 60px;
  }
}
#page-privacy .sec-privacy h2 {
  color: #4D2172;
  font-size: 2.8rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-privacy h2 {
    font-size: 2.2rem;
  }
}
#page-privacy .sec-privacy h2::before {
  content: "";
  width: 71px;
  height: 2px;
  background-color: #4D2172;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#page-privacy .sec-privacy__list {
  margin: 90px auto 0;
  max-width: 840px;
  width: 90%;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-privacy__list {
    width: 100%;
    margin: 60px auto 0;
  }
}
#page-privacy .sec-privacy__list li + li {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-privacy__list li + li {
    margin-top: 40px;
  }
}
#page-privacy .sec-privacy__title {
  font-size: 1.8rem;
  color: #4D2172;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-privacy__title {
    font-size: 1.6rem;
  }
}
#page-privacy .sec-privacy__contents {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #page-privacy .sec-privacy__contents {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

#page-thanks .sec-thanks {
  background-color: #F7F2FA;
  padding: 70px 0 124px;
}
@media screen and (max-width: 640px) {
  #page-thanks .sec-thanks {
    padding: 60px 0 80px;
  }
}
#page-thanks .sec-thanks h2 {
  color: #4D2172;
  font-size: 2.8rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#page-thanks .sec-thanks h2::before {
  content: "";
  width: 71px;
  height: 2px;
  background-color: #4D2172;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
}
@media screen and (max-width: 640px) {
  #page-thanks .sec-thanks h2 {
    font-size: 2.2rem;
  }
}
#page-thanks .sec-thanks__contents {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 0;
  margin: 80px auto 0;
  max-width: 900px;
  width: 90%;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #page-thanks .sec-thanks__contents {
    padding: 30px 20px;
    font-size: 1.5rem;
  }
}
#page-thanks .sec-thanks__contents p + p {
  margin-top: 30px;
}
#page-thanks .sec-thanks__contents .point {
  margin-top: 40px;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  #page-thanks .sec-thanks__contents .point {
    font-size: 1.8rem;
  }
}
#page-thanks .sec-thanks__contents .point a {
  color: #4D2172;
}/*# sourceMappingURL=style.css.map */