
/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}

.alignright {
	float: right;
	margin: 5px 0 5px 20px;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}


/* CSS Document */
:root {
  --kakugo: "Zen Kaku Gothic New", sans-serif;
  --font16: clamp(0.875rem, 1.82vw, 1rem);
  --font18: clamp(1.0625rem, 2.21vw, 1.125rem);
  --font20: clamp(1.125rem, 2.08vw, 1.25rem);
  --font22: clamp(1.25rem, 2.6vw, 1.375rem);
  --font24: clamp(1rem, 2.08vw, 1.5rem);
  --font28: clamp(1.375rem, 2.86vw, 1.75rem);
  --font32: clamp(1.5rem, 3.12vw, 2rem);
  --font40: clamp(1.75rem, 3.65vw, 2.5rem);
  --font48: clamp(2rem, 4.17vw, 3rem);
  --font64: clamp(3rem, 6.25vw, 4rem);
  --font72: clamp(4rem, 8.34vw, 4.5rem);
  --font96: clamp(4.5rem, 9.38vw, 6rem);
  --space16: clamp(0.5rem, 1.04vw, 1rem);
  --space24: clamp(0.75rem, 1.56vw, 1.5rem);
  --space32: clamp(1rem, 2.08vw, 2rem);
  --space48: clamp(1.5rem, 3.12vw, 3rem);
  --space64: clamp(2rem, 4.17vw, 4rem);
  --space96: clamp(3rem, 6.25vw, 6rem);
  --space128: clamp(4rem, 8.34vw, 8rem);
  --space192: clamp(6rem, 12.51vw, 12rem);
}

* {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  table-layout: fixed;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  appearance: none;
  -webkit-appearance: none;
  list-style: none;
}

body {
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans", "Noto Sans CJK JP", "モトヤLシーダ3等幅", MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8rem;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05rem;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox は grayscale でほぼ同等 */
}

h1 {
  font-family: var(--kakugo);
  font-weight: 700;
  line-height: 1.8rem;
}

h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: var(--kakugo);
  font-weight: 700;
  padding-left: 15px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

img.map,
map area {
  outline: none;
}

figure {
  padding: 20px;
}

i {
  font-size: 30px;
}

strong {
  font-weight: 600;
}

a img {
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*タップ時の影をなくす*/
}

a:link,
a:visited {
  text-decoration: none;
  color: #222;
}

a.bluebtn,
.bluebtn {
  background: #3a5b9b;
  color: white;
  padding: 12px 48px;
  margin: 24px auto;
  border-radius: 5px;
  display: block;
  max-width: 420px;
}

.material-icons {
  vertical-align: middle;
}

.icon_32px {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.icon_24px {
  width: 3224pxpx;
  height: 24px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.header_inner {
  max-width: 1280px;
  padding: 16px 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: auto;
}

.header_inner .logo {
  flex: 1 1 50%;
  text-align: left;
  padding-top: 12px;
}

.header_inner .headmenu {
  margin: auto;
  padding: 0;
  flex: 0 0 50%;
}

.header_inner .headmenu ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  margin: auto;
}

@media (max-width: 767px) {
  .header_inner .headmenu {
    display: none;
  }

  .header_inner .logo {
    width: 100%;
    text-align: left;
    padding-top: 0;
  }
}

.headmenu .link_en {
  text-align: right;
}

a.sp_link_en {
  display: none;
}

@media (max-width: 767px) {
  a.sp_link_en {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 84px;
    padding: 6px;
    background-color: white;
    border-left: 1px solid rgba(59, 91, 153, 1);
    border-bottom: 1px solid rgba(59, 91, 153, 1);
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: rgba(59, 91, 153, 1);
  }
}

.wbr {
  display: inline-block;
}

.headmenu .link_en img {
  width: 70px;
}

.headmenu .link_call {
  text-align: right;
}

.headmenu .link_reserve {
  text-align: right;
}

.headmenu .link_reserve img,
.headmenu .link_call img {
  width: 240px;
}

.headmenu a {
  display: block;
  width: 100%;
  height: 100%;
}

footer {
  background: rgba(0, 45, 90, 1);
  text-align: center;
  color: #fff;
  width: 100%;
  margin: auto;
}

@media (width < 767px) {
  footer {
    font-size: 0.9rem;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}

footer a:link,
footer a:visited {
  display: inline-block;
  color: #fff;
}

footer li {
  text-align: left;
  line-height: 1.6rem;
}

.footer_heading1 {
  font-family: "BIZ UDGothic", sans-serif;
  text-align: left;
  color: #0d2e57;
  padding: 0;
  margin: 0;
  line-height: 1.6rem;
  font-size: 1.3rem;
}

.footer_heading2 {
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 0.8rem;
  opacity: 0.7;
  padding: 0;
  margin: 0;
  text-align: left;
  color: white;
  margin-top: 24px;
  margin-bottom: 16px;
}

.footer_title {
  background: #fafafa;
}

.footer_inner {
  padding: 16px 24px;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .footer_inner {
    flex-direction: column;
    width: 100%;
    gap: 32px;
    padding: 32px 0;
  }
}

.footer_left {
  flex: 0 0 50%;
}

@media (max-width: 767px) {
  .footer_left {
    flex: 100%;
  }
}

.footer_right {
  flex: 0 0 50%;
}

@media (max-width: 767px) {
  .footer_right {
    flex: 100%;
  }
}

.footer_clinic_name {
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 1.4rem;
  opacity: 0.7;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #0d2e57;
  font-weight: 600;
}

.footer_clinic_location {
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 0.9rem;
  opacity: 0.7;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #0d2e57bc;
}

.maingrid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}

@media (max-width: 767px) {
  .maingrid {
    display: flex;
    flex-direction: column;
  }
}

.maingrid-area1 {
  grid-area: 2 / 2 / 3 / 4;
}

.menugrid {
  display: table;
  width: 100%;
}

.group {
  display: flex;
  gap: 24px;
}

@media (max-width: 767px) {
  .group {
    flex-direction: column;
  }
}

.group img {
  max-width: 240px;
}

.menugrid>* {
  text-align: left;
  padding: 8px 0;
  vertical-align: top;
}

.twitter-share-button {
  vertical-align: middle;
}

.fb-like {
  vertical-align: middle;
}

.medicaluser a {
  padding: 6px 0;
}

.medicaluser img {
  max-width: 240px;
  width: 95%;
}

blockquote {
  margin: 40px;
  padding: 2em 1em;
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  border: 3px double #222;
  border-collapse: separate;
  background-color: #fafafa;
}

blockquote:before {
  content: "“";
  font-size: 6rem;
  line-height: 1em;
  font-family: sans-serif;
  color: #222;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote:after {
  content: "”";
  font-size: 6rem;
  line-height: 0em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #222;
  position: absolute;
  right: 0;
  bottom: 0;
}

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.flex_container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  margin: auto;
  flex-direction: row;
  background-color: #fff;
}

.flex_container>*:nth-child(1) {
  width: auto;
}

.flex_container>*:nth-child(2) {
  width: 35%;
  padding: 24px;
}

.pagemenu_group {
  position: sticky;
  top: 24px;
}

.pagemenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  border-top: 2px solid rgba(59, 91, 153, 1);
}

.pagemenu>* {
  padding: 12px;
}

.pagemenu li {
  border-bottom: 1px solid #cccccc;
}

.pagemenu li.current {
  background-color: #cddae7;
}

.pagemenu a {
  display: block;
  width: 100%;
  height: 100%;
}

.pagemenu_title {
  padding: 6px;
  font-size: 18px;
  color: rgba(59, 91, 153, 1);
}

.inner {
  width: 100%;
  margin: auto;
  max-width: 1180px;
  text-align: center;
  position: relative;
  padding: 0 var(--space48);
}

.wrapper {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  padding: var(--space64) 0;
}

.paper {
  width: 100%;
  margin: auto;
  max-width: 1280px;
  text-align: center;
  position: relative;
  padding: 36px;
  background: #fff;
}

@media (max-width: 767px) {
  .paper {
    padding: 24px;
  }
}

.paper_pad0 {
  width: 100%;
  margin: auto;
  max-width: 1400px;
  text-align: center;
  position: relative;
  padding: 0;
  background: #fff;
}

.breadcrumb {
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px;
}

.content {
  width: 100%;
  margin: auto;
}

.content table {
  table-layout: fixed;
  width: 100%;
}

.content th {
  border-bottom: 2px solid rgba(0, 89, 175, 1);
  padding: 5px;
}

.content td {
  border-bottom: 1px solid rgba(0, 89, 175, 1);
  padding: 5px;
}

.content td:last-child {
  text-align: right;
}

.pageheader {
  margin: auto;
  display: block;
  text-align: center;
  overflow: hidden;
  width: 100%;
  position: relative;
  text-align: left;
  text-align: center;
}

.pageheader h1 {
  position: absolute;
  display: block;
  top: 50px;
  left: 50px;
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: "Arbutus Slab", serif;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url(images/stripe04.png);
  color: rgba(0, 45, 90, 1);
  text-align: left;
  padding: 20px;
}

.pageheader h1 span {
  font-size: 1rem;
  display: block;
  line-height: 1.8rem;
}

.table {
  width: 100%;
  display: table;
}

.table>* {
  display: table-cell;
  vertical-align: top;
}

.flex {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.card {
  overflow: hidden;
  background-color: #fff;
  padding: 0px;
  vertical-align: top;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 0;
  /*box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);*/
  max-width: 1200px;
  /*border-top: 1px solid #3962B5;*/
}

.card h1,
.page_title {
  font-family: var(--kakugo);
  position: relative;
  margin: 42px 0;
  line-height: 2rem;
  font-size: 1.4rem;
  color: rgba(17, 92, 167, 1);
  text-align: center;
  font-weight: 700;
}

.card h1::after,
.page_title::after {
  content: "";
  border-bottom: 3px solid #b3ce68;
  display: block;
  width: 70px;
  margin: auto;
  text-align: center;
  margin-top: 16px;
}

.card h2,
.section_title {
  padding: 0;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 15px;
  vertical-align: middle;
  line-height: 150%;
  color: rgba(17, 92, 167, 1);
  text-align: center;
}

.card h2,
.section_title span {
  font-size: 1.125rem;
}

.card h3,
.section_subtitle {
  font-size: var(--font22);
  background-color: #eee;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: var(--space24) var(--space48);
  display: block;
  width: fit-content;
}

.section_box {
  padding: var(--space64) 0;
}

.card h4 {
  font-size: 1.4rem;
  display: block;
  line-height: 2rem;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 5;
}

.card h4:before {
  content: "";
  display: inline-block;
  border: 2px solid rgba(170, 201, 230, 1);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  line-height: 2rem;
  vertical-align: middle;
  margin-right: 15px;
}

.card h5 {
  font-size: 1.2rem;
  border-left: 2px solid #2d86d5;
  margin-top: 30px;
  margin-bottom: 15px;
  display: block;
}

.card figure img {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.card ul li {
  list-style: square inside;
  font-weight: 600;
  padding: 15px;
  border-bottom: 2px dashed rgba(255, 255, 255, 1);
}

.card ul li:last-child {
  border: 0;
}

.card ul {
  margin: 40px;
  margin: 15px;
  background-color: #eef2f4;
}

.eyecatch {
  width: 300px;
  height: 300px;
  display: block;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

.eyecatch span {
  font-size: 1.8rem;
  font-weight: 100;
  text-align: center;
  display: block;
  width: 280px;
  height: 280px;
  border-radius: 140px;
  font-family: var(--kakugo);
  overflow: hidden;
  margin: auto;
  color: #3c7621;
  padding: 0;
  padding-top: 40%;
}

.overview {
  display: block;
  overflow: hidden;
  padding: 20px;
}

a.readmore {
  background-color: #0e4b1a;
  color: #fff;
  padding: 10px;
  width: 100%;
  display: block;
  text-align: right;
  margin-top: 20px;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
}

.news {
  background-image: url(images/denim_gray.png);
  background-repeat: repeat;
  width: 100%;
}

.news strong {
  background-color: rgba(222, 251, 61, 0.3);
  font-weight: 500;
}

.menubar {
  border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.menubar_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 6px;
  z-index: 100;
}

.menubar_sp select {
  width: 100%;
  height: 100%;
  appearance: none;
  border-radius: 0;
  font-size: 1rem;
  background: transparent;
  color: white;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.pad0 {
  padding: 0;
}

.pad12 {
  padding: 12px;
}

.pad24 {
  padding: 24px;
}

.pad36 {
  padding: 35px;
}

.pad48 {
  padding: 48px;
}

.mar0 {
  margin: 0;
}

.mar12 {
  margin: 12px;
}

.mar24 {
  margin: 24px;
}

.mar36 {
  margin: 36px;
}

.mar48 {
  margin: 48px;
}

.wp-site-blocks,
body>.wp-block-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* 幅広（Wide）ブロック */
.alignwide {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin-left: auto;
  margin-right: auto;
}

/* 全幅（Full）ブロック */
/* .alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: calc(50% - 50svw);
  margin-right: calc(50% - 50svw);
  へんな隙間でる
} */
.alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 100vw;
}

/*ドロップダウンメニュー*/
.menubar .inner {
  padding: 16px 0;
}

/* -------------------- */
/* ▼メニューバーの装飾 */
/* -------------------- */
ul.ddmenu {
  margin: 0px;
  /* メニューバー外側の余白(ゼロ) */
  padding: 0px 0px 0px 15px;
  /* メニューバー内側の余白(左に15px) */
  background-color: #fff;
  /* バーの背景色(濃い赤色) */
  position: relative;
  z-index: 20;
}

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
ul.ddmenu li {
  width: 200px;
  /* メニュー項目の横幅(125px) */
  display: inline-block;
  /* ★横並びに配置する */
  list-style-type: none;
  /* ★リストの先頭記号を消す */
  position: relative;
  /* ★サブメニュー表示の基準位置にする */
  color: #3a5b9b !important;
}

ul.ddmenu a {
  background-color: rgba(255, 255, 255, 1);
  color: #3a5b9b;
  /* メニュー項目の文字色(白色) */
  line-height: 40px;
  /* メニュー項目のリンクの高さ(40px) */
  text-align: center;
  /* メインメニューの文字列の配置(中央寄せ) */
  text-decoration: none;
  /* メニュー項目の装飾(下線を消す) */
  font-weight: bold;
  /* 太字にする */
  display: block;
  /* ★項目内全域をリンク可能にする */
}

ul.ddmenu a:hover {
  background-color: #3a5b9b
    /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
    color: rgba(255, 255, 255, 1);
  /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
}

/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */
/* ※サブメニューが2階層以上ある場合の記述 */
/* ---------------------------------- */
ul.ddmenu li:hover>ul {
  display: block;
  /* ★マウスポインタが載っている項目の内部にあるリストを表示する */
}

/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.ddmenu ul {
  margin: 0px;
  /* ★サブメニュー外側の余白(ゼロ) */
  padding: 0px;
  /* ★サブメニュー内側の余白(ゼロ) */
  display: none;
  /* ★標準では非表示にする */
  position: absolute;
  /* ★絶対配置にする */
  background-color: rgba(50, 50, 95, 0.2);
  border: 1px solid rgba(50, 50, 95, 0.2);
}

/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
ul.ddmenu ul li {
  width: 240px;
  /* サブメニュー1項目の横幅(135px) */
  border-bottom: 1px solid rgba(50, 50, 95, 1);
  /* 項目上側の枠線(ピンク色で1pxの実線) */
}

ul.ddmenu ul li a {
  line-height: 35px;
  /* サブメニュー1項目の高さ(35px) */
  text-align: left;
  /* 文字列の配置(左寄せ) */
  padding-left: 5px;
  /* 文字列前方の余白(5px) */
  font-weight: normal;
  /* 太字にはしない */
}

ul.ddmenu ul li a:hover {
  background-color: rgba(50, 50, 95, 1);
  /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
  color: rgba(245, 245, 245, 1);
  /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
}

/* -------------------------------------------------------- */
/* ▼サブメニューの内側にあるサブメニュー(孫メニュー)の装飾 */
/* ※サブメニューの中のサブメニューは「下」ではなく「横(右)」に表示します。 */
/* -------------------------------------------------------- */
ul.ddmenu ul ul {
  margin: 0px;
  /* ★サブメニュー外側の余白(ゼロ) */
  padding: 0px;
  /* ★サブメニュー内側の余白(ゼロ) */
  display: none;
  /* ★標準では非表示にする */
  position: absolute;
  /* ★絶対配置にする */
  top: 0;
  /* 1pxだけ上方向にずらす(※上に1pxの枠線を引いている場合) */
  left: 100%;
  /* ★基準位置からの距離を親ボックスの幅100％にする */
}

.gotomenu {
  display: none;
}

.show {
  display: block;
}

.hidden {
  display: block;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 30px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 13px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}

.banners {
  max-width: 1260px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
}

.banners>* {
  padding: 12px 0;
  margin: 6px;
}

@media screen and (max-width:767px) {
  body {
    font-size: 17px;
    line-height: 1.7rem;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .table {
    display: block;
    width: 100%;
  }

  .table>* {
    display: block;
    width: 100%;
  }

  .flex {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .flex>* {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .card {
    margin-bottom: 0;
    margin-top: 0;
  }

  footer h1 {
    font-size: 15px;
  }

  footer h2 {
    font-family: "UD新ゴNT M";
    font-size: 0.8rem;
    opacity: 0.5;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    margin-top: 12px;
    text-align: left;
  }

  .menugrid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .menugrid>* {
    width: 100%;
    padding: 5px 0;
  }

  .gotomenu {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 45, 90, 0.85);
    color: white;
    display: flex;
    text-align: center;
    vertical-align: middle;
    z-index: 20;
    justify-content: space-between;
    align-items: stretch;
    height: 64px;
    overflow: hidden;
    padding: 16px;
    padding-bottom: 24px;
  }

  .gotomenu a {
    color: white;
    font-size: 1.1rem;
    display: block;
    padding: 0;
  }

  .gotomenu>*:nth-child(1) {
    flex-basis: 10vw;
    padding: 0;
  }

  .gotomenu>*:nth-child(2) {
    padding: 0;
  }

  .gotomenu>*:nth-child(3) {
    flex-basis: 10vw;
    padding: 0;
  }

  .gotomenu .material-icons {
    margin-right: 8px;
    font-size: 32px;
  }

  #spmenu_panel {
    background-color: rgba(0, 45, 90, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 64px;
    width: 100%;
    z-index: 19;
    overflow: auto;
    transition: all 0.4s;
  }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
  }

  .show {
    display: block;
  }

  .hidden {
    display: none;
  }

  .banners {
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
  }

  .banners>* {
    padding: 12px 0;
    margin: 6px;
  }

  .flex_container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    margin: auto;
    flex-direction: column;
    background-color: #fff;
  }

  .flex_container>*:nth-child(1) {
    width: 100%;
  }

  .flex_container>*:nth-child(2) {
    width: 100%;
    padding: 24px;
  }
}

.dr-timetable {
  border-collapse: collapse;
  width: 90% !important;
  max-width: 330px;
}

.dr-timetable td {
  padding: 8px;
  border: 1px solid rgba(0, 89, 175, 1);
}

.dr-timetable td:nth-child(1) {
  width: 50px;
  text-align: center;
}

.dr-timetable td:nth-child(2) {
  text-align: left;
}

/*---------------------
ページ下部関連記事
-----------------------*/
.related h2 {
  font-family: serif;
  font-weight: 300;
  text-align: center;
}

.related_list {
  display: flex;
  gap: var(--space32);
}

.related_list .wp-block-column {
  position: relative;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  background: #f2f4f5;

}


.related_list .wp-block-cover {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.related_list .wp-block-cover__inner-container {
  width: fit-content;
}

.related_list img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: none !important;
}

.related_list h3 {
  border: unset !important;
  width: unset !important;
  text-align: center !important;
  font-family: serif !important;
  font-weight: 300 !important;
  padding: 16px !important;
  margin: 0 !important;
  font-size: var(--font24) !important;
  line-height: 160% !important;

}

.related_list h3::before,
.related_list h3::after {
  content: none !important;
  display: none !important;
}

.related_list a {
  z-index: 1;
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}

.related_list a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.related_list p {
  font-family: serif;
  font-weight: 300;
  padding: 16px;
  margin: 0;
  font-size: var(--font20);
  line-height: 160%;
  text-align: left;
}