/* 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 {
  z-index: 21;
  background-color: #fff;
  position: fixed;
  top: calc(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;
}
@media only screen and (min-width: 769px) {
  .menu_toggle {
    top: calc(var(--wrapper) - 4px);
    height: calc(100vh - var(--wrapper) + 4px);
  }
}
.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: 46px;
  height: 16px;
  position: relative;
  margin: 0 auto 0px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#nav-icon span {
  display: block;
  position: absolute;
  border-top: 1px solid #fff;
  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 span:nth-child(1), #nav-icon span:nth-child(4) {
  width: 26px;
  left: calc(50% - 13px);
}
#nav-icon.open span:nth-child(1) {
  top: 10px;
  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: 10px;
  width: 0%;
  left: 50%;
}

.hamburger-btn {
  width: var(--wrapper);
  height: var(--wrapper);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  .hamburger-btn {
    height: auto;
    aspect-ratio: 90/86;
  }
  .hamburger-btn::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: 1;
    width: 1px;
    background-color: #ccced4;
    top: 0;
    left: 0;
    height: 100vh;
  }
}
.hamburger-btn .button-toggle {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .hamburger-btn .button-toggle:hover {
    background-color: var(--clr2);
  }
}
.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 li {
    padding: 0;
    position: relative;
  }
  .menu_toggle .lv2 li a,
  .menu_toggle .lv2 li p.title {
    display: block;
    position: relative;
    color: var(--clr1);
    padding: 8px 20px 8px 15px;
  }
  .menu_toggle .lv2 li a::before {
    top: 18px;
  }
  .ft_link .title {
    font-size: calc(var(--ttl_size) - 6px);
    position: relative;
    border-bottom: 1px dashed #ccc;
    margin: 0;
    padding: 14px 0;
  }
  .ft_link .title::before, .ft_link .title::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    top: calc(50% - 1px);
    right: 0;
    margin: auto;
    background-color: var(--main-color);
    transition: 0.3s all;
    width: 20px;
    height: 2px;
    z-index: 2;
  }
  .ft_link .title::after {
    transform: rotate(90deg);
  }
  .ft_link .title.title2::before, .ft_link .title.title2::after {
    background-color: #865a44;
  }
  .ft_link .title.rotate::after {
    transform: rotate(0);
  }
  .ft_link li {
    padding: 8px 0px;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
  }
  .ft_link li a {
    display: block;
    letter-spacing: 0;
    font-size: 16px;
  }
  .ft_link .menu02,
  .ft_link .menu04,
  .ft_link .menu05 {
    margin-top: 0;
  }
  .ft_link .menu_link {
    margin-top: 0;
  }
  .ft_link .menu_link ul li {
    padding: 0;
    margin-bottom: 0 !important;
    border-bottom: 1px dashed #ccc;
  }
  .ft_link .menu_link ul li a {
    font-size: 20px;
    letter-spacing: 0;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .ft_link .menu_link ul li a::before {
    top: 1.1em;
  }
  .ft_link .menu_link ul li:last-child {
    margin-bottom: 0;
  }
}
/* END Menu
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
General
********************************/
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  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_top {
    width: 100%;
    align-items: center;
    height: 60px;
    padding: 0;
  }
  .header_top p {
    margin-bottom: 0;
  }
  .header_top .logo {
    max-width: calc(100% - 110px);
    width: auto;
    margin-left: 10px;
    transform: none;
    margin-top: 10px;
  }
  .header_top .logo img {
    width: auto;
    max-height: 60px;
  }
  footer {
    margin-bottom: 60px;
  }
  footer .inner {
    max-width: 610px;
  }
  footer .ft_gallery {
    padding: 40px 0;
  }
  footer .ft_gallery .img {
    --w: 200px;
  }
  footer .ft_bg {
    padding: 40px 0 0;
    background-size: 100%;
    background-color: #fff;
  }
  footer .ft_info,
  footer .ft_txt {
    max-width: 100%;
    width: 100%;
  }
  footer .ft_address {
    margin: 20px auto;
    justify-content: center;
    letter-spacing: 0;
  }
  footer .ft_tel {
    padding: 0;
  }
  footer .ft_tel a {
    width: 100%;
    padding: 12px 0 15px 7px;
    font-size: 22px;
  }
  footer .ft_logo {
    max-width: calc(100% - 40px);
  }
  footer .ft_map {
    height: 299px;
  }
  footer .copyright .flex {
    display: flex;
  }
  footer .copyright .textwidget p {
    font-size: 12px;
    letter-spacing: 0;
    margin-left: 10px;
    padding-left: 10px;
  }
  footer .ft_menu {
    margin-top: 20px;
    padding-top: 20px;
  }
  footer .ft_banner {
    margin: 0;
    padding: 0;
    display: flex;
  }
  footer .ft_banner .item {
    width: calc(50% - 10px);
  }
  .totop {
    bottom: 95px;
    right: 5px;
  }
  .totop .icon {
    width: 24px;
  }
  .fixed_banner {
    display: flex;
    flex-wrap: wrap;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 60px;
    transform: translateY(100%);
  }
  .fixed_banner.active {
    transform: translateY(0%);
  }
  .fixed_banner > div {
    width: 25%;
    height: 100%;
  }
  .fixed_banner > div > p {
    font-size: min(3.6vw, 12px);
    line-height: 1;
    letter-spacing: 0;
  }
  .fixed_banner > div > p .tt {
    letter-spacing: 0;
  }
  .fixed_banner > div > p .tt::before {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
  }
  .fixed_banner .tel {
    order: -1;
  }
}
@media only screen and (max-width: 480px) {
  footer {
    background-image: url(../images/ft_bg_sp.jpg);
    background-color: #d1d9e3;
  }
  footer .copyright {
    padding: 14px 0;
  }
  footer .copyright .flex {
    display: flex;
  }
  footer .copyright img {
    width: 100px;
  }
  footer .copyright .textwidget p {
    font-size: min(3.2vw, 12px);
    letter-spacing: 0;
    margin-left: 0;
    padding-left: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
    text-align: center;
  }
  footer .copyright .textwidget p::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: rgba(206, 206, 206, 0.5);
    margin: 5px auto;
  }
  footer .ft_address {
    font-size: 14px;
  }
  footer .ft_bg {
    padding-bottom: 10px;
  }
  footer .ft_banner .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 345px) {
  footer .shared_tbl table tr th,
  footer .shared_tbl table tr td {
    width: 7.8%;
  }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/