@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 1024px) {
  input,
  button,
  textarea,
  select,
  p,
  blockquote,
  th,
  td,
  pre,
  address,
  li,
  dt,
  dd {
    font-size: 16px;
  }
}
@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 {
    --txt_size: 16px;
    --ttl_size: 26px;
    --line-height-default: 2;
    --wrapper: 60px;
  }
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Menu Toogle
********************************/
body:not(.ovh) .menu_toggle .inside {
  pointer-events: none;
}

.menu_toggle {
  background-color: rgba(50, 59, 77, 0.25);
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  padding: 0px 0px 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.menu_toggle.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.menu_toggle p {
  margin-bottom: 0;
}
.menu_toggle .inside {
  background-color: var(--clr1);
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  transition: all 0.5s ease;
  height: 100%;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .menu_toggle .inside .content {
    padding: 20px 20px 20px;
  }
  @supports (-webkit-touch-callout: none) {
    .menu_toggle .inside .menu_link {
      /* Specific to iOS devices */
      padding-bottom: 120px;
    }
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .menu_toggle .inside .menu_link {
        /* Safari */
        padding-bottom: 120px;
      }
    }
  }
}

#nav-icon {
  width: 30px;
  height: 11px;
  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: 0;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 5px;
}
#nav-icon span:nth-child(4) {
  bottom: 0;
}
#nav-icon.open span:nth-child(1) {
  top: 5px;
  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) {
  bottom: 5px;
  width: 0%;
  left: 50%;
}
@media only screen and (min-width: 769px) {
  #nav-icon {
    width: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #nav-icon {
    width: 25px;
  }
}

.hamburger-btn {
  width: var(--wrapper);
  height: var(--wrapper);
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
.hamburger-btn .button-toggle {
  position: relative;
  max-width: 100px;
  aspect-ratio: 1/1;
  height: auto;
  text-align: center;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--clr1);
  border: 1px solid var(--clr1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .hamburger-btn .button-toggle:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
  }
}
.hamburger-btn .button-toggle.active {
  border-color: rgba(255, 255, 255, 0.23);
}
.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) {
  .hamburger-btn {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .hamburger-btn .button-toggle {
    width: 73%;
    margin-right: 20px;
    margin-bottom: -3px;
  }
}
@media only screen and (max-width: 768px) {
  .hamburger-btn {
    justify-content: center;
    align-items: center;
  }
  .hamburger-btn .button-toggle {
    width: 80%;
  }
}

@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;
  }
  .menu_toggle .menu_logo {
    max-width: clamp(240px, 75vw, 285px);
    margin-bottom: 30px;
  }
  .menu_link .title {
    font-size: calc(var(--ttl_size) + 4px);
    margin-bottom: 20px;
  }
  .menu_link li {
    padding: 8px 0px;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
  }
  .menu_link a {
    display: block;
    font-size: 14px;
  }
  .menu_link .menu-child {
    padding: 0;
    border-bottom-width: 0;
  }
  .menu_link .menu-child:not(:last-child) {
    margin-bottom: 30px;
  }
  .menu_link .menu-child > a {
    font-size: 18px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
  .menu_link .menu01 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .idx_info {
    margin: 0 auto;
    display: table;
  }
}
/* 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;
  }
  .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_top {
    width: 100%;
    align-items: center;
    height: 60px;
    padding: 0;
  }
  .header_top p {
    margin-bottom: 0;
  }
  .header_top .logo {
    max-width: calc(100% - 80px);
    width: auto;
    margin-left: 10px;
    transform: none;
  }
  .header_top .logo img {
    width: auto;
    max-height: 40px;
  }
  footer .ft_logo {
    margin-bottom: 20px;
  }
  footer .ft_logo a {
    margin: 0 auto;
  }
  footer .ft_box01 .box_right {
    display: table;
    margin: 0 auto;
  }
  footer .ft_info {
    max-width: 504px;
    margin: 0 auto;
  }
  .totop {
    bottom: 55px;
    right: 5px;
  }
  .totop .icon {
    width: 50px;
    height: 50px;
  }
  .fixed_banner {
    display: flex;
    flex-wrap: wrap;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 50px;
    transform: translateY(100%);
  }
  .fixed_banner.active {
    transform: translateY(0%);
  }
  .fixed_banner > div {
    width: 25%;
    height: 100%;
  }
  .fixed_banner > div > p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
  }
  .fixed_banner > div > p .tt {
    display: flex;
    align-items: center;
  }
  .fixed_banner > div > p .tt::before {
    margin-right: 0.3em;
  }
  .fixed_banner .tel {
    order: 1;
  }
  .fixed_banner .tel p .tt::before {
    width: 1.2222em;
    height: 1.2222em;
    background-image: url("../images/shared_fixed_bnr_icon01.png");
  }
  .fixed_banner .line {
    order: 2;
  }
  .fixed_banner .web {
    order: 3;
  }
  .fixed_banner .web p .tt::before {
    width: 1.4444em;
    height: 1.2222em;
    background-image: url("../images/shared_fixed_bnr_icon02.png");
  }
  .fixed_banner .ins {
    order: 4;
  }
  .copyright {
    padding: 20px 0 70px;
    flex-direction: column;
    gap: 10px;
  }
  .copyright .grits {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
  }
  .copyright .textwidget p {
    border-left: 0;
    padding-left: 0;
  }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

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