@charset "utf-8";
/* generic-hild-izumi 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;
*/
/*
ブルー ： #0066ff rgba(0,102,255,1.00)
グリーン ： #47d6b6 rgba(71, 214, 182, 1.00);
ネイビー ： #192c55 rgba(25, 44, 85, 1.00);
ブルーホワイト ： #f2f9ff rgba(242, 249, 255, 1.00);
オレンジ ： #faca7b rgba(250, 202, 123, 1.00);
ブルーグリーングラデーション背景
.gradation {
    background-image: linear-gradient(177deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00));
}
*/

/* ローディングアニメーション
---------------------------------------------------- */
/* ローディング画面 */
#loading {
    align-items: center;
    background-image: linear-gradient(177deg, rgba(0,102,255,.85), rgba(71, 214, 182, .85));
    display: flex;
    height: 100vh;
    justify-content: center;
    position: fixed;
      top: 0;
      left: 0;
    transition: all 1s;
    z-index: 1100;
    width: 100vw;
}
.loader {
    width: 40px;
    aspect-ratio: 1;
    --c: linear-gradient(#fff 0 0);
    --r1: radial-gradient(farthest-side at bottom,#fff 93%,#fff);
    --r2: radial-gradient(farthest-side at top   ,#fff 93%,#fff);
    background: 
    var(--c) ,var(--r1),var(--r2),
    var(--c) ,var(--r1),var(--r2),
    var(--c) ,var(--r1),var(--r2);
    background-repeat: no-repeat;
    animation: l2 1s infinite alternate;
}
@keyframes l2 {
    0%,25% {
        background-size: 8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
        background-position: 0 50%,0 calc(50% - 2px),0 calc(50% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
    }
    50% {
        background-size: 8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
        background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
    }
    75% {
        background-size: 8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
        background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
    }
    95%,100% {
        background-size: 8px 100%,8px 4px, 8px 4px,8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px;
        background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(0% - 2px),100% calc(100% + 2px);
    }
}
.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 {
    scrollbar-gutter: stable;
    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: 1rem;
    margin: 0;
    outline: 0;
    padding: .5rem;
}
input:focus,
textarea:focus {
    background-color: #fcfcfc;
    border: rgba(0,102,255, .50) solid 1px;
}
input[type="submit"],
button,
.button {
    background: rgba(0,102,255, 1);
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 18px;
    margin: 0 auto;
    padding: .5rem 2rem;
    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: .5rem;
    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: 2rem;
}
h2 {
    font-size: 2.625rem;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: rgba(0,102,255, 1);
}
h3 {
    font-size: 1.25rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1.125rem;
}

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

/*a（ハイパーリンク）要素スタイル上書き*/
a {
    color: rgba(0,102,255, 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 1rem;
    font-family: 'Noto Sans JP', sans-serif;
}
.entry-content ol,
.widget-container ol,
.comment-body ol {
    margin-left: 1rem;
    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;
    box-shadow: 0 5px 10px -10px rgba( 0, 0, 0, .25);;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
/*ログイン時のアドミンバー表示調整*/
/*body.logged-in #header {
    top: 32px;
}*/
#header:after {
    display: none;
}
/* サイト説明文（キャッチコピー）*/
#header #site-description {
    display: none;
    width: 100%;
}
/* ヘッダラップ（サイトタイトル・ヘッダコンテンツ）*/
#header .header-wrap {
    background-color: rgba(255,255,255,1.00);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1rem;
    position: relative;
    width: 100%;
}
/* - サイトタイトル*/
#header .header-wrap #site-title {
    margin: 0;
    padding: 1rem 0 0;
    width: 330px;
}
#header .header-wrap #site-title h1 a {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0;
}
#header .header-wrap #site-title h1 a img {
    height: auto;
    margin: 0;
    width: 100%;
}
/* - ヘッダコンテンツ*/
#header-contents {
    display: flex;
    flex: 1;
    flex-direction: column;
    font-family: 'Noto Sans JP', sans-serif;
}
/* - サブメニュー*/
#header-contents #sub-menu {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}
#header-contents #sub-menu li {
    margin: 0 0 0 1rem;
}
#header-contents #sub-menu li a{
    align-items: center;
    display: flex;
    padding: .75rem 1rem;
    text-decoration: none;
    transition: .3s;
}
#header-contents #sub-menu li a:hover{
    opacity: .8;
}
#header-contents #sub-menu li a::before{
    content: "\e5df";
    display: inline;
    font-family: 'Material Icons';
    padding: 0 .25rem 0 0;
    vertical-align: bottom;
}
#header-contents #sub-menu li:not(.phone) a{
    background-color: rgba(25, 44, 85, 1.00);
    border-radius: 0 0 .5rem .5rem;
    color: rgba(255,255,255,1.00);
}
/* -- TELリンク */
#header-contents #sub-menu li.phone a{
    color: rgba(25, 44, 85, 1.00);
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    padding: .75rem 1rem .75rem 0;
    text-decoration: none;
}
#header-contents #sub-menu li.phone a::before{
    background-image: linear-gradient(90deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    content: "\f095";
    font-family: FontAwesome;
}
/* -- 外来診療担当表リンク */
#header-contents #sub-menu li.link-schedule a::before{
    content: "\e8b5";
}
/* -- 交通アクセスリンク */
#header-contents #sub-menu li.link-access a::before{
    content: "\e55e";
}
/* -- お問い合わせリンク */
#header-contents #sub-menu li.link-inquiry a::before{
    content: "\e158";
}
/* -- 病院からのお願いリンク */
#header-contents #sub-menu li.link-notice a {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(0deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00)) border-box;
    border: 2px solid transparent;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    border-top: none;
    color: rgba(25, 44, 85, 1.00);
}
#header-contents #sub-menu li.link-notice a::before{
    content: "\e88e";
}
/* - ヘッダメニュー*/
#header-menu {
    align-items: center;
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    justify-content: flex-end;
    padding: 1rem 0;
    width: 100%;
}
/* -- メインメニュー*/
#header-menu #menu {
    float: none;
    margin: 0;
}
/* -- ヘッダ検索窓*/
#header-menu #header-search {
    padding: 0 0 0 1rem;
    max-width: 240px; 
}
#header-menu #header-search form.search-form button {
    align-items: center;
    border-radius: .5rem;
    display: flex;
    font-size: 1rem;
    margin: 0 0 0 .5rem;
    padding: .5rem .6rem;
    transition: .3s;
}
/*暫定掲載 - GoogleSearchForm*/
#header-menu #header-search .gsc-control-cse{
    padding: 0;
}
#header-menu #header-search form.gsc-search-box {
    max-width: 100%;
    font-size: 1rem;
    margin: 0;
}
#header-menu #header-search table.gsc-search-box ,
#header-menu #header-search table.gsc-input {
    margin: 0;
}
#header-menu #header-search .gsc-input .gsc-input-box {
    border: #ddd solid 1px;
    border-radius: .5rem;
}
#header-menu #header-search .gsib_a{
    background-position: left .5rem center;
    background-size: 1rem 1rem;
    padding: .5rem .5rem .5rem 1.5rem;
}
#header-menu #header-search .gsib_b {
    box-sizing: content-box;
    height: 1rem;
    width: 1rem;
    padding: 0;
}

/*
table.gsc-search-box td {
    vertical-align: middle;
}
.gsib_a {
    padding: 4px 10px 4px 56px;
}
.gsib_a, .gsib_b {
    vertical-align: top;
}
.gsib_a {
    width: 100%;
    padding: 4px 6px 0;
}
.gsib_a {
    position: relative;
    background-image: url(data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M14.76 13.27L20.49 19L19 20.49L13.27 14.76C12.2 15.53 10.91 16 9.5 16C5.91 16 3 13.09 3 9.5C3 5.91 5.91 3 9.5 3C13.09 3 16 5.91 16 9.5C16 10.91 15.53 12.2 14.76 13.27ZM9.5 5C7.01 5 5 7.01 5 9.5C5 11.99 7.01 14 9.5 14C11.99 14 14 11.99 14 9.5C14 7.01 11.99 5 9.5 5Z' fill='%23444746'/></svg>);
    background-position: left 16px center;
    background-repeat: no-repeat;
}


table.gsc-search-box td {
    vertical-align: middle;
}
.gsib_a, .gsib_b {
    vertical-align: top;
}
.gsib_b {
    box-sizing: content-box;
    height: 48px;
    width: 48px;
    padding: 4px 4px 4px 0;
}
*/

/* - メインメニュー*/
#header-contents #menu {
    margin: 1rem 0;
}
#menu div:first-of-type {
    float: none;
    width: 100%;
}
/* メインメニュー - トグルボタン*/
#menu .menu-toggle {
    display: none;
}
/* メインメニュー - メニュー*/
#menu .menu-header-container ul ,
#menu .menu-test-header-container ul {
    align-items: center;
    display: flex;
    font-size: inherit;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
#menu .menu-header-container ul li ,
#menu .menu-test-header-container ul li{
    align-items: center;
    font-weight: bold;
    display: flex;
    padding: 0 0 0 2rem;
}
#menu .menu-header-container ul li a , 
#menu .menu-test-header-container ul li a{
    align-items: center;
    color: rgba(25, 44, 85, 1.00);
    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,
#menu .menu-test-header-container ul li a:hover,
#menu .menu-test-header-container ul li a:focus,
/*メニューページ current表示*/
#menu .menu-header-container ul li.current-menu-item a,
#menu .menu-test-header-container ul li.current-menu-item a,
/*メニューの子ページ current表示*/
#menu .menu-header-container ul li.current-page-ancestor a,
#menu .menu-test-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(0,102,255,1.00);
    text-decoration: none;
}
/* メインメニュー - SP用サブメニュー*/
#sp-sub-menu { display: none !important; }
/* メインメニュー - SP用検索窓*/
#sp-header-search { display: none !important; }

/* コンテナ div id="container" #container
---------------------------------------------------- */
/*メインコンテンツ - サブヘッダ*/
#sub-header {
    background: url("../images/common/bg_sub-header.png") center right no-repeat;
    background-size: cover;
    height: 200px;
    margin: 0;
    padding: 0;
    width: 100%;
}
#sub-header .sub-header-wrap {
    height: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    width: 1240px;
}
#sub-header .sub-header-wrap .sub-header-title {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    width: 100%;
}
#sub-header .sub-header-wrap .sub-header-title h2 {
    color: rgba(0,102,255,1.00);
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: normal;
}

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

/*メインコンテンツ - container*/
#container {
    background-color: transparent;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem auto;
    min-height: 30vh;
    width: 1240px;
}

/*メインコンテンツ - メインカラム*/
main.content {
    float: none;
    margin: 0;
    padding: 0 0 0 3rem;
    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）の場合メインカラム75%*/
body.page-parent.page-child main.content {
    padding: 0 0 0 3rem;
    width: 75%;
}

/*メインコンテンツ - サイドバー*/
aside#sidebar {
    background-color: rgba(25, 44, 85, .05);
    border-radius: 1rem;
    float: none;
    padding: 1rem;
}
/* - 固定ページ最上の親ページ　サイドバー非表示*/
body.page-parent aside#sidebar {
    display: none;
}
/* - 子ページを持つ親（body.page-parent.page-child）サイドバー表示*/
body.page-parent.page-child aside#sidebar {
    display: block;
}
/* - カスタム投稿タイプ（診療科・部門 / 採用情報）サイドバー非表示*/
body.post-type-archive-section aside#sidebar,
body.tax-section-category aside#sidebar,
body.post-type-archive-recruit aside#sidebar {
    display: none;
}
/* - サイドバー - サイドバータイトル*/
aside#sidebar h2#sidebar-title {
    align-items: center;
    color: rgba(0,102,255,1.00);
    display: flex;
    font-family: "Poppins", sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: normal;
    flex-direction: column;
    justify-content: center;
    margin: 2rem 0;
    position: relative;
}
aside#sidebar h2#sidebar-title::before {
    align-items: center;
    background: linear-gradient(0deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    content: "\e548";
    display: flex;
    font-family: 'Material Icons';
    font-size: 2rem;
    height: 4rem;
    justify-content: center;
    margin: 0 0 .5rem;
    width: 4rem;
    z-index: 2
}
aside#sidebar h2#sidebar-title::after {
    background-color: rgba(255,255,255,1.00);
    border-radius: 4rem;
    content: "";
    display: block;
    height: 4rem;
    position: absolute;
        top: 0;
        left: calc( 50% - 2rem);
    width: 4rem;
    z-index: 0;
}
/* - サイドバー - 固定ページ子ページリスト , その他ページ用ウィジェットページリスト*/
aside#sidebar .child-page-box {
    margin: 0 0 3rem;
}
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: transparent;
    color: #666;
    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: rgba(0,102,255,.05);
    color: rgba(0,102,255,1.00);
}
/* - 該当ページ滞在時*/
aside#sidebar .child-page-box ul li.current_page_item>a,
aside#sidebar .child-page-box ul li.current>a {
    background-color: rgba(0,102,255,.05);
    color: rgba(0,102,255,1.00);
}
/* - 第一階層*/
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 {
    list-style: none;
    margin: 0 0 3rem;
}
aside#sidebar .widget-box li.widget-container:last-of-type {
    margin: 0;
}
/* - ウィジェットタイトル*/
aside#sidebar .widget-box li.widget-container h3 {
    align-items: center;
    border-bottom: #ddd solid 1px;
    color: #333;
    font-size: .875rem;
    display: flex;
    justify-content: flex-start;
    padding: 1rem .5rem;
}
aside#sidebar .widget-box li.widget-container h3::before{
    content: "\e866";
    font-family: 'Material Icons';
    display: block;
    margin: 0 .5rem 0 0;
}
/*ウィジェットリスト*/
aside#sidebar .widget-box li.widget-container ul {
    margin: 0;
    padding: 0;
}
aside#sidebar .widget-box li.widget-container ul li {
    border-bottom: #ddd solid 1px;
    list-style: none;
    line-height: normal;
    margin: 0;
}
aside#sidebar .widget-box li.widget-container ul li a {
    align-items: center;
    background-color: transparent;
    color: #666;
    display: flex;
    padding: 1rem 0;
    text-decoration: none;
}
aside#sidebar .widget-box li.widget-container ul li a:hover {
    background-color: rgba(0,102,255,.05);
    color: rgba(0,102,255,1.00);
}
aside#sidebar .widget-box li.widget-container ul li a::before {
    content: "\e5cc";
    font-family: 'Material Icons';
    padding: 0 .5rem 0 0;
}
aside#sidebar .widget-box li.widget-container ul li ul li a {
    padding: .75rem 0 .75rem 1rem;
}
aside#sidebar .widget-box li.widget-container ul li ul li a::before {
    content: "\eac9";
    font-family: 'Material Icons';
    padding: 0 .5rem 0 0;
}
/*該当ページ滞在時*/
aside#sidebar .widget-box li.widget-container ul li.current>a,
aside#sidebar .widget-box li.widget-container ul li.current_page_item>a,
aside#sidebar .widget-box li.widget-container ul li>a[aria-current] {
    background-color: rgba(0,102,255,.05);
    color: rgba(0,102,255,1.00);
}

/* フッタ footer id="footer" #footer
---------------------------------------------------- */
#footer {
    background-color: rgba(25, 44, 85, 1.00);;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .875rem;
    margin: 0;
    padding: 0;
}
/* ウィジェット（バナーエリア） #footer-bnr-widget */
section.widget-area#footer-bnr-widget{
    margin: 0 !important;
    padding: 4rem 1rem;
}
section.widget-area#footer-bnr-widget .section-wrap{
    margin: 0 auto;
    width: calc( 90% - 4rem );
}
section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick{
    padding: 0;
    position: relative;
}
section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick .slick-track {
    align-items: center;
    display: flex;
}
section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick li{
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 1rem;
    padding: 0;
}
section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick li img{
    height: 90px;
    width: auto;
}
section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick li h2{
    display: none;
}
/* - 左右送り（バナー枚数超過の時のみ表示）*/
section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick .slide-arrow{
    align-items: center;
    background-color: rgba(71, 214, 182, .35);
    border-radius: 2rem;
    display: flex;
    height: 2rem;
    justify-content: center;
    margin: 0;
    width: 2rem;
    z-index: 100;
}
section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick .slide-arrow:hover{
    cursor: pointer;
}
section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick .slide-arrow::before{
    color: rgba(25, 44, 85,1.00);
    content: "";
    display: inline;
    font-family: 'Material Icons';
    font-size: 1.4rem;
    line-height: 1;
}
section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick .slide-arrow.slick-disabled::before{
    color: rgba(255,255,255,.50);
}
section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick .slide-arrow.next-arrow{
    position: absolute;
        top: calc( 50% - 1rem);
        left: -2rem;
}
section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick .slide-arrow.next-arrow::before{
    content: '\e2ea';
}
section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick .slide-arrow.prev-arrow{
    position: absolute;
        top: calc( 50% - 1rem);
        right: -2rem;
}
section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick .slide-arrow.prev-arrow::before{
    content: '\e5e1';
}
/* フッターナビ*/
#footer-nav {}
#footer-nav ul{
    align-items: center;
    border-bottom: rgba(255,255,255,1.00)solid 1px; 
    border-top: rgba(255,255,255,1.00)solid 1px; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 0;
}
#footer-nav ul li{
    border-right: rgba(255,255,255,1.00) solid 1px;
    padding: 0 1rem;
}
#footer-nav ul li:first-child{
    border-left: rgba(255,255,255,1.00) solid 1px;
}
#footer-nav ul li a{
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    transition: .3s;
}
#footer-nav ul li a:hover {
    color: rgba(255, 255, 255, .80);
}
/*フッタコンテンツ（アドレス・ページトップ）*/
#footer-contents {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
/* - アドレス（施設名・住所・電話番号）*/
#footer-contents address {
    flex: 1;
    text-align: left;
}
#footer-contents address dl {
    font-size: 16px;
}
#footer-contents address dl > dt {
    color: rgba(255, 255, 255, 1.00);
    padding: 0 0 .5rem;
}
#footer-contents address dl > dt span{
    display: block;
}
#footer-contents address dl > dd {
    color: rgba(255, 255, 255, 1.00);
    margin: 0;
}
#footer-contents address dl > dd span.facility_zip::before {
    content: "〒";
    display: inline;
    padding: 0 .25rem 0 0;
}
#footer-contents address dl > dd span.facility_phone {
    display: block;
}
#footer-contents address dl > dd span.facility_phone::before {
    content: "TEL:";
    display: inline;
    padding: 0 .25rem 0 0;
}
#footer-contents address dl > dd span.facility_phone a {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    transition: .3s;
}
#footer-contents address dl > dd span.facility_phone a:hover {
    color: rgba(255, 255, 255, .80);
}
/* - ページトップ*/
#pagetop {
    margin: 0;
}
#pagetop a {
    align-items: center;
    background-image: linear-gradient(180deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00));
    border-radius: 30px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    font-size: 1.5rem;
    justify-content: center;
    height: 60px;
    padding: 0;
    text-decoration: none;
    transition: .3s;
    width: 60px;
}
#pagetop a:hover {
    opacity: .8;
}
/* コピーライト */
#copyright,
#copyright a {
    color: rgba(255,255,255,1.00);
    font-size: .875rem;
    margin: 0;
    padding: 1rem;
    text-align: right;
    width: 100%;
}

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

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

@media(max-width:1260px) {
/* ヘッダ header id="header" #header
---------------------------------------------------- */
    /* - サブメニュー*/
    #header-contents #sub-menu li {
        margin: 0 0 0 .5rem;
    }
    #header-contents #sub-menu li a{
        font-size: .875rem;
        padding: .5rem;
    }
    #header-contents #sub-menu li.phone a {
        font-size: 1rem;
    }
    /* メインメニュー - メニュー*/
    #menu .menu-header-container ul li a ,
    #menu .menu-test-header-container ul li a {
        font-size: .875rem;
    }
    
    /* コンテナ div id="container" #container
---------------------------------------------------- */
    /*メインコンテンツ - サブヘッダ*/
    #sub-header .sub-header-wrap {
        width: 90%;
    }
    /*メインコンテンツ - container*/
    #container {
        margin: 1.5rem 2%;
        width: 96%;
    }
    /*メインコンテンツ - メインカラム*/
    main.content {
        padding: 0 0 0 2%;
        width: 75%;
    }
}

@media(max-width:1024px) {
    /* ヘッダ header id="header" #header
    ---------------------------------------------------- */
    /*header - ヘッダラップ（サイト説明文・ヘッダコンテンツ）*/
    #header .header-wrap {
        height: 80px;
        padding: 0;
    }
    /* - サイトタイトル*/
    #header .header-wrap #site-title {
        width: 240px;
        z-index: 1000;
    }
    /* - サブメニュー*/
    #header-contents #sub-menu {
        display: none;
    }
    /* ヘッダラップ - ヘッダコンテンツ*/
    #header-contents {
        padding: 0;
        position: relative;
    }
    /* -- ヘッダ検索窓*/
    #header-menu #header-search { display: none !important; }
    /* メインメニュー （CLOSE時） */
    #header-menu #menu {
        background-color: rgba( 255,255,255,0);
        background-position: center;
        display: block;
        flex: none;
        height: auto;
        margin: 0;
        padding: 0;
        position: absolute;
            right: 0;
            top: 0;
        transition: .15s;
        width: 100vw;
        z-index: 998;
    }
    /*ログイン時のアドミンバー表示調整*/
    body.logged-in #header-menu #menu.toggled {
        top: 32px;
    }
    #header-menu #menu div:first-of-type{
        display: block;
        margin: 0;
        padding: 0;
    }
    #header-menu #menu .menu-header-container,
    #header-menu #menu .menu-test-header-container{
        height: 0;
        opacity: 0;
        pointer-events: none;
    }
    /* メインメニュー - トグルボタン（CLOSE時）*/
    #header-menu #menu .menu-toggle {
        background: none;
        border: 0;
        color: rgba(250, 202, 123, 1.00);
        display: block;
        height: 80px;
        margin: 0;
        padding: 0;
        position: absolute;
            right: .5rem;
            top: 0;
        text-align: center;
        transition: unset;
    }
    #header-menu #menu .menu-toggle:hover,
    #header-menu #menu .menu-toggle:focus {
        color: rgba(250, 202, 123, 1.00);
    }
    #header-menu #menu .menu-icon {
        align-items: center;
        background-color: rgba(250, 202, 123, 1.00);
        border-radius: .5rem;
        display: flex;
        justify-content: center;
        font-size: 1rem;
        padding: .25rem;
    }
    #header-menu #menu .menu-icon::before {
        color: rgba(255, 255, 255, 1.00);
        content: '\e5d2';
        display: inline;
        font-family: 'Material Icons';
        font-size: 2.4rem;
        line-height: 1;
    }
    /* メインメニュー （OPEN時）*/
    #header-menu #menu.toggled {
        background: rgba(255,255,255,1.00) url("../images/common/bg_sp-menu.png") no-repeat center;
        background-size: cover;
        height: 100vh;
        overflow-x: auto;
        overflow-y: auto;
        position: fixed;
            right: 0;
            top: 0;
        z-index: 999;
    }
    body.logged-in #header-menu #menu.toggled {
            top: 32px;
    }
    /* メインメニュー - メニューコンテンツ（OPEN時）*/
    #header-menu #menu.toggled .menu-header-container ,
    #header-menu #menu.toggled .menu-test-header-container {
        height: auto;
        margin: 80px 0 0 0;
        opacity: 1;
        padding: 1rem;
        pointer-events:all;
    }
    /* メインメニュー - トグルボタン（OPEN時）*/
    #header-menu #menu.toggled .menu-toggle {
            right: .5rem;
            top: 0;
    }
    #header-menu #menu.toggled .menu-icon {
        background-color: rgba(255, 255, 255, .85);
    }
    #header-menu #menu.toggled .menu-icon::before {
        color: #666;
        content: '\e5cd';
        font-family: 'Material Icons';
    }
    /* メインメニュー - ナビゲーションメニュー（OPEN / CLOSE）*/
    #header-menu #menu ul , 
    #header-menu #menu.toggled ul {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        position: relative;
            left: 0;
            top: 0;
    }
    #header-menu #menu ul li , 
    #header-menu #menu.toggled ul li {
        border-bottom: rgba(0,102,255,1.00) solid 1px;
        margin: 0 0 1rem;
        padding: 0 0 1rem;
        width: calc( 50% - .5rem);
    }
    #header-menu #menu.toggled ul li {
        position: relative;
    }
    #header-menu #menu ul li a ,
    #header-menu #menu.toggled ul li a{
        background-color: transparent;
        color: rgba(0,102,255,1.00);
        display: block;
        font-size: 1rem;
        height: 100%;
        line-height: auto;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 100%;
    }
    #header-menu #menu.toggled ul li a:hover,
    #header-menu #menu.toggled ul li a:focus ,
    #header-menu #menu.toggled ul li.current-menu-item a ,  /*メニューページ current表示*/
    #header-menu #menu.toggled ul li.current-page-ancestor a , /*メニューの子ページ current表示*/ 
    body.facility-template #header-menu #menu.toggled ul li.menu-item-object-facility a /*施設情報（カスタム投稿タイプ） current表示*/ {
        color: rgba(71, 214, 182, 1.00);
    }
    #header-menu #menu.toggled ul li a::before{
        content: '\e5df';
        font-family: 'Material Icons';
        padding: 0 .25rem 0 0;
    }
    #header-menu #menu.toggled ul li a::after{
        display: none;
    }    
    
    /* メインメニュー - SP用サブメニュー*/
    #header-menu #menu #sp-sub-menu {
        display: none;
    }
    #header-menu #menu.toggled #sp-sub-menu {
        display: flex !important;
        padding: 1rem;
    }
    #header-menu #menu.toggled #sp-sub-menu li {
        border-bottom: none;
        margin: 0 0 1rem;
        padding: 0;
        width: calc( 50% - .5rem);
    }
    #header-menu #menu.toggled #sp-sub-menu li a{
        border-radius: .5rem;
        display: block;
        padding: 2rem 1rem;
        text-decoration: none;
    }
    #header-menu #menu.toggled #sp-sub-menu li a::before{
        content: "\e5df";
        display: inline;
        font-family: 'Material Icons';
        padding: 0 .25rem 0 0;
        vertical-align: bottom;
    }
    #header-menu #menu.toggled #sp-sub-menu li:not(.phone) a{
        background-color: rgba(25, 44, 85, 1.00);
        color: rgba(255,255,255,1.00);
    }
    /* -- TELリンク */
    #header-menu #menu.toggled #sp-sub-menu li.phone {
        width: 100%;
    }
    #header-menu #menu.toggled #sp-sub-menu li.phone a{
        background-color: rgba(255,255,255,1.00);
        color: rgba(25, 44, 85, 1.00);
        display: block;
        font-size: 1.25rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }
    #header-menu #menu.toggled #sp-sub-menu li.phone a::before{
        background-image: linear-gradient(90deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00));
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        content: "\f095";
        font-family: FontAwesome;
    }
    /* -- 外来診療担当表リンク */
    #header-menu #menu.toggled #sp-sub-menu li.link-schedule a::before{
        content: "\e8b5";
    }
    /* -- 交通アクセスリンク */
    #header-menu #menu.toggled #sp-sub-menu li.link-access a::before{
        content: "\e55e";
    }
    /* -- お問い合わせリンク */
    #header-menu #menu.toggled #sp-sub-menu li.link-inquiry a::before{
        content: "\e158";
    }
    /* -- 病院からのお願いリンク */
    #header-menu #menu.toggled #sp-sub-menu li.link-notice a {
        background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(0deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00)) border-box;
        border: 2px solid transparent;
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
        color: rgba(25, 44, 85, 1.00);
    }
    #header-menu #menu.toggled #sp-sub-menu li.link-notice a::before{
        content: "\e88e";
    }
    /* メインメニュー - SP用検索窓*/
    #header-menu #menu #sp-header-search {
        display: none;
    }
    #header-menu #menu.toggled #sp-header-search {
        display: block !important;
        padding: 1rem;
    }
    #header-menu #menu.toggled #sp-header-search form.search-form button {
        align-items: center;
        border-radius: .5rem;
        display: flex;
        font-size: 1rem;
        margin: 0 0 0 .5rem;
        padding: .5rem .6rem;
        transition: .3s;
    }
    
    /* コンテナ div id="container" #container
---------------------------------------------------- */
    /*メインコンテンツ - サブヘッダ*/
    #sub-header .sub-header-wrap {
        padding: 2rem 0;
    }
    /*メインコンテンツ - container*/
    #container {
        margin: 0 ;
        width: 100%;
    }
    /*メインコンテンツ - メインカラム*/
    main.content {
        margin: 0 0 2rem;
        padding: 1rem;
        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 {
        margin: 0 1rem 2rem;
        padding: 1rem;
        width: 100%;
    }
    
/* フッタ footer id="footer" #footer
---------------------------------------------------- */
    /* フッターナビ*/
    #footer-nav ul{
        align-items: stretch;
        border-bottom: none; 
        justify-content: flex-start;
        padding: 0;
    }
    #footer-nav ul li{
        border-bottom: rgba(255,255,255,1.00) solid 1px;
        padding: 0;
        width: 50%;
    }
    #footer-nav ul li:nth-child(even){
        border-right: none;
    }
    #footer-nav ul li:first-child{
        border-left: none;
    }
    #footer-nav ul li a{
        display: block;
        padding: 1rem;
        text-align: center;
    }
    /*フッタコンテンツ（アドレス・ページトップ）*/
    #footer-contents {
        padding: 2rem 1rem;
    }
    /* コピーライト */
    #copyright,
    #copyright a {
        padding: 3rem 1rem;
    }
}

@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 #header-menu #menu.toggled {
        top: 46px;
    }
}

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

@media(max-width:576px) {
    /* ヘッダ header id="header" #header
    ---------------------------------------------------- */
    /* メインメニュー - ナビゲーションメニュー（OPEN / CLOSE）*/
    #header-menu #menu ul li , 
    #header-menu #menu.toggled ul li {
        width: 100%;
    }
    /* メインメニュー - SP用サブメニュー*/
    #header-menu #menu.toggled #sp-sub-menu{
        padding: 0 1rem;
    }
    #header-menu #menu.toggled #sp-sub-menu li {
        width: 100%;
    }
    #header-menu #menu.toggled #sp-sub-menu li a{
        padding: 1rem;
    }

    /* コンテナ div id="container" #container
---------------------------------------------------- */
    /*メインコンテンツ - パンくずナビ*/
    .breadcrumbs .bradcrumbs-wrap{
        padding: .5rem;
    }
    .breadcrumbs .bradcrumbs-wrap span {
        font-size: .75rem;
    }
    /*メインコンテンツ - サブヘッダ*/
    #sub-header {
        height: fit-content;
    }
    #sub-header .sub-header-wrap .sub-header-title h2 {
        font-size: 1.5rem;
        letter-spacing: unset;
    }
    
/* フッタ footer id="footer" #footer
---------------------------------------------------- */
    /* ウィジェット（バナーエリア） #footer-bnr-widget */
    section.widget-area#footer-bnr-widget{
        padding: 3rem 1rem;
    }
    section.widget-area#footer-bnr-widget .section-wrap{
        width: calc( 100% - 3rem );
    }
    /* - 左右送り（バナー枚数超過の時のみ表示）*/
    section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick .slide-arrow{
        height: 1.5rem;
        width: 1.5rem;
    }
    section.widget-area#footer-bnr-widget .section-wrap .footer-bnr-area.slick .slide-arrow::before{
        font-size: 1rem;
    }
    /*フッタコンテンツ（アドレス・ページトップ）*/
    #footer-contents {
        align-items: flex-end;
    }
    /* - アドレス（施設名・住所・電話番号）*/
    #footer-contents address {
        padding: 0 1rem 0 0;
    }
    /* コピーライト */
    #copyright,
    #copyright a {
        font-size: .75rem;
        text-align: center;
    }
}

@media(max-width:360px) {
    /* コンテナ div id="container" #container
---------------------------------------------------- */
    /*メインコンテンツ - パンくずナビ*/
    .breadcrumbs {
        display: none;
    }

}