@charset "utf-8";

.banana-site-header .banana-header-stage {
  width: 390px;
  height: 68px;
}

.banana-site-header .banana-header-stage::after {
  bottom: -24px;
  height: 25px;
  background-size: 568px 25px;
  background-position: 50% 0;
}

.banana-site-header .banana-header-logo {
  left: 12px;
  top: 10px;
  width: 128px;
  height: 50px;
  z-index: 4;
}

.banana-site-header .banana-header-logo img {
  left: 8px;
  top: 7px;
  width: 69px;
}

.banana-site-header .banana-header-nav-shell {
  position: absolute;
  right: 5px;
  top: 8px;
  z-index: 5;
  padding: 0;
}

.banana-site-header .banana-header-menu-button {
  display: flex;
  width: 58px;
  height: 51px;
  padding: 14px 16px;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid #f0b00e;
  border-radius: 8px;
  background: #fcd62b;
}

.banana-site-header .banana-header-menu-line {
  display: block;
  height: 2px;
  flex: 0 0 2px;
  border-radius: 1px;
  background: #074ea7;
}

.banana-site-header .banana-header-nav {
  position: absolute;
  right: 0;
  left: auto;
  top: 56px;
  width: 286px;
  padding: 18px 20px 20px;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 78, 167, 0.18);
  white-space: normal;
}

.banana-site-header .banana-header-nav.collapse:not(.show) {
  display: none;
}

.banana-site-header .banana-header-nav.show {
  display: flex;
}

.banana-site-header .banana-header-nav a {
  display: block;
  padding: 11px 4px;
  border-bottom: 1px solid #d7edf8;
  font-size: 14px;
}

.banana-site-header .banana-header-nav a:last-child {
  border-bottom: 0;
}

.banana-site-header .banana-header-mobile-contact {
  margin-top: 10px;
  border: 1px solid #f0b00e !important;
  border-radius: 8px;
  background: #fcd62b;
  text-align: center;
}

.banana-site-header .banana-header-contact {
  display: none;
}

@media (min-width: 768px) {
  .banana-site-header .banana-header-stage {
    width: 1000px;
    height: 70px;
  }

  .banana-site-header .banana-header-stage::after {
    bottom: -43px;
    height: 44px;
    background-position: 0 0;
    background-size: 100% 44px;
  }

  .banana-site-header .banana-header-logo {
    left: 17px;
    top: 8px;
    width: 179px;
    height: 72px;
  }

  .banana-site-header .banana-header-logo img {
    left: 25px;
    top: 3px;
    width: 116px;
  }

  .banana-site-header .banana-header-nav-shell {
    position: static;
    padding: 0;
  }

  .banana-site-header .banana-header-menu-button {
    display: none;
  }

  .banana-site-header .banana-header-nav.collapse {
    position: absolute;
    left: 205px;
    right: auto;
    top: 36px;
    display: flex !important;
    width: auto;
    padding: 0;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    white-space: nowrap;
  }

  .banana-site-header .banana-header-nav a {
    display: inline;
    padding: 0;
    border-bottom: 0;
    font-size: 12px;
  }

  .banana-site-header .banana-header-mobile-contact {
    display: none !important;
  }

  .banana-site-header .banana-header-contact {
    display: flex;
  }
}

/* SiblooのStyle Manager非対応ルールをeditor CSSから分離 */
* {
  box-sizing: border-box
}

.banana-site-header {
  position: sticky;
  z-index: 20;
  overflow: visible;
  background-origin: padding-box;
  background-clip: border-box
}

.banana-header-stage {
  zoom: var(--banana-stage-scale, 1);
  background-origin: padding-box;
  background-clip: border-box
}

.banana-header-stage::after {
  position: absolute;
  right: 0px;
  bottom: -43px;
  left: 0px;
  z-index: 2;
  height: 44px;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'1000\'\ height=\'44\'\ viewBox=\'0\ 0\ 1000\ 44\'%3E%3Cpath\ d=\'M0\ 0\ H1000\ V16\ C958\ 8\ 921\ 9\ 881\ 18\ C844\ 26\ 806\ 4\ 754\ 8\ C705\ 12\ 668\ 37\ 615\ 27\ C588\ 22\ 557\ 7\ 512\ 13\ C471\ 18\ 435\ 34\ 382\ 19\ C337\ 6\ 292\ -1\ 245\ 9\ C205\ 17\ 170\ 24\ 122\ 14\ C86\ 6\ 42\ 5\ 0\ 18\ Z\'\ fill=\'%23FFFFFF\'/%3E%3Cpath\ d=\'M0\ 18\ C42\ 5\ 86\ 6\ 122\ 14\ C170\ 24\ 205\ 17\ 245\ 9\ C292\ -1\ 337\ 6\ 382\ 19\ C435\ 34\ 471\ 18\ 512\ 13\ C557\ 7\ 588\ 22\ 615\ 27\ C668\ 37\ 706\ 12\ 754\ 8\ C806\ 4\ 844\ 26\ 881\ 18\ C921\ 9\ 958\ 8\ 1000\ 16\ L1000\ 31\ C954\ 38\ 918\ 29\ 878\ 25\ C831\ 21\ 802\ 38\ 758\ 33\ C707\ 27\ 675\ 43\ 620\ 36\ C574\ 30\ 556\ 20\ 513\ 23\ C465\ 27\ 437\ 42\ 382\ 31\ C338\ 22\ 292\ 16\ 246\ 22\ C197\ 29\ 166\ 38\ 120\ 27\ C82\ 18\ 43\ 24\ 0\ 32\ Z\'\ fill=\'%2346B9F4\'/%3E%3C/svg%3E);
  background-position: 0% 0%;
  background-size: 100% 44px;
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  background: url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'1000\'\ height=\'44\'\ viewBox=\'0\ 0\ 1000\ 44\'%3E%3Cpath\ d=\'M0\ 0\ H1000\ V16\ C958\ 8\ 921\ 9\ 881\ 18\ C844\ 26\ 806\ 4\ 754\ 8\ C705\ 12\ 668\ 37\ 615\ 27\ C588\ 22\ 557\ 7\ 512\ 13\ C471\ 18\ 435\ 34\ 382\ 19\ C337\ 6\ 292\ -1\ 245\ 9\ C205\ 17\ 170\ 24\ 122\ 14\ C86\ 6\ 42\ 5\ 0\ 18\ Z\'\ fill=\'%23FFFFFF\'/%3E%3Cpath\ d=\'M0\ 18\ C42\ 5\ 86\ 6\ 122\ 14\ C170\ 24\ 205\ 17\ 245\ 9\ C292\ -1\ 337\ 6\ 382\ 19\ C435\ 34\ 471\ 18\ 512\ 13\ C557\ 7\ 588\ 22\ 615\ 27\ C668\ 37\ 706\ 12\ 754\ 8\ C806\ 4\ 844\ 26\ 881\ 18\ C921\ 9\ 958\ 8\ 1000\ 16\ L1000\ 31\ C954\ 38\ 918\ 29\ 878\ 25\ C831\ 21\ 802\ 38\ 758\ 33\ C707\ 27\ 675\ 43\ 620\ 36\ C574\ 30\ 556\ 20\ 513\ 23\ C465\ 27\ 437\ 42\ 382\ 31\ C338\ 22\ 292\ 16\ 246\ 22\ C197\ 29\ 166\ 38\ 120\ 27\ C82\ 18\ 43\ 24\ 0\ 32\ Z\'\ fill=\'%2346B9F4\'/%3E%3C/svg%3E)0% 0%/100% 44px no-repeat;
  pointer-events: none
}

.banana-header-logo {
  text-decoration: none
}


.banana-header-nav {
  gap: 24px;
  white-space: nowrap
}

.banana-header-nav a {
  text-decoration: none
}

.banana-header-nav a:hover,
.banana-header-nav a:focus-visible {
  color: rgb(7, 78, 167)
}

.banana-header-contact {
  gap: 8px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(240, 176, 14);
  border-right-color: rgb(240, 176, 14);
  border-bottom-color: rgb(240, 176, 14);
  border-left-color: rgb(240, 176, 14);
  border-top: 1px solid rgb(240, 176, 14);
  border-right: 1px solid rgb(240, 176, 14);
  border-bottom: 1px solid rgb(240, 176, 14);
  border-left: 1px solid rgb(240, 176, 14);
  border-image: none;
  background-origin: padding-box;
  background-clip: border-box;
  text-decoration: none;
  white-space: nowrap
}

.banana-site-header .banana-header-mobile-contact:hover,
.banana-site-header .banana-header-mobile-contact:focus-visible,
.banana-header-contact:hover,
.banana-header-contact:focus-visible {
  text-decoration: none;
}

.banana-header-contact:hover {
  background-origin: padding-box;
  background-clip: border-box
}

.banana-header-contact:focus-visible {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: rgb(255, 227, 93);
  background: rgb(255, 227, 93)
}
