@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 768px) {
  .blurFixSP {
    image-rendering: optimizeSpeed;
    /* STOP SMOOTHING, GIVE ME SPEED  */
    /* Firefox                        */
    image-rendering: -o-crisp-edges;
    /* Opera                          */
    image-rendering: -webkit-optimize-contrast;
    /* Chrome (and eventually Safari) */
    image-rendering: pixelated;
    /* Chrome */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+                           */
  }
  :root {
    --ttl_size: 26px;
    --wrapper: 60px;
    --border-radius:10px;
  }
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Menu Toogle
********************************/
body:not(.ovh) .menu_toggle .inside {
  pointer-events: none;
}

.menu_toggle {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  padding: 0px 0px 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu_toggle.active {
  opacity: 1;
  visibility: visible;
}
.menu_toggle p {
  margin-bottom: 0;
}
.menu_toggle .inside {
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  overflow: auto;
}
.menu_toggle .inside .ft_link {
  padding: 20px 20px 20px;
}

#nav-icon {
  width: 22px;
  height: 27px;
  position: relative;
  margin: 0 auto 0px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav-icon span {
  background-color: #fff;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 3px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 9px;
}
#nav-icon span:nth-child(4) {
  top: 15px;
}
@media only screen and (min-width: 769px) {
  #nav-icon.open {
    width: 30px;
  }
}
#nav-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.hamburger-btn {
  width: 5em;
  height: 8.1875em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
.hamburger-btn .button-toggle {
  position: relative;
  width: 100%;
  padding-top: 1.875em;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .hamburger-btn .button-toggle:hover {
    background-color: #0b172e;
  }
  .hamburger-btn .button-toggle.active {
    padding-top: 2.125em;
  }
}
.hamburger-btn .button-toggle #menu_btn {
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
}

@media only screen and (min-width: 769px) {
  .menu_toggle {
    z-index: 2;
    right: 0;
    padding-right: 80px;
    left: unset;
    background-color: rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(15px);
  }
  .menu_toggle .inside {
    background-color: #fff;
    max-width: 880px;
    width: 70%;
    margin-left: auto;
    -webkit-box-shadow: -5px 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: -5px 0 6px rgba(0, 0, 0, 0.16);
    padding: 5.625em 2.0625em 3.75em 2.75em;
  }
  .menu_toggle .inside .ft_link {
    max-width: 680px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .menu_toggle .inside .ft_link .br_pc {
    display: block;
  }
  .menu_toggle .inside .ft_link li {
    margin-top: 0.4375em;
    margin-bottom: 0.4375em;
  }
  .menu_toggle .inside .ft_link .mn_row {
    padding: 0 !important;
    top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 670px;
    width: 100%;
    border-bottom: 0;
    margin-bottom: 2.125em;
  }
  .menu_toggle .inside .ft_link .mn_row.menu03 {
    margin-bottom: 0;
  }
  .menu_toggle .inside .ft_link .title {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 0.7em;
    margin-bottom: 0.65em;
    font-size: 1.25em;
  }
  .menu_toggle .inside .ft_link .menu02 {
    margin-bottom: 2.3125em;
  }
  .menu_toggle .inside .ft_link .menu02 .mn_list li {
    margin-right: 3.75em;
  }
  .menu_toggle .inside .ft_link .menu02 .mn_list li:last-child {
    margin-right: 0;
  }
  .menu_toggle .inside .ft_link .menu01 .mn_list, .menu_toggle .inside .ft_link .menu03 .mn_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .menu_toggle .inside .ft_link .menu01 .mn_list li, .menu_toggle .inside .ft_link .menu03 .mn_list li {
    margin-right: 3.75em;
  }
  .menu_toggle .inside .ft_link .menu01 .mn_list li:nth-child(2n+2), .menu_toggle .inside .ft_link .menu03 .mn_list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .menu_toggle .inside .ft_link .menu01 .mn_list {
    max-height: 18.125em;
  }
  .menu_toggle .inside .ft_link .menu01 .l_it01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .menu_toggle .inside .ft_link .menu01 .l_it03 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .menu_toggle .inside .ft_link .menu01 .l_it04 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .menu_toggle .inside .ft_link .menu01 .l_it05 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .menu_toggle .inside .ft_link .menu01 .l_it06 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .menu_toggle .inside .ft_link .menu01 .l_it07 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .menu_toggle .inside .ft_link .menu01 .l_it08 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .menu_toggle .inside .ft_link .menu01 .l_it02 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .menu_toggle .inside .ft_link .menu01 .l_it09 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .menu_toggle .inside .ft_link .menu01 .l_it10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .menu_toggle .inside .ft_link .menu01 .l_it11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .menu_toggle .inside .ft_link .menu03 .mn_list {
    max-height: 8.75em;
  }
  .menu_toggle .inside .ft_link .menu04 {
    padding-top: 2.0625em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .hamburger-btn {
    height: 6.875em;
  }
  .menu_toggle .inside {
    padding-top: 3.625em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .hamburger-btn {
    font-size: 12px;
  }
  .menu_toggle {
    padding-right: 60px;
  }
  .menu_toggle .inside {
    padding: 0px 80px 6px 50px;
  }
  .menu_toggle .inside .ft_link li {
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .menu_toggle .inside .ft_link .title {
    margin-top: 0;
    padding-bottom: 9px;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .menu_toggle .inside .ft_link .mn_row {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .menu_toggle .inside .ft_link .menu01 .mn_list {
    max-height: 280px;
  }
  .menu_toggle .inside .ft_link .menu04 {
    padding-top: 19px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .menu_toggle .inside {
    padding: 0px 3% 6px;
    width: 86%;
    max-width: 780px;
  }
  .menu_toggle .inside .ft_link {
    font-size: 14px;
  }
  .menu_toggle .inside .ft_link .menu01 .mn_list {
    max-height: 260px;
  }
  .menu_toggle .inside .ft_link .menu03 .mn_list {
    max-height: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .hamburger-btn {
    width: 55px;
    height: 55px;
  }
  .hamburger-btn .button-toggle {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav-icon {
    height: 20px;
  }
  .menu_toggle {
    background-color: #fff;
    top: 55px;
  }
  .menu_toggle .lv2 ul {
    background-color: rgba(107, 158, 178, 0.8);
  }
  .menu_toggle .lv2 li {
    padding: 0 10px;
  }
  .menu_toggle .lv2 li a,
  .menu_toggle .lv2 li p.title {
    display: block;
    position: relative;
    color: #fff;
    font-size: 13px;
    padding: 10px 10px 10px 25px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  }
  .menu_toggle .lv2 li a::after {
    content: "›";
    display: block;
    position: absolute;
    top: 47%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 12px;
    font-weight: normal;
  }
  .menu_toggle .inside .ft_link {
    padding-bottom: 200px;
  }
  .ft_link .title {
    font-size: 16px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .ft_link li {
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1px dotted #E0E0E0;
  }
  .ft_link li:last-child {
    margin-bottom: 0;
  }
  .ft_link a {
    display: block;
    padding-right: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .ft_link a::after {
    width: 16px;
    height: 16px;
  }
  .ft_link .menu01, .ft_link .menu02 {
    margin-bottom: 30px;
  }
  .ft_link .menu04 {
    max-width: 300px;
  }
  .ft_link .list_clr {
    margin-top: 25px;
  }
  .ft_link .list_clr > li {
    margin-right: 37px;
    border-bottom: 0;
  }
  .ft_link .list_clr > li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 380px) {
  .ft_link a .br_pc {
    display: block;
  }
}
/* END Menu
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
General
********************************/
@media only screen and (max-width: 768px) {
  body {
    font-size: 87.5%;
  }
  a:hover {
    opacity: 1 !important;
  }
  .under .ud_map iframe {
    height: 100%;
  }
  .fblock {
    display: block;
  }
  .fblock.true {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .txt_l,
  .txt_r {
    float: none;
    width: auto;
  }
  .image_l,
  .image_r {
    float: none;
    width: auto;
    margin: 0 0 20px;
    text-align: center;
    max-width: none;
  }
  p {
    margin-bottom: 13px;
    line-height: 2;
  }
  a .tel_click:hover {
    opacity: 1;
    color: inherit;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
  .slick-arrow {
    z-index: 1;
    top: 15vw;
  }
  .TabContainer .TabPager > div::before {
    width: 20px;
    height: 16px;
    bottom: -15px;
  }
  .TabContainer .TabPager > div .tt {
    font-size: 20px;
    border-radius: 15px 15px 0px 0px;
  }
  .TabContainer .TabPager > div .tt span {
    font-size: 14px;
    margin-bottom: -5px;
  }
  .cm_btn a {
    padding: 19px 20px;
  }
  .cm_btn a:after {
    width: 20px;
    height: 20px;
    right: 17px;
  }
}
/* END General
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Header & Footer
********************************/
@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: inherit;
  }
  header {
    --h_hd: 55px;
  }
  header.active,
  .ovh header {
    background-color: #ffffff;
  }
  header.active .logo, header.active .under .logo,
  .ovh header .logo,
  .ovh header .under .logo {
    height: 100%;
    top: 0;
    border-top-right-radius: 0;
  }
  .header_top {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 55px 0 0;
  }
  .header_top p {
    margin-bottom: 0;
  }
  .header_top .logo {
    max-width: 256px;
    width: calc(100% - 190px);
    -webkit-transform: none;
            transform: none;
    top: 0.5em;
    height: 5.3125em;
    border-radius: 0 20px 20px 0;
  }
  .header_top .logo a {
    padding: 0.625em 0.8125em 0.625em;
  }
  .header_top .logo img {
    width: 100%;
    max-width: 13.875em;
  }
  .under .logo {
    top: 0;
    height: 5.3125em;
    border-top-right-radius: 0;
  }
  footer {
    padding: 120px 0 101px;
  }
  footer .ft_info {
    width: auto;
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
    border-radius: 20px;
    margin-bottom: 0;
  }
  footer .ft_logo {
    margin-bottom: 0;
    border-radius: 18px;
  }
  footer .ft_logo img {
    width: 100%;
  }
  footer .ft_map iframe {
    height: 100%;
  }
  footer .ft_link {
    width: auto;
  }
  footer .ft_cont {
    padding: 0;
    margin-top: 30px;
  }
  footer .list_sitemap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .list_sitemap > li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }
  .time_sheet .note {
    font-size: 12px;
    margin-top: 0;
  }
  .time_sheet table {
    font-size: min(16px, 3.5vw);
  }
  .time_sheet table td .time {
    letter-spacing: 0.015em;
  }
  .totop {
    bottom: 110px;
    right: 5px;
  }
  .totop .icon {
    width: 50px;
    height: 50px;
  }
  .ft_bnr {
    padding: 49px 0;
    margin-top: 0;
  }
  .ft_bnr .bnr_it {
    margin: 7px;
  }
  .ft_bnr .bnr_it img {
    max-height: auto;
  }
  .chatbox {
    width: 33.33%;
    height: 50px;
    background-color: var(--main-color);
    color: #ffffff;
    font-weight: 500;
    border-radius: 0;
    right: 0;
    bottom: 0;
    font-family: var(--f-zen);
    border-top: 1px solid #DED9BC;
    font-size: min(14px, 3.5vw);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .chatbox.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .fixed_appointment {
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .fixed_appointment.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .fixed_appointment > div {
    width: 33.33%;
    background-color: #F8F7F1;
  }
  .fixed_appointment .ic_close {
    display: none;
  }
  .fixed_appointment .appointment_cont {
    height: 100%;
    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;
  }
  .fixed_appointment .appointment_tl {
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
    font-size: min(14px, 3.5vw);
  }
  .fixed_appointment .appointment01 {
    border-right: 1px solid #DED9BC;
  }
  .fixed_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: auto;
    bottom: 50px;
    left: 0;
    right: auto;
    width: 100%;
    height: 50px;
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .fixed_banner.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .fixed_banner > div {
    width: 33.33%;
    height: 100%;
  }
  .fixed_banner > div p {
    font-size: min(14px, 3.5vw);
    line-height: 1;
    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;
  }
  .fixed_banner > div p .tt::before {
    font-size: 1.2em;
    margin: 0 auto 0.4em;
  }
  .fixed_banner .mail {
    border-left: 1px solid #DED9BC;
  }
  .copyright {
    display: block;
    padding-top: 20px;
    padding-bottom: 29px;
    text-align: center;
  }
  .copyright .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright .textwidget p {
    font-size: 12px;
  }
  .idx_gallery {
    font-size: min(10px, 2vw);
  }
  .idx_gallery .slick-list {
    margin-top: -24.875em;
  }
}

/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/