@charset "UTF-8";
.header-info {
  display: flex;
}
.header-info .header-wrapper2 {
  text-align: right;
  margin-right: 10px;
}
.header-info .header-wrapper2 .header-above {
  font-weight: bold;
}
.header-info .header-wrapper1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-info .header-wrapper1 .cta-1 {
  background-color: #f08300;
  font-weight: bold;
}
.header-info .header-wrapper1 .cta-1:hover {
  filter: brightness(100%);
  opacity: 80%;
}
.header-info .header-wrapper2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-info .header-wrapper2 .cta-1 {
  background-color: #2ec908;
  font-weight: bold;
}
.header-info .header-wrapper2 .cta-1:hover {
  filter: brightness(100%);
  opacity: 80%;
}

/* ヘッダーのボタン調整 */
.c-btn {
  vertical-align: middle;
  margin: 5px;
  border: 1px solid;
  border-radius: 0px;
}

.cta-2 {
  color: var(--accent-color);
  background-color: #fff;
}

.footer-site-info {
  text-align: center;
}

.l-footer-widget-area {
  background-color: #995400;
}

.p-footer-sub-nav.c-sub-nav.c-sub-nav--center {
  background-color: #995400;
}

.c-sub-nav .c-navbar__item > a {
  color: #fff;
}

.l-footer .c-copyright {
  background-color: #995400;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-template-default .l-contents__inner:last-child {
  padding: 0;
}

.p-footer-sticky-nav ul li {
  font-weight: 600;
  color: #fff;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
}
.p-footer-sticky-nav ul li a {
  font-size: 18px;
}
.p-footer-sticky-nav ul .c-navbar__item[data-active-menu] {
  color: #fff;
}
.p-footer-sticky-nav ul li:nth-child(1) {
  background-color: #995400;
}

.l-footer--default .p-social-nav {
  background-color: #995400;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-social-nav .fa-x-twitter {
  color: #fff;
}

.p-social-nav .fa-instagram {
  color: #fff;
}

.p-social-nav .fa-facebook {
  color: #fff;
}

.p-social-nav .fa-line {
  color: #fff;
}

.archive.post-type-archive h1.c-entry__title {
  display: none;
}

div[data-name=agreement] .smf-checkboxes-control__control {
  text-align: center;
}

div[data-name=agreement] .smf-error-messages {
  text-align: center;
}

/* 利用規約の左右の線*/
.smf-item--divider .smf-item__col {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

form[data-screen=confirm] .form-kiyaku {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-policy {
  text-align: center;
}
.recaptcha-policy a {
  color: #333;
}

/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
:root {
  --_color-text: #202124;
  --_base-font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.25rem;
}

.type-page .c-entry__header h1.c-entry__title {
  display: none;
}

/* authorを非表示 */
.c-meta__item--author {
  display: none;
}

a {
  color: #333;
}

.c-page-header[data-has-image=true] {
  height: 250px;
}

.smb-box__background {
  opacity: 0.9;
}

.smb-buttons > .smb-btn-wrapper {
  text-align: center;
}

/******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
/******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************/
@media screen and (max-width: 639px) {
  .smb-section__title {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  .c-page-header[data-has-image=true] {
    height: 180px;
  }
}/*# sourceMappingURL=style.css.map */