@charset "UTF-8";
.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 899px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 899px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 899px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

@media (min-width: 900px) {
  /* =====================
    共通パーツ
  ===================== */
  #wrapper {
    max-width: unset;
    padding-top: 70px;
  }
  .contents .inner {
    max-width: 1200px;
  }
  .ttl {
    font-size: 30px;
  }
  .ttl span {
    font-size: 18px;
  }
  #header {
    height: 70px;
  }
  #header .menu_btn {
    padding-top: 5px;
  }
  #header .menu_btn .menu_text {
    font-size: 12px;
  }
  /* =====================
    fv
  ===================== */
  /* =====================
    feature
  ===================== */
  /* =====================
    alignment
  ===================== */
  /* =====================
    rehabilitation
  ===================== */
  /* =====================
    facility
  ===================== */
  /* =====================
    CTAエリア
  ===================== */
  /* =====================
    about
  ===================== */
  /* =====================
    flow
  ===================== */
}
@media (min-width: 900px) and (max-width: 1200px) {
  #header .menu_btn .menu_text {
    font-size: 10px;
  }
}
@media (min-width: 900px) {
  #header .header-right {
    display: flex;
    align-items: center;
  }
  #header .header-right .sp-hide {
    display: flex;
    align-items: center;
  }
  #header .header-right .cv_btns_pc {
    display: flex;
    align-items: center;
  }
  #header .header-right nav {
    display: flex;
    align-items: center;
  }
  #header .header-right .box_dial {
    font-size: 20px;
  }
  #header .header-right .box_dial a::before {
    width: 50px;
    height: 30px;
    top: 56%;
    left: -5px;
  }
  #header .header-right .box_dial_time {
    font-size: 12px;
  }
  #header .header-right .btn {
    width: 190px;
    height: 60px;
    border-width: 2px;
    font-size: 12px;
    padding-left: 10px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  #header .header-right .btn {
    width: 160px;
    font-size: 11px;
  }
}
@media (min-width: 900px) {
  #header .header-right .btn a,
  #header .header-right .btn.send {
    padding: 0 30px;
  }
  #header .header-right .btn a::after,
  #header .header-right .btn.send::after {
    content: "";
    width: 16px;
    height: 4px;
    right: 5px;
    margin-top: 0.5px;
  }
  #header .header-right .btn.tel a::before {
    width: 24px;
    height: 24px;
    left: 15px;
  }
  #header .header-right .cv_btns {
    display: flex;
    justify-content: center;
  }
  #header .header-right .cv_btns .btn {
    margin: unset;
    margin-right: 10px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  #header .header-right .cv_btns .btn {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  #header .header-right .cv_btns .btn {
    margin-right: 0;
  }
}
@media (min-width: 900px) {
  #header .header-right .cv_btns .btn a {
    white-space: nowrap;
  }
  #header .header-right .cv_btns {
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #header .header-right .cv_btns .btn.dial {
    margin-bottom: 0;
    font-size: 10px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  #header .header-right .cv_btns .btn.dial a {
    font-size: 10px;
  }
}
@media (min-width: 900px) {
  #header .header-right .cv_btns .btn.dial strong {
    font-size: 16px;
    padding: 0 15px 0 35px;
    margin: 3px 0;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  #header .header-right .cv_btns .btn.dial strong {
    font-size: 14px;
    padding-left: 25px;
  }
}
@media (min-width: 900px) {
  #header .header-right .cv_btns .btn.dial strong::before {
    width: 30px;
    height: 17px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  #header .header-right .cv_btns .btn.dial strong::before {
    width: 20px;
    height: 13px;
    top: 62%;
  }
}
@media (min-width: 900px) {
  #header .header-right .cv_btns .btn.dial .time {
    font-size: 10px;
  }
  #header .header-right .cv_btns .btn.contact a::before {
    width: 20px;
    height: 14px;
    left: 8px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  #header .header-right .cv_btns .btn.contact a::before {
    left: -2px;
  }
}
@media (min-width: 900px) {
  #header .header-right .btn.dial {
    padding-left: 0;
  }
  #header .header-right .btn.dial a {
    padding: 0;
  }
  #header #pc-nav li {
    margin-right: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1400px) {
  #header #pc-nav li {
    margin-right: 10px;
    font-size: 12px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  #header #pc-nav li {
    margin-right: 7.5px;
    font-size: 10px;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  #header #pc-nav li {
    margin-right: 4px;
  }
  #header #pc-nav li a {
    white-space: nowrap;
  }
}
@media (min-width: 900px) {
  #menu {
    top: 70px;
  }
  .facility_select1 {
    display: none !important;
  }
  #menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  #fixed_menu {
    height: 100px;
  }
  #fixed_menu .fixed_btn {
    height: 80px;
  }
  #fixed_menu .fixed_btn a {
    font-size: 20px;
  }
  #fixed_menu .fixed_btn a::before {
    width: 34px;
    height: 34px;
    left: 20px;
  }
  #fixed_menu .fixed_btn a span {
    font-size: 16px;
    width: 110px;
    padding: 3px 0;
  }
  footer {
    margin-bottom: 60px;
  }
  footer address {
    font-size: 16px;
  }
  #fv {
    height: calc(100vh - 70px);
    /* =====================
      btn
    ===================== */
    /*  cv_btns
    ------------------------*/
  }
  #fv.has-camp{
    height: auto;

  }
  #fv .btn {
    width: 16.6666666667vw;
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    font-size: 0.9722222222vw;
  }
  #fv .btn a::after,
  #fv .btn.send::after {
    content: "";
    width: 1.4583333333vw;
    height: 0.4861111111vw;
    right: 0.6944444444vw;
    margin-top: -0.1736111111vw;
  }
  #fv .btn.tel a::before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    left: 1.0416666667vw;
  }
  #fv .cv_btns {
    display: flex;
    justify-content: center;
  }
  #fv .cv_btns .btn {
    margin: unset;
    margin-left: 0.6944444444vw;
    margin-right: 0.6944444444vw;
  }
  #fv .cv_btns {
    margin-top: 0;
    padding-top: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
  }
  #fv .cv_btns .btn.dial {
    margin-bottom: 0vw;
    font-size: 0.7638888889vw;
  }
  #fv .cv_btns .btn.dial strong {
    font-size: 1.25vw;
    padding: 0 1.0416666667vw 0 2.4305555556vw;
    margin: 0.2083333333vw 0;
  }
  #fv .cv_btns .btn.dial strong::before {
    width: 2.0833333333vw;
    height: 1.1805555556vw;
  }
  #fv .cv_btns .btn.dial .time {
    font-size: 0.6944444444vw;
  }
  #fv .cv_btns .btn.contact a::before {
    width: 1.875vw;
    height: 1.3194444444vw;
    left: 1.0416666667vw;
  }
  .fv_text {
    padding: 1.7361111111vw 0 2.0833333333vw;
    height: 13.8888888889vw;
  }
  .fv_text .fv_sub br {
    display: none;
  }
  .fv_area span {
    font-size: 0.7638888889vw;
    padding: 0.3472222222vw 0.6944444444vw;
    margin-bottom: 1.0416666667vw;
  }
  .fv_ttl {
    font-size: 1.0416666667vw;
    margin-bottom: 0.3472222222vw;
  }
  .fv_ttl strong {
    font-size: 3.125vw;
  }
  .fv_sub {
    font-size: 1.1805555556vw;
  }
  .fv_img {
    height: calc(50% - 10.4166666667vw);
  }
  #fv.has-camp .fv_img{
    max-height: calc((100vh - 70px) / 2 - 10.4166666667vw);
  }
  .fv_img img {
    height: 100%;
    object-fit: cover;
  }
  #feature .feature_list {
    display: flex;
    flex-wrap: wrap;
  }
  #feature .feature_list .feature_item {
    width: 32%;
    margin-right: 2%;
  }
  #feature .feature_list .feature_item:nth-child(3n) {
    margin-right: 0;
  }
  .contents:nth-of-type(2) .ttl_sub {
    text-align: center;
    font-size: 28px;
  }
  .contents:nth-of-type(2) .ttl_sub br {
    display: none;
  }
  .alignment_list {
    display: flex;
    justify-content: space-between;
  }
  .alignment_item {
    justify-content: flex-start;
  }
  .alignment_item .alignment_poti {
    left: auto;
    right: -10px;
  }
  .alignment_item.flx {
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 18%;
  }
  .alignment_text {
    width: 100%;
    text-align: center;
  }
  .alignment_text p {
    text-align: left;
  }
  .alignment_img {
    width: 100%;
  }
  .alignment_img img {
    height: 300px;
  }
  #alignment_top .feature_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #alignment_top .feature_list .feature_item {
    width: 32%;
  }
  #rehabilitation .ttl {
    padding-bottom: 20px;
  }
  #rehabilitation .ttl_sub {
    text-align: center;
    font-size: 28px;
  }
  #rehabilitation .ttl_sub br {
    display: none;
  }
  #rehabilitation .lead_text .text {
    text-align: center;
  }
  #rehabilitation .msg_box .msg_text {
    max-width: 1000px;
    margin: auto;
    font-size: 20px;
    text-align: center;
  }
  #rehabilitation .msg_img {
    width: 200px;
  }
  .rehabilitation_list {
    display: flex;
    justify-content: space-between;
  }
  .rehabilitation_list .rehabilitation_item {
    width: 32%;
  }
  .rehabilitation_list .rehabilitation_item .rehabilitation_img {
    height: auto;
  }
  #facility .ttl {
    padding-bottom: 20px;
  }
  #facility .facility_select {
    font-size: 20px;
  }
  #facility .facility_ttl {
    font-size: 30px;
  }
  #facility .facility_ttl span {
    font-size: 20px;
  }
  #facility .select_choice {
    font-size: 20px;
  }
  #facility .facility_select_list_ttl {
    font-size: 20px;
  }
  #facility .facility_select_list ul li {
    font-size: 18px;
  }
  #facility .facility_select_list ul li span {
    font-size: 14px;
  }
  #facility .facility_photo {
    margin-bottom: 20px;
  }
  #facility .facility_photo_swiper .swiper-slide {
    max-width: 1200px;
  }
  #facility .facility_room_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #facility .facility_room_list .facility_room_item {
    width: 48%;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  #facility .facility_room_list .facility_room_item .facility_room_text {
    width: 100%;
  }
  #facility .facility_room_list .facility_room_item .facility_room_text p {
    text-align: center;
    font-size: 16px;
  }
  #facility .facility_room_list .facility_room_item .facility_room_ttl {
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
  }
  #facility .facility_room_list .facility_room_item .facility_room_img {
    width: 100%;
  }
  #facility .facility_room_list .facility_room_item .facility_room_img img {
    height: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  #facility .facility_room_list .facility_room_att_text {
    width: 100%;
    text-align: center;
  }
  #facility .facility_room_att_text {
    padding-top: 20px;
    font-size: 16px;
  }
  #facility_price .facility_price_table, #facility_price .facility_price_kome {
    max-width: 800px;
    margin: auto;
  }
  #facility_price .facility_price_kome {
    font-size: 14px;
    margin-top: 20px;
  }
  #facility_price .facility_price_table th:first-child {
    width: 150px;
    font-size: 20px;
  }
  #facility_price .facility_price_table th:first-child br {
    display: none;
  }
  #facility_price .facility_price_table td {
    font-size: 20px;
  }
  #facility_subject .facility_subject_list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #facility_subject .facility_subject_list::before {
    width: 250px;
  }
  #facility_subject .facility_subject_list li {
    font-size: 20px;
    padding-left: 40px;
  }
  #facility_subject .facility_subject_list li::before {
    width: 25px;
    height: 25px;
  }
  #facility_terms .more_conts .more_hidden {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #facility_terms .more_conts .more_hidden li {
    font-size: 20px;
  }
  #facility_terms .facility_disc {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
  #facility_summary .more_conts .more_hidden {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #facility_summary .more_conts .more_hidden th, #facility_summary .more_conts .more_hidden td {
    font-size: 20px;
    padding: 14px 10px;
  }
  #facility_summary .more_conts .more_hidden th {
    width: 170px;
  }
  #facility_summary .more_conts .more_hidden td {
    width: calc(100% - 170px);
  }
  #facility_access .inner {
    max-width: unset !important;
    width: 100%;
  }
  #facility_access .facility_access_text {
    max-width: 320px;
    margin-left: auto;
  }
  #facility_msg .inner {
    max-width: 1000px;
  }
  #facility_msg .msg_box .msg_text {
    max-width: 1000px;
    margin: auto;
  }
  #facility_msg .msg_box .msg_text p {
    font-size: 20px;
  }
  #facility_msg .msg_img {
    width: 200px;
  }
  .btn_more {
    font-size: 16px;
  }
  .btn_more span span {
    font-size: 12px;
  }
  .facility_msg_name {
    font-size: 18px;
  }
  .facility_msg_name span {
    font-size: 14px;
  }
  .cv_conts .inner {
    max-width: 1000px;
  }
  .cv_conts .cv_conts_ttl {
    font-size: 28px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .cv_conts .cv_conts_ttl span {
    text-align: center;
  }
  .cv_conts .cv_conts_check {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .cv_conts .cv_conts_check li {
    font-size: 20px;
  }
  .cv_conts .cv_conts_check li::before {
    width: 22px;
    height: 22px;
    top: 4px;
  }
  .cv_conts .box .box_ttl {
    font-size: 20px;
  }
  .cv_conts .box .box_ttl span {
    font-size: 16px;
  }
  .cv_conts .box_dial {
    font-size: 40px;
  }
  .cv_conts .box_dial a::before {
    width: 50px;
    height: 30px;
    top: 56%;
    left: -5px;
  }
  .cv_conts .box_dial_time {
    font-size: 16px;
  }
  .cv_conts .btn {
    width: 300px;
    height: 80px;
    border-width: 2px;
    font-size: 22px;
    padding-left: 10px;
  }
  .cv_conts .btn a,
  .cv_conts .btn.send {
    padding: 0 35px;
  }
  .cv_conts .btn a::after,
  .cv_conts .btn.send::after {
    content: "";
    width: 21px;
    height: 7px;
    right: 10px;
    margin-top: -2.5px;
  }
  .cv_conts .btn.tel a::before {
    width: 24px;
    height: 24px;
    left: 15px;
  }
  #about .about_text p {
    font-size: 20px;
  }
  #about .about_text p strong {
    font-size: 30px;
  }
  #about .about_pr_text .pr {
    font-size: 20px;
  }
  #about .about_pr_text .kome {
    font-size: 14px;
    margin-top: 10px;
  }
  #about .box {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #about .box_ttl {
    font-size: 24px;
  }
  #about .text p {
    font-size: 20px;
  }
  #about .box_dial {
    font-size: 40px;
  }
  #about .box_dial a::before {
    width: 50px;
    height: 30px;
    top: 56%;
    left: -5px;
  }
  #about .box_dial_time {
    font-size: 16px;
  }
  #about .btn {
    width: 300px;
    height: 80px;
    border-width: 2px;
    font-size: 22px;
    padding-left: 10px;
  }
  #about .btn a,
  #about .btn.send {
    padding: 0 35px;
  }
  #about .btn a::after,
  #about .btn.send::after {
    content: "";
    width: 21px;
    height: 7px;
    right: 10px;
    margin-top: -2.5px;
  }
  #about .btn.tel a::before {
    width: 24px;
    height: 24px;
    left: 15px;
  }
  #flow h2 {
    padding-top: 30px;
  }
  #flow .flow_step li {
    font-size: 22px;
  }
  #flow .flow_step li::before {
    width: 63px;
  }
  #flow .msg_box p {
    font-size: 20px;
  }
  #flow .msg_box p br {
    display: none;
  }
  #flow .msg_box .msg_img {
    margin-right: auto;
    width: 300px;
  }
}
