@charset "UTF-8";

html, body {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
}

/* ////////// Font ////////// */

html {
  /* font-size: 87.5%; /*14px*/ */
}
body {
  background-color: #fff;
  line-height: 1.6;
  color: #4d3a0a;
}
:root {
  --font-gothic:
    "Helvetica Neue", "Helvetica",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Arial",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
  --font-mincho:
    "Times New Roman",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "MS PMincho",
    serif;
  --font--size-large: 128.5%;
  --font--size-small: 85.7%;
  /* --font--color-default: #4d3a0a; */
}
/* -------- Apply Gothic -------- */
body ,
.style--font-gothic {
  font-family: var(--font-gothic);
}
/* -------- Apply Mincho -------- */
.syle--font-mincho {
  font-family: var(--font-mincho);
}
:root {
  --filter--drop-shadow: drop-shadow(3px 3px 5px rgba(0,0,0,0.4));
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 87.5%; /*14px */
  }
}
/* ////////// Color ////////// */
:root {
  --color--jtams: #00A78A;
  --color--jtams-light: #DDEDEA;
  --color--jtams-dark: #589086;

  --color--theme: #5869c6;
  --color--theme-dark: #3f51b5;
  --color--theme-light: #e7e9f1;

  --color--text: #444;
  --color--text-light: #777;
  --color--border: #cccccc;
  --color--link: rgb(60, 119, 216);


  --color--green: var(--color--jtams);
  --color--green-light: #DDEDEA;
  --color--green-dark: #589086;

  --color--black: #333;
  --color--white: #FFF;
  --color--gray: #999;
  --color--gray-light: #CCC;
  --color--gray-dark: #666;

  /**
   * Color Pallet
   * Gutenberg への登録は function.custom_gutenberg.php
   * inlineカラーの指定は後半に記述
   */
  --color--red: rgb(255, 41, 6);
  --color--red-light: rgb(244, 203, 204);
  --color--red-dark: rgb(205, 31, 3);

  --color--orange: rgb(255, 153, 26);
  --color--orange-light: rgb(252, 228, 205);
  --color--orange-dark: rgb(230, 145, 56);

  --color--yellow: rgb(254, 253, 50);
  --color--yellow-light: rgb(254, 241, 204);
  --color--yellow-dark: rgb(241, 194, 51);

  --color--green: rgb(15, 251, 49);
  --color--green-light: rgb(216, 234, 211);
  --color--green-dark: rgb(106, 167, 79);

  --color--sky: rgb(75, 133, 232);
  --color--sky-light: rgb(201, 218, 248);
  --color--sky-dark: rgb(60, 119, 216);

  --color--blue: rgb(25, 34, 251);
  --color--blue-light: rgb(208, 226, 243);
  --color--blue-dark: rgb(61, 134, 198);

}
body {
  color: var(--color--text);
}
a {
  color: var(--color--link);
}

/* ////////// Size ////////// */
:root {
  --width--page: 1200px;
  --width--padding: 20px;
}
@media only screen and (max-width: 767px) {
  :root {
    --width--page: 100%;
    --width--padding: 10px;
  }
}
/* ////////// Common ////////// */

table {}
table th ,
table td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
p {
  line-height: 1.8;
  margin-bottom: 1.0em;
}
p:last-child {
  margin-bottom: 0;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  /* text-decoration: none; */
}
a:hover {
  /* text-decoration: underline; */
}
/* ---- placeholder color ---- */
input::placeholder {
  color: #bbb;
}
input:-ms-input-placeholder {
  color: #bbb;
}
input::-ms-input-placeholder {
  color: #bbb;
}

/* ========== utility ========== */

@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
ul.style-none {
  list-style: none;
  margin: 0;
  padding: 0;
}
.no-margin--top {
  margin-top: 0 !important;
}
.no-margin--bottom {
  margin-bottom: 0 !important;
}
.no-margin--left {
  margin-left: 0 !important;
}
.no-margin--right {
  margin-right: 0 !important;
}
/* 背景をウィンドウ幅いっぱいに広げる */
.full-width--background {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}





/* ヘッダー下にリード文をつける時のラッパー */
/* トップページ下部のSNS、委員会で使用 */
.heading-lead--margin {
  margin-bottom: 1.0em;
}
.heading-lead--margin .wp-block-heading {
  margin-bottom: 0;
}
.heading-lead--margin p {
  margin-top: 0;
}


/* リンクにアイコンをつける */
/*
<li class="stick-icon--facebook">
<a>
<div class="label">Facebook</div>
</a>
</li>
 */
li[class^="stick-icon"] a ,
li[class*=" stick-icon"] a ,
a[class^="stick-icon"] ,
a[class*=" stick-icon"] {
  text-decoration: none;
}
li[class^="stick-icon"] a:hover ,
li[class*=" stick-icon"] a:hover ,
li[class^="stick-icon"] a:hover .label ,
li[class*=" stick-icon"] a:hover .label ,
a[class^="stick-icon"]:hover ,
a[class*=" stick-icon"]:hover ,
a[class^="stick-icon"]:hover .label ,
a[class*=" stick-icon"]:hover .label {
  text-decoration: underline;
}
li[class^="stick-icon"] a .label ,
li[class*=" stick-icon"] a .label ,
a[class^="stick-icon"] .label ,
a[class*=" stick-icon"] .label {
  display: inline-flex;
  align-items: center;
}
li[class^="stick-icon"] a .label::before ,
li[class*=" stick-icon"] a .label::before ,
a[class^="stick-icon"] .label::before ,
a[class*=" stick-icon"] .label::before {
  content: '';
  display: block;
  width: 30px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
li[class^="stick-icon"] a .note ,
li[class*=" stick-icon"] a .note ,
a[class^="stick-icon"] .note ,
a[class*=" stick-icon"] .note {
  padding-left: 30px;
  font-size: var(--font--size-small);
}
li.stick-icon--official a .label::before ,
a.stick-icon--official .label::before {
  background-image: url(./icon/jtams.svg);
}
li.stick-icon--x a .label::before ,
a.stick-icon--x .label::before {
  background-image: url(./icon/x.svg);
}
li.stick-icon--facebook a .label::before ,
a.stick-icon--facebook .label::before {
  background-image: url(./icon/facebook.svg);
}
li.stick-icon--instagram a .label::before ,
a.stick-icon--instagram .label::before {
  background-image: url(./icon/instagram.svg);
}
li.stick-icon--youtube a .label::before ,
a.stick-icon--youtube .label::before {
  background-image: url(./icon/youtube.svg);
}
li.stick-icon--external a .label::before ,
a.stick-icon--external .label::before {
  background-image: url(./icon/external.svg);
}
li.stick-icon--rss a .label::before ,
a.stick-icon--rss .label::before {
  background-image: url(./icon/rss.svg);
}




/*
========== 投稿一覧表示 ==========
構造はブロックエディタのクエリーループに準じる
クエリーループの場合は、高度な設定の追加CSSクラスで２箇所追加する
２段組表示は、entry-list--2colクラスを追加
境界線を短くするには、entry-list--narrow
*/

/* [クエリーループ]>[投稿テンプレート] */
ul.entry-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: unset;
  margin: 0;
  padding: 0;
}
ul.entry-list a {
  color: var(--color--text);
}
ul.entry-list li {
  display: block;
  width: 100%;
}
/* ul.entry-list li > *:not([inert]) { */
/* [投稿テンプレート]>[グループ] */
ul.entry-list li .entry-list-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.5rem 4.0rem;
  border-bottom: 2px solid var(--color--border);
}
ul.entry-list li:first-child .entry-list-info {
  padding-top: 0;
}
ul.entry-list li .entry-list-info > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* ブロックエディタのCSSと相殺 */
/* ul.entry-list li > * > .wp-block-group { */
ul.entry-list li .entry-list-info > .wp-block-group {
  display: block;
  margin: 0 !important;
}
/* [投稿テンプレート]>[グループ]>[縦積み]>[横並び] */
ul.entry-list .entry-list-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
ul.entry-list .entry-list-meta > * {
  flex-shrink: 0;
}
ul.entry-list .wp-block-post-terms a {
  display: inline-block;
  /* margin-right: 1.0em; */
  padding: 0.25em 0.5em;
  /* background-color: #589086; */
  background-color: var(--color--theme);
  white-space: nowrap;
  line-height: 1.0;
  text-decoration: none;
  color: #fff;
}
ul.entry-list .wp-block-post-date {}
ul.entry-list .wp-block-post-title {
  margin-top: 0.5em;
  margin-bottom: 0;
  /* border: 3px solid red; */
  line-height: 1.4;
  font-family: var(--font-mincho);
  font-weight: normal;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  ul.entry-list .wp-block-post-date {}
  ul.entry-list .wp-block-post-title {
    font-size: 1.2rem;
  }
}
ul.entry-list .wp-block-post-title a {
  text-decoration: none;
}
ul.entry-list .wp-block-post-featured-image {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
  margin-left: 10px !important;
  margin-right: 0 !important;
}
/* ブロックエディタ用 */
ul.entry-list .block-editor-media-placeholder {
  min-height: unset;
}
/* ---------- ２列 ---------- */
ul.entry-list--2col {
  margin-left: -30px;
  margin-right: -30px;
}
ul.entry-list--2col li {
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
ul.entry-list--2col li .entry-list-info {
  padding-left: 0;
  padding-right: 0;
}
/* ---------- 境界線を短く ---------- */
ul.entry-list--narrow li {
  padding-left: 4.0em;
  padding-right: 4.0em;
}
ul.entry-list--narrow li .entry-list-info {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  ul.entry-list li .entry-list-info {
    /* padding: 1.0rem; */
    padding: 1.5rem 0;
  }
  ul.entry-list--2col {
    margin-left: 0;
    margin-right: 0;
  }
  ul.entry-list--2col li {
    width: 100%;
  }
  ul.entry-list--narrow li {
    padding-left: 0;
    padding-right: 0;
  }
}


/**
 * 投稿の最初のエレメントはマージンをつけない
 */
.entry-content > *:first-child {
  margin-top: 0;
}

/*
単一記事ページの下部につく最新記事リストの見出し
*/
.related-post-wrap--title {
  margin-bottom: 1.5rem;
  margin-left: 4.0rem;
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .related-post-wrap--title {
    margin-left: 0;
  }
}



.cat-links {
  display: inline-block;
}
.cat-links a {
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.2em;
  padding: 0.25em 0.5em;
  /* background-color: #589086; */
  background-color: var(--color--theme);
  line-height: 1.0;
  text-decoration: none;
  color: #fff;
}
.wp-block-post-terms .post-categories ,
.cat-links .post-categories {
  display: inline-block;
  list-style: none;
  margin: 0;
  margin-right: 0.5em;
  padding: 0;
}
.wp-block-post-terms .post-categories > * ,
.cat-links .post-categories > * {
  display: inline-block;
  width: unset;
  margin-right: 0.25em;
}
.entry-date {
  font-size: 1.2rem;
}

.post-layout--list {
  display: flex;
  padding: 1.5em 3.0em;
  border-bottom: 1px solid var(--color--border);
}
.post-layout--list .entry-meta {
  display: flex;
  align-items: center;
}
.post-layout--list .entry-title {
  margin: 0;
  margin-top: 0.2em;
  line-height: 1.4;
  font-family: var(--font-mincho);
  font-weight: normal;
  font-size: 1.5rem;
}
.post-layout--list .entry-title a {
  text-decoration: none;
}
.post-layout--list .entry-thumbnail {
  flex-shrink: 0;
  width: 100px;
  margin-left: 1.0em;
}
@media only screen and (max-width: 767px) {
  .post-layout--list {
    padding: 1.5em 1.0em;;
  }
  .post-layout--list .entry-title {
    font-size: 1.3rem;
  }
}

/* リンクに「＞」をつける */
.chevron--right {}
.chevron--right a {
  position: relative;
  padding-right: 1.0em;
  text-decoration: none;
}
.chevron--right a::after {
  content: '';
  position: absolute;
  top: 50%;
  --my-transform:  translateY(-50%) rotate(45deg);
  transform: var(--my-transform);
  -webkit-transform: var(--my-transform);
  -ms-transform: var(--my-transform);
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #cccccc;
}
.chevron--right a:hover {
  text-decoration: underline;
}
.chevron--right a::after {
  right: 0;
}
.chevron--right a:hover::after {
  border-color: var(--color--green);
}


/* ========== STRUCTURE ========== */

/* ---------- HEADER ---------- */

#site-header {
  position: relative;
}
#site-header a {
  color: var(--color--text);
  text-decoration: none;
}
#site-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  /* width: 100%; */
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  /* margin-bottom: 6.0em; */
  padding: 20px var(--width--padding);
  border-bottom: 2px solid var(--color--theme-dark);
  line-height: 1.0;
  font-family: var(--font-mincho);
}
#site-header .conference-head {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 6.0em;
  /* border-bottom: 2px solid var(--color--theme-dark); */
}
body.home #site-header .wrapper {
  border: none;
}
body.home #site-header .conference-head {
  margin-bottom: 0;
  /* border: none; */
}

@media only screen and (min-width: 768px) {
  /* body.home #site-header .wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.4));
    z-index: 2;
  }
  body.home #site-header .wrapper a {
    color: #fff;
  } */
}
#site-title {
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: var(--color--theme);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 35%);
}
#branding {
  display: block;
  width: 200px;
  margin: 0 auto;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #site-header .conference-head {
    margin-bottom: 0;
  }
  #site-header .wrapper {
    display: block;
    padding: 10px 0 0;
  }
  #site-header .wrapper .conference {
    padding: 0 20px;
  }
  #branding {
    width: 200px;
    /* margin-left: 15px; */
  }
}
#site-header .conference .shoulder {
  margin-bottom: 0.5em;
  color: var(--color--theme-dark);
}
#site-header .conference .title {
  letter-spacing: 0.2em;
  font-size: 30px;
  color: var(--color--theme-dark);
}

/* 最初に領域を確保する */
XXX.full-width--slider {
  height: 50vw;
  background-color: #666;
}
/* 読み込み時のチラつきを隠す */
XXX.wp-block-eedee-block-gutenslider {
  display: none;
}
/* エディタ時に反映させない */
XXX.editor-styles-wrapper .wp-block-eedee-block-gutenslider {
  display: unset;
}
XXX.wp-block-eedee-block-gutenslider.gs-finished-layout {
  display: block;
}
@media only screen and (max-width: 767px) {
  XXX.full-width--slider {
    height: unset;
  }
}



:where(.editor-styles-wrapper) {
    font-family: unset;
}

/* ---------- MAIN ---------- */
#content {
  max-width: 1200px;
  margin: 0 auto;
}
body.home #content {
  margin-bottom: 0;
}
#content a {
  /* color: var(--color--link); */
}



/* ---------- FOOTER ---------- */
#site-footer {
  overflow: hidden;
  margin-top: 8.0em;
  padding-top: 2.0em;
  /* border-top: 2px solid var(--color--green); */
  /* border-top: 2px solid var(--color--theme-dark); */
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  /* background-color: #DDEDEA; */
  background-color: var(--color--theme-light);
}
#site-footer .google-map {
  /* width: 200px; */
  /* padding-bottom: 50%; */
  margin-top: 1.0em;
  aspect-ratio: 2 / 1;
}
#site-footer a {
  position: relative;
  color: var(--color--text);
}
#site-footer .footer-info table th {
  white-space: nowrap;
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul > * {
  display: inline-block;
  margin-bottom: 0.5em;
}
.breadcrumb ul > *::after {
  content: '|';
  margin: 0 0.5em;
  opacity: 0.5;
}
.breadcrumb ul > *:last-child::after {
  content: none;
}
.footer-aside {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;

  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
}

.footer-body {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 2.0em auto;
  /* padding: 0 20px; */
  justify-content: space-between;
  padding: 0;
}
.footer-body .headline {
  margin: 0;
  font-weight: normal;
  font-family: var(--font-mincho);
  font-size: 1.2rem;
}
.footer-body > * {
  min-width: 10.0em;
  margin: 0 2.0em;
}
.footer-body ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  /* font-weight: bold; */
}
.footer-body ul.menu a {
  text-decoration: none;
  /* color: var(--color--text); */
}
.footer-body ul.sub-menu {
  list-style: none;
  margin: 0;
  margin-bottom: 1.5em;
  padding: 0;
  font-weight: normal;
}
.footer-body li {
  margin: 0.4em 0;
}
.footer-menu li {
  padding-left: 1.5rem;
}
.footer-menu a {
  position: relative;
  display: block;
}
.footer-menu a::before {
  content: '';
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  /* top: 0; */
  left: -1.5rem;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  /* -webkit-transform: rotate(45deg); */
  /* transform-origin: bottom left; */

  display: block;
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: var(--color--text);
  /* outline: 1px solid pink; */
}
.footer-sign {
  max-width: 1200px;
  box-sizing: border-box;
  margin: 1.0em auto;
  padding: 1.0em 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.footer-sign .guide {
  font-size: var(--font--size-small);
}
.footer-sign p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #site-footer {
    margin-top: 0;
  }
  .footer-body {
    flex-direction: column;
    gap: 2.0em;
    padding: 0 20px;
  }
  .footer-body > * {
    flex-basis: 50%;
    margin: unset;
  }
  .footer-body .headline {
    margin-bottom: 1.0em;
  }
  .footer-body ul.menu {
    margin-bottom: 1.0em;
  }
  .footer-body ul.menu > * {
    margin-bottom: 1.0em;
  }
}






.entry-content ul.wp-block-navigation {
  border: 3px solid rgb(237, 245, 242);
  display: block;
}
/* ====================
各ページのサイドにあるメニュー
==================== */
.page-menu--primary .menu {
  list-style: none;
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 4.0rem;
}
.page-menu--primary .menu-item {
  margin-bottom: 1.5rem;
}
.page-menu--primary a {
  display: block;
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: var(--color--text);
}
/* .page-menu--primary a:hover , */
.page-menu--primary .current-menu-item a {
  border-color: var(--color--theme-dark);
  color: var(--color--theme-dark);
}
.page-menu--primary a:hover {
  color: var(--color--theme-dark);
}
.page-menu--primary .label {
  position: relative;
  display: block;
  font-family: var(--font-mincho);
  font-size: 1.4rem;
}
.page-menu--primary .note {
  display: block;
}
.page-menu--primary .label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #cccccc;
}
.page-menu--primary a:hover .label::before ,
.page-menu--primary .current-menu-item .label::before {
  border-color: var(--color--theme-dark);
}
@media only screen and (max-width: 767px) {
  .page-menu--primary {
    /* width: 100%; */
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
  }
  .page-menu--primary::before ,
  .page-menu--primary::after {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    width: 3.0em;
    height: 100%;
    padding: 0 0.25em;
    line-height: 1;
    color: var(--color--theme-dark);
    z-index: 1;
    transition: opacity 0.2s;
    opacity: 0;
    pointer-events: none;
  }
  .page-menu--primary::before {
    content: '◀';
    left: 0;
    justify-content: flex-start;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%);
  }
  .page-menu--primary.overflow-left::before {
    opacity: 1;
  }
  .page-menu--primary::after {
    content: '▶';
    right: 0;
    justify-content: flex-end;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%);
  }
  .page-menu--primary.overflow-right::after {
    opacity: 1;
  }
  .page-menu--primary .menu {
    overflow-x: scroll;
    display: flex;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    padding-left: 5px;
    padding-right: 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .page-menu--primary .menu::-webkit-scrollbar{
    display:none;
  }
  .page-menu--primary .menu > * {
    flex-shrink: 0;
  }
  .page-menu--primary a {
    margin-bottom: 0;
    margin: 0;
    padding-left: 1.0em;
    padding-right: 1.0em;
    padding-bottom: 0;
    padding: 0 15px;
    border-right: 1px solid var(--color--border);
    border-bottom: none;
    line-height: 1;
  }
  .page-menu--primary .menu > *:last-child a {
    border-right: none;
  }
  .page-menu--primary .menu-item {
    margin-bottom: 0;
  }
  .page-menu--primary .note {
    display: none;
  }
  .page-menu--primary .label {
    position: relative;
  }
  .page-menu--primary .label::after {
    content: '';
    position: absolute;
    bottom: -0.3em;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: transparent;
  }
  .page-menu--primary a:hover .label ,
  .page-menu--primary .current-menu-item .label {
    /* color: var(--color--green-dark); */
    color: var(--color--theme-dark);
  }
  .page-menu--primary a:hover .label::after ,
  .page-menu--primary .current-menu-item .label::after {
    /* background-color: var(--color--green); */
    background-color: var(--color--theme);
  }
  .page-menu--primary .label::before {
    content: none;
  }
}
.page-menu--secondary {
  position: relative;
  /* margin-bottom: 3em; */
}
.page-menu--secondary::before ,
.page-menu--secondary::after {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  width: 3.0em;
  height: 100%;
  box-sizing: border-box;
  padding: 0 0.25em;
  padding-bottom: 1.0em;
  line-height: 1;
  color: var(--color--green-dark);
  z-index: 1;
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
}
.page-menu--secondary::before {
  content: '◀';
  left: 0;
  justify-content: flex-start;
  background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%);
}
.page-menu--secondary.overflow-left::before {
  opacity: 1;
}
.page-menu--secondary::after {
  content: '▶';
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%);
}
.page-menu--secondary.overflow-right::after {
  opacity: 1;
}
.page-menu--secondary .menu {
  list-style: none;
  overflow-x: scroll;
  display: flex;
  align-items: flex-end;
  margin: 0;
  /* padding-top: 1.0em; */
  padding-top: 0.3em;
  padding-bottom: 1.0em;
  /* padding-left: 5px; */
  /* padding-right: 5px; */
  padding-left: 0;
  padding-right: 0;
  line-height: 1.0;
  font-family: var(--font-mincho);
  font-size: 1.3rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-menu--secondary .menu::-webkit-scrollbar{
  display:none;
}
.page-menu--secondary .menu > * {
  flex-shrink: 0;
}
.page-menu--secondary .small {
  font-size: 1.0rem;
}
.page-menu--secondary a {
  display: block;
  margin-bottom: 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  padding: 0 15px;
  border-right: 1px solid var(--color--border);
  border-bottom: none;
  line-height: 1;
  text-decoration: none;
}
.page-menu--secondary .menu > *:first-child a {
  padding-left: 0;
}
.page-menu--secondary .menu > *:last-child a {
  border-right: none;
}
.page-menu--secondary .label {
  position: relative;
}
.page-menu--secondary .label::after {
  content: '';
  position: absolute;
  bottom: -0.3em;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
}
.page-menu--secondary a:hover .label ,
.page-menu--secondary .current-menu-item .label {
  color: var(--color--green-dark);
}
.page-menu--secondary a:hover .label::after ,
.page-menu--secondary .current-menu-item .label::after {
  background-color: var(--color--green);
}
.page-menu--secondary .label::before {
  content: none;
}

/* .page-menu--secondary a:hover ,
.page-menu--secondary .highlight a ,
.page-menu--secondary .current-menu-item a {
  border-color: var(--color--green);
} */
.page-menu--secondary span {
  /* display: inline-flex;
  align-items: flex-end;
  height: 1.2rem;
  padding-right: 1em;
  border-right: 1px solid var(--color--border); */
}
/* body.home .page-menu--secondary {
  margin-top: unset;
  margin-left: 30px;
} */
@media only screen and (max-width: 767px) {
  .page-menu--secondary {
    /* position: relative; */
    /* width: 100%; */
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .page-menu--secondary .menu > *:first-child a {
    padding-left: 20px;
  }
}

/* カテゴリーの未分類を表示しない */
.entry-list .category-uncategorized .taxonomy-category {
  display: none;
}
















/* ==============================
メニュー
============================== */

/* ---- 右肩のメインメニュー ---- */

.page-menu--global {
  position: relative;
}
.page-menu--global::before ,
.page-menu--global::after {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  width: 3.0em;
  height: 100%;
  padding: 0 0.25em;
  line-height: 1;
  /* color: var(--color--green-dark); */
  color: var(--color--theme-dark);
  z-index: 1;
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
}
.page-menu--global::before {
  content: '◀';
  left: 0;
  justify-content: flex-start;
  background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%);
}
.page-menu--global.overflow-left::before {
  opacity: 1;
}
.page-menu--global::after {
  content: '▶';
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%);
}
.page-menu--global.overflow-right::after {
  opacity: 1;
}
.page-menu--global .menu {
  list-style: none;
  overflow-x: scroll;
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.0;
  font-family: var(--font-mincho);
  font-size: 1.3rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-menu--global .menu::-webkit-scrollbar{
  display:none;
}
.page-menu--global .menu > * {
  flex-shrink: 0;
}
.page-menu--global .small {
  font-size: 1.0rem;
}
.page-menu--global a {
  display: block;
  margin-bottom: 0;
  margin: 0;
  padding: 0 15px;
  border-bottom: none;
  line-height: 1;
  text-decoration: none;
}
.page-menu--global .label {
  position: relative;
}
.page-menu--global .label::after {
  content: '';
  position: absolute;
  bottom: -0.3em;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
}
.page-menu--global a:hover .label ,
.page-menu--global .current-menu-item .label {
  color: var(--color--theme-dark);
}
.page-menu--global a:hover .label::after ,
.page-menu--global .current-menu-item .label::after {
  background-color: var(--color--theme-dark);
}
.page-menu--global .label::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .page-menu--global a {
    padding: 0 10px;
  }
  .page-menu--global a:first-child {
    /* padding-left: 20px; */
    padding: 0 15px;
  }
}

























.wp-block-navigation .wp-block-navigation-item__description {
  outline: 2px solid red;
  display: block;
}
/* ========== FOOTER CONTENT ========== */

/* ---------- menu ---------- */
XXX#site-footer ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
XXX#site-footer ul.sub-menu {
  list-style: none;
  margin: 0;
  margin-bottom: 1.0rem;
  padding: 0;
  font-weight: normal;
}
/* #site-footer li.menu-item {
  overflow: hidden;
  padding: 0.75em 0;
}
#site-footer li.menu-item:first-child {
  padding-top: 0;
}
#site-footer li.menu-item:not(:last-child) {
  border-bottom: 1px dotted #cccccc;
}
#site-footer ul.sub-menu {
  display: inline-block;
  margin-left: 1.0em;
  padding: 0;
  vertical-align: top;
} */
@media only screen and (max-width: 767px) {
  XXX#site-footer ul.menu {
    /* padding-right: 30px; */
    /* padding-left: 30px; */
    margin-bottom: 20px;
  }
}
/* ---------- menu ---------- */
/* #copyright {
  padding: 1.0em;
  background-color: #444444;
  text-align: center;
  font-size: 1.2rem;
  color: #f6f6f6;
} */



/* ========== DROPDOWN MENU ========== */
XXX.dropdown-menu ul.menu {
  z-index: 1001;
  position: relative;
  display: flex;
  justify-content: center;
  height: 40px;
  margin: 0 auto;
  padding: 0;
}
XXX.dropdown-menu li {
  position: relative;
  list-style: none;
}
XXX.dropdown-menu li a {
  display: block;
  box-sizing: border-box;
  min-width: 140px;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 2.8;
  transition: 0.5s;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  XXX.dropdown-menu ul.menu {
    flex-wrap: wrap;
    height: initial;
  }
  XXX.dropdown-menu li a {
    height: initial;
    min-width: auto;
    line-height: 1.8;
    font-size: 12px;
  }
  XXX.dropdown-menu li ul {
    display: none;
  }
  XXX.dropdown-menu li.top {
    display: none;
  }
}
XXX.dropdown-menu ul.menu > li li > a {/*layer-2*/
  background: #e6e6e6;
  color: #000;
}
XXX.dropdown-menu ul.menu > li:hover > a {/*layer-1*/
  background: #f6f6f6;
}
XXX.dropdown-menu ul.menu > li li:hover > a {/*layer-2*/
  background: #ccc;
}
XXX.dropdown-menu li ul {
  top: 40px;
  position: absolute;
  padding-left: 0;
}
XXX.dropdown-menu li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
  margin-top: 2px;
}
XXX.dropdown-menu li ul li a {
}
XXX.dropdown-menu li:hover > ul > li {
  overflow: visible;
  height: 40px;
}
XXX.dropdown-menu li ul li ul {
  top: 0;
  left: 140px;
}
XXX.dropdown-menu li ul li ul:before {/*layer-2▷*/
  position: absolute;
  content: "";
  top: 15px;
  left: 30px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
XXX.dropdown-menu li ul li ul.left:before {/*layer-2-left▷*/
  position: absolute;
  content: "";
  top: 15px;
  left: 190px;
  border: 5px solid transparent;
  border-right: 5px solid #fff;
}
XXX.dropdown-menu li ul li ul.left li:hover > a {/*layer-2-left*/
  color: pink;
  background: #afc6e2;
}



/* ========== CUSTOM BLOCK EDITOR ========== */

/* ========== wp-block-group ========== */
/*
コンテンツ幅を指定
グループブロックに[ width--narrow, width--wide ]クラスを追加
*/
.width--narrow {
  box-sizing: border-box;
  max-width: 740px;
  margin: 3em auto;
  padding: 0 20px;
}
.width--wide {
}

/* ========== wp-block-heading ========== */
/* 見だしブロック */
/* .wp-block-heading {
  width: 100%;
  margin: 2.0em auto 0.25em;
  padding: 0.5em 0;
  text-align: center;
  font-family: var(--font-family-mincho);
  font-weight: normal;
  font-size: 2.0em;
} */
/* ---------- style--underbar ---------- */
/* 下線付き見だし */
.wp-block-heading.style--underbar {
  width: 70%;
  margin-bottom: 2.0em;
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 767px) {
  .wp-block-heading {
    font-size: 1.3em;
  }
  .wp-block-heading.style--underbar {
    width: 85%;
  }
}

/* ========== wp-block-table ========== */
.wp-block-table thead {
  border-bottom: 3px solid var(--color--border);
}
.wp-block-table th ,
.wp-block-table td {
  min-width: 1.0em;
  padding: 0.2em 0.5em;
  border: none;
  line-height: 1.6;
}
.wp-block-table thead th ,
.wp-block-table thead td {
  padding-bottom: 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(88, 144, 134, 0.1);
}
/* ---------- style--sp-break ---------- */
/* スマホ表示の時にテーブル組を解除する */
/* @media only screen and (max-width: 767px) {
  .wp-block-table.style--sp-break,
  .wp-block-table.style--sp-break tbody,
  .wp-block-table.style--sp-break tr {
    display: block;
  }
  .wp-block-table.style--sp-break td {
    display: inline-block;
  }
  .wp-block-table.style--sp-break tr {
    padding: 0.2em 0.5em;
  }
  .wp-block-table.style--sp-break td {
    padding: 0;
  }
  .wp-block-table.style--sp-break td:not(:first-child) {
    margin-left: 1.0em;
  }
} */

/* ========== wp-block-columns ========== */
/* ---------- arrange--side-by-side ---------- */
/*
タイル状に並ぶイメージカット
カラムブロックに[ product-image-cut ]クラスを追加
*/
.wp-block-columns.arrange--side-by-side {
  gap: 40px;
  margin-bottom: 20px !important;
}
.wp-block-columns.arrange--side-by-side figure {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .wp-block-columns.arrange--side-by-side {
    gap: 10px;
    margin-bottom: 10px !important;
  }
}

/* ========== wp-block-query ========== */
/* ---------- list--information ---------- */
/* クエアリーループブロックに適用 */
.list--information {
  margin-top: 40px;
  margin-bottom: 40px;
}
.list--information .wp-block-post {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.list--information .wp-block-post-date {
  margin: 0.8em 0;
  font-family: var(--font-family-mincho);
}
.list--information .wp-block-post-title {
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-weight: normal;
  font-size: 2.2rem;
}
.list--information .wp-block-post-content {
  margin-bottom: 0.25em;
}
.list--information .wp-block-post-content > * {
  margin: 0.5em 0;
}
.list--information .wp-block-post-content .wp-block-file {
  font-size: 100%;
}

/* ========== wp-block-query-pagination ========== */
/* ---- ページネーション ---- */
.wp-block-query-pagination {}
.wp-block-query-pagination-numbers {
  display: flex;
  gap: 10px;
}
.wp-block-query-pagination-numbers > * {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  padding: 0.25em;
  line-height: 1;
  background-color: rgba(0,0,0,0.1);
}
.wp-block-query-pagination-numbers > *.current {
  background-color: rgba(0,0,0,1);
  color: #ffffff;
}
.page-numbers {}
.page-numbers.current {}
.wp-block-query-pagination-previous {}
.wp-block-query-pagination-next {}



/* ========== スクロールエリア ========== */
/*
  TOPのInformationエリアに使用
  スクロール可能にする
  上下に影（続きあり）の表示を行う
  影の表示非表示はJSにて制御
  scroll-wrapper, scroll-area の入れ子構造にする
*/
.scroll-wrapper {
  position: relative;
}
.scroll-wrapper::before ,
.scroll-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.scroll-wrapper::before {
  top: 0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
  border-top: 1px solid #dedede;
}
.scroll-wrapper::after {
  bottom: 0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 );
  border-bottom: 1px solid #dedede;
}
.scroll-start.scroll-wrapper::before ,
.scroll-end.scroll-wrapper::after {
  opacity: 0;
}
.scroll-area {
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  height: 16em;
  padding: 0em 1.0em;
}
.scroll-area::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.scroll-area::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(255,255,255,.5);
}



/* ========== CUSTOM: Contact Form 7 ========== */
/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 {
  /* background: #fafafa;
  border: 1px solid #ddd;
  padding: 0px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 30px 0; */
  margin-bottom: 4.0em;
  padding: 3.0em;
  border-top: 2px solid var(--color--green);
  border-bottom: 2px solid var(--color--green);
}
div.wpcf7 p {
  /* padding: 20px 20px 0; */
  /* margin: 0; */
  /* font-size: 11px; */
}
div.wpcf7 input,
.wpcf7 textarea {
  /* border: 1px solid #ccc; */
  /* padding: 8px; */
  /* font-size: 14px; */
  font-size: 16px;
}
.wpcf7 input[type="text"] ,
.wpcf7 input[type="email"] ,
.wpcf7 input[type="tel"] ,
.wpcf7 textarea {
  /* outline: 4px solid yellow; */
  width: 100%;
  box-sizing: border-box;
  padding: 1.0em 1.5em;
  border-radius: 4px;
  border: 2px solid var(--color--border);
  font-size: 16px;
}
.wpcf7 .wpcf7-acceptance {
  display: inline-block;
  width: 100%;
  margin-top: 3.0em;
  text-align: center;
}
.wpcf7 input[type="checkbox"] {
  display: none;
}
.wpcf7 input[type="checkbox"] ~ * {
  position: relative;
  padding-left: 3.0em;
  /* outline: 2px solid red; */
}
.wpcf7 input[type="checkbox"] ~ *::before {
  content: '';
  position: absolute;
  top: -0.5em;
  left: 0;
  display: block;
  width: 2em;
  height: 2em;
  box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.2);
  border-radius: 4px;
  border: 2px solid  var(--color--border);
  background-color: #f6f6f6;
}
.wpcf7 input[type="checkbox"]:checked ~ *::before {
  background-color: #fff;
}
.wpcf7 input[type="checkbox"] ~ *::after {
  content: '';
  position: absolute;
  top: -1.0em;
  left: 0.3em;
  display: block;
  width: 1.0em;
  height: 1.5em;
  border-radius: 2px;
  border-style: solid;
  border-color: var(--color--green-dark);
  border-width: 0 8px 8px 0;
  --my-transform: rotate(35deg);
  transform: var(--my-transform);
  -webkit-transform: var(--my-transform);
  -ms-transform: var(--my-transform);
  /* background-color: gray; */
  opacity: 0;
}
.wpcf7 input[type=checkbox]:checked ~ *::after {
  opacity: 1;
}


div.wpcf7 textarea {
  /* width: 97.5%; */
  /* height: 160px; */
  height: 10.0em;
}

div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  /* color: #fff; */
  /* font-weight: bold; */
  /* font-size: 14px; */
  /* width: 200px; */
  /* height: 45px; */
  margin: 0 auto;
  display: block;
  /* -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px; */
  border-radius: 5px;
  /* background: #333;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080;
  border: 1px solid #666; */

  width: 100%;
  margin-top: 2.0em;
  padding: 1.0em;
  background-color: var(--color--green-light);
  border: none;
  letter-spacing: 0.5em;
  font-size: 1.2rem;
  color: black;
  /* border: 3px solid red; */
}

div.wpcf7 input.wpcf7-submit:hover {
  /* background: #006080;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8;
  border: 1px solid #006080; */
  background-color: var(--color--green);
}


/* .wpcf7 input.wpcf7-submit:active {
  box-shadow: none;
  bottom: -2px;
  position: relative;
} */

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border: 1px solid #009de1;
}

.wpcf7-captchac {
  border: 1px solid #ccc;
}

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

/* 必須赤色表示 */
.wpcf7 .required {
  color: #f00;
}

/* 任意緑色表示 */
.wpcf7 .any {
  color: #080;
}

.wpcf7 .require {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.4em 0.5em 0.2em;
  background-color: rgb(174, 49, 49);
  border-radius: 4px;
  line-height: 1.0;
  font-size: 0.8em;
  color: #ffffff;
}
.wpcf7 .notice {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.4em 0.5em 0.2em;
  background-color: rgb(149, 145, 111);
  border-radius: 4px;
  line-height: 1.0;
  font-size: 0.8em;
  color: #ffffff;
}
.wpcf7 .recaptcha-message {

}
.wpcf7 .recaptcha-message a {
  color: #009de1;
}
@media only screen and (max-width: 767px) {
  div.wpcf7 {
    padding: 0;
    padding-top: 1.5rem;
  }
}






/* ==============================
Adjustment of each page
============================== */



/* ========== TOP Page ========== */

/* スライドをウィンドウ幅いっぱいに広げる */
XXX.full-width--slider {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
XXX.full-width--slider > * {
  max-width: unset !important;
}

/* ---------- ヒーロー（スライダー）上の固定表示 ---------- */
/* .slider--fixed-block {
  margin-left: 10%;
  margin-top: -2.0em !important;
  filter: var(--filter--drop-shadow);
  color: #ffffff;
}
.slider--fixed-block .wp-block-heading {
  font-family: var(--font-mincho);
  font-weight: normal;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .slider--fixed-block {
    margin-top: 0em !important;
  }
  .slider--fixed-block p {
    display: none;
  }
  .slider--fixed-block .wp-block-heading {
    font-size: 1.2rem;
  }
} */
.top--content {
  margin-bottom: 3.0em;
  border-bottom: 2px solid var(--color--theme-light);
}

/* ---------- 中央の３列メニュー ---------- */
.top--body-navigation {
  gap: 3.0em;
  /* margin: 4.0em 0 6.0em; */
  margin: 3.0em 0;
  padding-left: var(--width--padding);
  padding-right: var(--width--padding);
  --my-heading-size: 1.8rem;
}
.top--body-navigation > * {
  /* border-style: solid; */
  /* border-width: 2px 0; */
  /* border-color: #05B193; */
}
.top--body-navigation .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top--body-navigation .wp-block-group {
  /* padding: 30px; */
  /* padding-bottom: 40px; */
  display: flex;
  flex-direction: column;
  height: 100%;
  /* outline: 1px solid pink; */
}
.top--body-navigation .wp-block-group > *:last-child {
  margin-top: auto;
}
.top--body-navigation .wp-block-heading {
  margin: 0;
  padding: 0;
  text-align: unset;
  font-family: var(--font-mincho);
  font-weight: normal;
  font-size: 2.0rem;
  font-size: var(--my-heading-size);
}
.top--body-navigation .wp-block-image {
  margin-left: -30px;
  margin-right: -30px;
}
/* ---- 本会について ---- */
.top--body-navigation .group--about {}
/* ---- About JTAMS ---- */
.top--body-navigation .group--en {
  background-color: #3B5A6A;
  color: #fff;
}
.top--body-navigation .group--conference {
  height: 100%;
}
/* ---- その他のリンク ---- */
.top--body-navigation ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  height: 100%;
  justify-content:space-between;
  list-style: none;
  font-family: var(--font-mincho);
  font-size: 1.5rem;
}
.top--body-navigation ul > * {
  flex-basis: 100%;
  border-top: 1px solid #CCCCCC;
}
.top--body-navigation ul > *.secondary {
  background-color: #F2F1EA;
  border-color: #707070;
}
.top--body-navigation ul a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  text-decoration: none;
}
/* ---- ボタン ---- */
.top--body-navigation .wp-block-buttons {
  /* margin-left: -10px !important; */
  /* margin-right: -10px !important; */
}
.top--body-navigation .wp-block-button {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}
.top--body-navigation .wp-block-button > * {
  position: relative;
  display: block;
  /* padding: 1.0em 1.5em; */
  background-color: #F6F6F6;
  border-radius: 10px;
  line-height: 1.0;
  text-align: unset;
  /* font-size: 1.25rem; */
  color: #666666;
}
/* ---- リンクに「＞」をつける ---- */
.top--body-navigation ul a::after ,
.top--body-navigation .wp-block-button > *::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: var(--color--theme-dark);
}
@media only screen and (max-width: 767px) {
  .top--body-navigation {
    gap: unset;
    margin: 0;
    margin-bottom: 20px;
    --my-heading-size: 1.5rem;
  }
  .top--body-navigation > * {
    border: none;
  }
  .top--body-navigation .wp-block-group {
    padding: 20px;
  }
  .top--body-navigation ul {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 1.2rem;
  }
  .top--body-navigation ul > * {
    /* border-color: #ccc; */
  }
  .top--body-navigation ul a {
    padding: 15px 30px;
  }
  .top--body-navigation .wp-block-button > * {
    font-size: 1.0rem;
  }
}

/* ---------- 中央下段のお知らせ ---------- */
.top--body-information {
  margin-bottom: 80px;
  padding: 0 60px;
}
/* ---- 見だし「お知らせ」 ---- */
.top--body-information .wp-block-heading {
  margin-bottom: 10px;
  font-family: var(--font-mincho);
  font-weight: normal;
  font-size: 2.0rem;
}
.top--body-information .page-menu {
  margin-bottom: 10px;
}
.top--body-information--more {
  margin-top: 40px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .top--body-information {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .top--body-information--head {
    padding: 0 20px;
  }
  .top--body-information .wp-block-heading {
    margin: 0;
  }
  .top--body-information .page-menu {
    margin-bottom: 30px;
  }
  .top--body-information--more {
    margin-left: 30px;
  }
}

/* ---------- 下部のSNS、委員会のエリア ---------- */
.aside-area {
  background-color: #F0F5F4;
}
.aside-area > * {
  margin-bottom: 0;
  padding: 60px 20px;
}
.aside-area .wp-block-heading {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  font-family: var(--font-mincho);
  font-size: 1.5rem;
}
.aside-area .social li {
  margin-bottom: 1.0em;
}
.aside-area .committee .label {
  color: var(--color--green-dark);
}
@media only screen and (max-width: 767px) {
  .aside-area > * {
    padding: 30px;
  }
}



/* ========== 役員 ========== */

body.page-officials .wp-block-table th:nth-child(1) ,
body.page-officials .wp-block-table td:nth-child(1) {
  width: 6em;
}
body.page-officials .wp-block-table th:nth-child(2) ,
body.page-officials .wp-block-table td:nth-child(2) {
  border-right: 1px solid var(--color--border);
  width: 3em;
}
body.page-officials .wp-block-table.is-style-stripes th:nth-child(3) ,
body.page-officials .wp-block-table td:nth-child(3) {
  width: 6em;
  padding-left: 1.5em;
}
@media only screen and (max-width: 767px) {
  body.page-officials .wp-block-table.is-style-stripes table {
    display: grid;
  }
  body.page-officials .wp-block-table.is-style-stripes table tr {
    display: grid;
    grid-template-columns: 1fr 0.5fr 2fr;
  }
  body.page-officials .wp-block-table.is-style-stripes th:nth-child(1) ,
  body.page-officials .wp-block-table.is-style-stripes th:nth-child(2) ,
  body.page-officials .wp-block-table.is-style-stripes td:nth-child(1) ,
  body.page-officials .wp-block-table.is-style-stripes td:nth-child(2) {
    grid-row: 1 / 3;
    width: auto;
  }
  body.page-officials .wp-block-table.is-style-stripes th:nth-child(3) ,
  body.page-officials .wp-block-table.is-style-stripes td:nth-child(3) {
    width: 100%;
    box-sizing: border-box;
    padding: 0.2em 0.5em;
    padding-bottom: 0;
    padding-left: 1.0em;
  }
  body.page-officials .wp-block-table.is-style-stripes td:nth-child(4) {
    grid-column: 3;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0;
    padding-left: 1.2em;
    font-size: var(--font--size-small);
  }
  body.page-officials .wp-block-table.is-style-stripes thead th:nth-child(4) {
    display: none;
  }
}

/* .wp-block-table thead {
  border-bottom: 3px solid var(--color--border);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(88, 144, 134, 0.1);
}
.wp-block-table thead th ,
.wp-block-table thead td {
  padding-bottom: 0;
}
.wp-block-table.is-style-stripes td ,
.wp-block-table.is-style-stripes th {

} */



/* ========== ページネーション ========== */

.pagination {
  margin-top: 4.0rem;
}
.pagination .nav-links {
  text-align: center;
}
.pagination .nav-links > * {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 4px;
  text-decoration: none;
}
.pagination .nav-links .page-numbers {
  /* background-color: var(--color--green-light); */
  background-color: var(--color--theme-light);
  color: var(--color--text);
}
.pagination .nav-links .page-numbers.current {
  /* background-color: var(--color--green-dark); */
  background-color: var(--color--theme-dark);
  color: #ffffff;
}
.pagination .nav-links .page-numbers.dots {
  background-color: transparent;
}
.pagination .nav-links .page-numbers.prev ,
.pagination .nav-links .page-numbers.next {
  width: unset;
  background-color: transparent;
  position: relative;
  padding-left: 1.0rem;
  padding-right: 1.0rem;
}
.pagination .nav-links .page-numbers.prev::after ,
.pagination .nav-links .page-numbers.next::after {
  content: '';
  position: absolute;
  top: 50%;
  --my-transform:  translateY(-50%) rotate(45deg);
  transform: var(--my-transform);
  -webkit-transform: var(--my-transform);
  -ms-transform: var(--my-transform);
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-color: #cccccc;
}
.pagination .nav-links .page-numbers.prev::after {
  left: 0;
  border-width: 0 0 3px 3px;
}
.pagination .nav-links .page-numbers.next::after {
  right: 0;
  border-width: 3px 3px 0 0;
}
.pagination .nav-links .page-numbers.prev:hover::after ,
.pagination .nav-links .page-numbers.next:hover::after {
  border-color: var(--color--theme-dark);
}






/* エディタの幅 */
body.post-type-page .wp-block {
  width: 100%;
  max-width: 1200px; /* default: 840px; */
}

.editor-styles-wrapper th ,
.editor-styles-wrapper td {
  border: 1px solid rgba(0,0,0,0.2);
}










.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 4.0rem; */
  padding: 2.0rem 1.0rem;
  /* border-top: 2px solid var(--color--border); */
  /* gap: 20px; */
}
.post-navigation .nav-links > * {
  /* flex-basis: 100%; */
}
.post-navigation .nav-links > *:nth-child(2) {
  border-left: 2px solid var(--color--border);
}
.post-navigation .nav-links a {
  display: inline-block;
  /* text-decoration: none; */
  position: relative;
  padding-left: 1.0rem;
  padding-right: 1.0rem;
  /* border-right: 2px solid var(--color--border); */
  /* outline: 1px solid red; */
  color: var(--color--text);
}
.post-navigation .nav-links a::after {
  content: '';
  position: absolute;
  top: 50%;
  --my-transform:  translateY(-50%) rotate(45deg);
  transform: var(--my-transform);
  -webkit-transform: var(--my-transform);
  -ms-transform: var(--my-transform);
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  /* border-width: 3px 3px 0 0; */
  border-color: #cccccc;
}
.post-navigation .nav-links .nav-previous a::after {
  left: 0;
  border-width: 0 0 3px 3px;
}
.post-navigation .nav-links .nav-next a::after {
  right: 0;
  border-width: 3px 3px 0 0;
}
.post-navigation .nav-links a:hover::after {
  border-color: var(--color--theme);
}

body.single header {
  /* outline: 3px solid red; */
}

.entry-footer {
  margin-top: 8.0rem;
}
@media only screen and (max-width: 767px) {
  .entry-footer {
    margin-top: 4.0rem;
  }
}
.social-links .title {
  margin-bottom: 0.5em;
}
.social-links .list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 1.5em;;
}
.social-links a {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  /* transition: opacity 0.5s; */
  /* opacity: 1; */
}
.social-links a .label {
  position: absolute;
  bottom: 0;
  /* left: 0; */
  width: 100%;
  font-size: var(--font--size-small);
  display: none;
}
.social-links a:hover .label {
  display: block;
}
.social-links .copy a:active {
  animation-name: copy-animation;
  animation-duration: 1s;
}
.social-links .x a {
  background-image: url(./icon/x.svg);
}
.social-links .facebook a {
  background-image: url(./icon/facebook.svg);
}
.social-links .instagram a {
  background-image: url(./icon/instagram.svg);
}
.social-links .youtube a {
  background-image: url(./icon/youtube.svg);
}
.social-links .line a {
  background-image: url(./icon/line2.svg);
}
.social-links .external a {
  background-image: url(./icon/external.svg);
}
.social-links .rss a {
  background-image: url(./icon/rss.svg);
}
.social-links .email a {
  background-image: url(./icon/mail.svg);
}
.social-links .copy a {
  background-image: url(./icon/link.svg);
}
@keyframes copy-animation{
  from{
    opacity: 0.3;
  }
  to{
    opacity: 1;
  }
}

body.category {}



/*
========== 単一記事表示 ==========
*/





.contact-card {
  padding: 2.0em 3.0em;
  background-color: #ecf4f2;
  font-size: 1.1rem;
}
.contact-card h3 {
  margin: 0;
  padding: 0;
  font-family: var(--font-mincho);
  font-weight: normal;
  font-size: 1.2em;
}
.contact-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-card li {
  position: relative;
  margin: 1.0em 0;
  padding-left: 2.0em;
}
.contact-card li::before {
  content: '';
  position: absolute;
  top: 0.1em;
  /* top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); */
  left: 0;
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-image: url(./icon/mail.svg);
}
.contact-card li.address::before {
  background-image: url(./icon/map.svg);
}
.contact-card li.email::before {
  background-image: url(./icon/mail.svg);
}
.contact-card li.tel::before {
  background-image: url(./icon/tel.svg);
}
.contact-card p {
  margin: 0.25em 0;
  line-height: 1.4;
}
.contact-card a.inquiry {
  position: relative;
  display: block;
  /* width: 100%; */
  margin-top: 1.0em;
  padding: 1.5em 3.0em;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}
.contact-card a.inquiry:hover {
  text-decoration: underline;
}
.contact-card a.inquiry::after {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  background-image: url(./icon/chevron-right.svg);
  --my-transform:  translateY(-50%);
  transform: var(--my-transform);
  -webkit-transform: var(--my-transform);
  -ms-transform: var(--my-transform);
}
@media only screen and (max-width: 767px) {
  .contact-card {
    margin-left: -20px;
    margin-right: -20px;
    padding: 1.0rem;
  }
}

.wp-block-file {
  margin: 0;
}
.wp-block-file > * {
}
.wp-block-file a {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 1.5em 3em;
  background-color: rgb(246, 246, 246);
  border-radius: 5px;
  text-align: left;
  text-decoration: none;
  font-size: 1.0rem;
  color: black;
}
.wp-block-file a:hover {
  text-decoration: underline;
  background-color: rgb(240, 240, 240);
}
.wp-block-file a::after {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  background-image: url(../assets/icon/download.svg);
  --my-transform: translateY(-50%);
  transform: var(--my-transform);
  -webkit-transform: var(--my-transform);
  -ms-transform: var(--my-transform);
}
.wp-block-file .wp-block-file__button-richtext-wrapper ,
.wp-block-file .wp-block-file__button {
  display: none;
}


/* 各種ダウンロードの表 */
.page-download .download-list {
  width: 100%;
  margin-bottom: 4.0em;
  border-collapse: collapse;
  border-top: 2px solid var(--color--border);
}
.page-download .download-list td {
  border-bottom: 2px solid var(--color--border);
}
.page-download .download-list td:nth-child(1) ,
.page-download .download-list td:nth-child(2) {
  padding-top: 1.0em;
}
.page-download .download-list td:nth-child(1) {
  width: 7.0em;
  padding-left: 1.0em;
}
.page-download .download-list td:nth-child(3) {
  padding: 0.5em;
  width: 8.0em;
}
.page-download .download-list a {
  position: relative;
  display: inline-block;
  width: 7.0em;
  box-sizing: border-box;
  padding: 1em;
  background-color: rgb(246, 246, 246);
  border-radius: 5px;
  text-align: left;
  text-decoration: none;
  font-size: 1.0rem;
  color: black;
}
.page-download .download-list a::after {
  content: '';
  display: block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 50%;
  right: 1.0em;
  background-image: url(../assets/icon/download.svg);
  --my-transform: translateY(-50%);
  transform: var(--my-transform);
  -webkit-transform: var(--my-transform);
  -ms-transform: var(--my-transform);
}



/* お問い合わせの時は、お問い合わせボタンを隠す */
body.page-inquiry .contact-card a.inquiry {
  display: none;
}
















.layout-wrapper {
  display: flex;
  align-items: normal;
  gap: 2.0em;
  box-sizing: border-box;
  margin-bottom: 1.75em;
  padding: 20px;
  /* border-top: 2px solid var(--color--theme-dark); */
  /* padding-top: 8.0em; */
}
body.home .layout-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.layout-side {
  flex-basis: 35% !important;
}
.layout-content {
  flex-basis: 65% !important;
  background-image: url('jtams-background.svg');
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: top right;
}
.layout-side-head ,
.layout-content-head {
  min-height: 3.0rem;
  margin-bottom: 3.0rem;
}
.layout-side-head .wp-block-heading ,
.layout-content-head .wp-block-heading {
  margin: 0;
  font-family: var(--font-mincho);
  font-weight: normal;
  font-size: 1.8rem !important;
}
.layout-content-menu {
  margin-bottom: 3.0rem;
}
.layout-side-body {}
.layout-content-body {}
.layout-side-body .map {
  position: relative;
  width: 80%;
  padding-top: 40%;
}
.layout-side-body .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .layout-wrapper {
    flex-direction: column;
    gap: 0;
    padding-top: 2.0em;
  }
  .layout-side {
    width: 100%;
  }
  .layout-content {}
  .layout-side-head ,
  .layout-content-head {
    min-height: unset;
    /* margin-bottom: 2.0em; */
    margin-bottom: 0;
  }
  .layout-content-head {
    display: none;
  }
  .layout-content-body {
    margin-top: 3.0em !important;
  }
}

.layout-entry {
  padding-top: 3.0em;
  padding-bottom: 2.0em;
  padding-left: 4.0rem;
  padding-right: 4.0rem;
  border-top: 1px solid var(--color--theme);
  border-bottom: 1px solid var(--color--theme);
  word-break: break-all;
}
.layout-entry .entry-title {
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 3rem;
  line-height: 1.4;
  font-family: var(--font-mincho);
  font-weight: normal;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .layout-entry {
    padding-left: 0;
    padding-right: 0;
  }
}



.notice-block .notice-bar {
  position: relative;
  /* margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%); */

  /* margin-bottom: -2px; */
  border-radius: 10px;
  margin: 1em 0;
}
.notice-block .notice-bar.emergency {
  background-color: #F44336;
  color: #fff;
}
.notice-block .notice-bar.announce {
  background-color: rgb(255 216 107);
}
.notice-block .notice-bar.obituary {
  background-color: rgb(172, 172, 172);
}
.notice-block .notice {
  padding: 1.0em 2.0em;
}
#site-header .notice-block .notice a {
  text-decoration: underline;
  color: unset;
}
.notice-block .notice p:first-child {
  margin-top: 0;
}





.hero-block {
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */

  /* margin-left: calc(-50vw + 50%); */
  /* margin-right: calc(-50vw + 50%); */
}
.hero-block .wp-block-image {
  /* position: relative; */
  /* width: 100%;
  height: 0;
  padding-bottom: 56%; */
  aspect-ratio: 3 / 1;
}
@media only screen and (min-width: 1200px) {
  .hero-block {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block .wp-block-image {
    aspect-ratio: 1.5 / 1;
  }
}

.hero-block--fixed {
  position: absolute;
  /* top: 0; */
  bottom: 0;
  left: 0;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  /* height: 100%; */
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 60px;
  padding-bottom: 10px;
  /* background-color: rgba(255,0,0,0.2); */
  /* background-color: rgba(0,0,0,0.2); */
  /* filter: var(--filter--drop-shadow); */
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  text-shadow: 0 1px 5px rgba(0,0,0,0.5);
  color: #ffffff;
  pointer-events: none;
  z-index: 1;
  display: none;
}
.hero-block--fixed > * {
  /* width: 100%; */
}
.hero-block--fixed > *:first-child {
  margin-right: auto;
  padding-bottom: 30px;
}
.hero-block--fixed > *:last-child {
  margin-left: auto;
}
.hero-block--fixed p.headline {
  margin-bottom: -0.5em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-family: var(--font-mincho);
  font-weight: normal;
  font-size: 1.8rem;
}
.slick-initialized ~ .hero-block--fixed {
  display: flex;
  /* background-color: rgba(255,255,0,0.5); */
}
/* ---- ブロックエディタ時に表示 ---- */
.editor-styles-wrapper .hero-block {
  border-radius: unset;
}
.editor-styles-wrapper .hero-block--fixed {
  display: block;
  background-color: #666;
}
@media only screen and (max-width: 767px) {
  .hero-block--fixed {
    top: 0;
    padding-bottom: 10px;
    padding: 0 20px;
  }
  .hero-block--fixed .wp-block-heading {
    font-size: 1.2rem;
  }
  .hero-block--fixed p {
    /* display: none; */
  }
  .hero-block--fixed > *:last-child {
    margin-top: auto;
  }
  .slick-initialized ~ .hero-block--fixed {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block .slick-dots {
    margin-left: 20px;
    text-align: left;
  }
}


.require-password {
  padding: 1.0em;
  padding-bottom: 2.0em;
  background-color: #f0f0f0;
  border-radius: 5px;
  text-align: center;
}
.require-password h2 {
  font-family: var(--font-mincho);
  font-weight: normal;
}
.require-password input {
  min-height: 3.0em;
  box-sizing: border-box;
  padding: 0.5em 1.0em;
  border: 2px solid var(--color--border);
  line-height: 1.0;
}
.require-password input[type=password] {
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
.require-password input[type=submit] {
  background-color: var(--color--green-dark);
  border-color: var(--color--green-dark);
  border-radius: 0 5px 5px 0;
  border-left: 0;
  color: #fff;
  cursor: pointer;
}

.conference-info {
  padding-right: 50px;
}
.conference-info .google-map {
  margin-top: 1.0em;
  aspect-ratio: 2 / 1;
}
.conference-info .date > *:first-child ,
.conference-info .venue > *:first-child {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .conference-info {
    display: none;
  }
}
.google-map {
  position: relative;
}
.google-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 本文中のスタイル */
.content-style {}
.wp-block-heading {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-family: var(--font-mincho);
  font-weight: normal;
}
h1.wp-block-heading {
  font-size: 1.5rem;
  font-weight: bold;
}
h2.wp-block-heading {
  font-size: 1.5rem;
}
h3.wp-block-heading {
  font-size: 1.3rem;
}
h4.wp-block-heading {
  font-size: 1.17rem;
  font-weight: bold;
}
h5.wp-block-heading {
  font-family: var(--font-gothic);
  font-size: 1.17rem;
  font-weight: bold;
}
h6.wp-block-heading {
  font-family: var(--font-gothic);
  font-size: 1.0rem;
  font-weight: bold;
}
.content-style a {
  /* text-decoration: underline; */
  /* color: var(--color--green-dark); */
}

.has-black-color { color: var(--color--black) !important; }
.has-white-color { color: var(--color--white) !important; }
.has-gray-color { color: var(--color--gray) !important; }
.has-gray-light-color { color: var(--color--gray-light) !important; }
.has-gray-dark-color { color: var(--color--gray-dark) !important; }
.has-red-color { color: var(--color--red) !important; }
.has-red-light-color { color: var(--color--red-light) !important; }
.has-red-dark-color { color: var(--color--red-dark) !important; }
.has-orange-color { color: var(--color--orange) !important; }
.has-orange-light-color { color: var(--color--orange-light) !important; }
.has-orange-dark-color { color: var(--color--orange-dark) !important; }
.has-yellow-color { color: var(--color--yellow) !important; }
.has-yellow-light-color { color: var(--color--yellow-light) !important; }
.has-yellow-dark-color { color: var(--color--yellow-dark) !important; }
.has-green-color { color: var(--color--green) !important; }
.has-green-light-color { color: var(--color--green-light) !important; }
.has-green-dark-color { color: var(--color--green-dark) !important; }
.has-sky-color { color: var(--color--sky) !important; }
.has-sky-light-color { color: var(--color--sky-light) !important; }
.has-sky-dark-color { color: var(--color--sky-dark) !important; }
.has-blue-color { color: var(--color--blue) !important; }
.has-blue-light-color { color: var(--color--blue-light) !important; }
.has-blue-dark-color { color: var(--color--blue-dark) !important; }

.has-black-background-color { background-color: var(--color--black) !important; }
.has-white-background-color { background-color: var(--color--white) !important; }
.has-gray-background-color { background-color: var(--color--gray) !important; }
.has-gray-light-background-color { background-color: var(--color--gray-light) !important; }
.has-gray-dark-background-color { background-color: var(--color--gray-dark) !important; }
.has-red-background-color { background-color: var(--color--red) !important; }
.has-red-light-background-color { background-color: var(--color--red-light) !important; }
.has-red-dark-background-color { background-color: var(--color--red-dark) !important; }
.has-orange-background-color { background-color: var(--color--orange) !important; }
.has-orange-light-background-color { background-color: var(--color--orange-light) !important; }
.has-orange-dark-background-color { background-color: var(--color--orange-dark) !important; }
.has-yellow-background-color { background-color: var(--color--yellow) !important; }
.has-yellow-light-background-color { background-color: var(--color--yellow-light) !important; }
.has-yellow-dark-background-color { background-color: var(--color--yellow-dark) !important; }
.has-green-background-color { background-color: var(--color--green) !important; }
.has-green-light-background-color { background-color: var(--color--green-light) !important; }
.has-green-dark-background-color { background-color: var(--color--green-dark) !important; }
.has-sky-background-color { background-color: var(--color--sky) !important; }
.has-sky-light-background-color { background-color: var(--color--sky-light) !important; }
.has-sky-dark-background-color { background-color: var(--color--sky-dark) !important; }
.has-blue-background-color { background-color: var(--color--blue) !important; }
.has-blue-light-background-color { background-color: var(--color--blue-light) !important; }
.has-blue-dark-background-color { background-color: var(--color--blue-dark) !important; }
/* #content a {
  color: red;
} */
#content em ,
:where(.editor-styles-wrapper) em {
  font-style: normal;
  font-size: 85%;
}
mark.has-inline-color {
  padding: 0.2em;
  color: inherit;
}
.wp-block-group.has-background {
  padding: 1.5em;
}
.wp-block-group.has-background .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-button__link {
  border-radius: 10px;
  padding: 1.0em 2em;
  line-height: 1;
  background-color: var(--color--link);
  color: #ffffff;
}


/**
 * reCAPTCHA バッジを非表示にする
 */
.grecaptcha-badge { visibility: hidden; }