@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 768px) {
  .blurFixSP {
    image-rendering: optimizeSpeed;
    /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;
    /* 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;
  }
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Menu Toogle
********************************/
body:not(.ovh) .menu_toggle .inside {
  pointer-events: none;
}

.menu_toggle {
  background-color: #fff;
  position: fixed;
  top: var(--wrapper);
  left: 0px;
  width: 100%;
  height: calc(100vh - var(--wrapper));
  padding: 0px 0px 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.menu_toggle.active {
  opacity: 1;
  visibility: visible;
}
.menu_toggle ul li {
  position: relative;
  overflow: hidden;
}
.menu_toggle p {
  margin-bottom: 0;
}
.menu_toggle .inside {
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  transition: all 0.5s ease;
  height: 100%;
  overflow: auto;
}
.menu_toggle .inside .ft_link {
  padding: 20px 20px 20px;
}
@supports (-webkit-touch-callout: none) {
  .menu_toggle .inside .ft_link {
    /* Specific to iOS devices */
    padding-bottom: 120px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .menu_toggle .inside .ft_link {
      /* Safari */
      padding-bottom: 120px;
    }
  }
}

#nav-icon {
  width: 42px;
  height: 27px;
  position: relative;
  margin: 0 auto 0px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#nav-icon span {
  background-color: #fff;
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 5px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 12px;
}
#nav-icon span:nth-child(4) {
  top: 19px;
}
#nav-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.hamburger-btn {
  width: var(--wrapper);
  height: var(--wrapper);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  .hamburger-btn:hover {
    background-color: var(--clr1);
  }
  .hamburger-btn:hover #nav-icon span {
    background-color: #fff;
  }
}
.hamburger-btn .button-toggle {
  position: relative;
  width: 100%;
  padding-top: calc(var(--wrapper) / 2 - 12px);
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: inherit;
}
.hamburger-btn .button-toggle #menu_btn {
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
}

@media only screen and (max-width: 768px) {
  .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;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: normal;
  }
  .ft_link .title {
    font-size: calc(var(--ttl_size) + 0px);
  }
  .ft_link li {
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
  }
  .ft_link li a {
    padding: 8px 0px;
    width: 100%;
  }
  .ft_link .menu01 {
    margin-bottom: 30px;
  }
}
/* 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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .under .topic_path {
    padding-bottom: 10px;
  }
  .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;
  }
}
/* END General
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Header & Footer
********************************/
@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: inherit;
  }
  header.active .header_top {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header_top {
    width: 100%;
    align-items: center;
    height: 60px;
    padding: 5px 20px;
  }
  .header_top p {
    margin-bottom: 0;
  }
  .header_top .logo {
    max-width: calc(100% - 80px);
    width: auto;
    margin-left: 10px;
    transform: none;
    margin: 0;
  }
  .header_top .logo img {
    width: auto;
    max-height: 44px;
  }
  .menu_toggle .inside .ft_link {
    padding-bottom: 140px;
  }
  .ft_link .menu01 .title {
    margin-bottom: 10px;
  }
  .ft_link .menu02 .title {
    margin-bottom: 10px;
  }
  .ft_link .msub-gr {
    flex-direction: column;
  }
  .ft_link .msub-tt {
    font-size: 20px;
    margin-bottom: 6px;
    padding-left: 0;
  }
  .ft_link .msub-tt::before {
    left: -3px;
  }
  footer {
    padding: 0 0 50px;
  }
  footer .ft_info {
    width: auto;
    margin: 0 auto;
  }
  footer .ft_map iframe {
    height: 100%;
  }
  footer .ft_link {
    width: auto;
  }
  .bscrol .hamburger-btn {
    top: unset;
    bottom: 0;
  }
  .hamburger-btn {
    --wrapper: 50px;
    background-color: #fff;
    transition: none;
    z-index: 99;
  }
  #nav-icon {
    width: 30px;
  }
  #nav-icon span {
    background-color: var(--clr1);
  }
  .totop {
    bottom: 93px;
    right: 5px;
  }
  .totop .icon {
    width: 50px;
    height: 50px;
  }
  .fixed_banner {
    display: flex;
    flex-wrap: wrap;
    top: auto;
    bottom: 0;
    left: 0;
    right: 50px;
    width: auto;
    height: 50px;
    opacity: 0;
    visibility: hidden;
  }
  .fixed_banner.active {
    opacity: 1;
    visibility: visible;
  }
  .fixed_banner > div {
    width: 100%;
    height: 100%;
  }
  .fixed_banner > div > p {
    line-height: 1;
  }
  .fixed_banner > div > p .tt::before {
    font-size: 0.9em;
  }
  .fixed_banner .tel {
    font-size: 8px;
  }
  .fixed_banner .tel p .tt::before {
    margin-bottom: 0;
    margin-right: 0.37em;
    margin-top: 2px;
  }
  .idx_gallery {
    padding-bottom: 40px;
  }
  .idx_gallery img {
    width: 160px;
  }
  .footer-top {
    padding: 50px 0;
  }
  .footer-top .ft-wrapper {
    flex-direction: column;
  }
  .footer-top .ft-info {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .footer-top .ft-txt {
    width: 100%;
  }
  .footer-top .ft-logo {
    margin-bottom: 20px;
  }
  .footer-top .ft-logo a {
    width: 240px;
    margin: 0 auto;
  }
  .footer-top .ft-list {
    font-size: 7px;
    justify-content: center;
  }
  .footer-top .ft-list li {
    width: 23em;
  }
  .footer-top .ft-lst-tt {
    font-size: max(100%, 14px);
  }
  .footer-top .ft-tx {
    padding-left: 0;
  }
  .footer-top .time_sheet {
    font-size: min(1.875vw, 8px);
    margin-bottom: 20px;
  }
  .footer-top .ft-tx {
    font-size: 9px;
  }
  .footer-top .ft-map {
    margin-top: 20px;
    height: 225px;
  }
  .footer-bottom {
    padding: 30px 0 25px;
  }
  .footer-bottom .inner {
    padding: 0 20px;
  }
  .footer-bottom .fb-bottom {
    border: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  .footer-bottom .fb-banner {
    line-height: 1;
    width: min(100%, 370px);
  }
  .copyright {
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
  }
  .copyright .textwidget p {
    line-height: 1.6;
    font-size: 12px;
  }
  body.ovh .hamburger-btn {
    top: 0;
    bottom: unset;
  }
}
@media only screen and (max-width: 639px) {
  .footer-top .ft-list {
    gap: 1.5em;
    width: 280px;
    margin: 0 auto;
  }
  .footer-top .ft-list li {
    width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .footer-top .ft-tx-ds {
    font-size: 12px;
  }
  .iclinic .iclinict-ft-ds {
    font-size: 12px;
  }
}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (max-width: 768px) {
    .header_top .logo img {
      max-height: 40px;
    }
  }
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  @media only screen and (max-width: 768px) {
    .header_top .logo img {
      max-height: 40px;
    }
  }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .menu_toggle {
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 524px) {
  .sp425 {
    display: block;
  }
}
@media screen and (max-width: 424px) {
  .sp375 {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .sp320 {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #nav-icon {
    width: 36px;
  }
}

