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

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

::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;
}

ol li,
ul li {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

[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;
}

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

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

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

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

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  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 */
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

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

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

.u-font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.u-mt0 {
  margin-top: 0px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mt0 {
    margin-top: 0px !important;
  }
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mt10 {
    margin-top: 5px !important;
  }
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mt20 {
    margin-top: 10px !important;
  }
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mt30 {
    margin-top: 15px !important;
  }
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mt40 {
    margin-top: 20px !important;
  }
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mt50 {
    margin-top: 25px !important;
  }
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mt60 {
    margin-top: 30px !important;
  }
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mt70 {
    margin-top: 35px !important;
  }
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mt80 {
    margin-top: 40px !important;
  }
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mt90 {
    margin-top: 45px !important;
  }
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mt100 {
    margin-top: 50px !important;
  }
}

.u-mb0 {
  margin-bottom: 0px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mb0 {
    margin-bottom: 0px !important;
  }
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mb10 {
    margin-bottom: 5px !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mb20 {
    margin-bottom: 10px !important;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mb30 {
    margin-bottom: 15px !important;
  }
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mb40 {
    margin-bottom: 20px !important;
  }
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mb50 {
    margin-bottom: 25px !important;
  }
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mb60 {
    margin-bottom: 30px !important;
  }
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mb70 {
    margin-bottom: 35px !important;
  }
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mb80 {
    margin-bottom: 40px !important;
  }
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mb90 {
    margin-bottom: 45px !important;
  }
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mb100 {
    margin-bottom: 50px !important;
  }
}

.u-ml0 {
  margin-left: 0px !important;
}

@media print, screen and (max-width: 979px) {
  .u-ml0 {
    margin-left: 0px !important;
  }
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

@media print, screen and (max-width: 979px) {
  .u-ml10 {
    margin-left: 5px !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

@media print, screen and (max-width: 979px) {
  .u-ml20 {
    margin-left: 10px !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

@media print, screen and (max-width: 979px) {
  .u-ml30 {
    margin-left: 15px !important;
  }
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

@media print, screen and (max-width: 979px) {
  .u-ml40 {
    margin-left: 20px !important;
  }
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

@media print, screen and (max-width: 979px) {
  .u-ml50 {
    margin-left: 25px !important;
  }
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

@media print, screen and (max-width: 979px) {
  .u-ml60 {
    margin-left: 30px !important;
  }
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

@media print, screen and (max-width: 979px) {
  .u-ml70 {
    margin-left: 35px !important;
  }
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

@media print, screen and (max-width: 979px) {
  .u-ml80 {
    margin-left: 40px !important;
  }
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

@media print, screen and (max-width: 979px) {
  .u-ml90 {
    margin-left: 45px !important;
  }
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

@media print, screen and (max-width: 979px) {
  .u-ml100 {
    margin-left: 50px !important;
  }
}

.u-mr0 {
  margin-right: 0px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mr0 {
    margin-right: 0px !important;
  }
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mr10 {
    margin-right: 5px !important;
  }
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mr20 {
    margin-right: 10px !important;
  }
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mr30 {
    margin-right: 15px !important;
  }
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mr40 {
    margin-right: 20px !important;
  }
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mr50 {
    margin-right: 25px !important;
  }
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mr60 {
    margin-right: 30px !important;
  }
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mr70 {
    margin-right: 35px !important;
  }
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mr80 {
    margin-right: 40px !important;
  }
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mr90 {
    margin-right: 45px !important;
  }
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

@media print, screen and (max-width: 979px) {
  .u-mr100 {
    margin-right: 50px !important;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 20px;
  width: 100%;
  z-index: 999;
  background: #221d2b;
  color: #fff;
}

.p-header .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media print, screen and (max-width: 979px) {
  .p-header .inner {
    padding: 0;
  }
}

.p-header .logo {
  width: 94px;
}

@media print, screen and (max-width: 979px) {
  .p-header .logo {
    width: 21vw;
  }
}

.p-header .tel {
  font-size: 16px;
  margin-left: 20px;
  font-weight: 300;
}

@media print, screen and (max-width: 979px) {
  .p-header .tel {
    font-size: 3vw;
  }
}

.p-header .tel a {
  color: #fff;
}

.p-header .action_item {
  margin-left: auto;
  margin-right: 0;
}

.p-header .hamburger {
  position: relative;
  width: 26px;
  height: 18px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
}

.p-header .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.5s;
}

.p-header .hamburger span:nth-of-type(1) {
  top: 0;
}

.p-header .hamburger span:nth-of-type(2) {
  top: 8px;
}

.p-header .hamburger span:nth-of-type(3) {
  bottom: 0;
}

.p-header .hamburger.is-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.p-header .hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.p-header .hamburger.is-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.p-header .o-spNavi {
  position: fixed;
  top: 53px;
  right: 0;
  z-index: 100;
  width: 400px;
  padding-bottom: 100px;
  height: 100vh;
  transition: transform 0.4s;
  transform: translate(100%, 0);
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

@media print, screen and (max-width: 979px) {
  .p-header .o-spNavi {
    width: 100%;
    align-items: flex-start;
    top: 50px;
  }
}

.p-header .o-spNavi.is-active {
  transform: translate(0, 0);
}

.p-header .o-spNavi .inner {
  padding: 60px 67px;
}

@media print, screen and (max-width: 979px) {
  .p-header .o-spNavi .inner {
    padding: 26px 20px 120px;
  }
}

.p-header .o-spNavi .m-menu {
  width: 100%;
  padding: 30px;
}

.p-header .o-spNavi .link_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #474645;
}

.p-header .o-spNavi .link_list .item {
  font-size: 14px;
}

@media print, screen and (max-width: 979px) {
  .p-header .o-spNavi .link_list .item {
    font-size: 3.73333vw;
  }
}

.p-header .o-spNavi .link_list .item a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #474645;
  padding: 12px 0;
  position: relative;
}

.p-header .o-spNavi .link_list .item a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
}

.p-footer {
  background: #221d2b;
  padding: 40px 0;
  color: #fff;
}

.p-footer .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 50px;
  max-width: 580px;
  margin: 0 auto;
}

@media print, screen and (max-width: 979px) {
  .p-footer {
    padding: 40px 0 26vw;
  }
  .p-footer .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.p-footer .menu li {
  text-align: center;
  font-size: 14px;
}

@media print, screen and (max-width: 979px) {
  .p-footer .menu li {
    text-align: left;
  }
}

.p-footer .menu li a {
  color: #fff;
}

@media print, screen and (max-width: 979px) {
  .p-footer .menu li a {
    padding: 10px;
  }
}

.p-footer .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}

@media print, screen and (max-width: 979px) {
  .p-footer .info {
    flex-direction: column;
    align-items: center;
  }
}

.p-footer .info .logo {
  width: 114px;
}

@media print, screen and (max-width: 979px) {
  .p-footer .info .logo {
    width: 36vw;
  }
}

.p-footer .info .detail {
  font-weight: 300;
  font-size: 16px;
}

@media print, screen and (max-width: 979px) {
  .p-footer .info .detail {
    margin-top: 20px;
  }
}

.p-footer .info .detail a {
  color: #fff;
}

.p-footer .copyright {
  margin-top: 80px;
  font-size: 12px;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .aside {
    margin-top: 40px !important;
  }
}

.aside section.__block {
  padding-bottom: 30px;
}

.aside section.__block:not(:first-of-type) {
  padding-bottom: 30px;
}

.aside section.__block:not(:first-of-type) .__heading.__heading--default,
.aside section.__block:not(:first-of-type) .__heading.__heading--custom {
  padding-top: 30px;
  border-top: 1px solid #aaa;
}

@media print, screen and (max-width: 979px) {
  .aside section.__block:nth-of-type(1) .__heading.__heading--default,
  .aside section.__block:nth-of-type(1) .__heading.__heading--custom {
    padding-top: 30px;
    border-top: 1px solid #aaa;
  }
}

.aside section.__block:not(:last-child) {
  margin-bottom: 0;
}

.aside section.__block.__block--banner {
  padding-bottom: 0;
  margin-bottom: 15px;
}

.aside section.__block .__heading.__heading--default,
.aside section.__block .__heading.__heading--custom {
  border-bottom: none;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.aside section.__block.__block--category .__body ul.__tree li.__item {
  border-top: none;
  margin-top: 0;
}

.aside section.__block.__block--category .__body ul.__tree li.__item > a {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #eeeeee !important;
  padding: 10px 6px 10px 0 !important;
  transition: 0.3s;
  cursor: pointer;
}

.aside section.__block.__block--category .__body ul.__tree li.__item > a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #ff9901;
  border-right: solid 1px #ff9901;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.aside section.__block.__block--category .__body ul.__tree li.__item > a img {
  width: 40px;
  height: 40px;
  background: #f3f6fb;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aside section.__block.__block--category .__body ul.__tree li.__item > a span {
  font-size: 14px;
}

.aside
  section.__block.__block--category
  .__body
  ul.__tree
  li.__item.__item--has-children
  span.__js-toggle {
  height: 2em;
  top: 10px;
  margin: auto;
}

.aside
  section.__block.__block--category
  .__body
  ul.__tree
  li.__item.__item--has-children
  > a {
  padding-right: 2em;
}

.aside section.__block.__block--category .__body ul.__tree li.__item a {
  padding: 12px 0;
  font-size: 14px;
}

.aside section.__block.__block--feature .__body ul li.__item a,
.aside section.__block.__block--page .__body ul li.__item a {
  padding: 12px 0;
  font-size: 14px;
}

.aside section.__block.__block--search .__body {
  padding-left: 0;
  padding-right: 0;
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.aside section.__block.__block--search .__body input {
  width: 100%;
  border-radius: 3px 0 0 3px;
  border: 1px solid #888;
}

.aside section.__block.__block--search .__body .c-button {
  border-radius: 0 3px 3px 0;
  background-color: #ff9901;
  color: #fff;
  font-size: 13px;
}

.aside section.__block.__block--login.__is-guest .__body .__login-link .__link {
  background-color: #ff9901;
}

.aside section.__block.__block--calendar ul li table.cal tbody th {
  background-color: #ff9901 !important;
}

.aside
  section.__block.__block--calendar
  ul
  li
  table.cal
  tbody
  td
  span.cal-week-close {
  background-color: #ffe3b7 !important;
}

.aside section.__block .side_banner_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aside section.__block .side_banner_list li {
  margin-top: 10px;
}

.aside section.__block .side_banner_list li:nth-of-type(1) {
  margin-top: 0;
}

.__more {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  padding: 0;
  text-align: center;
}

.__more a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #ff9901;
  border: 1px solid #ff9901;
  border-radius: 4px;
  padding: 10px 8px;
}

.__more a::before {
  display: none;
}

.__more a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #ff9901;
  border-right: solid 1px #ff9901;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
}

.__more a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c-headline {
  text-align: center;
  margin-bottom: 32px;
}

.c-headline .headline {
  font-size: 30px;
  font-weight: 500;
  color: #b5a072;
  line-height: 1;
}

@media print, screen and (max-width: 979px) {
  .c-headline .headline {
    font-size: 6.4vw;
  }
}

.c-headline .label {
  font-size: 18px;
  margin-top: 4px;
}

@media print, screen and (max-width: 979px) {
  .c-headline .label {
    font-size: 3.73333vw;
  }
}

.c-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

@media print, screen and (max-width: 979px) {
  .c-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.c-list.col-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media print, screen and (max-width: 979px) {
  .c-list.col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-list.col-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media print, screen and (max-width: 979px) {
  .c-list.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-list .item {
  position: relative;
}

.c-list .item a {
  display: block;
  width: 100%;
}

.c-list .item .thumbnail {
  position: relative;
}

.c-list .item .icon {
  position: absolute;
  top: -3px;
  left: -3px;
  max-width: 50px;
}

@media print, screen and (max-width: 979px) {
  .c-list .item .icon {
    max-width: 30px;
  }
}

.c-list .item .label {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.c-list .item .label > div {
  margin-top: 8px;
}

.c-list .item .label .icon-sns {
  width: 36px;
  margin-left: auto;
}

.c-list .item .label .time {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 4px 8px;
  color: #fff;
}

.c-list .item .label .msg1 {
  width: 100%;
  background: #c31a1a;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 4px 8px;
}

.c-list .item .content {
  margin-top: 8px;
  font-size: 16px;
}

@media print, screen and (max-width: 979px) {
  .c-list .item .content {
    font-size: 3.73333vw;
  }
}

.c-list .item .content .box-type {
  border: 1px solid #000;
  padding: 8px;
  margin-bottom: 8px;
  text-align: center;
}

.c-list .item .content .box-type .time {
  margin-top: 0;
}

.c-list .item .content .name {
  font-size: 16px;
}

@media print, screen and (max-width: 979px) {
  .c-list .item .content .name {
    font-size: 3.73333vw;
  }
}

.c-list .item .content .time {
  font-size: 16px;
  margin-top: 4px;
}

@media print, screen and (max-width: 979px) {
  .c-list .item .content .time {
    font-size: 3.73333vw;
  }
}

.c-list .item .content .text {
  margin-top: 4px;
}

@media print, screen and (max-width: 979px) {
  .c-list .item .content .text {
    font-size: 3.73333vw;
  }
}

.c-list .item .link {
  margin-top: 16px;
}

.c-list .item .link a {
  color: #fff;
  background-color: #60737f;
  padding: 4px 8px;
  display: block;
  text-align: center;
  font-size: 20px;
}

@media print, screen and (max-width: 979px) {
  .c-list .item .link a {
    font-size: 4.26667vw;
  }
}

.c-button {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .c-button {
    font-size: 3.73333vw;
  }
}

.c-button a,
.c-button button {
  display: inline-block;
  border: 1px solid #707070;
  padding: 4px 50px;
}

.c-button-gray {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .c-button-gray {
    font-size: 3.73333vw;
  }
}

.c-button-gray a,
.c-button-gray button {
  display: inline-block;
  border: 1px solid #60737f;
  padding: 4px 50px;
  background-color: #60737f;
  color: #fff;
}

.c-tab .tab-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 40px;
}

@media print, screen and (max-width: 979px) {
  .c-tab .tab-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.c-tab .tab-list .item {
  text-align: center;
}

.c-tab .tab-list .item a {
  display: block;
  padding: 2px 0;
  border: 1px solid #b5a072;
  background-color: #b5a072;
  font-size: 16px;
}

@media print, screen and (max-width: 979px) {
  .c-tab .tab-list .item a {
    padding: 6px;
  }
}

.c-tab .tab-list .item a.is-active {
  background-color: #fff;
  border: 1px solid #707070;
  pointer-events: none;
}

.c-form .form-item {
  margin-bottom: 28px;
  width: 100%;
}

.c-form .form-item .label {
  width: 100%;
  font-size: 16px;
  margin-bottom: 8px;
}

.c-form .form-item .label .tag {
  font-size: 12px;
  color: #fff;
  background-color: #c31a1a;
  padding: 2px 4px;
  margin-left: 8px;
}

.c-form .form-item .data {
  font-size: 16px;
}

.c-form .form-item input[type="text"],
.c-form .form-item input[type="email"],
.c-form .form-item input[type="tel"],
.c-form .form-item textarea,
.c-form .form-item select {
  width: 100%;
  padding: 10px;
  border: 1px solid #707070;
  font-size: 16px;
}

.c-form .form-item input[type="number"] {
  padding: 10px;
  border: 1px solid #707070;
  font-size: 16px;
  width: 110px;
}

.c-form .form-item .radio-label {
  cursor: pointer;
  margin-right: 8px;
}

.c-form .form-item input[type="radio"] {
  appearance: none;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  padding: 0;
  top: 4px;
}

.c-form .form-item input[type="radio"]:checked {
  border-color: #707070;
}

.c-form .form-item input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-form .form-item textarea {
  resize: vertical;
  height: 140px;
}

.c-form .form-item .annotation {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.8;
}

.c-form .button .c-button-gray,
.c-form .button .c-button {
  margin-top: 20px;
  max-width: 200px;
}

.c-form .button .c-button-gray a,
.c-form .button .c-button-gray button,
.c-form .button .c-button a,
.c-form .button .c-button button {
  display: block;
  width: 100%;
}

.c-tel {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

@media print, screen and (max-width: 979px) {
  .c-tel {
    margin-top: 20px;
  }
}

.c-tel.is-wide {
  max-width: 100%;
}

.c-tel a {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0;
  border: 1px solid #333;
}

.c-tel a .icon {
  width: 60px;
  padding: 4px;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-tel a .icon img {
  width: 32px;
}

.c-tel a .content {
  background: #fff;
  padding: 6px 12px;
}

.c-tel .text {
  font-size: 20px;
  font-weight: 600;
}

@media print, screen and (max-width: 979px) {
  .c-tel .text {
    font-size: 4.26667vw;
  }
}

.c-tel .text span {
  font-size: 14px;
  font-weight: 400;
}

.c-tel .annotation {
  font-size: 12px;
}

@media print, screen and (max-width: 979px) {
  .c-tel .annotation {
    font-size: 2.66667vw;
  }
}

.c-tel .number {
  font-size: 12px;
}

@media print, screen and (max-width: 979px) {
  .c-tel .number {
    font-size: 2.66667vw;
  }
}

.p-main {
  position: relative;
  margin-top: 53px;
}

@media print, screen and (max-width: 979px) {
  .p-main {
    margin-top: 50px;
  }
}

.p-main .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  height: 500px;
  /* 画像の高さを設定 */
}

.p-main .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateZ(0);
  will-change: transform;
  object-fit: cover;
  height: 100%;
}

@media print, screen and (max-width: 979px) {
  .p-main .img img {
    height: 500px;
    object-fit: cover;
  }
}

.p-main .box {
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.p-main .box .title {
  max-width: 580px;
  width: 42.45974vw;
}

@media print, screen and (max-width: 979px) {
  .p-main .box .title {
    width: 80vw;
  }
}

.p-main-detail {
  background-image: url("../img/common/main-detail01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 53px;
  padding: 70px 0;
}

@media print, screen and (max-width: 979px) {
  .p-main-detail {
    margin-top: 50px;
    padding: 40px 0;
  }
}

.p-main-detail .c-headline .label {
  color: #fff;
}

.p-about {
  background-image: url("../img/index/about-bg01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0 60px;
  overflow: hidden;
}

@media print, screen and (max-width: 979px) {
  .p-about .inner {
    padding: 0 20px;
  }
}

.p-about .box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 48px 0;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .p-about .box {
    padding: 8vw;
  }
}

.p-about .box .figure {
  position: absolute;
  bottom: -16px;
  width: 150px;
}

@media print, screen and (max-width: 979px) {
  .p-about .box .figure {
    width: 21.33333vw;
    bottom: -24px;
  }
}

.p-about .box .figure01 {
  left: -36px;
}

.p-about .box .figure02 {
  right: -36px;
}

.p-about .box .content .title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 28px;
}

@media print, screen and (max-width: 979px) {
  .p-about .box .content .title {
    font-size: 5.33333vw;
  }
}

.p-about .box .content .text {
  font-size: 14px;
  line-height: 1.8;
}

@media print, screen and (max-width: 979px) {
  .p-about .box .content .text {
    font-size: 3.2vw;
  }
}

.p-news .box {
  background-color: #fff;
  padding: 40px;
}

@media print, screen and (max-width: 979px) {
  .p-news .box {
    padding: 8vw;
  }
}

.p-news .box .item .title {
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #b5a072;
  font-weight: 300;
  padding-bottom: 10px;
}

@media print, screen and (max-width: 979px) {
  .p-news .box .item .title {
    font-size: 3.73333vw;
  }
}

.p-news .box .item .date {
  text-align: center;
  font-size: 16px;
}

@media print, screen and (max-width: 979px) {
  .p-news .box .item .date {
    font-size: 3.2vw;
  }
}

.p-news .box .item .content {
  font-size: 14px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

@media print, screen and (max-width: 979px) {
  .p-news .box .item .content {
    font-size: 3.2vw;
    width: 100%;
  }
}

.p-news .box .item .button {
  margin-top: 24px;
}

.p-news .box .item .button a {
  border: 1px solid #707070;
}

.p-line {
  padding-top: 40px;
}

.p-line .title {
  font-size: 30px;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .p-line .title {
    font-size: 6.4vw;
  }
}

.p-line .text {
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .p-line .text {
    font-size: 3.73333vw;
  }
}

.p-line .img {
  margin-top: 16px;
  max-width: 452px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 979px) {
  .p-line .img {
    max-width: 53.33333vw;
  }
}

.p-line .button {
  margin-top: 16px;
  text-align: center;
  max-width: 232px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 979px) {
  .p-line .button {
    max-width: 40vw;
  }
}

.p-link {
  padding-top: 24px;
}

.p-link .link_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 32px;
}

@media print, screen and (max-width: 979px) {
  .p-link .link_list {
    gap: 16px;
  }
}

.p-link .link_list li {
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
}

.p-today-schedule .button {
  margin-top: 40px;
}

.p-today-schedule .button a {
  color: #fff;
  border: 1px solid #fff;
}

.p-system .banner-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 14px;
}

.p-system .banner-list .title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #b5a072;
}

@media print, screen and (max-width: 979px) {
  .p-system .banner-list .title {
    font-size: 5.33333vw;
  }
}

.p-system .detail-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  margin-top: 34px;
}

@media print, screen and (max-width: 979px) {
  .p-system .detail-list {
    gap: 16px;
  }
}

.p-system .detail-list li {
  width: 100%;
  background-color: #fff;
}

.p-system .banner-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
  margin-top: 34px;
}

@media print, screen and (max-width: 979px) {
  .p-system .banner-box {
    gap: 16px;
  }
}

.p-system .banner-box .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  text-align: center;
  flex-direction: column;
}

@media print, screen and (max-width: 979px) {
  .p-system .banner-box .item {
    gap: 16px;
  }
}

.p-system .banner-box .item .content {
  font-size: 16px;
  line-height: 1.8;
}

@media print, screen and (max-width: 979px) {
  .p-system .banner-box .item .content {
    font-size: 3.73333vw;
    width: 83vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-system .button {
  margin-top: 24px;
}

.p-system .button a {
  background-color: #fff;
}

.p-attention {
  padding-top: 80px;
}

@media print, screen and (max-width: 979px) {
  .p-attention {
    padding-top: 40px;
  }
}

.p-attention .content {
  margin-top: 40px;
}

@media print, screen and (max-width: 979px) {
  .p-attention .content {
    margin-top: 0;
  }
}

.p-attention .content .text {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

@media print, screen and (max-width: 979px) {
  .p-attention .content .text {
    font-size: 3.73333vw;
    width: 83vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-attention .box {
  margin-top: 80px;
}

@media print, screen and (max-width: 979px) {
  .p-attention .box {
    margin-top: 40px;
  }
}

.p-attention .box .content {
  font-size: 15px;
  line-height: 1.8;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 979px) {
  .p-attention .box .content {
    font-size: 3.73333vw;
    width: 83vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-salon {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #221d2b;
}

.p-salon .c-headline .label {
  color: #fff;
}

.p-salon .box {
  position: relative;
}

@media print, screen and (max-width: 979px) {
  .p-salon .box .img img {
    height: 300px;
    object-fit: cover;
  }
}

.p-salon .box .content {
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.p-salon .box .content .title {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .p-salon .box .content .title {
    font-size: 5.86667vw;
  }
}

.p-salon .box .content .text {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}

@media print, screen and (max-width: 979px) {
  .p-salon .box .content .text {
    font-size: 3.2vw;
    margin-top: 16px;
  }
}

.p-access .map {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

@media print, screen and (max-width: 979px) {
  .p-access .map {
    padding-top: 75%;
  }
}

.p-access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-access .list .item {
  margin-top: 80px;
}

.p-access .list .item:nth-of-type(1) {
  margin-top: 0;
}

@media print, screen and (max-width: 979px) {
  .p-access .list .item {
    margin-top: 40px;
  }
}

.p-access .list .item .title h2 {
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}

@media print, screen and (max-width: 979px) {
  .p-access .list .item .map {
    margin-top: 24px;
  }
}

.p-access .list .item .text {
  margin-top: 12px;
  font-size: 20px;
  text-align: center;
  color: #b5a072;
  font-weight: 500;
}

@media print, screen and (max-width: 979px) {
  .p-access .list .item .text {
    font-size: 4.26667vw;
  }
}

.p-content {
  padding-top: 40px;
  padding-bottom: 100px;
}

@media print, screen and (max-width: 979px) {
  .p-content {
    padding-bottom: 50px;
  }
}

.p-therapist-detail .box {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.p-therapist-detail .box .thumbnail {
  max-width: 306px;
  position: relative;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .box .thumbnail {
    max-width: 100%;
  }
}

.p-therapist-detail .box .thumbnail .icon {
  position: absolute;
  top: -3px;
  left: -3px;
  max-width: 50px;
  z-index: 10;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .box .thumbnail .icon {
    max-width: 80px;
  }
}

.p-therapist-detail .box .thumbnail .main-slide {
  position: relative;
  margin-bottom: 20px;
}

.p-therapist-detail .box .thumbnail .thumbnail .swiper-slide {
  cursor: pointer;
}

.p-therapist-detail .box .thumbnail .button {
  max-width: 236px;
  margin-top: 40px;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .box .thumbnail .button {
    max-width: 100%;
  }
}

.p-therapist-detail .box .thumbnail .button a {
  text-align: center;
  background-color: #60737f;
  color: #fff;
  display: block;
  width: 100%;
  padding: 4px 8px;
  text-align: center;
  font-size: 16px;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .box .thumbnail .button a {
    font-size: 4.26667vw;
    padding: 12px 8px;
  }
}

.p-therapist-detail .box .data-area {
  width: 487px;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .box .data-area {
    width: 100%;
  }
}

.p-therapist-detail .box .data-area .data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5%;
  margin-bottom: 20px;
}

.p-therapist-detail .box .data-area .data .data-box {
  width: 100%;
}

.p-therapist-detail .box .data-area .data .data-box.name-box {
  width: 30%;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .box .data-area .data .data-box.name-box {
    width: 45%;
  }
}

.p-therapist-detail .box .data-area .data .data-box.height-box {
  width: 20%;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .box .data-area .data .data-box.height-box {
    width: 45%;
  }
}

.p-therapist-detail .box .data-area .data .data-box.size-box {
  width: 40%;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .box .data-area .data .data-box.size-box {
    width: 45%;
  }
}

.p-therapist-detail .box .data-area .data .data-box.blood-box {
  width: 20%;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .box .data-area .data .data-box.blood-box {
    width: 45%;
  }
}

.p-therapist-detail .box .data-area .data .data-box.type-box {
  width: 35%;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .box .data-area .data .data-box.type-box {
    width: 45%;
  }
}

.p-therapist-detail .box .data-area .data .data-box.style-box {
  width: 35%;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .box .data-area .data .data-box.style-box {
    width: 45%;
  }
}

.p-therapist-detail .box .data-area .data .data-box .label {
  font-size: 20px;
  border-bottom: 1px solid #000000;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .box .data-area .data .data-box .label {
    font-size: 4.8vw;
    padding-bottom: 8px;
  }
}

.p-therapist-detail .box .data-area .data .data-box .text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 4px;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .box .data-area .data .data-box .text {
    font-size: 3.73333vw;
  }
}

.p-therapist-detail .box .data-area .sns {
  margin-top: 20px;
}

@keyframes btn_animation {
  0% {
    transform: translate(4px, 0px);
  }
  5% {
    transform: translate(-4px, 0px);
  }
  10% {
    transform: translate(4px, 0px);
  }
  15% {
    transform: translate(-4px, 0px);
  }
  20% {
    transform: translate(4px, 0px);
  }
  25% {
    transform: translate(-4px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.p-therapist-detail .schedule {
  margin-top: 80px;
}

.p-therapist-detail .schedule .attention {
  position: relative;
  background: #c31a1a;
  padding: 16px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  animation: flash 3s linear infinite;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .schedule .attention {
    font-size: 6.4vw;
    padding: 12px 0;
  }
}

.p-therapist-detail .schedule .attention:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #c31a1a transparent transparent transparent;
  border-width: 20px 12px 0 12px;
}

.p-therapist-detail .schedule .time {
  text-align: center;
  font-size: 30px;
  text-decoration: underline;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 40px;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .schedule .time {
    font-size: 6.4vw;
  }
}

.p-therapist-detail .schedule .list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .schedule .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.p-therapist-detail .schedule .list li {
  text-align: center;
}

.p-therapist-detail .schedule .list li .date {
  background-color: #b5a072;
  padding: 4px 4px;
  font-size: 16px;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .schedule .list li .date {
    font-size: 4.26667vw;
  }
}

.p-therapist-detail .schedule .list li .text {
  margin-top: 4px;
  font-size: 16px;
  border: 1px solid #707070;
  padding: 6px 4px;
}

@media print, screen and (max-width: 979px) {
  .p-therapist-detail .schedule .list li .text {
    font-size: 4.26667vw;
  }
}

.p-recruit .list {
  background-color: #e6e6e6;
  padding: 40px 60px;
}

@media print, screen and (max-width: 979px) {
  .p-recruit .list {
    padding: 40px 20px;
  }
}

.p-recruit .list .item {
  margin-top: 40px;
}

.p-recruit .list .item:nth-of-type(1) {
  margin-top: 0;
}

.p-recruit .list .item .title h3 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}

@media print, screen and (max-width: 979px) {
  .p-recruit .list .item .title h3 {
    font-size: 4.8vw;
  }
}

.p-recruit .list .item .content {
  margin-top: 8px;
}

.p-recruit .list .item .content .text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

@media print, screen and (max-width: 979px) {
  .p-recruit .list .item .content .text {
    font-size: 3.73333vw;
  }
}

.p-recruit .list .item .content .link-list li {
  margin-top: 30px;
}

@media print, screen and (max-width: 979px) {
  .p-recruit .list .item .content .link-list li {
    margin-top: 12px;
  }
}

.p-recruit-form {
  margin-top: 80px;
}

.p-recruit-form .c-headline {
  background-image: url("../img/common/bg01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
}

@media print, screen and (max-width: 979px) {
  .p-recruit-form .c-headline {
    padding: 32px 0;
  }
}

.p-recruit-form .c-form {
  margin-top: 80px;
}

@media print, screen and (max-width: 979px) {
  .p-recruit-form .c-form {
    margin-top: 40px;
  }
}

.p-contact-form.-confirm .confirm-text {
  font-size: 20px;
  margin-bottom: 24px;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .p-contact-form.-confirm .confirm-text {
    font-size: 4.26667vw;
  }
}

.p-contact-form.-confirm .c-form .box {
  border: 1px solid #000;
  padding: 40px 60px;
}

@media print, screen and (max-width: 979px) {
  .p-contact-form.-confirm .c-form .box {
    padding: 40px;
  }
}

.p-contact-form.-confirm .c-form .button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.p-contact-form.-confirm .c-form .button .c-button,
.p-contact-form.-confirm .c-form .button .c-button-gray {
  margin: 0 10px;
}

.p-contact-form.-thanks {
  margin-top: 60px;
}

@media print, screen and (max-width: 979px) {
  .p-contact-form.-thanks {
    margin-top: 20px;
  }
}

.p-contact-form.-thanks .thanks-label {
  font-size: 20px;
  margin-bottom: 24px;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .p-contact-form.-thanks .thanks-label {
    font-size: 4.26667vw;
  }
}

.p-contact-form.-thanks .thanks-text {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .p-contact-form.-thanks .thanks-text {
    font-size: 3.73333vw;
  }
}

.p-contact-form.-thanks .thanks-button {
  text-align: center;
  margin-top: 60px;
}

@media print, screen and (max-width: 979px) {
  .p-contact-form.-thanks .thanks-button {
    margin-top: 32px;
  }
}

.p-contact-form.-thanks .thanks-button .button a {
  color: #60737f;
  font-size: 24px;
  text-decoration: underline;
  font-weight: 500;
}

@media print, screen and (max-width: 979px) {
  .p-contact-form.-thanks .thanks-button .button a {
    font-size: 4.26667vw;
  }
}

.p-reserve .reserve-headline {
  background-color: #b5a072;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
}

.p-reserve .reserve-headline.-white {
  color: #fff;
}

.p-reserve .reserve-headline.-link {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.p-reserve .reserve-headline.-link a {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}

.p-reserve .reserve-item-box {
  margin-top: 40px;
}

.p-reserve .reserve-item-box .reserve-box-content .time {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.p-reserve .reserve-item-box .reserve-box-content .time select {
  appearance: auto;
  max-width: 150px;
  width: 100%;
  padding: 10px;
  border: 1px solid #707070;
  font-size: 16px;
}

.p-reserve .reserve-item-box .reserve-box-content .course {
  margin-top: 24px;
  text-align: center;
}

.p-reserve .reserve-item-box .reserve-box-content .course select {
  appearance: auto;
  max-width: 400px;
  width: 100%;
  padding: 10px;
  border: 1px solid #707070;
  font-size: 16px;
}

.p-reserve .reserve-box {
  border-left: 1px solid #b5a072;
  border-right: 1px solid #b5a072;
  border-bottom: 1px solid #b5a072;
  padding: 28px 60px;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .reserve-box {
    padding: 20px;
  }
}

.p-reserve .reserve-box .title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.8;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .reserve-box .title {
    font-size: 4.26667vw;
  }
}

.p-reserve .reserve-box .text {
  font-size: 16px;
  line-height: 1.8;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .reserve-box .text {
    font-size: 3.73333vw;
  }
}

.p-reserve .reserve-box .button {
  align-items: center;
  margin-top: 20px;
}

.p-reserve .reserve-box .button li {
  text-align: center;
  margin-top: 28px;
}

.p-reserve .reserve-box .button li:nth-of-type(1) {
  margin-top: 0;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .reserve-box .button li {
    margin-top: 16px;
  }
}

.p-reserve .reserve-box .button li a {
  display: block;
  width: 100%;
  background-color: #60737f;
  color: #fff;
  padding: 30px 20px;
  font-size: 30px;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .reserve-box .button li a {
    font-size: 4.8vw;
    padding: 20px 12px;
  }
}

.p-reserve .reserve-button {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-align: center;
  max-width: 450px;
  margin-bottom: 40px;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .reserve-button {
    font-size: 3.73333vw;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.p-reserve .reserve-button a,
.p-reserve .reserve-button button {
  width: 100%;
  display: block;
  border: 1px solid #707070;
  padding: 4px 0;
}

.p-reserve .button-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .button-list {
    margin-top: 40px;
  }
}

.p-reserve .button-list li {
  margin: 0;
}

.p-reserve .calendar-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .calendar-box {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-reserve .calendar-box .calendar-item .calendar-item-head-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 8px;
}

.p-reserve .calendar-box .calendar-item table {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  border-collapse: collapse;
  border-spacing: 0;
}

.p-reserve .calendar-box .calendar-item th,
.p-reserve .calendar-box .calendar-item td {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #000;
}

.p-reserve .calendar-box .calendar-item .day *:first-child {
  color: #ff838b;
}

.p-reserve .calendar-box .calendar-item .day *:last-child {
  color: #6fb5ff;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .calendar-week-box .calendar-item {
    overflow-x: scroll;
  }
}

.p-reserve .calendar-week-box .calendar-item .calendar-item-head-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 8px;
}

.p-reserve .calendar-week-box .calendar-item table {
  width: 100%;
  border-spacing: 3px;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .calendar-week-box .calendar-item table {
    border-collapse: collapse;
    white-space: nowrap;
  }
}

.p-reserve .calendar-week-box .calendar-item th,
.p-reserve .calendar-week-box .calendar-item td {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #707070;
}

.p-reserve .calendar-week-box .calendar-item th {
  padding: 2px;
  background-color: #9d9d9d;
  border: 1px solid #9d9d9d;
  font-size: 16px;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .calendar-week-box .calendar-item th {
    font-size: 3.73333vw;
    padding: 2px 10px;
  }
}

.p-reserve .calendar-week-box .calendar-item td.time {
  background-color: #eee;
  font-size: 16px;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .calendar-week-box .calendar-item td.time {
    font-size: 3.73333vw;
  }
}

.p-reserve .calendar-week-box .calendar-item td.ok a {
  color: #c31a1a;
  font-weight: bold;
}

.p-reserve .menu-box {
  background-color: #e6e6e6;
  padding: 40px 60px 80px;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .menu-box {
    padding: 40px 20px;
  }
}

.p-reserve .menu-box .menu-list .item {
  display: grid;
  grid-template-columns: 5fr 1fr;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #707070;
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-reserve .menu-box .menu-list .item:nth-of-type(1) {
  border-top: 1px solid #707070;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .menu-box .menu-list .item {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 8px;
  }
}

.p-reserve .menu-box .menu-list .item .headline {
  font-size: 18px;
}

.p-reserve .menu-box .menu-list .item .button {
  margin-left: auto;
  margin-right: 0;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .menu-box .menu-list .item .button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
  }
}

.p-reserve .menu-box .menu-list .item .button a {
  display: block;
  width: 140px;
  background-color: #b5a072;
  color: #fff;
  padding: 2px 8px;
  font-size: 20px;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .menu-box .menu-list .item .button a {
    font-size: 4.26667vw;
  }
}

.p-reserve .confirm-area .form-area-head-title,
.p-reserve .confirm-area .confirm-area-head-title,
.p-reserve .form-area .form-area-head-title,
.p-reserve .form-area .confirm-area-head-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .confirm-area .form-area-head-title,
  .p-reserve .confirm-area .confirm-area-head-title,
  .p-reserve .form-area .form-area-head-title,
  .p-reserve .form-area .confirm-area-head-title {
    font-size: 5.33333vw;
  }
}

.p-reserve .confirm-area .list li,
.p-reserve .form-area .list li {
  display: grid;
  grid-template-columns: 1fr 4fr;
  border: 1px solid #474645;
  margin-top: 12px;
}

.p-reserve .confirm-area .list li:nth-of-type(1),
.p-reserve .form-area .list li:nth-of-type(1) {
  margin-top: 0;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .confirm-area .list li,
  .p-reserve .form-area .list li {
    grid-template-columns: 1fr;
  }
}

.p-reserve .confirm-area .list li .item-head,
.p-reserve .confirm-area .list li .item-body,
.p-reserve .form-area .list li .item-head,
.p-reserve .form-area .list li .item-body {
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
}

.p-reserve .confirm-area .list li .item-head,
.p-reserve .form-area .list li .item-head {
  color: #fff;
  background-color: #b5a072;
}

.p-reserve .confirm-area .list li .item-head .tag,
.p-reserve .form-area .list li .item-head .tag {
  font-size: 12px;
  color: #fff;
  background-color: #c31a1a;
  padding: 2px 4px;
  margin-left: 8px;
}

.p-reserve .confirm-area .list li .item-body,
.p-reserve .form-area .list li .item-body {
  font-size: 16px;
}

.p-reserve .confirm-area .list li .item-body input[type="text"],
.p-reserve .confirm-area .list li .item-body input[type="email"],
.p-reserve .confirm-area .list li .item-body input[type="tel"],
.p-reserve .confirm-area .list li .item-body textarea,
.p-reserve .confirm-area .list li .item-body select,
.p-reserve .form-area .list li .item-body input[type="text"],
.p-reserve .form-area .list li .item-body input[type="email"],
.p-reserve .form-area .list li .item-body input[type="tel"],
.p-reserve .form-area .list li .item-body textarea,
.p-reserve .form-area .list li .item-body select {
  width: 100%;
  padding: 4px;
  font-size: 16px;
}

.p-reserve .confirm-area .list li .item-body input[type="number"],
.p-reserve .form-area .list li .item-body input[type="number"] {
  padding: 10px;
  border: 1px solid #707070;
  font-size: 16px;
  width: 110px;
}

.p-reserve .confirm-area .list li .item-body .checkbox-label,
.p-reserve .form-area .list li .item-body .checkbox-label {
  cursor: pointer;
  margin-right: 8px;
}

.p-reserve .confirm-area .list li .item-body input[type="checkbox"],
.p-reserve .form-area .list li .item-body input[type="checkbox"] {
  appearance: none;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  padding: 0;
  top: 4px;
}

.p-reserve .confirm-area .list li .item-body input[type="checkbox"]:checked,
.p-reserve .form-area .list li .item-body input[type="checkbox"]:checked {
  border-color: #707070;
}

.p-reserve
  .confirm-area
  .list
  li
  .item-body
  input[type="checkbox"]:checked::before,
.p-reserve
  .form-area
  .list
  li
  .item-body
  input[type="checkbox"]:checked::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-reserve .confirm-area .list li .item-body textarea,
.p-reserve .form-area .list li .item-body textarea {
  resize: vertical;
  height: 140px;
}

.p-reserve .confirm-area .annotation,
.p-reserve .form-area .annotation {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 24px;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .p-reserve .confirm-area .annotation,
  .p-reserve .form-area .annotation {
    font-size: 3.2vw;
    text-align: left;
  }
}

.p-reserve .confirm-area .button-area .button,
.p-reserve .form-area .button-area .button {
  margin-top: 24px;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.p-reserve .confirm-area .button-area .button button,
.p-reserve .form-area .button-area .button button {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #60737f;
  padding: 4px 20px;
  font-size: 18px;
}

.p-reserve .confirm-area {
  margin-top: 24px;
}

.p-reserve .form-area {
  margin-top: 60px;
}

.is-pc {
  display: block;
}

@media print, screen and (max-width: 979px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media print, screen and (max-width: 979px) {
  .is-sp {
    display: block;
  }
}

body {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}

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

body a,
body button {
  color: #000;
  transition: 0.3s ease-out;
}

body a:hover,
body button:hover {
  opacity: 0.7;
  text-decoration: none;
}

.inner {
  width: 100%;
  max-width: 866px;
  margin: auto;
}

@media print, screen and (max-width: 979px) {
  .inner {
    padding: 0 10px;
  }
}

.bg01 {
  background-color: #e6e6e6;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media print, screen and (max-width: 979px) {
  .bg01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bg02 {
  background-color: #221d2b;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media print, screen and (max-width: 979px) {
  .bg02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bg02 .c-headline .label {
  color: #fff;
}

.bg02 .c-list .item .content {
  color: #fff;
}

.bg03 {
  background-color: #e2dcd0;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media print, screen and (max-width: 979px) {
  .bg03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bg04 {
  background-color: #e6e6e6;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media print, screen and (max-width: 979px) {
  .bg04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    /*filter: blur(10px);*/
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.js-fade_parent {
  opacity: 0;
}

.js-fade_parent.is-active {
  animation: fadeIn 0.6s ease-out 0.1s;
  animation-fill-mode: both;
}

.js-fade_child {
  opacity: 0;
}

.js-fade_child.is-active {
  animation: fadeIn 0.6s ease-out 0.1s;
  animation-fill-mode: both;
}

.js-fade_second {
  opacity: 0;
}

.js-fade_second.is-active {
  animation: fadeIn 0.6s ease-out 0.1s;
  animation-fill-mode: both;
}

.menu-area,
.fixed-area {
  background-color: #fff;
  border-top: 6px solid;
  border-image: linear-gradient(
      to right,
      #b67b03,
      #daaf08,
      #fee9a0,
      #daaf08,
      #b67b03
    )
    1;
}

.menu-area .list,
.fixed-area .list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 866px;
  margin: auto;
}

.menu-area .list li,
.fixed-area .list li {
}

.fixed-area {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  text-align: center;
}

@media print, screen and (max-width: 979px) {
  .menu-area,
  .fixed-area {
    border-top: 3px solid;
  }

  .menu-area .list,
  .fixed-area .list {
    gap: 2px;
  }

  .fixed-area {
    display: block;
  }
}
