/* Minification failed. Returning unminified contents.
(957,33): run-time error CSS1046: Expect comma, found '0'
(957,37): run-time error CSS1046: Expect comma, found '/'
(1322,33): run-time error CSS1046: Expect comma, found '0'
(1322,37): run-time error CSS1046: Expect comma, found '/'
 */
/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
 * Media Queries Breakpoint
 */
/* =============================================================================
 * Under 320px. 320x568, iPhone 5, iPhone SE, etc.
 * ========================================================================== */
/* ---------------------------------------------------------
 * Basic
 *------------------------------------------------------- */
body {
    font-family: sans-serif;
    color: #333333;
    background: #fcfcfc;
    line-height: 1.5;
}

img,
amp-img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

textarea {
    max-width: 90%;
}

strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    background-color: #E0E0E0;
    border: 0;
    margin: 0;
    padding: 0;
}

iframe {
    display: block;
    margin: auto;
}

sup {
    vertical-align: super;
    font-size: 0.8rem;
}

sub {
    vertical-align: sub;
    font-size: 0.8rem;
}
/* a -------------------------------- */
a {
    text-decoration: none;
}

    a:visited {
        color: #7B1FA2; /* Purple */
    }

    a:link {
        color: #1976D2; /* Blue */
    }

    a:hover {
        color: #0097A7; /* Cyan */
    }

    a:active {
        color: #388E3C; /* Green */
    }
/* ---------------------------------------------------------
 * Layout
 * ------------------------------------------------------ */
.wrap {
    margin: 0.5rem;
}

.top {
    text-align: center;
    vertical-align: middle;
}

.body-footer {
    margin: 0 auto;
}

footer {
    margin-top: 0.5rem;
}
/* ---------------------------------------------------------
 * Parts
 * ------------------------------------------------------ */
.blog-desc {
    text-align: center;
    font-size: 0.8rem;
    color: #7f7f7f;
}

.top img,
.top amp-img {
    display: inline-block;
    max-width: 600px;
    width: 100%;
}

.menu-title {
    text-align: center;
}

.ad {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
.copyright-wrap {
    width: fit-content;
    margin: 0 auto;
}
.copyright {
    margin: 0.5rem 0;
    text-align: center;
    font-size: 0.8rem;
    color: #7f7f7f;
}
/* Searchform ----------------------- */
.searchform {
    margin: 0.25rem 0;
    vertical-align: middle;
}
.searchform input {
    text-align: left;
    vertical-align: middle;
    font-size: 1rem;
    padding: 0.25rem;
    border-radius: 0.25rem;
}
.searchform .searchbutton {
    width: 25%;
    text-align: center;
    padding: 0.1rem 0;
}
/* Header article ------------------- */
.header-article {
    position: relative;
}
.header-article-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

    .header-article-title.no-thumbnail {
        position: static;
        background-color: #ebf6f7;
    }

    .header-article-title h1 {
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 0.5rem;
        color: #333333;
    }
/* Pagination ----------------------- */
.pagination {
    vertical-align: middle;
    text-align: center;
}

    .pagination .page-numbers {
        display: none;
        width: 0;
        margin: 0;
        padding: 0;
        border: none;
    }

    .pagination .current,
    .pagination .prev,
    .pagination .next {
        display: inline-block;
        width: calc(100% / 3 - 2.5rem);
        margin: 0.5rem;
        padding: 0.25rem;
        height: 1.5rem;
        text-align: center;
        border: 1px solid #E0E0E0; /* Grey */
    }

    .pagination .current {
        border: none;
    }

    .pagination a {
        background-color: white;
        border: 1px solid #E0E0E0; /* Grey */
        border-radius: 0.25rem;
    }
/* Menu ----------------------------- */
.menu-wrap a:visited {
    color: #333333;
}

.menu-wrap a:link {
    color: #333333;
}

.menu-wrap li,
.menu-wrap div {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 2rem);
    margin: 0;
    padding: 0.5rem 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 1px solid #E0E0E0; /* Grey */
}

.menu-wrap .two-columns {
    margin: 0;
    text-align: center;
    width: calc(100% / 2 - 2rem);
}

.two-columns-wrap a:nth-child(even) div {
    border-left: 1px solid #E0E0E0;
    width: calc(100% / 2 - 2rem - 1px);
}

.two-columns {
    background-color: white;
}

.body-footer .footer-menu-wrap .menu-wrap div {
    background-color: inherit;
    font-size: 0.9rem;
}
/* Breadcrumb ----------------------- */
.breadcrumb-wrap a:visited {
    color: #1976D2;
}

.breadcrumb-wrap a:link {
    color: #1976D2;
}

.breadcrumb-icon {
    margin-right: 0.5rem;
}

.breadcrumb-separater {
    margin: 0 0.5rem;
}

.breadcrumb-wrap ul,
.breadcrumb-wrap li {
    display: inline-block;
}

.breadcrumb-wrap > ul > li {
    display: block;
}
/* Tag ----------------------------- */
.tag-wrap a {
    position: relative;
    display: inline-block;
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    background: #60b3f6; /* light blue */
    margin: 6px 28px 6px 0;
    padding: 0 8px;
    left: 16px;
    white-space: nowrap;
    transition: 200ms background-color;
}

    .tag-wrap a::before {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        top: 0;
        left: -14px;
        border-top: solid 14px transparent;
        border-right: solid 14px #60b3f6; /* light blue */
        border-bottom: solid 14px transparent;
        border-left: 0;
        transition: 200ms border-right-color;
    }

    .tag-wrap a:hover {
        background: #0097A7;
    }

        .tag-wrap a:hover::before {
            border-right-color: #0097A7;
        }
/* Comment -------------------------- */
li.comment {
    margin: 0.5rem;
    list-style-type: none;
}

    li.comment img,
    li.comment amp-img {
        margin: 0.5rem;
    }

.comment-respond h3,
.comment-respond p {
    margin: 0.5rem;
}

p.comment-form-comment label {
    vertical-align: top;
}
/* Article list --------------------- */
.article-list {
    margin: 0.5rem 0 0 0;
}

    .article-list > li {
        border-top: 1px solid #E0E0E0; /* Grey */
    }

        .article-list > li:last-child {
            border-bottom: 1px solid #E0E0E0; /* Grey */
        }

    .article-list a:link {
        color: #333333; /* Black */
    }

.thumbnail-culumn {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    height: 75px;
    border-right: 1px solid #E0E0E0; /* Grey */
}

.title-culumn {
    width: calc(100% - 75px - 0.5rem - 1px);
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.title-column a {
    display: block;
    line-height: 100%;
}

.article-title {
    line-height: 1.4rem;
    margin: 0 0.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* -------------------------------------
 * Article
 * ---------------------------------- */
.article-body p {
    margin: 1rem 0.5rem;
}

.article-body > ul {
    list-style-type: disc;
    margin: 0.5rem;
}

.article-body > ol {
    list-style-type: decimal;
    margin: 0.5rem;
}

.article-body > ul > li {
    margin-left: 1.5rem;
}

.article-body > ol > li {
    margin-left: 2rem;
}

.article-body input {
    margin: 0.5rem;
}
/* h1, h2, h3, h4, h5, h6 ----------- */
article h1 {
    font-size: 1.6rem;
    margin: 0 0.5rem;
}

article h2 {
    margin: 0.7rem;
    font-size: 1.4rem;
}

article h3 {
    position: relative;
    font-size: 1.2rem;
    margin: 0.5rem 0;
}

article h4,
article h5,
article h6 {
    position: relative;
    font-size: 1.1rem;
    margin: 0.5rem 0;
}
/* table ---------------------------- */
.article-body > table {
    margin: 0.5rem auto;
    width: calc(100% - 1rem);
}

    .article-body > table th,
    .article-body > table td {
        padding: 0.25rem 0.25rem;
        border: 1px solid #E0E0E0;
        vertical-align: middle;
    }

        .article-body > table td.thumbnail {
            width: 76px;
            height: 76px;
            padding: 0;
        }

        .article-body > table td p {
            margin: 0;
        }

        .article-body > table td .article-meta {
            text-align: right;
            font-size: 0.8rem;
        }
/* Article meta --------------------- */
.article-meta {
    margin: 1px 0.5rem;
    text-align: right;
    font-size: 0.8rem;
}

    .article-meta .views {
        display: inline-block;
        margin-left: 0.5rem;
    }
/* =============================================================================
 * Over 360px, for 360x640 (Galaxy S5).
 * ========================================================================== */
@media screen and (min-width: 360px) {
    .article-body p {
        margin: 1.5rem 1rem;
    }
}
/* =============================================================================
 * Over 375px, for 375x667 (iPhone 6, 7, 8, X).
 * ========================================================================== */
@media screen and (min-width: 375px) {
}
/* =============================================================================
 * Over 414px, for 414x736 (iPhone 6 Plus, 7 Plus, 8 Plus).
 * ========================================================================== */
@media screen and (min-width: 414px) {
}
/* =============================================================================
 * Over 768px, for 768x1024 (iPad). 
 * ========================================================================== */
@media screen and (min-width: 768px) {
    /* Search Form ---------------------- */
    .searchform .searchbutton {
        width: 100px;
    }
}
/* =============================================================================
 * Over 1000px, for 1024x768 (iPad horizontal).	
 * ========================================================================== */
@media screen and (min-width: 1000px) {
    /* -------------------------------------
	 * Layout
   * ---------------------------------- */
    .sp {
        display: none;
    }

    .main-menu,
    #main-frame,
    .body-footer {
        width: 990px;
        margin: 0 auto;
    }

    main {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 346px - 24px - 10px);
    }

    nav {
        display: inline-block;
        vertical-align: top;
        width: 346px;
        height: 100%;
        margin-left: 24px;
    }

    .body-header .wrap, .body-footer .wrap {
        width: 990px;
        margin: 0.5rem auto;
    }
    /* -------------------------------------
   * Parts
   * ---------------------------------- */
    /* Pagination ----------------------- */
    .pagination .page-numbers {
        margin: 0.25rem;
        padding: 0.25rem;
        display: inline-block;
        width: calc(100% / 14);
        height: 1.5rem;
        border: 1px solid #E0E0E0; /* Grey */
    }

    .pagination .dots,
    .pagination .current {
        border: none;
    }
    /* Menu ----------------------------- */
    /* Singular nav two columns */
    nav .two-columns-wrap div.two-columns {
        text-align: left;
        width: calc(100% - 2rem);
        border-left: none;
    }
    /* Navigation menu */
    nav .menu-wrap li {
        display: block;
        width: calc(100% - 2rem);
    }

    nav .two-columns-wrap {
        display: block;
    }
    /* Home main menu two columns */
    .body-header .main-menu .two-columns-wrap div,
    .body-footer .main-menu .two-columns-wrap div {
        text-align: center;
        display: inline-block;
        width: calc(100% / 4 - 2rem - 2px);
        border-top: 1px solid #E0E0E0;
        border-left: 1px solid #E0E0E0;
        background-color: white;
        font-size: 1rem;
    }
    /* Footer menu */
    .body-footer .footer-menu-wrap {
        text-align: center;
    }

        .body-footer .footer-menu-wrap .menu-wrap div {
            font-size: 0.9rem;
            display: inline-block;
            background-color: inherit;
            width: auto;
            border: none;
        }

    .copyright {
        margin: 0 0 0.5rem 0;
    }
}
/* =============================================================================
 * Over 1200px, for 1366x768 (PC WXGA). 
 * ========================================================================== */
@media screen and (min-width: 1200px) {
}
/* =============================================================================
 * Over 1600px, for 1920x1080 (PC FHD).
 * ========================================================================== */
@media screen and (min-width: 1600px) {
}
/**
 * Media Queries Breakpoint
 */
/* =============================================================================
 * Under 320px. 320x568, iPhone 5, iPhone SE, etc.
 * ========================================================================== */
/* ---------------------------------------------------------
 * Basic
 *------------------------------------------------------- */
body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
}
header {
    background: #fcfcfc;
}
/* ---------------------------------------------------------
 * Layout
 * ------------------------------------------------------ */
nav {
    margin-top: 0.5rem;
}
.pc {
    display: none;
}
.body-header-wrap {
    background-size: 100% auto;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-color: #fcfcfc;
}
.body-header {
}
.body-footer {
    border-bottom: 1px solid #e0e0e0;
}
#main-frame {
    /*margin-top: 0.5rem;*/
    background-color: #fcfcfc;
}
/* ---------------------------------------------------------
 * Parts
 * ------------------------------------------------------ */
/* 幅と高さの絶対指定（paddingとborderの影響を受けない） */
.horizontal-box-wrap {
    width: 100%;
    box-sizing: border-box;
}
.horizontal-box {
    display: inline-block;
    margin-top: 0.5rem;
    vertical-align: bottom;
}
/* ロゴ */
.logo {
    margin: 0 auto;
    padding-top: 0.5rem;
    height: 2rem;
    max-width: 14rem;
}
.logo.home {
    padding-top: 1rem;
}
.logo.home.original {
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.logo img {
    width: unset;
    height: 1.5rem;
}
.top.no-image {
    background: none;
}
/* タイトル */
.home-title {
    font-size: 2.4rem;
    color: #009fe8;
}
/* キャッチフレーズ */
.home-catchphrase {
    margin: 3rem auto 0;
    text-align: center;
}
.home-catchphrase p {
    font-size: 2.2rem;
    color: #009fe8;
}
/* アイコン */
.home-catchphrase .icon-search {
    display: block;
    width: 2rem;
}
/* for IE */
select::-ms-expand {
    display: none;
}
/* iOSでのみplaceholderがずれる問題への対処 */
input::-webkit-input-placeholder {
    line-height: 1rem;
    padding-top: 2px; /* これはiOSのみ有効 */
}
/* 丸数字 */
.circle-number {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    color: white;
    /*background: #e82a2a;*/
    background: #ea4335; /* Google マップのマーカーの色 */
    font-size: 8px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 9px;
    margin-left: 0;
    margin-right: 0.5rem;
}
/* 検索フォーム */
.searchform {
    margin: 0 auto 0;
    padding: 0.5rem 0.5rem 0 0.5rem;
}
/* 検索フォーム（ホーム画面） */
.searchform.home {
    padding: 2rem 0.5rem 0 0.5rem;
}
.searchform input[type="text"] {
    height: 3rem;
    padding: 0.25rem 0.5rem;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    background-color: #f4f5f7;
    /* for iOS */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.searchform input:focus {
    outline: none;
    box-shadow: none;
}
.searchform input#area {
    width: calc(40% - 1.5rem);
    border: 1px solid #E0E0E0;
    border-radius: 0.25rem 0 0 0.25rem;
}
.searchform input#area.error {
    border: 2px solid #ee5c56;
}
.searchform input#keyword {
    width: calc(60% - 1.5rem);
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}
.searchform .searchbutton {
    border: none;
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    background-color: #009fe8;
    border-radius: 0 0.25rem 0.25rem 0;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
}
#request-form-message-box {
    display: none;
    margin: 0.5rem 0.5rem 0 0.5rem;
    min-height: 1.2rem;
    color: #ee5c56;
    font-size: 0.8rem;
    text-align: left;
}
.search-option-wrap {
    margin: 0 auto 0 auto;
}
.search-option {
    display: flex;
}
/* 診療科選択リンク */
#select-department-link {
    margin-top: 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
    margin-left: auto;
    min-height: 1.2rem;
    font-size: 0.8rem;
    cursor: pointer;
}
.message {
    margin: 1rem;
}
.result-page-title {
    font-size: 1.1rem;
    margin-left: 0.5rem;
}
.result-page-title .condition {
    color: #009fe8;
}
.result-page-title .page {
    color: #009fe8;
}

/* 診療科選択 */
#select-department {
    margin-top: 0.5rem;
    display: none;
}
/* 診療科選択 */
.select-departments,
.select-navigations {
    vertical-align: middle;
    display: inline-block;
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    box-sizing: border-box;
    cursor: pointer;
}
.select-departments a,
.select-navigations a {
    display: block;
}
.select-departments a:hover,
.select-navigations a:hover {
    background-color: #e5e6e7;
}
.select-departments label,
.select-navigations h2,
.select-navigations h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select-departments label {
    display: block;
    padding: 0.5rem 1rem;
}
.select-navigations {
    padding: 0;
}
.select-navigations h2,
.select-navigations h3 {
    padding: 0.5rem;
}
.select-navigations .wrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select-navigations-wrap {
    margin: 0.5rem auto 0;
    display: flex;
    flex-wrap: wrap;
}
.select-departments-wrap li:nth-child(odd),
.select-navigations-wrap li:nth-child(odd) {
    border-right: 1px solid #E0E0E0;
}
.select-departments-wrap li:nth-child(-n+2),
.select-navigations-wrap li:nth-child(-n+2) {
    border-top: 1px solid #E0E0E0;
}
.select-navigations-category {
    margin-top: 0.5rem;
    padding: 0.5rem 0.5rem 0.5rem 0;
}
.select-navigations-category h2 {
    padding-left: 0.5rem;
    border-left: 6px solid #009fe8;
    font-weight: bold;
}
/* パンくずリスト */
.breadcrumb {
    margin: 0.5rem 0.5rem 0 0.5rem ;
    vertical-align: middle;
    font-size: 0.8rem;
}
.breadcrumb a:nth-last-child(n+3):nth-child(n+2),
.breadcrumb span:nth-last-child(n+4):nth-child(n+2) {
    display: none;
}
.breadcrumb .ion-chevron-right,
.breadcrumb .ion-chevron-left {
    margin: 0 0.5rem;
}
/* サジェストボード */
.suggest-board-wrap {
    text-align: left;
    position: relative;
}
#suggest-board {
    display: none;
    padding: 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
    background-color: #fff;
    position: absolute;
    z-index: 100;
    border-radius: 0 0 0.25rem 0.25rem;
}
#suggest-board li {
    display: block;
    font-size: 1rem;
    margin: 0;
    padding: 0.35rem 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
#suggest-board li:hover {
    background-color: #f4f5f7;
}
#current-location {
    height: 1.5rem;
    color: white;
    background-color: #009fe8;
    padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 0.9rem;
}
#current-location img {
    display: inline;
    width: auto;
    height: 18px;
    vertical-align: -4px;
    margin-right: 4px;
    margin-top: 3px;
}
/* ホーム画面ホワイトスペース */
.home-white-space {
    height: 5rem;
}
.navigation li {
    border-top: 1px solid #e0e0e0;
}
.navigation li:last-child {
    border-bottom: 1px solid #e0e0e0;
}
.navigation .navigation-title {
    padding: 0.5rem;
}
.home main .navigation .navigation-title {
    padding: 0 0 0.25rem 0;
}
.navigation-title > * {
    display: inline;
    vertical-align: middle;
}
.navigation-title img {
    margin-right: 0.5rem;
    width: 2rem;
    height: 1.5rem;
}
.select-navigations img {
    margin-right: 0;
    width: 2rem;
    height: 1.5rem;
}
.navigation-title p {
    font-weight: bold;
}
.navigation-title span {
    margin: 0.125rem;
    float: right;
}
.navigation-list h3 {
    margin-top: 0.5rem;
    font-size: 0.8rem;
}
.navigation-list div {
    display: inline-block;
    margin-right: 0.5rem;
    word-break: keep-all;
}
.navigation-list a {
    display: inline-block;
    margin-top: 0.25rem;
    padding-right: 0.5rem;
    border-right: 1px dashed #e0e0e0;
    color: #1976D2;
    cursor: pointer;
}
.navigation-list a:last-child {
    border: none;
}
/* 注意書き */
.notice {
    margin: 0.5rem;
    font-size: 0.7rem;
    color: #999999;
}
/* Header article ------------------- */
.top h1 {
    font-size: unset;
    line-height: unset;
}
/* Pagination ----------------------- */
.pagination {
    margin: 0.5rem;
}
.pagination .current,
.pagination .prev,
.pagination .next {
    margin: 0;
    width: 3rem;
    padding: 0.25rem;
}
.pagination a {
    display: block;
}
.pagination a:hover {
   background-color: #e5e6e7;
}
/* メニュー ----------------------------- */
.navigation a {
    display: block;
}
.navigation a:hover {
   background-color: #e5e6e7;
}
nav a:visited,
.select-navigations a:visited,
.menu-wrap a:visited {
    color: #333333;
}
nav a:link,
.select-navigations a:link,
.menu-wrap a:link {
    color: #333333;
}
.mhd-logo a:visited,
.mhd-logo a:link {
    color: #009fe8;
}
.menu-wrap li,
.body-footer .footer-menu-wrap {
    margin: 0 auto;
}    
.body-footer .footer-menu-wrap .menu-wrap {
    margin: 0.5rem;
    text-align: center;
}
.body-footer .footer-menu-wrap .menu-wrap span {
    font-size: 0.8rem;
    color: #7f7f7f;
}
.menu-vbar {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
/* 町丁目一覧 */
#town-search-link-wrap {
    margin: 0.5rem 0.5rem 0 0;
    min-height: 1.2rem;
    font-size: 0.8rem;
    display: flex;
    justify-content: flex-end;
}
#town-search-link {
    cursor: pointer;
}
#town-search {
    margin-top: 0.5rem;
    display: none;
}
/* -------------------------------------
 * Article
 * ---------------------------------- */
article {
    color: #333;
}
.hospital-list li {
    margin-top: 0.5rem;
    border-top: 4px solid #e5e6e7;
}
.hospital-name-wrap {
    margin-top: 0.5rem;
    background-color: #f4f5f7;
}
article > a {
    display: block;
}
article > a:hover {
   background-color: #e5e6e7;
}
.hospital-name {
    margin: 0;
    padding-left: 0.5rem;
    border-left: 6px solid #009fe8;
    /* 検索結果地図表示対応 */
    font-size: 1.2rem;
    line-height: 36px;
}
article h2 span.ion-chevron-right {
    margin: auto 0.5rem auto 0.5rem;
    float: right;
}
.hospital-address {
    margin: 0.5rem 1rem 0 1rem;
    font-size: 0.8rem;
}
.hospital-direction {
    margin: 0 1rem;
    font-size: 0.8rem;
}
.hospital-detail {
    padding: 0.5rem;
    text-align: right;
    color: #1976d2;
    font-size: 0.8rem;
}
.hospital-detail .ion-chevron-right {
    margin: 0 0.5rem;
}
/* 診療時間 */
.consultation-hours {
    margin: 0.5rem 0 0 0;
    font-size: 0.7rem;
}
.consultation-hours table {
    border-color: #e5e6e7;
    border-style: solid none;
    border-width: 2px;
    width: 100%;
}
.consultation-hours table th {
    background-color: #ebf7fd;
}
.consultation-hours table th.department-name {
    background-color: #f4f5f7;
}
.consultation-hours table th,
.consultation-hours table td {
    padding: 1px;
    border: solid 1px #e5e6e7;
    text-align: center;
    vertical-align: middle;
    width: calc(100% / 9);
    empty-cells:hide;
}
.consultation-hours table tr {
    border-style: none;
    border-width: 1px;
    border-color: #e5e6e7;
    text-align: center;
}
.consultation-hours table th.left-edge,
.consultation-hours table td.left-edge {
    border-style: solid solid solid none;
}
.consultation-hours table th.right-edge,
.consultation-hours table td.right-edge {
    border-style: solid none solid solid;
}
.consultation-hours table th.both-edge,
.consultation-hours table td.both-edge {
    border-style: none;
}
.consultation-hours table th.empty-cell,
.consultation-hours table td.empty-cell {
    border-style: none;
    background-color: #fcfcfc;
}
.saturday {
    color: #186ebd;
}
.sunday {
    color: #ee5c56;
}
.holiday {
    color: #347230;
}
/* 専門医療情報・診療科目 */
.detail-departments-wrap,
.special-treatment {
    margin: 0 1rem;
}
.detail-departments-wrap h2,
.special-treatment h3 {
    font-size: 1.1rem;
    margin: 0.5rem 0 0;
}
.consultation-hours h3 {
    font-size: 1.1rem;
    margin: 1.5rem 1rem 0;
}
.detail-departments-wrap span,
.special-treatment span {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
    border: solid 1px #e5e6e7;
    border-radius: 0.5rem;
    font-size: 0.8rem;
}
/* Googleマップ */
#google-map-wrap {
    text-align: center;
    margin-top: 0.5rem;
}
#google-map-sp {
    width: 100%;
    height: 320px;
}
#google-map-pc {
    display: none;
}
.google-map-link {
    text-align: center;
}
/* OpenStreetMap */
main #openstreetmap-wrap {
    margin-top: 0.5rem;
}
div.leaflet-popup-content-wrapper {
    border-radius: 0.25rem;
}
div.leaflet-popup-tip {
    width: 12px;
    height: 12px;
}
/* 電話をかける */
.call,
.external-link {
    margin: 1rem;
    padding: 1rem;
    text-align: center;
    background-color: #ebf7fd;
}
/* 電話番号 */
.tel {
    margin: 0.5rem;
    padding: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #009fe8;
}
.call a:link {
    padding: 1rem;
    color: #fcfcfc; 
}
.ion-chevron-right,
.ion-chevron-left,
.ion-chevron-down,
.ion-chevron-up {
    color: #7f878c;
}
/* 受診意向アンケート ダイアログ */
#openFeedbackDialog {
    color: #1976D2;
    cursor: pointer;
}
.feedback-dialog {
    border-radius: 0.25rem;
    border-style: none;
    overflow: visible;
    width: 80vw;
    min-height: 200px;
    max-width: 400px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
}
.feedback-dialog::backdrop {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2px);
}
.feedback-dialog-icon {
    position: absolute;
    left: calc(50% - 60px);
    top: -2rem;
    width: 120px;
}
.feedback-dialog-message {
    margin-top: calc(60px + 2rem);
    text-align: center;
}
.feedback-dialog-attention {
    font-size: 0.8rem;
    text-align: center;
}
.feedback-dialog-buttons {
    margin-top: 2rem;
    text-align: center;
}
.feedback-dialog-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    min-width: calc(50% - 4rem);
    font-size: 1rem;
    font-weight: bold;
    background-color: #009fe8;
    color: #fcfcfc;
    border: 2px solid #009fe8;
    border-radius: 0.25rem;
    cursor: pointer;
    outline: 0;
}
.feedback-dialog-button:link,
.feedback-dialog-button:visited {
    color: #fcfcfc;
}
.feedback-dialog-button:nth-child(2) {
    background-color: #fcfcfc;
    color: #009fe8;
}
.feedback-dialog-button:nth-child(2):visited {
    color: #009fe8;
}
/* いしゃまち病院データベース */
.point-mistake {
    margin: 0.5rem;
    font-size: 0.8rem;
}
.mhd-logo {
    margin: 0.6rem 1rem 0.6rem 1rem;
    text-align: right;
    font-size: 0.6rem;
}
.mhd-logo img {
    height: 0.8rem;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.3rem;
}
/* いしゃまちバナー */
.banner-ishamachi {
    max-width: 320px;
}
/* 注意書き */
.precautionary {
    margin-top: 0.5rem;
    padding: 0.5rem;
    font-size: 0.8rem;
    color: #999999;
    background-color: #f0f0f0;
}
.precautionary p {
    margin: 0.5rem 0 0 0;
}
.precautionary p:first-child {
    margin: 0;
}
/* メディウィル純広告 */
.ad-mediwill-link {
    display: inline-block;
    width: fit-content;
}
.ad-mediwill-img {
    width: 100%;
}
/* CKD版バナー */
#ckd-banner-wrap {
    margin: 0.5rem 0 0 0;
}
/* =============================================================================
 * Over 360px, for 360x640 (Galaxy S5).
 * ========================================================================== */
@media screen and (min-width: 360px) {
    /* 受診意向アンケート */
    .feedback-message {
        font-size: 1rem;
    }
}
/* =============================================================================
 * Over 375px, for 375x667 (iPhone 6, 7, 8, X).
 * ========================================================================== */
@media screen and (min-width: 375px) {
}
/* =============================================================================
 * Over 414px, for 414x736 (iPhone 6 Plus, 7 Plus, 8 Plus).
 * ========================================================================== */
@media screen and (min-width: 414px) {
}
/* =============================================================================
 * Over 768px, for 768x1024 (iPad). 
 * ========================================================================== */
@media screen and (min-width: 768px) {
    /* 受診意向アンケート */
    .feedback {
        display: none;
        align-items: center;
        grid-template-columns: 120px auto;
    }
    .feedback-message {
        grid-column: 2;
        grid-row: 1;
        margin: 0 auto;
        height: auto;
    }
    .feedback-buttons {
        grid-column: 2;
        grid-row: 2;
    }
    .feedback-button {
        min-width: 10rem;
    }
    .feedback-thanks {
        grid-column: 1/3;
        grid-row: 1;
        padding: 0;
    }
    .feedback-icon {
        grid-column: 1;
        grid-row: 1/2;
        left: calc(50% - 240px);
        top: -2.5rem;
        width: 120px;
    }
}
/* =============================================================================
 * Over 1000px, for 1024x768 (iPad horizontal).	
 * ========================================================================== */
@media screen and (min-width: 1000px) {
    /* -------------------------------------
    * Layout
    * ---------------------------------- */
    main {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 346px - 1rem);
    }
    nav {
        display: inline-block;
        width: 346px;
        margin-left: 0.5rem;
        position: -webkit-sticky;
        position: sticky;
        top: 0.5rem;
    }
    nav .wrap {
        margin: 0.5rem 0;
    }
    .pc {
        display: inline-block;
    }
    .sp {
        display: none;
    }
    .body-header-wrap {
        background-position: 50% 20%;
        max-width: none;
        margin: 0;
    }
    .body-header {
        /* background-color: rgba(255, 255, 255, 0.6); */
    }
    /* ---------------------------------------------------------
     * Parts
     * ------------------------------------------------------ */
    /* アイコン */
    .home-catchphrase .icon-search {
        width: 3rem;
    }
    /* キャッチフレーズ枠 */
    .home-catchphrase {
        margin: 6rem auto 0;
    }
    /* キャッチフレーズ */
    .home-catchphrase img {
        max-width: 20rem;
    }
    .home-catchphrase p {
        font-size: 1rem;
    }
    /* 検索フォーム */
    .searchform,
    .search-option-wrap {
        max-width: 680px;
    }
    .select-departments {
        width: 25%;
        border-right: 1px solid #e0e0e0;
    }
    .select-departments-wrap,
    .select-navigations-wrap {
        max-width: 990px;
    }
    .select-navigations-wrap li:nth-child(odd) {
        border-left: 1px solid #E0E0E0;
    }
    .select-navigations-wrap li:nth-child(even) {
        border-right: 1px solid #E0E0E0;
    }
    .select-departments-wrap li:nth-child(-n+4) {
        border-top: 1px solid #e0e0e0;
    }
    .select-departments-wrap li:nth-child(4n+1) {
        border-left: 1px solid #e0e0e0;
    }
    /* ナビゲーション */
    .navigation li {
        border-right: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
    }
    .navigation li a {
        width: 100%;
    }
    nav.town-list ul {
        -moz-column-count: 4;
        column-count: 4;
    }
    /* Googleマップ */
    #google-map-pc {
        display: block;
        width: 100%;
        height: 600px;
    }
    #google-map-sp {
        display: none;
    }
    .body-footer {
        border-bottom: none;
    }
    /* 注意書き */
    .precautionary {
        border-radius: 0.25rem;
    }
    /* 診療時間 */
    .consultation-hours {
        margin: 0.5rem 1rem 0 1rem;
        font-size: 0.9rem;
    }
    .consultation-hours table {
        border-style: solid;
    }
    .consultation-hours table td {
        border-style: solid;
    }
    .consultation-hours table th.right-edge,
    .consultation-hours table td.right-edge {
        border-style: solid;
        border-right-width: 2px; 
    }
    .consultation-hours table th.both-edge {
        border-style: none;
    }
    .consultation-hours h3 {
        margin: 0.5rem 0 0;
    }
    /* 町丁目一覧 */
    #town-search .select-navigations {
        vertical-align: middle;
        display: inline-block;
        width: 25%;
        margin: 0;
        border-bottom: 1px solid #E0E0E0;
        box-sizing: border-box;
        cursor: pointer;
    }

    /* 右枠線 */
    #town-search .select-navigations-wrap li:nth-child(even) {
        border-right: none;
    }
    /* 右枠線 */
    #town-search .select-navigations-wrap li:nth-child(4n),
    #town-search .select-navigations-wrap li:last-child {
        border-right: 1px solid #E0E0E0;
    }
    /* 上枠線 */
    #town-search .select-navigations-wrap li:nth-child(-n+4) {
        border-top: 1px solid #E0E0E0;
    }
    /* フルメニュー画面のナビゲーション */
    .full-menu main .navigation {
        margin-top: 0.5rem;
        /*margin-bottom: 0.5rem;*/
        padding: 0.5rem;
        border: 1px solid #e0e0e0;
    }
    /* フルメニュー画面はサイドバーのメニューなし */
    .full-menu nav {
        display: none;
    }
    .full-menu main {
        width: calc(100% - 1rem);
    }
    .full-menu a {
        display: inline;
    }
    /* CKD版バナー */
    #ckd-banner-wrap,
    .ckd-banner {
        width: 628px;
        height: calc(628px / 3);
    }
}
/* =============================================================================
 * Over 1200px, for 1366x768 (PC WXGA). 
 * ========================================================================== */
@media screen and (min-width: 1200px) {
}
/* =============================================================================
 * Over 1600px, for 1920x1080 (PC FHD).
 * ========================================================================== */
@media screen and (min-width: 1600px) {
}
/* =============================================================================
 * for print
 * ========================================================================== */
@media print {
    @page {
        size: A4;
        margin: 15mm;
    }
    #main-frame {
        background-color: white;
    }
    header,
    .breadcrumb-wrap,
    nav,
    #google-map-sp,
    footer,
    iframe,
    #main-frame > main > ul > li > a > article > p.hospital-detail,
    #main-frame > main > div.pagination,
    #main-frame > main > article > div.call > p,
    #main-frame > main > article > div.external-link {
        display: none;
    }
    #google-map-pc {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100mm;
    }
    .consultation-hours table {
        width: 60%;
        margin-left: 3mm;
        margin-bottom: 3mm;
        border-style: solid;
        border-width: 1px; 
    }
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
    height: 100%;
}
/* Optional: Makes the sample page fill the window. */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* The popup bubble styling. */
.popup-bubble {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    /* Style the bubble. */
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}
/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: /* TIP_HEIGHT= */ 8px;
    left: 0;
}
    /* This element draws the tip. */
    .popup-bubble-anchor::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        /* Center the tip horizontally. */
        transform: translate(-50%, 0);
        /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
        width: 0;
        height: 0;
        /* The tip is 8px high, and 12px wide. */
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: /* TIP_HEIGHT= */ 8px solid white;
    }
/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;
}
/* このエリアで検索ボタン */
#searchHereButtonDiv {
    padding: 0.6rem;
    opacity: 0;
    transition: 0.5s;
}
#searchHereButtonDiv div{
    background-color: #009fe8;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0.1rem 0.2rem -0.1rem;
    border-radius: 0.25rem;
    padding: 0.12rem 0.4rem;
    color: #fff;
    font-size: 0.85rem;
    text-align: center;
}
#openstreetmap-wrap {
    position: relative;
    text-align: center;
    margin-top: 0.5rem;
    z-index: 99;
}
#mapid {
    height: 375px;
    width: 100%;
    margin: 0 auto;
}
/* leaflet */
.leaflet-popup-close-button {
    display: none;
}

.leaflet-popup-content {
    margin: 3px 6px !important;
}
/* このエリアで検索ボタン */
#searchHereButtonLeafDiv {
    font-size: 1.6rem;
    height: 24px;
    width: 118px;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translate(-50%, 0%);
    z-index: 1000;
    color: white;
    cursor: grab;
    opacity: 0;
    padding: 0;
    transition: 0.5s;
    user-select: none
}

    #searchHereButtonLeafDiv div {
        background-color: #009fe8;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 0.1rem 0.2rem -0.1rem;
        border-radius: 0.25rem;
        padding: 0.2rem;
        color: #fff;
        font-size: 0.8rem;
        text-align: center;
    }

@media screen and (min-width: 1000px) {
    #mapid {
        height: 600px;
    }
}
/* ローディング画面 */
#loading {
    height: 50vh;
    position: relative;
}

.balls-guruguru {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
/*    width: 80px;
    height: 80px;
*/  
    width: 40px;
    height: 40px;
    background-color: #fff;
}

.ball {
    width: 50%;
    /*height: 16px;*/
    height: 8px;
    position: absolute;
    top: calc(50% - 10px);
    transform-origin: 100% 50%;
    left: 0;
}

.ball::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1e90ff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ball-1::before {
    animation: ball-guruguru 1s linear 0s infinite;
}

.ball-2 {
    transform: rotate(45deg);
}

.ball-2::before {
    animation: ball-guruguru 1s linear -0.125s infinite;
}

.ball-3 {
    transform: rotate(90deg);
}

.ball-3::before {
    animation: ball-guruguru 1s linear -0.25s infinite;
}

.ball-4 {
    transform: rotate(135deg);
}

.ball-4::before {
    animation: ball-guruguru 1s linear -0.375s infinite;
}

.ball-5 {
    transform: rotate(180deg);
}

.ball-5::before {
    animation: ball-guruguru 1s linear -0.5s infinite;
}

.ball-6 {
    transform: rotate(225deg);
}

.ball-6::before {
    animation: ball-guruguru 1s linear -0.625s infinite;
}

.ball-7 {
    transform: rotate(270deg);
}

.ball-7::before {
    animation: ball-guruguru 1s linear -0.75s infinite;
}

.ball-8 {
    transform: rotate(315deg);
}

.ball-8::before {
    animation: ball-guruguru 1s linear -0.875s infinite;
}

@keyframes ball-guruguru {
    0% {
        width: 8px;
        height: 8px;
        opacity: 1;
    }

    100% {
        width: 3px;
        height: 3px;
        opacity: .2;
        margin-left: 4px;
    }
}

