@charset "utf-8";
/* Generic Child-Oiso : Base Style
    サイト全体のスタイル
    -フォント読み込み
    -共通要素の上書き
    -共通要素
    -外枠 div id="wrapper" #wrapper
    -ヘッダ header id="header" #header
    -コンテナ div id="container" #container
    -フッタ footer id="footer" #footer
    -ログイン時表示「編集」ボタンスタイル .post-edit-link
        ※ログイン時のみ表示される記事の編集画面へのリンクボタン
*/
/*　Google Fonts 読込  Zen Old Mincho（Regular 400） , Zen Kaku Gothic New（Regular 400） , Poppins（Regular 400）　*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap');
/*
    font-family: 'Poppins', sans-serif;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-family: 'Zen Old Mincho', serif;
*/

/* 共通要素の上書き
---------------------------------------------------- */
/*ダークモードの設定上書き*/
@media(prefers-color-scheme:dark){
    body, #container{
        background:#FAFAF4;
    }
}

/*テキスト選択時カラー*/
::selection {
    background: rgba(3,164,239,.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;
    color: #333;
    -webkit-text-size-adjust: 100%;
    animation: fadeIn .5s ease 0s 1 normal;
    -webkit-animation: fadeIn .5s ease 0s 1 normal;
     background-color: #FAFAF4;
    color: #333;
    -webkit-text-size-adjust: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
/*ページ読み込み時のフェードアニメーション用キーフレーム*/
@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;
}
dd{ margin-left: 0;}
/*フォームスタイル上書き*/
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: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1em;
    margin: 0;
    outline: 0;
    padding: .5em;
}
input:focus, textarea:focus {
    background-color: #f7f7f7;
    border:solid 1px #FF8091;
}
input[type="submit"], button, .button {
    background: rgba(3,164,239,1.00);
    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
}

/*h要素スタイル上書き*/
h1, h2, h3, h4, h5, h6 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.75em;
}
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: 0.93em;
    line-height: 160%;
    margin: 1em 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*リスト要素スタイル上書き*/
.entry-content ol, .widget-container ol, .comment-body ol {
    list-style-type: decimal;
}

/*img（画像）右クリック禁止*/
img {
    pointer-events: none;
}
/*aリンク内のimg（画像）イベント許可*/
a img {
    pointer-events: auto;
}

/*a（ハイパーリンク）要素スタイル上書き*/
a {
    color: #5ead3c;
    transition: .3s;
}
a:hover {
    color: rgba(94, 173, 60,.75);
}
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;
}
.entry-content ol,
.widget-container ol,
.comment-body ol {
    margin-left: 1em;
}
.entry-content ul li,
.widget-container ul li,
.comment-body ul li {
    list-style-type: initial;
}
/*エントリーメタデータスタイル上書き*/
.entry-meta, .entry-meta a, .entry-footer, .entry-footer a, .comment-meta, .comment-meta a, .comment-author, .comment-author a {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
/*ヘッダ・コンテナ・フッタスタイル上書き*/

#header {
    display: block;
    color: #666;
    border-top: 3px solid #5ead3c;
    background: #f3f3f3;
    overflow: hidden;
    width: 100%;
    padding: 2px 0px;
    clear: both;
    font-size: 85.7%;
}

#header, #container, #footer {
    padding: 0;
}
#header #description {
    display: block;
    color: #666;
    border-top: 3px solid #5ead3c;
    background: #f3f3f3;
    overflow: hidden;
    width: 100%;
    padding: 2px 0px;
    clear: both;
    font-size: 85.7%;
}
#header #logo-container img{
    width: 317px;
}

#header #description #description-text{
    width: 950px;
    margin: 0px auto;
    font-size: 10px;
    line-height: 15px;
    padding-top: 8px;
    padding-bottom: 2px;
}

#header #header-in{
    width: 950px;
    margin: 0px auto;
    padding-top: 10px;
    text-align: left;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}



#header #header-in #contact-wrap{
    /* float: right; */
    text-align: end;
    margin-bottom: 16px;
}
#header #header-in #contact-in #txt{
    font-size: 11px;
    line-height: 15px;
    color:#333;
    letter-spacing: 0px;
    margin-bottom: 1px;
}
#header #header-in #contact-in #time{
    font-size: 12px;
    line-height: 15px;
    color:#333;
}
#header #header-in #contact-in #time span:nth-of-type(2)::after{
    content:" / "
}
#header #header-in #contact-in #tel{
    margin-top: 12px;
    font-size: 20px;
    margin-bottom: 4px;
    color: #333;
    font-family:'Lato', sans-serif; 
    line-height: 21px;
}
#header #header-in #contact-in #tel span,
#header #header-in #contact-in #time span{
    display: inline;
    text-align: right;
}
#header #header-in #contact-in #tel strong{
 font-weight: 800;
}

#header #contact-wrap::after {
  content: "";
  display: block;
  clear: both;
}

#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 {
    padding: 0;
}

/* ヘッダ header id="header" #header
---------------------------------------------------- */
#header {
    background-color: transparent;
    height: auto;
    margin: 0;
    /*position: fixed; */
    /*ヘッダ固定の指定を外す際はposition:relativeに変更し、header.php内の「ヘッダーの高さ分だけコンテンツを下げる」をコメントアウトし、
    ログイン時のアドミンバー表示調整（body.logged-in #header）もコメントアウトする
    （@media screen and (max-width: 782px)にもログイン時のアドミンバー表示調整の記述有）
    */
    position: relative;
        left: 0;
        top: 0;
    width: 100%;
    z-index: 9999;
    overflow:visible;
}
/*ログイン時のアドミンバー表示調整*/
/*
body.logged-in #header {
        top: 32px;
}
*/
#header:after {
    display: none;
}
#header .header-wrap {
    position: relative;
    width: 100%;
}
/*サイト説明文（キャッチコピー）*/
#site-description{
    /* display: none; */
    padding: 2px 0;
    font-size: 10px;
}

/*ヘッダコンテンツ（住所・電話番号：address / サイトタイトル：#sitetitle / 各種コンテンツリンクボタン：.cont-btn）*/
#header-contents{
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding: 0rem;
}
/*ヘッダコンテンツ - サイトロゴ・サイトタイトル*/
#site-title {
    flex: 1;
    margin-bottom: 0;
}
#site-title a{
    color: #333;
}
#site-title a span{
    display: inline;
}
/*ヘッダコンテンツ - 住所・電話番号*/
#header-contents {
    font-size: .875rem;
}
#header-contents ul.link-btn {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header-contents ul.link-btn li a{
  color: #fff;
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  text-decoration: none;
}

#header-contents ul li{
    display: inline;
}

#header-contents li.facility_phone{
  color: #000;
  position: relative;
  padding-left: 60px!important;
  text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}
#header-contents li.facility_phone span{
  font-size: 22px;
  letter-spacing: 2px;

}
#header-contents li.facility_fax{
  color: #000;
  position: relative;
  padding-left: 60px!important;
  text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
}
#header-contents li.facility_fax span{
  font-size: 22px;
  letter-spacing: 2px;
}
#header-contents .facility_phone::before {
    background-image: url(../images/common/ico-tel.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header-contents .facility_fax::before {
      background-image: url(../images/common/ico-fax.png);
      background-position: center center;
      background-repeat: no-repeat;
      content: "";
      position: absolute;
      left: 15px;
      top: 50%;
      width: 40px;
      height: 40px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }

#header-contents .facility_phone a:hover{
    color: #fff;
    text-decoration: underline;
}
/*サイトロゴ（画像）*/
#site-title #logo-container{
    height: auto;
    margin: 0;
    max-height: 60px;
}
#site-title #logo-container img{
    height: 100%;
    width: auto;
}
/*法人名*/
#site-title .corporation-container{
    font-size: .875rem;
    padding: 0 0 0 .5rem;
}
/*サイトタイトル*/
#site-title .title-container{
    font-size: 1.25rem;
    padding: 0 0 0 .5rem;
}
/*ヘッダコンテンツ - 各種コンテンツリンクボタン*/
#header-contents .cont-btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 10px;
    margin-top: 5px;
}
#header-contents .cont-btn li{
    display: inline-block;
    padding: .5rem;
}
#header-contents .cont-btn li a{
    align-items: center;
    background-color: #fff;
    border-radius: 1rem;
    display: flex;
    height: 2rem;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
    width: 2rem;
}
#header-contents .cont-btn li a:hover{
    background-color: rgba(3,164,239,1.00);
    color: #fff;
}
#header-contents .cont-btn li.link-access a::before{
    content: "\f041";
    font-family: FontAwesome;
    display: inline;
}
#header-contents .cont-btn li.link-inquiry a::before{
    content: "\f003";
    font-family: FontAwesome;
    display: inline;
}
#header-contents .cont-btn li.link-facebook a::before{
    content: "\f09a";
    font-family: FontAwesome;
    display: inline;
}
#header-contents .cont-btn li.link-instagram a::before{
    content: "\f16d";
    font-family: FontAwesome;
    display: inline;
}
/*検索窓のエリア*/
#header-contents .cont-btn li.search{
    z-index: 2;/*最前面に設定。数字は変更可*/
}
#header-contents .cont-btn li.search form{
    display: flex;
}
#header-contents .cont-btn li.search form input{
    font-size: .875rem;
    width: 12rem;
    height: 40px;
    border:solid 1px #FF8091;
}
#header-contents .cont-btn li.search form button {
    align-items: center;
    display: flex;
    font-size: 1rem;
    margin: 0 0 0 .5rem;
    padding: .5em ;
    transition: .3s;
}
#header-contents .cont-btn li.search form button::before{
    background: url("../images/common/ico_search.svg") center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1rem;
    width: 1rem;
}
#header-contents .cont-btn li.search form button:hover,
#header-contents .cont-btn li.search form button:focus {
    opacity: 0.8
}


/*グローバルナビゲーション*/

#menu:after  {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#menu {
    border-bottom: 3px solid #5ead3c; border-top:1px solid #e5e5e5;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee));
    clear: both;
    display: flex;
    float: none;
    width: 100%;

}
#menu div:first-of-type {
   clear: both;
   float: none;
}
#menu .menu-in {
    width: 1089px;
    margin: 0px auto;
    overflow: visible;
    display: block;
    position: relative;
    padding: 0px;
}

#menu ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: inherit;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;

}
#menu ul.sub-menu, #menu ul.children{
    margin-top: 0;
}
#menu ul.sub-menu li a span {
    font-weight: normal;
}

#menu ul li{
    display: block;
    align-items: center;
    width: 135px;
    text-align: center;
    border-bottom: none;
    overflow: visible;
    box-shadow: inset 1px 0px 0px #fff;
}
#menu li.current_page_item a,  #menu li.current_page_ancestor a,  #menu li a:hover{
    background: url(../images/common/arrow_bk.png) right bottom no-repeat #eeeeee;}

#menu ul li a{
    text-align: center;
    border-right: 1px solid #e5e5e5;
    box-shadow: inset 1px 0px 0px #fff;
    padding-right: 2px;
    padding-left: 2px;
    color: #333;
    display: block;
    overflow: hidden;
    padding: 15px 0px 10px;
    margin: 0px;
    line-height: 110%;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    background: url(../images/common/arrow_gray.png) right bottom no-repeat;
}

#menu ul li a:hover,
#menu ul li a:focus ,
#menu ul li.current-menu-item a ,  /*メニューページ current表示*/
#menu ul li.current-page-ancestor a , /*メニューの子ページ current表示*/
body.facility-template #menu ul li.menu-item-object-facility a /*施設情報（カスタム投稿タイプ） current表示*/ {
    text-decoration: none
}
#menu ul li a::after {
    background: rgba(255,255,255,0.00);
    content: '';
    height: 1px;
    position: absolute;
    bottom: .5rem;
    left: 10%;
    transform-origin: left top;
    transition: 0.3s;
    width: 80%;
}
#menu li.menu-item-has-children > a:after, #menu li.page_item_has_children > a:after {
    content: none;
}

#menu ul li a span{
    font-weight: bold;
    font-size: 15px;
}

#menu ul li a span span{
    color: #5ead3c;
    display: block;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 1px;
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
#menu ul.sub-menu li a{
   background-image: none;
   background-color: #FFF;
}
#menu ul.sub-menu li a:hover{
   background-color: #EEE;
}

/*SP用グローバルメニュー*/
.gmenu-sp {
    display: none;
}

/*SP用ヘッダコンテンツ*/
#menu .sp-menu-contents {
    display: none;
}

/* コンテナ div id="container" 
---------------------------------------------------- */
#container.front-page{
    display: block;
}


/* コンテナ div id="container"  ※下層ページ
---------------------------------------------------- */

/* コンテンツタイトル */
#container.under-page{
    background-color: rgb(250, 250, 244);
}

#container.under-page #under-ttl {
    height: 80px;
    background-color: #FAFAF4;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    margin: 0px;
}

#container.under-page #under-ttl h1 {
    max-width: 950px;
    margin: 0 auto;
    text-shadow: 0 1px #ffffff;
    font-size: 32px;
    line-height:  80px;
    font-weight: lighter;
}

/*  #content-wrap  */
#container.under-page #content-wrap {

    display: grid;
    grid-template-columns:220px 1fr ;
    column-gap: 50px;
    margin: 2em auto;
    max-width: 950px;
    padding-top: 30px;
}
#container.under-page #content-wrap #sidebar{
    order: 1;
}
#container.under-page #content-wrap #content{
    order: 2;
    width: auto;
    float: none;
    padding: 0;
}


#sub-header{
    height: 140px;
    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;
    width: 1240px;
}
#sub-header .sub-header-wrap .sub-header-title{
    height: fit-content;
    text-align: center;
    width: 100%;
}
#sub-header .sub-header-wrap .sub-header-title h2{
    color: #000;
    font-size: 1.8em;
    letter-spacing: .25rem;
}
#sub-header .sub-header-wrap .sub-header-title .slag{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: .875em;
}


/*メインコンテンツ - パンくずナビ*/
.breadcrumbs{
    display: block;
    overflow: hidden;
    text-align: left;
    padding: 0px 0 10px 0;
    line-height: 24px;
    max-width: 950px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    color: #999;
}


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


/*メインコンテンツ - サイドバー - 固定ページ子ページリスト , その他ページ用ウィジェットページリスト*/
aside#sidebar h3{
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
    position: relative;
    color: #333;
    border-top: 3px solid #5ead3c;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px #ffffff;
    background-color: #FFF;
}

aside#sidebar h3 a{
   color: #333;
   text-decoration: none;
}
aside#sidebar h3 a:hover {
   color: #5ead3c;  
}

aside#sidebar .child-page-box{
    margin: 0 0 3rem;
}
aside#sidebar .widget-box > li#side-page-link ul{
    margin: 0;
}
aside#sidebar .widget-box > li#side-page-link ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
aside#sidebar .child-page-box > ul ,
aside#sidebar .widget-box > li#side-page-link ul{
    border-top: #ddd solid 1px;
}
aside#sidebar ul#bnr-inquiry li{
    margin-bottom: 10px;
    margin-top: 20px;
}
aside#sidebar ul#bnr-inquiry a{
    display: block;
    overflow: hidden;
    width: auto;
    width: 220px;
    margin: 0px auto;
    text-align: center;
    background-color: #5ead3c;
}

aside#sidebar .child-page-box ul li a ,
aside#sidebar .widget-box > li#side-page-link ul li a{
    align-items: center;
    background-color: #fff;
    display: flex;
    text-decoration: none;
    cursor:pointer;
    padding: 13px 10px 11px 10px;
    text-decoration: none;
    color: #666;
    background: url(../images/common/aside/arrow_gray.png) right bottom no-repeat;
}
aside#sidebar .child-page-box ul li a:hover ,
aside#sidebar .widget-box > li#side-page-link ul li a:hover{
    background-color: #f7f7f7;
    color: #666;
}
/*該当ページ滞在時*/
aside#sidebar .child-page-box ul li.current_page_item > a ,
aside#sidebar .widget-box > li#side-page-link ul li.current_page_item > a {
    background-color: #f1ecec;
    color: #666;
}

/*第一階層*/
aside#sidebar .child-page-box > ul > li ,
aside#sidebar .widget-box > li#side-page-link ul li{
    border-bottom: #eee 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 > 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 .child-page-box > ul > li > ul > li > ul > li ul{
    border-top: #ddd dotted 1px;
}
aside#sidebar .child-page-box > ul > li > ul > li > ul > li ul li {
    border-bottom: #ddd dotted 1px;
}
aside#sidebar .child-page-box > ul > li > ul > li >  ul > li ul li:last-child {
    border-bottom: none;
}
aside#sidebar .child-page-box > ul > li > ul > li > ul > li ul li a{
    padding: .75rem 0 .75rem 3rem;
}
aside#sidebar .child-page-box > ul > li > ul > li > ul > li ul li a::before{
    display: none;
}


/*メインコンテンツ - サイドバー - ウィジェット*/
/*ウィジェットタイトル*/
aside#sidebar .widget-box li.widget-container{
    margin: 0 0 3rem;
}
aside#sidebar .widget-box li h3{
    align-items: center;
    font-size: 1.15rem;
    display: flex;
    justify-content: space-between;
    padding: .5rem;
}
aside#sidebar .widget-box li h3::before ,
aside#sidebar .widget-box li h3::after{
    background-color: #000;
    content: "";
    display: block;
    width: 50px;
    height: 1px;
}
/*WP-members ログインフォーム*/
aside#sidebar .wp-members #wp-members{
    background-color: #e7f5f5;
    border-radius: .5rem;
    padding: 1rem;
}
aside#sidebar .wp-members #wp-members h3{
    background-color: transparent;
    color: rgba(3,164,239,1.00);
    text-align: center;
}
/*WP-members ログインフォーム - ログイン時ステータス表示*/
aside#sidebar .wp-members #wp-members .login_widget_status{
    margin: .5rem 0 0 0;
    text-align: center;
}
/*WP-members ログインフォーム - ログイン時ログアウトリンクボタン*/
aside#sidebar .wp-members #wp-members .login_widget_status a{
    background-color: #ccc;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: .5rem auto 0 auto;
    padding: .25rem 1rem;
    text-decoration: none;
    width: auto;
}
aside#sidebar .wp-members #wp-members .login_widget_status a:hover{
    opacity: .8;
}
/*WP-members ログインフォーム - 非ログイン時フォーム*/
aside#sidebar .wp-members #wp-members .widget_form input{
    width: 100%;
}
aside#sidebar .wp-members #wp-members .widget_form .button_div input{
    width: auto;
    margin: 0 auto;
    padding: .25rem 1rem;
}

/*カテゴリ・アーカイブ・カスタム投稿タイプカテゴリ*/
aside#sidebar .widget_categories ul ,
aside#sidebar .widget_archive ul {
    margin: 0;
    padding: 0;
}
aside#sidebar .widget_categories ul li ,
aside#sidebar .widget_archive ul li{
    border-bottom: #ddd solid 1px;
    list-style: none;
    line-height: normal;
    margin: 0;
}
aside#sidebar .widget_categories ul li a ,
aside#sidebar .widget_archive ul li a{
    align-items: center;
    background-color: #fff;
    color: #333;
    display: flex;
    padding: 1rem 0;
    text-decoration: none;
}
aside#sidebar .widget_categories ul li a:hover ,
aside#sidebar .widget_archive ul li a:hover{
    background-color: #F7F7F7;
    color: #666;
}
aside#sidebar .widget_categories ul li a::before ,
aside#sidebar .widget_archive ul li a::before {
    content: "\e5df";
    font-family: 'Material Icons';
    padding: 0 .5rem 0 0;
}

/*お知らせ 特定カテゴリのみの新着表示*/
aside#sidebar .cat-post-widget ul {
    margin: 0;
    padding: 0;
}
aside#sidebar .cat-post-widget ul li{
    border-bottom: #ddd solid 1px;
    list-style: none;
    line-height: normal;
    margin: 0;
    padding: 0;
}
aside#sidebar .cat-post-widget ul li > div {
    margin: 0;
}
aside#sidebar .cat-post-widget ul li > div a{
    align-items: center;
    background-color: #fff;
    color: #333;
    display: flex;
    padding: 1rem 0;
    text-decoration: none;
}
aside#sidebar .cat-post-widget ul li > div a:hover{
    background-color: #F7F7F7;
    color: #666;
}
aside#sidebar .cat-post-widget ul li > div a::before {
    content: "\e5df";
    font-family: 'Material Icons';
    padding: 0 .5rem 0 0;
}

/* フッタ footer id="footer" #footer
---------------------------------------------------- */
#footer {
    border-bottom: 1px solid #5f5e63;
    text-align: left;
}

/*PAGETOP*/
#pagetop {
    display: block;
    overflow: hidden;
    clear: both;
    text-align: center;
}
#pagetop #pagetop-in{
    width: 950px;
    margin: 0px auto;
}
#pagetop #pagetop-in a {
    color: #333;
    background: url(../images/common/icon_arrow_top_gry.png) center bottom no-repeat #e6e6e6;
    float: right;
    display: block;
    position: relative;
    padding: 5px 15px 5px 15px;
    font-size: 11px;
    text-decoration: none;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
}

/*フッタ - フッタナビ*/
#footernav{
    background: url(../images/common/bg_bk.jpg) left top repeat;
}
#footernav .in{
    max-width: 950px;
    margin: 0 auto;
    padding: 50px 0px;
    font-size: 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}
#footernav .right-area{
    width: 70%;
}
#footernav .left-area{
    width: 25%;
}

#footernav .in a{
    color: #d2d2d3;
    text-decoration: none;
}
#footernav .in a:hover {
    color: #5ead3c;
}
#footernav .right-area ul:first-child {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 20px;
}

#footernav .right-area li a {
    border-bottom: 1px solid #8a898c;
    background: url(../images/common/arrow_gray_s.png) right bottom no-repeat;
    font-weight: bold;
    padding: 2px 20px 6px 0px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    font-weight: 700;
}
#footernav .right-area .menu li li a {
    font-weight: normal;
    box-shadow: none;
    border-bottom: none;
    background: none;
    font-weight: normal;
    border-bottom: 1px solid #626168;
}
#footer .address dt{
    color: #e6e7e8;
    margin-bottom: 8px;
    line-height: 150%;
    font-weight: bold;
    font-size: 14px;
}
#footer .address dd{
    color: #e6e7e8;
    font-size: 12px;
    line-height: 150%;
}


#footernav .menu-footer-container{
    margin: 0 auto;
}
#footernav .menu-footer-container .menu{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    padding:0 0 1rem;
    width: 100%;
}

#footernav .menu-footer-container .menu li a{
    color: rgba(0,0,0,1.00);
    line-height: 160%;
    text-decoration: none;
    font-size: 16px;
}
#footernav .menu-footer-container .menu li a:hover{
    color: rgba(0,0,0,.50);
    text-decoration: none;
}
/*フッタ - フッタナビ ： 第一層*/

#footernav .right-area .menu > li{
    text-shadow: 0 -1px #333;
    display: block;
    margin-bottom: 6px;
    line-height: 116.7%;
}
#footernav .menu-footer-container .menu li {
  margin-bottom: 8px;
}
#footernav .menu-footer-container .menu > li > a{
    font-size: 18px;
}

#footernav .address dd p{
  margin: 5px 0px;
  font-size: 16px;
  letter-spacing: 2px;
}
.address > dl > dd p.facility_phone::before {
  content: "TEL:";
    display: inline;
    padding: 0 10px 0 0;
}
#footernav .address img {
  margin-bottom: 15px;
}

#footernav .link-inquiry a:link,
#footernav .link-inquiry a:visited,
#footernav .link-inquiry a:active {
    background-color: #FF8091;
    border: 1px solid #FF8091;
    color: #fff;
    display: block;
    margin: 20px 0px 0px 0px;
    padding: 1em 0;
    text-decoration: none;
    max-width: 270px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
  }
#footernav .link-inquiry a:hover {
	border: 1px solid #FF8091;
	background-color: #E54863;
}
/*フッタ - フッタナビ ： 第二層*/
#footernav .menu-footer-container .menu > li > ul{
    padding: 0 0 0 1rem;
}
#footernav .menu-footer-container .menu > li > ul > li > a::before{
    content: "\e5cc";
    font-family: 'Material Icons';
}
/*フッタ - フッタナビ ： 第一層 診療科・部署*/
#footernav .menu-footer-container .menu > li.section{
    width: 100%;
}
/*フッタ - フッタナビ ： 第二層 診療科・部署*/
#footernav .menu-footer-container .menu > li.section > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 1rem 1rem;
}
#footernav .menu-footer-container .menu > li.section > ul > li{
    width: 23%;
}
#footernav .menu-footer-container .menu > li.section > ul::after ,
#footernav .menu-footer-container .menu > li.section > ul::before {
    content: "";
    display: block;
    height: 0;
    width: 23%;
}
#footernav .menu-footer-container .menu > li.section > ul::before {
    order: 1;
}
/*フッタ - フッタサブナビ*/
#footer-sub-nav .menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 0;
}
#footer-sub-nav .menu li{
    padding: 0 1rem;
}
#footer-sub-nav .menu li:last-child{
    border-right: none;
}
#footer-sub-nav .menu li a{
    text-decoration: none;
}
#footer-sub-nav .menu li a:hover{
    color: rgba(0,0,0,.50);
    text-decoration: none;
}
/*フッタ - コピーライト・eラーニングバナー・ページトップ*/
#footer-bottom{
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    text-shadow: 0 -1px #333;
    background: url(../images/common/bg_bk.jpg) left top repeat;
    padding: 6px 0;
    font-size: 88%;
    font-family: Arial, Helvetica, sans-serif;
    color: #d2d2d3;
    border-top: 1px solid #8a898c;
}

#footer-bottom .in{
  max-width: 950px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
 justify-content: center;
}
#footer-bottom .in a{
   color: #fff;
}
#footer-bottom > p {
    padding: .75em;
    margin: 0;
}
/*フッタ - コピーライト・ページトップ ： コピーライト*/
#copyright {
    flex: 1;
}
#copyright,
#copyright a {
    color: #fff;
    font-size: .875em;
    text-align: center;
}
#footer-bottom .in p{
  margin: 15px 0px!important;
}
/*フッタ - コピーライト・eラーニングバナー・ページトップ ： eラーニングバナー*/
#staff-link{
    background-color: rgba(3,164,239,1.00);
    padding: 0 !important;
}
#staff-link:hover{
    background-color: rgba(3,164,239,.85);
}
#staff-link a{
    align-items: center;
    color: #fff;
    display: flex;
    text-decoration: none;
    padding: .75rem 1rem;
}
#staff-link a::before{
    content: "\ea77";
    font-family: 'Material Icons';
    font-size: 1rem;
    padding: 0 .5rem 0 0;
}

/*フッタ - コピーライト・eラーニングバナー・ページトップ ： ページトップ*/
#pagetop {
    background-color: rgba(0,0,0,0.00);
    align-items: center;
    display: flex;
}
#pagetop:hover {
    background-color: rgba(0,0,0,0.15);
}
#pagetop a {
    color: rgba(255,255,255,1.00);
    padding: 0 .5em;
    text-align: center;
    text-decoration: none;
}
#pagetop a:hover {
    color: rgba(255,255,255,.75);
    padding: 0 .5em;
}
#pagetop a span{
    display: block;
    font-size: .785rem;
}

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

/* 改行
---------------------------------------------------- */
.sp-small {
  display: none;
}
.tb {
  display: none;
}

@media(max-width:1366px) {
/* ヘッダ header id="header" #header
---------------------------------------------------- */
    #header-contents {
        flex-wrap: wrap;
    }
    /*ヘッダコンテンツ - サイトロゴ・サイトタイトル*/
    #site-title {
        width: 100%;
    }
    /*グローバルナビゲーション*/
    #menu{
        flex: 1;
    }
    #menu ul{
        justify-content: flex-start;
        width: 100%;
    }
}

@media(max-width:1260px) {
/* ヘッダ header id="header" #header
---------------------------------------------------- */

    /*ヘッダコンテンツ - 住所・電話番号*/
    #header-contents address{
    }
    /*ヘッダコンテンツ - 各種コンテンツリンクボタン*/
    #header-contents .cont-btn{
        display: flex;
        justify-content: flex-end;
    }
    /*グローバルナビゲーション*/
    #menu ul li a {

    }

/* コンテナ div id="container" #container
---------------------------------------------------- */
    /*メインコンテンツ - サブヘッダ*/
    #sub-header{}
    #sub-header .sub-header-wrap{
        width: 100%;

    }
    #container {
        margin: 0;
    }

    /*メインコンテンツ - メインカラム*/
    main.content {
        padding: 0 2% 2em 0;
        width: 75%;
    }
    /*メインコンテンツ - サイドバー*/
    /* aside#sidebar {
        width: 25%;
    } */

/* フッタ footer id="footer" #footer
---------------------------------------------------- */
    /*フッタ - フッタナビ*/
    #footernav .menu-footer-container{
        width: 96%;
    }
    #footernav .in {
      padding: 20px;
    }

}


@media(max-width:1083px) {
/*PC用グローバルメニュー*/
    #menu{
        display: none;
        border-bottom: none;
    }
/*SP用グローバルメニュー*/
    .gmenu-sp {
        display: block;
    }

    .gmenu-sp summary  {
        display: block;
        left: 0px;
        text-align: left;
        font-family: 'Lato', sans-serif;
        cursor: pointer;
        color: #FFFFFF;
        background-color: #5ead3c;
        width: 100%;
    }
    .gmenu-sp summary span{
        padding:10px;
        font-size: 16px;
        font-weight: 800;
        text-align: left;
        font-family: 'Lato', sans-serif;
        cursor: pointer;
        display: inline-block;
    }
    .gmenu-sp summary span::before {
        content: url(../images/common/iconMenuOpen.png);
        margin-right: 10px;
        display: inline-block;
        transition: transform 0.3s ease; /* アニメーション */
    }
    details.gmenu-sp[open] summary span::before {
        transform: rotate(180deg); /* 開いたときに回転 */
    }
  .gmenu-sp li {    
        text-shadow: 0 1px #ffffff;
        position: relative;
        width: 100%;
        display: block;
        border-bottom: 1px solid #ccc;
    }
  .gmenu-sp li a {    
        background: url(../images/arrow_gray.png) right bottom no-repeat;
        color: #333;
        display: block;
        overflow: hidden;
        padding: 15px 0px 10px;
        margin: 0px;
        line-height: 110%;
        text-decoration: none;
        letter-spacing: 1px;
        text-align: left;
        position: relative;
        padding-left: 10px;
    }

  .gmenu-sp li.current_page_item a, .gmenu-sp li.current_page_ancestor a, .gmenu-sp li a:hover{    
        background: url(../images/common/arrow_bk.png) right bottom no-repeat #eeeeee;
    }
  .gmenu-sp li a span {    
        font-weight: bold;
        font-size: 15px;
        display: block;
    }
  .gmenu-sp li a span span {    
        color: #5ead3c;
        display: block;
        font-size: 10px;
        line-height: 140%;
        letter-spacing: 1px;
        font-family: verdana, Arial, Helvetica, sans-serif;
        font-weight: 100;
    }

}

@media(max-width:1024px) {


}
@media(max-width:950px) {
    /* ヘッダ header id="header" #header
---------------------------------------------------- */
    #header #header-in{
        flex-direction: column;
        row-gap: 10px;
        align-items: center;
    }

    #header #description #description-text {
        width: auto;
    }

    #header::after {
        background-size: auto 100%;
        height: 60px;
    }

    /*ヘッダコンテンツ - 住所・電話番号*/
    #header-contents{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0rem;
}
    #header-contents address{
        display: none;
    }
    /*ヘッダコンテンツ - サイトロゴ・サイトタイトル*/
    #site-title {
        width: auto;
    }
    #site-title a{
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left;
    }
    #site-title a span{
        display: inline-block;
    }
    /*ヘッダコンテンツ - 各種コンテンツリンクボタン*/
    #header-contents ul.cont-btn{
        display: none;
    }
    #header-contents ul.link-btn{
        display: none;
    }



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

    #container.under-page #under-ttl h1,.breadcrumbs
    {padding-left: 16px;}


/* フッタ footer id="footer" #footer
---------------------------------------------------- */

    #footernav {
    padding-top: 0;
    }
    #footernav .in {
    flex-direction: column;
    row-gap: 30px;
    }

    #footernav .right-area,
    #footernav .left-area {
        width: 100%;
        margin: 0 auto;
    }
    /*フッタ - フッタサブナビ*/
    #footer-sub-nav .menu{
        border-top: #FFF solid 1px;
        justify-content: flex-start;
        padding: 0;
    }
    #footer-sub-nav .menu li{
        border-bottom: #fff solid 1px;
        border-right: #fff solid 1px;
        padding: .8rem;
        width: 50%;
    }

    #footer-sub-nav .menu li:nth-child(2n){
        border-right: none;
    }
    #footer-sub-nav .menu li a{
        display: block;
        text-align: center;
    }
    #footer-bottom .in {
      display: -webkit-block;
      display: block;
    }
    #footer-bottom .in p{
      text-align: center;
    }
    /*フッタ - コピーライト・eラーニングバナー・ページトップ*/
    /*フッタ - コピーライト・eラーニングバナー・ページトップ ： コピーライト*/
    #copyright,
    #copyright a {
        font-size: .85em;
    }

}

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

@media(min-width:769px) {}
@media(max-width:768px) {
/* 共通要素の上書き
---------------------------------------------------- */
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.25em;
    }
    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%;
        font-size: 0.95rem;
    }
	/* PC/SP切り替え */
	.pc { display: none !important; }
	.sp { display: block !important; }

/* ヘッダ header id="header" #header
---------------------------------------------------- */
    /*グローバルナビゲーション*/
    #header #description-text{
        text-align: left;
    }
    #menu ul::before ,
    #menu ul::after {
        display: none;
    }
    #menu ul li  {
        width: 45%;
        margin:5px 5px 20px 5px;
    }
  

/* コンテナ div id="container" #container
---------------------------------------------------- */
    /*メインコンテンツ - サブヘッダ*/
    #sub-header{}
    #sub-header .sub-header-wrap{
        padding: 2rem 0;
        margin-top: 60px;
    }
    #sub-header .sub-header-wrap .sub-header-title h2 {
      font-size: 2rem;
    }
    #container {
        /* margin: 1.5em 0; */
        width: 100%;
    }
    #container .entry-content{
    padding: 0 10px;
    }
    /*メインコンテンツ - メインカラム*/
    main.content {
        margin: 0 0 2em;
        padding: .5em;
        width: 100%;
    }
    /*メインコンテンツ - メインカラム - 固定ページ最上の親ページのみメインカラム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{
        text-align: left;
        
    }
    /*フッタ - フッタナビ*/
    #footernav .right-area ul:first-child {
            grid-template-columns: 1fr;
    }

    .tb {
      display: block;
    }
}
@media(max-width:767px) {}
@media(max-width:660px) {
    #headerTop #site-description {
        line-height: 150%;
    }

   #header #header-in #contact-in #txt  {
        text-align: center;
    }
    #header #header-in #contact-in #tel {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 2px;
        font-family: 'Lato', sans-serif;
        color: #5ead3c;
}


}
@media(max-width:576px) {
  body {
      background-size: cover;
  }
/* ヘッダ header id="header" #header
---------------------------------------------------- */
    #header {
        align-items: center;
        /* display: flex; */
    }
    #sub-header .sub-header-wrap {
      margin-top: 80px;
      margin-bottom: 15px;
    }
    #header #header-in #contact-in #tel span,
    #header #header-in #contact-in #time span{
        display: block;
        text-align: center;
    }


/*ヘッダコンテンツ（住所・電話番号：address / サイトタイトル：#sitetitle / 各種コンテンツリンクボタン：.cont-btn）*/
    /*ヘッダコンテンツ - サイトロゴ・サイトタイトル*/
    #site-title {
        width: 100%
    }
    #site-title a{
        display: block;
        width: fit-content;
    }
    #site-title a span{
        display: block;
    }
    #site-title .corporation-container {
        padding: 0;
    }
    #site-title .title-container{
        padding: 0;
    }
    /*サイトロゴ（画像）*/
    #site-title #logo-container{
    }

    /*グローバルナビゲーション*/
    #menu ul list-style-type: ;{
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    #menu ul li a {
        padding: 1rem;
    }

    

/* コンテナ div id="container" #container
---------------------------------------------------- */
    /*メインコンテンツ - サブヘッダ*/
    #sub-header{
        background: none;
    }
    #sub-header .sub-header-wrap{
        padding: 1rem 0;
    }
    #sub-header .sub-header-wrap .sub-header-title h2 {
        font-size: 1.4em;
        letter-spacing: unset;
    }
    #sub-header .sub-header-wrap .sub-header-title .slag{}
    /*メインコンテンツ - パンくずナビ*/
    .breadcrumbs{
        font-size: .875em;
    }

/* フッタ footer id="footer" #footer
---------------------------------------------------- */

    /*フッタ - コピーライト・eラーニングバナー・ページトップ*/
    #footer-bottom{
        flex-wrap: wrap;
    }
    /*フッタ - コピーライト・ページトップ ： コピーライト*/
    #copyright {
        order: 1;
    }
    /*フッタ - コピーライト・eラーニングバナー・ページトップ ： eラーニングバナー*/
    #staff-link{
        order: 3;
        width: 100%;
    }
    #staff-link a{
        justify-content: center;
    }
    #footernav .in .address dt img{
      width: 70%;
    }
    /*フッタ - コピーライト・eラーニングバナー・ページトップ ： ページトップ*/
    #pagetop {
        order: 2;
    }
    .sp-small {
      display: block;
    }
    .tb {
      display: none;
    }


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

/* フッタ footer id="footer" #footer
---------------------------------------------------- */
    /*フッタ - フッタナビ ： 第二層 診療科・部署*/
    #footernav .menu-footer-container .menu > li.section > ul{
        display: none;
    }
    /* アドレス */
    #footer .address > dl{
        text-align: left;
    }
}
