/*@charset "utf-8";*/
/*========================================================

フッターナビ

=========================================================*/

/*バナー
---------------------------------------------------------*/
.navigation02{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.banner01 {
    margin-bottom: 30px;
    border: solid .2rem rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 2.2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    transition: .3s ease-out;
    width: calc((100% - 3%)/2);
}
.banner01:hover {
    background: #fff7ee;
}
.banner01 .item1 {
}
.banner01 .item2 {
    font-size: 3.5rem;
    color: #d8a05e;
}
.banner01 .titl {
    font-weight: bold;
    color: #e5892c;
    font-size: 1.9rem;
    padding-bottom: .4em
}
.banner01 .text {
    padding-left: .1em;
    font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
    .navigation02  {
        justify-content: center;
    }
    .banner01 {
        width: 100%;
        max-width: 40rem;
        margin: 0rem 0 2rem;
    }
}

/*END：バナー*/


/*バナー2 Add iwa 250625
---------------------------------------------------------*/
.navigation03{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.banner03 {
    margin-top: 30px;
    margin-bottom: 30px;
    /*    border: solid .2rem rgba(0, 0, 0, 0.15);*/
    background: #fff;
    padding: 0rem 0rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    transition: .3s ease-out;
    width: calc((100% - 2%)/3);
}
.banner03:hover {
    opacity: 0.7
}
.banner03 .item1 img {
    width: 100%
}


@media screen and (max-width: 640px) {
    .navigation03  {
        justify-content: center;
    }
    .banner03 {
        width: 100%;
        max-width: 40rem;
        margin-bottom: 0px;
    }
    .banner03:last-child{
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/*END：バナー*/

/*
フッターサブナビ
---------------------------------------------------------*/
.navigation01{
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.navigation01 a {
    width: 11%;
    white-space: nowrap;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content:center; 
    transition: .3s ease-out;
    cursor: pointer;
    padding: 1em 0 1em;
}
.navigation01 a div{
/*    font-weight: bold;*/
    color:#217bda;
    transition: .3s ease-out;
}
.navigation01 i{
    color:#217bda;  
    font-size: 3.2rem;
    margin-bottom: 5px;
    transition: .3s ease-out;
}
.navigation01 a:hover{
    transform: scale(1.15);
}
.navigation01 a:hover i,
.navigation01 a:hover div{
}
@media screen and (max-width: 1024px) {
    .navigation01{
        flex-wrap: wrap;
        justify-content:center;
    }
    .navigation01 a {
        width: 25%;
        min-width: 100px;
    }
}
@media screen and (max-width: 678px) {
    .navigation01 i{
        font-size: 2.8rem;
        margin-bottom: 5px;
        transition: .3s ease-out;
    }
}
@media screen and (max-width: 375px) {
    .navigation01 a {
        width: 50%;
        min-width: 100px;
    }
}
/*END：フッターサブナビ*/

/*========================================================

フッターナビ

=========================================================*/

/*========================================================

フッターインフォメーション

========================================================*/
@media screen and (max-width: 1024px) {
    .footer-info__inner {
        max-width: 600px;
        margin: 0 auto;
    }
}
/*
.footer_bcg {
    background-color: #2f1d11;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, .02) 4px, rgba(255, 255, 255, .02) 8px);
}
*/

/*ヘッド
---------------------------------------------------------*/
.footer-info_head{
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: solid 2px rgba(255, 255, 255, 0.1);
    margin-bottom: 2rem;
}
.footer-info_logo {
    transition: .3s ease-out;
    cursor: pointer;
}
.footer-info_logo:hover {
    transform: scale(1.09);
    opacity: 0.8;
}
.footer-info_logo img{
    height: 4.2rem;
    margin-right: 0rem;
}
.footer-info_tagline p{
    margin-top: 13px;
    padding: ;
    color: #435d43;
    color: #fff;
    line-height: 1.5;
    font-size: 1.4rem;
    /*    font-weight: bold;*/
    white-space: nowrap;
    text-align: center;
}

/*ボディ
---------------------------------------------------------*/
.footer-info_body {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footer-info_body.type1{
    border-top: 2px rgba(255, 255, 255, 0.1) solid;
}
.footer-info_body .item1 {
    width: 48%;
}
.footer-info_body .item2 {
    width: 48%;
}
@media screen and (max-width: 1024px) {
    .footer-info_body {
        flex-flow: column;
        align-items: center;
        color: #fff;
    }
    .footer-info_body .item1{
        width: 100%;
        margin-bottom: 1em;
    }

    .footer-info_body .item2{
        width: 100%
    }
}
/*ボディ内の要素
---------------------------------------------------------*/

/*診療時間表の補足分
---------------------------------------------------------*/
.footer-info_jikan-text {
    padding: 1em 0;
}
.footer-info_jikan-text ul{
    list-style: none;
}
.footer-info_jikan-text ul li{
    line-height: 1.5;
    padding: 0 0 1em .5em;

    position: relative;
}
.footer-info_jikan-text ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-style: none;
}
.footer-info_jikan-text ul li::before{
    position: absolute;
    content: "・";
    left: -.4em;
    color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width:1024px) {
    .footer-info_jikan-text{
        border-bottom: 1px rgba(255, 255, 255, 0.2);
        border-style: dotted;
    }
}

/*医院概要
---------------------------------------------------------*/

.footer-info_gaiyou ul{
    list-style: none;
}

.footer-info_gaiyou ul li{
    line-height: 1.5;
    padding: 0 0 .7em .5em;
    margin: 0 0 .7em 0;
    border-bottom: 1px rgba(255, 255, 255, 0.2);
    border-style: dotted;
    position: relative;
}
.footer-info_gaiyou ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-style: none;
}

.footer-info_gaiyou ul li::before{
    position: absolute;
    content: "・";
    left: -.4em;
    color: rgba(255, 255, 255, 0.4);
}

.footer-info_iframe{
    width: 100%; 
    overflow: hidden;
    height: 400px;
}

/*END フッター概要エリア
---------------------------------------------------------*/