@charset "utf-8";
/* generic-hild-tokyoheart Style 
    -フォント読み込み
    -共通要素の上書き
    -共通要素
    -外枠 div id="wrapper" #wrapper
    -ヘッダ header id="header" #header
    -コンテナ div id="container" #container
    -サイトサブナビ nav id="site-subnav" #site-subnav （フロントページ以外）
    -フッタ footer id="footer" #footer
    -ログイン時表示「編集」ボタンスタイル .post-edit-link
        ※ログイン時のみ表示される記事の編集画面へのリンクボタン
*/
/*　Google Fonts 読込  Noto Sans Japanese（Regular 400） , Noto Serif Japanese（Regular 400） , Poppin（Regular 400）　*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP&family=Poppins&display=swap');
/*
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-family: "Poppins", sans-serif;
*/
/*
ネイビー：Primary - #19448e
rgba(25, 68, 142, 1);

赤：Accent - #d70035
rgba(215, 0, 53, 1);

水色：Secondary - #2ca9e1
rgba(44, 169, 225, 1);

グリーン：Sub Accent - #5dcecb
rgba(93, 206, 203, 1);
*/

/* ローディングアニメーション
---------------------------------------------------- */
/* ローディング画面 */
#loading {
    align-items: center;
    background-color: rgba(44, 169, 225, .85);
    display: flex;
    height: 100vh;
    justify-content: center;
    position: fixed;
      top: 0;
      left: 0;
    transition: all 1s;
    z-index: 10000;
    width: 100vw;
}
.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

/* 共通要素の上書き
---------------------------------------------------- */
/*ダークモードの設定上書き*/
@media(prefers-color-scheme:dark) {

    body,
    #container {
        background: #fff;
    }
}

/*テキスト選択時カラー*/
::selection {
    background: rgba(44, 169, 225, .35);
    color: #666;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    transition: unset;
}

html {
    scroll-behavior: auto;
}

body {
    animation: fadeIn .5s ease 0s 1 normal;
    -webkit-animation: fadeIn .5s ease 0s 1 normal;
    background-color: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
}

/*ページ読み込み時のフェードアニメーション用キーフレーム*/
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

address,
cite,
var {
    font-style: normal;
}

pre,
code {
    font-family: inherit;
}

/*フォームスタイル上書き*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
}

input[type="search"] {
    -webkit-appearance: textfield
}

input,
textarea {
    background: #fff;
    border: #ddd solid 1px;
    border-radius: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1em;
    margin: 0;
    outline: 0;
    padding: .5em;
}

input:focus,
textarea:focus {
    background-color: #fcfcfc;
    border: rgba(25, 68, 142, .50) solid 1px;
}

input[type="submit"],
button,
.button {
    background: rgba(25, 68, 142, 1);
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 18px;
    margin: 0 auto;
    padding: .5em 2em;
    text-align: center;
    text-decoration: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
    opacity: 0.8
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

::placeholder {
    color: #ccc;
}

/*検索フォーム（サイト全体）*/
form.search-form {
    display: flex;
    flex-wrap: wrap;
}

form.search-form input {
    font-size: .875rem;
    flex: 1;
    width: calc(100% - 2rem);
}

form.search-form button {
    align-items: center;
    display: flex;
    font-size: 1rem;
    margin: 0 0 0 .5rem;
    padding: .5em;
    transition: .3s;
}

form.search-form button::before {
    background: url("../images/common/ico_search.svg") center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1rem;
    width: 1rem;
}

form.search-form button:hover,
form.search-form button:focus {
    opacity: 0.8;
}


/*h要素スタイル上書き*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 2.625em;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: rgba(25, 68, 142, 1);
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.125em;
}

h5 {
    font-size: 1.125em;
}

h6 {
    font-size: 1.125em;
}

/*p（段落）要素スタイル上書き*/
.page .content p,
.single-post .content p {
    font-size: 1em;
    line-height: 160%;
    margin: 1em 0;
    font-family: 'Noto Sans JP', sans-serif;
}

/*a（ハイパーリンク）要素スタイル上書き*/
a {
    color: rgba(25, 68, 142, 1);
    transition: .3s;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
}

a:hover {
    /* color: rgba(234, 237, 247, 1); */
}

a img {
    transition: .3s;
}

/*ul,ol（リスト、順序リスト）要素スタイル上書き*/
.entry-content ul,
.widget-container ul,
.comment-body ul,
.entry-content ol,
.widget-container ol,
.comment-body ol {
    margin: 30px 0 30px 1em;
    font-family: 'Noto Sans JP', sans-serif;
}

.entry-content ol,
.widget-container ol,
.comment-body ol {
    margin-left: 1em;
    font-family: 'Noto Sans JP', sans-serif;
}

.entry-content ul li,
.widget-container ul li,
.comment-body ul li {
    list-style-type: initial;
    font-family: 'Noto Sans JP', sans-serif;
}

/*エントリーメタデータスタイル上書き*/
.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a,
.comment-meta,
.comment-meta a,
.comment-author,
.comment-author a {
    font-family: 'Noto Sans JP', sans-serif;
}

/*ヘッダ・コンテナ・フッタスタイル上書き*/
#header,
#container,
#footer {
    padding: 0;
}
#site-title h1,
#site-title a {
    font-size: 0;
    font-weight: normal;
}
#container::after {
    display: none;
}

/* reCAPTCHA V3 バッヂ非表示*/
/*バッヂを非表示にする際はフォームの送信ボタン下にGoogleが指定する一文を記載すること*/
.grecaptcha-badge {
    visibility: hidden;
}


/* PC/SP切り替え */
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}


/* 共通要素
---------------------------------------------------- */

/* 外枠 div id="wrapper" #wrapper
---------------------------------------------------- */
#wrapper {
    overflow-x: hidden;
    padding: 0;
}

/* ヘッダ header id="header" #header
---------------------------------------------------- */
#header {
    background-color: transparent;
    margin: 0;
    width: 100%;
    /*ヘッダ固定の指定を外す際はposition:relativeに変更し、header.php内の「ヘッダーの高さ分だけコンテンツを下げる」をコメントアウトし、
    ログイン時のアドミンバー表示調整（body.logged-in #header）もコメントアウトする
    （@media screen and (max-width: 782px)にもログイン時のアドミンバー表示調整の記述有）
        left: 0;
        top: 0;
    z-index: 9999;
    */
}
/*ログイン時のアドミンバー表示調整*/
/*body.logged-in #header {
    top: 32px;
}*/
#header:after {
    display: none;
}
/*header - ヘッダラップ（サイト説明文・ヘッダコンテンツ）*/
#header .header-wrap {
    background-color: #fff;
    padding: 1rem;
    position: relative;
    width: 100%;
}
/* ヘッダラップ - サイト説明文（キャッチコピー）*/
#header .header-wrap #site-description {
    font-size: .75rem;
    margin: 0;
    padding: 0;
    width: 100%;
}
/* ヘッダラップ - ヘッダコンテンツ*/
#header-contents {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
/* ヘッダコンテンツ - サイトタイトル*/
#header-contents #site-title {
    margin: 0;
    padding: 0;
    width: 330px;
}
#header-contents #site-title h1 a img {
    height: auto;
    margin: 0;
    width: 100%;
}
/* ヘッダコンテンツ - メニュー（トグルボタン・ヘッダアイテム・ナビメニュー）*/
#header-contents #menu {
    flex: 1;
    margin: 0;
}
#menu div:first-of-type {
    float: none;
    width: 100%;
}
/* メニュー - トグルボタン*/
#menu .menu-toggle {
    display: none;
}
/* メニュー - ヘッダアイテム */
#menu .header-items {
    display: flex;
    margin: 0 0 .5rem;
}
#menu .header-items ul.cont {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
#menu .header-items ul.cont li {
    display: block;
    margin: 0 0 0 1rem;
    padding: 0;
}
/* メニュー - ヘッダアイテム - 電話番号*/
#menu .header-items ul.cont li.phone {
    align-items: flex-start;
    display: flex;
    font-family: 'Noto Sans JP', serif;
    font-size: 1.25rem;
    font-weight: bold;
    justify-content: space-between;
    position: relative;
}
#menu .header-items ul.cont li.phone::before {
    color: rgba(25, 68, 142, 1);
    content: "\f095";
    display: block;
    font-family: FontAwesome;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 0 .5rem 0 0;
}
#menu .header-items ul.cont li.phone a {
    color: #000;
    text-decoration: none;
    line-height: 120%;
    margin: 0;
    padding: 0;
    position: unset;
}
#menu .header-items ul.cont li.phone a span {
    color: rgba(215, 0, 53, 1.00);
    display: block;
    font-size: .875rem;
}
#menu .header-items ul.cont li.phone a::before {
    background-color:rgba(255,255,255,0);
    content:"";
    pointer-events:auto;
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    transition: .3s;
    z-index:1;
}
#menu .header-items ul.cont li.phone a:hover::before {
    background-color:rgba(255,255,255,.3);
}
/* メニュー - ヘッダアイテム - コンテンツボタン*/
#menu .header-items ul.cont li.btn a {
    align-items: center;
    background-color: rgba(25, 68, 142, 1);
    border: rgba(25, 68, 142, 1) solid 1px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    font-size: .875rem;
    justify-content: space-around;
    line-height: 100%;
    margin: 0;
    padding:  .75rem 1.25rem;
    text-decoration: none;
    transition: .3s;
}
#menu .header-items ul.cont li.btn a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(25, 68, 142, 1);
}
#menu .header-items ul.cont li.btn.link-nurse a {
    background-color: rgba(233,141,182,1.00);
    border: rgba(233,141,182,1.00) solid 1px;
    color: rgba(255, 255, 255, 1);
}
#menu .header-items ul.cont li.btn.link-nurse a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(233,141,182,1.00);
}
#menu .header-items ul.cont li.btn a::before {
    content: "";
    font-family: FontAwesome;
    background-size: contain;
    display: block;
    margin: 0 auto;
    font-size: 1rem;
    text-align: center;
    padding: .25em;
}
#menu .header-items ul.cont li.btn.link-access a::before {
    content: "\f041";
}
#menu .header-items ul.cont li.btn.link-recruit a::before {
    content: "\f007";
}
#menu .header-items ul.cont li.btn.link-inquiry a::before {
    content: "\f0e0";
}
#menu .header-items ul.cont li.btn.link-nurse a::before {
    content: "\f06c";
}
/* メニュー - ナビメニュー */
#menu .menu-header-container ul {
    align-items: center;
    background-color: #fff;
    display: flex;
    font-size: inherit;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
#menu .menu-header-container ul li {
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    display: flex;
    padding: .5em 1em;
}
#menu .menu-header-container ul li a {
    align-items: center;
    color: rgba(0, 0, 0, 1);
    display: flex;
    font-size: 1rem;
    height: 100%;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    width: 100%;
}
#menu .menu-header-container ul li a:hover,
#menu .menu-header-container ul li a:focus,
/*メニューページ current表示*/
#menu .menu-header-container ul li.current-menu-item a,
/*メニューの子ページ current表示*/
#menu .menu-header-container ul li.current-page-ancestor a,
/*診療科・部門（カスタム投稿タイプ） current表示*/
body.single-section #menu .menu-header-container ul li.menu-item-object-section a,
body.tax-section-category #menu .menu-header-container ul li.menu-item-object-section a,
/*採用情報（カスタム投稿タイプ） current表示*/ 
body.single-recruit #menu .menu-header-container ul li.menu-item-object-recruit a,
body.tax-recruit-category #menu .menu-header-container ul li.menu-item-object-recruit a
{
    color: rgba(25, 68, 142, 1);
    text-decoration: none;
}

/* コンテナ div id="container" #container
---------------------------------------------------- */
/*メインコンテンツ - パンくずナビ*/
.breadcrumbs {
    background-image: linear-gradient(#efefef,#f7f7f7, #ffffff 15%);
    margin: 0;
    padding: 0;
    width: 100%;
}
.breadcrumbs .bradcrumbs-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 1rem;
}
.breadcrumbs .bradcrumbs-wrap span {
    font-size: .875em;
    padding: 0 .15rem;
}
.breadcrumbs .bradcrumbs-wrap .material-symbols-outlined {
    font-family: 'Material Icons';
}

/*メインコンテンツ - サブヘッダ*/
#sub-header {
    background: url("../images/common/bg_sub-header.png") center no-repeat;
    background-size: cover;
    height: 240px;
    margin: 0;
    padding: 0;
    width: 100%;
}
#sub-header .sub-header-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    padding: 2rem 0;
    width: 1240px;
}
#sub-header .sub-header-wrap .sub-header-title {
    height: fit-content;
    text-align: center;
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, .25), 1px -1px 3px rgba(0, 0, 0, .25), -1px 1px 3px rgba(0, 0, 0, .25), -1px -1px 3px rgba(0, 0, 0, .25); */
    width: 100%;
}
#sub-header .sub-header-wrap .sub-header-title h2 {
    color: rgba(25, 68, 142, 1);
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-size: 2em;
    font-weight: normal;
}
#sub-header .sub-header-wrap .sub-header-title .slag {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: .875em;
}

#container {
    background-color: transparent;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2em auto;
    width: 1240px;
}

/*メインコンテンツ - メインカラム*/
main.content {
    float: none;
    margin: 0;
    padding: 0 0 0 3em;
    width: 75%;
}

/*メインコンテンツ - メインカラム - 固定ページ最上の親ページ　メインカラム100%*/
body.page-parent main.content {
    /*親（body.page-parent）の場合メインカラム100%*/
    padding: 0;
    width: 100%;
}

/*メインコンテンツ - メインカラム - カスタム投稿タイプ（診療科・部門 / 採用情報）メインカラム100%*/
body.post-type-archive-section main.content,
body.tax-section-category main.content,
body.post-type-archive-recruit main.content {
    padding: 0;
    width: 100%;
}

body.page-parent.page-child main.content {
    /*子ページを持つ親（body.page-parent.page-child）の場合メインカラム75%*/
    padding: 0 0 0 3em;
    width: 75%;
}

/*メインコンテンツ - サイドバー*/
aside#sidebar {
    float: none;
}

/*メインコンテンツ - サイドバー - 固定ページ最上の親ページ　サイドバー非表示*/
body.page-parent aside#sidebar {
    /*親（body.page-parent）の場合サイドバー非表示 */
    display: none;
}

/*メインコンテンツ - メインカラム - カスタム投稿タイプ（診療科・部門 / 採用情報）サイドバー非表示*/
body.post-type-archive-section aside#sidebar,
body.tax-section-category aside#sidebar,
body.post-type-archive-recruit aside#sidebar {
    display: none;
}

body.page-parent.page-child aside#sidebar {
    /*子ページを持つ親（body.page-parent.page-child）の場合サイドバー表示*/
    display: block;
}

/*メインコンテンツ - サイドバー - 固定ページ子ページリスト , その他ページ用ウィジェットページリスト*/
aside#sidebar .child-page-box {
    margin: 0 0 3rem;
}

aside#sidebar .widget-container ul {
    margin: 0;
}

aside#sidebar .widget-container ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

aside#sidebar .child-page-box>ul {
    border-top: #ddd solid 1px;
}

aside#sidebar .child-page-box ul li a,
aside#sidebar .widget-container ul li a {
    align-items: center;
    background-color: #fff;
    color: #333;
    display: flex;
    padding: 1rem 0;
    text-decoration: none;
}

aside#sidebar .child-page-box ul li a:hover,
aside#sidebar .widget-container ul li a:hover {
    background-color: #f7f7f7;
    color: #666;
}

/*該当ページ滞在時*/
aside#sidebar .child-page-box ul li.current_page_item>a,
aside#sidebar .child-page-box ul li.current>a {
    background-color: #f7f7f7;
    color: #666;
}

/*第一階層*/
aside#sidebar .child-page-box>ul>li,
aside#sidebar .widget-box>li#side-page-link ul li {
    border-bottom: #ddd solid 1px;
}

aside#sidebar .child-page-box ul>li>a,
aside#sidebar .widget-box>li#side-page-link ul li>a {
    padding: 1rem 0;
}

aside#sidebar .child-page-box>ul>li>a::before,
aside#sidebar .widget-box>li#side-page-link ul li>a::before {
    content: "\e5cc";
    font-family: 'Material Icons';
    padding: 0 .5rem 0 0;
}

/*第二階層*/
aside#sidebar .child-page-box>ul>li>ul {
    border-top: #ddd dotted 1px;
}

aside#sidebar .child-page-box>ul>li>ul>li {
    border-bottom: #ddd dotted 1px;
}

aside#sidebar .child-page-box>ul>li>ul>li:last-child {
    border-bottom: none;
}

aside#sidebar .child-page-box>ul>li>ul>li a {
    padding: .75rem 0 .75rem 1rem;
}

aside#sidebar .child-page-box>ul>li>ul>li a::before {
    content: "\eac9";
    font-family: 'Material Icons';
    padding: 0 .5rem 0 0;
}

/*第三階層*/
aside#sidebar .child-page-box>ul>li>ul>li>ul {
    border-top: #ddd dotted 1px;
}

aside#sidebar .child-page-box>ul>li>ul>li>ul>li {
    border-bottom: #ddd dotted 1px;
}

aside#sidebar .child-page-box>ul>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

aside#sidebar .child-page-box>ul>li>ul>li>ul>li a {
    padding: .75rem 0 .75rem 2rem;
}

aside#sidebar .child-page-box>ul>li>ul>li>ul>li a::before {
    content: "-";
    padding: 0 .5rem 0 0;
}

/*メインコンテンツ - サイドバー - ウィジェット*/
/*ウィジェットタイトル*/
aside#sidebar .widget-box li.widget-container {
    margin: 0 0 3rem;
}
aside#sidebar .widget-box li h3 {
    align-items: center;
    border-bottom: #ddd solid 1px;
    border-top: rgba(44, 169, 225, 1) solid 2px;
    font-size: 1.15rem;
    display: flex;
    justify-content: center;
    padding: 1rem .5rem;
}
/*
aside#sidebar .widget-box li h3::before,
aside#sidebar .widget-box li h3::after {
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    margin: 0 .5rem;
    width: 30px;
}
*/
/*ウィジェットリスト*/
aside#sidebar .widget-container ul {
    margin: 0;
    padding: 0;
}

aside#sidebar .widget-container ul li {
    border-bottom: #ddd solid 1px;
    list-style: none;
    line-height: normal;
    margin: 0;
}

aside#sidebar .widget-container ul li a {
    align-items: center;
    background-color: #fff;
    color: #333;
    display: flex;
    padding: 1rem 0;
    text-decoration: none;
}

aside#sidebar .widget-container ul li a:hover {
    background-color: #F7F7F7;
    color: #666;
}

aside#sidebar .widget-container ul li a::before {
    content: "\e5cc";
    font-family: 'Material Icons';
    padding: 0 .5rem 0 0;
}

aside#sidebar .widget-container ul li ul li a {
    padding: .75rem 0 .75rem 1rem;
}

aside#sidebar .widget-container ul li ul li a::before {
    content: "\eac9";
    font-family: 'Material Icons';
    padding: 0 .5rem 0 0;
}

/*該当ページ滞在時*/
aside#sidebar .widget-container ul li.current>a,
aside#sidebar .widget-container ul li.current_page_item>a,
aside#sidebar .widget-container ul li>a[aria-current] {
    background-color: #f7f7f7;
    color: #666;
}

/* サイトサブナビ nav id="site-subnav" #site-subnav （フロントページ以外）
---------------------------------------------------- */
#site-subnav {
    background-color: #fff;
    border-bottom: #efefef solid 1px;
    border-top: #efefef solid 1px;
    margin: 0;
    padding: 0;
}

#site-subnav .section-wrap {
    margin: 0 auto;
    width: 1240px;
}

#site-subnav ul {
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0;
}

#site-subnav ul li {
    align-items: center;
    border-left: #efefef solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: .5rem;
    position: relative;
    transition: .3s;
    width: calc(100% / 6);
}

#site-subnav ul li:hover {
    opacity: .7;
}

#site-subnav ul li a {
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .875rem;
    opacity: 1;
    text-decoration: none;
}

#site-subnav ul li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

#site-subnav ul li:last-child {
    border-right: #ddd solid 1px;
}

#site-subnav ul li::before {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
}

#site-subnav ul li.first::before {
    background: url("../images/common/ico_first.svg") center no-repeat;
    background-size: contain;
}

#site-subnav ul li.repeat::before {
    background: url("../images/common/ico_repeat.svg") center no-repeat;
    background-size: contain;
}

#site-subnav ul li.schedule::before {
    background: url("../images/common/ico_schedule.svg") center no-repeat;
    background-size: contain;
}

#site-subnav ul li.admission::before {
    background: url("../images/common/ico_admission.svg") center no-repeat;
    background-size: contain;
}

#site-subnav ul li.medicalcheckup::before {
    background: url("../images/common/ico_medicalcheckup.svg") center no-repeat;
    background-size: contain;
}

#site-subnav ul li.medical::before {
    background: url("../images/common/ico_formedical.svg") center no-repeat;
    background-size: contain;
}


/* ウィジェット（バナーエリア） #bnr-widget
---------------------------------------------------- */
.widget-area#bnr-widget {
    background-color: #EEEEEE;
    margin: 0 !important;
    padding: 0;
}

.widget-area#bnr-widget .section-wrap {
    width: 90%;
    margin: 0 auto;
}

.widget-area#bnr-widget .section-wrap .bnr-area.slick {
    padding: 2rem 0;
    position: relative;
    display: flex;
    justify-content: center;
    /* max-width: 1520px; */
}

.widget-area#bnr-widget .section-wrap .bnr-area.slick .slick-track {
    align-items: center;
    display: flex;
}

.widget-area#bnr-widget .section-wrap .bnr-area.slick li {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 .5em;
    padding: 0;
}

.widget-area#bnr-widget .section-wrap .bnr-area.slick li h2 {
    display: none;
}

.widget-area#bnr-widget .section-wrap .bnr-area.slick li a img {
    width: 280px;
}

/*左右送り（バナー枚数超過の時のみ表示）*/
.widget-area#bnr-widget .section-wrap .bnr-area.slick .slide-arrow {
    height: 2rem;
    margin: 0;
    text-align: center;
    width: 2rem;
    z-index: 250;
}

.widget-area#bnr-widget .section-wrap .bnr-area.slick .slide-arrow:hover {
    cursor: pointer;
}

.widget-area#bnr-widget .section-wrap .bnr-area.slick .slide-arrow::before {
    color: rgba(255, 255, 255, 1);
    content: "";
    display: inline;
    font-family: 'Material Icons';
    font-size: 1em;
    line-height: 1;
    position: absolute;
    top: 25%;
    right: 25%;
}

.widget-area#bnr-widget .section-wrap .bnr-area.slick .slide-arrow.slick-disabled::before {
    color: rgba(0, 0, 0, .50);
}

.widget-area#bnr-widget .section-wrap .bnr-area.slick .slide-arrow.next-arrow {
    background-color: #ccc;
    position: absolute;
    top: calc(50% - 1rem);
    right: 0;
}

.widget-area#bnr-widget .section-wrap .bnr-area.slick .slide-arrow.next-arrow::before {
    content: '\e5e1';
}

.widget-area#bnr-widget .section-wrap .bnr-area.slick .slide-arrow.prev-arrow {
    background-color: #ccc;
    position: absolute;
    top: calc(50% - 1rem);
    left: 0;
}

.widget-area#bnr-widget .section-wrap .bnr-area.slick .slide-arrow.prev-arrow::before {
    content: '\e2ea';
}


/* フッタ footer id="footer" #footer
---------------------------------------------------- */
#footer {
    background-color: #fff;
    font-size: .875rem;
    margin: 0;
    padding: 0;
}
body:not(.front-page) #footer {
    background: url("../images/common/bg-footer.png") no-repeat top center;
    padding: 150px 0 0 0;
}
/*フッタメイン（アドレス・フッターナビ）*/
#footer #footer-main {
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    justify-content: space-between;
    margin: 30px;
}
/*フッタメイン - アドレス（法人名・施設名・住所・電話番号）*/
#footer-main address {
    width: 50%;
}
#footer-main address dl {
    font-size: 16px;
}
/* - 法人名・施設名 */
#footer-main address dl > dt {
    color: rgba(25, 68, 142, 1);
    padding: 0 0 .5em;
}
#footer-main address dl > dt span{
    display: block;
}
/* - 住所・電話番号 */
#footer-main address dl > dd {
    margin: 0;
}
#footer-main address dl > dd span.facility_zip::before {
    content: "〒";
    display: inline;
    padding: 0 .25em 0 0;
}
#footer-main address dl > dd span.facility_phone {
    display: block;
}
#footer-main address dl > dd span.facility_phone::before {
    content: "TEL:";
    display: inline;
    padding: 0 .25em 0 0;
}
#footer-main address dl > dd span.facility_phone a {
    text-decoration: none;
    transition: .3s;
}
#footer-main address dl > dd span.facility_phone a:hover {
    color: rgba(44, 169, 225, 1);
}
/*フッタメイン - フッターナビ*/
#footer-main .footer-nav {
    flex: 1;
}
#footer-main .footer-nav ul{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#footer-main .footer-nav ul li{
    padding: 0 1rem 2rem;
    width: 25%;
}
#footer-main .footer-nav ul li a{
    color: rgba(25, 68, 142, 1);
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
}
#footer-main .footer-nav ul li.nurse a{
    color: rgba(233,141,182,1.00);
}
#footer-main .footer-nav ul li a:hover {
    color: rgba(44, 169, 225, 1);
}
#footer-main .footer-nav ul li.nurse a:hover{
    color: rgba(233,141,182,.7);
}

/*フッタサブ（コピーライト・ページトップ）*/
#footer-sub {
    position: relative;
    display: flex;
    background-color: rgba(25, 68, 142, 1);
}
#footer-sub>p {
    margin: 0;
}
/* コピーライト */
#copyright,
#copyright a {
    color: #fff;
    flex: 1;
    font-size: .875em;
    padding: .875rem;
    text-align: left;
    width: calc(100% - 40px);
}
/* ページトップ */
#pagetop {
    align-items: center;
    display: flex;
    padding: 5px;
}
#pagetop a {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    color: rgba(25, 68, 142, 1);
    display: flex;
    font-size: 1.25rem;
    justify-content: center;
    height: 30px;
    padding: .75rem 1rem;
    text-decoration: none;
    transition: .3s;
    width: 30px;
}
#pagetop a:hover {
    background-color: rgba(255, 255, 255, .85);
}

/* ログイン時表示「編集」ボタンスタイル .post-edit-link
---------------------------------------------------- */
.post-edit-link {
    /*ログイン時の編集ボタン非表示*/
    display: none;
}

/* =====================================================
  --  メディアクエリ
===================================================== */
@media(max-width:1366px) {

    /* ヘッダ header id="header" #header
---------------------------------------------------- */
    /*グローバルナビゲーション*/
    #menu ul {
        width: 100%;
    }
}

@media(max-width:1260px) {
/* ヘッダ header id="header" #header
---------------------------------------------------- */
    /* ヘッダコンテンツ - サイトタイトル*/
    #header-contents #site-title {
        width: 240px;
    }
    
    /* コンテナ div id="container" #container
---------------------------------------------------- */
    /*メインコンテンツ - サブヘッダ*/
    #sub-header {}

    #sub-header .sub-header-wrap {
        width: 90%;
    }

    #menu ul li {
        padding: .5em;
    }
    
    #menu ul li a {
        font-size: 1.125em;
    }

    #container {
        margin: 1.5em 2%;
        width: 96%;
    }

    /*メインコンテンツ - メインカラム*/
    main.content {
        padding: 0 0 0 2%;
        width: 75%;
    }

    /*メインコンテンツ - サイドバー*/
    aside#sidebar {
        width: 25%;
    }

    /* サイトサブナビ nav id="site-subnav" #site-subnav （フロントページ以外）
---------------------------------------------------- */
    #site-subnav .section-wrap {
        width: 100%;
    }

    /* ウィジェット（バナーエリア） #bnr-widget
---------------------------------------------------- */
    .widget-area#bnr-widget .section-wrap .bnr-area.slick .slide-arrow.next-arrow {
        right: -5%;
    }

    .widget-area#bnr-widget .section-wrap .bnr-area.slick .slide-arrow.prev-arrow {
        left: -5%;
    }
}

@media(max-width:1024px) {
    
    /* ヘッダ header id="header" #header
    ---------------------------------------------------- */
    /*header - ヘッダラップ（サイト説明文・ヘッダコンテンツ）*/
    #header .header-wrap {
        padding: 0;
    }
    /* ヘッダラップ - サイト説明文（キャッチコピー）*/
    #header .header-wrap #site-description {
        background-color: rgba(25, 68, 142,1);
        color: #fff;
        height: 2rem;
        padding: .5rem;
    }
    /* ヘッダラップ - ヘッダコンテンツ*/
    #header-contents {
        padding: 1rem;
        position: relative;
    }
    /* ヘッダコンテンツ - メニュー（トグルボタン・ヘッダアイテム・ナビメニュー）*/
    #header-contents #menu {
        background: rgba(255, 255, 255, .75) url("../images/common/bg_sp-menu.png") center no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column-reverse;
        flex: none;
        height: 100vh;
        justify-content: flex-end;
        position: absolute;
            right: -100vw;
            top: 0;
        transition: .15s;
        width: 100%;
        z-index: 1000;
    }
    /* ヘッダコンテンツ - メニュー（トグルボタン・ヘッダアイテム・ナビメニュー） - メニューOPEN時 */
    #header-contents #menu.toggled {
        overflow-x: auto;
        overflow-y: auto;
        padding: 100px 1rem 1rem;
        position: fixed;
            right: 0;
            top: 0;
    }
    /*ログイン時のアドミンバー表示調整*/
    body.logged-in #header-contents #menu.toggled {
        top: 32px;
    }
    /* メニュー - トグルボタン*/
    #header-contents #menu .menu-toggle {
        background: none;
        border: 0;
        color: rgba(25, 68, 142, 1);
        display: block;
        height: 2.4em;
        margin: 0;
        padding: 0;
        position: absolute;
        right: calc(100vw + 1rem);
        top: 1rem;
        text-align: center;
        transition: unset;
    }
    #header-contents #menu .menu-icon {
        font-size: 1em;
        height: 100%;
    }
    #header-contents #menu .menu-icon::before {
        content: '\e5d2';
        display: inline;
        font-family: 'Material Icons';
        font-size: 2.4em;
        line-height: 1;
    }
    /* メニュー - トグルボタン - メニューOPEN時*/
    #header-contents #menu.toggled .menu-toggle {
        right: 1rem;
        top: 3rem;
    }
    #header-contents #menu.toggled .menu-icon::before {
        color: #666;
        content: '\e5cd';
        font-family: 'Material Icons';
    }

    /* メニュー - ヘッダアイテム */
    #menu .header-items {
        margin: 0 0 1rem;
    }
    /* メニュー - ヘッダアイテム - 電話番号*/
    #menu .header-items ul.cont li.phone {
        flex: 1;
        justify-content: flex-start;
        margin: 0;
    }
    #menu .header-items ul.cont li.phone a {
        text-align: left;
    }
    #menu .header-items ul.cont li.phone a:hover::before {
        background-color:rgba(255,255,255,0);
    }
    /* メニュー - ヘッダアイテム - コンテンツボタン*/
    #menu .header-items ul.cont li.btn a {
        padding:  .5rem 1rem;
    }
    /* メニュー - ナビメニュー */
    #menu .menu-header-container ul {
        align-items: center;
        background-color: transparent;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #menu .menu-header-container ul li {
        padding: 1rem;
        width: calc(100% / 3);
    }
    #menu .menu-header-container ul li a{
        justify-content: center;
    }

    /* コンテナ div id="container" #container
---------------------------------------------------- */
    /*メインコンテンツ - サブヘッダ*/
    #sub-header {
        height: fit-content;
    }

    #sub-header .sub-header-wrap {
        padding: 2rem 0;
    }

    /* サイトサブナビ nav id="site-subnav" #site-subnav （フロントページ以外）
---------------------------------------------------- */
    #site-subnav {
        border-bottom: none;
    }

    #site-subnav ul {
        flex-wrap: wrap;
    }

    #site-subnav ul li {
        border-bottom: #efefef solid 1px;
        flex-direction: row;
        justify-content: center;
        width: calc(100% / 3);
    }

    #site-subnav ul li:last-child {
        border-right: none;
    }

    #site-subnav ul li::before {
        margin: 0 .5rem 0 0;
    }

    /* フッタ footer id="footer" #footer
    ---------------------------------------------------- */
    /*フッタメイン - フッターナビ*/
    #footer-main .footer-nav ul li{
        padding: 0 1rem 2rem;
        width: calc( 100% / 3 );
    }
}

@media screen and (max-width: 782px) {
    html #wpadminbar {
        position: fixed;
    }
    /*ログイン時のアドミンバー表示調整*/
    /*
    body.logged-in #header {
            top: 46px;
    }
    #wp-admin-bar-my-account{
        line-height: 80%;
    }
    */
    body.logged-in #header #menu.toggled {
        top: 46px;
    }
}

@media(min-width:769px) {}

@media(max-width:768px) {

    /* 共通要素の上書き
---------------------------------------------------- */
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.125em;
    }
    h4 {
        font-size: 1em;
    }
    h5 {
        font-size: 1em;
    }
    h6 {
        font-size: 1em;
    }
    .page .content p,
    .single-post .content p {
        line-height: 160%;
    }
    /* PC/SP切り替え */
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }

    /* コンテナ div id="container" #container
---------------------------------------------------- */
    /*メインコンテンツ - サブヘッダ*/
    #sub-header {}

    #sub-header .sub-header-wrap {
        padding: 2rem 0;
    }

    #container {
        margin: 1.5em 0;
        width: 100%;
    }

    /*メインコンテンツ - メインカラム*/
    main.content {
        margin: 0 0 2em;
        padding: .5em;
        width: 100%;
    }

    /*メインコンテンツ - メインカラム - 固定ページ最上の親ページ　メインカラム100%*/
    body.page-parent main.content {
        /*親（body.page-parent）の場合メインカラム100%*/
        padding: .5rem;
    }

    /*メインコンテンツ - メインカラム - カスタム投稿タイプ（診療科・部門 / 採用情報）メインカラム100%*/
    body.post-type-archive-section main.content,
    body.tax-section-category main.content,
    body.post-type-archive-recruit main.content {
        padding: .5rem;
    }

    /*メインコンテンツ - メインカラム - 固定ページ最上の親ページのみメインカラム100%*/
    body.page-parent.page-child main.content {
        /*子ページを持つ親（body.page-parent.page-child）の場合メインカラム75%*/
        width: 100%;
    }

    /*メインコンテンツ - サイドバー*/
    aside#sidebar {
        padding: .5em;
        width: 100%;
    }

    /* フッタ footer id="footer" #footer
    ---------------------------------------------------- */
    /*フッタメイン（アドレス・フッターナビ）*/
    #footer #footer-main {
        flex-wrap: wrap;
    }
    /*フッタメイン - アドレス（法人名・施設名・住所・電話番号）*/
    #footer-main address {
        margin: 0 0 30px;
        width: 100%;
    }
    /*フッタメイン - フッターナビ*/
    #footer-main .footer-nav {
        flex: auto;
        width: 100%;
    }
}

@media(max-width:767px) {}

@media(max-width:576px) {
    
    /* ヘッダ header id="header" #header
    ---------------------------------------------------- */
    /* メニュー - ヘッダアイテム */
    #menu .header-items {
        margin: 0 0 1rem;
    }
    /* メニュー - ヘッダアイテム*/
    #menu .header-items ul.cont {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #menu .header-items ul.cont li{
        margin: 0 0 1rem;
        width: 32%;
    }
    /* メニュー - ヘッダアイテム - 電話番号*/
    #menu .header-items ul.cont li.phone {
        flex: auto;
        justify-content: center;
        margin: 0 0 1rem;
        width: 100%;
    }
    #menu .header-items ul.cont li.phone a {
        width: fit-content;
    }
    /* メニュー - ヘッダアイテム - コンテンツボタン*/
    #menu .header-items ul.cont li.btn a {
        padding:  .5rem;
        justify-content: center;
    }
    #menu .header-items ul.cont li.btn a::before{
        margin: 0;
    }
    /* メニュー - ナビメニュー */
    #menu .menu-header-container ul li {
        width: 50%;
    }

    /* コンテナ div id="container" #container
---------------------------------------------------- */
    /*メインコンテンツ - サブヘッダ*/
    #sub-header {}

    #sub-header .sub-header-wrap {
        padding: 1rem 0;
    }

    #sub-header .sub-header-wrap .sub-header-title h2 {
        font-size: 1.5em;
        letter-spacing: unset;
    }

    /*メインコンテンツ - パンくずナビ*/
    .breadcrumbs {
        font-size: .875em;
    }

    /* サイトサブナビ nav id="site-subnav" #site-subnav （フロントページ以外）
---------------------------------------------------- */
    #site-subnav {
        border-bottom: none;
    }

    #site-subnav ul {
        flex-wrap: wrap;
    }

    #site-subnav ul li {
        flex-direction: column;
        justify-content: space-around;
        width: 50%;
    }

    #site-subnav ul li:last-child {
        border-right: none;
    }

    #site-subnav ul li::before {
        margin: 0 .5rem 0 0;
    }

    /* ウィジェット（バナーエリア） #bnr-widget
---------------------------------------------------- */
    .widget-area#bnr-widget .section-wrap {}

    .widget-area#bnr-widget .section-wrap .bnr-area.slick {
        /* padding: 2rem 0;
        position: relative; */
        display: block;
    }


    .widget-area#bnr-widget .section-wrap .bnr-area.slick .slick-track {
        align-items: center;
        display: flex;
    }

    .widget-area#bnr-widget .section-wrap .bnr-area.slick li {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .widget-area .section-wrap .bnr-area.slick .slide-arrow {
        height: 1.5rem;
        width: 1.5rem;
    }

    .widget-area .section-wrap .bnr-area.slick .slide-arrow::before {
        font-size: 1.5rem;
    }

    .widget-area .section-wrap .bnr-area.slick .slide-arrow.next-arrow {
        position: absolute;
        right: -.25rem;
    }

    .widget-area .section-wrap .bnr-area.slick .slide-arrow.prev-arrow {
        position: absolute;
        left: -.25rem;
    }

    .widget-area#bnr-widget .section-wrap .bnr-area.slick .slide-arrow.next-arrow {
        right: 0%;
    }

    .widget-area#bnr-widget .section-wrap .bnr-area.slick .slide-arrow.prev-arrow {
        left: 0%;
    }

    /* フッタ footer id="footer" #footer
    ---------------------------------------------------- */
    /*フッタメイン（アドレス・フッターナビ）*/
    #footer #footer-main {
        flex-wrap: wrap;
        margin: 20px 0 0;
    }
    /*フッタメイン - アドレス（法人名・施設名・住所・電話番号）*/
    #footer-main address {
        margin: 0 0 20px;
    }
    /*フッタメイン - フッターナビ*/
    #footer-main .footer-nav {}
    #footer-main .footer-nav ul{
        align-items: center;
        border-top: #ddd solid 1px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #footer-main .footer-nav ul li{
        border-bottom: #ddd solid 1px;
        border-right: #ddd solid 1px;
        padding: 0;
        width: 50%;
    }
    #footer-main .footer-nav ul li:nth-child(even){
        border-right: none;
    }
    #footer-main .footer-nav ul li a{
        display: block;
        font-weight: normal;
        padding: 1rem;
    }
    
}

@media(max-width:420px) {
    
    /* ヘッダ header id="header" #header
    ---------------------------------------------------- */
    /* メニュー - ヘッダアイテム*/
    #menu .header-items ul.cont li{
        margin: .5rem 0;
        width: 100%;
    }
    /* メニュー - ナビメニュー */
    #menu .menu-header-container ul li {
        width: 100%;
    }

    /* コンテナ div id="container" #container
---------------------------------------------------- */
    /*メインコンテンツ - パンくずナビ*/
    .breadcrumbs {
        display: none;
    }

}