@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 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: 32px;
  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: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  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: 11px;
}
#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: 9;
}
.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;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--main-color2);
}
@media only screen and (min-width: 769px) {
  .hamburger-btn .button-toggle:hover {
    background-color: var(--clr1);
  }
}
.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 .ttl {
    font-size: min(4.6875vw, 17px);
    margin-bottom: 5px;
  }
  .ft_link .ttl span {
    padding-right: 10px;
  }
  .ft_link li {
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
  }
  .ft_link a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
  }
  .ft_link a::before {
    top: 8px;
  }
  .ft_link .menu01 {
    margin-bottom: 30px;
  }
  .ft_link .menu-bx {
    margin-bottom: 20px;
  }
  .ft_link .menu-bx ul li {
    width: 100%;
  }
}
/* 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%;
  }
  .menu_toggle .inside .ft_link {
    padding-top: 40px;
  }
  .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 .logo,
  .ovh header .logo {
    width: 120px;
  }
  header,
  header.active {
    background-color: transparent;
  }
  .ovh header {
    background-color: #fff;
  }
  .ovh header .hamburger-btn {
    opacity: 1;
    visibility: visible;
  }
  .hamburger-btn {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 12;
  }
  .header_top {
    width: 100%;
    align-items: center;
    height: 60px;
    padding: 0;
  }
  .header_top p {
    margin-bottom: 0;
  }
  .header_top .logo {
    width: 170px;
    background-color: #fff;
  }
  .header_top .logo a {
    top: 4px;
    left: 0;
  }
  .totop {
    bottom: 105px;
    right: 5px;
    width: 50px;
    height: 50px;
  }
  .fixed_banner {
    display: flex;
    flex-wrap: wrap;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100px;
  }
  .fixed_banner > div {
    width: 50%;
    height: 50%;
  }
  .fixed_banner > div .ftxt {
    font-size: 12px;
    line-height: 1;
  }
  .fixed_banner > div .ftxt .tt::before {
    font-size: 0.8em;
  }
  .fixed_banner .mail {
    display: none;
  }
  .fixed_banner .mail .ftxt .tt::before {
    transform: none;
  }
  .fixed_banner .mail .ftxt .tt::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 10px;
  }
  .fixed_banner .fmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--main-color2);
    color: #fff;
  }
  .fixed_banner .fmenu .fmenu-icon {
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: relative;
    margin-right: 10px;
  }
  .fixed_banner .fmenu .fmenu-icon::before, .fixed_banner .fmenu .fmenu-icon::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
  }
  .fixed_banner .fmenu .fmenu-icon::before {
    top: -7px;
  }
  .fixed_banner .fmenu .fmenu-icon::after {
    top: 7px;
  }
  .copyright {
    display: block;
    padding-top: 20px;
    padding-bottom: 120px;
  }
  .copyright .grits {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .copyright .grits img {
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    max-width: 130px;
  }
  .copyright .textwidget {
    margin-top: 10px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0;
  }
  .copyright .textwidget p {
    font-size: min(3.4375vw, 12px);
  }
  .idx_gallery .list .img img {
    width: 200px;
  }
  .time_sheet table th,
  .time_sheet table td {
    padding-left: 0.2em;
  }
  .time_sheet table th:last-child,
  .time_sheet table td:last-child {
    padding-left: 0.2em;
  }
  .time_sheet table td:first-child {
    padding-left: 0.2em;
  }
  .time_sheet .note {
    margin-left: 0;
    margin-top: 1em;
    font-size: 1em;
  }
  .footer-top {
    padding-top: 45px;
  }
  .footer-top .wrap {
    display: block;
  }
  .footer-top .ft-info {
    width: 100%;
  }
  .footer-top .ft-logo a {
    max-width: 200px;
  }
  .footer-top .ft-tel {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-top .ft-tel a {
    padding: 10px 10px 12px;
  }
  .footer-top .ft-tel a span {
    font-size: 28px;
  }
  .footer-top .time_sheet {
    font-size: min(3.125vw, 14px);
  }
  .footer-top .time_sheet .note {
    margin-left: 0;
    margin-top: 1em;
    font-size: 1em;
  }
  .footer-top .ft-map {
    margin-bottom: 20px;
  }
  .footer-top .ft_link .ft-banner {
    position: static;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 375px) {
  .totop {
    bottom: 140px;
  }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 524px) {
  .sp425 {
    display: block;
  }
}
@media (max-width: 424px) {
  .sp375 {
    display: block;
  }
}
@media (max-width: 374px) {
  .sp320 {
    display: block;
  }
}

/*# sourceMappingURL=style_sp.css.map */
