@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;
  }
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Menu Toogle
********************************/
body:not(.ovh) .menu_toggle .inside {
  pointer-events: none;
}

.menu_toggle {
  position: fixed;
  inset: 44px 60px 36px;
  max-width: 1800px;
  max-height: 820px;
  margin: auto;
  padding: 66px 118px 66px 66px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  z-index: 999;
}
.menu_toggle::before {
  content: "";
  position: absolute;
  inset: -100vw;
  background-color: #3b3b3b;
  opacity: 0.3;
  z-index: -2;
}
.menu_toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  border-radius: 30px;
  z-index: -1;
}
.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;
}
@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;
    }
  }
}

.fmenu-close {
  position: absolute;
  top: 44px;
  right: 44px;
  font-family: var(--f-en);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #848484;
  cursor: pointer;
  z-index: 3;
}
.fmenu-close::before {
  content: "";
  transition: all 0.3s ease;
  width: 33px;
  height: 33px;
  display: block;
  margin: 0 auto 10px;
  background: url("../images/ic-close-menu.png") center/contain no-repeat;
}

.hmenu-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  height: 100%;
  align-items: center;
}

.hmenu-item .hmenu-logo {
  margin-bottom: 60px;
}
.hmenu-item .hmenu-logo a {
  display: block;
  width: fit-content;
  opacity: 1 !important;
}
.hmenu-item .hmenu-btn {
  margin-bottom: 15px;
  padding: 0 30px;
}
.hmenu-item .hmenu-btn:last-child {
  margin-bottom: 0;
}
.hmenu-item .hmenu-btn a {
  transition: all 0.3s ease;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 310px;
  height: 90px;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
.hmenu-item .hmenu-email a {
  background-color: var(--main-color);
  font-size: 18px;
  padding-top: 2px;
}
.hmenu-item .hmenu-email a::before {
  content: "";
  display: block;
  width: 24px;
  margin-right: 13px;
  aspect-ratio: 24/18;
  background: url("../images/ic-mail.png") center/contain no-repeat;
}
.hmenu-item .hmenu-line a {
  background-color: #06c755;
  font-size: 16px;
  padding-top: 2px;
}
.hmenu-item .hmenu-line a::before {
  content: "";
  display: block;
  width: 34px;
  margin-right: 13px;
  aspect-ratio: 1;
  background: url("../images/ic-line.png") center/contain no-repeat;
}
.hmenu-item .hmenu-tel a {
  background-color: #fff;
  font-family: var(--f-en);
  font-size: 21px;
  color: var(--clr1);
  padding-top: 2px;
  border: 1px solid #e3e3e3;
}
.hmenu-item .hmenu-tel a::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 20px;
  aspect-ratio: 20/22;
  background: url("../images/ic-tel.png") center/contain no-repeat;
}
#nav-icon {
  width: 36px;
  height: 24px;
  position: relative;
  margin: auto;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#nav-icon span {
  background-color: #fff;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 5px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 11px;
}
#nav-icon span:nth-child(4) {
  top: 17px;
}
#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 {
  width: 132px;
  height: 58px;
  position: fixed;
  top: 30px;
  right: 35px;
  z-index: 10;
  border-radius: 999px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.hamburger-btn .button-toggle {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .hamburger-btn .button-toggle:hover {
    background-color: var(--clr1);
  }
}
.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;
  }
}
/* 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.active {
    top: 10px;
    left: 10px;
    right: 10px;
    height: 56px;
  }
  header.active .header_top {
    padding: 10px 0;
  }
  header.active .header_top .logo {
    height: 100%;
    margin-left: 15px;
  }
  header.active .hamburger-btn {
    top: 22px;
    right: 23px;
  }
  .header_top {
    width: 100%;
    align-items: center;
    padding: 20px 10px 10px;
  }
  .header_top p {
    margin-bottom: 0;
  }
  .header_top .logo {
    max-width: calc(100% - 100px);
    width: auto;
    margin-left: 10px;
    transform: none;
  }
  .header_top .logo img {
    width: auto;
    max-height: 40px;
  }
  .totop {
    bottom: 60px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .totop::before {
    width: 11px;
    height: 11px;
    inset: 2px 2px 0 0px;
  }
  .fixed_banner {
    display: flex;
    flex-wrap: wrap;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 50px;
    font-size: min(2.3vw, 10px);
    transform: translateY(100%);
  }
  .fixed_banner.active {
    transform: translateY(0%);
  }
  .fixed_banner p .tt {
    flex-direction: row;
  }
  .fixed_banner p .tt::before {
    margin-right: 5px;
    margin-bottom: 0;
  }
  .fixed_banner > div {
    width: 33.33333%;
    height: 100%;
  }
  .fixed_banner > div > p {
    font-size: 1.4em;
    line-height: 1;
  }
  .fixed_banner > div > p .tt::before {
    font-size: 0.9em;
  }
  .fixed_banner2 {
    font-size: 8px;
    bottom: 5px;
    right: 5px;
    opacity: 0;
    visibility: hidden;
  }
  .fixed_banner2.active {
    font-size: 8px;
    opacity: 1;
    visibility: visible;
    bottom: 5px;
    right: 5px;
  }
  .idx_gallery {
    margin-bottom: 40px;
  }
  .idx_gallery .list img {
    margin: 0 6px;
    width: 180px;
    border-radius: 12px;
  }
  .time_sheet table thead {
    padding-left: 1em;
  }
  .time_sheet table tbody {
    padding: 0.5em 1em;
  }
  .time_sheet table th,
  .time_sheet table td {
    text-align: center;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
  .time_sheet table th:first-child,
  .time_sheet table td:first-child {
    min-width: 7em;
  }
  .time_sheet table th:first-child {
    padding-right: 0.2em;
  }
  .ft-map {
    height: 290px;
  }
  .ft-bg {
    padding-top: 50px;
  }
  .footer-top {
    --t: 70px;
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .footer-top .ft-logo {
    margin-bottom: 0;
  }
  .footer-top .ft-logo a {
    width: min(100%, 300px);
  }
  .footer-bottom .inner {
    padding: 0 80px;
  }
  .footer-bottom .fb-banner {
    padding: 50px 0;
    gap: 10px;
  }
  .footer-bottom .fb-btn a {
    width: 130px;
    height: 38px;
    font-size: 12px;
  }
  .footer-bottom .fb-btn a::before {
    left: 15px;
  }
  .copyright .textwidget p {
    font-size: 14px;
  }
  .copyright {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .copyright .flex {
    justify-content: center;
  }
}
@media only screen and (max-width: 639px) {
  .footer-bottom .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-bottom .fb-banner {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom .fb-bnr {
    width: 280px;
  }
  .footer-bottom .fb-bm {
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer-bottom .fb-btn {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .copyright .flex {
    max-width: 500px;
    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: 120px;
  }
  .copyright .textwidget {
    margin-top: 10px;
    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: 640px) {
.copyright .flex {
  max-width: 440px;
}
}

@media only screen and (max-width: 480px) {
.totop.at_footer {
  bottom: 105px; }
}
@media only screen and (max-width: 400px) {
  .fixed_banner2 {
    bottom: 100px;
  }
}
@media only screen and (max-width: 360px) {
  .copyright .textwidget p {
    font-size: 12px;
  }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
@media only screen and (min-width: 1921px) {
  .menu_toggle {
    max-width: calc(100% - 40px);
    max-height: 100%;
  }
  .menu_toggle .hmenu-wrap {
    justify-content: center;
  }
}
@media only screen and (min-width: 1920px) {
  .hmenu-item {
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1919px) {
  .menu_toggle {
    padding: 60px;
    inset: 40px;
  }
  .menu_toggle .inside .ft_link .title {
    width: 10.8em;
  }
  .menu_toggle .inside .ft_link .link_list > div > ul {
    gap: 0.4375em 0.9375em;
  }
  .menu_toggle .inside .ft_link .link_list .menu00 {
    padding: 1.9em 3.5em 1.65em 1.4em;
  }
  .menu_toggle .inside .ft_link .link_list .menu00:nth-child(1) {
    padding-right: 10.5em;
  }
  .hmenu-wrap {
    gap: 1.875em;
  }
  .hmenu-item {
    margin: 0 auto;
  }
  .hmenu-item .hmenu-logo {
    margin-bottom: 2.5em;
  }
  .hmenu-item .hmenu-logo img {
    width: 21.25em;
  }
  .hmenu-item .hmenu-btn {
    font-size: 1em;
    padding: 0 1.875em;
    margin-bottom: 0.9375em;
  }
  .hmenu-item .hmenu-btn a {
    width: 16.25em;
    height: 4.375em;
    padding-top: 0;
    border-radius: 0.625em;
  }
  .hmenu-item .hmenu-email a {
    font-size: 1em;
  }
  .hmenu-item .hmenu-email a::before {
    width: 1.5em;
    margin-right: 0.8125em;
  }
  .hmenu-item .hmenu-line a {
    font-size: 1em;
  }
  .hmenu-item .hmenu-line a::before {
    width: 2.125em;
    margin-right: 0.8125em;
  }
  .hmenu-item .hmenu-tel {
    font-size: 1em;
  }
  .hmenu-item .hmenu-tel a {
    width: 12.380952381em;
    height: 3.3333333333em;
    font-size: 1.3125em;
  }
  .hmenu-item .hmenu-tel a::before {
    margin-right: 0.4761904762em;
    width: 0.9523809524em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .fmenu-close {
    font-size: 0.875em;
    top: 1.4285714286em;
    right: 1.8em;
  }
  .fmenu-close::before {
    width: 2.3571428571em;
    height: 2.3571428571em;
    margin-bottom: 0.7142857143em;
  }
  .menu_toggle {
    padding: 1.875em;
    inset: 2.5em;
    font-size: 1.0256410256vw;
  }
  .menu_toggle::after {
    border-radius: 1.875em;
  }
  .menu_toggle .ft_link {
    font-size: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .hamburger-btn {
    top: 20px;
    width: 9.1666666667vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .menu_toggle {
    font-size: 1.09375vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger-btn {
    height: 40px;
  }
  #nav-icon {
    width: 2.5390625vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 860px) {
  .hamburger-btn {
    height: 34px;
    top: 23px;
  }
}
@media (min-width: 769px) {
  .hmenu-item .hmenu-email a:hover {
    background-color: var(--clr1);
    opacity: 1;
  }
  .fmenu-close {
    transition: all 0.3s ease;
  }
  .fmenu-close:hover {
    color: #000;
  }
  .fmenu-close:hover::before {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  p,
  body {
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .hamburger-btn {
    width: 64px;
    height: 30px;
    top: 15px;
    right: 20px;
  }
  #nav-icon {
    width: 22px;
  }
  .menu_toggle {
    inset: 20px;
    padding: 50px 20px 20px;
    max-height: 100%;
  }
  .menu_toggle::after {
    border-radius: 14px;
  }
  .fmenu-close {
    top: 10px;
    right: 10px;
    font-size: 12px;
  }
  .fmenu-close::before {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
  }
  .hmenu-wrap {
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 0;
  }
  .hmenu-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .hmenu-item .hmenu-logo {
    margin-bottom: 20px;
  }
  .hmenu-item .hmenu-logo a {
    margin: 0 auto;
    max-width: 100%;
    width: 300px;
  }
  .hmenu-item .hmenu-btn {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .hmenu-item .hmenu-btn a {
    width: 230px;
    height: 64px;
    border-radius: 6px;
  }
  .hmenu-item .hmenu-email a {
    font-size: 16px;
  }
  .hmenu-item .hmenu-email a::before {
    width: 20px;
    margin-right: 6px;
  }
  .hmenu-item .hmenu-line a {
    font-size: 16px;
  }
  .hmenu-item .hmenu-line a::before {
    width: 28px;
    margin-right: 6px;
  }
  .hmenu-item .hmenu-tel a {
    font-size: 19px;
  }
  .hmenu-item .hmenu-tel a::before {
    width: 18px;
    margin-right: 6px;
  }
  .ft_link {
    width: 100%;
  }
  .ft_link .menu00 {
    padding: 15px;
    flex-direction: column;
  }
  .ft_link .title {
    width: 100%;
    padding-right: 0;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ft_link li {
    margin-bottom: 5px;
  }
  .ft_link li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 524px) {
  .sp425 {
    display: block;
  }
}
@media (max-width: 424px) {
  .sp375 {
    display: block;
  }
}
@media (max-width: 374px) {
  .sp320 {
    display: block;
  }
}

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