@charset "UTF-8";
#wrapper, #wrapper * {
  font-family: "Marcellus", "Noto Serif JP", serif !important; }

/*固定ヘッダー*/
#js-header-menu-fixed .menu-item a {
  color: #fff; }

/*ボタン色*/
a.c-btn,
a.ncButton_btn {
  width: min(80%, 300px);
  padding: 1em 0;
  background-color: #323239 !important; }

/*フッターセクション*/
#contact_section-3 .c-section-widget__header {
  padding-bottom: 0;
  border-bottom: none; }
@media (min-width: 768px) {
  #contact_section-3 .contact__phone {
    font-size: 42px; }
    #contact_section-3 .contact__phone i {
      display: none; }
  #contact_section-3 .c-btn {
    font-size: 18px; } }

/*フッター*/
.l-footer .widget_nav_menu .menu > .menu-item a::before {
  content: none;
  display: none; }
.l-footer aside + .l-content {
  display: none; }

/*コピーライト*/
.site-copyright {
  text-align: left; }
