@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 画像とメディアのレスポンシブ対応 */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* フォーム要素のスタイル統一 */
input,
button,
textarea,
select {
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* リンクのスタイルリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* リストのスタイルリセット */
ol,
ul {
  list-style: none;
}

/* テーブルのスタイルリセット */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* ボタンやフォーム要素のフォーカスリングを維持 */
button,
[role=button],
[tabindex] {
  cursor: pointer;
}

:focus-visible {
  outline: auto;
}

/* Root要素にベースカラーと背景色を設定（必要に応じて変更） */
:root {
  --primary-color: #333;
  --background-color: #fff;
}

.wp-block-image {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wp-block-column,
.wp-block-columns,
.wp-block-group .is-layout-flex,
.wp-container-core-columns-is-layout-1,
.wp-block-columns-is-layout-flex,
.wp-block-button__link.wp-element-button {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}

figure.wp-block-image.size-full img,
.wp-block-image .aligncenter img,
.wp-block-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image.aligncenter img,
.wp-block-image.alignleft img,
.wp-block-image.alignright img {
  margin-left: auto;
  margin-right: auto;
}

html,
body,
ul,
ol,
p,
li,
a,
dl,
dt {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

h1,
h2,
h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: bolder;
  font-style: normal;
}

html,
body {
  font-size: 16px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
    font-weight: bolder;
    line-height: 1.3;
    margin-top: 2em;
    margin-bottom: 0em;
  }
}

p {
  line-height: 1.75;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 1.85;
    text-align: justify;
  }
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn {
  text-align: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .btn {
    margin: 30px 0 0;
  }
}
.btn a {
  display: inline-block;
}

.wp-block-buttons {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .wp-block-buttons {
    margin: 30px 0;
  }
}

.btn > a,
a.wp-block-button__link.wp-element-button {
  width: 400px;
  border: 1px solid green;
  background-color: white;
  color: green;
  text-align: center;
  transition: 0.2s;
  font-size: 18px;
  padding: 0.8em;
}
@media screen and (max-width: 460px) {
  .btn > a,
  a.wp-block-button__link.wp-element-button {
    max-width: 320px;
  }
}
@media screen and (max-width: 350px) {
  .btn > a,
  a.wp-block-button__link.wp-element-button {
    max-width: 250px;
  }
}

.btn > a:hover,
a.wp-block-button__link.wp-element-button:hover {
  background-color: #21694a;
  color: white;
}

@media screen and (max-width: 660px) {
  .wp-block-buttons.is-content-justification-left {
    justify-content: center;
  }
}
.breadcrumbs {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.breadcrumbs span {
  margin-right: 0.5em;
  font-size: 12px;
}

.page-id-102 a.wp-block-button__link.wp-element-button,
.page-id-96 a.wp-block-button__link.wp-element-button {
  padding: 1em;
  font-size: 20px;
  background-color: #35843f;
  display: block;
  color: white;
  position: relative;
  text-align: left;
}
.page-id-102 a.wp-block-button__link.wp-element-button:hover,
.page-id-96 a.wp-block-button__link.wp-element-button:hover {
  background-color: #21694a;
}
.page-id-102 a.wp-block-button__link.wp-element-button::before,
.page-id-96 a.wp-block-button__link.wp-element-button::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 14px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff; /* ← 矢印の色 */
}

.page-id-96 a.wp-block-button__link.wp-element-button {
  padding: 1em;
  margin-bottom: 1em;
  font-size: 18px;
}

.banner {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
}
.banner:hover {
  opacity: 0.8;
}

@media screen and (max-width: 960px) {
  .wp-block-image a,
  a.banner {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-image a,
  a.banner {
    margin: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-image,
  picture {
    display: flex;
    justify-self: center;
  }
}
.container {
  max-width: 940px;
  margin: 0 auto;
}
.container p {
  text-align: left;
}

figure {
  width: 100%;
}

a picture img {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  a picture img {
    margin: 30px 0 0;
  }
}

.post-type-archive-blog h1,
.post-type-archive-voice h1,
.page h1,
.error404 h1 {
  height: 160px;
  background: url(../img/sub-bg-01@2x.jpg) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-wrap {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  max-width: 940px;
}
.flex-wrap .sidebar {
  width: 250px;
  padding-right: 2em;
  order: 1;
}
.flex-wrap .sidebar h3,
.flex-wrap .sidebar h3.wp-block-heading {
  margin-bottom: 0.5em;
  font-size: 14px;
  display: block;
  width: 200px;
  background: #35843f;
  color: white;
  padding: 0.3em;
}
.flex-wrap .sidebar h3.wp-block-heading {
  display: block;
  width: 200px;
  background: #35843f;
  color: white;
  padding: 0.1em 0.1em 0.2em 0.2em;
}
.flex-wrap .sidebar li {
  line-height: 2;
  font-size: 14px;
  position: relative;
  padding-left: 1.4em;
}
.flex-wrap .sidebar li:hover {
  color: #35843f;
}
.flex-wrap .sidebar li::before {
  display: block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: #35843f;
  position: absolute;
  top: 0.7em;
  left: 0.2em;
}
.flex-wrap main {
  width: 690px;
  order: 2;
}
.flex-wrap main p > a {
  color: #35843f;
  text-decoration: underline;
}

@media screen and (max-width: 940px) {
  .post-type-archive-blog .flex-wrap main,
  .post-type-archive-voice .flex-wrap main,
  .page .flex-wrap main,
  .single .flex-wrap main,
  .error404 .flex-wrap main {
    order: 1;
    width: 100%;
  }
  .post-type-archive-blog .flex-wrap .sidebar,
  .post-type-archive-voice .flex-wrap .sidebar,
  .page .flex-wrap .sidebar,
  .single .flex-wrap .sidebar,
  .error404 .flex-wrap .sidebar {
    order: 2;
    width: 100%;
    margin-top: 60px;
  }
  .post-type-archive-blog .flex-wrap .sidebar h3,
  .post-type-archive-voice .flex-wrap .sidebar h3,
  .page .flex-wrap .sidebar h3,
  .single .flex-wrap .sidebar h3,
  .error404 .flex-wrap .sidebar h3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-blog .flex-wrap main,
  .post-type-archive-voice .flex-wrap main,
  .page .flex-wrap main,
  .single .flex-wrap main,
  .archive .flex-wrap main,
  .category .flex-wrap main,
  .error404 .flex-wrap main {
    order: 1;
    width: 100%;
  }
  .post-type-archive-blog .flex-wrap .sidebar,
  .post-type-archive-voice .flex-wrap .sidebar,
  .page .flex-wrap .sidebar,
  .single .flex-wrap .sidebar,
  .archive .flex-wrap .sidebar,
  .category .flex-wrap .sidebar,
  .error404 .flex-wrap .sidebar {
    order: 2;
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .post-type-archive-blog .flex-wrap .sidebar h3,
  .post-type-archive-voice .flex-wrap .sidebar h3,
  .page .flex-wrap .sidebar h3,
  .single .flex-wrap .sidebar h3,
  .archive .flex-wrap .sidebar h3,
  .category .flex-wrap .sidebar h3,
  .error404 .flex-wrap .sidebar h3 {
    width: 100%;
  }
  .post-type-archive-blog .flex-wrap .sidebar ul li,
  .post-type-archive-voice .flex-wrap .sidebar ul li,
  .page .flex-wrap .sidebar ul li,
  .single .flex-wrap .sidebar ul li,
  .archive .flex-wrap .sidebar ul li,
  .category .flex-wrap .sidebar ul li,
  .error404 .flex-wrap .sidebar ul li {
    margin-bottom: 1em;
  }
  .post-type-archive-blog .flex-wrap .sidebar ul li:first-child,
  .post-type-archive-voice .flex-wrap .sidebar ul li:first-child,
  .page .flex-wrap .sidebar ul li:first-child,
  .single .flex-wrap .sidebar ul li:first-child,
  .archive .flex-wrap .sidebar ul li:first-child,
  .category .flex-wrap .sidebar ul li:first-child,
  .error404 .flex-wrap .sidebar ul li:first-child {
    margin-top: 1em;
  }
  .post-type-archive-blog .flex-wrap .sidebar ul li:last-child,
  .post-type-archive-voice .flex-wrap .sidebar ul li:last-child,
  .page .flex-wrap .sidebar ul li:last-child,
  .single .flex-wrap .sidebar ul li:last-child,
  .archive .flex-wrap .sidebar ul li:last-child,
  .category .flex-wrap .sidebar ul li:last-child,
  .error404 .flex-wrap .sidebar ul li:last-child {
    margin-bottom: 0;
  }
}
.page-id-100 .container h2,
.page-id-19 .container h2,
.category .container h2,
.archive .container h2,
.tax-blog_category .container h2 {
  color: #35843f;
}
.page-id-100 p.title,
.page-id-19 p.title,
.category p.title,
.archive p.title,
.tax-blog_category p.title {
  height: 160px;
  background: url(../img/sub-bg-01@2x.jpg) no-repeat center/cover;
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: bolder;
}
.page-id-100 p.title,
.page-id-19 p.title,
.category p.title,
.archive p.title,
.tax-blog_category p.title {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 940px) {
  .page-id-100 p.title,
  .page-id-19 p.title,
  .category p.title,
  .archive p.title,
  .tax-blog_category p.title {
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5em 30px;
  }
}
.page-id-100 p.title > .wp-block-column,
.page-id-19 p.title > .wp-block-column,
.category p.title > .wp-block-column,
.archive p.title > .wp-block-column,
.tax-blog_category p.title > .wp-block-column {
  padding-left: calc((100vw - 940px) / 2);
  padding-right: calc((100vw - 940px) / 2);
}
.page-id-100 h2,
.page-id-100 h1.title,
.page-id-19 h2,
.page-id-19 h1.title,
.category h2,
.category h1.title,
.archive h2,
.archive h1.title,
.tax-blog_category h2,
.tax-blog_category h1.title {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #35843f;
  text-align: center;
  margin-bottom: 2em;
  height: auto;
  background: none;
}
.page-id-100 .sub-post,
.page-id-19 .sub-post,
.category .sub-post,
.archive .sub-post,
.tax-blog_category .sub-post {
  margin-bottom: 20px;
}
.page-id-100 .sub-post a,
.page-id-19 .sub-post a,
.category .sub-post a,
.archive .sub-post a,
.tax-blog_category .sub-post a {
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
.page-id-100 .sub-post a .img-box,
.page-id-19 .sub-post a .img-box,
.category .sub-post a .img-box,
.archive .sub-post a .img-box,
.tax-blog_category .sub-post a .img-box {
  margin-right: 16px;
}
.page-id-100 .sub-post a .img-box img,
.page-id-19 .sub-post a .img-box img,
.category .sub-post a .img-box img,
.archive .sub-post a .img-box img,
.tax-blog_category .sub-post a .img-box img {
  max-width: 160px;
  height: auto;
}
.page-id-100 .sub-post a .text-box,
.page-id-19 .sub-post a .text-box,
.category .sub-post a .text-box,
.archive .sub-post a .text-box,
.tax-blog_category .sub-post a .text-box {
  width: 100%;
}
.page-id-100 .sub-post a .text-box .category,
.page-id-19 .sub-post a .text-box .category,
.category .sub-post a .text-box .category,
.archive .sub-post a .text-box .category,
.tax-blog_category .sub-post a .text-box .category {
  font-size: 12px;
  margin-bottom: 0.5em;
  display: flex;
  align-items: start;
}
.page-id-100 .sub-post a .text-box .category span,
.page-id-19 .sub-post a .text-box .category span,
.category .sub-post a .text-box .category span,
.archive .sub-post a .text-box .category span,
.tax-blog_category .sub-post a .text-box .category span {
  padding: 0.4em 1em;
  background-color: #a5d926;
}
.page-id-100 .sub-post:hover,
.page-id-19 .sub-post:hover,
.category .sub-post:hover,
.archive .sub-post:hover,
.tax-blog_category .sub-post:hover {
  opacity: 0.8;
}
.page-id-100 .sub-post h3,
.page-id-100 .sub-post h2,
.page-id-19 .sub-post h3,
.page-id-19 .sub-post h2,
.category .sub-post h3,
.category .sub-post h2,
.archive .sub-post h3,
.archive .sub-post h2,
.tax-blog_category .sub-post h3,
.tax-blog_category .sub-post h2 {
  font-size: 16px;
  text-align: left;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  page-id-100 p.title,
  .page-id-19 p.title,
  .category p.title,
  .archive p.title,
  .tax-blog_category p.title {
    height: 72px;
    font-size: 24px;
    padding-bottom: 0;
  }
}
.single .container p.title {
  height: 160px;
  background: url(../img/sub-bg-01@2x.jpg) no-repeat center/cover;
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: bolder;
}
.single .container p.title {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 940px) {
  .single .container p.title {
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5em 30px;
  }
}
.single .container p.title > .wp-block-column {
  padding-left: calc((100vw - 940px) / 2);
  padding-right: calc((100vw - 940px) / 2);
}
.single .container .post-categories {
  margin-bottom: 1em;
}
.single .container .post-categories a {
  font-size: 14px;
  padding: 0.4em 1em;
  background: #a5d926;
}
.single .container h1 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #4e985d;
  margin-bottom: 0.5em;
}
.single .container .wp-block-image {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .single .container .wp-block-image {
    display: flex;
    justify-content: center;
  }
  .single .container .wp-block-image img {
    width: 75%;
  }
}
.page-id-110 h2,
.page-id-96 h2,
.page-id-98 h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.page-id-110 h2,
.page-id-110 h4,
.page-id-110 dl,
.page-id-96 h2,
.page-id-96 h4,
.page-id-96 dl,
.page-id-98 h2,
.page-id-98 h4,
.page-id-98 dl {
  font-weight: normal;
  padding: 0 1.5em;
}
.page-id-110 .margin-bottom-60px,
.page-id-96 .margin-bottom-60px,
.page-id-98 .margin-bottom-60px {
  margin-bottom: 60px;
}
.page-id-110 .margin-bottom-80px,
.page-id-96 .margin-bottom-80px,
.page-id-98 .margin-bottom-80px {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-id-110 .margin-bottom-80px,
  .page-id-96 .margin-bottom-80px,
  .page-id-98 .margin-bottom-80px {
    margin-bottom: 30px;
  }
}
.page-id-110 .margin-bottom-1em,
.page-id-96 .margin-bottom-1em,
.page-id-98 .margin-bottom-1em {
  margin-bottom: 1em;
}
.page-id-110 .padding-bottom-0,
.page-id-96 .padding-bottom-0,
.page-id-98 .padding-bottom-0 {
  padding-bottom: 0;
}
.page-id-110 .container h2,
.page-id-96 .container h2,
.page-id-98 .container h2 {
  margin-bottom: 30px;
  line-height: 1.3;
}
.page-id-110 .container h3,
.page-id-96 .container h3,
.page-id-98 .container h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #35843f;
  line-height: 1;
}
.page-id-110 .container h4,
.page-id-96 .container h4,
.page-id-98 .container h4 {
  margin-bottom: 1em;
}
.page-id-110 .container .fullscreen.padding-bottom-0,
.page-id-96 .container .fullscreen.padding-bottom-0,
.page-id-98 .container .fullscreen.padding-bottom-0 {
  padding-bottom: 0;
}
.page-id-110 .container .fullscreen,
.page-id-96 .container .fullscreen,
.page-id-98 .container .fullscreen {
  background-color: #f5fce6;
  padding-bottom: 60px;
}
.page-id-110 .container .fullscreen h3,
.page-id-96 .container .fullscreen h3,
.page-id-98 .container .fullscreen h3 {
  padding: 0;
}
.page-id-110 .container .fullscreen h4,
.page-id-96 .container .fullscreen h4,
.page-id-98 .container .fullscreen h4 {
  margin-bottom: 1em;
}
.page-id-110 .container .fullscreen img,
.page-id-96 .container .fullscreen img,
.page-id-98 .container .fullscreen img {
  margin-bottom: 0;
}
.page-id-110 .container .fullscreen p,
.page-id-96 .container .fullscreen p,
.page-id-98 .container .fullscreen p {
  margin-bottom: 0;
  padding: 0;
}
.page-id-110 .container .fullscreen,
.page-id-96 .container .fullscreen,
.page-id-98 .container .fullscreen {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 940px) {
  .page-id-110 .container .fullscreen,
  .page-id-96 .container .fullscreen,
  .page-id-98 .container .fullscreen {
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5em 30px;
  }
}
.page-id-110 .container .fullscreen > .wp-block-column,
.page-id-96 .container .fullscreen > .wp-block-column,
.page-id-98 .container .fullscreen > .wp-block-column {
  padding-left: calc((100vw - 940px) / 2);
  padding-right: calc((100vw - 940px) / 2);
}

@media screen and (max-width: 768px) {
  .page-id-110 h2,
  .page-id-96 h2,
  .page-id-98 h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0 1.5em;
  }
  .page-id-110 .container h2,
  .page-id-96 .container h2,
  .page-id-98 .container h2 {
    margin-bottom: 16px;
    line-height: 1.3;
  }
  .page-id-110 .container h3,
  .page-id-96 .container h3,
  .page-id-98 .container h3 {
    margin-top: 1.5em;
    margin-bottom: 16px;
    font-size: 20px;
    color: #35843f;
    line-height: 1;
  }
  .page-id-110 .container h4,
  .page-id-96 .container h4,
  .page-id-98 .container h4 {
    margin-bottom: 1em;
  }
  .page-id-110 .container .fullscreen.padding-bottom-0,
  .page-id-96 .container .fullscreen.padding-bottom-0,
  .page-id-98 .container .fullscreen.padding-bottom-0 {
    padding-bottom: 0;
  }
  .page-id-110 .container .fullscreen,
  .page-id-96 .container .fullscreen,
  .page-id-98 .container .fullscreen {
    background-color: #f5fce6;
    padding-bottom: 60px;
  }
  .page-id-110 .container .fullscreen h4,
  .page-id-96 .container .fullscreen h4,
  .page-id-98 .container .fullscreen h4 {
    margin-bottom: 1em;
  }
  .page-id-110 .container .fullscreen img,
  .page-id-96 .container .fullscreen img,
  .page-id-98 .container .fullscreen img {
    margin-bottom: 0;
  }
  .page-id-110 .container .fullscreen p,
  .page-id-96 .container .fullscreen p,
  .page-id-98 .container .fullscreen p {
    margin-bottom: 0;
  }
  .page-id-110 .container .fullscreen,
  .page-id-96 .container .fullscreen,
  .page-id-98 .container .fullscreen {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) and (max-width: 940px) {
  .page-id-110 .container .fullscreen,
  .page-id-96 .container .fullscreen,
  .page-id-98 .container .fullscreen {
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5em 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-id-110 .container .fullscreen > .wp-block-column,
  .page-id-96 .container .fullscreen > .wp-block-column,
  .page-id-98 .container .fullscreen > .wp-block-column {
    padding-left: calc((100vw - 940px) / 2);
    padding-right: calc((100vw - 940px) / 2);
  }
  .page-id-110 .wp-block-buttons,
  .page-id-96 .wp-block-buttons,
  .page-id-98 .wp-block-buttons {
    margin-bottom: 30px;
  }
  .page-id-98 .wp-block-buttons {
    margin-bottom: 0;
  }
  .page-id-96 .container .fullscreen {
    padding-bottom: 0px;
  }
}
.page-id-110 .container .fullscreen-first {
  margin-bottom: 0;
}
.page-id-110 .container .fullscreen-first .wp-block-column {
  margin-bottom: 0;
}
.page-id-110 .container .fullscreen-first .wp-block-column p {
  margin-bottom: 1em;
}

.page-id-96 .container h2 {
  text-align: center;
}
.page-id-96 .container .fullscreen p {
  margin-bottom: 1em;
}
.page-id-96 .container h3 {
  font-size: 16px;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.page-id-96 .container .fullscreen h3 {
  color: #35843f;
  font-size: 18px;
  margin-bottom: 1.5em;
}
.page-id-96 .container dl {
  overflow: hidden;
}
.page-id-96 .container dl dt {
  width: 4.2em;
  float: left;
  line-height: 1.8;
}
.page-id-96 .container dl dd {
  padding-left: 4.2em;
  line-height: 1.8;
}

.page-id-102 {
  /* ラベルの固定幅 */
  /* 必須マークのスタイル */
  /* チェックボックスのスタイル */
  /* お問い合わせ内容（テキストエリア） */
}
.page-id-102 .container h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-id-102 .container h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
  }
}
.page-id-102 .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
  max-width: 437px;
}
.page-id-102 .container .wp-block-column {
  margin-bottom: 0;
}
.page-id-102 h3.green-title {
  color: #35843f;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1em;
}
.page-id-102 form {
  background-color: #fafafa;
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid #cacbca;
  padding: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 970px) {
  .page-id-102 form {
    max-width: 100%;
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .page-id-102 form {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.page-id-102 .wpcf7-form-control {
  border: 1px solid #cacbca;
  background-color: white;
  line-height: 36px;
  font-size: 16px;
  padding: 0.2em;
  height: 36px;
  width: 570px;
  max-width: 570px;
}
@media screen and (max-width: 890px) {
  .page-id-102 .wpcf7-form-control {
    max-width: 100%;
    width: 100%;
    margin-top: 0.5em;
  }
}
.page-id-102 .form-group {
  margin-bottom: 2em;
}
@media screen and (max-width: 890px) {
  .page-id-102 .form-group {
    margin-bottom: 1.5em;
  }
}
.page-id-102 .form-group p {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.page-id-102 .form-group p br {
  display: none;
}
@media screen and (max-width: 890px) {
  .page-id-102 .form-group p {
    flex-direction: column;
  }
}
.page-id-102 .form-group label {
  min-width: 120px;
  white-space: nowrap;
}
.page-id-102 .required {
  background-color: red;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  margin-left: 5px;
  padding: 0.2em 0.5em;
}
.page-id-102 .privacy-text {
  font-weight: bold;
  color: #1578d7;
}
.page-id-102 .privacy-text:hover {
  opacity: 0.8;
}
.page-id-102 p.privacy-text {
  color: black;
}
.page-id-102 .privacy-check .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  background: inherit;
}
.page-id-102 .privacy-check .wpcf7-form-control-wrap .wpcf7-form-control input[type=checkbox] {
  position: relative;
  top: 0.3em;
  margin-right: 0.5em;
  width: 24px;
  height: 24px;
  accent-color: rgba(255, 166, 0, 0.486); /* チェックボックスのチェック時の色 */
}
.page-id-102 textarea.wpcf7-form-control {
  height: 300px;
  width: 570px;
  max-width: 570px;
}
@media screen and (max-width: 890px) {
  .page-id-102 textarea.wpcf7-form-control {
    max-width: 100%;
    width: 100%;
    margin-top: 0.5em;
  }
}
.page-id-102 .submit-wrap p {
  text-align: center;
}
.page-id-102 .submit-btn {
  background-color: #333333;
  color: white;
  height: 48px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 224px;
  transition: 0.2s;
  cursor: pointer;
}
.page-id-102 .submit-btn:hover {
  background-color: #35843f;
}

.page-id-284 h2 {
  text-align: center;
}
.page-id-284 h3 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.page-id-284 ol {
  list-style: decimal;
  padding-left: 1em;
}
.page-id-284 ol li {
  margin-bottom: 1em;
}

.home h2 {
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 60px;
  color: black;
  text-align: center;
}
.home .topics .sub-post a h3 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .home h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home .topics .sub-post a h3 {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 940px) {
  .breadcrumbs {
    padding: 0 0.5em;
  }
  .flex-wrap {
    max-width: 100%;
    padding: 0 1.5em;
    justify-content: start;
  }
  .flex-wrap main {
    order: 0;
  }
  .flex-wrap .sidebar {
    order: 1;
    margin-top: 2em;
  }
  .wp-block-buttons {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 782px) {
  .page-id-110 figure,
  .page-id-98 figure {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .home .intro,
  .home .about,
  .home .faq,
  .home .message,
  .home .try,
  .home .access,
  .home .topics {
    padding: 0 1.5em;
  }
  .home .top-voice p,
  .home .message p {
    padding: 0 1.5em;
    text-align: justify;
  }
  .post-type-archive-blog h1,
  .post-type-archive-voice h1,
  .page h1,
  .single h1,
  .archive h1,
  .category h1,
  .error404 h1 {
    height: 72px;
    font-size: 24px;
  }
  .single .container h1,
  .category .container h1,
  .archive .container h1 {
    height: auto;
  }
  .single .container p.title,
  .category .container p.title,
  .archive .container p.title {
    height: 72px;
    font-size: 24px;
    padding-bottom: 0;
  }
  .breadcrumbs {
    padding: 0 1.5em;
  }
  .page-id-110 .container h2,
  .page-id-110 .container h3,
  .page-id-110 .container p,
  .page-id-110 .container ul,
  .page-id-110 .container dl,
  .page-id-96 .container h2,
  .page-id-96 .container h3,
  .page-id-96 .container p,
  .page-id-96 .container ul,
  .page-id-96 .container dl,
  .page-id-98 .container h2,
  .page-id-98 .container h3,
  .page-id-98 .container p,
  .page-id-98 .container ul,
  .page-id-98 .container dl,
  .page-id-102 .container h2,
  .page-id-102 .container h3,
  .page-id-102 .container p,
  .page-id-102 .container ul,
  .page-id-102 .container dl {
    padding: 0 1.5em;
  }
  .page-id-110 .container figure,
  .page-id-96 .container figure,
  .page-id-98 .container figure,
  .page-id-102 .container figure {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .page-id-110 .container figure img,
  .page-id-96 .container figure img,
  .page-id-98 .container figure img,
  .page-id-102 .container figure img {
    width: 75%;
  }
  .page-id-110 a picture img {
    margin-top: 0;
  }
  .page-id-98 footer .footer-1 p {
    padding-left: 0;
  }
}
.container {
  max-width: 940px;
  margin: 0 auto;
}
.container h2 {
  color: black;
}
.container p {
  text-align: left;
}

@media screen and (max-width: 940px) {
  .container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.home h1,
.home h2,
.home h3,
.home h4 {
  font-weight: normal;
}
.home h2 {
  color: black;
}

.home .title {
  height: auto;
}
.home .title h1 {
  background: url(../img/top-bg-01.jpg) no-repeat center/cover;
  height: 404px;
}
.home .title .title-visual {
  width: 480px;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .home .title {
    height: auto;
  }
  .home .title h1 {
    height: auto;
    background-color: rgba(255, 255, 0, 0.322);
    background-size: cover;
  }
  .home .title .title-visual {
    width: 350px;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .home .title {
    height: auto;
  }
  .home .title h1 {
    height: 230px;
    aspect-ratio: auto;
    background-color: rgba(255, 255, 0, 0.322);
    background-size: cover;
  }
  .home .title .title-visual {
    width: 300px;
    max-width: 100%;
  }
}

.home .intro {
  padding-bottom: 60px;
}
.home .intro {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 940px) {
  .home .intro {
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5em 30px;
  }
}
.home .intro > .wp-block-column {
  padding-left: calc((100vw - 940px) / 2);
  padding-right: calc((100vw - 940px) / 2);
}

.home .about {
  background-color: #f5fce6;
}
.home .about {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 940px) {
  .home .about {
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5em 30px;
  }
}
.home .about > .wp-block-column {
  padding-left: calc((100vw - 940px) / 2);
  padding-right: calc((100vw - 940px) / 2);
}
.home .about p {
  margin: 1em 0;
}
.home .about img {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .home .about img {
    margin-bottom: 1em;
  }
}
.home .daigae {
  z-index: 0;
  background: #a3ecde;
  position: relative;
  margin-top: 40px;
  padding: 2em 2em 0 2em;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .home .daigae {
    margin-bottom: 0;
    display: block;
  }
  .home .daigae p {
    margin-bottom: 0;
  }
}
.home .daigae h3 {
  width: 316px;
  height: 66px;
  background: url(../img/top_daigae1.png) no-repeat 0px/auto;
  position: absolute;
  top: -1em;
  left: 0.6em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.home .daigae img {
  position: absolute;
  top: -3em;
  right: 1.5em;
}
@media screen and (max-width: 940px) {
  .home .daigae img {
    position: static;
  }
}
.home .daigae .wp-block-column {
  margin-bottom: 0;
}

.home .top-voice {
  padding: 0;
}
.home .top-voice img {
  max-width: 680px;
  height: auto;
}
.home .top-voice ul {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 3em;
}
.home .top-voice li {
  margin-bottom: 0.8em;
  position: relative;
  padding-left: 1.5em;
}
.home .top-voice li::before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #35843f;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.home .top-voice p {
  color: #35843f;
  text-align: center;
  font-weight: bold;
  margin: 2em 0 1em;
}
@media screen and (max-width: 800px) {
  .home .top-voice > .wp-block-column {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .home .top-voice img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .home .top-voice > .wp-block-column {
    border: 1px solid #cacbca;
    padding-left: 1em;
    padding-right: 1em;
  }
  .home .top-voice p {
    padding: 0 1em;
    font-size: 18px;
    line-height: 1.3;
  }
  .home .top-voice li {
    line-height: 1.3;
  }
}
@media screen and (max-width: 460px) {
  .home .top-voice li::before {
    top: 3px;
  }
}

.home .faq {
  background-color: #f5fce6;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .home .faq {
    padding-bottom: 30px;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.home .faq {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 940px) {
  .home .faq {
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5em 30px;
  }
}
.home .faq > .wp-block-column {
  padding-left: calc((100vw - 940px) / 2);
  padding-right: calc((100vw - 940px) / 2);
}
.home .faq h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.home .faq .question {
  border-left: 1px solid #cacbca;
  border-right: 1px solid #cacbca;
  border-bottom: 1px solid #cacbca;
  padding: 1.5em;
  background-color: white;
  cursor: pointer;
  position: relative;
}
.home .faq .question:hover {
  color: #35843f;
}
.home .faq .question:first-of-type {
  border-top: 1px solid #cacbca;
}
.home .faq .question::after {
  display: block;
  content: "";
  width: 2em;
  height: 2em;
  background: url(../img/allow.png) no-repeat center center/contain;
  background-size: 50%;
  position: absolute;
  top: 1em;
  right: 1em;
}
.home .faq .answer {
  background-color: white;
  padding: 1em 2em;
  border-bottom: 1px solid #cacbca;
}
@media screen and (max-width: 768px) {
  .home .faq {
    margin-bottom: 0em;
    padding-bottom: 30px;
  }
  .home .faq h2 {
    color: #35843f;
  }
  .home .faq h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
  }
  .home .faq .question {
    line-height: 1.4;
    padding-left: 1em;
    padding-right: 2.2em;
  }
  .home .faq .question::after {
    display: block;
    content: "";
    right: 0.5em;
    top: 1.2em;
  }
}

.home .message {
  padding: 0;
}
@media screen and (max-width: 781px) {
  .home .message figure {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .home .message figure {
    width: 100%;
  }
  .home .message figure img {
    width: 75%;
  }
}

.home .try {
  background-color: #eaf4fe;
}
.home .try {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 940px) {
  .home .try {
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5em 30px;
  }
}
.home .try > .wp-block-column {
  padding-left: calc((100vw - 940px) / 2);
  padding-right: calc((100vw - 940px) / 2);
}
.home .try p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 782px) {
  .home .try figure {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .home .try figure {
    width: 100%;
  }
  .home .try figure img {
    width: 75%;
  }
}

.home .access {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .home .access {
    padding-bottom: 0px;
  }
}
.home .access h2 {
  text-align: center;
}
.home .access p {
  margin-bottom: 2em;
}
.home .access p a {
  color: #35843f;
  display: block;
  padding-left: 1.4em;
  position: relative;
  z-index: 50;
}
.home .access p a::before {
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 0.5em solid #35843f;
  border-left: 0.5em solid #35843f;
  border-bottom: 0.5em solid white;
  border-right: 0.5em solid white;
  position: absolute;
  top: 0.5em;
  left: -0.2em;
  transform: rotateZ(135deg);
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .home .access {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 460px) {
  .home .access {
    padding-left: 1em;
    padding-right: 1em;
  }
  .home .access iframe {
    height: 250px;
  }
}
.topic {
  padding: 60px 0 60px;
  background-color: #f5fce6;
}
.topic {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 940px) {
  .topic {
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5em 30px;
  }
}
.topic > .wp-block-column {
  padding-left: calc((100vw - 940px) / 2);
  padding-right: calc((100vw - 940px) / 2);
}
@media screen and (max-width: 768px) {
  .topic {
    padding: 30px 0 30px;
  }
}
.topic h2 {
  margin-top: 0;
  line-height: 1;
}
.topic .topics {
  display: flex;
  justify-content: space-between;
}
.topic .topics .sub-post {
  width: 23%;
}
.topic .topics .sub-post a {
  display: block;
}
.topic .topics .sub-post a:hover {
  opacity: 0.8;
}
.topic .topics .sub-post a img {
  width: 100%;
}
.topic .topics .sub-post div.img-box {
  width: 100%;
}
.topic .topics .sub-post h3 {
  width: 100%;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 960px) {
  .topic {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .topic .topics {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .topic .topics .sub-post {
    width: 48%;
    margin-bottom: 5%;
  }
  .topic .topics .sub-post a h3 {
    font-size: 16px;
  }
}
#header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: white;
}

header {
  width: 100%;
  display: flex;
}
header .logo {
  display: inline-block;
}
header .logo img {
  height: 77px;
}
header nav {
  height: 77px;
  width: calc(100% - 220px);
  background-color: white;
}
header nav ul {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header nav ul li {
  margin: 0 2em;
}
header nav ul li a {
  font-weight: 400;
}
header nav ul li a:hover {
  color: #35843f;
}
header nav ul li.current-menu-item {
  color: #35843f;
}

@media screen and (max-width: 1250px) {
  header nav ul li {
    margin: 0 1.3em;
  }
}
@media screen and (max-width: 768px) {
  header .logo img {
    height: 48px;
    margin-left: 0em;
  }
}
ul.sub-menu {
  display: none;
}

@media screen and (max-width: 1150px) {
  #hum-menu {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 200;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/humClose.png) no-repeat center center/auto;
  }
  #hum-menu.open {
    background: url(../img/humOpen.png) no-repeat center center/auto;
  }
  header nav ul {
    flex-direction: column;
  }
  .header-menu-container {
    display: none;
  }
  .header-menu-container.show {
    width: 100%;
    position: absolute;
    top: 77px;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .header-menu-container.show li {
    width: 100%;
    border-bottom: 1px solid #cacbca;
  }
  .header-menu-container.show li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .header-menu-container.show li ul.sub-menu {
    display: block;
    max-height: 0;
    opacity: 0;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #cacbca;
    transition: max-height 0.18s ease-out, opacity 0.14s ease-out, transform 0.18s ease-out;
  }
  .header-menu-container.show li ul.sub-menu li {
    margin: 0;
    border-bottom: none;
  }
  .header-menu-container.show li ul.sub-menu li a {
    background-color: #f5fce6;
  }
  .header-menu-container.show li ul.sub-menu.open {
    display: block;
    max-height: 999px;
    overflow: visible;
    opacity: 1;
  }
  #spSubBtn.close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 127px;
    right: 0px;
    background: url(../img/subMenu-close.png) no-repeat center center/20px;
    z-index: 150;
  }
  #spSubBtn.open {
    display: block;
    background: url(../img/subMenu-open.png) no-repeat center center/20px;
  }
  #spSubBtn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #hum-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    background: url(../img/humClose.png) no-repeat center center/auto;
  }
  #hum-menu.open {
    background: url(../img/humOpen.png) no-repeat center center/auto;
  }
  header nav ul {
    flex-direction: column;
  }
  .header-menu-container {
    display: none;
  }
  .header-menu-container.show {
    width: 100%;
    position: absolute;
    top: 48px;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .header-menu-container.show li {
    width: 100%;
    border-bottom: 1px solid #cacbca;
  }
  .header-menu-container.show li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .header-menu-container.show li ul.sub-menu {
    display: block;
    max-height: 0;
    opacity: 0;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #cacbca;
    transition: max-height 0.18s ease-out, opacity 0.14s ease-out, transform 0.18s ease-out;
  }
  .header-menu-container.show li ul.sub-menu li {
    margin: 0;
    border-bottom: none;
  }
  .header-menu-container.show li ul.sub-menu li a {
    background-color: #f5fce6;
  }
  .header-menu-container.show li ul.sub-menu.open {
    display: block;
    max-height: 999px;
    overflow: visible;
    opacity: 1;
  }
  #spSubBtn.close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 100px;
    right: 0px;
    background: url(../img/subMenu-close.png) no-repeat center center/16px;
    z-index: 150;
  }
  #spSubBtn.open {
    display: block;
    background: url(../img/subMenu-open.png) no-repeat center center/16px;
  }
  #spSubBtn {
    display: none;
  }
}
.articles {
  border-top: 2px solid #35843f;
  width: 690px;
  order: 3;
  margin-top: 2em;
  padding: 2em 0;
  padding-bottom: 0;
}
.articles h2 {
  margin-top: 0;
  margin-bottom: 0.8em;
  text-align: center;
  color: #35843f;
  font-size: 22px;
}

.topics .sub-post {
  width: 100%;
  margin-bottom: 1em;
}
.topics .sub-post a {
  display: flex;
  align-items: flex-start;
}
.topics .sub-post a div {
  width: 20%;
}
.topics .sub-post a h3 {
  width: 80%;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 1em;
}

.sns-share {
  display: flex;
  margin: 40px 0;
}
.sns-share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 1em;
}
.sns-share .copy-url-area {
  position: relative;
}
.sns-share .copy-url-area button {
  background-color: #35843f;
  color: white;
  box-sizing: border-box;
  height: 30px;
  padding: 0 1em;
  display: flex;
  align-items: center;
}
.sns-share .copy-url-area span {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pageNav {
  display: block;
  width: 100%;
  text-align: center;
}

.nav-links .current {
  padding: 0.5em;
  border-bottom: 4px solid #35843f;
  font-weight: bold;
  color: #35843f;
}
.nav-links a {
  color: #35843f;
  padding: 0.5em;
}

.post-navigation {
  margin-top: 2em;
  margin-bottom: 2em;
}
.post-navigation .nav-links {
  color: #35843f;
  overflow: hidden;
}
.post-navigation .nav-links .nav-previous {
  float: left;
}
.post-navigation .nav-links .nav-next {
  float: right;
}
.post-navigation .nav-links div:hover {
  opacity: 0.8;
}

#to-top {
  width: 56px;
  height: 56px;
  background: url(../img/totop.png) no-repeat center/auto;
  position: fixed;
  right: 1em;
  bottom: 100px;
  display: block;
  z-index: 400;
}

@media screen and (max-width: 1110px) {
  #to-top {
    bottom: 6em;
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #to-top {
    bottom: 180px;
  }
  .grecaptcha-badge {
    bottom: 80px !important; /* 下から80px上にずらす */
  }
}
.reservation {
  display: none;
}
.reservation li {
  width: 33.33%;
}
.reservation li a {
  border: 1px solid #cacbca;
  background-color: white;
  display: flex;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  color: black;
  font-size: 10px;
}
.reservation li a:last-of-type {
  border-left: none;
}
.reservation li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.reservation li a span img {
  margin-top: 4px;
}
.reservation li a span .cal-img {
  width: 20px;
  height: 20px;
}
.reservation li a span .mail-img {
  width: 20px;
  height: 20px;
}
.reservation li a span .tel-img {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 500px) {
  .reservation {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    overflow: hidden;
  }
  .reservation li {
    float: left;
  }
}
footer {
  background-color: #e9e5e5;
  margin-top: 1em;
  padding-top: 36px;
  padding-bottom: 36px;
}
footer {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 940px) {
  footer {
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5em 30px;
  }
}
footer > .wp-block-column {
  padding-left: calc((100vw - 940px) / 2);
  padding-right: calc((100vw - 940px) / 2);
}
footer .wp-block-column {
  display: flex;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  footer {
    padding-bottom: 120px;
  }
  footer ul {
    padding: 0;
  }
}

.footer-1 {
  width: 50%;
}
.footer-1 .footer-logo {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 1em;
}
.footer-1 .footer-logo img {
  width: 50px;
  height: auto;
  margin-bottom: 0;
}
.footer-1 .footer-logo h3 {
  display: inline;
  font-size: 24px;
  font-weight: bold;
  color: #937960;
  margin: 0;
  margin-left: 0.5em;
  padding: 0;
  font-family: "Noto Serif JP", serif;
}
.footer-1 p {
  line-height: 1.5;
  padding: 0;
}
.footer-1 p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 850px) {
  .footer-1 {
    width: 100%;
  }
}

.footer-2 {
  width: 25%;
  margin-top: 36px;
}
.footer-2 li {
  line-height: 2.4;
}
.footer-2 li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  .footer-2 {
    display: none;
  }
}

.footer-3 {
  margin-top: 36px;
  width: 25%;
}
.footer-3 p {
  line-height: 2.4;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
.footer-3 ul {
  list-style-type: disc;
  padding-left: 1em;
}
.footer-3 li {
  line-height: 1.8;
}
.footer-3 li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  .footer-3 {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */