@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (max-width: 480px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .sp_only {
    display: none !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif, "Helvetica", "Hiragino Sans", "メイリオ", serif !important;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
  color: #002722;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.page-entry-header {
  height: 30vh;
  background-image: url(../img/first_view.jpg);
  background-size: cover;
  background-position: top left;
}

@media screen and (min-width: 1280px) {
  .site-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .site-main .post {
    width: 25%;
  }
  .site-main .posts-navigation {
    width: 50%;
    margin-top: 10%;
  }
}

.entry-content {
  margin: 50px 0;
}
@media screen and (max-width: 480px) {
  .entry-content {
    margin: initial;
    padding: 50px 20px;
  }
}

.grid-post {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
}
@media screen and (max-width: 480px) {
  .grid-post {
    padding: 0 10px 0 20px;
  }
}

.grid-post-content {
  padding-top: 10px;
}
.grid-post-content .post-box {
  width: 100%;
}
.grid-post-content figure {
  margin: initial;
  margin-top: 30px;
}

.entry-content-wrapper {
  padding-bottom: 150px;
}

h6 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  width: 55%;
}

.ttl_blk {
  width: 100%;
  display: block;
  position: relative;
}
.ttl_blk button {
  position: absolute;
  right: 0;
  top: 0;
}
.ttl_blk button:hover {
  color: #fff;
}

a .archive-news-bg:hover {
  opacity: 0.8;
}

.navigation-container .toggle-menu .fa {
  color: #002722;
  padding-top: 2px;
}

.site-post {
  width: 100%;
  display: block;
}

.txt_category {
  font-weight: 600;
  font-size: 13px;
}

.entry-footer {
  margin-bottom: 80px;
}

.post-box h1 {
  font-size: 25px;
}

.nav-previous a:hover {
  background-color: #006322;
}

.nav-next a:hover {
  background-color: #006322;
}

.entry-title_archive {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  margin: 40px 0;
}

.con_contact {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
.con_contact button {
  width: 25%;
  height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .con_contact button {
    width: 90%;
  }
}
.con_contact button:hover {
  color: #fff;
}
.con_contact a:hover {
  color: #fff;
}
.con_contact p {
  font-weight: 500;
}

.box_con_form {
  width: 50%;
  margin: 0 auto;
}
.box_con_form label {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #002722;
}
.box_con_form label .form_ttl {
  width: 30%;
  text-align: right;
  padding-right: 20px;
}
.box_con_form label .wpcf7-form-control-wrap {
  width: 100%;
}
.box_con_form label input {
  height: 30px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1rem;
  padding: 0 10px;
  color: #002722;
}
.box_con_form label input::placeholder {
  font-size: 14px;
}
.box_con_form label .wpcf7-not-valid-tip {
  font-size: 14px;
}
.box_con_form label textarea {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1rem;
  padding: 0 10px;
}
.box_con_form label textarea::placeholder {
  font-size: 14px;
}
.box_con_form label .require:after {
  content: "*";
  color: #be0606;
}
.box_con_form label .wpcf7-not-valid-tip {
  text-align: left;
}
.box_con_form .btn_sub {
  text-align: center;
}
.box_con_form .btn_sub label {
  display: block !important;
}
.box_con_form .wrap_submit input {
  height: 50px;
  font-size: 16px;
  width: 25%;
}
.box_con_form .wrap_submit input:hover {
  color: #fff;
}

footer .col-1-2 {
  font-weight: 400;
}
footer .address {
  color: #fff;
  font-size: 13px;
}

.nav-links {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
}

@media screen and (max-width: 480px) {
  .navigation, .posts-navigation {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .navigation .nav-previous, .navigation .nav-next, .posts-navigation .nav-previous, .posts-navigation .nav-next {
    width: 45%;
    padding-top: 30px;
  }
}