/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2025 | 05:51:20 */
@charset "UTF-8";
/* ---初期化--- */
/* ---/初期化--- */
body.page-id-114 .entry-content {
  margin-top: unset;
}
body.page-id-114 .entry-content section {
  margin-block-start: 4rem;
}
body.page-id-114 .cover-page-title h2::before {
  content: "progress";
}

/* ---工事写真--- */
/* タブ・ボタン */
.picture-monthly {
  --_month-button-gap-pc: 0.75rem;
  --_month-button-gap-sp: 1rem;
}
.picture-monthly .wp-block-snow-monkey-blocks-tabs {
  width: 80%;
}
@media (max-width: 768px) {
  .picture-monthly .wp-block-snow-monkey-blocks-tabs {
    width: clamp(240px, 95%, 380px);
  }
}
.picture-monthly .smb-tabs__tab {
  border: unset;
}
.picture-monthly .smb-tabs__tab:hover, .picture-monthly .smb-tabs__tab[aria-selected=true] {
  background-image: radial-gradient(#bce0dd 0%, #bce0dd 40%, transparent 40.5%, transparent 100%);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #0F5779;
  font-size: 1rem;
}
.picture-monthly .wp-block-snow-monkey-blocks-tab-panel {
  padding: 1rem;
  border: unset;
}
.picture-monthly .wp-block-snow-monkey-blocks-tab-panel .monthly-links {
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .picture-monthly .wp-block-snow-monkey-blocks-tab-panel .monthly-links {
    justify-content: space-between;
    gap: unset;
    row-gap: var(--_month-button-gap-sp);
  }
}
.picture-monthly .wp-block-snow-monkey-blocks-tab-panel .monthly-links .wp-block-button.button-gallery-toggle.button-current .wp-block-button__link {
  background-color: #0F5779;
  color: white;
}
@media (max-width: 768px) {
  .picture-monthly .wp-block-snow-monkey-blocks-tab-panel .monthly-links .wp-block-button__link {
    min-width: 5.1em;
    padding: 0.5rem 1rem;
    font-size: clamp(10px, 3.8vw, 14px);
  }
}

/* /タブ・ボタン */
/* ギャラリー */
.picture-gallery {
  display: none;
  width: 80%;
}
.picture-gallery.picture-default {
  display: block;
}
@media (max-width: 768px) {
  .picture-gallery {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .picture-gallery .wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0 !important;
  }
}
.picture-gallery .wp-block-gallery.has-nested-images .wp-block-image {
  max-width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
}
@media (max-width: 768px) {
  .picture-gallery .wp-block-gallery.has-nested-images .wp-block-image {
    max-width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
  }
}
.picture-gallery .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  top: 0.5rem;
  left: -0.5rem;
  padding: unset;
  background: unset;
  text-shadow: unset;
  color: #333333;
  text-align: left;
  font-size: clamp(9px, 0.7vw, 16px);
}
@media (max-width: 768px) {
  .picture-gallery .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    bottom: 1.5rem;
    left: 0;
    font-size: clamp(8px, 2.8vw, 10px);
  }
}
.picture-gallery .wp-block-gallery.has-nested-images figure.wp-block-image figcaption span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.picture-gallery .wp-block-gallery.has-nested-images figure.wp-block-image figcaption span:first-child {
  padding: 0.1em 0.25em;
  border: 1px solid #0F5779;
  border-radius: 2px;
  color: #0F5779;
}

/* /ギャラリー */
/* ---/工事写真--- */
