@charset "utf-8";
:root {
  --main-color: #fff0ec;
  --main-color2: #ffcfc1;
  --contact-color: #d2b7ff;
  --black-color: #383838;
  --emphasis-color: #ffa500;
  --emphasis-color2: #ff8a00;
  --price-color: #ff543e;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--black-color);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  /* background: #faffaf; */
}
@media screen and (min-width: 1080px) {
  body {
    font-size: 17px;
  }
}
/* header SP */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (min-width: 1080px) {
}
.header_inner {
  box-shadow: 0px 2px lightgray;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--main-color);
  position: relative;
}
@media screen and (min-width: 1080px) {
  .header_inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 16px;
    background-color: var(--main-color);
  }
}
.header_inner_link {
  height: 96px;
}
.header_nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: ease 0.4s;
}
@media screen and (min-width: 1080px) {
  .header_nav {
    width: 50%;
    height: 0;

    transform: translateX(0);
    background: transparent;
  }
}
.header_ul {
  text-align: center;
  margin-top: 130px;
  margin-left: 70px;
  text-decoration: underline;
}
@media screen and (min-width: 1080px) {
  .header_ul {
    display: flex;
    margin-top: 2.3rem;
    margin-left: 8rem;
    gap: 27px;
    text-decoration: underline;
  }
}
.header_li {
  padding-bottom: 60px;
}
@media screen and (min-width: 1080px) {
  .header_li {
    font-size: 18px;
    white-space: nowrap;
    position: relative;
  }
}
.header_contact {
  background: linear-gradient(to right, var(--contact-color), #fff);
  border-radius: 24px;
  padding: 8px 32px 8px 16px;
  position: relative;
  margin-left: 6px;
  box-shadow: 1px 4px 2px lightgray;
}
@media screen and (min-width: 1080px) {
  .header_contact {
    background: linear-gradient(to right, var(--contact-color), #fff);
    font-size: 18px;
    padding: 16px 50px 16px 24px;
    border-radius: 32px;
    position: relative;
  }
}
.contact_txt {
  font-size: 15px;
  font-weight: bold;
}
.mail_icon {
  position: absolute;
  right: 0.4rem;
  top: 0.8rem;
}
@media screen and (min-width: 1080px) {
  .mail_icon {
    position: absolute;
    top: 1.4rem;
    right: 1rem;
  }
}
.m_hamburger {
  display: block;
  width: 32px;
  height: 28px;
  margin-right: 8px;
  position: relative;
  z-index: var(--z-index-modal);
  border: none;
  background: transparent;
}
@media screen and (min-width: 1080px) {
  .m_hamburger {
    display: none;
  }
}
.m_hamburger-bar {
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background: var(--black-color);
  transition: ease 0.4s;
}
.m_hamburger-bar:nth-child(1) {
  top: 0;
}
.m_hamburger-bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.m_hamburger-bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
/* ------クリックした時のハンバーガー */
.header_nav.active {
  transform: translateX(0);
}
.m_hamburger.active .m_hamburger-bar:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.m_hamburger.active .m_hamburger-bar:nth-child(2) {
  opacity: 0;
}
.m_hamburger.active .m_hamburger-bar:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
/*---------------------  レイアウト  --------------------*/
.l_top_title_wrapper {
  width: 375px;
  height: 98px;
  margin: 97px auto 0 auto;
  background: url(../img/bg_sp.png) center top / cover;
  text-align: center;
  padding: 38px 0;
  box-shadow: 0px 2px 0px 0px lightgray;
}
@media screen and (min-width: 1080px) {
  .l_top_title_wrapper {
    width: 1080px;
    height: 256px;
    margin-top: 66px;
    background: url(../img/bg_pc.png) center top / cover;
    text-align: center;
    padding: 112px 0;
  }
}
.l_top_title {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 1080px) {
  .l_top_title {
    font-size: 32px;
  }
}
/*------------------------- kv------------------- */
.kv_top {
  width: 375px;
  margin: 0 auto;
  height: 100vh;
  background: url(../img/top_kv_sp.png) 15% top / cover;
  box-shadow: 0px 0px 1px -3px var(--black-color);
  transform: translateY(88px);
}
@media screen and (min-width: 1080px) {
  .kv_top {
    width: 1080px;
    height: 746px;
    background: url(../img/top_kv_pc.png) center top / cover;
    transform: translateY(61px);
  }
}

.kv_wrapper {
  padding-top: 145px;
  font-family: "Kaisei Decol", serif;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .kv_wrapper {
    text-align: left;
    margin-left: 250px;
  }
}
.kv_txt_top {
  font-size: 24px;
  width: 290px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .kv_txt_top {
    width: 500px;
    font-size: 32px;
    text-align: center;
    margin-left: -100px;
  }
  .kv_txt_top br {
    display: none;
  }
}
.kv_ttl {
  font-size: 48px;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .kv_ttl {
    font-size: 64px;
    margin-left: 40px;
  }
}
.kv_ttl::after {
  content: "フットupケアビューティ";
  font-size: 16px;
  width: 100%;
  position: absolute;
  top: 3.5rem;
  left: 0;
}
@media screen and (min-width: 1080px) {
  .kv_ttl::after {
    font-size: 28px;
    top: 4.5rem;
    left: -4rem;
  }
}
.kv_txt_sub {
  font-size: 18px;
  margin-top: 48px;
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  .kv_txt_sub {
    font-size: 32px;
    font-weight: bold;
    margin-left: 10px;
  }
}
/* ----------------  ケアビューティとは----------------------- */
.care_beauty {
  width: 375px;
  margin: 0 auto;
  margin-top: 150px;
  padding: 0 8px;
}
@media screen and (min-width: 1080px) {
  .care_beauty {
    width: 1080px;
    padding: 0;
    text-align: center;
  }
}
.care_beauty_ttl {
  text-align: center;
}
.care_beauty_txt {
  font-size: 20px;
  text-shadow: 1px 4px 2px lightgray;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .care_beauty_txt {
    text-align: center;
    font-size: 32px;
    text-shadow: 1px 4px 2px lightgray;
  }
}

.care_beauty_txt::before {
  content: "";
  width: 30px;
  border: solid 1px var(--black-color);
  position: absolute;
  top: 50%;
  left: 2%;
}
@media screen and (min-width: 1080px) {
  .care_beauty_txt::before {
    content: "";
    width: 230px;
    border: solid 1px var(--black-color);
    position: absolute;
    top: 50%;
    left: 5%;
  }
}

.care_beauty_txt::after {
  content: "";
  width: 30px;
  border: solid 1px var(--black-color);
  position: absolute;
  top: 50%;
  right: 2%;
}

@media screen and (min-width: 1080px) {
  .care_beauty_txt::after {
    content: "";
    width: 230px;
    border: solid 1px var(--black-color);
    position: absolute;
    top: 50%;
    right: 5%;
  }
}
.care_beauty_wrapper {
  background-color: var(--main-color);
  margin-top: 24px;
  padding: 40px 0;
  border-radius: 8px;
}
@media screen and (min-width: 1080px) {
  .care_beauty_wrapper {
    background-color: var(--main-color);
    letter-spacing: 0.1rem;
  }
}
.care_beauty_wrapper :nth-child(5) {
  font-size: 24px;
}
@media screen and (min-width: 1080px) {
  .care_beauty_container {
    width: 684px;
    margin: 0 auto;
    line-height: 30px;
  }
}
.c_b_desc {
  font-size: 24px;
  font-weight: bold;
  margin-left: 32px;
}
.c_b_txt_emphasis {
  width: 190px;
  font-size: 28px;
  font-weight: bold;
  margin: 12px 0 0 16px;
}
@media screen and (min-width: 1080px) {
  .c_b_txt_emphasis {
    width: 100%;
    display: block;
    margin: 20px 0 0 0;
  }
}
.c_b_txt_emphasis > span {
  display: block;
  width: 343px;
}
@media screen and (min-width: 1080px) {
  .c_b_txt_emphasis > span {
    width: 100%;
    display: inline;
  }
}
.c_b_e_sub {
  width: 343px;
  margin-top: 40px;
}
@media screen and (min-width: 1080px) {
  .c_b_e_sub {
    width: 100%;
  }
}
.c_b_txt_a {
  margin: 40px 0 0 24px;
}
@media screen and (min-width: 1080px) {
  .c_b_txt_a {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1080px) {
  .c_b_txt_a > br {
    display: none;
  }
}
.c_b_txt {
  margin: 40px 0 0 24px;
}
@media screen and (min-width: 1080px) {
  .c_b_txt {
    width: 520px;
    margin: 40px auto 0 auto;
  }
}
@media screen and (min-width: 1080px) {
  .c_b_txt > br {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .c_b_txt > br:nth-child(2) {
    display: block;
  }
}
.c_b_txt_span {
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  .c_b_txt_span {
    font-size: 20px;
  }
}

/* -----------------------  3つの効果  ------------------------- */
.three_effect {
  margin-top: 32px;
}
@media screen and (min-width: 1080px) {
  .three_effect {
    width: 1080px;
    margin: 0 auto;
  }
}
.t_e_ttl {
  margin: 0 auto;
  width: 375px;
  font-size: 32px;
  padding-left: 10px;
  font-weight: bold;
  text-shadow: 1px 4px 2px lightgray;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .t_e_ttl {
    width: 1080px;
    text-align: center;
    font-size: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .t_e_ttl::before {
    content: "";
    width: 306px;
    box-shadow: 1px 3px 2px lightgray;
    border: solid 1px var(--black-color);
    position: absolute;
    top: 62%;
    left: 7%;
  }
}
.t_e_ttl::after {
  content: "";
  width: 153px;
  box-shadow: 1px 3px 2px lightgray;
  border: solid 1px var(--black-color);
  position: absolute;
  top: 62%;
  right: 10%;
}
@media screen and (min-width: 1080px) {
  .t_e_ttl::after {
    content: "";
    width: 306px;
    box-shadow: 1px 3px 2px lightgray;
    border: solid 1px var(--black-color);
    position: absolute;
    top: 62%;
    right: 7%;
  }
}

.t_e_ttl span {
  font-size: 48px;
  font-weight: normal;
  color: var(--emphasis-color);
}
@media screen and (min-width: 1080px) {
  .t_e_ttl span {
    font-size: 56px;
  }
}
@media screen and (min-width: 1080px) {
  .t_e_desc_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin: 0 150px;
  }
}

.t_e_desc_container {
  margin: 0 auto;
  margin-top: 11px;
  padding: 24px 30px;
  width: 359px;
  border-radius: 30px;
  background-color: var(--main-color2);
}
@media screen and (min-width: 1080px) {
  .t_e_desc_container {
    margin-top: 11px;
    padding: 24px 30px;
    border-radius: 30px;
    background-color: var(--main-color2);
  }
}
.t_e_desc_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: relative;
}

.t_e_desc_ttl::before {
  content: "1";
  font-size: 40px;
  position: absolute;
  bottom: -10px;
  left: 2%;
}
@media screen and (min-width: 1080px) {
}
#second::before {
  content: "2";
  font-size: 40px;
  position: absolute;
  bottom: -10px;
  left: 2%;
}
#third::before {
  content: "3";
  font-size: 40px;
  position: absolute;
  bottom: -10px;
  left: 2%;
}
.t_e_desc_list {
  margin: 10% 25% 2% 25%;
}
.t_e_desc_item {
  list-style: inside;
  font-weight: bold;
  line-height: 200%;
}

/*-------------------  介護美容は底知れぬ力を持っています  -----------------*/
.c_b_power {
  width: 375px;
  margin: 40px auto 0 auto;
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 1080px) {
  .c_b_power {
    width: 1080px;
  }
}
.c_b_power_ttl_wrapper {
  text-align: center;
}
.c_b_power_ttl {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-shadow: 1px 4px 2px lightgray;
}
@media screen and (min-width: 1080px) {
  .c_b_power_ttl {
    font-size: 32px;
  }
}
.c_b_power_ttl::before {
  content: "";
  width: 45px;
  border: solid 1px var(--black-color);
  position: absolute;
  top: 25%;
  left: 2%;
}
@media screen and (min-width: 1080px) {
  .c_b_power_ttl::before {
    content: "";
    width: 170px;
    border: solid 1px var(--black-color);
    position: absolute;
    top: 50%;
    left: 2%;
  }
}
.c_b_power_ttl::after {
  content: "";
  width: 45px;
  border: solid 1px var(--black-color);
  position: absolute;
  top: 25%;
  right: 2%;
}
@media screen and (min-width: 1080px) {
  .c_b_power_ttl::after {
    content: "";
    width: 170px;
    border: solid 1px var(--black-color);
    position: absolute;
    top: 50%;
    right: 2%;
  }
}
@media screen and (min-width: 1080px) {
  .c_b_power_ttl > br {
    display: none;
  }
}

.c_b_power_main {
  background: url(../img/c_b_power_main_sp.png) center top / cover;
  margin-top: 8px;
  padding-top: 16px;
  box-shadow: 1px 4px 2px lightgray;
}
@media screen and (min-width: 1080px) {
  .c_b_power_main {
    background: url(../img/c_b_power_main_pc\(1\).png) center top / cover;
    height: 950px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .c_b_power_txt_wrapper {
    font-size: 16px;
    margin-top: 72px;
  }
}

.c_b_power_txt {
  margin: 0 auto;
  width: 318px;
  line-height: 150%;
}
@media screen and (min-width: 1080px) {
  .c_b_power_txt {
    width: 645px;
    margin-left: 49px;
    letter-spacing: 2px;
    line-height: 32px;
  }
}
.c_b_power_txt:nth-of-type(2) {
  margin: 24px auto;
}
@media screen and (min-width: 1080px) {
  .c_b_power_txt:nth-of-type(2) {
    margin: 43px 0 43px 49px;
  }
}
.c_b_power_img {
  /* margin-top: -10%; */
  margin-left: 45%;
}
@media screen and (min-width: 1080px) {
  .c_b_power_img {
    border-radius: 8px;
    width: 231px;
    height: 302px;
    margin-top: -20%;
    margin-left: 64%;
  }
}
/* ----------------  足から健康を守る  --------------- */
.c_b_foot_care_wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 1080px) {
  .c_b_foot_care_wrapper {
    margin-top: -20px;
  }
}
.c_b_foot_care {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  /* text-shadow: 1px 4px 2px lightgray; */
}
@media screen and (min-width: 1080px) {
  .c_b_foot_care {
    font-size: 40px;
    text-align: start;
    letter-spacing: 10px;
    margin-left: 144px;
  }
}
.c_b_foot_care span {
  font-family: "Kaisei Decol", serif;
  font-size: 48px;
  font-weight: bold;
  color: var(--emphasis-color2);
}
@media screen and (min-width: 1080px) {
  .c_b_foot_care span {
    font-size: 64px;
  }
}
.c_b_foot_care_txt {
  width: 319px;
  margin: 0 auto;
  line-height: 200%;
}
@media screen and (min-width: 1080px) {
  .c_b_foot_care_txt {
    margin-top: 30px;
    margin-left: 49px;
    width: 590px;
    line-height: 40px;
  }
}
.c_b_foot_care_txt span {
  font-size: 20px;
  font-weight: bold;
  color: var(--emphasis-color2);
}
.c_b_foot_care_img {
  margin-left: 45%;
}
@media screen and (min-width: 1080px) {
  .c_b_foot_care_img {
    width: 231px;
    height: 293px;
    border-radius: 8px;
    position: absolute;
    /* top: 290%; */
    top: 50%;
    right: 1%;
  }
}
/* ＠＠＠＠＠＠＠＠＠＠  見守りサービス  ＠＠＠＠＠＠＠＠＠＠＠ */
.other_service {
  margin: 40px auto 0 auto;
  width: 375px;
}
@media screen and (min-width: 1080px) {
  .other_service {
    width: 1080px;
  }
}
.o_s_ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .o_s_ttl {
    font-size: 40px;
  }
}
.o_s_ttl::before {
  content: "";
  width: 35px;
  border: 1px solid var(--black-color);
  position: absolute;
  top: 50%;
  left: 5%;
}
@media screen and (min-width: 1080px) {
  .o_s_ttl::before {
    width: 280px;
  }
}

.o_s_ttl::after {
  content: "";
  width: 35px;
  border: 1px solid var(--black-color);
  position: absolute;
  top: 50%;
  right: 5%;
}
@media screen and (min-width: 1080px) {
  .o_s_ttl::after {
    width: 280px;
  }
}

@media screen and (min-width: 1080px) {
  .o_s_txt_container {
    background: url(../img/other_service.jpg) center top / cover;
    width: 1080px;
    height: 530px;
    opacity: 90%;
    margin-top: 16px;
    position: relative;
  }
}
.o_s_txt {
  color: #383838;
  margin: 16px auto 0 auto;
  width: 359px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .o_s_txt {
    background-color: rgba(255, 240, 236, 0.8);
    width: 100%;
    padding: 10px 0;
    position: absolute;
    top: 76%;
  }
}

/* @@@@@@@@@@@@@@@@@@@  contactフォーム  @@@@@@@@@@@@@@@@@ */
.contact_button_under {
  width: 300px;
  height: 68px;
  background: linear-gradient(to right, var(--contact-color), #fff);
  border-radius: 40px;
  padding: 8px 24px 8px 24px;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 4px 2px lightgray;
}
@media screen and (min-width: 1080px) {
  .contact_button_under {
    margin: 40px auto;
  }
}
.contact_txt_under {
  font-weight: bold;
}
.contact_link_under {
  display: flex;
  white-space: nowrap;
  font-size: 22px;
}
.mail_icon_under {
  margin-top: 4%;
  margin-left: 2%;
}
/*-------------------------------------------------------
-----------------  メニュー・料金  ---------------------
---------------------------------------------------------*/
.l_menu_wrapper {
  width: 343px;
  margin: 32px auto;
}
@media screen and (min-width: 1080px) {
  .l_menu_wrapper {
    margin-left: 40px;
  }
}
.l_menu_wrapper:nth-of-type(2) {
  margin-top: 48px;
}
.p_m_ttl {
  margin: 18px auto 24px auto;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.p_m_ttl::before {
  content: "";
  width: 88px;
  border: 1px solid var(--black-color);
  position: absolute;
  top: 50%;
  left: 1%;
}
.p_m_ttl::after {
  content: "";
  width: 88px;
  border: 1px solid var(--black-color);
  position: absolute;
  top: 50%;
  right: 1%;
}
@media screen and (min-width: 1080px) {
  .p_m_ttl {
    font-size: 24px;
    width: 1000px;
  }
  .p_m_ttl::before {
    width: 200px;
    left: 15%;
  }
  .p_m_ttl::after {
    width: 200px;
    right: 15%;
  }
}
@media screen and (min-width: 1080px) {
  #c_b_menu_wrapper {
    display: flex;
    width: 1000px;
    height: 913px;
    /* background: var(--main-color); */
  }
}
.c_b_menu {
  background: var(--main-color);
  border-radius: 8px;
  padding-bottom: 24px;
  box-shadow: 4px 4px 4px lightgrey;
}
@media screen and (min-width: 1080px) {
  .c_b_menu {
    /* background-color: var(--main-color); */
    box-shadow: none;
    padding: 0 78.5px 32px 78.5px;
    border-radius: 8px 0 0 8px;
  }
}
.c_b_menu_name {
  padding-top: 24px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  #c_b_menu_pc {
    margin-top: 55px;
    border: solid 1px var(--price-color);
    border-radius: 8px;
  }
}
/* .c_b_menu_pc {
  border-radius: 8px;
} */
.c_b_menu_price {
  font-weight: bold;
  margin-top: 8px;
  padding-right: 8px;
  text-align: end;
}

.c_b_menu_price span {
  color: var(--price-color);
}
.c_b_menu_time {
  font-weight: bold;
  text-align: end;
  padding-right: 8px;
  color: var(--price-color);
}
.exm {
  font-size: 14px;
  margin: 29px auto 0 auto;
  width: 317px;
  height: 89px;
  border: 1px solid var(--emphasis-color2);
  border-radius: 4px;
  background: var(--main-color2);
  display: flex;
}
.exm_ttl {
  height: 14px;
  padding-top: 8px;
  margin-left: 14px;
}
.exm_desc_wrapper {
  display: flex;
  font-size: 14px;
  margin-left: 8px;
}
.exm_desc {
  width: 114px;
  height: 34px;
  font-size: 14px;
  margin-top: 35px;
  margin-left: -8px;
}
.exm_desc:nth-of-type(3) {
  width: 24px;
  font-size: 24px;
  margin: 35px 0 0 -12px;
}
.exm_desc:nth-of-type(4) {
  width: 158px;
  margin-left: 3px;
}
.exm_desc span {
  margin-left: 16px;
}
/* メニュー一覧 */
.menu_list_wrapper {
  font-size: 14px;
}
@media screen and (min-width: 1080px) {
  .menu_list_wrapper {
    width: 343px;
  }
}
.m_l_container {
  width: 317px;
  padding: 8px 0 8px 17px;
  border: 1px solid var(--emphasis-color2);
  border-radius: 4px;
  margin: 8px auto;
}
@media screen and (min-width: 1080px) {
  .m_l_container {
    border: none;
  }
}
.m_l_ttl {
  font-weight: bold;
  position: relative;
}
.m_l_ttl span {
  color: var(--emphasis-color2);
  margin-left: 10px;
}

.m_l {
  list-style: none;
  margin-top: 6px;
  margin-left: 26px;
  padding-left: 17px;
  position: relative;
}
.m_l::before {
  content: "";
  width: 13px;
  height: 13px;
  background: rgb(215, 203, 200);
  border: 1px solid black;
  position: absolute;
  top: 22%;
  left: -5%;
}

.m_l_length {
  width: 256px;
  margin-left: 24px;
  padding-top: 3px;
  padding-left: 19px;
}
.hand_foot_desc {
  margin-left: 14%;
  font-size: 12px;
}
.after_delivery {
  font-size: 12px;
  text-align: end;
  margin-right: 20%;
}
/* フットメニュー */
.foot_menu {
  margin-top: 16px;
}
@media screen and (min-width: 1080px) {
  .foot_menu {
    margin-top: 0;
    position: relative;
    border-radius: 0 8px 8px 0;
  }
}
.m_l_foot_basic {
  width: 254px;
  padding-top: 6px;
}
.m_l_foot_total {
  width: 240px;
  padding-top: 10px;
}
.m_l_foot_special {
  width: 242px;
  padding-top: 12px;
}
.foot_special_desc {
  font-size: 12px;
  color: #67cd00;
}
.foot_private_img {
  display: none;
}
@media screen and (min-width: 1080px) {
  .foot_private_img {
    display: block;
    position: absolute;
    left: 3%;
    bottom: 4%;
  }
}
/* -----------------  施設様メニュー  ----------------- */
.facility {
  background: #ffffc1;
}
@media screen and (min-width: 1080px) {
  .facility {
    height: 900px;
  }
}
.foot_facility {
  background: #ffffc1;
}
@media screen and (min-width: 1080px) {
  .foot_facility {
    position: relative;
  }
}
.foot_facility_img {
  display: none;
}
@media screen and (min-width: 1080px) {
  .foot_facility_img {
    display: block;
    position: absolute;

    right: 42%;
    bottom: 7%;
  }
}
/*----------------  注意書き  ---------------*/
.cautionary_note_wrapper {
  border: 1px solid var(--emphasis-color2);
  border-radius: 8px;
  width: 314px;
  margin: 18px auto 0 auto;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  .cautionary_note_wrapper {
    width: 660px;
  }
}
.cautionary_note {
  padding: 4px 6px;
  position: relative;
}
.note_a {
  padding-right: 11px;
}
@media screen and (min-width: 1080px) {
  .cautionary_note {
    font-size: 14px;
  }
}
.cautionary_note::before {
  content: "※";
  position: absolute;
  left: -8px;
}
@media screen and (min-width: 1080px) {
  .cautionary_note::before {
    left: -8px;
  }
}
/* お客様の声 */
.speech_bubble_wrapper {
  width: 343px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .customer_voice_ttl {
    width: 620px;
    margin-right: auto;
  }
  .customer_voice_ttl::before {
    width: 200px;
    left: 0;
  }
  .customer_voice_ttl::after {
    width: 200px;
    right: 0;
  }
}

@media screen and (min-width: 1080px) {
  .speech_bubble_wrapper {
    width: 620px;
    /* margin: 0 auto; */
  }
}
.s_b_wrapper {
  background: url(../img/s_b_bg.png) center top / cover;
  white-space: nowrap;
  overflow-x: scroll;
  height: 166px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .s_b_wrapper {
    background: url(../img/guest_voice_pc.png) center top/ cover;
    height: 404px;
    overflow-x: visible;
    white-space: normal;
    padding: 58px 33px 33px;
    box-shadow: 1px 1px 4px lightgray;
  }
}

.s_b_txt_wrapper {
  display: inline-block;
  position: relative;
  margin-top: 4%;
}
.s_b_txt_wrapper:nth-of-type(1) {
  margin-left: 25%;
}
@media screen and (min-width: 1080px) {
  .s_b_txt_wrapper:nth-of-type(1) {
    margin-left: 0;
  }
}
.s_b_txt_wrapper:nth-of-type(6) {
  margin-right: 25%;
}
@media screen and (min-width: 1080px) {
  .s_b_txt_wrapper:nth-of-type(6) {
    margin-right: 0;
  }
}
.s_b_txt {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 25%;
  left: 11%;
}

.custom_one {
  left: 16%;
}
.custom_two {
  top: 20%;
}
.custom_three {
  top: 19%;
  left: 16%;
}
.custom_four {
  top: 19%;
  left: 12%;
}
/*-------- ガイダンス ------- */
.guidance_wrapper {
  margin: 27px auto;
  width: 343px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .guidance_wrapper {
    width: 726px;
  }
}
.guidance_frame_top {
  width: 343px;
  height: 22px;
  display: block;
  background: #6a24ff;
  opacity: 0.33;
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 1080px) {
  .guidance_frame_top {
    width: 726px;
  }
}
.guidance_content {
  width: 343px;
  padding: 4% 0;
  text-align: center;
  margin: 0 auto;
  background: #e7d8ff;
}
@media screen and (min-width: 1080px) {
  .guidance_content {
    width: 726px;
  }
}
.guidance_txt {
  width: 322px;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 120%;
  font-weight: bold;
}

.guidance_txt:nth-of-type(2) {
  width: 300px;
  margin: 10px auto;
}
.guidance_txt:nth-of-type(3) {
  width: 300px;
}
@media screen and (min-width: 1080px) {
  .guidance_txt {
    font-size: 18px;
    width: 683px;
  }
  .guidance_txt:nth-of-type(2) {
    width: 683px;
  }
  .guidance_txt:nth-of-type(3) {
    width: 683px;
  }
}
.guidance_frame_under {
  width: 343px;
  height: 22px;
  background: #6a24ff;
  opacity: 0.33;
  border-radius: 0 0 16px 16px;
}
@media screen and (min-width: 1080px) {
  .guidance_frame_under {
    width: 726px;
  }
}

/* ----------------  プロフィール  --------------- */
.profile_img {
  display: block;
  margin: 19px auto 0 auto;
}
@media screen and (min-width: 1080px) {
  .profile_img {
    height: 343px;
    padding-right: 40px;
  }
}
.company_name {
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
/* プロフィール内容 */
@media screen and (min-width: 1080px) {
  .profile_name_wrapper {
    width: 800px;
    display: flex;
    margin: 0 auto;
  }
}
.profile_name {
  width: 343px;
  margin: 0 auto;
  padding: 32px 0 16px 13px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.profile_name::before {
  content: "代表";
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 11px;
  left: 39px;
}
.profile_name::after {
  content: "";
  width: 343px;
  border: solid 1px var(--black-color);
  position: absolute;
  right: 0;
  bottom: 16px;
}
@media screen and (min-width: 1080px) {
  .company_name {
    font-size: 24px;
  }
}
.qualification_wrapper {
  width: 343px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .qualification_wrapper {
    width: 414px;
    margin: 0 auto;
    padding-left: 30px;
  }
}

.qualification {
  width: 165px;
  margin: 0 auto;
  background: var(--main-color2);
  border-radius: 8px;
  box-shadow: 1px 1px 4px lightgray;
}
@media screen and (min-width: 1080px) {
  .qualification {
    font-size: 18px;
    width: 192px;
  }
}
.qualification:nth-of-type(3) {
  margin: 11px auto;
}
/* キャリア説明 */
.career_wrapper {
  width: 343px;
  margin: 26px auto;
  background: #f5f5f5;
  border-radius: 8px;
  box-shadow: 1px 4px 4px lightgray;
}
@media screen and (min-width: 1080px) {
  .career_wrapper {
    width: 400px;
    font-size: 18px;
  }
}
.career {
  padding: 8px 0 0 8px;
}

.career_desc_wrapper {
  padding: 16px 8px 8px 8px;
}
.career_desc {
  display: inline;
  background: white;
  padding: 2px;
  /* border: 1px solid var(--black-color); */
  border-radius: 4px;
}

.career_desc:nth-of-type(2) {
  margin-left: 2px;
  margin-right: 2px;
}
.career_desc:nth-of-type(4) {
  display: block;
  width: 214px;
  margin-top: 8px;
}
@media screen and (min-width: 1080px) {
  .career_desc:nth-of-type(4) {
    width: 238px;
    margin-left: 9px;
  }
}
/* プロフィール説明 */
.profile_story_wrapper {
  width: 343px;
  margin: 0 auto;
  border-radius: 8px;
  background: var(--main-color);
  margin-top: 8px;
  padding: 8px 8px 16px;
  font-size: 15px;
  line-height: 1.5rem;
}
@media screen and (min-width: 1080px) {
  .profile_story_wrapper {
    width: 1000px;
    padding: 32px 64px;

    font-size: 18px;
    line-height: 2rem;
  }
}
.profile_story_b {
  margin-top: 10px;
}
@media screen and (min-width: 1080px) {
  .profile_story_b br:nth-of-type(0) {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .profile_story_b br:nth-of-type(2) {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .profile_story_b span {
    font-weight: bold;
  }
}
.profile_story_c {
  margin-top: 24px;
}
.profile_story_d {
  margin-top: 24px;
}
.profile_story_d span {
  display: block;
}
.profile_story_e {
  margin-top: 32px;
}
.profile_story_f {
  margin-top: 24px;
}
.profile_story_f span {
  background: #e7d8ff;
  border-radius: 4px;
}
.profile_story_g {
  margin-top: 24px;
}
@media screen and (min-width: 1080px) {
  .profile_story_g br {
    display: none;
  }
}
.profile_story_h {
  margin-top: 24px;
}
.profile_story_h span {
  display: block;
}
.profile_story_i {
  margin-top: 24px;
}
.profile_story_i span {
  display: block;
}
.profile_story_j {
  margin-top: 24px;
}
.profile_story_l {
  font-size: 18px;
  font-weight: bold;
  margin-top: 18px;
}
.profile_story_m {
  margin-top: 18px;
}
.profile_story_n {
  margin-top: 24px;
}
.profile_story_o {
  margin-top: 24px;
}
.profile_story_ymd {
  text-align: end;
  margin-top: 24px;
}
/* -------------------お問い合わせフォーム----------------- */
/* お問い合わせ説明 */
.contact_page_wrapper {
  /* text-align: center; */
  padding: 24px 28px;
}
.contact_page_desc_wrapper {
  padding-bottom: 32px;
  text-align: center;
}
.contact_page_desc_a {
  padding-bottom: 16px;
}
/* contact_page_desc_b */
/* お問い合わせ入力 */
.contact_form_wrapper {
  padding: 0px 24px;
  font-size: 15px;
}
/* contact_form_content */
@media screen and (min-width: 1080px) {
  .contact_form_content {
    width: 602px;
    margin: 0 auto;
  }
}

/* contact_form */
/* contact_form_list */
@media screen and (min-width: 1080px) {
  .contact_form_lg {
    display: flex;
    flex-wrap: wrap;
    gap: 0 62px;
  }
}
/* .contact_form_short_container{} */

/* @media screen and (min-width: 1080px) {
  .contact_form_short_container {
  }
} */
.contact_form_heading {
  position: relative;
  padding-bottom: 4px;
}
@media screen and (min-width: 1080px) {
  .contact_form_heading {
    width: 270px;
  }
}
.contact_form_required {
  color: var(--price-color);
}
.contact_form_example {
  font-size: 12px;
  color: #989898;
  position: absolute;
  right: 0;
}
.contact_form_detail {
  padding-bottom: 16px;
}
.contact_form_input {
  width: 100%;
  border: solid 1px var(--black-color);
  border-radius: 4px;
  margin: 0;
  padding: 8px 8px;
}
@media screen and (min-width: 1080px) {
  .contact_form_input {
    width: 270px;
  }
}

.contact_form_textarea {
  width: 100%;
  height: 250px;
  border: solid 1px var(--black-color);
  padding: 8px 8px;
}
.contact_form_btn_wrapper {
  margin: 24px auto;
  width: 228px;
  border-radius: 50px;
  background: #f48400;
  text-align: center;
  padding: 0 60px;
  cursor: pointer;
}
.contact_form_btn {
  cursor: pointer;
}
.contact_form_submit {
  font-weight: bold;
  margin-top: 20px;
  font-size: 22px;
  letter-spacing: 0.6rem;
  cursor: pointer;
}
/* -----ご利用の流れ------ */
@media screen and (min-width: 1080px) {
  .usage_flow_question_answer_wrapper {
    display: flex;
  }
}
.usage_flow_wrapper {
  margin: 0 auto;
  padding: 0 16px;
  width: 375px;
}
.usage_flow_ttl {
  width: 343px;
}
@media screen and (min-width: 1080px) {
  .usage_flow_ttl::before {
    width: 60px;
    left: 3%;
  }
}
@media screen and (min-width: 1080px) {
  .usage_flow_ttl::after {
    width: 60px;
    right: 3%;
  }
}
.usage_flow_txt_inner {
  font-size: 15px;
  text-align: center;
  padding: 0 7px;
}
@media screen and (min-width: 1080px) {
  .usage_flow_txt_inner {
    padding-top: 32px;
  }
}
.usage_flow_txt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-decoration: underline;
  text-align: center;
}
.usage_flow_desc {
  text-align: center;
  line-height: 1.7rem;
}
@media screen and (min-width: 1080px) {
  .usage_flow_desc {
    padding-top: 8px;
  }
}
.under_arrow {
  display: block;
  text-align: center;
  padding: 16px 0;
}
/*--- Q & A ---*/
.q_a_wrapper {
  padding: 0 16px;
  margin: 0 auto;
  font-size: 15px;
  width: 375px;
}
.q_a_ttl {
  margin-bottom: 0;
  width: 343px;
}
@media screen and (min-width: 1080px) {
  .q_a_ttl::before {
    width: 100px;
    left: 3%;
  }
}
@media screen and (min-width: 1080px) {
  .q_a_ttl::after {
    width: 100px;
    right: 3%;
  }
}
.q_a_ttl_ja {
  text-align: center;
  font-size: 14px;
  padding-bottom: 16px;
}
.q_a_container {
  padding-bottom: 8px;
}
.q_a_question_container {
  border: solid 1px var(--black-color);
  background: #d9d9d9;
  /* padding: 12px 10px; */
}
.q_a_question {
  margin: 0 auto;
  padding: 10px 7px;
  white-space: nowrap;
}
.q_a_question::before {
  content: "Q";
  background: white;
  font-weight: bold;
  border: 2px solid var(--black-color);
  border-radius: 50%;
  padding: 4px 9px;
  margin-right: 40px;
}
.question_three::before,
.question_five::before {
  margin-right: 6px;
}
.q_a_answer_container {
  border: solid 1px var(--black-color);
  position: relative;
}
/* .answer_logo {
  background: #d9d9d9;
  font-weight: bold;
  border: 2px solid var(--black-color);
  border-radius: 50%;
  padding: 4px 9px;
  margin-right: 2%;
} */
.q_a_answer {
  margin: 0 auto;
  padding: 10px 77px 10px 85px;
  position: relative;
}
.q_a_answer::before {
  content: "A";
  background: #d9d9d9;
  font-weight: bold;
  border: 2px solid var(--black-color);
  border-radius: 50%;
  padding: 4px 9px;
  margin-right: 10px;
  position: absolute;
  top: 25%;
  left: 9px;
}
.answer_two {
  padding: 15px 15px 15px 83px;
}
.answer_second::before {
  top: 20%;
}
.q_a_answer_desc {
  padding: 10px 16px;
  margin: 0 auto;
}
.answer_three,
.answer_four,
.answer_five,
.answer_six {
  padding: 12px 22px 12px 68px;
}
.answer_six_cautionary {
  text-align: right;
  font-size: 13px;
}
/* -------------
見守り・外出サービス
------------------*/
.other_service_page_wrapper {
  width: 375px;
  text-align: center;
  margin: 24px auto;
}
@media screen and (min-width: 1080px) {
  .other_service_page_wrapper {
    width: 1080px;
  }
}
.other_service_page_explanation {
  width: 343px;
  font-weight: bold;
  background: linear-gradient(to left, var(--main-color2), #fff);
  border: 1px solid var(--black-color);
  border-radius: 8px;
  padding: 10px 17px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .other_service_page_explanation {
    width: 627px;
    padding: 24px 16px;
    line-height: 32px;
  }
  .other_service_page_explanation br {
    display: none;
  }
}
/* 
main------------- 
*/
.other_service_page__content_wrapper {
  width: 345px;
  margin: 0 auto;
  background: #f5f5f5;
  border: solid 1px var(--black-color);
  border-radius: 8px;
}
@media screen and (min-width: 1080px) {
  .other_service_page__content_wrapper {
    width: 1080px;
  }
}
.other_service_page__content_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
}
@media screen and (min-width: 1080px) {
  .other_service_page__content_ttl {
    text-align: left;
    padding: 32px 0 20px 48px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1080px) {
  .other_service_page__top_wrapper {
    display: flex;
  }
}

.problem_picture {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .problem_picture {
    margin: 0 32px 0 100px;
  }
}
.other_service_page__contents_list {
  padding: 8px 4px;
}
@media screen and (min-width: 1080px) {
  .other_service_page__contents_list {
    padding: 8px 90px;
  }
}
.other_service_page__contents_item {
  padding: 4px;
}
@media screen and (min-width: 1080px) {
  .other_service_page__contents_item {
    font-weight: bold;
    font-size: 18px;
  }
}
.other_service_page__contents_item > span {
  display: block;
  font-size: 14px;
  text-align: end;
}
@media screen and (min-width: 1080px) {
  .other_service_page__contents_item > .contents_item__span {
    display: inline;
  }
}
.other_service_page__contents_cautionary {
  font-size: 14px;
  font-weight: bold;
  color: var(--price-color);
  text-align: end;
}
@media screen and (min-width: 1080px) {
  .other_service_page__contents_cautionary {
    margin-right: 22px;
    margin-top: -25px;
  }
}
.other_service_page__example_wrapper {
  margin-top: 32px;
}
.other_service_page__example_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}
@media screen and (min-width: 1080px) {
  .other_service_page__example_ttl {
    font-size: 24px;
    padding: 100px 0 24px 0;
  }
}
.other_service_page__example_list {
  width: 327px;
  margin: 0 auto;
  padding: 8px 16%;
  border-radius: 8px;
  border: solid 3px var(--black-color);
  background: white;
}
@media screen and (min-width: 1080px) {
  .other_service_page__example_list {
    width: 840px;
    padding: 8px 0;
  }
}
@media screen and (min-width: 1080px) {
  .other_service_page__example_item {
    font-size: 20px;
    display: inline;
    padding: 0 15px;
    line-height: 64px;
  }
}

.other_service_page__comment_wrapper {
  width: 327px;
  margin: 32px auto 0 auto;
  padding: 8px;
  background: white;
  border: solid 1px var(--black-color);
  border-radius: 8px;
}
.other_service_page__comment {
  padding: 12px 0;
}
.other_service_page__price_wrapper {
  width: 343px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .other_service_page__price_wrapper {
    width: 800px;
  }
}
@media screen and (min-width: 1080px) {
  .other_service_page__comment_wrapper {
    width: 872px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .other_service_page__price_container_pc {
    font-size: 18px;
    display: flex;
    flex-direction: row-reverse;
    padding: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .other_service_page__price_container_large {
    margin-left: 20px;
  }
}
.other_service_page__price_container {
  color: var(--price-color);
  font-weight: bold;
  padding: 16px 0;
  display: flex;
}
@media screen and (min-width: 1080px) {
  .other_service_page__price_container {
    padding: 22px;
  }
}
.other_service_page__time {
  margin: 0 auto;
}
.time_b {
  margin-left: 22px;
}
.other_service_page__price {
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .other_service_page__price {
    margin-left: 23px;
  }
}
.price_b {
  margin-right: 33%;
}
.other_service_page_picture {
  display: block;
  margin: 0 auto;
}

.other_service_page__price_desc_container {
  width: 327px;
  margin: 0 auto 32px auto;
  padding: 8px;
  background: white;
  border: solid 1px var(--black-color);
  border-radius: 8px;
}
@media screen and (min-width: 1080px) {
  .other_service_page__price_desc_container {
    width: 872px;
    font-size: 18px;
  }
}
.other_service_page__price_desc {
  padding: 8px 0;
}
/* ----------------ルームサンダル---------------- */

.room_slipper {
  margin: 0 auto;
}
.room_slipper {
  background: url(../img/room_slipper_sp.png) center top / cover;
  margin-top: 92px;
  width: 100%;
  height: 725vh;
}
@media screen and (min-width: 1080px) {
  .room_slipper {
    background: url(../img/room_slipper_pc_d.png) center top / cover;
    margin-top: 96px;
    width: 100%;
    height: 220rem;
  }
}
/*----------------- QRコード ---------------------*/
.line_page {
  margin-top: 150px;
}
.line_wrapper {
  text-align: center;
}
.line_official {
  margin-top: 22px;
}
@media screen and (min-width: 1080px) {
  .line_official {
    font-size: 20px;
  }
}
.qr_exp_wrapper {
  border: solid 1px var(--black-color);
  margin: 32px auto 0 auto;
  width: 351px;
}
@media screen and (min-width: 1080px) {
  .qr_exp_wrapper {
    display: none;
  }
}
.qr_exp {
  font-size: 15px;
}
/*-----------------  プライバシーポリシーページ  ---------------*/
.privacy_policy {
  margin: 150px auto 0 auto;
  width: 343px;
}
@media screen and (min-width: 1080px) {
  .privacy_policy {
    width: 1000px;
  }
}
.p_p_ttl {
  font-weight: bold;
  font-size: 20px;
}
.p_p_txt_wrapper {
  margin-top: 24px;
}
.p_p_txt_item {
  font-weight: bold;
}
.p_p_txt_important {
  padding: 5px;
  width: 300px;
  border: solid 1px var(--black-color);
}
@media screen and (min-width: 1080px) {
  .p_p_txt_important {
    width: 300px;
    padding: 10px;
  }
}
.p_p_ymd {
  margin-top: 24px;
  text-align: end;
}
/* --------------------  フッター  ---------------------- */
.footer {
  background-color: var(--main-color);
  margin-top: 32px;
  padding: 20px;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 1080px) {
  .footer {
    width: 1080px;
  }
}
.footer_wrapper {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .footer_wrapper {
    display: flex;
    margin: 0 auto;
  }
}
.footer_c_b_logo {
  box-shadow: 4px 4px 2px lightgray;
}
.footer_txt {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 1080px) {
  .footer_txt {
    width: 210px;
    margin: 30px 40px 0 8px;
  }
}
.footer_ttl {
  font-size: 14px;
  width: 217px;
}
@media screen and (min-width: 1080px) {
  .footer_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.footer_ttl span {
  font-size: 28px;
}
@media screen and (min-width: 1080px) {
  .footer_ttl span {
    font-size: 32px;
  }
}
.privacy_policy_link {
  display: block;
  font-size: 12px;
  margin-top: 32px;
}
@media screen and (min-width: 1080px) {
  .privacy_policy_link {
    font-size: 16px;
  }
}
.footer_icon {
  height: 97px;
  margin-top: 18px;
}
@media screen and (min-width: 1080px) {
  .footer_icon {
    display: flex;
    margin-top: 26px;
  }
}
@media screen and (min-width: 1080px) {
  .line {
    width: 48px;
    height: 48px;
  }
}
.instagram {
  margin-top: 24px;
}
@media screen and (min-width: 1080px) {
  .instagram {
    width: 48px;
    height: 48px;
    margin-top: 70px;
    margin-left: -48px;
  }
}
