@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 {
    --size-space-right:clamp(20px,5.5vw,40px);
    --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;
}
.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: 45px;
  height: 17px;
  position: relative;
  margin: 0 auto 0px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#nav-icon span {
  background-color: white;
  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) {
  right: 0;
  left: auto;
  width: 35px;
  top: 8.5px;
}
#nav-icon span:nth-child(4) {
  top: 16px;
}
#nav-icon.open span:nth-child(1) {
  top: 8.5px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(3) {
  background-color: var(--clr2);
}
#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: 8.5px;
  width: 0%;
  left: 50%;
}
@media only screen and (min-width: 769px) {
  #nav-icon.open:hover span:nth-child(2), #nav-icon.open:hover span:nth-child(3) {
    background-color: var(--main-color);
  }
  #nav-icon:hover span {
    background-color: var(--clr2);
  }
}

.hamburger-btn {
  position: fixed;
  top: 0;
  right: 8px;
  z-index: 10;
  width: var(--wrapper);
  height: var(--wrapper);
}
.hamburger-btn .button-toggle {
  position: relative;
  width: 100%;
  padding-top: calc(var(--wrapper) / 2 - 8.5px);
  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 .ttl {
    font-size: calc(var(--ttl_size) + 0px);
  }
  .ft_link li {
    padding: 8px 0px;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
  }
  .ft_link li a:hover {
    color: var(--main-color);
    text-decoration: none;
  }
  .ft_link .menu01,
  .ft_link .menu02 {
    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;
  }
}
@media only screen and (max-width: 768px) {
  .flex_gr {
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .flex_gr.col-2 .item, .flex_gr.col-3 .item, .flex_gr.col-4 .item {
    width: 100%;
  }
}
/* END General
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Header & Footer
********************************/
@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: inherit;
  }
  .ft_link .ttl_ft {
    margin-bottom: 0.7em;
  }
  .header_top {
    width: 100%;
    align-items: center;
    height: 60px;
    padding: 0;
  }
  .header_top p {
    margin-bottom: 0;
  }
  .header_top .logo {
    width: 50%;
  }
  .header_top .logo .first {
    width: 30%;
    max-width: 120px;
    left: 20px;
  }
  .header_top .logo .active {
    width: auto;
    max-height: 50px;
    margin-left: 10px;
  }
  footer {
    padding: min(27vw, 130px) 0 50px;
    background-image: url(../images/ft_bg_sp.jpg);
  }
  footer::before {
    height: calc(100% + 20px);
    background-attachment: scroll;
    background-image: url(../images/ft_bg_sp.jpg);
  }  footer .ft_bn_gr {

  }
  footer .ft_bn_gr.st2 {
    margin-bottom: 40px;
  }
  footer .ft_info {
    width: auto;
    margin: 0 auto;
  }
  footer .ft_map iframe {
    height: 100%;
  }
  footer .ft_link {
    width: auto;
  }
  .totop {
    bottom: 55px;
    right: 5px;
  }
  .fixed_banner {
    display: flex;
    flex-wrap: wrap;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 50px;
    transform: translateY(100%);
    transition-delay: unset !important;
  }
  .fixed_banner.active {
    transform: translateY(0%);
  }
  .fixed_banner > div {
    height: 100%;
  }
  .fixed_banner > div > p {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 1;
  }
  .fixed_banner > div > p::before {
    margin-right: 0.5em;
    height: 22px;
    width: 1.4em;
    margin-bottom: 0;
    margin-top: 0;
    background-size: 100% auto;
    background-position: center;
  }
  .fixed_banner > div > p .txt_num {
    display: none;
  }
  .fixed_banner .tel {
    width: 60px;
    background-color: #5B4F41;
  }
  .fixed_banner .tel .hide {
    font-size: 0;
    height: 0;
    width: 1em;
  }
  .fixed_banner .tel p {
    filter: brightness(0) invert(1);
  }
  .fixed_banner .tel p::before {
    width: 1.5em;
    margin-right: 0;
  }
  .fixed_banner .tel p span {
    writing-mode: lr-tb;
  }
  .fixed_banner .web {
    width: calc(50% - 30px);
  }
  .fixed_banner .mail {
    width: calc(50% - 30px);
  }
  .copyright {
    display: block;
    padding-top: 15px;
    padding-bottom: 62px;
  }
  .copyright .flex {
    justify-content: center;
  }
  .under .idx_gallery::after {
    height: 61px;
  }
  .idx_gallery {
    padding-top: 60px;
  }
  .idx_gallery::before {
    height: calc(100% + 70px + 4vw);
    background-size: 120% auto;
    min-height: 200px;
  }
  .idx_gallery ul li .img {
    width: 250px;
    height: 202px;
  }
}
@media only screen and (max-width: 480px) {
  .under .header_top .logo .first {
    max-width: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .idx_gallery::before {
    height: calc(100% + 80px);
    max-height: 100vw;
  }
  .copyright .flex {
    max-width: 400px;
    margin: auto;
  }
  .copyright .grits {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .copyright .grits img {
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    max-width: 125px;
  }
  .copyright .textwidget {
    margin-top: 7px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px;
    text-align: center;
  }
  .copyright .textwidget span {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .time_sheet {
    font-size: min(1.8vw, 10px);
  }
}
@media only screen and (max-width: 480px) {
  .time_sheet .note {
    font-size: 10px;
  }
  .time_sheet.time_sheet_txt th:first-child, .time_sheet.time_sheet_txt td:first-child {
    width: 11%;
    padding-left: 0.2em;
  }
  .time_sheet.time_sheet_txt th:first-child .line, .time_sheet.time_sheet_txt td:first-child .line {
    display: block;
  }
  .time_sheet.time_sheet_txt th:first-child .line:after, .time_sheet.time_sheet_txt td:first-child .line:after {
    left: 0;
    right: 0;
    width: 1px;
    height: 1em;
  }
  .time_sheet.time_sheet_txt td:not(:first-child) {
    font-size: 1.45em;
  }
}
@media only screen and (max-width: 768px) {
  footer .box_infor {
    justify-content: center;
  }
  footer .box_infor .banner_gr .bn {
    font-size: min(2vw, 9px);
  }
  footer .box_infor .infor_contact {
    font-size: min(2vw, 10px);
    margin-bottom: 30px;
  }
  footer .box_infor .time_sheet_txt {
    margin-bottom: 30px;
  }
  footer .box_infor .left {
    margin-bottom: 30px;
    width: 100%;
    max-width: 464px;
  }
  footer .box_infor .right {
    width: 100%;
    max-width: 550px;
  }
}
@media only screen and (max-width: 480px) {
  .ft_bn_gr.flex_gr.col-2 .item, .ft_bn_gr.flex_gr.col-3 .item, .ft_bn_gr.flex_gr.col-4 .item {
    max-width: 300px;
  }
}
@media only screen and (max-width: 375px) {
  .fixed_banner > div > p {
    font-size: 13px;
  }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

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