@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.menu-content ul li a {
  font-family: "Kaisei Decol", serif !important;
  color: #777;
  text-align: center;
}

.site-header,
.site-main,
.widget-area,
.site-footer {
  padding-top: 0 !important;
}

.site-header {
  position: fixed !important;
  height: 53px;
  z-index: 1;
}

h2 {
  font-weight: bold !important;
  text-align: center;
  margin-bottom: 2em !important;
}

h3 {
  font-size: 1.8em !important;
  margin-bottom: 1.5em !important;
  text-align: center;
}

h4 {
  font-size: 1.3em !important;
  text-align: center;
  margin-bottom: 1em !important;
}

.green {
  background-color: rgba(144, 238, 144, 0.2196078431);
}

.pink {
  background-color: rgba(255, 192, 206, 0.3294117647);
}

.wpcf7-spinner {
  display: none !important;
}

.form-item-label {
  width: 500px;
  min-width: 300px;
}

.form-item {
  width: 80px !important;
}

.accordion-button {
  background-color: #198754 !important;
  -webkit-box-shadow: 20px 20px 40px -5px rgba(0, 0, 0, 0.4784313725);
          box-shadow: 20px 20px 40px -5px rgba(0, 0, 0, 0.4784313725);
}

.accordion-item {
  padding: 1em 0 !important;
}
.accordion-item h2 {
  padding: 0 !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit);
  margin: 0 2px;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}

.site-main > article > *:first-child {
  margin-top: 9em !important;
  border-bottom: double #87BF49 7px;
}

.single .site-main > article > .entry-footer {
  display: none !important;
}

.entry-content {
  height: 100%;
  min-height: 100vh;
}
.entry-content #date {
  font-weight: 600;
}

.singular .entry-title {
  font-size: 2em;
}

.post-navigation .nav-links {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.accordion-body {
  background: rgba(255, 255, 255, 0.5882352941);
}

.accordion-button:hover {
  color: #f09fff;
}

.wpcr3_item_name {
  display: none;
}

.wpcr3_respond_1, .wpcr3_leave_text {
  text-align: center;
}

.wpcr3_div_2 {
  margin: auto;
}

/* フォーム全体の最大幅追記 */
.wpcr3_div_2 {
  max-width: 100%;
}
.wpcr3_div_2 table {
  font-family: serif;
}

.wpcr3_review_ratingValue {
  text-align: left;
}

.wpcr3_review_custom {
  margin: auto !important;
}

blockquote::before {
  display: none;
}

.wpcr3_pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcr3_pagination .wpcr3_a.wpcr3_current {
  background: #87BF49;
}

.wpcr3_button_1 {
  background: #87BF49;
}

/* 画面幅600px以下で見出しと入力フォームを２段にする */
@media (max-width: 600px) {
  .wpcr3_table_2 td {
    text-align: center;
    display: block;
  }
  .form-item-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: auto;
    min-width: 300px;
    font-size: 1em;
  }
}
/*  レビューフォームの幅設定 */
.wpcr3_respond_2 textarea {
  min-width: 300px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .site-main > article > *:first-child {
    margin-top: 6em !important;
    padding-bottom: 2em;
  }
  .singular .entry-title {
    font-size: 1.3em;
  }
}
.grecaptcha-badge {
  display: none !important;
}/*# sourceMappingURL=cancel.css.map */