@charset "UTF-8";
.has-main-color {
  color: #ce3e3e;
}
.has-component-color {
  color: #ffffff !important;
}
.has-main-background-color {
  background: #ce3e3e !important;
}
.has-component-background-color {
  background-color: #ffffff;
}
.has-white-color {
  color: #ffffff;
}

.wp-block-column .is-style-vk-check-circle-mark li::before {
  color: #ce3e3e !important;
}

.has-heading-font-size {
  font-size: clamp(24px, 2vw + 1rem, 40px);
}
.has-sub-heading-font-size {
  font-size: 20px;
}

/*
Theme Name: original
Theme URL:
Description: WordPress original theme 「original」
Author: 
License: 
License URI: 
*/
/* ---------------------------------------
 ** reset CSS
 ---------------------------------------*/
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 87.5%;
  line-height: 1.5;
  /* 87.5% */
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
table,
pre {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* --------------------------------------- */
input[type=text],
input[type=email],
input[type=tel] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  border-radius: 10px;
  background-color: #f1f1f1;
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
}

input,
textarea,
select {
  background-color: #ffffff;
}

button.btn::after {
  left: 0;
}

input,
button,
textarea,
select {
  border: none;
  border-radius: 0;
  outline: none;
  color: #000000;
}

.text {
  text-align: center;
}

body {
  background-color: #f8f4f3;
  font-family: "Zen kaku Gothic New", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.75;
}

a {
  -webkit-transition: all 0.3s linear;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s linear;
}

a:hover {
  opacity: 0.8;
}

a {
  color: #000;
}

img {
  width: 100%;
  vertical-align: middle;
}

/* ClearFix */
.clearfix::after {
  display: block;
  height: 0;
  clear: both;
  content: " ";
}

.l-wrapper {
  overflow: hidden;
}

.l-head {
  margin-inline: auto;
  z-index: 999;
  position: relative;
  top: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 4%;
  background-color: transparent;
}
.l-head__inr {
  padding-block: 10px;
  margin-inline: auto;
  display: block;
  z-index: 10;
  width: 100%;
  max-width: 320px;
}
.l-head__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 180px;
  margin-left: 0;
}
.l-head__nav {
  -webkit-transition: all 0.8s ease-in-out;
  display: none;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.l-head__nav--list {
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.l-head__nav li {
  font-size: 1.3rem;
}
.l-head__nav--contact {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.l-head__nav--contact a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6%;
  border-radius: 10px;
  background-color: #ce3e3e;
  color: #ffffff;
}
.l-head__nav--contact span {
  display: block;
}
.l-head__nav--tel {
  text-align: center;
}
.l-head__nav--tel a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-pack: distribute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
      justify-content: space-around;
  width: 100%;
  height: auto;
  padding: 6%;
  border-radius: 10px;
  background-color: #ef7100;
  color: #ffffff;
  font-size: 28px;
}
.l-head__nav--tel a ::after {
  letter-spacing: 0.2rem;
  content: " 0725-92-9622";
}
.l-head__nav--tel .tel-icon {
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      justify-content: space-around;
  width: 100%;
}
.l-head__toggle {
  z-index: 1000;
  position: fixed;
  top: 8px;
  right: 7%;
  width: 40px;
  height: 40px;
  background: transparent;
}
.l-head__toggle span {
  zoom: 1;
  -webkit-transition: all 0.2s linear;
  display: block;
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: #000;
  transition: all 0.2s linear;
}
.l-head__toggle span:nth-child(1) {
  top: 22px;
}
.l-head__toggle span:nth-child(2) {
  top: 30px;
}
.l-head__mv {
  padding-bottom: 10px;
}
.l-head__mv__wrap {
  padding: 2% 0;
}
.l-head__mv__slide {
  position: relative;
  width: 100%;
}
.l-head__mv__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          flex-direction: column;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 14px;
}
.l-head__mv__img {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 570px;
  overflow: hidden;
}
.l-head__mv__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 16px;
}
.l-head__mv__bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.l-head__mv__24kango {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #d35079;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.l-head__mv__button {
  -ms-flex-item-align: end;
  position: relative;
      align-self: flex-end;
  margin-left: auto;
  padding: 3% 6%;
  border-radius: 30px;
  background-color: #ffffff;
  color: #db6412;
  font-weight: bold;
}
.l-head__mv__button::after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  translate: 0 -50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 8px;
  margin-left: 6px;
  background: currentColor;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}
.l-head__mv__container {
  position: relative;
}
.l-head__mv__overlay {
  -webkit-box-shadow: none;
  display: block grid;
  position: static;
  place-items: center;
  width: 100%;
  max-width: 320px;
  background-color: transparent;
          box-shadow: none;
}
.l-head__mv__overlay__inr {
  padding: 6%;
}
.l-head__mv__overlay__inr div {
  line-height: 1.4;
}
.l-head__mv__overlay__inr div:not(:last-child) {
  margin-bottom: 10%;
}
.l-head__mv__overlay__sub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(1rem, 1vw, 1.2rem);
}
.l-head__mv__overlay__count {
  color: #ce3e3e;
  font-size: clamp(2rem, 2vw, 8rem);
  font-weight: bold;
  line-height: 1;
}
.l-head__information {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.l-head__information__inr {
  margin-inline: auto;
  display: block;
  max-width: 320px;
}
.l-head__information__sub {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          flex-direction: row;
          align-items: center;
          justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 40px;
  padding-right: 0;
  color: #fff;
}
.l-head__information__sub::before, .l-head__information__sub::after {
  display: block;
  position: absolute;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  background-color: #ce3e3e;
  content: "";
}
.l-head__information__sub::before {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(276px - 100vw);
}
.l-head__information__sub::after {
  -webkit-transform: translateX(0);
  z-index: -1;
  top: 0;
  left: 50%;
  width: 448px;
  height: 100%;
          transform: translateX(0);
}
.l-head__information__slider {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.l-head__information__slider ul {
  margin: 0;
  padding: 0;
}
.l-head__information__slider ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
  gap: 5px;
  /* 内容幅に合わせる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 auto;
          flex-direction: column;
          align-items: flex-start;
}
.l-head__information__slide {
  margin-left: 0px;
}
.l-head__facility__inr {
  margin-inline: auto;
  display: grid;
  position: relative;
  grid-auto-flow: row;
  width: 100%;
  max-width: none;
}
.l-head__facility__items {
  margin-inline: auto;
  position: static;
  width: 100%;
  max-width: 320px;
}
.l-head__facility__point {
  gap: 10px;
  display: block;
  margin-bottom: 30px;
}
.l-head__facility__point span {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 30px;
  background-color: #ce3e3e;
  color: #ffffff;
}
.l-head__facility__name {
  margin-bottom: 8%;
  line-height: 1.5;
  text-align: center;
}
.l-head__facility__catches {
  display: none;
  white-space: normal;
}
.l-head__facility__catches :nth-child(1) {
  margin-bottom: 20px;
}
.l-head__facility__catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1%;
  background-color: #ffffff;
  color: #ce3e3e;
  font-size: clamp(16px, 2vw, 28px);
  font-weight: bold;
}

::-webkit-full-page-media,
:future,
:root .l-head__recruit p {
  margin-right: 1.5rem;
}

.is-open .l-head {
  height: 100vh;
  overflow-y: scroll;
  background-color: #fff;
}
.is-open .l-head__nav {
  -webkit-box-sizing: border-box;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
          box-sizing: border-box;
  display: block;
  padding-top: 30px;
  opacity: 100;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.is-open .l-head__toggle span:nth-child(1) {
  -webkit-transform: rotate(-135deg);
  top: 28px;
          transform: rotate(-135deg);
}
.is-open .l-head__toggle span:nth-child(2) {
  -webkit-transform: rotate(135deg);
  top: 28px;
          transform: rotate(135deg);
}

.l-footer__cta {
  margin-inline: auto;
  position: relative;
  top: 100px;
  width: 100%;
  max-width: 320px;
  border-radius: 20px;
  background-color: #fff;
  /* ベース */
  background-image: radial-gradient(circle at -20% 150%, #e8a55e, transparent 60%), radial-gradient(circle at 30% 40%, #fce0ed, transparent 60%), radial-gradient(circle at 80% 50%, #f3e265, transparent 60%);
}
.l-footer__cta__inr {
  padding: 8%;
}
.l-footer__cta__text {
  margin-bottom: clamp(20px, 3vw, 40px);
  font-size: clamp(16px, 2.3vw, 24px);
  text-align: center;
}
.l-footer__cta__btn {
  margin-inline: auto;
  gap: 20px;
  display: grid;
  grid-auto-flow: row;
}
.l-footer__cta__btn li {
  border-radius: 10px;
  font-size: clamp(20px, 2.6vw, 32px);
  line-height: 1.5;
  text-align: center;
}
.l-footer__cta__btn li a {
  display: block;
  padding: 4% 6%;
}
.l-footer__cta__tel {
  background-color: #f98728;
}
.l-footer__cta__number svg {
  position: relative;
  top: 3px;
  width: 20px;
}
.l-footer__cta__sub {
  display: block;
  font-size: 1rem;
}
.l-footer__cta__contact {
  background-color: #fff;
}
.l-footer__list {
  padding: 12rem 0 4rem;
  background-color: #3a4850;
}
.l-footer__list__inr {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}
.l-footer__list__column {
  gap: 30px;
  display: grid;
  grid-auto-flow: row;
}
.l-footer__list__ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  color: #fff;
}
.l-footer__list a {
  color: #fff;
}
.l-footer__recruit {
  margin-inline: auto;
  position: relative;
  margin-bottom: 8%;
  border-radius: 200px;
  background-color: #377cbf;
  color: #ffffff;
}
.l-footer__recruit > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-between;
  padding: 8% 12%;
}
.l-footer__recruit__img {
  display: none;
}
.l-footer__recruit__btn {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  content: "";
}
.l-footer__recruit__btn::after {
  -webkit-transform: rotate(45deg);
  width: 8px;
  height: 8px;
          transform: rotate(45deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}
.l-footer__company {
  margin-inline: auto;
  width: 300px;
  margin-top: 20px;
  color: #ffffff;
}
.l-footer__top {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  display: inline-block;
  visibility: hidden;
  z-index: 1000;
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  border: 1px solid #000000;
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.l-footer__top span {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 16px;
  height: 16px;
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
}
.l-footer__top.is-show {
  visibility: visible;
  opacity: 1;
}
.l-footer__copy {
  color: #000000;
  text-align: center;
}

.l-side__inr h3 {
  border-bottom: 1px solid;
}
.l-side__inr ul {
  margin-bottom: 2.5rem;
}
.l-side__inr ul li {
  padding: 0.25rem 0.5rem;
  border-bottom: dashed 1px #ccc;
}
.l-side__inr ul li a {
  color: #000;
}

.l-contents-post__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
}
.l-contents-post__column {
  gap: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: block;
          flex-direction: column;
}
.l-contents-post__inr_left {
  width: auto;
}
.l-contents-post__inr_right {
  width: auto;
}
.l-contents-post .post-list > article:last-child {
  border-bottom: 1px solid #bbbbbb;
}
.l-contents-post .post-item {
  padding: 10% 2%;
  border-top: 1px solid #bbbbbb;
}
.l-contents-post .post-card {
  gap: 1%;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
}
.l-contents-post .post-thumbnail {
  aspect-ratio: 16/9;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.l-contents-post .post-thumbnail img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.l-contents-post .post-type {
  position: absolute;
  font-size: 0.875rem;
}
.l-contents-post .post-type a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0.3em 0.8em;
  color: #ffffff;
}
.l-contents-post .post-type-senior-recreation {
  background-color: #ffb327;
}
.l-contents-post .post-type-guide {
  background-color: #28663b;
}
.l-contents-post .post-type-information {
  background-color: #2eaccc;
}
.l-contents-post .post-type-facility {
  background-color: #dd3333;
}
.l-contents-post .post-meta {
  position: relative;
}
.l-contents-post .post-excerpt {
  color: #747474;
  font-size: 0.875rem;
  font-style: italic;
}

.c-btn--more {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  background-color: transparent;
}
.c-btn--more p {
  margin-right: 70px;
}
.c-btn--more a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  color: #000;
}
.c-btn--arrow {
  -webkit-transition-duration: 1s;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
          transition-duration: 1s;
}
.c-btn--arrow::after {
  translate: -50% -50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  rotate: 45deg;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
}

.c-pagination {
  width: 100%;
}
.c-pagination ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}
.c-pagination ul li {
  margin-right: 0.5rem;
}
.c-pagination ul li span {
  padding: 0.55rem 0.8rem;
  border-radius: 5px;
  color: #fff;
}
.c-pagination ul li span.current, .c-pagination ul li span.dots {
  background-color: #11265e;
}
.c-pagination ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.475rem 0.7rem;
  border-radius: 5px;
  background-color: #fff;
  color: #11265e;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 30px;
}
.pagination__list {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination__item a {
  fill: #ce3e3e;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}
.pagination__item a svg {
  width: 1.4rem;
}
.pagination__item a,
.pagination__item span {
  width: 36px;
  height: 36px;
  border: 1px solid #919191;
  border-radius: 10px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
.pagination__item span {
  display: inline-block;
}
.pagination__item.is-current span {
  border: none;
  background-color: #ce3e3e;
  color: #fff;
}

/*
** ぱんくず
*/
.c-breadcrumbs {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 0.75rem 0;
}
.c-breadcrumbs a {
  color: #CE4343;
}

.c-ttl__sub {
  text-transform: uppercase;
}
.c-ttl__sub::before {
  margin-right: 0.5rem;
  content: "●";
}
.c-ttl_head__slide {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: clamp(30px, 2.6vw, 40px);
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 2px 2px 2px #282828;
}
.c-ttl_head__slide > span {
  display: block;
  font-size: clamp(16px, 1.8vw, 20px);
}
.c-ttl_head__slide > span:last-child {
  padding-top: 2%;
}
.c-ttl__home {
  margin-block: 0 !important;
}
.c-ttl__facility {
  font-size: 2.5rem;
}
.c-ttl__facility__sub {
  display: block;
  font-size: 1.25rem;
}
.c-ttl__facility__single {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.c-ttl__facility__single > span {
  display: block;
  color: #ce3e3e;
  text-transform: capitalize;
}
.c-ttl__facility__about {
  margin-bottom: 10%;
  color: #ce3e3e;
  font-size: 2rem;
  font-weight: bold;
}
.c-ttl__facility__price {
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 2px solid #D1BE6F;
  background-color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
}
.c-ttl__facility__price__details {
  margin-bottom: 10px;
  padding: 6% 1%;
  background-color: #D1BE6F;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
}
.c-ttl__archive {
  margin-bottom: 10px;
  font-size: clamp(16px, 2vw, 20px);
}
.c-ttl__info__slide {
  font-size: 1rem;
}
.c-ttl__under {
  font-weight: bold;
  text-align: center;
}

.c-post-link {
  gap: 30px;
  display: grid;
  grid-auto-flow: row;
  width: 100%;
  margin: 0 auto 5rem;
  padding: 0.5rem 0;
  text-align: center;
}
.c-post-link a {
  padding: 0.875rem 2rem;
  background-color: #ce3e3e;
  color: #fff;
  font-size: 1rem;
}
.c-post-link a:nth-child(1) {
  padding-left: auto;
}
.c-post-link a:nth-child(2) {
  padding-right: auto;
  text-align: right;
}

.c-progress {
  -webkit-transition: opacity 0.3s linear;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.c-progress__logo, .c-progress__anime {
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 42%;
  left: 50%;
  width: 100%;
          transform: translateX(-50%) translateY(-50%);
}
.c-progress__num {
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 62%;
  left: 50%;
          transform: translateX(-50%) translateY(-50%);
  color: #ce3e3e;
}

.is-loaded .c-progress {
  overflow: auto;
  opacity: 0;
}

.c-fade--scale {
  -webkit-transform: scale(0.3) translateZ(0);
  display: inline-block;
          transform: scale(0.3) translateZ(0);
  opacity: 0;
}
.c-fade--left {
  -webkit-transform: translateX(-20px) translateZ(0);
  -webkit-transition: opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
          transform: translateX(-20px) translateZ(0);
  opacity: 0;
  transition: opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
  transition: transform 0.35s 0.2s linear, opacity 0.3s 0.2s linear;
  transition: transform 0.35s 0.2s linear, opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
}
.c-fade--right {
  -webkit-transform: translateX(20px) translateZ(0);
  -webkit-transition: opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
          transform: translateX(20px) translateZ(0);
  opacity: 0;
  transition: opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
  transition: transform 0.35s 0.2s linear, opacity 0.3s 0.2s linear;
  transition: transform 0.35s 0.2s linear, opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
}
.c-fade--pop {
  -webkit-transform: translateY(20px) translateZ(0);
  -webkit-transition: opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
          transform: translateY(20px) translateZ(0);
  opacity: 0;
  transition: opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
  transition: transform 0.35s 0.2s linear, opacity 0.3s 0.2s linear;
  transition: transform 0.35s 0.2s linear, opacity 0.3s 0.2s linear, -webkit-transform 0.35s 0.2s linear;
}

.is-active .c-fade--scale {
  -webkit-animation: zoomIn 0.45s 0.25s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: zoomIn 0.45s 0.25s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.is-active.c-fade--left {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  opacity: 1;
}
.is-active.c-fade--right {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  opacity: 1;
}
.is-active.c-fade--pop {
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
  opacity: 1;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.3) translateZ(0);
            transform: scale(0.3) translateZ(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.3) translateZ(0);
            transform: scale(0.3) translateZ(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: 1;
  }
}

.c-link-tel {
  -webkit-box-shadow: 0px 8px 0px 0px #6b5338;
  width: 100%;
  max-width: 256px;
  margin: 0 auto 3.75rem;
  border-radius: 15px;
  background-color: #fff;
          box-shadow: 0px 8px 0px 0px #6b5338;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.c-link-tel a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 90%;
  max-width: 200px;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #529418;
}
.c-link-tel a .icon {
  width: 100%;
  max-width: 18px;
  margin-right: 5%;
}
.c-link-tel a .txt {
  text-align: left;
}
.c-link-tel a .txt span:first-child {
  display: block;
  font-size: 16px;
}
.c-link-tel a .txt span:last-child {
  font-size: 10px;
}
.c-link--external {
  position: relative;
}
.c-link--external::after {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  background-image: url(images/icon/external-link.svg);
  background-repeat: no-repeat;
  content: "";
}

.table {
  width: 100%;
}
.table tr {
  display: block;
  border-top: 1px solid #37779E;
}
.table tr:last-child {
  border-bottom: 1px solid #37779E;
}
.table th {
  display: block;
  width: auto;
  padding-top: 8%;
  font-weight: normal;
  text-align: left;
}
.table td {
  display: block;
  width: auto;
  padding-bottom: 8%;
  line-height: 1.4;
}
.table td a {
  color: #000;
}
.table__map:not(:last-child) {
  margin-bottom: 50px;
}
.table__map__iframe {
  margin-top: 10px;
}

/* 見出しデザイン */
.title_2border {
  position: relative;
  border-bottom: solid 1px #000;
}
.title_2border:after {
  display: block;
  position: absolute;
  bottom: -2px;
  width: 30%;
  border-bottom: solid 2px #ce3e3e;
  content: " ";
}

/* TOC+ */
#toc_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* スマホデフォルト */
  display: table;
  width: 100%;
  min-width: auto;
  margin: 20px auto 30px;
  padding: 20px 3vw;
  /* 目次全体の背景カラー */
  border: 3px solid rgba(64, 105, 144, 0.2);
  /* 目次全体の枠線 */
  border-radius: 3px;
  background-color: rgba(44, 153, 181, 0.04);
  counter-reset: li;
  /* テーマによるリストの装飾を一旦無効化 */
  /* 目次の見出しタイトル */
  /* 表示／非表示トグル */
  /* 目次エリア */
  /* リスト共通スタイル */
}
#toc_container ul.toc_list li::before {
  -webkit-box-shadow: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
          box-shadow: none;
  content: none;
}
#toc_container .toc_title {
  padding: 0;
  font-size: 118%;
  font-weight: bold;
  text-align: center;
  /* 見出しタイトル左のアイコン */
}
#toc_container .toc_title::before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #5f7b96;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  vertical-align: baseline;
  content: "≔";
}
#toc_container .toc_toggle a {
  padding: 2px 4px;
  font-size: 13px;
  font-weight: normal;
}
#toc_container p.toc_title + ul.toc_list {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#toc_container ul.toc_list {
  /* 親の目次 */
}
#toc_container ul.toc_list li {
  position: relative;
  margin: 0;
  padding: 0;
  /* 目次リンク共通スタイル */
}
#toc_container ul.toc_list li a {
  -webkit-transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding: 3px 0;
  color: #5f7b96;
  font-size: 94%;
  font-weight: normal;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s ease;
  /* リンクカラー */
  /* マウスオーバー時 */
}
#toc_container ul.toc_list li a:visited {
  color: #5f7b96;
}
#toc_container ul.toc_list li a:hover {
  -webkit-box-shadow: 0 2px;
          box-shadow: 0 2px;
  text-decoration: none;
}
#toc_container ul.toc_list > li {
  /* 親の目次(左側の連番) */
  /* 連番背景 */
  /* 連番 */
  /* 子の目次 */
}
#toc_container ul.toc_list > li > a {
  margin-left: 40px;
  font-size: 104%;
  font-weight: bold;
}
#toc_container ul.toc_list > li::before, #toc_container ul.toc_list > li::after {
  position: absolute;
  top: 3px;
  left: 0;
}
#toc_container ul.toc_list > li::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 7px;
  border-radius: 16px;
  background-color: rgba(125, 157, 188, 0.66);
  vertical-align: bottom;
  content: "";
}
#toc_container ul.toc_list > li::after {
  width: 32px;
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", Arial, "Meiryo", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  content: counter(li);
  counter-increment: li;
}
#toc_container ul.toc_list > li > ul {
  margin-left: 30px;
  /* スマホデフォルト */
}
#toc_container ul.toc_list > li > ul li {
  /* 子の目次の左側のアイコン */
}
#toc_container ul.toc_list > li > ul li::before {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 28px;
  color: #5f7b96;
  font-size: 18px;
  line-height: 28px;
  content: "‣";
}
#toc_container ul.toc_list > li > ul li a {
  margin-left: 16px;
  font-weight: normal;
}

/* Table Design 08 レスポンシブ3列 */
.table_design08 {
  width: 100%;
  border-collapse: collapse;
  /* スマホデフォルト */
  background-color: #fff;
  text-align: left;
  table-layout: fixed;
}
.table_design08 th,
.table_design08 td {
  display: block;
  padding: 1em;
  border: 2px solid #d2e8f1;
  /* スマホデフォルト */
  border: 0;
  border-bottom: 1px solid #333;
}
.table_design08 thead {
  display: none;
  /* スマホデフォルト */
}
.table_design08 thead th {
  border: 2px solid #ce3e3e;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #ce3e3e;
  color: #fff;
}
.table_design08 tbody th {
  background: #ce3e3e;
  color: #ce3e3e;
  /* スマホデフォルト */
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.table_design08 td::before {
  display: inline-block;
  width: 20%;
  min-width: 4em;
  color: #ce3e3e;
  font-weight: bold;
  content: attr(data-label);
}

/* Table Design 001 レスポンシブTH3列 */
.tb001 {
  width: 100%;
  border-collapse: collapse;
}
.tb001 th {
  background-color: #ce3e3e;
  color: #fff;
}
.tb001 th,
.tb001 td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: solid 1px #ccc;
}
/* ==============================
シングルページ（施設個別ページ）
============================== */
.post-header h1.post-title {
  padding-left: 12px;
  clear: both;
  border-left: 7px solid #2e7500;
  font-weight: bold;
}

/* 見出しアイコン */
.post-content h3 i {
  margin-right: 0.25em;
  color: #2e7500;
}

/* 詳細情報テーブル */
.facilities_info {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  table-layout: fixed;
}

.facilities_info th {
  width: 210px;
  padding: 1% 2%;
  border: 1px solid #ccc;
  background-color: #ce3e3e;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.facilities_info td {
  padding: 1% 2%;
  border: 1px solid #ccc;
  background: #fff;
  overflow-wrap: break-word;
}

.facilities_info td.facilities_info__cost {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: baseline;
          justify-content: flex-end;
  border: none;
}

table.facilities_info td.facilities_info__cost--first {
  border-bottom: 1px solid #ccc;
}

table.facilities_info td img {
  width: 100%;
}

table.facilities_info td .price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-right: 5px;
  color: #f09586;
  font-size: 1.75rem;
  font-weight: bold;
}

.table-wrap,
.table-grad {
  margin-bottom: 0;
  white-space: normal;
}

table.facilities_info .facilities_cost {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}

table.facilities_info .facilities_cost__right {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: baseline;
          justify-content: flex-end;
}
/* 費用（入居時・月額）テーブル */
table.facilities_price_info {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}

table.facilities_price_info th {
  width: 10%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

table.facilities_price_info .start th {
  background: #76b95a;
  /* #ffc112; */
}

table.facilities_price_info .start th.total_price {
  background: rgba(118, 185, 90, 0.3803921569);
  /* #ffc1125e; */
}

table.facility_type_list th.sub_cat {
  width: 20%;
  color: #333;
  font-weight: 200;
}

table.facilities_price_info .monthly th {
  background: #ff8c00;
  /* #c5a569;#ffa478; */
}

table.facilities_price_info .monthly th.total_price {
  background: rgba(255, 140, 0, 0.2705882353);
  /* #c5a5694d;#ffa47861; */
}

table.facilities_price_info .total_price {
  width: 25%;
  color: #5f2c00;
  font-size: 2rem;
}

table.facilities_price_info td {
  width: 30%;
  background: #fff;
}

table.facilities_price_info td:hover {
  width: 30%;
  border: 1px solid #999;
  background: #fff;
}

.price_cat {
  width: 50%;
  float: left;
  color: #90531f;
  font-weight: bold;
}

.price_date {
  width: 50%;
  float: right;
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
}

.price_yen {
  margin-left: 5px;
  color: #333;
  font-size: 0.7em;
  font-weight: normal;
}

.total_price .price_yen {
  color: #19610c;
  /* #e66000; */
}

/* 空のtdを非表示 */
table.facilities_price_info tr:nth-child(3) td:last-child {
  display: none;
}
/* 老人ホーム、施設種類テーブル */
table.facility_type_list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}

table.facility_type_list th {
  width: 10%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

table.facility_type_list th {
  background: #76b95a !important;
  /* #ffc112; */
}

table.facility_type_list th.sub_cat {
  background: rgba(118, 185, 90, 0.3803921569) !important;
  /* #ffc1125e; */
}

table.facility_type_list i {
  margin-right: 4px;
  color: #47b39d;
}

table.facility_type_list td a {
  margin: 3px 0;
  color: #333;
  font-weight: bold;
  text-decoration: underline !important;
}

body .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-layout-flex {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
      flex-wrap: wrap;
          align-items: center;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  -webkit-box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          flex-grow: 1;
          justify-content: center;
  max-width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  margin-bottom: 0;
}

:root :where(.is-layout-flex) {
  gap: 24px;
}

.wp-block-heading {
  margin-block: 5% 3%;
}

:root {
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: var(--vk-margin-xs, 0.75rem);
  --wp--preset--spacing--40: var(--vk-margin-sm, 1.5rem);
  --wp--preset--spacing--50: var(--vk-margin-md, 2.4rem);
  --wp--preset--spacing--60: var(--vk-margin-lg, 4rem);
  --wp--preset--spacing--70: var(--vk-margin-xl, 6rem);
  --wp--preset--spacing--80: 5.06rem;
}

.dl_list_1 {
  width: 100%;
  margin: 0;
  padding: 0.5em;
  font-size: 1em;
}
.dl_list_1 dt {
  margin: 0;
  padding: 0.5em;
  background-color: #cbe7fa;
  font-weight: bold;
}
.dl_list_1 dd {
  margin: 0;
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/* 項目欄ありテーブル */
.data-table_type1 {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}

.data-table_type1 th,
.data-table_type1 td {
  padding: 1em;
  border: 2px solid #d2e8f1;
}

.data-table_type1 thead th {
  border: 2px solid #4d9bc1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #4d9bc1;
  color: #fff;
}

.data-table_type1 thead th:last-of-type {
  border-right: 2px solid #4d9bc1;
}

.data-table_type1 tbody th {
  color: #4d9bc1;
  font-weight: bold;
  text-align: center;
}
.c-under {
  padding-block: 6%;
  background-color: #d9d9d9;
}

.ribbon {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -10px;
  right: 4%;
          align-items: center;
          justify-content: center;
  width: 40px;
  height: 36px;
  background-color: #ef7100;
  color: #ffffff;
  font-size: 12px;
}
.ribbon::before {
  -webkit-clip-path: polygon(100% 0, 50% 100%, 100% 100%);
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 10px;
  background-color: #512d2d;
          clip-path: polygon(100% 0, 50% 100%, 100% 100%);
  content: "";
}
.ribbon::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 20%, 0 100%);
  position: absolute;
  bottom: -7px;
  width: 40px;
  height: 8px;
  background-color: #ef7100;
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 20%, 0 100%);
  content: "";
}

.js-fade .p-about-feature__txt {
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
          transition-duration: 1s;
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.js-fade .c-circle {
  opacity: 0;
}
.js-fade .type {
  fill: none;
}

.is-active .c-ttl--bg {
  -webkit-transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
          transition-duration: 0.8s;
          transition-timing-function: ease-in-out;
}
.is-active .c-ttl--txt {
  -webkit-transition-duration: 0.8s;
  -webkit-transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
          transition-delay: 0.3s;
          transition-duration: 0.8s;
          transition-timing-function: ease-in-out;
}
.is-active .c-ttl--bg, .is-active .c-ttl--txt {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
.is-active .p-about__photo {
  -webkit-clip-path: inset(0);
  -webkit-transform: scale(1);
          transform: scale(1);
          clip-path: inset(0);
}
.is-active .p-data__doughnut__contents .graph {
  -webkit-transform: translateY(0);
  -webkit-transition-duration: 2s;
  -webkit-transition-delay: 0.6s;
          transform: translateY(0);
  opacity: 1;
          transition-delay: 0.6s;
          transition-duration: 2s;
}
.is-active .p-about-feature__txt {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.is-active .slide-up span {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.is-active .c-circle {
  opacity: 1;
}
.is-active .type {
  stroke-width: 10;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.is-active .type1 {
  -webkit-animation: strokeAnime1 0.8s 0.3s ease-in-out forwards;
  stroke: #33447d;
          animation: strokeAnime1 0.8s 0.3s ease-in-out forwards;
}
.is-active .type2 {
  -webkit-animation: strokeAnime2 0.8s 0.4s ease-in-out forwards;
  stroke: #3e85b8;
          animation: strokeAnime2 0.8s 0.4s ease-in-out forwards;
}
.is-active .type3 {
  -webkit-animation: strokeAnime3 0.8s 0.5s ease-in-out forwards;
  stroke: #75a5b5;
          animation: strokeAnime3 0.8s 0.5s ease-in-out forwards;
}
.is-active .type4 {
  -webkit-animation: strokeAnime4 0.8s 0.6s ease-in-out forwards;
  stroke: #a8b2b7;
          animation: strokeAnime4 0.8s 0.6s ease-in-out forwards;
}
.is-active .type5 {
  -webkit-animation: strokeAnime5 0.8s 0.3s ease-in-out forwards;
  stroke: #488bbb;
          animation: strokeAnime5 0.8s 0.3s ease-in-out forwards;
}
.is-active .type6 {
  -webkit-animation: strokeAnime6 0.8s 0.3s ease-in-out forwards;
  stroke: #e77474;
          animation: strokeAnime6 0.8s 0.3s ease-in-out forwards;
}
@-webkit-keyframes strokeAnime1 {
  100% {
    stroke-dashoffset: 80;
  }
}
@keyframes strokeAnime1 {
  100% {
    stroke-dashoffset: 80;
  }
}
@-webkit-keyframes strokeAnime2 {
  100% {
    stroke-dashoffset: 50;
  }
}
@keyframes strokeAnime2 {
  100% {
    stroke-dashoffset: 50;
  }
}
@-webkit-keyframes strokeAnime3 {
  100% {
    stroke-dashoffset: 25;
  }
}
@keyframes strokeAnime3 {
  100% {
    stroke-dashoffset: 25;
  }
}
@-webkit-keyframes strokeAnime4 {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes strokeAnime4 {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes strokeAnime5 {
  100% {
    stroke-dashoffset: 65;
  }
}
@keyframes strokeAnime5 {
  100% {
    stroke-dashoffset: 65;
  }
}
@-webkit-keyframes strokeAnime6 {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes strokeAnime6 {
  100% {
    stroke-dashoffset: 0;
  }
}
.is-active .pos {
  -webkit-transform: translateY(0);
  -webkit-transition-duration: 1s;
  -webkit-transition-delay: 1.8s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transform: translateY(0);
          transition-delay: 1.8s;
          transition-duration: 1s;
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-num.p-data__list li > span {
  -webkit-transform: translateY(0);
  display: inline-block;
          transform: translateY(0);
}

.is-hide {
  opacity: 1;
}

@-webkit-keyframes fadeHead {
  from {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeHead {
  from {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ドロップダウンメニューのスタイル */
/* サブメニューは初期状態で非表示 */
.facility-nav {
  position: relative;
}

.sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-transform: translateY(-10px);
  -webkit-transition-duration: 0.4s;
  position: static;
          flex-direction: column;
  width: 100%;
  max-height: 0;
  overflow: hidden;
          transform: translateY(-10px);
  background-color: #D1BE6F;
  opacity: 0;
          transition-duration: 0.4s;
}
.sub-menu li {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.sub-menu li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.sub-menu li:hover {
  background-color: #ff863c;
}
.sub-menu li a {
  display: block;
  padding: 10px;
}
.sub-menu.is-open {
  -webkit-transform: translateY(0);
  max-height: 320px;
  overflow-y: scroll;
          transform: translateY(0);
  opacity: 1;
}
.sub-menu-arrow {
  display: inline-block;
  display: block;
  position: absolute;
  top: 8px;
  right: 5%;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  content: "";
}

.arrow-down {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
          transform: translateX(-50%) translateY(-50%) rotate(135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
}

.is-open.arrow-down {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* -------------------------------------- 
contact
/* -------------------------------------- */
.notes {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

/* recaptcha */
body:not(.contact) .grecaptcha-badge {
  visibility: hidden;
}

.p-contact__inr {
  margin-inline: auto;
  grid-auto-flow: row;
  width: 90%;
  max-width: 320px;
}
.p-contact__form {
  padding: 10%;
  border-radius: 40px;
  background-color: #ffffff;
}
.p-contact__txt p {
  margin-bottom: 20px;
}
.p-contact span mark {
  color: #f00;
}
.p-contact .smf-action {
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      justify-content: space-around;
}
.p-contact .smf-action span.smf-button-control {
  width: 100%;
}
.p-contact .smf-action .smf-button-control__control {
  width: 100%;
  max-width: 202px;
  height: 48px;
  margin: 0 auto;
  border-radius: 30px;
  background: #37779e;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.p-contact .smf-item__label__text {
  position: relative;
}
.p-contact .smf-item:has([data-validations~=required]) .smf-item__label__text::after {
  -webkit-transform: translateY(-50%);
  display: grid;
  position: absolute;
  top: 50%;
  right: -50px;
  place-items: center;
  width: 40px;
  height: 23px;
          transform: translateY(-50%);
  border-radius: 4px;
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  content: "必須";
}
.p-contact__list {
  gap: 10px;
  display: grid;
  margin-bottom: 40px;
}
.p-contact__list select {
  width: 100%;
  padding: 6px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
}
.p-contact__list textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px;
  border: 1px solid #cccccc;
  color: #000000;
  font-size: 18px;
}
.p-contact__list label {
  display: block;
}
.p-contact__list .contact-facility {
  height: 340px;
  padding: 10px;
  overflow-y: scroll;
}
.p-contact__list .contact-facility .check-item {
  gap: 16px;
  display: grid;
}
.p-contact .check-item > span {
  -webkit-transition: background-color 0.2s ease;
  padding: 6px;
  border-radius: 10px;
  background-color: #D1BE6F;
  transition: background-color 0.2s ease;
}
.p-contact .check-item > span:has(input[type=checkbox]:checked) {
  background-color: #ff863c;
}
.p-contact .check-item > span input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -webkit-transform: translateY(20%);
  position: relative;
  width: 20px;
  height: 20px;
          transform: translateY(20%);
  border: solid 1px #000000;
  border-radius: 20px;
  background: #ffffff;
          box-shadow: 0 0 0 0 transparent;
}
.p-contact .check-item > span input[type=checkbox]::before {
  inset: 0;
  -webkit-transform: translate(-50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
          transform: translate(-50%);
  background-color: #ffffff;
  content: "";
  opacity: 0;
}
.p-contact .check-item > span input[type=checkbox]::after {
  -webkit-transform: rotate(45deg);
  -webkit-transition: opacity 0.2s ease;
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 6px;
  height: 11px;
  margin-top: -7px;
          transform: rotate(45deg);
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease;
}
.p-contact .check-item > span input[type=checkbox]:checked::after {
  opacity: 1;
}
.p-contact .check-item > span input[type=checkbox]:focus {
  outline: 2px solid #ed7a9c;
  outline-offset: 2px;
}
.p-contact .check-list {
  gap: 20px;
  display: grid;
  grid-auto-flow: row;
}
.p-contact .check-list span {
  width: 100%;
}
.p-contact__btn {
  margin-inline: auto;
  width: auto;
  margin-top: 20px;
}
.p-contact__btn .submit {
  width: 100%;
  padding: 4%;
  border-radius: 20px;
  background-color: #ce3e3e;
  color: #ffffff;
}
.p-contact .haveto {
  margin-left: 10px;
  padding: 4px 8px;
  border-radius: 30px;
  background-color: #ff4141;
  color: #ffffff;
  font-size: 12px;
}
.p-contact .any {
  margin-left: 10px;
  padding: 4px 8px;
  border-radius: 30px;
  background-color: #5b7ca7;
  color: #ffffff;
  font-size: 12px;
}

.wpcf7-list-item {
  margin: 0 0 0 0 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.p-editor {
  width: 100%;
  margin: 0 auto 5rem;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
}
.p-editor img, .p-editor p, .p-editor table {
  margin-bottom: 1rem;
}
.p-home {
  margin-inline: auto;
  max-width: 320px;
}
.p-home-about {
  margin-inline: auto;
  max-width: 320px;
}
.p-home-about__text {
  z-index: auto;
  position: static;
  top: 0;
  right: 0;
  padding: 2rem;
}
.p-home-point {
  margin-inline: auto;
  max-width: 320px;
}
.p-home-point__img {
  z-index: 20;
  position: relative;
}
.p-home-point__img::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #ce3e3e;
  background-image: linear-gradient(90deg, #f4eee4 1px, transparent 1px), linear-gradient(#f4eee4 1px, transparent 1px);
  background-position: 0px 20px;
  background-size: 20px 20px;
  content: "";
}
.p-home-point__column {
  margin-inline: auto;
}
.p-home-sns {
  margin-inline: auto;
  max-width: 320px;
}
.p-home-facility {
  margin-inline: auto;
  max-width: 320px;
}
.p-home-facility__list {
  position: relative;
  margin-bottom: 40px;
}
.p-home-facility__category {
  position: absolute;
  top: 20px;
  left: -10px;
}
.p-home-facility__category .category-title {
  display: inline-block;
  padding: 10px 6px 10px 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.p-home-facility__category .category-title::before {
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: var(--fold-color, #662a3a);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  content: "";
}
.p-home-facility__category .category-title::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 14px;
  height: 48px;
          transform: translateY(-50%);
  background-color: var(--bg-color, #e24756);
          clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%);
  content: "";
}
.p-home-facility .category-jyutaku-gata .category-title {
  --bg-color: #e24756;
  --fold-color: #662a3a;
  background-color: var(--bg-color, #e24756);
}
.p-home-facility .category-service-tsuki {
  width: 100%;
  float: none;
}
.p-home-facility .category-service-tsuki .category-title {
  --bg-color: #3384c1;
  --fold-color: #294f66;
  background-color: var(--bg-color, #3384c1);
}
.p-home-facility .category-kaigo-tsuki {
  width: 100%;
  float: none;
}
.p-home-facility .category-kaigo-tsuki .category-title {
  --bg-color: #59893a;
  --fold-color: #233f19;
  background-color: var(--bg-color, #59893a);
}
.p-home-facility__slider__container {
  border-radius: 10px;
  background-color: #ffffff;
}
.p-home-facility__slider__wrapper {
  padding-inline: 10px;
  padding-block: 100px 40px;
  position: relative;
}
.p-home-facility .facility-category-slider-swiper {
  overflow: hidden;
}
.p-home-facility .p-home__facility__slider__wrapper {
  position: relative;
  padding: 20px;
}
.p-home-facility .facility-category-slider-swiper {
  overflow: hidden;
}
.p-home-facility .facility-category-prev,
.p-home-facility .facility-category-next {
  -webkit-transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 60%;
          align-items: center;
          justify-content: center;
  width: 30px;
  height: 30px;
          transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-home-facility .facility-category-prev:hover,
.p-home-facility .facility-category-next:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  background: rgba(0, 0, 0, 0.8);
}
.p-home-facility .facility-category-prev {
  left: -15px;
}
.p-home-facility .facility-category-next {
  right: -15px;
}
.p-home-facility .facility-image-wrapper {
  aspect-ratio: 4/3;
  position: relative;
  height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
}
.p-home-facility .facility-image {
  -o-object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  width: 100%;
  height: 100%;
     object-fit: cover;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-home-facility .facility-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
          flex-direction: column;
  padding: 12px;
}
.p-home-facility .facility-location {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px;
  border-radius: 20px;
  background-color: #d8d8d8;
  font-size: 0.875rem;
}
.p-home-facility .facility-kango {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.p-home-facility .facility-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
          align-items: center;
          justify-content: space-between;
  font-size: 1.125rem;
}
.p-home-facility .facility-actions {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-end;
  margin-top: auto;
}
.p-home-facility .facility-category-slider-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-home-facility .facility-category-slider-swiper .swiper-slide {
  height: auto;
}
.p-home-area {
  margin-inline: auto;
  max-width: 320px;
}
.p-home-area__map {
  width: 100%;
  height: 400px;
}
.p-home-topics {
  margin-inline: auto;
  max-width: 320px;
}
.p-home-topics__column {
  gap: 40px;
}
.p-home-topics__column--item {
  padding: 6%;
  border: 1px solid #000000;
  border-radius: 8px;
}
.p-home-topics__post {
  gap: 0;
}
.p-home-topics__post figure {
  margin: 0;
  margin-bottom: 10px;
}
.p-home-topics__thumb {
  aspect-ratio: 3/2;
  max-width: 320px;
  overflow: hidden;
}
.p-home-topics__thumb img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: center;
}

.p-single__inr {
  margin-bottom: 5rem;
  padding: 2.5rem 5%;
  border-radius: 15px;
}
.p-single__img {
  margin: 0 auto 2.5rem;
}
.p-single__txt {
  margin-bottom: 2.5rem;
}
.p-single__txt--date {
  font-size: 12px;
  font-weight: bold;
}
.p-single h3.single {
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-weight: bold;
}

.p-common__list {
  padding: 10%;
  background-color: #F2FAFB;
}

.p-sec {
  width: 90%;
  margin: 0 auto;
}

.p-cat__inr {
  margin-inline: auto;
  max-width: 320px;
}
.p-cat__search {
  margin-bottom: 10%;
  padding: 7%;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.p-cat__search select {
  padding: 4px 6px;
  border-radius: 6px;
}
.p-cat__search .filter-txt {
  margin-bottom: 6px;
  font-size: 1.2rem;
}
.p-cat__search .facility-filter {
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.p-cat__search .filter-select {
  width: 100%;
}
.p-cat__search .filter-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 2%;
  border-radius: 10px;
  background-color: #ef7100;
  color: #ffffff;
  cursor: pointer;
}
.p-cat__list {
  margin-bottom: 5rem;
}
.p-cat__list a {
  color: #000;
}
.p-cat__list .facility-list {
  gap: 30px;
  display: grid;
}
.p-cat__list .facility-list__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  background-color: #ffffff;
}
.p-cat__list .facility-card__thumb {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.p-cat__list .facility-card__thumb img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.p-cat__list .facility-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3%;
}
.p-cat__list .facility-card__name {
  margin-bottom: 20px;
  line-height: 1.3;
}
.p-cat__list .facility-card__pamphlet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-cat__list .facility-card__pamphlet a {
  width: 100%;
  padding: 3%;
  color: #ffffff;
  text-align: center;
}
.p-cat__list .facility-card-pamphlet-btn {
  background-color: #ce3e3e;
}
.p-cat__list .facility-card-attached-btn {
  background-color: #ef7100;
}
.p-cat__list-kango {
  position: absolute;
  top: 10px;
  left: 10px;
}
.p-cat__txt {
  position: relative;
  padding: 0.75rem 0;
}
.p-cat__txt::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  content: "";
}
.p-cat__txt--date {
  font-size: 12px;
  font-weight: bold;
}
.p-cat__txt h3 {
  font-size: 14px;
  font-weight: bold;
}

.p-page-404__inr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 12.5rem;
  text-align: center;
}
.p-page-404 h3 {
  margin-bottom: 1.25rem;
  font-size: 18px;
}
.p-page-404 a {
  color: #f00;
}

.p-single__facility__table {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-single__facility__table li {
  gap: 10px;
  display: block;
  padding: 4%;
}
.p-single__facility__table li:nth-child(odd) {
  background-color: #f5f5f5;
}
.p-single__facility__table li > :nth-child(even) {
  width: 100%;
}
.p-single__facility__boxTtl {
  width: 100%;
  font-weight: bold;
}
.p-single__facility__btn {
  display: grid;
  z-index: 100;
  position: fixed;
  bottom: 0;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  width: 100%;
  font-size: 1.25rem;
}
.p-single__facility__btn > span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  min-height: 60px;
  text-align: center;
          writing-mode: horizontal-tb;
}
.p-single__facility__btn > span:not(:last-child) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-right: 2px solid #ffffff;
}
.p-single__facility__btn > span > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.p-single__facility__btn > span > a i {
  margin-inline: auto;
  display: block;
}
.p-single__facility__btn .facility-booklet-btn {
  background-color: #ce3e3e;
}
.p-single__facility__btn .facility-tel-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  gap: 5px;
  grid-column: -1;
          flex-direction: column;
  width: 20vw;
  background-color: #ef7100;
  font-size: 14px;
}
.p-single__facility__news {
  padding-block: 4rem;
  background: #ffffff;
}
.p-single__facility__news__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
}
.p-single__facility__news__inr li {
  padding: 20px 30px;
  border-bottom: 1px solid #000000;
}
.p-single__facility__news__inr li:first-child {
  border-top: 1px solid #000000;
}
.p-single__facility__news__inr li > a {
  gap: 10px;
  display: grid;
  grid-auto-flow: row;
}
.p-single__facility__news__inr > p {
  position: relative;
  margin-top: 10px;
  margin-right: 3%;
  text-align: right;
}
.p-single__facility__news__inr > p::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-left: 10px;
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
}
.p-single__facility__news__type {
  padding: 2%;
  border: 1px solid #000000;
  text-align: center;
}
.p-single__facility__summary {
  padding-block: 2rem;
  background: #ffffff;
}
.p-single__facility__summary__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
}
.p-single__facility__summary__column {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 14%;
}
.p-single__facility__summary__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.p-single__facility__slider {
  width: 100%;
  max-height: 540px;
  margin-bottom: 15px;
}
.p-single__facility__slider__wrapper {
  width: 100%;
}
.p-single__facility__slider .swiper-slide {
  width: 100% !important;
  height: auto;
}
.p-single__facility__slide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  aspect-ratio: 4/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  background: #f5f5f5;
}
.p-single__facility__slide img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.p-single__facility__thumbs {
  gap: 10px;
  -ms-flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
      flex-wrap: wrap;
}
.p-single__facility__thumb {
  -webkit-transition: all 0.3s ease;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-single__facility__thumb :hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-color: #ccc;
}
.p-single__facility__thumb :hover img {
  opacity: 0.8;
}
.p-single__facility__thumb img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  display: block;
  width: 100%;
     object-fit: cover;
  transition: opacity 0.3s ease;
}
.p-single__facility__thumb thumb-media-active img {
  opacity: 1;
}
.p-single__facility__service__list {
  -ms-flex-wrap: wrap;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.p-single__facility__service__list li {
  padding: 6px 3%;
  border-radius: 30px;
  background-color: #D1BE6F;
  color: #ffffff;
}
.p-single__facility__service__list .service-kango {
  background-color: #ce3e3e;
}
.p-single__facility__about {
  padding-block: 4rem;
  background: #ffffff;
}
.p-single__facility__about__inr {
  margin-inline: auto;
  z-index: 0;
  position: relative;
  width: 90%;
  max-width: 320px;
}
.p-single__facility__about__column {
  gap: 40px;
  display: grid;
  position: relative;
  padding: 0;
}
.p-single__facility__about__column::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 80%;
  margin-left: calc(50% - 50vw);
  background-color: #f8f4f3;
  content: "";
}
.p-single__facility__about__text {
  padding-top: 30px;
}
.p-single__facility__about__logo {
  position: absolute;
  top: -30px;
  left: -10px;
  width: 60px;
}
.p-single__facility__about__img {
  gap: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-single__facility__about__img figure {
  max-width: 300px;
  max-height: 400px;
  overflow: hidden;
}
.p-single__facility__about__img figure:nth-child(2) {
  padding-top: 10%;
}
.p-single__facility__about__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: center;
}
.p-single__facility__about__button {
  position: relative;
  bottom: -20px;
  left: 0;
  width: 100%;
  max-width: 320px;
}
.p-single__facility__about__button a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 50px;
  background-color: #ce3e3e;
  color: #ffffff;
}
.p-single__facility__about__button a::after {
  -webkit-transform: rotate(45deg) translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
          transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}
.p-single__facility__features {
  padding-block: 4rem;
}
.p-single__facility__features__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
}
.p-single__facility__features__list {
  margin-inline: auto;
  padding-block: 3%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #ce3e3e;
  text-align: center;
  white-space: nowrap;
}
.p-single__facility__features__list__item {
  -webkit-box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  height: 180px;
  padding: 20px;
  border-right: 1px solid #ce3e3e;
  border-bottom: 1px solid #ce3e3e;
  font-size: 1.125rem;
  font-weight: bold;
}
.p-single__facility__features__list__item:nth-child(even) {
  border-right: none;
}
.p-single__facility__features__list__item:nth-last-child(-n+2) {
  border-bottom: none;
}
.p-single__facility__features__list i {
  display: block;
  margin-bottom: 16px;
  font-size: 4.375rem;
}
.p-single__facility__intro {
  padding-block: 4rem;
  background: #ffffff;
}
.p-single__facility__intro__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
}
.p-single__facility__intro .pr-main-item {
  margin-inline: auto;
  gap: 20px;
  display: grid;
  width: 100%;
  max-width: 320px;
  margin-bottom: 40px;
}
.p-single__facility__intro .pr-main-item .pr-content {
  margin-top: 0;
}
.p-single__facility__intro .pr-main-item .pr-content h4 {
  padding: 0 0 10px;
  border-bottom: 1px solid #D1BE6F;
  font-size: clamp(16px, 2vw, 24px);
}
.p-single__facility__intro .pr-main-item .pr-content p {
  padding: 10px 0 0;
}
.p-single__facility__intro .pr-sub-wrapper {
  gap: 40px 40px;
  margin-inline: auto;
  display: grid;
  grid-auto-flow: row;
  width: 100%;
  max-width: 320px;
}
.p-single__facility__intro .pr-sub-wrapper .pr-content {
  -webkit-box-shadow: 0 0 10px #dddddd;
  position: relative;
  top: -20px;
  right: -20px;
  padding: 6%;
          box-shadow: 0 0 10px #dddddd;
}
.p-single__facility__intro .pr-sub-wrapper .pr-content h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #D1BE6F;
  color: #D1BE6F;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
}
.p-single__facility__intro .pr-sub-wrapper .pr-content p {
  margin-top: 20px;
}
.p-single__facility__intro .pr-content {
  background-color: #ffffff;
}
.p-single__facility__floor {
  padding-block: 4rem;
  background: #ffffff;
}
.p-single__facility__floor__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
}
.p-single__facility__floor__img {
  gap: 30px;
  display: grid;
  margin-bottom: 20px;
}
.p-single__facility__floor__img li {
  margin-inline: auto;
  -webkit-box-shadow: 2px 2px 3px #ddd;
  width: 100%;
  max-width: 440px;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
          box-shadow: 2px 2px 3px #ddd;
}
.p-single__facility__floor__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: center;
}
.p-single__facility__floor__text {
  margin-bottom: 30px;
  font-size: 1.125rem;
}
.p-single__facility__floor__list {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 5%;
}
.p-single__facility__floor__list li {
  padding: 4% 2%;
  border: 1px solid #000000;
  text-align: center;
}
.p-single__facility__floor__description {
  margin-inline: auto;
  max-width: 800px;
}
.p-single__facility__floor__description p {
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.p-single__facility__price {
  padding-block: 4rem;
}
.p-single__facility__price__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
}
.p-single__facility__price .facility-equipment {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}
.p-single__facility__price .facility-equipment li {
  padding: 1%;
  border: 1px solid #000000;
  background-color: #ffffff;
  text-align: center;
}
.p-single__facility__price .price__column:not(:last-of-type) {
  margin-bottom: 6%;
}
.p-single__facility__price .price__column:last-of-type {
  margin-bottom: 4%;
}
.p-single__facility__price .price-list {
  gap: 20px;
  display: grid;
  grid-template-rows: auto;
}
.p-single__facility__price .price-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100%;
}
.p-single__facility__price .price-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
          align-items: center;
          justify-content: center;
  padding: 6%;
  background: #fff;
}
.p-single__facility__price .price-card__body .total-price {
  font-size: 2rem;
}
.p-single__facility__price .food-items {
  margin-top: 20px;
}
.p-single__facility__price .food-items > div {
  display: block;
}
.p-single__facility__price .price-memo {
  margin-top: 20px;
}
.p-single__facility__copayment {
  padding-block: 4rem;
}
.p-single__facility__copayment__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
}
.p-single__facility__accept {
  padding-block: 2rem;
  background: #ffffff;
}
.p-single__facility__accept__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
}
.p-single__facility__accept .accept-txt {
  margin-bottom: 4%;
  text-align: center;
}
.p-single__facility__accept__list {
  display: grid;
  margin-bottom: 8%;
  border: 1px solid #ddd;
}
.p-single__facility__accept__list li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row-reverse;
  min-height: 60px;
  padding: 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.125rem;
}
.p-single__facility__accept__list li h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
          align-items: center;
  margin: 0;
  padding: 12px 16px;
}
.p-single__facility__accept__list li p {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 60px;
  margin: 0;
  padding: 12px 8px;
  border-left: 1px solid #ddd;
  background-color: #f8f9fa;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.p-single__facility__access {
  padding-block: 2rem;
  background: #ffffff;
}
.p-single__facility__access__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
}
.p-single__facility__access__map {
  margin-bottom: 6%;
}
.p-single__facility__access ul {
  margin-inline: auto;
  max-width: 800px;
}
.p-single__facility__copayment {
  padding-block: 4rem;
  background: #fff;
}
.p-single__facility__copayment__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
}
.p-single__facility__flow {
  position: relative;
  margin: 3rem 0;
}
.p-single__facility__flow__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
}
.p-single__facility__flow .flow__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-bottom: 4rem;
}
.p-single__facility__flow .flow__item .flow__circle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  width: 140px;
  height: 140px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background-color: #ce3e3e;
  color: #fff;
  font-size: 1.4rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.p-single__facility__flow .flow__item .flow__content {
  text-align: center;
}
.p-single__facility__flow .flow__item .flow__content .flow__step {
  margin-bottom: 0.5rem;
  color: #ce3e3e;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-single__facility__flow .flow__item .flow__content p {
  font-size: 1rem;
  line-height: 1.6;
}
.p-single__facility .flow__note {
  margin-top: 2rem;
  color: #666;
  font-size: 0.9rem;
  text-align: center;
}
.p-single__facility__faq {
  padding-block: 4rem;
}
.p-single__facility__faq__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
}
.p-single__facility__faq__list {
  margin-top: 2rem;
}
.p-single__facility__faq__item {
  margin-bottom: 2rem;
}
.p-single__facility__faq__q {
  margin-bottom: 0.6rem;
  color: #ce3e3e;
  font-size: 1.1rem;
  font-weight: bold;
}
.p-single__facility__faq__a {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}
.p-single__facility__faq__note {
  margin-top: 2rem;
  color: #666;
  font-size: 0.9rem;
  text-align: center;
}
.p-single__facility__guidelines__inr {
  margin-inline: auto;
  width: 90%;
  max-width: 320px;
  font-size: 1.25rem;
}
.p-single__facility__guidelines__list li > i {
  color: #ce3e3e;
}
.p-single__facility__guidelines__list li :not(:last-child) {
  margin-bottom: 20px;
}
.p-single__facility__guidelines__list a {
  border-bottom: 1px dashed #000;
}

.accept-ok {
  color: #007bff;
}
.accept-consultation {
  color: #28a745;
}
.accept-no {
  color: #dc3545;
}

.facility_more {
  margin-right: 10px;
  margin-bottom: 30px;
  text-align: right;
}
.facility_more a {
  position: relative;
}
.facility_more a::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 6px;
  height: 6px;
          transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
}

.tax {
  font-size: 1rem;
}

.p-flow {
  margin-inline: auto;
  width: 100%;
  max-width: 320px;
}
.p-flow__step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  gap: 40px;
  z-index: 100;
  position: sticky;
  top: 0;
          flex-direction: column;
          align-items: center;
  min-height: 200px;
  background-color: #f8f4f3;
}
.p-flow__step__item {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
          flex-direction: column;
          align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-flow__step__item:not(:last-child)::after {
  position: static;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  background-color: transparent;
}
.p-flow__step__circle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: background-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #999;
  color: white;
  font-weight: bold;
  line-height: 1;
  transition: background-color 0.3s ease;
}
.p-flow__step-text {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 1px;
}
.p-flow__step-number {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
.p-flow__step__title {
  width: 100%;
  margin-bottom: 10px;
  color: #c53030;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.p-flow__step__description {
  width: 100%;
  margin-bottom: 20px;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
.p-flow__step-arrow {
  fill: #D1BE6F;
  width: 1.4rem;
}
.p-flow__wrap {
  position: relative;
  padding: 8% 6%;
}
.p-flow__wrap:not(:last-child)::after {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  width: 50px;
  height: 15px;
          transform: translateX(-50%);
  background-color: #ce3e3e;
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
}

.is-step-active.p-flow__step__item {
  visibility: visible;
  opacity: 1;
}
.is-step-active .p-flow__step__circle {
  background-color: #ce3e3e;
}
.is-step-active .p-flow__step-arrow {
  fill: #ce3e3e;
}

.p-privacy {
  margin-inline: auto;
  width: 100%;
  max-width: 320px;
}

.p-page__inr {
  margin-inline: auto;
  max-width: 320px;
}

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

.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mb1 {
  margin-bottom: 1rem !important;
}
.u-mb2 {
  margin-bottom: 2rem !important;
}
.u-mb3 {
  margin-bottom: 3rem !important;
}
.u-mb4 {
  margin-bottom: 4rem !important;
}
.u-mb5 {
  margin-bottom: 5rem !important;
}
.u-mb--main {
  margin-bottom: 7.5rem !important;
}
.u-mb--half {
  margin-bottom: 2.5rem !important;
}
.u-mb--half2 {
  margin-bottom: 1.25rem !important;
}

.u-flex__default-sp--only {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.u-flex__default-pc--only {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.u-flex__center-sp--only {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}

.u-display-sp--only {
  display: block;
}
.u-display--block {
  display: block !important;
}

.u-container {
  width: 90%;
  margin: 0 auto 7.5rem;
}
.u-container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-container-flex--c-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width:480px) {
  html {
    font-size: 87.5%;
  }
  .u-mb0 {
    margin-bottom: 1rem !important;
  }
}
@media only screen and (min-width:768px) {
  html {
    font-size: 100%;
  }
  input[type=text],
input[type=email],
input[type=tel] {
    padding: 0.8125rem;
  }
  .text--g {
    font-size: 100%;
  }
  .l-wrapper {
    font-size: 100%;
  }
  .l-head {
    position: sticky;
    margin-bottom: 0;
    border-bottom: 1px solid #000000;
    background-color: #f8f4f3;
  }
  .l-head__logo {
    width: 200px;
    margin-left: 1%;
  }
  .l-head__nav li {
    font-size: 1rem;
  }
  .l-head__nav--contact a {
    width: 140px;
  }
  .l-head__nav--tel a {
    padding-block: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
  }
  .l-head__nav--tel a ::after {
    letter-spacing: normal;
    content: "";
  }
  .l-head__nav--tel .tel-icon {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
    display: block;
            justify-content: normal;
    width: auto;
  }
  .l-head__mv__img {
    aspect-ratio: 57/49;
  }
  .l-head__mv__24kango {
    width: 86px;
    height: 86px;
    font-size: 18px;
  }
  .l-head__information__inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    max-width: 1280px;
  }
  .l-head__information__sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            flex-direction: row-reverse;
            justify-content: normal;
    max-width: 500px;
    height: 72px;
    padding-right: 6%;
  }
  .l-head__information__sub::after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-head__information__slide {
    margin-left: 10px;
  }
  .l-head__information__slide a {
    -webkit-box-align: center;
        -ms-flex-align: center;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
  }
  .l-head__facility__inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
    grid-template-columns: 34% 1fr;
            align-items: center;
    width: 100%;
    max-width: 1280px;
  }
  .l-head__facility__items {
    position: relative;
    max-width: none;
  }
  .l-head__facility__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-head__facility__name {
    margin-bottom: 16%;
  }
  .l-head__facility__catches {
    display: block;
    white-space: nowrap;
  }
  .l-head__facility__gaikan {
    height: 540px;
    margin-right: calc(50% - 40vw);
    overflow: hidden;
  }
  .l-head__facility__gaikan img {
    -o-object-fit: cover;
    -o-object-position: center;
    display: block;
    width: 100%;
    height: 100%;
       object-fit: cover;
       object-position: center;
  }
  .is-open .l-head {
    background-color: transparent;
  }
  .is-open .l-head__nav {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-top: 0;
  }
  .l-footer__cta {
    width: 90%;
    max-width: 1800px;
  }
  .l-footer__cta__inr {
    padding: 4%;
  }
  .l-footer__cta__btn {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 860px;
  }
  .l-footer__cta__number svg {
    top: 4px;
    width: 30px;
  }
  .l-footer__list__column {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-footer__recruit {
    width: 100%;
    max-width: 940px;
  }
  .l-footer__recruit > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 5% 8%;
  }
  .l-footer__recruit__img {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 24%;
    width: 190px;
            transform: translateY(-50%);
  }
  .l-footer__recruit__btn {
    width: 58px;
    height: 58px;
  }
  .l-footer__recruit__btn::after {
    width: 12px;
    height: 12px;
  }
  .l-footer__company {
    margin-inline: 0;
  }
  .l-footer__top {
    bottom: 40px;
  }
  .l-contents-post__inr {
    max-width: 1280px;
  }
  .l-contents-post__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: row;
  }
  .l-contents-post__inr_left {
    width: 66.6%;
  }
  .l-contents-post__inr_right {
    width: 345.6px;
  }
  .l-contents-post .post-item {
    padding: 6% 2%;
  }
  .c-ttl_head__slide {
    line-height: 1.1;
  }
  .c-ttl__facility__price {
    margin-bottom: 40px;
  }
  .c-post-link {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
    text-align: left;
  }
  .c-post-link a:nth-child(1) {
    padding-left: 1rem;
  }
  .c-post-link a:nth-child(2) {
    padding-right: 1rem;
  }
  .c-link-tel {
    max-width: 320px;
  }
  .c-link-tel a {
    padding: 1.5rem 0;
  }
  .c-link-tel a .icon {
    margin-right: 8%;
  }
  .table tr {
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: start;
  }
  .table th {
    width: 30%;
    padding: 6% 2%;
    line-height: normal;
  }
  .table td {
    width: 70%;
    padding: 6% 2%;
    line-height: 1.8;
  }
  #toc_container {
    padding: 38px 52px;
  }
  #toc_container ul.toc_list > li > ul {
    margin-left: 40px;
  }
  .table_design08 {
    text-align: center;
  }
  .table_design08 th,
.table_design08 td {
    display: table-cell;
    border: 2px solid #d2e8f1;
    border-bottom: 2px solid #d2e8f1;
  }
  .table_design08 thead {
    display: table-header-group;
  }
  .table_design08 thead th {
    display: table-cell;
    border: 2px solid #ce3e3e;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .table_design08 thead th:last-of-type {
    border-right: 2px solid #ce3e3e;
  }
  .table_design08 tbody th {
    background: transparent;
    color: #ce3e3e;
  }
  .table_design08 td::before {
    display: none;
  }
  .ribbon {
    width: 60px;
    height: 50px;
    font-size: 20px;
  }
  .ribbon::before {
    width: 10px;
    height: 10px;
  }
  .ribbon::after {
    width: 60px;
    height: 8px;
  }
  .sub-menu {
    -webkit-transform: translateX(-50%) translateY(-10px);
    z-index: 1000;
    position: absolute;
    top: 50px;
    width: 240px;
    height: 320px;
    overflow-y: scroll;
            transform: translateX(-50%) translateY(-10px);
  }
  .p-contact__inr {
    width: 100%;
    max-width: 830px;
  }
  .p-contact__list .contact-facility {
    height: 400px;
  }
  .p-contact .check-list {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-contact__btn {
    width: 300px;
  }
  .p-contact .haveto {
    font-size: 14px;
  }
  .p-contact .any {
    font-size: 14px;
  }
  .p-editor {
    font-size: 16px;
  }
  .p-home {
    width: 100%;
    max-width: 1280px;
  }
  .p-home-about {
    width: 100%;
    max-width: 1180px;
  }
  .p-home-about__text {
    z-index: -1;
    position: relative;
    top: 40px;
    right: 30px;
    padding: 3rem 4rem;
  }
  .p-home-point {
    width: 100%;
    max-width: 1280px;
  }
  .p-home-point__img::before {
    top: 30px;
    left: -30px;
    background-size: 24px 24px;
  }
  .p-home-point__column {
    gap: 70px;
    width: 100%;
    max-width: 960px;
  }
  .p-home-sns {
    width: 100%;
    max-width: 1280px;
  }
  .p-home-facility {
    width: 100%;
    max-width: 1280px;
  }
  .p-home-facility__category .category-title::before {
    width: 10px;
    height: 10px;
  }
  .p-home-facility .category-service-tsuki {
    width: 62.5%;
    float: left;
  }
  .p-home-facility .category-kaigo-tsuki {
    width: 35.15625%;
    float: right;
  }
  .p-home-facility__slider__wrapper {
    padding-inline: 60px;
  }
  .p-home-facility .facility-category-prev,
.p-home-facility .facility-category-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .p-home-facility .facility-category-prev {
    left: 10px;
  }
  .p-home-facility .facility-category-next {
    right: 10px;
  }
  .p-home-facility .facility-image-wrapper {
    height: auto;
  }
  .p-home-facility .facility-info {
    padding: 0;
  }
  .p-home-area {
    width: 100%;
    max-width: 1280px;
  }
  .p-home-area__map {
    margin-inline: auto;
    width: 1020px;
    height: 600px;
  }
  .p-home-topics {
    width: 100%;
    max-width: 1280px;
  }
  .p-home-topics__column--item {
    padding: 3%;
  }
  .p-home-topics__post {
    gap: 20px;
  }
  .p-home-topics__post figure {
    margin-bottom: 0;
  }
  .p-home-topics__thumb {
    max-width: 240px;
    max-height: 160px;
  }
  .p-single__txt--date {
    font-size: 14px;
  }
  .p-single h3.single {
    font-size: 20px;
  }
  .p-cat__inr {
    max-width: 1280px;
  }
  .p-cat__search {
    margin-bottom: 3%;
    padding: 1% 2%;
  }
  .p-cat__search .facility-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-cat__search .filter-select {
    width: auto;
  }
  .p-cat__list .facility-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-cat__txt--date {
    font-size: 14px;
  }
  .p-cat__txt h3 {
    font-size: 16px;
  }
  .p-single__facility__table {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-single__facility__table li > :nth-child(even) {
    width: 70%;
  }
  .p-single__facility__table li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2%;
  }
  .p-single__facility__boxTtl {
    width: 30%;
  }
  .p-single__facility__btn {
    gap: 20px;
    -webkit-transform: translateY(-50%);
    top: 50%;
    right: 0;
    bottom: auto;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    width: auto;
            transform: translateY(-50%);
  }
  .p-single__facility__btn > span:not(:last-child) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    border-right: none;
  }
  .p-single__facility__btn > span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
    border-right: none;
            writing-mode: vertical-rl;
  }
  .p-single__facility__btn > span > a {
    padding: 10px;
  }
  .p-single__facility__btn .facility-tel-btn {
    grid-column: auto;
    width: auto;
  }
  .p-single__facility__news__inr {
    width: 100%;
    max-width: 900px;
  }
  .p-single__facility__news__inr li > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
    gap: 20px;
    grid-template-columns: 10% 20% 1fr;
            align-items: center;
  }
  .p-single__facility__summary {
    padding-block: 4rem;
  }
  .p-single__facility__summary__inr {
    width: 100%;
    max-width: 1280px;
  }
  .p-single__facility__summary__column {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5%;
  }
  .p-single__facility__summary__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-single__facility__about__inr {
    width: 100%;
    max-width: 1280px;
  }
  .p-single__facility__about__column {
    gap: 60px;
    grid-template-columns: 40% 1fr;
    padding: 6%;
  }
  .p-single__facility__about__column::before {
    width: 80%;
    height: 100%;
    margin-left: 0;
  }
  .p-single__facility__about__logo {
    top: 20px;
    left: 30px;
    width: 80px;
  }
  .p-single__facility__about__img figure:nth-child(2) {
    padding-top: 20%;
  }
  .p-single__facility__about__button {
    bottom: 30px;
    left: 20px;
    max-width: 300px;
  }
  .p-single__facility__features__inr {
    width: 100%;
    max-width: 1280px;
    text-align: center;
  }
  .p-single__facility__features__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    grid-template-columns: repeat(3, 180px);
            justify-content: center;
    max-width: 540px;
  }
  .p-single__facility__features__list__item:nth-child(even) {
    border-right: 1px solid #ce3e3e;
  }
  .p-single__facility__features__list__item:nth-child(3n) {
    border-right: none;
  }
  .p-single__facility__features__list__item:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .p-single__facility__intro__inr {
    width: 100%;
    max-width: 1280px;
  }
  .p-single__facility__intro .pr-main-item {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1100px;
    margin-bottom: 6%;
  }
  .p-single__facility__intro .pr-main-item .pr-content {
    margin-top: 30px;
  }
  .p-single__facility__intro .pr-main-item .pr-content h4 {
    padding: 0 40px 20px;
  }
  .p-single__facility__intro .pr-main-item .pr-content p {
    padding: 20px 40px 0;
  }
  .p-single__facility__intro .pr-sub-wrapper {
    gap: 80px 80px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 940px;
  }
  .p-single__facility__intro .pr-sub-wrapper .pr-content {
    top: -30px;
    right: -30px;
  }
  .p-single__facility__intro .pr-sub-item:nth-child(even) {
    margin-top: 20px;
  }
  .p-single__facility__floor__inr {
    width: 100%;
    max-width: 1280px;
  }
  .p-single__facility__floor__img {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-single__facility__floor__img li {
    margin-inline: auto;
  }
  .p-single__facility__floor__list {
    grid-template-columns: repeat(5, 1fr);
  }
  .p-single__facility__price__inr {
    width: 100%;
    max-width: 1140px;
  }
  .p-single__facility__price .facility-equipment {
    grid-template-columns: repeat(8, 1fr);
  }
  .p-single__facility__price .price-list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
            align-items: stretch;
  }
  .p-single__facility__price .price-card__body {
    padding: 10%;
  }
  .p-single__facility__price .food-items > div {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-single__facility__copayment__inr {
    width: 100%;
    max-width: 1280px;
  }
  .p-single__facility__accept {
    padding-block: 4rem;
  }
  .p-single__facility__accept__inr {
    width: 100%;
    max-width: 1000px;
  }
  .p-single__facility__accept__list {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 2%;
  }
  .p-single__facility__access {
    padding-block: 4rem;
  }
  .p-single__facility__access__inr {
    width: 100%;
    max-width: 1280px;
  }
  .p-single__facility__copayment__inr {
    width: 100%;
    max-width: 600px;
  }
  .p-single__facility__flow__inr {
    width: 100%;
    max-width: 600px;
  }
  .p-single__facility__flow .flow__item:not(:last-child) .flow__circle::after {
    -webkit-transform: translateX(-50%);
    display: block;
    position: absolute;
    bottom: -70px;
    left: 50%;
    width: 4px;
    height: 70px;
            transform: translateX(-50%);
    background-color: #ce3e3e;
    content: "";
  }
  .p-single__facility__flow .flow__item .flow__circle {
    position: relative;
    margin: 0;
  }
  .p-single__facility__flow .flow__item .flow__content {
    margin-left: 20px;
    text-align: left;
  }
  .p-single__facility .flow__note {
    text-align: left;
  }
  .p-single__facility__faq__inr {
    width: 100%;
    max-width: 900px;
  }
  .p-single__facility__faq__note {
    text-align: left;
  }
  .p-single__facility__guidelines__inr {
    width: 100%;
    max-width: 900px;
  }
  .p-flow {
    max-width: 1020px;
  }
  .p-flow__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 80px;
            flex-direction: row;
            justify-content: center;
    min-height: 220px;
  }
  .p-flow__step__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
    -webkit-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    position: relative;
    left: 0;
            flex: 1;
            flex-direction: column;
            align-items: center;
    max-width: 333.3333333333px;
            transform: none;
    opacity: 1;
  }
  .p-flow__step__item:not(:last-child)::after {
    z-index: 1;
    position: absolute;
    top: 18%;
    right: -50%;
    width: 100%;
    height: 4px;
    background-color: #ce3e3e;
    content: "";
  }
  .p-flow__wrap {
    padding: 6% 5%;
  }
  .p-flow__wrap:not(:last-child)::after {
    bottom: -5rem;
    width: 100px;
    height: 30px;
  }
  .p-privacy {
    max-width: 1280px;
  }
  .p-page__inr {
    max-width: 1140px;
  }
  .u-flex__default-sp--only {
    display: block;
  }
  .u-flex__center-sp--only {
    display: block;
  }
  .u-display-sp--only {
    display: none;
  }
  .u-container--default {
    max-width: 1000px;
  }
  .u-container--520 {
    max-width: 520px;
  }
  .u-container--1200 {
    max-width: 1200px;
  }
  .u-container-flex--c-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1000px) {
  html {
    font-size: 100%;
  }
  .l-wrapper {
    font-size: 100%;
  }
  .l-head__inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
    max-width: 1280px;
  }
  .l-head__nav {
    display: block;
    width: auto;
    height: auto;
    opacity: 100;
  }
  .l-head__nav--list {
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            align-items: center;
  }
  .l-head__toggle {
    display: none;
    width: auto;
    height: auto;
  }
  .l-head__toggle span {
    width: 32px;
  }
  .l-head__mv__overlay {
    -webkit-box-shadow: 0 0 5px 5px #ffffff;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 10%;
    max-width: 360px;
    height: 100%;
    background-color: #ffffff;
            box-shadow: 0 0 5px 5px #ffffff;
  }
  .l-head__mv__overlay::before {
    position: absolute;
    top: 4%;
    right: 4%;
    bottom: 4%;
    left: 4%;
    border: 1px solid #ce3e3e;
    border-radius: 10px;
    content: "";
  }
  .l-contents-post .post-card {
    gap: 3%;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-contents-post .post-thumbnail {
    max-width: 380px;
  }
  .sub-menu-arrow {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  html {
    font-size: 100%;
  }
  .l-wrapper {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tb001 {
    width: 100%;
  }
  .tb001 .head {
    display: none;
  }
  .tb001 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .tb001 td:first-child {
    background-color: #ce3e3e;
    color: #fff;
    font-weight: bold;
  }
  .tb001 td:before {
    display: block;
    color: #999;
    font-size: 0.7rem;
    font-weight: bold;
    content: attr(data-label);
  }
  .tb001 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
  .data-table_type1 {
    text-align: left;
  }

  .data-table_type1 thead {
    display: none;
  }

  .data-table_type1 th,
.data-table_type1 td {
    display: block;
    border: 0;
    border-bottom: 2px solid #e6f1f6;
  }

  .data-table_type1 tbody th {
    background: #4d9bc1;
    color: #fff;
  }

  .data-table_type1 td::before {
    display: inline-block;
    width: 100%;
    min-width: 4em;
    color: #4d9bc1;
    font-weight: bold;
    white-space: pre;
    content: attr(data-label);
    content: attr(data-label);
  }
}
@media screen and (max-width: 767px) {
  table.facilities_info td.facilities_info__cost {
    border: 1px solid #ccc;
  }

  table.facilities_info {
    margin-top: 1px;
    border: none;
  }

  table.facilities_info th {
    display: block;
    width: auto;
    margin-top: -1px;
  }

  table.facilities_info td {
    display: block;
    width: auto;
    margin-top: -1px;
  }

  table.facilities_info .facilities_cost {
    border: none;
  }
  table.facilities_price_info {
    border: none;
    border-spacing: 0;
  }

  table.facilities_price_info th {
    display: block;
    width: 100% !important;
    margin-top: -1px;
  }

  table.facilities_price_info td {
    display: block;
    width: 100% !important;
    margin-top: -1px;
    overflow: hidden;
  }

  table.facilities_price_info td:hover {
    border: 1px solid #ddd;
  }
}
@media (max-width: 768px) {
  .p-flow__step__circle {
    width: 100px;
    height: 100px;
  }
  .p-flow__step-number {
    font-size: 1.4rem;
  }
}