/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/page-header/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.wp-block-new-standard-page-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  background-color: var(--wp--custom--color-base);
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header {
    gap: 16px;
    height: 50px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header.--fix-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
:root :where(.wp-site-blocks) > .wp-block-new-standard-page-header {
  margin-block-start: 0;
}
.wp-block-new-standard-page-header .wp-block-new-standard-page-header-site-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  max-height: 100%;
  margin: 0;
}
.wp-block-new-standard-page-header .wp-block-new-standard-page-header-site-name .wp-block-site-logo {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header .wp-block-new-standard-page-header-site-name .wp-block-site-logo {
    display: flex;
    min-width: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.wp-block-new-standard-page-header .wp-block-new-standard-page-header-site-name a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header .wp-block-new-standard-page-header-site-name a {
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header .wp-block-new-standard-page-header-site-name img {
    max-height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1100px) {
  .wp-block-new-standard-page-header.is-style-single-line .wp-block-new-standard-page-header-navigations {
    grid-template-columns: 1fr auto auto auto;
    grid-template-rows: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wp-block-new-standard-page-header.is-style-single-line .wp-block-new-standard-page-header-navigations .wp-block-new-standard-page-header-navigations__icon-buttons {
    grid-column: 3;
  }
  .wp-block-new-standard-page-header.is-style-single-line .wp-block-new-standard-page-header-navigations .wp-block-social-links {
    grid-column: 2;
    margin-left: var(--wp--preset--spacing--10);
  }
  .wp-block-new-standard-page-header.is-style-single-line .wp-block-new-standard-page-header-navigations .wp-block-buttons {
    grid-column: 4;
  }
  .wp-block-new-standard-page-header.is-style-single-line .wp-block-new-standard-page-header-navigations .wp-block-navigation {
    grid-row: 1;
    grid-column: 1;
  }
}

@keyframes opacity-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wp-block-new-standard-page-header__search {
  display: none;
  position: absolute;
  top: 100%;
  left: 20px;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  height: 340px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: var(--wp--custom--color-base);
  border-radius: 10px;
  box-shadow: var(--wp--preset--shadow--sm);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header__search {
    top: calc(100% + 8px);
    left: 16px;
    width: calc(100% - 32px);
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
  }
}
.wp-block-new-standard-page-header__search.--show {
  display: flex;
  animation: opacity-show 0.2s linear 0s;
}
.wp-block-new-standard-page-header__search__form {
  width: 100%;
  max-width: 712px;
}
.wp-block-new-standard-page-header__search__form__input-wrap {
  display: flex;
  align-items: stretch;
  padding: 5px;
  width: 100%;
  background-color: var(--wp--custom--color-base-3);
  border-radius: 5px;
}
.wp-block-new-standard-page-header__search__form__input-wrap .input-search {
  flex-grow: 1;
  background-color: transparent;
  border: none;
}
.wp-block-new-standard-page-header__search__form__input-wrap .input-search:focus {
  outline: none;
}
.wp-block-new-standard-page-header__search__form__input-wrap .input-submit {
  width: 72px;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 5px;
}
.wp-block-new-standard-page-header__search__button-close {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header__search__button-close {
    display: none;
  }
}
.wp-block-new-standard-page-header__search__button-close:before, .wp-block-new-standard-page-header__search__button-close:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 141.42%;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 1px;
  background-color: var(--wp--custom--color-contrast);
}
.wp-block-new-standard-page-header__search__button-close:before {
  transform: rotate(45deg);
}
.wp-block-new-standard-page-header__search__button-close:after {
  transform: rotate(-45deg);
}

/*# sourceMappingURL=style-index.css.map*/