@charset "UTF-8";
/*
button
*/
/* --------------------------------------------------------------------------------
  共通読み込み
-------------------------------------------------------------------------------- */
/* 共通読み込み（配置、余白）original.css/editor-style.css */
/* --------------------------------------------------------------------------------
  共通読み込み - main
-------------------------------------------------------------------------------- */
/* カラーパレット */
/* フォント */
/* 共通読み込み（見出し） */
/* table */
/* 共通読み込み（リスト） */
/*  共通読み込み用（TOPページ用パーツ） */
/*================================================================================
common
================================================================================*/
/*================================================================================
archive
================================================================================*/
/*================================================================================
pages
================================================================================*/
body.tea .hentry {
  background-image: url(../img/bg_nomark.png);
  background-position: right top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  body.sitemap .wp-block-columns.sitemapBlock {
    row-gap: 0;
  }
  body.sitemap .wp-block-columns.sitemapBlock h3 {
    margin-top: 0;
  }
  body.sitemap .wp-block-columns.sitemapBlock ul {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  body.sitemap .wp-block-columns.sitemapBlock h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.oemText {
  padding: 1rem 0 2rem 0;
}
@media print, screen and (min-width: 769px) {
  .oemText {
    padding-left: 4.5rem;
    padding-bottom: 2rem;
    padding-top: 0;
  }
}

.contactArea {
  box-shadow: 0 0 0 1px white;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f4f3f1 100%);
  border: 5px solid #ffffff;
  border-radius: 0.5rem;
  padding: 0.6rem 1.5rem;
  outline: 3px solid #69a95b;
  outline-offset: -3px;
}
@media screen and (max-width: 768px) {
  .contactArea {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.contactArea .contactTitle {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #b6aea1;
  color: #473819;
}
@media screen and (max-width: 768px) {
  .contactArea .contactTitle {
    /* 最小、推奨、最大 */
    font-size: clamp(1rem, 5vw, 5vw);
    text-align: center;
  }
}
.contactArea .contactBlock > a.telBtn, .contactArea .contactBlock > a.formBtn {
  align-items: flex-start;
}
.contactArea .contactBlock > a.telBtn .text .title, .contactArea .contactBlock > a.formBtn .text .title {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.3rem;
}
.contactArea .contactBlock > a.telBtn .text .green, .contactArea .contactBlock > a.formBtn .text .green {
  color: #60992c;
}
.contactArea .contactBlock > a.telBtn .number {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .contactArea .contactBlock > a.telBtn .number {
    /* 最小、推奨、最大 */
    font-size: clamp(1.5rem, 8vw, 8vw);
    text-align: center;
  }
}
.contactArea .contactBlock > a.telBtn .hours {
  line-height: 1.4;
}
.contactArea .contactBlock > a.formBtn:hover .btn {
  background: linear-gradient(to bottom, #91c52a 0%, #91c52a 50%, #7cb12a 51%, #7cb12a 100%);
}
.contactArea .contactBlock > a.formBtn .btn {
  max-width: 20em;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0.3rem;
  padding: 0.7rem 1.3rem;
  color: #fff;
  background: linear-gradient(to bottom, #444444 0%, #444444 40%, #333333 100%);
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactArea .contactBlock > a.formBtn .btn::after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-color: #60992c;
  border-radius: 100%;
  font-size: 70%;
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactArea .contactBlock > a.formBtn .staff {
  font-size: 0.6rem;
}

/*--------------------------------------------------------------------------------
contact
--------------------------------------------------------------------------------*/
body.contact #content {
  /* form */
}
body.contact #content form {
  /* ※記入に関してのお願い */
}
body.contact #content form table {
  border: none;
  border-bottom: 1px solid #c8c0b4;
}
body.contact #content form table th {
  border: none;
  background-color: transparent;
  border-top: 1px solid #c8c0b4;
  padding: 1.5em 4.5em 1.5em 0.5em;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body.contact #content form table th {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media print, screen and (min-width: 1081px) {
  body.contact #content form table th {
    width: 25%;
  }
}
body.contact #content form table th span {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
body.contact #content form table td {
  border: none;
  border-top: 1px solid #c8c0b4;
  padding: 1.5em 0.5em;
}
body.contact #content form table td textarea,
body.contact #content form table td input[type=text],
body.contact #content form table td input[type=email] {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  body.contact #content form table td {
    border-top: none;
    padding-top: 0;
  }
  body.contact #content form table td input {
    width: 100%;
  }
}
@media print, screen and (min-width: 1081px) {
  body.contact #content form table td {
    width: 75%;
  }
}
body.contact #content form div.submitBtn {
  text-align: center;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 769px) {
  body.contact #content form div.submitBtn {
    text-indent: 72px;
  }
}
body.contact #content form div.submitBtn input[type=submit] {
  transition-duration: 0.2s;
  border: 0.18rem solid #00a604;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body.contact #content form div.submitBtn input[type=submit] {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  body.contact #content form div.submitBtn input[type=submit] {
    width: 100%;
    letter-spacing: 0.05em;
    letter-spacing: -0.05em;
  }
  body.contact #content form div.submitBtn input[type=submit]::after {
    width: 1em;
    position: absolute;
    right: 0.8em;
    top: 50%;
    transform: translateY(-50%);
  }
}
body.contact #content form div.submitBtn input[type=submit]:hover {
  text-decoration: none;
  opacity: 1;
  color: #00a604;
  background-color: #fff;
  border: 0.18rem solid #00a604;
  transition: 0.5s;
}
body.contact #content form div.submitBtn input[type=submit]:hover::after {
  filter: none;
  color: #00a604;
}
body.contact #content form .referencemark {
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #000000;
}

/*--------------------------------------------------------------------------------
search
--------------------------------------------------------------------------------*/
body.search #content p.date {
  margin-bottom: 0.5em;
}
body.search #content p.linkurlTxt {
  font-size: 90%;
}

/*--------------------------------------------------------------------------------
sitemap
--------------------------------------------------------------------------------*/
ul.sitemapList {
  font-weight: bold;
  margin: 0;
  list-style: none;
  border-top: solid 1px #d8deed;
  padding-left: 0;
}
ul.sitemapList ul {
  margin: 10px 0 0 30px;
  clear: both;
}
ul.sitemapList ul ul {
  margin: 10px 0 0 30px;
  clear: both;
}
ul.sitemapList li {
  padding: 10px 0;
  border-bottom: solid 1px #d8deed;
}
ul.sitemapList li:after {
  content: "";
  display: block;
  clear: both;
}
ul.sitemapList li.page_item a {
  display: block;
  font-weight: bold;
  font-size: 1.15em;
}
ul.sitemapList ul.children {
  border-top: none;
  margin-bottom: 0 !important;
}
ul.sitemapList ul.children li {
  border-top: dotted 1px #d8deed;
  border-bottom: none;
  list-style-type: none;
}
ul.sitemapList ul.children li a {
  color: #333333;
  min-width: auto;
  margin-bottom: 0;
  float: none;
  clear: both;
  display: inline-block;
  padding: 0 0 0 1.6em; /* 0 0 0 25px */
  background: url(../img/listmark01.svg) 0.5em 0.25em no-repeat; /* png→svg 7px 5px */
  line-height: 1.25em; /* 22px */
}