@charset "UTF-8";
* {
  position: relative;
  box-sizing: border-box;
  z-index: auto;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-feature-settings: "palt";
}
@media print {
  html {
    font-size: 9pt;
  }
}
@media screen and (max-width: 600px) {
  html:has(body.admin-bar) #wpadminbar {
    position: fixed;
    margin-top: 46px;
  }
}
@media screen and (max-width: 782px) {
  html:has(body.admin-bar) {
    height: calc(100% - 46px);
  }
}
@media (min-width: 783px) {
  html:has(body.admin-bar) {
    height: calc(100% - 32px);
  }
}

body {
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

a,
a::before,
a::after {
  transition: all 0.2s;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"] {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  fill: currentColor;
}

.icn {
  width: 1em;
  height: 1em;
}

input,
textarea,
button {
  /*
  -webkit-appearance: none; // iOSなどのスタイルをオフ
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  */
}

input.switch {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute;
}

.-sp,
.-tb,
.-pc {
  display: none;
}

@media screen and (max-width: 599px) {
  .-sp {
    display: inherit;
  }
}
@media (min-width:600px) and (max-width:1199px) {
  .-tb {
    display: inherit;
  }
}
@media (min-width:1200px) {
  .-pc {
    display: inherit;
  }
}
body.logged-in .-logged-in {
  opacity: 0.6;
}
body.logged-in .-logged-in:hover {
  opacity: 1;
}
body:not(.logged-in) .-logged-in {
  display: none !important;
}

@media screen and (max-width: 599px) {
  .site_header .inner {
    padding: 0.75rem 0;
  }
}
@media (min-width:600px) {
  .site_header .inner {
    padding: var(--wp--preset--spacing--30) 0 var(--wp--preset--spacing--20);
  }
}
.site_header .wp-block-site-logo {
  flex-shrink: 0;
}
@media (min-width:600px) {
  .site_header .wp-block-site-logo {
    width: min(20vw, 260px);
  }
}
.site_header .contact_navi > .wp-block-button .wp-block-button__link {
  line-height: 1.25;
}
.site_header .contact_navi > .wp-block-button.contact_tel .wp-block-button__link {
  padding-left: 3em;
  line-height: 1;
  font-family: var(--wp--preset--font-family--theme-gothic-num);
}
.site_header .contact_navi > .wp-block-button.contact_tel .wp-block-button__link mark:has(.icn) {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  line-height: 1;
}
.site_header .contact_navi > .wp-block-button.contact_tel .wp-block-button__link mark:has(.icn) .icn {
  margin: auto;
  bottom: 0;
}
.site_header .contact_navi > .wp-block-button.contact_tel .wp-block-button__link em {
  font-style: normal;
  font-size: 1.5em;
}
.site_header .contact_navi > .wp-block-button.contact_tel .wp-block-button__link small {
  display: inline-block;
  font-family: var(--wp--preset--font-family--theme-gothic-body);
  font-size: 0.7em;
}
.site_header .contact_navi > .wp-block-button.contact_inquiry {
  flex-basis: auto;
}
@media screen and (max-width: 599px) {
  .site_header .contact_navi {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: var(--wp--preset--spacing--30) 5%;
    z-index: 2000;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.16);
  }
  .site_header .contact_navi > .wp-block-button.contact_inquiry {
    flex-grow: 1;
  }
}
.site_header .gnav > li {
  padding-bottom: 1rem;
}
.site_header .gnav .wp-block-navigation__responsive-container-open {
  padding: 0.75em;
}
.site_header .gnav .wp-block-navigation__submenu-container {
  border-radius: 0.625rem;
  border-width: 0;
  background-color: var(--wp--preset--color--theme-blue);
  color: var(--wp--preset--color--theme-white);
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: auto !important;
}
.site_header .gnav .wp-block-navigation__submenu-container li {
  padding-right: 2rem;
  display: block;
  position: relative;
}
.site_header .gnav .wp-block-navigation__submenu-container li::before, .site_header .gnav .wp-block-navigation__submenu-container li::after {
  content: "";
  background: var(--wp--preset--color--theme-white);
  width: 0.5rem;
  border-radius: 2px;
  height: 2px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform-origin: 100% 50%;
}
@media screen and (max-width: 599px) {
  .site_header .gnav .wp-block-navigation__submenu-container li::before, .site_header .gnav .wp-block-navigation__submenu-container li::after {
    background-color: var(--wp--preset--color--theme-blue);
  }
}
.site_header .gnav .wp-block-navigation__submenu-container li::after {
  transform: rotate(30deg);
}
.site_header .gnav .wp-block-navigation__submenu-container li::before {
  transform: rotate(-30deg);
}
.site_header .gnav .wp-block-navigation__submenu-container li:first-of-type {
  border-radius: 0.625rem 0.625rem 0 0;
}
.site_header .gnav .wp-block-navigation__submenu-container li:last-of-type {
  border-radius: 0 0 0.625rem 0.625rem;
}
.site_header .gnav .wp-block-navigation__submenu-container li:first-of-type:last-of-type {
  border-radius: 0.625rem;
}
.site_header .gnav .wp-block-navigation__submenu-container::after {
  position: absolute;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: calc(-1rem + 1px);
  left: 1.5rem;
  background: var(--wp--preset--color--theme-blue);
}
@media screen and (max-width: 599px) {
  .site_header .gnav .wp-block-navigation__submenu-container::after {
    content: none;
  }
}
@media screen and (max-width: 599px) {
  .site_header .gnav:not(:is(ul)) {
    margin-left: auto;
  }
}
.site_header .gnav .wp-block-navigation__responsive-container.has-modal-open.is-menu-open::after {
  content: "";
  background: url(../images/site_footer-bg.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.site_footer {
  background-image: url(../images/site_footer-bg.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 599px) {
  .site_footer {
    padding-bottom: 6rem;
    background-position: right calc(100% - 6rem);
    background-size: 30vw auto;
  }
}
@media (min-width:600px) {
  .site_footer {
    background-size: 20vw auto;
  }
}
.site_footer .wp-block-site-logo {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 599px) {
  .site_footer .wp-block-site-logo {
    margin-right: auto;
    margin-left: auto;
    width: 16em;
  }
}
@media (min-width:600px) {
  .site_footer .wp-block-site-logo {
    width: min(20vw, 260px);
  }
}
.site_footer .site_index {
  list-style: none;
  line-height: 1.25;
}
.site_footer .site_index ul {
  list-style: disc;
  font-size: 0.888em;
}
.site_footer .site_index ul > li {
  margin-top: 0.75em;
}
.site_footer .site_index a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.site_footer .site_index a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .site_footer .site_index {
    margin-right: auto;
    margin-left: auto;
    display: inline-flex;
    flex-direction: column;
    gap: 0.75em;
  }
}
@media (min-width:600px) {
  .site_footer .site_index {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1em 2em;
    height: 12em;
  }
}
.site_footer .top-btn {
  position: fixed;
  width: 4rem;
  display: block;
  height: 4rem;
  border-radius: 50%;
  bottom: 5%;
  right: 1rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 20;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 599px) {
  .site_footer .top-btn {
    bottom: 12%;
  }
}
.site_footer .top-btn a {
  width: 100%;
  height: 100%;
  display: block;
  color: transparent;
}
.site_footer .top-btn::before {
  content: url(../images/top-to-arr.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.with_rose {
  background: url(../images/bg_rose.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 2em) -1em;
}
@media screen and (max-width: 599px) {
  .with_rose {
    background-size: 50%;
  }
}

.float.right {
  margin-right: 0 !important;
}

.wp-block-group:has(.float_img) {
  position: relative;
}

.float_img {
  max-width: 312px;
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(2rem, -70%);
}
@media screen and (max-width: 599px) {
  .float_img {
    width: 50%;
  }
}

.is-root-container .wp-block-buttons.fit-btn .wp-block-button {
  flex-basis: 10em;
}/*# sourceMappingURL=layout.css.map */