@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                          */
    /* Chrome (and eventually Safari) */
    image-rendering: pixelated;
    /* Chrome */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+                           */
  }
  :root {
    --ttl_size: 24px;
    --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;
  padding: 20px 20px 20px;
}
@supports (-webkit-touch-callout: none) {
  .menu_toggle .inside {
    /* Specific to iOS devices */
    padding-bottom: 120px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .menu_toggle .inside {
      /* 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 {
  border-top: 2px solid #fff;
  display: block;
  position: absolute;
  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: 10px;
}
#nav-icon span:nth-child(4) {
  top: 20px;
}
#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%;
}
@media only screen and (min-width: 769px) {
  #nav-icon {
    width: 45px;
    height: 22px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #nav-icon {
    width: 40px;
  }
}

.hamburger-btn {
  width: var(--wrapper);
  height: var(--wrapper);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transition: all 0.3s;
}
.hamburger-btn .button-toggle {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: inherit;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .hamburger-btn {
    width: 2.8125em;
    height: var(--wrapper);
    right: 3.0625em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hamburger-btn .button-toggle:hover #nav-icon span {
    border-top-color: var(--main-color);
  }
}
@media only screen and (min-width: 1919px) {
  .hamburger-btn {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger-btn {
    right: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .hamburger-btn {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 10px;
  }
  .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 .ttl {
    font-size: calc(var(--ttl_size) + 0px);
  }
  .ft_link li {
    padding: 8px 0px;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
  }
  .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: -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;
  }
}
/* END General
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Header & Footer
********************************/
@media only screen and (max-width: 768px) {
  .menu_toggle ul,
  .menu_toggle ul li,
  .menu_toggle ul li a {
    display: block;
    width: 100%;
  }
  .menu_toggle ul li {
    border-top: 1px dashed var(--clr1);
  }
  .menu_toggle ul li:last-child {
    border-bottom: 1px dashed var(--clr1);
  }
  .menu_toggle ul li a {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 15px;
    line-height: 1.5;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--clr1);
  }
  .menu_toggle ul li a:hover {
    opacity: 1;
  }
  .menu_toggle ul li a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 2px;
    border-radius: 50%;
    background-color: var(--clr1);
    top: calc(50% - 1px);
    left: 0.65em;
  }
  .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: 0;
    transform: none;
  }
  .header_top .logo a {
    padding: 10px;
  }
  .header_top .logo img {
    width: auto;
    max-height: 40px;
  }
  .totop {
    bottom: 90px;
    right: 5px;
  }
  .totop .icon {
    width: 50px;
    height: 50px;
    background-size: 100%, 100%;
  }
  .idx_gallery ul .img {
    --w: 200px;
  }
  footer .ft_gallery .img {
    --w: 200px;
  }
  footer .ft_bg {
    padding: 40px 0;
  }
  footer .ft_bg .inner_big {
    width: 610px;
    max-width: 100%;
  }
  footer .ft_banner {
    max-width: 280px;
    margin: 20px auto 0;
  }
  footer .ft_banner figure {
    width: 100%;
  }
  footer .ft_banner figure:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .copyright {
    padding: 15px 0;
    margin-bottom: 50px;
  }
  .fixed_banner {
    display: flex;
    flex-wrap: wrap;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 50px;
    transform: translateY(100%);
    transition: 0.3s all;
  }
  .fixed_banner.active {
    transform: translateY(0%);
  }
  .fixed_banner > div {
    width: 25%;
    height: 100%;
  }
  .fixed_banner p {
    font-weight: normal;
  }
  .fixed_banner p::before {
    margin-bottom: 5px;
  }
  .fixed_banner .tel p,
  .fixed_banner .line p,
  .fixed_banner .web p,
  .fixed_banner .contact p {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
  }
  .fixed_banner .tel p::before,
  .fixed_banner .line p::before,
  .fixed_banner .web p::before,
  .fixed_banner .contact p::before {
    height: 18px;
    margin-bottom: 5px;
    background-size: contain;
  }
}
@media only screen and (max-width: 480px) {
  footer .ft_bg {
    background-image: url(../images/ft_bg_sp.jpg);
  }
  footer .copyright {
    padding: 15px 0 10px;
  }
  footer .copyright .flex {
    display: block;
  }
  footer .copyright .grits {
    display: table;
    margin: 0 auto;
  }
  footer .copyright img {
    width: 100px;
  }
  footer .copyright .textwidget p {
    margin: 0 auto;
    border: 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 12px;
    text-align: center;
  }
  footer .copyright .textwidget p::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin: 10px auto;
    display: block;
  }
}
@media only screen and (max-width: 345px) {
  .fixed_banner .tel p,
  .fixed_banner .line p,
  .fixed_banner .web p,
  .fixed_banner .contact p {
    font-size: 12px;
  }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
@media only screen and (max-width: 768px) {
  .idx_contact .idx_contact_bg {
    padding: 20px 0;
  }
  .idx_contact .idx_contact_ttl {
    font-size: 20px;
    letter-spacing: 0;
    padding-bottom: 0.5em;
  }
  .idx_contact .fblock {
    margin: 10px auto 0;
    max-width: 300px;
    padding: 0;
  }
  .idx_contact .fblock .idx_tel,
  .idx_contact .fblock .idx_line,
  .idx_contact .fblock .idx_web {
    font-size: 12px;
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx_contact .fblock .idx_tel .ttl,
  .idx_contact .fblock .idx_line .ttl,
  .idx_contact .fblock .idx_web .ttl {
    font-size: 16px;
    letter-spacing: 0;
    justify-content: flex-start;
    padding-left: 1em;
  }
  .idx_contact .fblock .idx_tel {
    max-width: 18em;
    margin: 0 auto;
    font-size: 12px;
  }
  .idx_contact .fblock .idx_tel .ttl01, .idx_contact .fblock .idx_tel .ttl02 {
    letter-spacing: 0;
  }
  .idx_contact .fblock .idx_tel .ttl01 {
    font-size: 14px;
  }
  .idx_contact .fblock .idx_line {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 480px) {
  .idx_contact .idx_contact_ttl {
    font-size: 18px;
  }
  .idx_contact .idx_contact_bg {
    background-image: url(../images/idx_shared_bg_sp.jpg);
  }
  .idx_contact .fblock .idx_tel {
    max-width: 18em;
    margin: 0 auto;
    font-size: 12px;
  }
  .idx_contact .fblock .idx_tel .ttl01, .idx_contact .fblock .idx_tel .ttl02 {
    letter-spacing: 0;
  }
  .idx_contact .fblock .idx_tel .ttl01 {
    font-size: 14px;
  }
}