a {
  cursor: pointer;
}

.inner {
  max-width: 1600px;
  margin-inline: auto;
}

.entry .entry-content > *,
.entry .entry-summary > *,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *,
.entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *,
  .entry .entry-summary > *,
  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *,
  .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
    margin: 1em 0 0.5em;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #333;
}
body main * {
  line-height: 1.5;
}
body main p {
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  body main p {
    font-size: 16px;
  }
}

.site-header,
.entry-header,
.entry-footer {
  display: none;
}

.entry-content2 {
  width: 90%;
  margin: 0 auto;
}

.pc {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.smh {
  display: none;
}
@media screen and (max-width: 480px) {
  .smh {
    display: block;
  }
}

.head_txt {
  text-align: center;
  font-size: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .head_txt {
    font-size: 0.8em;
    line-height: 1.2;
  }
}

h2, h3, h4, h5, h6 {
  margin: 1.5em 0 0.5em;
}
h2::before, h3::before, h4::before, h5::before, h6::before {
  display: none !important;
}

h2 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}

ul li {
  line-height: 1.75;
}

.back-to-home {
  text-align: center;
  margin-top: 30px;
}
.back-to-home .btn-back-home {
  display: inline-block;
  padding: 10px 20px;
  background-color: #6b3e1e;
  color: #fff !important;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.back-to-home .btn-back-home:hover {
  background-color: #a0522d;
}

.slide_box {
  position: relative;
  width: 100%;
}
.slide_box .slide_baner {
  position: absolute;
  bottom: 0;
  width: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .slide_box .slide_baner {
    top: 35%;
    width: 95%;
  }
}

.banner {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .banner {
    margin-top: 20px;
  }
}

.yasuo_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8% 0 6%;
  gap: 10px;
}
.yasuo_box .yasuo_img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.yasuo_box .yasuo_img:nth-of-type(1) {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
}
.yasuo_box .yasuo_img:nth-of-type(2) {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
.yasuo_box .yasuo_img:nth-of-type(3) {
  -webkit-flex-basis: 35%;
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
}
.yasuo_box .yasuo_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 600px) {
  .yasuo_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin: 50px auto;
  }
}

.yasuo_list {
  list-style: none;
  padding: 0;
}
.yasuo_list .yasuo_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
  background: #fafafa;
  padding: 40px;
}
@media screen and (max-width: 600px) {
  .yasuo_list .yasuo_item {
    background: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.yasuo_list .yasuo_item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .yasuo_list .yasuo_item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yasuo_list .yasuo_item .yasuo_info_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .yasuo_list .yasuo_item .yasuo_info_img {
    width: auto;
    max-width: 100%;
    margin-inline: auto;
  }
}
.yasuo_list .yasuo_item .yasuo_info_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.yasuo_list .yasuo_item .yasuo_info_com {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 25px 30px;
}
@media screen and (max-width: 600px) {
  .yasuo_list .yasuo_item .yasuo_info_com {
    padding: 0;
  }
}
.yasuo_list .yasuo_item .yasuo_info_com h3 {
  display: block;
  font-size: 24px;
  color: #6b3e1e;
  border-left: 5px solid #6b3e1e;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .yasuo_list .yasuo_item .yasuo_info_com h3 {
    font-size: 20px;
  }
}

.wpcf7 .contact7 {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7 .contact7 dt {
  font-weight: normal;
  padding: 5px 10px 5px 0;
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .contact7 dt {
    font-size: 18px;
  }
}
.wpcf7 .contact7 dd {
  margin: 0 0 30px 0;
  background-color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .contact7 dd {
    font-size: 16px;
  }
}
.wpcf7 .contact7 .must {
  background: brown;
  font-weight: bold;
}
.wpcf7 .contact7 .optional {
  background: #999;
  font-weight: bold;
}
.wpcf7 .contact7 .must,
.wpcf7 .contact7 .optional {
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  margin-left: 10px;
  padding: 2px 8px;
  letter-spacing: 2px;
  vertical-align: 2px;
  display: inline-block;
}
.wpcf7 .btn_contact7 {
  text-align: center;
}
.wpcf7 .btn_contact7 input {
  width: 80%;
  background-color: #005513;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #005513;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7 .btn_contact7 input:hover {
  background-color: #fff;
  color: #005513;
}
@media screen and (max-width: 767px) {
  .wpcf7 .btn_contact7 input {
    width: 80%;
  }
}
.wpcf7 .wpcf7-spinner {
  display: block;
  margin-inline: auto;
  margin-top: 1em;
}

input,
textarea {
  width: 100%;
  line-height: 1;
}

div.wpcf7-validation-errors {
  border: 0;
  background-color: red;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.news_top {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .news_top {
    margin: 40px 0;
  }
}
.news_top h2 {
  font-size: 32px;
  font-weight: 600;
  color: #8b4513;
  text-align: left;
  border-left: 5px solid #8b4513;
  padding-left: 12px;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}
.news_top h2::before {
  display: none;
}
.news_top .all-posts-with-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news_top .all-posts-with-details li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
  background: #fff;
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.news_top .all-posts-with-details li:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.news_top .all-posts-with-details li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
}
.news_top .all-posts-with-details li .post-thumbnail-top {
  width: 140px;
  height: 140px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fafafa;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
}
.news_top .all-posts-with-details li .post-thumbnail-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .news_top .all-posts-with-details li .post-thumbnail-top img {
    aspect-ratio: 4/3;
  }
}
.news_top .all-posts-with-details li .post-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 0;
}
.news_top .all-posts-with-details li .post-details .post-title-top {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
}
.news_top .all-posts-with-details li .post-details .post-title-top a {
  color: #004d66;
  text-decoration: none;
  pointer-events: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news_top .all-posts-with-details li .post-details .post-text {
  color: #333;
  margin: 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_top .all-posts-with-details li .post-details .post-meta-top {
  font-size: 16px;
  color: #777;
  letter-spacing: 0.03em;
}
.news_top .all-posts-with-details li .post-details .post-meta-top span.post-category {
  color: #8b4513;
  font-weight: 500;
}
@media (max-width: 480px) {
  .news_top {
    padding: 0;
  }
  .news_top h2 {
    font-size: 22px;
    border-left-width: 4px;
    padding-left: 10px;
  }
  .news_top .all-posts-with-details li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 18px;
  }
  .news_top .all-posts-with-details li .post-thumbnail-top {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .news_top .all-posts-with-details li .post-details .post-title-top {
    font-size: 18px;
  }
  .news_top .all-posts-with-details li .post-details .post-text {
    -webkit-line-clamp: 3;
  }
}

.site-single {
  margin: 4px auto;
  color: #333;
  line-height: 1.9;
}
.site-single .inner {
  max-width: calc(1200px + 10%);
}
@media screen and (max-width: 767px) {
  .site-single .inner {
    padding: 0;
  }
}
.site-single dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0;
}
.site-single dl dt, .site-single dl dd {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .site-single dl dt, .site-single dl dd {
    font-size: 16px;
  }
}
.site-single dl dt {
  width: 30%;
  background-color: #f8f8f8;
  padding: 12px 16px;
  font-weight: 600;
  border: 1px solid #e0e0e0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .site-single dl dt {
    width: 100%;
    border-bottom: none;
  }
}
.site-single dl dt:not(:first-child) {
  border-top: none;
}
.site-single dl dd {
  width: 70%;
  padding: 12px 16px;
  margin: 0;
  border: 1px solid #e0e0e0;
  border-left: none;
  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;
}
@media screen and (max-width: 767px) {
  .site-single dl dd {
    width: 100%;
    border-left: 1px solid #e0e0e0;
    border-top: none;
  }
}

.post-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 30px;
  text-align: center;
  padding: 5px 15px;
  line-height: 1.5;
}
.post-title::before {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .post-title {
    font-size: 22px;
    text-align: left;
  }
}

.entry-content {
  margin-bottom: 60px;
}
.entry-content p {
  margin-bottom: 1.5em;
}
.entry-content figure {
  margin: 60px auto;
  text-align: center;
  max-width: 100% !important;
}
.entry-content figure a {
  display: block;
  width: 100%;
}
.entry-content figure img {
  display: block;
  width: 100%;
  height: auto;
}
.entry-content figure figcaption {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  line-height: 1.6;
}

.entry-footer {
  font-size: 16px;
  color: #777;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 50px;
}
.entry-footer svg {
  vertical-align: middle;
  margin-right: 4px;
}
.entry-footer a {
  color: #444;
  text-decoration: none;
}
.entry-footer a:hover {
  text-decoration: underline;
}
.entry-footer span {
  margin-right: 15px;
}

.post-navigation {
  margin-top: 80px;
  text-align: left;
  padding: 0 20px;
}
.post-navigation .nav-links {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  gap: 20px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
  width: 50%;
  max-width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  background-color: #fafafa;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .post-navigation .nav-previous a, .post-navigation .nav-next a {
    padding: 12px 10px;
  }
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
  background-color: #f3f3f3;
}
.post-navigation .nav-previous a .post-title, .post-navigation .nav-next a .post-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  padding-left: 0;
  margin-top: 5px;
  color: #6b3e1e;
  display: block;
  text-align: left;
  margin-bottom: 0;
}
.post-navigation .nav-next {
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .entry-content figure {
    margin: 40px 0;
  }
  .entry-content p {
    font-size: 18px;
  }
}
.fb_mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .fb_mail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fb_mail iframe {
  display: block;
  margin-inline: auto;
}

.mail_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mail_r {
    width: 100%;
  }
}

.mail_tt {
  font-size: 24px;
  background-color: brown;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mail_tt {
    font-size: 20px;
  }
}

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