@charset "UTF-8";

/*TOP用ヘッダー*/
#header {
    height: 75vh;
    /* background-image:url(../image/top.jpg); */
    background-size: cover;
    position: relative;
    background-position-x: left;
    background-position-y: center;
}

.bg-slider {
    background-position: 25% bottom !important;
}

#header .globalMenuSp ul {
    display: flex;
}

/*ヘッダー内お知らせ*/
.news-list h3 {
    margin: 5px;
    text-align: center;
    font-size: 1.8rem;
    color: var(--text-color1);
}

.news-list img {
    width: 2rem;
    margin-right: 10px;
}

.news-list {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    list-style: none outside;
    margin: 0;
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, .5);
    /* border:2px solid var(--text-color3); */
    border-radius: 20px;
    max-height: 20vh;
    overflow-y: scroll;
}

.news-list .item {
    width: 75%;
    margin: .8rem auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none;
    color: var(--text-color1);
}

.news-list .item .date {
    margin: 0 2rem 0 0;
    font-size: 1.6rem;
    width: 15%;
}

.news-list .item .category {
    background-color: var(--orange);
    border-radius: 20px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 1.4rem;
    line-height: 1;
    width: 10%;
}

.news-title {
    padding-left: 20px;
    font-size: 1.4rem;
    width: 75%;
}

/* ↑ ヘッダー内お知らせ ↑ */
.fix-info {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 120px;
    text-align: center;
    font-size: 0.9rem;
}

.fix-info a {
    color: #fff;
    width: 100%;
    font-size: 1.5rem;
    display: block;
}

.link-btn_sp {
    display: none;
}

.main_new .link-btn {
    width: 150px;
    height: 150px;
    background-color: rgb(255, 179, 222, 0.7);
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 20vh;
    margin-right: 5px;
}

.main_new .link-btn a span {
    letter-spacing: 0;
    font-size: 1.4rem;
}

.main_new .link-btn a {
    align-items: center;
    justify-content: space-around;
    width: 90%;
    height: 90%;
    color: var(--text-color1);
    padding-top: 40px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
}

.main_new .link-btn a img {
    width: 20%;
    display: block;
    margin: 10px auto 0px;
}

.main_new .reserve {
    width: 150px;
    height: 150px;
    background-color: rgba(255, 255, 0, 0.7);
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 50%;
    margin-top: 40vh;
    margin-right: 5px;
}

.main_new .reserve a span {
    letter-spacing: 0;
    font-size: 1.5rem;
}

.main_new .reserve a {
    align-items: center;
    justify-content: space-around;
    width: 90%;
    height: 90%;
    color: var(--text-color1);
    padding-top: 40px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
}

.main_new .reserve a img {
    width: 30%;
    display: block;
    margin: 0px auto 5px;
}

.top-info-box .info-right {
    width: 60%;
    margin-top: 20px;
}

/* ↑ ヘッダー ↑ */

/*トップ下の情報の所*/
.top-info {
    margin-top: 20px;
}

.top-info div.copy {
    width: .8rem;
    white-space: nowrap;
}

.top-info div.copy p {
    font-size: .8rem;
    color: var(--text-color3);
    transform: rotate(90deg);
    letter-spacing: .2rem;
    width: 100%;
}

.top-info-box,
.top-add-box {
    display: flex;
    width: 95%;
    justify-content: space-around;
    margin: 1rem auto;
    flex-wrap: wrap;
}

.top-info-item {
    width: 35%;
}

.top-info .info-left {
    margin-top: 20px;
}

.top-info-item div.name {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.top-info-item div.name p.title {
    font-family: maru-maru-gothic-asr-stdn, sans-serif;
    color: var(--text-color1);
    font-size: 2.4rem;
    text-align: start;
}

.top-info-item div.name p.title span {
    font-size: 1.4rem;
    display: block;
}

.top-info-item img.logo {
    width: 60px;
}

.top-info .number,
.top-info .number a {
    color: #cf6834;
}

.top-info .number a {
    text-decoration: none;
    font-size: 2.7rem;
}

.top-info .address {
    color: #A77D25;
    font-size: 1.3rem;
    margin-left: 1rem;
    line-height: 150%;
}

.top-info-item table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.top-info-item th {
    /* background-color: var(--blue);
    color:white; */
    padding: 12px 8px;
    font-size: 1.5rem;
    border-bottom: 1px solid var(--brown2);
    border-top: 1px solid var(--brown2);
}

.top-info-item td {
    padding: 12px 8px;
    margin-right: 5px !important;
    font-size: 1.5rem;
    color: var(--text-color1);
    text-align: center;
    border-bottom: 1px solid var(--brown2);
}

.top-info-item .table-p {
    margin-top: 10px;
    text-align: right;
    color: var(--text-color1);
    font-size: 1.2rem;
}

.top-info-box .app {
    width: 30%;
    background-color: var(--bcg2);
    border: 5px solid var(--darkblue);
    border-radius: 10px;
    text-align: center;
    color: var(--text-color1);
}

.top-info-box .app p {
    margin: 10px auto;
    font-size: 1.4rem;
}

.top-info-box .app div.out {
    display: flex;
    justify-content: space-around;
}

.top-info-box .app div.in {
    margin: 0 10px;
}

.top-info-box .app div.in img {
    width: 40%;
    margin: 0 auto;
}

.top-info-box .app div.in img:last-child {
    width: 60%;
    margin: 0 auto;
}

.top-info div.access {
    width: 3em;
    white-space: nowrap;
    background-color: var(--brown);
    border-radius: 10px 0 0 10px;
}

.top-info div.access p {
    font-size: 1.4rem;
    color: white;
    transform: rotate(90deg);
    margin-top: 4rem;
}

.hosoku {
    background-color: #fff5ee;
    width: 70%;
    margin: 45px auto;
    padding: 20px;
    font-size: 18px;
    line-height: 1.5;
}

.red {
    color: #f00;
}

span.red.bold {
    font-size: 20px;
}

.bold {
    font-weight: bold;
    font-size: 18px;
}

.hosoku .bold {
    margin-bottom: 15px;
}

.hosoku .tel {
    font-size: 25px;
}

/* ↑ トップ下の情報の所 ↑ */
/*サブタイトル*/
.sub-title {
    display: block;
    text-align: center;
    position: relative;
    margin-top: 6px;
    margin-bottom: 0;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
    color: var(--text-color1);
    font-size: 3rem;
}

.sub-title span {
    display: block;
    position: relative;
    margin-top: 6px;
    letter-spacing: 1.5px;
    color: var(--text-color2);
    font-size: 2rem;
    font-family: maru-maru-gothic-asr-stdn, sans-serif;
    font-weight: 400;
    z-index: 0;
    /* background-color:#f8f6ef; */
}

.bg1 {
    /* background-image:url(../image/nami-haikei.png); */
    background-repeat: repeat-x;
    margin-top: 100px;
    background-color: rgb(153, 194, 255, .4);
    padding-bottom: 50px;
    padding-top: 10px;
}

.bg3 {
    margin-top: 100px;
    background-color: hwb(216 60% 0% / 0.4);
    padding: 20px 0;
}

.bg1 .h3_img,
.bg2 .h3_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 20px auto 0 auto;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg1 .h3_img img,
.bg2 .h3_img img {
    width: 50%;
}

/*診療案内*/
.sub-title.sub_clinic::before {
    width: 50px;
    height: 50px;
    background-image: url(../image/medical-title.png);
}

/* ↑ サブタイトル ↑ */
/*診療案内*/
.clinic {
    background-color: #f8f6ef;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    width: 90%;
    max-width: 1080px;
    margin: 10px auto 0;
    /* flex-wrap: wrap; */
}

.medical-list {
    width: 20%;
    margin: 0;
    padding-top: 20px;
    background-size: 80%;
    background-position-x: center;
    background-repeat: no-repeat;
}

.clinic .hifuka {
    background-image: url(../image/medical-list1.png);
    background-color: rgba(255, 255, 255, .6);
    background-blend-mode: lighten;
    border-right: 1px dotted var(--brown);
}

.clinic .shouni {
    background-image: url(../image/medical-list2.png);
    background-color: rgba(255, 255, 255, .6);
    background-blend-mode: lighten;
    border-right: 1px dotted var(--brown);
}

.clinic .all {
    background-image: url(../image/medical-list3.png);
    background-color: rgba(255, 255, 255, .6);
    background-blend-mode: lighten;
    border-right: 1px dotted var(--brown);
}

.clinic .geka {
    background-image: url(../image/medical-list5.png);
    background-color: rgba(255, 255, 255, .6);
    background-blend-mode: lighten;
    border-right: 1px dotted var(--brown);
}

.clinic .biyou {
    background-image: url(../image/medical-list4.png);
    background-color: rgba(255, 255, 255, .6);
    background-blend-mode: lighten;
}

.medical-list h4 {
    width: 80%;
    margin: 5px auto 25px auto;
    font-family: maru-maru-gothic-asr-stdn, sans-serif !important;
    font-weight: normal;
    text-align: center;
    color: var(--text-color1);
    font-size: 2.1rem;
}

.medical-list p {
    width: 80%;
    margin: 3px auto 15px;
    text-align: right;
    font-size: 1.5rem;
}

.medical-list p a {
    color: var(--orange);
}

.medical-list div.icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.medical-list div.icon img {
    width: 50%;
}

.medical-list-detail {
    color: #555;
    padding-left: 0;
    width: 80%;
    font-size: 1.1rem;
    margin: 10px auto;
}

.medical-list li {
    border-bottom: 1px dashed var(--text-color3);
    padding: 5px;
    min-width: 40%;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.medical-list li.inline {
    display: inline-block;
}

.medical-list-detail li:before {
    content: '';
    display: inline-block;
    width: .5rem;
    height: .5rem;
    margin-right: .5rem;
    background: var(--orange);
    /*ひし形の色*/
    transform: rotate(45deg);
    vertical-align: 2px;
}

.medical-list-detail li:after {
    /* content: '>>>'; */
    color: var(--orange);
    position: absolute;
    font-size: .5rem;
    letter-spacing: -0.2rem;
    margin-left: 10px;
}

/*診療科内のボタン*/
.btn {
    display: block;
    text-align: center;
}

/* ↑ 診療案内 box内のレイアウト↑ */

.biyo-link {
    margin: 15px auto;
    max-width: 400px;
    width: 100%;
    height: 100px;
    text-align: center;
    background-image: url(../image/bg_biyo-btn.jpg);
    background-size: cover;
    background-position: bottom center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biyo-link a {
    text-decoration: none;
    font-size: 25px;
    line-height: 1.8;
    color: #333330;
}

.biyo-link a span.small {
    display: block;
    font-size: 1.8rem;
}

@media screen and (max-width:768px) {
    .biyo-link {
        max-width: 250px;
        height: 60px;
        margin-bottom: 0;
    }

    .biyo-link a {
        font-size: 18px;
    }

    .biyo-link a span.small {
        font-size: 14px;
    }
}

/* ↑ 診療案内 ↑ */
/*院長挨拶*/
.bg2 .catch {
    margin: 20px;
    text-align: center;
    color: var(--text-color1);
    font-size: 2.2rem;
}

.greeting {
    width: 85%;
    max-width: 1000px;
    margin: 10px auto;
    font-size: 1.5rem;
    display: flex;
    line-height: 200%;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.greeting img {
    width: 20%;
    max-width: 200px;
    margin-left: 20px;
}

.greeting a {
    display: block;
    text-align: right;
}

.greeting a.more_btn span {
    padding: 2px 10px;
    border: 1px solid var(--orange);
    border-radius: 10px;
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
    margin-top: 5px;
}

.greeting .may {
    line-height: 2.2;
}

/* ↑ 院長挨拶 ↑ */
/* 特長 */
div.features {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1080px;
    margin: 10px auto 0;
    text-align: center;

}

div.features figure {
    width: 25%;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 150%;
    border: 1px solid var(--text-color1);
}

div.features figure img {
    width: 150px;
    height: 150px;
    border-radius: 5%;
    margin-bottom: 5px;
}

div.features figure {
    width: 25%;
    margin: 10px;
    font-size: 1.8rem;
    color: var(--text-color1);
    background-color: rgba(255, 255, 255, .5);
}

/* ↑ 特長↑  */
/* MAP  */
.bg4 iframe {
    width: 90%;
    max-width: 1080px;
    height: 500px;
    margin: 100px auto;
    display: block;
}

/* ↑ MAP ↑  */

.ft-medi {
    padding: 5px 0;
}

#footer .btn {
    padding: 5px 10px;
    background-color: var(--blue);
    color: white;
    border-radius: 10px;
    margin-left: auto;
    margin-right: 5px;
    display: inline-block;
    font-size: 1.3rem;
}

div#map {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}

div#map iframe {
    width: 100%;
    height: 860px;
    margin-top: -170px;
}

/* タブレット以下・ハンバーガーメニュー設定 */
@media screen and (max-width: 768px) {
    .sub-title {
        margin: 5px 10px;
    }

    div.features figure {
        padding: 10px 20px;
    }

    .top-info-box .info-right {
        width: 90%;
        margin: 0 auto;
    }

    .top-info .info-left {
        margin: 20px auto;
    }

    /* TOPページのみフッターを非表示にする */
    .hosoku {
        width: 85%;
        font-size: 16px;
        margin: 15px auto;
    }

    span.red.bold {
        font-size: 18px;
    }

    .clinic .geka {
        border-right: none;
    }

    .greeting img {
        margin: 15px auto;
    }

    .bg4 iframe {
        margin: 30px auto;
    }
}


/* 追加 */
.red.sp-t-center {
    text-align: start;
    text-indent: -1em;
    padding-left: 1em;
}