/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../node_modules/.pnpm/css-loader@6.11.0_webpack@5.101.3/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.101.3/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../../node_modules/.pnpm/sass-loader@16.0.5_sass@1.92.1_webpack@5.101.3/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/scss/screen.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
div.wp-block-button.is-style-rotate-button {
  /* 小さめのフォントサイズ */
  white-space: nowrap;
  /* 改行を防ぐ */
  writing-mode: sideways-lr;
}

.tokuta-heading-sec {
  display: block;
  text-align: center;
}

.tokuta-heading-sec__jp {
  font-size: 3.4rem;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  position: relative;
  white-space: nowrap;
}

.tokuta-heading-sec__en {
  font-size: 1.2rem;
  color: var(--wp--preset--color--luminous-vivid-orange);
  text-transform: uppercase;
  padding-top: 1rem;
  font-weight: bold;
  white-space: nowrap;
}

hr.wp-block-separator[class*=is-style-icon] {
  display: flex;
  justify-content: center;
  border: none;
  text-align: center;
  overflow: visible;
  width: 100% !important;
  background-color: transparent !important;
  background-repeat: repeat-x !important;
  background-position: 0% 50% !important;
  background-size: 100% 2px !important;
  background-image: linear-gradient(90deg, currentColor, currentColor);
}
hr.wp-block-separator[class*=is-style-icon]::before {
  content: var(--separator-icon, "❦");
  padding: 0 0.5em;
  font-size: var(--wp--preset--font-size--large);
  line-height: 1;
  background-color: var(--wp--preset--color--base);
}
:where(.has-background[class*=-background-color]) hr.wp-block-separator[class*=is-style-icon], :where(.has-background[class*=-background-color]) hr.wp-block-separator[class*=is-style-icon]::before {
  background-color: inherit !important;
}

.is-style-icon-blossom {
  --separator-icon: "🌼";
}

.is-style-icon-sun {
  --separator-icon: "☀️";
}

.is-style-icon-feather {
  --separator-icon: "🪶";
}

.is-style-icon-fire {
  --separator-icon: "🔥";
}

.is-style-icon-leaves {
  --separator-icon: "🍃";
}

.is-style-icon-coffee {
  --separator-icon: "☕";
}

.is-style-icon-beer {
  --separator-icon: "🍻";
}

.is-style-icon-lotus {
  --separator-icon: "🪷";
}

.is-style-icon-melting-face {
  --separator-icon: "🫠";
}

.is-style-icon-guitar {
  --separator-icon: "🎸";
}

.is-style-icon-pencil {
  --separator-icon: "✏️";
}

.is-style-icon-rocket {
  --separator-icon: "🚀";
}

.is-style-icon-clover {
  --separator-icon: "☘️";
}

.is-style-icon-star {
  --separator-icon: "⭐";
}

.is-style-icon-sunflower {
  --separator-icon: "🌻";
}

.is-style-icon-beach-umbrella {
  --separator-icon: "⛱️";
}

.honokaze-sidebar {
  z-index: 10;
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  width: 52px;
  position: fixed !important;
  top: var(--wp-admin--admin-bar--height, 0px);
  left: 0;
  display: flex;
  flex-direction: column;
  flex-basis: auto;
}
.honokaze-sidebar .wp-block-navigation__responsive-container-open {
  flex: auto;
  aspect-ratio: 1;
}
.honokaze-sidebar .wp-block-navigation__responsive-container-open svg {
  width: 100%;
  height: 100%;
}
.honokaze-sidebar .honokaze-sidebar-text {
  flex: auto;
  white-space: nowrap;
  writing-mode: sideways-lr;
  margin-block: auto;
  text-align: center;
}

.honokaze-main {
  position: relative;
}

div.smb-grid.is-style-header div.smb-spider-slider .spider__canvas {
  height: 24rem;
}
div.smb-grid.is-style-header div.smb-spider-slider div.smb-spider-slider__figure-wrapper {
  height: 100%;
}
div.smb-grid.is-style-header div.smb-spider-slider div.smb-spider-slider__figure-wrapper img.spider__figure {
  height: 100%;
  filter: brightness(0.7);
  -o-object-fit: cover;
     object-fit: cover;
}
div.smb-grid.is-style-header div.header-top > * {
  z-index: 1;
}
div.smb-grid.is-style-header div.header-top .wp-block-navigation__responsive-container-open {
  flex: auto;
  aspect-ratio: 1;
}
div.smb-grid.is-style-header div.header-top .wp-block-navigation__responsive-container-open svg {
  width: 100%;
  height: 100%;
}
div.smb-grid.is-style-header div.smb-grid.header-content > * {
  z-index: 1;
}

/* Styles intended only for the front.*/
html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
  .main-content {
    width: 100%;
  }
  h1 {
    font-size: 24px;
  }
}

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