/* 医院様専用のCSS */

/*追従バナー設置*/
#bottomLink{
  display: none;
}

@media screen and (max-width: 768px) {
  #bottomLink {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    height: 50px;
    overflow: hidden;
}
#bottomLink a span {
    font-size: 14px;
    display: inline-block;
}
#bottomLink a {
    display: block;
    color: #fff;
    background: #ef8e80; /*テンプレートに合わせて色を変更*/
    text-decoration: none;
    font-size: 110%;
    line-height: 1.2em;
    width:100%;
    height: 100%;
  float:left;
  border-left: 1px solid #fff;
    padding: 10px 0px;
}
}

/*設備案内テキストの表示*/
@media (max-width: 600px) {
.content .content-list .item span {
    display: block;
}
 }

 /*フォントオーダー*/
 .content .section-inner {
    font-family: "Noto Sans Javanese";
}

.info-inner-text p {
    font-family: "Noto Sans Javanese";
}

.feature-content p {
    font-family: "Noto Sans Javanese";
}

.care-text p {
    font-family: "Noto Sans Javanese";
}

.left_area {
    font-family: "Noto Sans Javanese";
}

.right_area {
    font-family: "Noto Sans Javanese";
}

.map {
    font-family: "Noto Sans Javanese";
}

/*設備紹介角丸なし*/
@media print, screen and (min-width: 639px) {
    .content .content-list .item .item-img {
        border-radius: none;
    }
}

.content .content-list .item .item-img img {
    border-radius: 0vw;
}

/*各ページヘッダー装飾無し*/
@media print, screen and (min-width: 1025px) {
    .top_icon::before {
        background: none;
    }
}

@media print, screen and (min-width: 1025px) {
    .top_icon::after {
       background: none;
    }
}

.feature-content p {
    padding: 10px 20px 20px 20px;
}