@charset "utf-8";
html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}
*, ::after, ::before {
    box-sizing: inherit
}
::after, ::before {
    text-decoration: inherit;
    vertical-align: inherit
}
* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0
}
button {
    overflow: visible
}
article, aside, figure, footer, header, main, nav, section {
    display: block
}
small {
    font-size: 88%
}
[hidden], template {
    display: none
}
a {
    color: #3c8fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:active, a:hover {
    outline-width: 0
}
strong {
    font-weight: bolder
}
input {
    border-radius: 0
}
[type=button], [type=reset], [type=submit] [role=button], button {
    cursor: pointer
}
textarea {
    overflow: auto;
    resize: vertical
}
button, input, select, textarea {
    font: inherit
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: 0;
    padding: 0
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
    outline: ButtonText dotted 1px
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}
button, select {
    text-transform: none
}
button, input, select, textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}
select {
    -moz-appearance: none;
    -webkit-appearance: none
}
select::-ms-expand {
    display: none
}
select::-ms-value {
    color: currentColor
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
img {
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
audio, video {
    display: inline-block
}
[aria-busy="true"] {
    cursor: progress;
}
[aria-controls] {
    cursor: pointer;
}
[aria-disabled] {
    cursor: default;
}
::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}
::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}
html, body {
    height: 100%
}
html {
    font-size: 62.5%
}
body {
    font: 1.4rem/1.5 Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}
p, aside small {
    margin: 0 0 1em;
    display: block;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}
h2, h3, h4 {
    color: #383838;
}
h2 {
    margin-bottom: 30px;
    font-size: 3.6rem;
    text-align: center;
}
h2 span {
    font-size: 1.4rem
}
h2 img {
    vertical-align: middle
}
h3 {
    margin-bottom: 20px;
    font-size: 2.4rem
}
h2 i, h3 i {
    padding-right: 10px;
    line-height: 1
}
h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 1.6rem
}
.st0 {
    fill: #3C8FFF;
}
.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto
}
section {
    padding-top: 50px;
    padding-bottom: 50px
}
@media (min-width:768px) {
    section {
        padding-top: 90px;
        padding-bottom: 90px
    }
}
.rounded-circle {
    border-radius: 50%!important;
}
img.rounded-circle {
    width: 100%
}
/* Flexbox */
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
@media (min-width:1100px) {
    .container {
        max-width: 1040px
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.col, .col-5, .col-6, .col-7, .col-auto, .col-sm-6, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-9, .col-12, .col-anshin {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width:576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}
@media (min-width:768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}
/* Header */
header {
    display: flex;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 55px;
    z-index: 10
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
h1 {
    width: 220px;
}
h1 img {
    width: 100%;
    vertical-align: middle
}
.head-access {
    display: none
}
.btn {
    width: fit-content;
    padding: 10px 25px;
    display: block;
    background-color: #3c8fff;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 6px;
}
.btn::after {
    content: "▶︎";
    font-size: 1.2rem;
    padding-left: 10px;
}
/* @media (min-width:768px) { */
@media (min-width:888px) {
    header {
        height: 90px;
        background-color: rgba(255, 255, 255, .8)
    }
    .head-access {
        display: flex;
        align-items: center;
        line-height: 1.3;
    }
    .btn-wrap {
        /* margin-left: 20px; */
        margin: 8px 0 8px 20px;
        display: flex;
        gap: 20px;
    }
    .phone {
        margin-bottom: 5px;
        display: flex
    }
    .head-access span {
        display: block;
        font-size: 3rem;
        color: #3c8fff
    }
    .head-access p {
        font-size: .9rem
    }
    .head-access i {
        margin-right: 20px;
        background-color: #3c8fff;
        color: #fff;
        border-radius: 50px;
        font-size: 1rem;
        font-style: normal;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-reservation {
        transition: .3s;
    }
    .btn-reservation:hover {
        opacity: .7;
    }

}
/* Navi */
.menu, .menu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.menu {
    background: none;
    position: fixed;
    top: 12px;
    right: 15px;
    width: 40px;
    height: 34px;
    padding: 6px 10px;
    z-index: 999;
    border-radius: 6px;
    border: 3px solid #3c8fff;
}
.menu.active {
    border: 3px solid #fff
}
.menu span {
    position: absolute;
    left: 4px;
    width: 80%;
    height: 3px;
    background-color: #3c8fff;
    z-index: 999;
    border-radius: 6px
}
.menu span:nth-of-type(1) {
    top: 3px;
}
.menu span:nth-of-type(2) {
    top: 12px;
}
.menu span:nth-of-type(3) {
    bottom: 4px;
}
.menu.active span:nth-of-type(1) {
    top: -2px;
    background-color: #fff
}
.menu.active span:nth-of-type(3) {
    bottom: -1px;
    background-color: #fff
}
.menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
}
.menu.active span:nth-of-type(2) {
    opacity: 0;
}
.menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
}
.nav-m {
    position: fixed;
    top: 0;
    right: 0;
    width: 80vw;
    height: 100vh;
    opacity: 0;
    background: rgba(60, 143, 255, .95);
    transition: .5s linear;
    transform: translateX(100vw);
}
.nav-m.active {
    right: 0;
    opacity: 1;
    transform: translateX(0);
    z-index: 99;
}
.nav-m ul {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav-m ul li a {
    display: block;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
}
.nav-l {
    display: none
}
/* バナーリンク */
.nav-m ul li.banner-link {
    width: 100%;
    padding: 0 16px;
}
.nav-m ul li.banner-link a img {
    width: 100%;
    height: auto;
}
/* @media (min-width:768px) { */
@media (min-width:888px) {
    .menu {
        display: none
    }
    .nav-l {
        margin-bottom: -1px;
        padding: 30px 0 60px;
        display: block;
        background: url("../img/bg-menu.jpg") no-repeat bottom left;
        background-size: 100% auto
    }
    .list-nav-l {
        display: flex;
        flex-wrap: wrap;
    }
    .list-nav-l li {
        margin-bottom: 20px;
        flex: 0 0 20%;
        max-width: 20%;
        text-align: center;
    }
    .list-nav-l li:nth-child(6), .list-nav-l li:nth-child(7), .list-nav-l li:nth-child(8), .list-nav-l li:nth-child(9) {
        flex: 0 0 25%;
        max-width: 25%
    }
    .list-nav-l li a {
        color: #000
    }
    .list-nav-l li i {
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .list-nav-l li span {
        display: block;
        color: #3c8fff;
        font-size: .8rem
    }
}
/* Reservation link */
#reservation-link {
    padding: 0 16px 16px;
    text-align: center;
}
#reservation-link a {
    display: inline-block;
    transition: .3s;
}
#reservation-link a:hover {
    opacity: .7;
}
#reservation-link a img {
    width: 100%;
    height: auto;
}
@media (min-width:768px) {
    #reservation-link {
        padding: 0 16px 24px;
    }

}
/* fixed_button */
.fixed_cta {
    display: flex;
    justify-content: center;
    gap: 18px;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 8px;
    z-index: 10;
}
.fixed_cta a {
    transition: .3s;
}
.fixed_cta a:hover {
    opacity: .7;
}
/* 電話ボタン */
.fixed_cta a.tell {
    display: inline-block;
    background-color: #005BAC;
    border-radius: 750px;
    padding: 6px;
    width: calc((100% - 18px) / 2);
    height: auto;
    text-align: center;
}
.fixed_cta a.tell span {
    display: block;
    border: 1px dashed #ffffffbf;
    border-radius: 750px;
    padding: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
/* web予約ボタン */
.fixed_cta a.web {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 750px;
    padding: 6px;
    width: calc((100% - 18px) / 2);
    height: auto;
    text-align: center;
}
.fixed_cta a.web span {
    display: block;
    border: 1px dashed #005BAC;
    border-radius: 750px;
    padding: 16px;
    color: #005BAC;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .fixed_cta {
        display: none;
    }
}
/* Footer */
footer {
    padding: 30px;
    background-color: #106cac;
    color: #fff;
    text-align: center
}
/* Hero */
.jumbotron {
    margin-top: 45px;
    padding: 15px;
    width: 100%;
    height: 315px;
    background: url("../img/hero-m.jpg") no-repeat center right;
    background-size: cover;
    text-align: center;
    text-shadow: 0px 0px 12px #fff;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-text-1 {
    margin: .5rem 0;
    font-size: 2.2rem;
    color: #106cac
}
.hero-text-2 {
    margin: .5rem 0;
    font-size: 1.8rem
}
@media (min-width:768px) {
    .jumbotron {
        margin-top: 0;
        padding-top: 90px;
        height: 550px;
        background-image: url("../img/hero-l.jpg");
        background-size: cover;
    }
    .hero-text-1 {
        font-size: 4rem;
    }
    .hero-text-2 {
        font-size: 2.8rem
    }
}
/* News */
.news {
    padding-bottom: 90px;
    background: url("../img/bg01-m.jpg") no-repeat bottom left;
    background-size: 100% auto
}
.col-news {
    background-color: #fff;
    border-radius: 6px
}
.news-inner {
    padding: 15px;
    border-bottom: 1px dotted #000;
}
.news-inner:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.list-news dt {
    color: #3c8fff
}
.arrow::before {
    margin-right: 5px;
    content: "▶";
    color: #3c8fff
}
@media (min-width:768px) {
    .news {
        background: url(../img/bg01.jpg) no-repeat bottom center;
        background-size: 100% auto;
    }
    .news-inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
}
/* Iwakan */
.iwakan {
    background: url("../img/bg-icon-iwakan.svg") no-repeat top left;
    background-size: auto 400px
}
/* Anshin */
.anshin {
    background: url("../img/bg-anshin.jpg") no-repeat center;
    background-size: cover
}
.anshin-inner {
    background: url("../img/bg-icon-anshin.svg") no-repeat top right;
    background-size: auto 400px
}
.col-anshin {
    margin: 0 auto 30px;
    max-width: 500px;
    width: 100%;
    text-align: center;
}
.col-anshin p {
    text-align: left
}
.col-anshin img {
    margin-bottom: 20px;
    border-radius: 40px
}
.col-anshin i {
    display: block;
}
.col-anshin svg {
    height: 40px
}
@media (min-width:992px) {
    .anshin-inner {
        background-position: center right
    }
    .col-anshin {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}
/* Performance */
.performance {
    background: url("../img/bg-icon-anshin.svg") no-repeat center right;
    background-size: auto 80%;
}
/* About */
.about {
    background: #f7f7f7 url("../img/bg-about.svg") repeat-y top left;
    background-size: 60% auto;
}
.col-keireki ul {
    margin-bottom: 30px;
    padding: 0
}
.display-m {
    width: 100%;
}
.display-l {
    display: none
}
@media (min-width:768px) {
    .display-m {
        display: none
    }
    .display-l {
        display: block
    }
    .about .col-6:first-child {
        flex: 0 0 25%;
        max-width: 25%
    }
    .about .col-6:last-child {
        flex: 0 0 75%;
        max-width: 75%
    }
    .about-flex{
        display: flex
    }
    .about-flex div{
        flex: 0 0 50%;
        max-width: 50%
    }
    .about-flex div:first-child{
        padding-right: 20px
    }
}
/*  */
.lead {
    color: #3c8fff;
    font-size: 1.8rem
}
/* Access */
iframe {
    margin-bottom: 30px;
    width: 100%;
    height: 400px
}
.w-600 {
    margin: auto;
    max-width: 500px;
    width: 100%
}
.w-800 {
    margin: auto;
    max-width: 800px;
    width: 100%
}
.bg-access-m {
    background-image: url(../img/bg-icon-building.svg);
    background-position: center right;
    background-size: auto 85%;
}
@media (min-width:768px) {
    .bg-access-m {
        background-image: none
    }
    .col-access-l {
        padding: 0 15px;
        display: flex;
        max-width: 1040px;
        margin: auto;
    }
    .w-60 {
        width: 60%;
    }
    .w-40 {
        padding-left: 40px;
        width: 40%;
    }
    .access-wrap {
        background-image: url(../img/bg-building.svg);
        background-position: center right;
        background-size: auto 85%;
    }
}
/* Timetable */
table {
    width: 100%;
    margin: 0 auto 1rem;
    font-size: 1.2rem;
    color: #000;
    border-collapse: collapse;
}
th, td {
    padding: 1rem;
    text-align: center
}
th {
    background-color: #106cac;
    color: #fff
}
.bg-gray {
    background-color: #f7f7f7
}
.table-m {
    max-width: 400px
}
.table-l {
    display: none
}
@media (min-width:768px) {
    .table-m {
        display: none
    }
    .table-l {
        display: table;
        table-layout: fixed;
        max-width: 900px;
        width: 100%
    }
    .table-l th:first-child {
        width: 180px;
    }    

}
.mb-10 {
    margin-bottom: 10px
}
.mb-30 {
    margin-bottom: 30px
}
.col-bg {
    background-position: center right;
    background-size: auto 85%;
}
.radius-40 {
    border-radius: 40px
}
.text-center {
    text-align: center!important
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}
/* examinationtime 外来診療時間 */
#examinationtime h2 span {
    display: block;
}
#examinationtime .memo {
    max-width: 400px;
    margin: 0 auto;
    font-size: 1rem;
    display: flex;
    justify-content: end;
}
#examinationtime .memo p {
    max-width: 100%;
}
#examinationtime .memo .attention {
    color: #E50011;
    font-size: 1.4rem;
}
@media (min-width:768px) {
    #examinationtime .memo {
        max-width: 900px;
    }
    #examinationtime .memo p {
        max-width: 490px;
    }
}