@charset "UTF-8";
/**
* ヘッダーCSS
*/
#header .w-header.pc_ {
  position: fixed;
  top: 200px;
  right: -10px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
#header .w-header.pc_:hover {
  right: 0;
}
#header .w-header.pc_ a:hover {
  opacity: 1;
}
#header .l-header__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .l-header__inner .l-header__customBtn {
  display: none;
}

#fix_header .w-header.pc_ {
  display: none;
}

/**
* フッターCSS
*/
.l-footer {
  background: url("../img/footer_bg.webp") right 48px bottom/750px 70px no-repeat;
}
@media screen and (max-width: 959px) {
  .l-footer {
    background-position: center bottom;
    background-size: 550px 52px;
  }
}
@media screen and (max-width: 599px) {
  .l-footer {
    background-size: 328px 31px;
  }
}
.l-footer .l-footer__widgetArea .w-footer {
  max-width: 1441px;
}
.l-footer .l-footer__widgetArea .w-footer .w-footer__box {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.l-footer .l-footer__widgetArea .w-footer .w-footer__box .footer-column {
  max-width: 643px;
}
@media screen and (max-width: 959px) {
  .l-footer .l-footer__widgetArea .w-footer .w-footer__box .footer-column {
    max-width: none;
  }
}
.l-footer .l-footer__widgetArea .w-footer .w-footer__box .footer-column .footer-column_left .footer-logo_osakaweek .wp-block-image a {
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .l-footer .l-footer__widgetArea .w-footer .w-footer__box .footer-column .footer-column_left .footer-logo_osakaweek .wp-block-image a {
    max-width: 123px;
  }
}
@media screen and (max-width: 599px) {
  .l-footer .l-footer__widgetArea .w-footer .w-footer__box .footer-column .footer-column_left .footer-logo_osakaweek .wp-block-image a {
    max-width: 86px;
  }
}
.l-footer .l-footer__widgetArea .w-footer .w-footer__box .footer-column .footer-column_left .footer-logo_hirakata .wp-block-image a {
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .l-footer .l-footer__widgetArea .w-footer .w-footer__box .footer-column .footer-column_left .footer-logo_hirakata .wp-block-image a {
    max-width: 215px;
  }
}
@media screen and (max-width: 599px) {
  .l-footer .l-footer__widgetArea .w-footer .w-footer__box .footer-column .footer-column_left .footer-logo_hirakata .wp-block-image a {
    max-width: 140px;
  }
}
.l-footer .l-footer__foot {
  padding-bottom: 34px;
}
@media screen and (max-width: 959px) {
  .l-footer .l-footer__foot {
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 599px) {
  .l-footer .l-footer__foot {
    padding-bottom: 72px;
  }
}
.l-footer .l-footer__foot .l-container {
  max-width: 1441px;
}
.l-footer .l-footer__foot .l-container .l-footer__nav {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  .l-footer .l-footer__foot .l-container .l-footer__nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer .l-footer__foot .l-container .l-footer__nav .menu-item a {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .l-footer .l-footer__foot .l-container .l-footer__nav .menu-item a {
    font-size: 14px;
  }
}
.l-footer .l-footer__foot .l-container .copyright {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .l-footer .l-footer__foot .l-container .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .l-footer .l-footer__foot .l-container .copyright {
    font-size: 12px;
  }
}

/**
 * フロントコンテンツCSS
 */
#top_title_area .c-pageTitle {
  position: relative;
  display: inline-block;
  text-shadow: none;
  color: #000;
  background: #fff;
  border-radius: 10px;
  z-index: 0;
  padding: 10px;
  overflow: visible;
}
#top_title_area .c-pageTitle::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: #fff;
  border-radius: 10px;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #top_title_area .c-pageTitle::before {
    border-radius: 3vw;
  }
}/*# sourceMappingURL=front.css.map */