@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #453721;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #333;
  line-height: normal;
}

img {
  vertical-align: bottom;
}

a,
a:visited {
  color: #333;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1rem;
}

span.page-numbers {
  background: rgba(254, 86, 33, 0.5);
}

span.page-numbers {
  display: block;
  background: #dadada;
  padding: 10px;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 35px;
  font-size: 9px;
  border-radius: 5px;
}

.page-numbers a {
  display: block;
  background: #9f9f9f;
  padding: 10px;
  color: #fff;
  width: 40px;
  height: 35px;
  font-size: 9px;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.breadcrumb-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  color: #fff;
}

.breadcrumb-area a {
  color: #fff;
}

.breadcrumb-area li::after {
  content: ">";
  font-weight: 900;
  margin: 0 10px;
}

.breadcrumb-area li:last-child::after {
  display: none;
}

.post,
.page {
  margin: 0;
}

.page-main,
.post-main {
  background: #f7f0e6;
}

.page-content, .entry-content, .entry-summary {
  padding: 2rem 0;
  margin: 0;
}

.post-main h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.post-main .pagination {
  margin: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-main .pagination a {
  background: #1f447b;
  display: block;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
}

.error-404 {
  margin-top: 3rem;
}

.error-404 h1 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}

.error-404 p {
  text-align: center;
}

.error-404 a {
  display: block;
  width: 200px;
  margin: 2rem auto 0;
  background: #080f57;
  text-align: center;
  color: #fff;
  padding: 10px;
}

i.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}

i.prev-arrow {
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

i.next-arrow {
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.pp p {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
}

.pp h2 {
  margin: 2rem 0 1rem;
}

.pp ol {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
  list-style: auto;
  margin-left: 30px;
}

.pp ul {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
}

.blog-content p {
  margin-top: 1rem;
}

.blog-content h2 {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
  background: #ffcdd2;
  padding: 10px;
}

.blog-content h3 {
  font-size: 1.2rem;
  margin: 2rem 0 1rem;
  border-bottom: 2px solid #ffcdd2;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.blog-content h4 {
  font-size: 1.1rem;
  border-left: 2px solid #fecdd3;
  padding-left: 1rem;
}

.blog-content p a {
  color: #3f51b5;
  text-decoration: underline;
}

.blog-content ul {
  margin-top: 1rem;
  list-style: disc;
  margin-left: 2rem;
}

.blog-content ol {
  margin-top: 1rem;
  list-style: decimal;
  margin-left: 2rem;
}

.pp-area p {
  font-size: 90%;
  margin-top: 1rem;
}

.pp-area h2 {
  text-align: left;
  font-size: 18px;
  margin: 2rem 0 1rem;
}

.pp-area ol {
  font-size: 90%;
  list-style: decimal;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.pp-area ul {
  font-size: 90%;
  list-style: decimal;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

p.tR {
  text-align: right;
}

#map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  line-height: 40px;
}

#map > li {
  width: calc(25% - 1.5rem);
}

#map li a {
  display: block;
  position: relative;
  border-bottom: 1px dotted rgba(204, 204, 204, 0.8);
}

#map li a::after {
  content: "＞";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* スクロール無効用クラス */
.no-scroll {
  overflow: hidden;
}

/* メニューボタン */
.menu-btn {
  position: fixed;
  top: 47px;
  right: 10px;
  z-index: 99999;
  cursor: pointer;
  background: #f6ca1c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* オーバーレイ（マスク） */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

/* ドロワーの基本スタイル */
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/menu/menubg1.png), url(../img/menu/menubg2.png);
  background-repeat: no-repeat;
  background-position: bottom left, 80% 5%;
  background-size: 200px, 460px;
  background-color: #fffef6;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  z-index: 1002;
  overflow-y: auto; /* コンテンツが多い場合にスクロール可能に */
  -webkit-overflow-scrolling: touch; /* iOSでスムーズなスクロールを実現 */
}

/* ドロワーが開いた状態 */
.drawer.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.admin-bar .menu-btn {
  top: 50px;
}
.admin-bar .drawer {
  top: 32px;
}

.d-inner {
  padding: 2rem 8rem 2rem;
}
.d-inner a {
  display: block;
  position: relative;
}
.d-inner a::after {
  font-family: "Material Symbols Outlined";
  content: "\f1df";
  font-size: 2em;
  color: #f6ca1c;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 20;
}

.dm-logo p.jp img {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.top-menu {
  margin-top: 2rem;
}
.top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-menu ul li {
  width: calc(25% - 1.5rem);
}

.btm-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
.btm-menu .btm-menu-inner {
  width: calc(33.3333333333% - 1.3rem);
  background: #fff;
  padding: 0 3rem 3rem;
  border-radius: 2rem;
}
.btm-menu .btm-menu-inner p {
  text-align: center;
  margin-top: -10px;
}
.btm-menu .btm-menu-inner p span {
  color: #e68a00;
  font-family: "Montserrat", sans-serif;
  display: block;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.btm-menu .btm-menu-inner p strong {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
}
.btm-menu .btm-menu-inner ul {
  margin-top: 2rem;
}
.btm-menu .btm-menu-inner ul li {
  margin-bottom: 1rem;
  padding: 0 1rem 1rem;
  border-bottom: 1px solid #f9f8f3;
}
.btm-menu .btm-menu-inner ul li:last-child {
  margin-bottom: 0;
}

/*ヘッダー*/
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 30;
  padding: 20px 80px 20px 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-branding h1 {
  width: auto;
}
.site-branding h1 img {
  width: 200px;
}

.main-navi {
  margin-top: 20px;
}
.main-navi .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #ffffff;
  border-radius: 29px;
  padding: 20px 30px 20px 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.main-navi .menu .menu-item {
  position: relative;
}
.main-navi .menu .menu-item:not(:first-child) {
  padding-left: 20px;
}
.main-navi .menu .menu-item a {
  color: #3d3d3d;
  font-size: 14px;
}
.main-navi .menu .menu-item a:hover {
  opacity: 0.7;
}
.main-navi .menu .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 50;
  list-style: none;
  padding: 10px 0;
}
.main-navi .menu .menu-item .sub-menu .menu-item {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}
.main-navi .menu .menu-item .sub-menu .menu-item:last-child {
  border-bottom: none;
}
.main-navi .menu .menu-item .sub-menu .menu-item a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.main-navi .menu .menu-item .sub-menu .menu-item a:hover {
  color: #007bff;
}
.main-navi .menu .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

/* bottom */
.inner {
  max-width: 90%;
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
}

.site-branding p img {
  width: 200px;
}

.page-key img {
  width: 100%;
  border-radius: 2rem;
}
.page-key .page-key-box {
  position: relative;
}
.page-key .page-key-title {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #333;
}
.page-key .page-key-title p {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
.page-key .page-key-title h1 {
  font-size: 1.3rem;
  font-weight: 600;
}

.breadcrumbs {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 70%;
}

.page-area .list-box ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-left: 0;
  gap: 1rem 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-area .list-box ul li {
  width: calc(50% - 1rem);
  font-size: 90%;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-area .list-box ul li span {
  font-size: 10px;
}

.page-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  max-width: 90%;
  margin: 0 auto;
}
.page-area .page-mokuji {
  width: 30%;
  position: relative;
}
.page-area .page-mokuji .page-mokuji-inner {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 2rem;
  font-size: 85%;
  border-radius: 2rem;
}
.page-area .page-mokuji .page-mokuji-inner li {
  margin-bottom: 0.5rem;
}
.page-area .page-mokuji .page-mokuji-inner li:last-child {
  margin-bottom: 0;
}
.page-area .page-mokuji .page-mokuji-inner a::before {
  content: "●";
  margin-right: 5px;
  color: #489c2a;
}
.page-area .page-main-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-area .page-main-area section {
  padding: 2rem;
  background: #fff;
  border-radius: 2rem;
  margin-top: 2rem;
}
.page-area .page-main-area section:first-child {
  margin-top: 0;
}
.page-area .page-main-area h2 {
  font-size: 1.6rem;
  color: #489c2a;
  font-weight: 500;
}
.page-area .page-main-area p {
  margin-top: 1rem;
}
.page-area .page-main-area p.name {
  text-align: right;
}
.page-area .page-main-area h3 {
  margin: 2rem 0 1rem;
  font-size: 1.4rem;
  border-top: 3px solid #489c2a;
  border-bottom: 3px solid #489c2a;
  padding: 10px 0;
}
.page-area .page-main-area h4 {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
  border-bottom: 4px dotted #489c2a;
  padding-bottom: 1rem;
}
.page-area .page-main-area ul {
  margin: 1rem 0 0 2rem;
  list-style: disc;
}
.page-area .page-main-area ul li {
  margin-top: 1rem;
}
.page-area .page-main-area table.blue {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 1rem;
  font-size: 90%;
}
.page-area .page-main-area table.blue tr {
  border-bottom: solid 1px #eee;
  cursor: pointer;
}
.page-area .page-main-area table.blue tr:hover {
  background-color: #d4f0fd;
}
.page-area .page-main-area table.blue th, .page-area .page-main-area table.blue td {
  text-align: center;
  width: 25%;
  padding: 15px 0;
}

table.nm-tb {
  margin-top: 2rem;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}

table.nm-tb tr {
  background-color: #e6f1f6;
}

table.nm-tb tr:nth-child(odd) {
  background-color: #fff;
}

table.nm-tb th, table.nm-tb td {
  padding: 1em;
  text-align: center;
}

table.nm-tb th {
  font-weight: bold;
  width: 20%;
  min-width: 4em;
}

.page-area .page-main-area .future ul {
  list-style: none;
  margin: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.page-area .page-main-area .future ul li {
  border: 2px solid #1d4077;
  margin: 0;
  width: calc(50% - 1rem);
  text-align: center;
  padding: 10px;
  font-weight: 500;
  color: #1d4077;
}

.qa-6 {
  max-width: 100%;
  margin-bottom: 5px;
  border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-6 summary::before {
  color: #75bbff;
  content: "Q";
}

.qa-6 summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.qa-6[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.qa-6 p {
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.qa-6[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.qa-6 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}

.post-main {
  padding: 2rem 0;
}

.a-box-main {
  padding: 2rem;
  background: #fff;
}
.a-box-main .a-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.a-box-main .a-box article {
  position: relative;
  width: calc(25% - 1.5rem);
}
.a-box-main .a-box article .img span {
  position: absolute;
  top: 0;
  right: 0;
  background: #489c2a;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
}
.a-box-main .a-box article h2 {
  margin: 0.5rem 0;
}
.a-box-main .a-box article time {
  display: block;
  text-align: right;
}

.p-c-main {
  background: #fff;
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
.p-c-main .pagination {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
}
.p-c-main .entry-content {
  padding-bottom: 0;
}

.tag-box {
  margin-top: 2rem;
}
.tag-box h2 {
  background: #f7f0e6;
  padding: 5px 10px;
}
.tag-box ul {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-box ul a {
  font-size: 90%;
  text-decoration: underline;
}
.tag-box ul a::before {
  content: "#";
}

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.related-posts {
  margin-top: 2rem;
}
.related-posts h2 {
  background: #ceedff;
  padding: 5px 10px;
}
.related-posts ul {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.related-posts ul li {
  width: calc(25% - 1rem);
}
.related-posts ul li h3 {
  font-size: 14px;
  margin: 0.5rem 0;
}
.related-posts ul li time {
  display: block;
  text-align: right;
  font-size: 12px;
}

.ft-menu {
  background: #f7f0e6;
  padding: 2rem 0;
}
.ft-menu .ft-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.ft-menu .ft-logo {
  width: 50%;
}
.ft-menu .ft-logo table {
  max-width: 100%;
  background: #fff;
  text-align: center;
  table-layout: fixed;
}
.ft-menu .ft-logo table th, .ft-menu .ft-logo table td {
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.ft-menu .ft-logo table th {
  width: 30%;
  border-color: #1d467d;
}
.ft-menu .ft-logo img {
  display: block;
  margin: 0 auto 1rem;
  width: 200px;
}
.ft-menu .ft-logo p {
  margin-top: 1rem;
}
.ft-menu .ft-logo p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FF9800;
  font-weight: 500;
}
.ft-menu .ft-logo p span {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}
.ft-menu .ft-menu-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ft-menu .ft-menu-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ft-menu .ft-menu-area li {
  width: 200px;
}
.ft-menu .ft-menu-area li a {
  display: block;
  position: relative;
}
.ft-menu .ft-menu-area li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e8e4";
  font-size: 2em;
  color: #f6ca1b;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 20;
}

.site-info {
  background: #c59c6c;
  padding: 1rem;
  text-align: center;
  font-size: 9px;
  color: #fff;
  line-height: 2;
}
.site-info a {
  color: #fff;
  text-decoration: underline;
}

.l-group .p-group__banner img {
  height: auto;
}

.a-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.a-box ul li {
  width: calc(50% - 1rem);
}
.a-box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.flow dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
  margin-top: 2rem;
}
.flow dl dt {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #489c2a;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  height: 50px;
}
.flow dl dd {
  width: 60%;
  margin: 0;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-area .page-main-area .cta-page h2 {
  text-align: center;
}
.page-area .page-main-area .cta-page ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 0;
}
.page-area .page-main-area .cta-page ul li {
  width: 50%;
}
.page-area .page-main-area .cta-page ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #4CAF50;
  padding: 1rem;
  color: #fff;
  border-radius: 1rem;
}

header#masthead {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 30;
  padding: 20px 80px 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.event-card {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding: 1rem;
}

.event-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.page-area .page-main-area .event-card h3 {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.page-area .page-main-area .event-card p {
  font-size: 90%;
  text-align: left;
}

.p-group__banner {
  aspect-ratio: auto !important;
}

.p-group__wrap {
  -webkit-animation: marquee 40s linear infinite !important;
          animation: marquee 40s linear infinite !important;
}

.heroimg {
  margin-top: 1rem;
  border-radius: 2rem;
}

.img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.img-box img {
  border-radius: 1rem;
}

.contact-form-area table {
  margin-top: 2rem;
}
.contact-form-area table th, .contact-form-area table td {
  padding: 1rem 0;
  border-bottom: 2px solid #ccc;
}
.contact-form-area table th {
  border-color: #f6ca1b;
  position: relative;
}
.contact-form-area table th span {
  position: absolute;
  right: 1rem;
  font-size: 10px;
  background: #EF5350;
  color: #fff;
  padding: 6px;
}
.contact-form-area table th span.nini {
  background: #2196F3;
}

input[type=submit] {
  background: #4CAF50;
  color: #fff;
  line-height: 1;
  padding: 1rem;
  display: block;
  margin: 1rem auto 0;
  max-width: 400px;
  border: none;
  width: 200px;
  text-align: center;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 20px;
  right: 10px;
  background: #333;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 14px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.pagetop:hover {
  opacity: 1;
  color: #fff;
}

a.pagetop:visited {
  color: #fff;
}

/* 表示状態 */
.pagetop.show {
  opacity: 1;
  visibility: visible;
}

.page-area .page-main-area .cta-page.contact-form-area ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.map-area {
  margin-top: 1rem;
}

.news p,
.post p {
  margin-top: 1rem;
  line-height: 1.7;
}
.news h2,
.post h2 {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  border-bottom: 2px solid;
  padding-bottom: 0.5rem;
}
.news h3,
.post h3 {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  border-left: 2px solid;
  padding-left: 5px;
}

.a-box-main-news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.a-box-main-news ul li {
  border-bottom: 1px dotted #ccc;
  width: calc(50% - 1rem);
  padding-bottom: 1rem;
}
.a-box-main-news ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  position: relative;
}
.a-box-main-news ul li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  font-size: 2em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 20;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  padding: 10px;
  width: 100%;
}

a.more {
  display: block;
  max-width: 400px;
  margin: 1rem auto 0;
  text-align: center;
  background: #f6ca1b;
  border-radius: 2rem;
  padding: 10px;
  position: relative;
}

a.more::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  font-size: 2em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 20;
}

.bunseki {
  margin-top: 2rem;
}
.bunseki h2 {
  background: #f7f0e6;
  padding: 10px;
}
.bunseki .bunseki-box {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.bunseki .bunseki-box .bunseki-img {
  width: 20%;
}
.bunseki .bunseki-box .bunseki-img img {
  border-radius: 50%;
}
.bunseki .bunseki-box .bunseki-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bunseki .bunseki-box .bunseki-text p {
  margin-top: 1rem;
}
.bunseki .bunseki-box .bunseki-text p:first-child {
  margin-top: 0;
}
.bunseki .bunseki-box .bunseki-text h3 {
  font-weight: 500;
}

.pp-box {
  max-width: 800px;
  padding: 2rem;
  background: #fff;
  margin: 0 auto;
}

.pp-box h2 {
  margin: 10px 0 5px;
  font-size: 15px;
  font-weight: 600;
}

.pp-box p {
  font-size: 14px;
  margin-top: 10px;
}

.pp-box p:first-child {
  margin-top: 0;
}

.pp-box ul {
  margin-top: 10px;
  margin-left: 20px;
  list-style: disc;
  font-size: 15px;
  line-height: 1.5;
}

.contact-box {
  margin-top: 20px;
  text-align: right;
}

summary::-webkit-details-marker {
  display: none;
}/*# sourceMappingURL=main.css.map */