@charset "utf-8";
/* CSS Document */


/* ==== キービジュアル ====*/
.kv_area {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 1rem;
}
.kv_area figure {
    width: 100%;
}
.kv_area figure.txt img {
    max-width: 90%
}
.kv_area .bx-wrapper{
	margin-bottom:0;
}
main {
    background-size: cover;
    padding-bottom: 1.5rem;
}
/* ==== お知らせ欄 ==== */
section.news {
    margin: 2rem 1rem 0;
}
.news h2 {
    padding: 0.5rem;
    margin: 0;
    width: 100%;
    color: #006CB8;
    font-size: 1.8rem;
    text-align: left;
    position: relative;
}
.news h2 img {
    padding: 0 1rem 0 0;
    width: auto;
    vertical-align: middle
}
.news h2::after {
    content: "";
    display: inline-block;
    width: calc( 100% - 6.5em );
    top: calc( 1.5em / 2 );
    left: 5.5em;
    height: 1rem;
    margin: 0 3rem;
    background-color: #006CB8;
    position: absolute;
}
.news dt {
    font-size: 1.3em;
    font-weight: bold;
    color: #006CB8;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ccc;
}
.news dd {
    margin: 0 0 2rem 0;
    padding: 1rem;
    font-size: 1.2em;
}
.news dl {
    width: 100%;
    margin: 0 auto;
    padding: 0.5rem;
    max-height: 500px;
    overflow: auto;
    text-align: left;
}
/* ==== 特長 ==== */
#features ol {
    margin: 0.5rem;
    list-style: none;
    text-align: center;
}
#features li {
    margin-bottom: 1rem;
}
#features {
    padding: 1rem 0;
}
/* ==== 医院概要 ==== */

.overview {
    width: 100%;
    padding: 1rem 0;
}
.overview h2 {
    padding: 0.5rem;
    margin: 0;
    width: 100%;
    color: #676767;
    font-size: 1.8rem;
    text-align: left;
    border-bottom: #3C8FC9 solid 2px;
}
.overview h2 img {
    padding: 0 1rem 0 0;
    width: auto;
    vertical-align: middle
}
.overview .detail {
    padding: 1rem;
    margin : 0.5rem;
}
.overview dl {
    width: 100%;
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
}
.overview dt {
    margin-bottom: 0.5rem;
    width: 5em;
}
.overview dt p {
    background: #3C8FC9;
    color: #fff;
    padding: 0.5rem;
    border-radius: 5px;
    text-align: center;
}
.overview dt p.fs_s {
    font-size: 45%;
    line-height: 1.2em;
}
.overview dd {
    margin: 0;
    padding: 0.5rem 0 0.5rem 0.5rem;
    width: calc(100% - 5em);
}
.overview .gmap, .overview .gmap iframe {
    width: 100%;
}
/* 下部のslider */
.bx-wrapper {
    -moz-box-shadow: 0 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0 0;
    border: none;
    background-color: transparent;
}
.bx-controls.bx-has-controls-direction.bx-has-pager {
    display: none;
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
/* ==== キービジュアル ====*/
.kv_area {
    margin: 0 auto;
    width: 98%;
    position: relative;
    max-width: 1170px;
}
.kv_area .txt {
    position: absolute;
    top: 1rem;
    right: 1rem;
    text-align: right;
}
/* ==== 特長 ==== */
#features h2 {
    font-size: 3rem!important;
    padding-bottom: 1rem;
}
#features ol {
    display: flex;
    flex-wrap: wrap;
}
#features ol li {
    width: 50%;
    margin-bottom: 2rem;
}
/* ==== お知らせ欄 ==== */
section.news {
    width: 98%;
    margin: 0 auto;
}
.news h2 {
    font-size: 2rem;
}
.news h2 img {
    padding: 0 1rem 0 0;/*	vertical-align: text-bottom;
	display: inline-block; */
}
.news dl {
    width: 100%;
    margin: 1rem;
}
/* ==== 医院概要 ==== */	
.overview {
    width: 100%;
}
.overview h2 {
    font-size: 2rem;
    padding: 0 0.5rem 0.5rem;
}
.overview h2 img {
    padding: 0 1rem 0 0;/*	vertical-align: text-bottom;
	display: inline-block; */
}
.overview .detail {
    width: 55%;
    padding: 0;
    margin: 0;
}
.overview .gmap {
    width: 43%;
}
.overview .gmap iframe {
    height: 300px;
    width: 100%;
}
}

/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 46.875em) and (max-width: 73.063em) {
}
