@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;
    --line-height-p: 1.8;
  }
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
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: 28px;
  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: calc(50% - 1px);
}
#nav-icon span:nth-child(4) {
  top: calc(100% - 1px);
}
#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 {
  background-color: var(--main-color);
  width: var(--wrapper);
  height: var(--wrapper);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  .hamburger-btn:hover {
    background-color: var(--clr2);
  }
}
.hamburger-btn .button-toggle {
  position: relative;
  width: 100%;
  padding-top: calc(var(--wrapper) / 2 - 15px);
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: inherit;
}
.hamburger-btn .button-toggle #menu_btn {
  margin-top: 0.8em;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-family: var(--f-jp);
  text-align: center;
  line-height: 1;
}

@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 {
    font-size: 10px;
  }
  .ft_link .title {
    font-size: calc(var(--ttl_size) + 0px);
    margin-bottom: 15px;
  }
  .ft_link li {
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
  }
  .ft_link li a {
    display: block;
    padding-top: 8px;
    font-size: 1.4em;
    padding-bottom: 8px;
  }
  .ft_link li a::before {
    top: 8px;
  }
  .ft_link li.child_title {
    border-bottom: none;
  }
  .ft_link li.child_title > a {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .ft_link .menu01 {
    margin-bottom: 20px;
  }
}
/* 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;
  }
  .btn-group {
    font-size: 8.75px;
  }
  .btn-group .btn.style01 {
    max-width: 280px;
  }
  .btn-group .btn.style01 a {
    min-height: 3.5em;
  }
  .btn-group .btn.style01 a::after {
    right: 10px;
  }
  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 {
    --size-mg: 5px;
    justify-content: center;
  }
  .flex_gr.col-2 .item, .flex_gr.col-3 .item, .flex_gr.col-4 .item, .flex_gr.col-5 .item {
    margin: var(--size-mg);
    width: calc(50% - 2 * var(--size-mg));
  }
}
@media only screen and (max-width: 430px) {
  .flex_gr.col-2 .item, .flex_gr.col-3 .item, .flex_gr.col-4 .item, .flex_gr.col-5 .item {
    width: calc(100% - 2 * var(--size-mg));
  }
  .flex_gr.col-2-sp.set-fs {
    font-size: min(2vw, 7px);
  }
  .flex_gr.col-2-sp .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-2-sp .item a {
    padding-left: 17px;
    padding-right: 17px;
  }
  .btn-group .btn.style01 {
    --fs-arr: 7.5px;
  }
  .btn-group .btn.style01 a .arr::after {
    left: 1px;
  }
}
/* END General
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Header & Footer
********************************/
@media only screen and (max-width: 768px) {
  .banner_yt {
    font-size: min(1.9vw, 8.5px);
  }
}
@media only screen and (max-width: 768px) {
  .box_infor .idx_logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
  }
  .box_infor .address {
    line-height: 1.8;
    text-align: center;
  }
  .box_infor .infor_tell {
    font-size: min(2.3vw, 9px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .time_sheet {
    font-size: min(1.6vw, 9px);
  }
}
@media only screen and (max-width: 430px) {
  .time_sheet {
    font-size: min(2.3vw, 8px);
  }
  .time_sheet table th,
  .time_sheet table td {
    width: 8%;
  }
  .time_sheet table th:first-child,
  .time_sheet table td:first-child {
    width: 30%;
  }
  .time_sheet table th:last-child,
  .time_sheet table td:last-child {
    width: 14%;
  }
  .time_sheet table th:nth-child(2),
  .time_sheet table td:nth-child(2) {
    width: 8%;
  }
}
@media only screen and (max-width: 768px) {
  .ft_banner_gr {
    padding: 40px 20px 50px;
    font-size: min(1vw, 7.5px);
  }
}
@media only screen and (max-width: 430px) {
  .ft_banner_gr {
    font-size: min(2vw, 7px);
  }
  .ft_banner_gr .banner {
    max-width: 45em;
  }
}
@media only screen and (max-width: 768px) {
  .idx_contact {
    padding: 60px 0 60px;
  }
  .idx_contact .idx_box {
    justify-content: center;
  }
  .idx_contact .idx_box .box_ct .ct_area p {
    font-size: 20px;
    text-align: center;
  }
  .idx_contact .contact_banner {
    margin-bottom: 35px;
    font-size: min(1.8vw, 8.5px);
  }
}
@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 {
    padding: 60px 0 50px;
  }
  footer .ft_info {
    width: auto;
    margin: 0 auto;
  }
  footer .ft_right {
    width: 100%;
    max-width: 100%;
  }
  footer .box_infor .infor_tell {
    margin-left: auto;
    margin-right: auto;
  }
  footer .idx_map {
    margin-bottom: 25px;
  }
  footer .time_sheet {
    font-size: min(1.7vw, 9px);
  }
  footer .footer_banner {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-top: 30px;
  }
  footer .footer_banner .banner {
    max-width: 350px;
  }
  .totop {
    bottom: 60px;
    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: 50%;
    height: 100%;
  }
  .fixed_banner > div > p {
    font-size: 14px;
    line-height: 1;
  }
  .fixed_banner > div > p .tt {
    flex-direction: row;
  }
  .fixed_banner > div > p .tt::before {
    margin-right: 7px;
    margin-bottom: 0;
  }
  .copyright {
    display: block;
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .copyright .flex {
    justify-content: center;
  }
  .copyright .grits img {
    max-width: 110px;
  }
  .idx_gallery {
    margin-bottom: 40px;
  }
  .idx_gallery .list .img img {
    width: 220px;
  }
}
@media only screen and (max-width: 640px) {
  .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: 130px;
  }
  .copyright .textwidget {
    margin-top: 5px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: center;
  }
  .copyright .textwidget p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 430px) {
  .copyright .textwidget p {
    font-size: 12px;
  }
  .totop.at_footer {
    bottom: 88px;
  }
  footer .time_sheet {
    font-size: min(2.3vw, 8px);
  }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

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