@charset "UTF-8";
/*--
  • Custom Style
  • @mate.tosapon
  • Elegant Digital Company Limited
--*/
.top-bar .open-hour, .top-bar .tel-no {
  display: flex;
  align-items: center;
  gap: 4px;
}
.top-bar .open-hour svg, .top-bar .tel-no svg {
  height: 16px;
}
.top-bar .open-hour span, .top-bar .tel-no span {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.top-bar .open-hour span:hover, .top-bar .tel-no span:hover {
  text-decoration: underline;
}
.top-bar .tel-no {
  margin-left: 20px;
}
.nav-panel._desktop .s-nav {
  gap: 32px;
}
.site-footer ul.menu, .site-footer ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer ul.menu li, .site-footer ul.sub-menu li {
  padding: 8px 0 8px 10%;
}
.site-footer ul.sub-menu {
  padding-left: 12px;
}
.gspb_gallery_grid picture, .wp-block-gallery picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.gspb_gallery_grid picture img, .wp-block-gallery picture img {
  object-fit: cover;
  height: auto;
  width: 100%;
  vertical-align: middle;
}
.nav-panel .sub-menu {
  padding-left: 12px !important;
}
.nav-panel .sub-menu .menu-item-has-children {
  width: calc(var(--s-nav-width) - 42px) !important;
}
@media screen and (max-width: 667px) {
  html {
    margin-top: 0 !important;
    overflow-x: hidden;
  }
  .site-header {
    top: 44px !important;
  }
  .site-header.active {
    top: 0;
  }
  .site-header-space {
    min-height: calc(var(--s-head-height) + 44px) !important;
  }
  .fixed-timeline {
    top: 0 !important;
  }
  .search-panel {
    top: calc(var(--s-head-height) + 44px) !important;
  }
  #wpadminbar {
    display: none;
  }
  .top-bar {
    height: 44px !important;
  }
  .top-bar .left span {
    font-size: 10px;
  }
  .top-bar .s_social {
    gap: 2px;
  }
  .site-footer ul.menu, .site-footer ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .site-footer ul.menu li, .site-footer ul.sub-menu li {
    padding: 8px 0;
    text-align: center;
    width: 50%;
  }
  .site-footer ul.menu li:last-child, .site-footer ul.sub-menu li:last-child {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .nav-toggle {
    opacity: 0;
  }
  .search-panel {
    margin-top: var(--s-topbar-height);
  }
}
