@charset "UTF-8";
/* 背景スクロール無効 */
body.no-scroll {
  overflow: hidden;
}

.fade-header {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  position: fixed;
  top: 2%;
  width: 100%;
  z-index: 1000;
}
.fade-header.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ヘッダー */
header {
  position: relative;
  z-index: 1001;
}
header .header-info {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-info .header-logo {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header-info .header-logo img {
  width: 75%;
}
header .header-info .header-menu {
  width: 60%;
  margin-left: 5%;
}
header .header-info .header-menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .header-info .header-menu nav ul li {
  width: 30%;
  margin-bottom: 50px;
}
header .header-info .header-menu nav ul li .icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .header-info .header-menu nav ul li .icon-link .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  gap: 5%;
}
header .header-info .header-menu nav ul li .icon-link .icon-item p {
  font-size: 1.3vw;
}
header .header-info .header-menu nav ul li .icon-link .icon-item span {
  font-size: 0.8rem;
  color: #C6C6C6;
  font-family: "Myriad Pro";
  padding-left: 4%;
}
header .header-info .header-menu nav ul li .icon-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header-info .header-menu nav ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
header .header-info .header-address {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
  margin-bottom: 1.5%;
  font-size: 1.8rem;
  line-height: 2;
}
header .header-info .header-address .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
header .header-info .header-address .address .tel h3 {
  font-size: 2.5rem;
  color: #DC5096;
  line-height: 2.5rem;
}
header .header-info .header-address .address::after {
  content: "";
  background: url(../img/fv/background-address-img.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding: 8% 14%;
  bottom: 0;
  left: 37%;
  -webkit-transform: scale(2.3);
          transform: scale(2.3);
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 1100px) {
  header .header-info {
    width: 85%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5% auto;
  }
  header .header-info .header-logo {
    width: 15%;
  }
  header .header-info .header-logo img {
    width: 100%;
  }
  header .header-info .header-menu {
    width: 80%;
  }
  header .header-info .header-menu nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .header-info .header-menu nav ul li {
    width: 33%;
  }
  header .header-info .header-menu nav ul li .icon-link {
    gap: 7.5px;
  }
  header .header-info .header-menu nav ul li .icon-link .icon-item p {
    font-size: 2vw;
  }
  header .header-info .header-menu nav ul li .icon-link .icon-item span {
    font-size: 1rem;
    color: #C6C6C6;
    font-family: "Myriad Pro";
    padding-left: 4%;
  }
  header .header-info .header-menu nav ul li .icon-link:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .header-info .header-menu nav ul li:nth-last-child(-n+2) {
    width: 33%;
    margin-bottom: 0;
  }
  header .header-info .header-address {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 1.5%;
    display: none;
  }
  header .header-info .header-address .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
  header .header-info .header-address .address h3 {
    font-size: 1.2vw;
    line-height: 2rem;
  }
  header .header-info .header-address .address .tel p {
    line-height: 1.5rem;
    font-size: 1vw;
  }
  header .header-info .header-address .address .tel h3 {
    font-size: 1.5vw;
    color: #DC5096;
    line-height: 2.5rem;
  }
  header .header-info .header-address .address::after {
    content: "";
    background: url(../img/fv/background-address-img.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 9% 23%;
    bottom: 0;
    left: 32%;
    -webkit-transform: scale(2.3);
            transform: scale(2.3);
    z-index: -1;
  }
}
@media (max-width: 767px) {
  /* ヘッダー */
  header .header-info {
    width: 90%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5% auto;
  }
  header .header-info .header-logo {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header-info .header-logo img {
    width: 100%;
  }
  header .header-info .header-address {
    width: 75%;
    font-size: 1.3rem;
    margin-bottom: 1%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .header-info .header-address .address h3 {
    font-size: 3vw;
    line-height: 5vw;
  }
  header .header-info .header-address .address .tel p {
    font-size: 3vw;
    line-height: 5vw;
  }
  header .header-info .header-address .address .tel h3 {
    font-size: 5vw;
    line-height: 5vw;
  }
  header .header-info .header-address .address::after {
    padding: 7.5% 15%;
    left: 20%;
  }
  header .h-list {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  header .h-list .h-item {
    position: relative;
    width: auto;
    text-align: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    counter-increment: item;
    right: 20px;
    top: 20px;
  }
  header .h-list .h-item .menu-trigger {
    position: relative;
    width: 40px;
    height: 30px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
  header .h-list .h-item .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #022542;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 2;
  }
  header .h-list .h-item .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .h-list .h-item .menu-trigger span:nth-of-type(2) {
    top: 13.5px;
  }
  header .h-list .h-item .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .h-list .h-item .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
            transform: translateY(11px) rotate(-45deg);
  }
  header .h-list .h-item .menu-trigger.active span:nth-of-type(2) {
    left: 0;
    opacity: 0;
    -webkit-animation: active-menu05-bar02 0.8s forwards;
            animation: active-menu05-bar02 0.8s forwards;
  }
  header .h-list .h-item .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
            transform: translateY(-16px) rotate(45deg);
  }
  header .h-list .sp-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    background-color: #FEF3FA;
    background-image: url(../img/fv/background-img.png), url(../img/fv/background-img.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right top;
  }
  header .h-list .sp-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 75%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .h-list .sp-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  header .h-list .sp-menu ul li .icon-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .h-list .sp-menu ul li .icon-link .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    white-space: nowrap;
    gap: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .h-list .sp-menu ul li .icon-link .icon-item p {
    font-size: 1.6rem;
    margin-bottom: 5px;
    font-weight: 600;
  }
  header .h-list .sp-menu ul li .icon-link .icon-item span {
    font-size: 1.2rem;
    color: #ada3a3;
    font-family: "Myriad Pro";
    padding-left: 2%;
  }
  header .h-list .sp-menu ul::before {
    content: "";
    position: absolute;
    top: 10%;
    left: -14%;
    width: 500px;
    height: 600px;
    background-color: #ECB7D2;
    -webkit-filter: blur(125px);
    filter: blur(235px);
    border-radius: 50%;
    z-index: -1;
  }
  header .h-list .sp-menu.active {
    pointer-events: auto;
    opacity: 1;
  }
}
main {
  /* トップへ戻る */
}
main .top-arrow {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 2px;
  height: 50px;
  background-color: #022542;
  border-radius: 9999px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
main .top-arrow::before, main .top-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 9px;
  background-color: #022542;
  border-radius: 9999px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
main .top-arrow::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
main .top-arrow::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
main .top-arrow.visible {
  opacity: 1;
  visibility: visible;
}

/* フッター */
footer .footer-main {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 75px auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
footer .footer-main .footer-content {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer-main .footer-content .footer-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5%;
}
footer .footer-main .footer-content .footer-info .footer-log {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5%;
}
footer .footer-main .footer-content .footer-info .footer-log .footer-azalea-log {
  margin-bottom: 30%;
}
footer .footer-main .footer-content .footer-info .footer-log img {
  width: 100%;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3%;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-address h3 {
  line-height: 2;
  font-size: 1.1vw;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-address .tel {
  font-size: 1.5vw;
  color: #DC5096;
  line-height: 1.5;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li {
  width: 33%;
  margin: 1.5% 0;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link .footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  gap: 5%;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link .footer-item p {
  font-size: 1.1vw;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link .footer-item span {
  font-size: 0.9rem;
  color: #C6C6C6;
  font-family: "Myriad Pro";
  padding-left: 4%;
}
footer .footer-main .footer-content .footer-partner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
footer .footer-main .footer-content .footer-partner-logo .partner-link {
  width: 15%;
}
footer .footer-main .footer-content .footer-partner-logo .partner-link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-main .footer-map {
  width: 35%;
  aspect-ratio: 4/3;
}
footer .footer-main .footer-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
footer .copyright {
  background-color: #FFCFDB;
  text-align: center;
  padding: 25px 0;
}
footer .copyright small {
  font-size: 1.2rem;
  color: #FFFFFF;
  font-family: "Myriad Pro";
}

@media (min-width: 768px) and (max-width: 1100px) {
  footer .footer-main {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 75px auto 25px;
  }
  footer .footer-main .footer-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-main .footer-content .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5%;
  }
  footer .footer-main .footer-content .footer-info .footer-log {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer .footer-main .footer-content .footer-info .footer-log .footer-azalea-log {
    margin-bottom: 25px;
  }
  footer .footer-main .footer-content .footer-info .footer-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-address h3 {
    line-height: 2;
    font-size: 2vw;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-address .tel {
    font-size: 2.5vw;
    margin-right: 10%;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link .footer-item p {
    font-size: 1.75vw;
  }
  footer .footer-main .footer-content .footer-partner-logo {
    width: 90%;
    margin: 0 auto 25px;
  }
  footer .footer-main .footer-map {
    width: 100%;
    aspect-ratio: 4/3;
  }
  footer .footer-main .footer-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  footer .copyright {
    background-color: #FFCFDB;
    text-align: center;
    padding: 25px 0;
  }
  footer .copyright small {
    font-size: 1.2rem;
    color: #FFFFFF;
    font-family: "Myriad Pro";
  }
}
@media (max-width: 767px) {
  footer .footer-main {
    width: 89%;
    display: block;
    margin: 37.5px auto;
  }
  footer .footer-main .footer-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10%;
  }
  footer .footer-main .footer-content .footer-info {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .footer-main .footer-content .footer-info .footer-log {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 46%;
    margin: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .footer-main .footer-content .footer-info .footer-log .footer-azalea-log {
    width: 50%;
    margin-bottom: 0;
  }
  footer .footer-main .footer-content .footer-info .footer-log .footer-azalea-log img {
    width: 100%;
  }
  footer .footer-main .footer-content .footer-info .footer-log .footer-company-logo {
    width: 45%;
    padding-bottom: 5%;
  }
  footer .footer-main .footer-content .footer-info .footer-log .footer-company-logo img {
    width: 80%;
  }
  footer .footer-main .footer-content .footer-info .footer-details {
    width: 60%;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 300;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-address h3 {
    line-height: 2.5rem;
    font-size: 1.2rem;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-address .tel {
    font-size: 1.9rem;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-address .tel span {
    margin: 0px;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li {
    width: 50%;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link .footer-item p {
    font-size: 1.2rem;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link .footer-item span {
    font-size: 0.7rem;
    padding-left: 2%;
  }
  footer .footer-main .footer-content .footer-sp-menu {
    width: 100%;
    margin: auto;
  }
  footer .footer-main .footer-content .footer-sp-menu nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
  footer .footer-main .footer-content .footer-sp-menu nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    width: 30%;
  }
  footer .footer-main .footer-content .footer-sp-menu nav ul li .icon-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  footer .footer-main .footer-content .footer-sp-menu nav ul li .icon-link .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    white-space: nowrap;
    gap: 5%;
  }
  footer .footer-main .footer-content .footer-sp-menu nav ul li .icon-link .icon-item p {
    font-size: 1.2rem;
  }
  footer .footer-main .footer-content .footer-sp-menu nav ul li .icon-link .icon-item span {
    font-size: 0.8rem;
    color: #C6C6C6;
    font-family: "Myriad Pro";
    padding-left: 2%;
  }
  footer .footer-main .footer-content .footer-partner-logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .footer-main .footer-content .footer-partner-logo a {
    width: 25%;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  footer .footer-main .footer-content .footer-partner-logo a .cfg {
    width: 100%;
  }
  footer .footer-main .footer-content .footer-partner-logo a .intl {
    width: 90%;
  }
  footer .footer-main .footer-content .footer-partner-logo a .mk {
    width: 95%;
  }
  footer .footer-main .footer-map {
    width: 100%;
    aspect-ratio: 4/3;
  }
  footer .footer-main .footer-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  footer .copyright {
    background-color: #FFCFDB;
    text-align: center;
    padding: 10px 0;
  }
  footer .copyright small {
    font-size: 0.8rem;
    color: #FFFFFF;
    font-family: "Myriad Pro";
  }
}
@font-face {
  font-family: "SetoFont";
  src: url("../fonts/setofont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "SetoFont", "Zen Maru Gothic", serif;
  color: #022542;
}
html ._tab {
  display: none;
}
html ._sp {
  display: none;
}
html ._pc {
  display: block;
}
html .page-switcher .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 75px 0 25px;
  margin-bottom: 25px;
}
html .page-switcher .title svg {
  height: 4.5rem;
  fill: #f96eaa;
  padding: 0 15px;
}
html .page-switcher .title h2 {
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.75rem;
  margin-right: -0.75rem;
  color: #f96eaa;
}
html .page-switcher .title h2.fw {
  font-weight: 600;
}
html .page-switcher .title .theme-green {
  fill: #7DC390;
  color: #7DC390;
}
html .page-switcher .title .theme-purple {
  fill: #9fa4e2;
  color: #9fa4e2;
}
html .page-switcher .title .theme-cyan {
  fill: #00c2b7;
  color: #00c2b7;
}
html .page-switcher .title .theme-pink {
  fill: #d86682;
  color: #d86682;
}
html .page-switcher .title .theme-orange {
  fill: #e69460;
  color: #e69460;
}
html .page-switcher .sub-title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 75px;
  line-height: 4rem;
}
html .page-switcher .dot-line {
  position: relative;
  margin-top: -4.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  width: 100%;
}
html .page-switcher .dot-line.color1 .dot {
  background-color: #7DC390;
}
html .page-switcher .dot-line.color2 .dot {
  background-color: #9fa4e2;
}
html .page-switcher .dot-line.color3 .dot {
  background-color: #00c2b7;
}
html .page-switcher .dot-line.color4 .dot {
  background-color: #d86682;
}
html .page-switcher .dot-line .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #022542;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dotFade 2s infinite ease-in-out;
          animation: dotFade 2s infinite ease-in-out;
}
html .page-switcher .dot-line .dot:nth-child(1) {
  --scale: 1.1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
html .page-switcher .dot-line .dot:nth-child(2) {
  --scale: 1.4;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
html .page-switcher .dot-line .dot:nth-child(3) {
  --scale: 1.7;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
html .page-switcher .dot-line .dot:nth-child(4) {
  --scale: 2;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@-webkit-keyframes dotFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  30%, 80% {
    opacity: 1;
    -webkit-transform: scale(var(--scale));
            transform: scale(var(--scale));
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@keyframes dotFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  30%, 80% {
    opacity: 1;
    -webkit-transform: scale(var(--scale));
            transform: scale(var(--scale));
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
html .page-switcher .switch-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  padding: 7.5% 0;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3%;
  margin-bottom: 1.5rem;
  background-color: white;
  border-radius: 30px;
  background-image: url(../img/info/background-info.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
html .page-switcher .switch-buttons button {
  width: 12.5%;
  border: none;
  opacity: 0.65;
  border-radius: 5px;
  cursor: pointer;
}
html .page-switcher .switch-buttons button img {
  width: 100%;
}
html .page-switcher .switch-buttons button.active {
  opacity: 1;
}
html .page-switcher .switch-buttons button:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  html .page-switcher .switch-buttons button {
    width: 20%;
  }
}
html .page-switcher .switch-section {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 95%;
  margin: auto;
  margin-top: -35px;
}
html .page-switcher .switch-section.active {
  display: block;
  opacity: 1;
}
html .page-switcher .switch-section .fade-header {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  position: fixed;
  top: 2%;
  width: 95%;
  z-index: 1000;
  pointer-events: none;
}
html .page-switcher .switch-section .fade-header.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
html .page-switcher .switch-section .inner-header {
  height: 10vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.9019607843);
  padding: 0 3%;
  margin: auto;
  border-radius: 10px;
}
html .page-switcher .switch-section .inner-header .logo {
  width: 20%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html .page-switcher .switch-section .inner-header .logo h3 {
  margin: 0 3%;
}
html .page-switcher .switch-section .inner-header nav {
  width: 80%;
  margin: auto;
}
html .page-switcher .switch-section .inner-header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5%;
}
html .page-switcher .switch-section .inner-header nav ul li {
  border: 2px dashed #DC5096;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
html .page-switcher .switch-section .inner-header nav ul li .ih {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 10px 30px;
}
html .page-switcher .switch-section .inner-header nav ul li .ih .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  gap: 5%;
}
html .page-switcher .switch-section .inner-header nav ul li .ih .icon-item p {
  font-size: 1.8rem;
}
html .page-switcher .switch-section .inner-header nav ul li.active {
  background-color: #F96EAA;
  border: 2px dashed #DC5096;
  color: #fff;
}
@media (hover: hover) {
  html .page-switcher .switch-section .inner-header nav ul li:hover {
    background-color: #F96EAA;
    border: 2px dashed #DC5096;
    color: #fff;
  }
}
html .page-switcher .switch-section#overview .title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 25px;
}
html .page-switcher .switch-section#overview .ho-about {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 150px;
}
html .page-switcher .switch-section#overview .ho-about .about-img {
  width: 40%;
  min-width: 475px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 0;
}
@-webkit-keyframes showLeft {
  0%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showLeft {
  0%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showRight {
  0%, 40% {
    opacity: 0;
  }
  50%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes showRight {
  0%, 40% {
    opacity: 0;
  }
  50%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html .page-switcher .switch-section#overview .ho-about .about-img img {
  width: 65%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10;
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble {
  position: absolute;
  opacity: 1;
  -webkit-animation: bubbleFade 6s ease-in-out infinite;
          animation: bubbleFade 6s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble1 {
  width: 100px;
  height: 100px;
  top: 4%;
  left: 8%;
  border-radius: 65% 50% 70% 45%/50% 70% 55% 65%;
  background: radial-gradient(circle at 25% 75%, rgba(255, 220, 213, 0.5) 0%, rgba(254, 223, 182, 0.3) 50%, rgba(254, 162, 176, 0) 100%);
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble2 {
  width: 125px;
  height: 125px;
  top: 24%;
  left: 21%;
  border-radius: 55% 60% 65% 50%/60% 55% 70% 50%;
  background: radial-gradient(circle at 30% 70%, rgba(254, 172, 179, 0.42) 0%, rgba(254, 172, 179, 0.24) 50%, rgba(254, 172, 179, 0) 100%);
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble3 {
  width: 80px;
  height: 80px;
  top: 10%;
  left: 35%;
  border-radius: 60% 65% 50% 55%/65% 50% 60% 65%;
  background: radial-gradient(circle at 22% 78%, rgba(255, 230, 200, 0.5) 0%, rgba(255, 230, 200, 0.3) 52%, rgba(255, 190, 170, 0) 100%);
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble4 {
  width: 100px;
  height: 100px;
  top: 16%;
  left: 74%;
  border-radius: 58% 55% 68% 52%/55% 68% 58% 60%;
  background: radial-gradient(circle at 25% 75%, rgba(255, 220, 213, 0.5) 0%, rgba(254, 223, 182, 0.3) 50%, rgba(254, 162, 176, 0) 100%);
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble5 {
  width: 75px;
  height: 75px;
  top: 28%;
  left: 55%;
  border-radius: 60% 57% 65% 55%/55% 65% 62% 60%;
  background: radial-gradient(circle at 30% 70%, rgba(254, 172, 179, 0.42) 0%, rgba(254, 172, 179, 0.24) 50%, rgba(254, 172, 179, 0) 100%);
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble6 {
  width: 60px;
  height: 60px;
  top: 42%;
  left: 80%;
  border-radius: 63% 54% 60% 51%/55% 66% 64% 60%;
  background: radial-gradient(circle at 22% 78%, rgba(255, 230, 200, 0.5) 0%, rgba(255, 230, 200, 0.3) 52%, rgba(255, 190, 170, 0) 100%);
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble7 {
  width: 100px;
  height: 100px;
  top: 53%;
  left: 10%;
  border-radius: 64% 59% 66% 53%/54% 66% 58% 60%;
  background: radial-gradient(circle at 25% 75%, rgba(255, 220, 213, 0.5) 0%, rgba(254, 223, 182, 0.3) 50%, rgba(254, 162, 176, 0) 100%);
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble8 {
  width: 150px;
  height: 150px;
  top: 62%;
  left: 25%;
  border-radius: 58% 64% 60% 53%/59% 62% 64% 58%;
  background: radial-gradient(circle at 30% 70%, rgba(254, 172, 179, 0.42) 0%, rgba(254, 172, 179, 0.24) 50%, rgba(254, 172, 179, 0) 100%);
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble9 {
  width: 125px;
  height: 125px;
  top: 66%;
  left: 36%;
  border-radius: 60% 55% 65% 50%/55% 65% 60% 60%;
  background: radial-gradient(circle at 22% 78%, rgba(255, 230, 200, 0.5) 0%, rgba(255, 230, 200, 0.3) 52%, rgba(255, 190, 170, 0) 100%);
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble10 {
  width: 130px;
  height: 130px;
  top: 46%;
  left: 62%;
  border-radius: 61% 58% 66% 54%/55% 64% 60% 61%;
  background: radial-gradient(circle at 25% 75%, rgba(255, 220, 213, 0.5) 0%, rgba(254, 223, 182, 0.3) 50%, rgba(254, 162, 176, 0) 100%);
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble11 {
  width: 90px;
  height: 90px;
  top: 73%;
  left: 76%;
  border-radius: 64% 55% 60% 50%/55% 65% 60% 60%;
  background: radial-gradient(circle at 30% 70%, rgba(254, 172, 179, 0.42) 0%, rgba(254, 172, 179, 0.24) 50%, rgba(254, 172, 179, 0) 100%);
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble:nth-of-type(odd) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble:nth-of-type(even) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@-webkit-keyframes bubbleFade {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bubbleFade {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
html .page-switcher .switch-section#overview .ho-about .about-img .typing-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  font-size: 1.9rem;
  line-height: 1.5;
  top: 0;
  right: 0;
}
html .page-switcher .switch-section#overview .ho-about .about-img .typing-line {
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  width: 0;
  opacity: 1;
  display: inline-block;
  -webkit-animation-timing-function: steps(25);
          animation-timing-function: steps(25);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
html .page-switcher .switch-section#overview .ho-about .about-img .blink-cursor {
  -webkit-animation: blink 0.5s step-end infinite alternate;
          animation: blink 0.5s step-end infinite alternate;
}
html .page-switcher .switch-section#overview .ho-about .about-img .fade-out {
  -webkit-animation: fadeOut 1s forwards !important;
          animation: fadeOut 1s forwards !important;
}
@-webkit-keyframes typingFirst {
  from {
    width: 0;
  }
  to {
    width: 15ch;
  }
}
@keyframes typingFirst {
  from {
    width: 0;
  }
  to {
    width: 15ch;
  }
}
@-webkit-keyframes typingSecond {
  from {
    width: 0;
  }
  to {
    width: 10ch;
  }
}
@keyframes typingSecond {
  from {
    width: 0;
  }
  to {
    width: 10ch;
  }
}
@-webkit-keyframes blink {
  0%, 100% {
    border-color: black;
  }
  50% {
    border-color: transparent;
  }
}
@keyframes blink {
  0%, 100% {
    border-color: black;
  }
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
html .page-switcher .switch-section#overview .ho-about .about-text {
  width: 60%;
  font-size: max(1.1vw, 1.6rem);
}
html .page-switcher .switch-section#overview .ho-about .about-text h4 {
  font-weight: 600;
  margin-bottom: 45px;
  font-size: 2.5rem;
}
html .page-switcher .switch-section#overview .ho-about .about-text p {
  line-height: 4rem;
  margin-bottom: 25px;
  text-align: justify;
}
html .page-switcher .switch-section#overview .ho-about .about-text p:last-child {
  margin-bottom: 0;
}
html .page-switcher .switch-section#overview .ho-about #table {
  position: absolute;
  width: 100%;
  height: 100%;
}
html .page-switcher .switch-section#overview .ho-about #centeralign {
  width: 100%;
  height: 100%;
  position: relative;
}
html .page-switcher .switch-section#overview .ho-about #centeralign #right-text,
html .page-switcher .switch-section#overview .ho-about #centeralign #left-text {
  display: inline-block;
  position: absolute;
  width: 19%;
  margin: 0;
  text-transform: lowercase;
  font-size: 1.6rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  z-index: 999;
  padding: 20px 15px;
  border: 1px solid #67839e;
  border-radius: 40px;
  background-color: #ffffff;
}
html .page-switcher .switch-section#overview .ho-about #centeralign #right-text {
  top: 40%;
  right: 19%;
  width: 24%;
  text-align: center;
}
html .page-switcher .switch-section#overview .ho-about #centeralign #left-text {
  top: 25%;
  left: 14%;
  width: 26%;
  text-align: left;
}
html .page-switcher .switch-section#overview .ho-about #centeralign #right-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 38%;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #67839e transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
html .page-switcher .switch-section#overview .ho-about #centeralign #right-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 38%;
  border-style: solid;
  border-width: 23.1px 13.8px 0 13.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
html .page-switcher .switch-section#overview .ho-about #centeralign #left-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 62%;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #67839e transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
html .page-switcher .switch-section#overview .ho-about #centeralign #left-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 62%;
  border-style: solid;
  border-width: 23.1px 13.8px 0 13.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
html .page-switcher .switch-section#overview .ho-about #centeralign .fade-out {
  opacity: 0;
}
html .page-switcher .switch-section#overview .restaurant {
  width: 80%;
  margin: 0 auto 150px;
  background-color: #efefef;
  border-radius: 30px;
  padding-bottom: 75px;
}
html .page-switcher .switch-section#overview .restaurant p {
  width: 80%;
  margin: auto;
  font-size: 2.5rem;
  color: #7e5a62;
  text-align: center;
  line-height: 4.5rem;
  letter-spacing: 0.1rem;
  padding-bottom: 50px;
}
html .page-switcher .switch-section#overview .restaurant .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
html .page-switcher .switch-section#overview .restaurant .menu-list .menu-image {
  width: 25%;
  max-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}
html .page-switcher .switch-section#overview .facility-tour {
  width: 80%;
  margin: 0 auto 150px;
  background-color: #fcebf6;
  border-radius: 18px;
  padding-bottom: 75px;
}
html .page-switcher .switch-section#overview .facility-tour p {
  width: 80%;
  margin: auto;
  font-size: 2.5rem;
  color: #7e5a62;
  text-align: center;
  line-height: 4.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 25px;
}
html .page-switcher .switch-section#overview .facility-tour .facility-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
html .page-switcher .switch-section#overview .facility-tour .facility-section .tour-item {
  width: 27.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
html .page-switcher .switch-section#overview .facility-tour .facility-section .tour-item .facility-photo {
  max-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}
html .page-switcher .switch-section#overview .facility-tour .facility-section .tour-item .facility-text {
  width: 100%;
  font-size: 2rem;
  text-align: start;
  color: #022542;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  margin: 0 auto 0;
}
html .page-switcher .switch-section#overview .company-profile {
  width: 95%;
  margin: 0 auto 75px;
  padding-bottom: 75px;
  border-radius: 30px;
  background-image: url(../img/azalea-info/ho/company-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
html .page-switcher .switch-section#overview .company-profile .company-overview {
  width: 80%;
  margin: auto;
  padding: 2rem;
}
html .page-switcher .switch-section#overview .company-profile .company-overview .company-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
}
html .page-switcher .switch-section#overview .company-profile .company-overview .profile-label {
  width: 11%;
  font-weight: bold;
  padding: 2.5rem 0 2.5rem 1%;
  border-bottom: 3px solid #333;
  line-height: 2;
}
html .page-switcher .switch-section#overview .company-profile .company-overview .profile-value {
  width: 80%;
  padding: 2.5rem 0 2.5rem 10%;
  border-bottom: 1px solid #333;
  line-height: 2;
  letter-spacing: 0.1rem;
}
html .page-switcher .switch-section#overview .company-profile .company-overview .profile-value span {
  font-family: "Yu Mincho", "游明朝", serif;
}
html .page-switcher .switch-section#room-types .room-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  min-width: 1000px;
  margin: 125px auto 25px;
}
html .page-switcher .switch-section#room-types .room-section .room-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 27.5%;
  gap: 15px;
}
html .page-switcher .switch-section#room-types .room-section .room-box .room-img {
  position: relative;
  margin-bottom: 15px;
  background-color: #efefef;
  border-radius: 15px;
}
html .page-switcher .switch-section#room-types .room-section .room-box .room-img svg {
  position: absolute;
  top: -13%;
  left: -13%;
  width: 100px;
  height: 100px;
  z-index: 1;
}
html .page-switcher .switch-section#room-types .room-section .room-box .room-img .rotated-text {
  position: absolute;
  top: -11%;
  left: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  font-size: 2.4rem;
  z-index: 2;
}
html .page-switcher .switch-section#room-types .room-section .room-box .room-img .rotated-text p {
  margin: 0;
  position: relative;
  padding: 0 1.5rem;
}
html .page-switcher .switch-section#room-types .room-section .room-box .room-img .rotated-text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20%;
  height: 45px;
  width: 2px;
  background-color: #022542;
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
html .page-switcher .switch-section#room-types .room-section .room-box .room-img .rotated-text p::after {
  content: "";
  position: absolute;
  right: 0;
  top: -20%;
  height: 45px;
  width: 2px;
  background-color: #022542;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
html .page-switcher .switch-section#room-types .room-section .room-box .room-img img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  padding: 10% 0 5%;
  margin: auto;
}
html .page-switcher .switch-section#room-types .room-section .room-box p {
  font-size: 2.1rem;
}
html .page-switcher .switch-section#room-types .room-section .room-box p.type {
  line-height: 2.25rem;
  height: 100%;
  margin-bottom: 10px;
  position: relative;
}
html .page-switcher .switch-section#room-types .room-section .room-box p.type::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 7.5px;
  width: 25%;
  height: 2px;
  background-color: #000000;
}
html .page-switcher .switch-section#room-types .room-section .room-box button {
  color: #ffffff;
  background-color: #f96eaa;
  padding: 7.5px 20px;
  text-align: center;
  border-radius: 20px;
  margin: 30px auto;
  font-size: 2rem;
}
html .page-switcher .switch-section#room-types .room-section .room-box button.room-button {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
html .page-switcher .switch-section#room-types .room-section .room-box button.room-button.active {
  opacity: 1;
}
html .page-switcher .switch-section#room-types .room-content {
  display: none;
  width: 80%;
  min-width: 1000px;
  margin: 0 auto 75px;
  padding-bottom: 75px;
  background-color: #fcebf6;
  border-radius: 30px;
}
html .page-switcher .switch-section#room-types .room-content h2 {
  line-height: 7rem;
}
html .page-switcher .switch-section#room-types .room-content .sub-title {
  color: #7e5a62;
  line-height: 5rem;
  margin-bottom: 75px;
}
html .page-switcher .switch-section#room-types .room-content .initial-cost,
html .page-switcher .switch-section#room-types .room-content .monthly-cost {
  width: 80%;
  margin: 0 auto 50px;
}
html .page-switcher .switch-section#room-types .room-content .initial-cost h4,
html .page-switcher .switch-section#room-types .room-content .monthly-cost h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  font-size: 2.5rem;
  color: #f06ea8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
html .page-switcher .switch-section#room-types .room-content .initial-cost h4 img,
html .page-switcher .switch-section#room-types .room-content .monthly-cost h4 img {
  width: 3%;
}
html .page-switcher .switch-section#room-types .room-content .initial-cost .table,
html .page-switcher .switch-section#room-types .room-content .monthly-cost .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 25px auto 10px;
  font-family: "Zen Maru Gothic", serif;
}
html .page-switcher .switch-section#room-types .room-content .initial-cost .table .line,
html .page-switcher .switch-section#room-types .room-content .monthly-cost .table .line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html .page-switcher .switch-section#room-types .room-content .initial-cost .table .line p,
html .page-switcher .switch-section#room-types .room-content .monthly-cost .table .line p {
  width: 12.5%;
  min-width: 100px;
  background-color: #ffffff;
  border: 1px dashed #afafaf;
  text-align: center;
  padding: 10px 0;
  margin: 2px;
  line-height: inherit;
}
html .page-switcher .switch-section#room-types .room-content .initial-cost .table .line p:first-child,
html .page-switcher .switch-section#room-types .room-content .monthly-cost .table .line p:first-child {
  background-color: #ffd7ea;
}
html .page-switcher .switch-section#room-types .room-content .initial-cost .table .line:first-child p,
html .page-switcher .switch-section#room-types .room-content .monthly-cost .table .line:first-child p {
  background-color: #ffd7ea;
}
html .page-switcher .switch-section#room-types .room-content .initial-cost p,
html .page-switcher .switch-section#room-types .room-content .monthly-cost p {
  font-size: 1.8rem;
  line-height: 1.5;
}
html .page-switcher .switch-section#room-types .room-content .room-type {
  width: 100%;
}
html .page-switcher .switch-section#room-types .room-content .room-type .rt-list {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 50px;
  gap: 15px;
}
html .page-switcher .switch-section#room-types .room-content .room-type .rt-list .rt-img {
  width: 24%;
  max-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}
html .page-switcher .switch-section#room-types .room-content .room-type .rt-list .rt-img.size-ctype {
  width: 30%;
}
html .page-switcher .switch-section#room-types .room-content .room-type .room-equipment {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 3% auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-size: 2.5rem;
  color: #022542;
}
html .page-switcher .switch-section#room-types .room-content .room-type .room-equipment img {
  width: 100%;
  grid-area: 1/1/2/2;
  margin: auto 0;
}
html .page-switcher .switch-section#room-types .room-content .room-type .room-equipment h4 {
  grid-area: 1/2/2/3;
  margin: auto 1rem;
}
html .page-switcher .switch-section#room-types .room-content .room-type .room-equipment p {
  grid-area: 2/2/3/3;
  margin: 1rem 1rem 3rem;
  line-height: 4rem;
}
html .page-switcher .switch-section#room-types .room-content.active {
  display: block;
}
html .page-switcher .switch-section#conditions h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.7rem;
  color: #022542;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-weight: 600;
  margin-bottom: 50px;
}
html .page-switcher .switch-section#conditions h4 img {
  width: 2%;
}
html .page-switcher .switch-section#conditions .condition {
  width: 90%;
  margin: auto;
}
html .page-switcher .switch-section#conditions .condition .residency-info,
html .page-switcher .switch-section#conditions .condition .movein-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 100px;
}
html .page-switcher .switch-section#conditions .condition .residency-info .residency-text,
html .page-switcher .switch-section#conditions .condition .residency-info .movein-text,
html .page-switcher .switch-section#conditions .condition .movein-details .residency-text,
html .page-switcher .switch-section#conditions .condition .movein-details .movein-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 5%;
}
html .page-switcher .switch-section#conditions .condition .residency-info .residency-text p,
html .page-switcher .switch-section#conditions .condition .residency-info .movein-text p,
html .page-switcher .switch-section#conditions .condition .movein-details .residency-text p,
html .page-switcher .switch-section#conditions .condition .movein-details .movein-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  color: #022542;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
html .page-switcher .switch-section#conditions .condition .residency-info .residency-text p img,
html .page-switcher .switch-section#conditions .condition .residency-info .movein-text p img,
html .page-switcher .switch-section#conditions .condition .movein-details .residency-text p img,
html .page-switcher .switch-section#conditions .condition .movein-details .movein-text p img {
  width: 1.25%;
}
html .page-switcher .switch-section#conditions .care-guidance {
  width: 80%;
  margin: 0 auto 75px;
}
html .page-switcher .switch-section#conditions .care-guidance .title {
  padding-bottom: 50px;
}
html .page-switcher .switch-section#conditions .care-guidance .title h2 {
  letter-spacing: 0.5rem;
}
html .page-switcher .switch-section#conditions .care-guidance h4 {
  color: #f06ea8;
  margin-bottom: 30px;
}
html .page-switcher .switch-section#conditions .care-guidance .fee-items {
  margin-bottom: 100px;
}
html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item {
  display: grid;
  grid-template-columns: auto 90% auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #f96eaa;
  border: 2px dashed #dc5096;
  padding: 25px 20px;
  margin: 15px;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-size: 2.3rem;
}
html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item .no {
  margin-right: 3%;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-area: 1/1/2/2;
}
html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item .ttl {
  font-weight: 600;
  grid-area: 1/2/2/3;
}
html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item .toggle-icon {
  grid-area: 1/3/2/4;
  position: relative;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item .toggle-icon::before, html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item .toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item .toggle-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item .toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item .content {
  grid-area: 2/2/3/4;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, margin-top 0.4s ease;
  transition: max-height 0.4s ease, margin-top 0.4s ease;
  margin-top: 0;
  line-height: 3rem;
}
html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item.active {
  background-color: #fcebf6;
  color: #022542;
}
html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item.active .toggle-icon::before {
  background-color: #f96eaa;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item.active .toggle-icon::after {
  background-color: #f96eaa;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item.active .content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions {
  font-size: 2.1rem;
  padding-bottom: 75px;
}
html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table-list {
  width: 100%;
}
html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table .line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table .line p {
  width: 14%;
  background-color: #ffffff;
  border: 1px dashed #afafaf;
  text-align: center;
  padding: 15px 0;
  margin: 1px;
  line-height: inherit;
}
html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table .line:first-child p {
  background-color: #ffd7ea;
}
html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table:nth-of-type(2) {
  margin-bottom: 25px;
}
html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions p {
  line-height: 2rem;
}
html .page-switcher .switch-section#features .azalea-features {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html .page-switcher .switch-section#features .azalea-features .af-item {
  min-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-block {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-no p {
  font-size: 1.8rem;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-no h3 {
  font-size: 4.8rem;
  font-weight: 600;
  color: #dc5096;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-text h4 {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 30px;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-text h3 {
  font-size: 2.25rem;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-text ul {
  padding-left: 50px;
  margin: 15px 0;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-text ul li {
  font-size: 2.25rem;
  list-style-type: disc;
  margin-bottom: 5px;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-text p {
  font-size: 2.25rem;
  line-height: 3.5rem;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img {
  width: 35%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  padding-bottom: 20px;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img img {
  width: 45%;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img img.af-no3 {
  width: 45%;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img img.af-no4 {
  width: 60%;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img img.af-no5 {
  width: 60%;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #table {
  position: absolute;
  width: 100%;
  height: 100%;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign {
  width: 100%;
  height: 100%;
  position: relative;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign .right-text,
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign .left-text {
  display: inline-block;
  position: absolute;
  width: 19%;
  margin: 0;
  text-transform: lowercase;
  font-size: 1.6rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  z-index: 999;
  padding: 15px 15px;
  border: 1px solid #67839e;
  border-radius: 40px;
  background-color: #ffffff;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign .right-text {
  top: 1%;
  right: 2%;
  width: 40%;
  text-align: left;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign .left-text {
  top: 0%;
  left: 0%;
  width: 37%;
  text-align: left;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign .right-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 38%;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #67839e transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign .right-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 38%;
  border-style: solid;
  border-width: 23.1px 13.8px 0 13.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign .left-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 62%;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #67839e transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign .left-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 62%;
  border-style: solid;
  border-width: 23.1px 13.8px 0 13.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign .fade-out {
  opacity: 0;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign #af-rt4 {
  top: 16%;
  right: 5%;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign #af-lt4 {
  top: 14%;
  left: 7%;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign #af-rt5 {
  top: 15%;
  right: -5%;
}
html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign #af-lt5 {
  top: 15%;
  left: 0;
}
html .page-switcher .switch-section#features .azalea-features .af-item .fade-out {
  -webkit-animation: fadeOut 1s forwards !important;
          animation: fadeOut 1s forwards !important;
}
@keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
html .page-switcher .switch-section#features .location-section {
  position: relative;
  width: 100%;
  height: 1000px;
  overflow: hidden;
  border-radius: 30px;
}
html .page-switcher .switch-section#features .location-section iframe {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 130%;
  z-index: 1;
  border: none;
}
html .page-switcher .switch-section#features .location-section .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcebf6), color-stop(50%, rgba(252, 235, 246, 0.95)), color-stop(70%, rgba(252, 235, 246, 0.6)), color-stop(90%, rgba(252, 235, 246, 0.3)), to(rgba(252, 235, 246, 0)));
  background: linear-gradient(to bottom, #fcebf6 0%, rgba(252, 235, 246, 0.95) 50%, rgba(252, 235, 246, 0.6) 70%, rgba(252, 235, 246, 0.3) 90%, rgba(252, 235, 246, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
html .page-switcher .switch-section#features .location-section .location-content {
  position: relative;
  z-index: 3;
  padding: 50px;
  color: #022542;
}
html .page-switcher .switch-section#features .location-section .location-content .sub-title {
  color: #7e5a62;
  width: 50%;
  min-width: 800px;
  margin: 0 auto 75px;
}
html .page-switcher .switch-section#features .location-section .location-content .loc-list {
  width: 90%;
  min-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 50px;
  background-color: #ffffff;
  border-radius: 25px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}
html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box .loc-name {
  height: 40px;
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
}
html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box .loc-name span {
  font-size: 1.75rem;
  display: block;
}
html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box .loc-img {
  width: 20%;
  margin-bottom: 30px;
}
html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box .loc-time {
  font-size: 1.75rem;
  line-height: 3rem;
  text-align: center;
  padding: 5px 10px;
}
@media (min-width: 1101px) {
  html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box .loc-time.anim-underline {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box .loc-time.anim-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ff7a9e;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.75s ease;
    transition: -webkit-transform 0.75s ease;
    transition: transform 0.75s ease;
    transition: transform 0.75s ease, -webkit-transform 0.75s ease;
  }
  html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box .loc-time.anim-underline:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box .loc-time.anim-underline:not(:hover)::after {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@media (min-width: 1101px) {
  html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1101px) {
  html .page-switcher .switch-section#features .location-section .location-content .loc-list.hover-active .loc-box:not(:hover) {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
html .page-switcher .switch-section#features .surroundings {
  width: 100%;
}
html .page-switcher .switch-section#features .surroundings .sub-title {
  color: #7e5a62;
  width: 50%;
  margin: 0 auto 100px;
}
html .page-switcher .switch-section#features .surroundings .environment {
  width: 75%;
  min-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 150px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html .page-switcher .switch-section#features .surroundings .environment .env-photo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
}
html .page-switcher .switch-section#features .surroundings .environment .env-photo .env-img {
  width: 100%;
  margin: auto;
}
html .page-switcher .switch-section#features .surroundings .environment .env-list {
  width: 40%;
  font-size: 1.6rem;
  counter-reset: item;
  list-style: none;
  /* デフォルト番号消す */
  padding-left: 0;
  /* 一旦消す */
  display: none;
}
html .page-switcher .switch-section#features .surroundings .environment .env-list li {
  position: relative;
  padding-left: 3rem;
  /* 左にスペース */
  line-height: 2rem;
  padding-bottom: 1rem;
}
html .page-switcher .switch-section#features .surroundings .environment .env-list li:not(:first-child)::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  text-align: right;
}
html .page-switcher .switch-section#features .surroundings .environment .env-list li:first-child {
  font-size: 2.4rem;
}
html .page-switcher .switch-section#features .surroundings .environment .env-list li:first-child::before {
  content: "★";
  font-size: 2.4rem;
  text-align: center;
  position: absolute;
  left: 0;
}
html .page-switcher .contact-section {
  width: 100%;
  background-color: #fcebf6;
  padding-bottom: 75px;
}
html .page-switcher .contact-section .title {
  margin-bottom: 25px;
}
html .page-switcher .contact-section .title h2 {
  letter-spacing: 0;
}
html .page-switcher .contact-section .contact-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
html .page-switcher .contact-section .contact-methods a {
  border-radius: 30px;
  padding: 7.5px 30px;
}
html .page-switcher .contact-section .contact-methods a img {
  height: 27.5px;
}
html .page-switcher .contact-section .contact-methods a.contact-phone {
  color: #ffffff;
  background-color: #f96eaa;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border: 3px dotted #dc5096;
}
html .page-switcher .contact-section .contact-methods a.contact-form-link {
  color: #f06ea8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5px;
  border: 3px dotted #f06ea8;
}
@media (min-width: 768px) and (max-width: 1100px) {
  html ._pc {
    display: none;
  }
  html ._sp {
    display: none;
  }
  html ._tab {
    display: block;
  }
  html .page-switcher .switch-section .inner-header .logo h3 {
    font-size: 1.2rem;
  }
  html .page-switcher .switch-section .inner-header nav ul li .ih {
    padding: 10px 25px;
  }
  html .page-switcher .switch-section .inner-header nav ul li .ih .icon-item p {
    font-size: 1.75vw;
  }
  html .page-switcher .switch-section#overview .title {
    margin-bottom: 37.5px;
  }
  html .page-switcher .switch-section#overview .ho-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html .page-switcher .switch-section#overview .ho-about .about-img {
    width: 100%;
    margin-top: 100px;
  }
  html .page-switcher .switch-section#overview .ho-about .about-img img {
    width: 45%;
    max-width: 350px;
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble1 {
    width: 50px;
    height: 50px;
    top: 4%;
    left: 8%;
    border-radius: 65% 50% 70% 45%/50% 70% 55% 65%;
    background: radial-gradient(circle at 25% 75%, rgba(255, 220, 213, 0.5) 0%, rgba(254, 223, 182, 0.3) 50%, rgba(254, 162, 176, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble2 {
    width: 62.5px;
    height: 62.5px;
    top: 24%;
    left: 21%;
    border-radius: 55% 60% 65% 50%/60% 55% 70% 50%;
    background: radial-gradient(circle at 30% 70%, rgba(254, 172, 179, 0.42) 0%, rgba(254, 172, 179, 0.24) 50%, rgba(254, 172, 179, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble3 {
    width: 40px;
    height: 40px;
    top: 10%;
    left: 35%;
    border-radius: 60% 65% 50% 55%/65% 50% 60% 65%;
    background: radial-gradient(circle at 22% 78%, rgba(255, 230, 200, 0.5) 0%, rgba(255, 230, 200, 0.3) 52%, rgba(255, 190, 170, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble4 {
    width: 50px;
    height: 50px;
    top: 16%;
    left: 74%;
    border-radius: 58% 55% 68% 52%/55% 68% 58% 60%;
    background: radial-gradient(circle at 25% 75%, rgba(255, 220, 213, 0.5) 0%, rgba(254, 223, 182, 0.3) 50%, rgba(254, 162, 176, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble5 {
    width: 37.5px;
    height: 37.5px;
    top: 28%;
    left: 55%;
    border-radius: 60% 57% 65% 55%/55% 65% 62% 60%;
    background: radial-gradient(circle at 30% 70%, rgba(254, 172, 179, 0.42) 0%, rgba(254, 172, 179, 0.24) 50%, rgba(254, 172, 179, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble6 {
    width: 30px;
    height: 30px;
    top: 42%;
    left: 80%;
    border-radius: 63% 54% 60% 51%/55% 66% 64% 60%;
    background: radial-gradient(circle at 22% 78%, rgba(255, 230, 200, 0.5) 0%, rgba(255, 230, 200, 0.3) 52%, rgba(255, 190, 170, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble7 {
    width: 50px;
    height: 50px;
    top: 53%;
    left: 10%;
    border-radius: 64% 59% 66% 53%/54% 66% 58% 60%;
    background: radial-gradient(circle at 25% 75%, rgba(255, 220, 213, 0.5) 0%, rgba(254, 223, 182, 0.3) 50%, rgba(254, 162, 176, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble8 {
    width: 75px;
    height: 75px;
    top: 62%;
    left: 25%;
    border-radius: 58% 64% 60% 53%/59% 62% 64% 58%;
    background: radial-gradient(circle at 30% 70%, rgba(254, 172, 179, 0.42) 0%, rgba(254, 172, 179, 0.24) 50%, rgba(254, 172, 179, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble9 {
    width: 75px;
    height: 75px;
    top: 66%;
    left: 36%;
    border-radius: 60% 55% 65% 50%/55% 65% 60% 60%;
    background: radial-gradient(circle at 22% 78%, rgba(255, 230, 200, 0.5) 0%, rgba(255, 230, 200, 0.3) 52%, rgba(255, 190, 170, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble10 {
    width: 65px;
    height: 65px;
    top: 46%;
    left: 62%;
    border-radius: 61% 58% 66% 54%/55% 64% 60% 61%;
    background: radial-gradient(circle at 25% 75%, rgba(255, 220, 213, 0.5) 0%, rgba(254, 223, 182, 0.3) 50%, rgba(254, 162, 176, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble11 {
    width: 45px;
    height: 45px;
    top: 73%;
    left: 76%;
    border-radius: 64% 55% 60% 50%/55% 65% 60% 60%;
    background: radial-gradient(circle at 30% 70%, rgba(254, 172, 179, 0.42) 0%, rgba(254, 172, 179, 0.24) 50%, rgba(254, 172, 179, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble:nth-of-type(odd) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble:nth-of-type(even) {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  @-webkit-keyframes bubbleFade {
    0%, 100% {
      opacity: 0;
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }
    50% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes bubbleFade {
    0%, 100% {
      opacity: 0;
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }
    50% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  html .page-switcher .switch-section#overview .ho-about .about-text {
    width: 100%;
    font-size: 2rem;
  }
  html .page-switcher .switch-section#overview .ho-about #centeralign #right-text {
    top: -15%;
  }
  html .page-switcher .switch-section#overview .ho-about #centeralign #left-text {
    top: -30%;
    left: 15%;
  }
  html .page-switcher .switch-section#overview .restaurant {
    width: 100%;
  }
  html .page-switcher .switch-section#overview .restaurant p {
    width: 90%;
  }
  html .page-switcher .switch-section#overview .facility-tour {
    width: 100%;
  }
  html .page-switcher .switch-section#overview .facility-tour p {
    width: 90%;
  }
  html .page-switcher .switch-section#overview .facility-tour .facility-section .tour-item .facility-text {
    font-size: 2.25vw;
    line-height: 3rem;
  }
  html .page-switcher .switch-section#overview .company-profile {
    width: 100%;
  }
  html .page-switcher .switch-section#overview .company-profile .company-overview {
    width: 95%;
  }
  html .page-switcher .switch-section#overview .company-profile .company-overview .company-info-row {
    font-size: 2.2rem;
  }
  html .page-switcher .switch-section#overview .company-profile .company-overview .profile-label {
    width: 15%;
  }
  html .page-switcher .switch-section#room-types .room-section {
    width: 90%;
    min-width: 700px;
    margin: 75px auto 25px;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box {
    gap: 10px;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box .room-img svg {
    top: -20%;
    left: -15%;
    width: 75px;
    height: 75px;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box .room-img .rotated-text {
    top: -20%;
    left: 35%;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box .room-img .rotated-text p {
    padding: 0 1rem;
    min-width: 136px;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box .room-img .rotated-text p::before {
    top: -60%;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box .room-img .rotated-text p::after {
    top: -60%;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box p {
    font-size: 1.6rem;
  }
  html .page-switcher .switch-section#room-types .room-content {
    width: 100%;
    min-width: 700px;
  }
  html .page-switcher .switch-section#room-types .room-content h2 {
    line-height: 4rem;
  }
  html .page-switcher .switch-section#room-types .room-content .sub-title {
    width: 90%;
    margin: 0 auto 75px;
  }
  html .page-switcher .switch-section#room-types .room-content .room-type .rt-list .rt-img {
    width: 35%;
    max-height: 150px;
  }
  html .page-switcher .switch-section#room-types .room-content .initial-cost,
  html .page-switcher .switch-section#room-types .room-content .monthly-cost {
    width: 80%;
    margin: 0 auto 50px;
  }
  html .page-switcher .switch-section#room-types .room-content .initial-cost .table .line p,
  html .page-switcher .switch-section#room-types .room-content .monthly-cost .table .line p {
    min-width: 85px;
    font-size: 2.5rem;
  }
  html .page-switcher .switch-section#room-types .room-content .initial-cost p,
  html .page-switcher .switch-section#room-types .room-content .monthly-cost p {
    font-size: 2rem;
    line-height: 3rem;
  }
  html .page-switcher .switch-section#room-types .room-content .initial-cost .table .line p {
    width: 30%;
  }
  html .page-switcher .switch-section#room-types .room-content .monthly-cost .table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  html .page-switcher .switch-section#room-types .room-content .monthly-cost .table .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30%;
  }
  html .page-switcher .switch-section#room-types .room-content .monthly-cost .table .line p {
    width: 100%;
  }
  html .page-switcher .switch-section#room-types .rt-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(252, 235, 246, 0.85);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999;
  }
  html .page-switcher .switch-section#room-types .rt-modal #rt-modal-img {
    width: 75%;
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  html .page-switcher .switch-section#room-types .rt-modal .show {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  html .page-switcher .switch-section#room-types .rt-modal .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 4rem;
    color: #fff;
    cursor: pointer;
  }
  html .page-switcher .switch-section#conditions h4 img {
    width: 4%;
  }
  html .page-switcher .switch-section#conditions .condition .residency-info .residency-text p img,
  html .page-switcher .switch-section#conditions .condition .residency-info .movein-text p img,
  html .page-switcher .switch-section#conditions .condition .movein-details .residency-text p img,
  html .page-switcher .switch-section#conditions .condition .movein-details .movein-text p img {
    width: 3%;
  }
  html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions {
    font-size: 1.5vw;
  }
  html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table-list .table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50%;
  }
  html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table-list .table .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 1px;
  }
  html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table-list .table .line p {
    width: 100%;
    font-size: 2rem;
  }
  html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  html .page-switcher .switch-section#features .azalea-features {
    width: 100%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item {
    width: 90%;
    min-width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-block {
    width: 100%;
    margin-bottom: 100px;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img {
    width: 100%;
    max-width: 700px;
    margin: auto;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img img {
    width: 35%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img img.af-no3 {
    width: 35%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img img.af-no4 {
    width: 40%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img img.af-no5 {
    width: 40%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign .right-text {
    top: -25%;
    right: 0%;
    width: 35%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign .left-text {
    top: -26%;
    left: 0%;
    width: 34%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign .right-text::after {
    bottom: 2%;
    left: 38.3%;
    border-width: 23.1px 14px 0 13.8px;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign .left-text::after {
    bottom: 2%;
    left: 61.7%;
    border-width: 23.1px 14px 0 13.8px;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign #af-rt4 {
    top: -7%;
    right: 5%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img #centeralign #af-lt4 {
    top: -10%;
    left: 7%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html .page-switcher .switch-section#features .location-section {
    height: 1200px;
  }
  html .page-switcher .switch-section#features .location-section .location-content {
    padding: 0px;
  }
  html .page-switcher .switch-section#features .location-section .location-content .sub-title {
    min-width: 700px;
  }
  html .page-switcher .switch-section#features .location-section .location-content .loc-list {
    width: 80%;
    min-width: 700px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box {
    width: 40%;
    margin-bottom: 30px;
    padding: 25px 0 25px;
  }
  html .page-switcher .switch-section#features .surroundings .sub-title {
    width: 85%;
  }
  html .page-switcher .switch-section#features .surroundings .environment {
    width: 100%;
    min-width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html .page-switcher .switch-section#features .surroundings .environment .env-photo {
    width: 90%;
    margin-bottom: 75px;
  }
  html .page-switcher .switch-section#features .surroundings .environment .env-photo .env-img {
    width: 100%;
  }
  html .page-switcher .switch-section#features .surroundings .environment .env-list {
    width: 90%;
  }
  html .page-switcher .switch-section#features .surroundings .environment .env-list ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  html .page-switcher .switch-section#features .surroundings .environment .env-list ol li {
    width: 47.5%;
    padding-left: 2rem;
  }
  html .page-switcher .switch-section#features .surroundings .environment .env-list ol li:first-child {
    width: 80%;
  }
  html .page-switcher .contact-section {
    width: 100%;
    background-color: #fcebf6;
    padding-bottom: 75px;
  }
  html .page-switcher .contact-section .title {
    padding: 50px 0 0;
    margin-bottom: 50px;
  }
  html .page-switcher .contact-section .title h2 {
    letter-spacing: 0.25rem;
    font-size: 2.4rem;
  }
  html .page-switcher .contact-section .contact-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  html .page-switcher .contact-section .contact-methods a {
    border-radius: 30px;
    padding: 7.5px 30px;
  }
  html .page-switcher .contact-section .contact-methods a img {
    height: 27.5px;
  }
  html .page-switcher .contact-section .contact-methods a.contact-phone {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html .page-switcher .contact-section .contact-methods a.contact-form-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  html ._pc {
    display: none;
  }
  html ._tab {
    display: none;
  }
  html ._sp {
    display: block;
  }
  html .page-switcher .title {
    gap: 15px;
    margin-bottom: 30px;
  }
  html .page-switcher .title svg {
    height: 3.5rem;
    padding: 0 10px;
  }
  html .page-switcher .title h2 {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
    margin-right: 0.1rem;
  }
  html .page-switcher .sub-title {
    font-size: 2.4rem;
    line-height: 4rem;
    width: 90%;
    margin: 0 auto 30px;
  }
  html .page-switcher .switch-buttons {
    padding: 10% 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  html .page-switcher .switch-buttons button {
    width: 45%;
    margin-bottom: 10%;
  }
  html .page-switcher .switch-buttons button:hover {
    opacity: inherit;
  }
  html .page-switcher .dot-line {
    margin-top: -10%;
    gap: 17.5px;
  }
  html .page-switcher .dot-line .dot {
    width: 10px;
    height: 10px;
  }
  html .page-switcher .dot-line .dot:nth-child(1) {
    --scale: 1;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  html .page-switcher .dot-line .dot:nth-child(2) {
    --scale: 1.2;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  html .page-switcher .dot-line .dot:nth-child(3) {
    --scale: 1.4;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  html .page-switcher .dot-line .dot:nth-child(4) {
    --scale: 1.6;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  html .page-switcher .switch-section {
    width: 100%;
  }
  html .page-switcher .switch-section .fade-header {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    bottom: 0;
    top: auto;
    width: 100%;
  }
  html .page-switcher .switch-section .inner-header {
    width: 100%;
    border-radius: 0;
  }
  html .page-switcher .switch-section .inner-header .logo {
    display: none;
  }
  html .page-switcher .switch-section .inner-header .logo h3 {
    font-size: 1.2rem;
  }
  html .page-switcher .switch-section .inner-header nav {
    width: 100%;
  }
  html .page-switcher .switch-section .inner-header nav ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 2%;
  }
  html .page-switcher .switch-section .inner-header nav ul li .ih {
    padding: 5px 10px;
  }
  html .page-switcher .switch-section .inner-header nav ul li .ih .icon-item {
    gap: 0;
  }
  html .page-switcher .switch-section .inner-header nav ul li .ih .icon-item p {
    font-size: 3vw;
  }
  html .page-switcher .switch-section#overview .title {
    margin-bottom: 25px;
  }
  html .page-switcher .switch-section#overview .ho-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html .page-switcher .switch-section#overview .ho-about .about-img {
    width: 100%;
    margin-top: 100px;
    min-width: auto;
    margin-top: 35%;
  }
  html .page-switcher .switch-section#overview .ho-about .about-img img {
    width: 45%;
    min-width: auto;
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble1 {
    width: 50px;
    height: 50px;
    top: 4%;
    left: 8%;
    border-radius: 65% 50% 70% 45%/50% 70% 55% 65%;
    background: radial-gradient(circle at 25% 75%, rgba(255, 220, 213, 0.5) 0%, rgba(254, 223, 182, 0.3) 50%, rgba(254, 162, 176, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble2 {
    width: 62.5px;
    height: 62.5px;
    top: 24%;
    left: 21%;
    border-radius: 55% 60% 65% 50%/60% 55% 70% 50%;
    background: radial-gradient(circle at 30% 70%, rgba(254, 172, 179, 0.42) 0%, rgba(254, 172, 179, 0.24) 50%, rgba(254, 172, 179, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble3 {
    width: 40px;
    height: 40px;
    top: 10%;
    left: 35%;
    border-radius: 60% 65% 50% 55%/65% 50% 60% 65%;
    background: radial-gradient(circle at 22% 78%, rgba(255, 230, 200, 0.5) 0%, rgba(255, 230, 200, 0.3) 52%, rgba(255, 190, 170, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble4 {
    width: 50px;
    height: 50px;
    top: 16%;
    left: 74%;
    border-radius: 58% 55% 68% 52%/55% 68% 58% 60%;
    background: radial-gradient(circle at 25% 75%, rgba(255, 220, 213, 0.5) 0%, rgba(254, 223, 182, 0.3) 50%, rgba(254, 162, 176, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble5 {
    width: 37.5px;
    height: 37.5px;
    top: 28%;
    left: 55%;
    border-radius: 60% 57% 65% 55%/55% 65% 62% 60%;
    background: radial-gradient(circle at 30% 70%, rgba(254, 172, 179, 0.42) 0%, rgba(254, 172, 179, 0.24) 50%, rgba(254, 172, 179, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble6 {
    width: 30px;
    height: 30px;
    top: 42%;
    left: 80%;
    border-radius: 63% 54% 60% 51%/55% 66% 64% 60%;
    background: radial-gradient(circle at 22% 78%, rgba(255, 230, 200, 0.5) 0%, rgba(255, 230, 200, 0.3) 52%, rgba(255, 190, 170, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble7 {
    width: 50px;
    height: 50px;
    top: 53%;
    left: 10%;
    border-radius: 64% 59% 66% 53%/54% 66% 58% 60%;
    background: radial-gradient(circle at 25% 75%, rgba(255, 220, 213, 0.5) 0%, rgba(254, 223, 182, 0.3) 50%, rgba(254, 162, 176, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble8 {
    width: 75px;
    height: 75px;
    top: 62%;
    left: 25%;
    border-radius: 58% 64% 60% 53%/59% 62% 64% 58%;
    background: radial-gradient(circle at 30% 70%, rgba(254, 172, 179, 0.42) 0%, rgba(254, 172, 179, 0.24) 50%, rgba(254, 172, 179, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble9 {
    width: 75px;
    height: 75px;
    top: 66%;
    left: 36%;
    border-radius: 60% 55% 65% 50%/55% 65% 60% 60%;
    background: radial-gradient(circle at 22% 78%, rgba(255, 230, 200, 0.5) 0%, rgba(255, 230, 200, 0.3) 52%, rgba(255, 190, 170, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble10 {
    width: 65px;
    height: 65px;
    top: 46%;
    left: 62%;
    border-radius: 61% 58% 66% 54%/55% 64% 60% 61%;
    background: radial-gradient(circle at 25% 75%, rgba(255, 220, 213, 0.5) 0%, rgba(254, 223, 182, 0.3) 50%, rgba(254, 162, 176, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble.bubble11 {
    width: 45px;
    height: 45px;
    top: 73%;
    left: 76%;
    border-radius: 64% 55% 60% 50%/55% 65% 60% 60%;
    background: radial-gradient(circle at 30% 70%, rgba(254, 172, 179, 0.42) 0%, rgba(254, 172, 179, 0.24) 50%, rgba(254, 172, 179, 0) 100%);
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble:nth-of-type(odd) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  html .page-switcher .switch-section#overview .ho-about .about-img .bubble-container .bubble:nth-of-type(even) {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  @-webkit-keyframes bubbleFade {
    0%, 100% {
      opacity: 0;
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }
    50% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes bubbleFade {
    0%, 100% {
      opacity: 0;
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }
    50% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  html .page-switcher .switch-section#overview .ho-about .about-text {
    width: 100%;
  }
  html .page-switcher .switch-section#overview .ho-about .about-text h4 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  html .page-switcher .switch-section#overview .ho-about .about-text p {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  html .page-switcher .switch-section#overview .ho-about #centeralign #right-text,
  html .page-switcher .switch-section#overview .ho-about #centeralign #left-text {
    width: 40%;
    margin: 0;
    font-size: 3vw;
  }
  html .page-switcher .switch-section#overview .ho-about #centeralign #right-text {
    top: -55%;
    right: 5%;
  }
  html .page-switcher .switch-section#overview .ho-about #centeralign #left-text {
    top: -65%;
    left: 5%;
  }
  html .page-switcher .switch-section#overview .restaurant {
    width: 100%;
    border-radius: 0px;
  }
  html .page-switcher .switch-section#overview .restaurant p {
    width: 90%;
    font-size: 2rem;
    line-height: 1.5;
  }
  html .page-switcher .switch-section#overview .restaurant .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  html .page-switcher .switch-section#overview .restaurant .menu-list .menu-image {
    width: 75%;
    border-radius: 25px;
    max-height: 300px;
  }
  html .page-switcher .switch-section#overview .facility-tour {
    width: 100%;
    border-radius: 0px;
  }
  html .page-switcher .switch-section#overview .facility-tour p {
    width: 90%;
    font-size: 2rem;
    line-height: 1.5;
  }
  html .page-switcher .switch-section#overview .facility-tour .facility-section {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
  html .page-switcher .switch-section#overview .facility-tour .facility-section .tour-item {
    width: 49%;
    margin-top: 15px;
  }
  html .page-switcher .switch-section#overview .facility-tour .facility-section .tour-item .facility-text {
    font-size: 3vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
  html .page-switcher .switch-section#overview .company-profile {
    width: 100%;
    border-radius: 0px;
  }
  html .page-switcher .switch-section#overview .company-profile .company-overview {
    width: 95%;
    padding-top: 0;
  }
  html .page-switcher .switch-section#overview .company-profile .company-overview .company-info-row {
    font-size: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html .page-switcher .switch-section#overview .company-profile .company-overview .profile-label {
    width: auto;
    padding: 2.5rem 0 0.5rem 1%;
    border-bottom: 2px solid #333;
  }
  html .page-switcher .switch-section#overview .company-profile .company-overview .profile-value {
    width: 100%;
    padding: 1rem 0 0 1rem;
    border-bottom: 0;
  }
  html .page-switcher .switch-section#room-types .room-section {
    display: block;
    width: 70%;
    min-width: unset;
    margin: 75px auto 25px;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box {
    width: 100%;
    gap: 10px;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box .room-img {
    width: 80%;
    margin: 10% auto;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box .room-img svg {
    top: 0;
    left: 0%;
    width: 25%;
    height: 25%;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box .room-img .rotated-text {
    top: 0%;
    left: 40%;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box .room-img .rotated-text p {
    padding: 0 1rem;
    min-width: 100px;
    font-size: 3vw;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box .room-img .rotated-text p::before {
    top: -60%;
    height: 6vw;
    width: 1%;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box .room-img .rotated-text p::after {
    top: -60%;
    height: 6vw;
    width: 1%;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box p {
    font-size: 1.8rem;
  }
  html .page-switcher .switch-section#room-types .room-section .room-box button {
    font-size: 1.5rem;
  }
  html .page-switcher .switch-section#room-types .room-content {
    width: 100%;
    border-radius: 0;
    min-width: unset;
  }
  html .page-switcher .switch-section#room-types .room-content .title {
    margin-bottom: 0;
  }
  html .page-switcher .switch-section#room-types .room-content .title h2 {
    line-height: 4rem;
  }
  html .page-switcher .switch-section#room-types .room-content .sub-title {
    width: 90%;
    margin: 0 auto 25px;
    line-height: 1.5;
    font-size: 2rem;
  }
  html .page-switcher .switch-section#room-types .room-content .initial-cost,
  html .page-switcher .switch-section#room-types .room-content .monthly-cost {
    width: 90%;
  }
  html .page-switcher .switch-section#room-types .room-content .initial-cost h4,
  html .page-switcher .switch-section#room-types .room-content .monthly-cost h4 {
    font-size: 2rem;
  }
  html .page-switcher .switch-section#room-types .room-content .initial-cost h4 img,
  html .page-switcher .switch-section#room-types .room-content .monthly-cost h4 img {
    width: 6%;
  }
  html .page-switcher .switch-section#room-types .room-content .initial-cost p,
  html .page-switcher .switch-section#room-types .room-content .monthly-cost p {
    line-height: 1.2;
    margin-bottom: 10px;
  }
  html .page-switcher .switch-section#room-types .room-content .initial-cost {
    width: 90%;
  }
  html .page-switcher .switch-section#room-types .room-content .initial-cost .table .line {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html .page-switcher .switch-section#room-types .room-content .initial-cost .table .line p {
    width: 30%;
    font-size: 1.5rem;
  }
  html .page-switcher .switch-section#room-types .room-content .monthly-cost {
    width: 90%;
  }
  html .page-switcher .switch-section#room-types .room-content .monthly-cost .table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html .page-switcher .switch-section#room-types .room-content .monthly-cost .table .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 2px;
    width: 30%;
  }
  html .page-switcher .switch-section#room-types .room-content .monthly-cost .table .line p {
    width: 100%;
    min-width: 100%;
    margin: 2px 0;
    font-size: 1.5rem;
  }
  html .page-switcher .switch-section#room-types .room-content .room-type .rt-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7.5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 25px;
    padding: 0 7.5px;
  }
  html .page-switcher .switch-section#room-types .room-content .room-type .rt-list .rt-img {
    width: calc(50% - 3.75px);
    max-height: 125px;
    min-height: 100px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  html .page-switcher .switch-section#room-types .room-content .room-type .room-equipment {
    font-size: 2rem;
    grid-template-columns: 7% auto;
  }
  html .page-switcher .switch-section#room-types .room-content .room-type .room-equipment p {
    grid-area: 2/1/3/3;
    margin: 5% 0;
    font-size: 1.8rem;
    line-height: 1.25;
  }
  html .page-switcher .switch-section#room-types .rt-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(252, 235, 246, 0.85);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999;
  }
  html .page-switcher .switch-section#room-types .rt-modal #rt-modal-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  html .page-switcher .switch-section#room-types .rt-modal .show {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  html .page-switcher .switch-section#room-types .rt-modal .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 4rem;
    color: #fff;
    cursor: pointer;
  }
  html .page-switcher .switch-section#conditions h4 {
    font-size: 2rem;
  }
  html .page-switcher .switch-section#conditions h4 img {
    width: 4%;
  }
  html .page-switcher .switch-section#conditions .condition .residency-info,
  html .page-switcher .switch-section#conditions .condition .movein-details {
    margin: 0 auto 20px;
  }
  html .page-switcher .switch-section#conditions .condition .residency-info h4,
  html .page-switcher .switch-section#conditions .condition .movein-details h4 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  html .page-switcher .switch-section#conditions .condition .residency-info .residency-text p,
  html .page-switcher .switch-section#conditions .condition .residency-info .movein-text p,
  html .page-switcher .switch-section#conditions .condition .movein-details .residency-text p,
  html .page-switcher .switch-section#conditions .condition .movein-details .movein-text p {
    font-size: 2rem;
  }
  html .page-switcher .switch-section#conditions .condition .residency-info .residency-text p img,
  html .page-switcher .switch-section#conditions .condition .residency-info .movein-text p img,
  html .page-switcher .switch-section#conditions .condition .movein-details .residency-text p img,
  html .page-switcher .switch-section#conditions .condition .movein-details .movein-text p img {
    width: 3%;
  }
  html .page-switcher .switch-section#conditions .care-guidance {
    width: 95%;
    margin-bottom: 25px;
  }
  html .page-switcher .switch-section#conditions .care-guidance .title {
    padding: 0;
  }
  html .page-switcher .switch-section#conditions .care-guidance .fee-items {
    margin-bottom: 30px;
  }
  html .page-switcher .switch-section#conditions .care-guidance .fee-items h4 {
    font-size: 2rem;
  }
  html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item {
    display: grid;
    grid-template-columns: auto 80% auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 1.8rem;
  }
  html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item .no {
    grid-area: 1/1/2/2;
    font-weight: 500;
  }
  html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item .ttl {
    grid-area: 1/2/2/3;
    font-weight: 500;
  }
  html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item .content {
    grid-area: 2/1/3/4;
    line-height: 1.2;
  }
  html .page-switcher .switch-section#conditions .care-guidance .fee-items .item-list .menu-item .toggle-icon {
    margin-left: 15px;
    grid-area: 1/3/2/4;
  }
  html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions {
    font-size: 1.5vw;
    padding-bottom: 25px;
  }
  html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions p {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 1.5rem;
  }
  html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table {
    display: none;
  }
  html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table-wrapper {
    width: 100%;
  }
  html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table-wrapper .table {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table-wrapper .table .line {
    width: 50%;
    margin: 0 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html .page-switcher .switch-section#conditions .care-guidance .treatable-conditions .table-wrapper .table .line p {
    width: 100%;
    font-size: 1.75rem;
  }
  html .page-switcher .switch-section#features .azalea-features {
    width: 100%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item {
    width: 90%;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-block {
    width: 100%;
    margin-bottom: 0;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-text h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-text h3 {
    font-size: 2rem;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-text p {
    font-size: 2rem;
    line-height: 1.5;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-text ul {
    padding-left: 25px;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-block .af-text ul li {
    font-size: 1.8rem;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img {
    width: 100%;
    max-width: auto;
    margin: auto;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img img {
    width: 100%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img img.af-no3 {
    width: 100%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img img.af-no4 {
    width: 100%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img img.af-no5 {
    width: 100%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img #table #centeralign .right-text {
    top: -25%;
    right: 0%;
    width: 35%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img #table #centeralign .left-text {
    top: -26%;
    left: 0%;
    width: 34%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img #table #centeralign .right-text::after {
    bottom: 2%;
    left: 38.3%;
    border-width: 23.1px 14px 0 13.8px;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img #table #centeralign .left-text::after {
    bottom: 2%;
    left: 61.7%;
    border-width: 23.1px 14px 0 13.8px;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img #table #centeralign #af-rt4 {
    top: -7%;
    right: 5%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item .af-img #table #centeralign #af-lt4 {
    top: -10%;
    left: 7%;
  }
  html .page-switcher .switch-section#features .azalea-features .af-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html .page-switcher .switch-section#features .location-section {
    border-radius: 0px;
    height: auto;
  }
  html .page-switcher .switch-section#features .location-section .location-content {
    padding: 0px;
  }
  html .page-switcher .switch-section#features .location-section .location-content .title {
    padding: 30px 0 0;
  }
  html .page-switcher .switch-section#features .location-section .location-content .sub-title {
    min-width: auto;
    width: 90%;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  html .page-switcher .switch-section#features .location-section .location-content .loc-list {
    width: 100%;
    min-width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box {
    width: 80%;
    margin-bottom: 30px;
    padding: 25px 0 25px;
  }
  html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box .loc-name {
    font-size: 2.4rem;
  }
  html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box a.loc-time {
    padding-right: 1.2em;
    font-size: 1.8rem;
  }
  html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box a.loc-time.anim-underline::after {
    all: unset;
    /* ← 擬似要素に設定されているCSSを全部無効化 */
    content: none;
    /* さらに表示も消す */
  }
  html .page-switcher .switch-section#features .location-section .location-content .loc-list .loc-box a.loc-time.anim-underline::after {
    content: "→";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.4rem;
    color: #333;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    padding-left: 3px;
  }
  html .page-switcher .switch-section#features .surroundings .title {
    padding: 50px 0 0;
  }
  html .page-switcher .switch-section#features .surroundings .sub-title {
    font-size: 2rem;
    width: 85%;
    line-height: 1.5;
    margin: 0 25px;
  }
  html .page-switcher .switch-section#features .surroundings .environment {
    width: 100%;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 50px;
  }
  html .page-switcher .switch-section#features .surroundings .environment .env-photo {
    width: 90%;
  }
  html .page-switcher .switch-section#features .surroundings .environment .env-photo .env-img {
    width: 100%;
  }
  html .page-switcher .switch-section#features .surroundings .environment .env-list {
    width: 90%;
  }
  html .page-switcher .switch-section#features .surroundings .environment .env-list ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  html .page-switcher .switch-section#features .surroundings .environment .env-list ol li {
    width: 47.5%;
    padding-left: 2rem;
  }
  html .page-switcher .switch-section#features .surroundings .environment .env-list ol li:first-child {
    width: 80%;
  }
  html .page-switcher .contact-section {
    width: 100%;
    background-color: #fcebf6;
    padding-bottom: 75px;
  }
  html .page-switcher .contact-section .title h2 {
    letter-spacing: 0.25rem;
    font-size: 2.4rem;
  }
  html .page-switcher .contact-section .contact-methods {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
  }
  html .page-switcher .contact-section .contact-methods a {
    border-radius: 30px;
    padding: 5px 15px;
  }
  html .page-switcher .contact-section .contact-methods a img {
    height: 27.5px;
  }
  html .page-switcher .contact-section .contact-methods a.contact-phone {
    width: 80%;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html .page-switcher .contact-section .contact-methods a.contact-form-link {
    width: 80%;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html .page-switcher .contact-section.active-mode .title h2 {
    font-size: 4vw;
  }
  html .top-arrow {
    bottom: 11vh;
  }
  html footer {
    margin-bottom: 10vh;
  }
}/*# sourceMappingURL=azalea-info.css.map */