@charset "utf-8";

/*
ベース用CSS
フッター
*/


/* フッター
---------------------------------------------------- */

footer {
    padding: 0 0 40px;
}

@media screen and (max-width:650px) {
    footer {
        padding: 0 0 20px;
    }
}

#footer_about {
    width: 100%;
    padding: 90px 0;
    background: rgba(217, 217, 217, 0.1);
}

@media screen and (max-width:900px) {
    #footer_about {
        padding: 30px 10px 40px;
    }
}

#footer_about .container {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

@media screen and (max-width:950px) {
    #footer_about .container {
        padding: 0 0;
        flex-direction: column;
        justify-content: center;
    }
}

.ft_about {
    width: 54%;
    max-width: 658px;
}

@media screen and (max-width:950px) {
    .ft_about {
        width: 100%;
        margin: 0 auto;
    }
}

.ft_logo {
    width: 98%;
    max-width: 1180px;
    margin: 0 auto 30px;
}

.ft_logo img {
    width: 350px;
}

@media screen and (max-width:950px) {
    .ft_logo {
        margin: 0 auto 20px;
        max-width: 658px;
    }
    .ft_logo img {
        width: 240px;
    }
}


/* フッター診療時間
---------------------------------------------------- */

.ft_about_table01 {
    width: 100%;
    margin: 0 0 50px;
    padding: 15px 20px;
    background: #fff;
}

@media screen and (max-width:900px) {
    .ft_about_table01 {
        padding: 10px 10px 20px;
    }
}

.ft_about_txt01 {
    font-size: 1.6rem;
    line-height: 2;
}

@media screen and (max-width:1200px) {
    .ft_about_txt01 {
        font-size: 1.3rem;
    }
}


/* フッターアクセス
---------------------------------------------------- */

.ft_about_datablock {
    width: 100%;
    margin: 0 0 90px;
}

@media screen and (max-width:950px) {
    .ft_about_datablock {
        margin: 0 0 40px;
    }
}


/* フッターSNS
---------------------------------------------------- */

.ft_sns {
    position: absolute;
    left: 10px;
    bottom: 0;
}

.ft_sns ul {
    display: flex;
}

.ft_sns ul li {
    margin: 0 45px 0 0;
    width: 40px;
}

.ft_sns ul li img {
    width: 40px;
    transition: .6s;
}

.ft_sns ul li img:hover {
    opacity: 0.5;
    transition: .6s;
}

@media screen and (max-width:1200px) {
    .ft_sns {
        position: static;
        left: 0;
        bottom: 0;
    }
    .ft_sns ul {
        justify-content: center;
    }
    .ft_sns ul li {
        margin: 0 20px 0;
        width: 40px;
    }
    .ft_sns ul li img {
        width: 40px;
    }
}

@media screen and (max-width:450px) {
    .ft_sns ul li {
        margin: 0 20px 0;
        width: 30px;
    }
    .ft_sns ul li img {
        width: 30px;
    }
}


/* フッターnav
---------------------------------------------------- */

.ft_nav {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:950px) {
    .ft_nav {
        width: 100%;
        max-width: 658px;
        margin: 0 auto 50px;
    }
}

.ft_nav_block {
    margin: 0 0 0 40px;
}

.ft_nav_block li {
    padding: 0 0 10px 15px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
}

.ft_nav_block li a {
    color: #444444;
    transition: .6s;
}

.ft_nav_block li a:visited {
    color: #444444;
}

.ft_nav_block li a:hover {
    color: #EC8B2D;
}

.ft_nav_block li:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #EC8B2D;
    position: absolute;
    top: 8px;
    left: 0;
}

.ft_nav_block li.lv2 {
    padding: 0 0 10px 35px;
}

.ft_nav_block li.lv2:after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #BBBBBB;
    position: absolute;
    top: 12px;
    left: 15px;
}

@media screen and (max-width:1200px) {
    .ft_nav_block {
        margin: 0 auto;
    }
    .ft_nav_block li {
        font-size: 1.4rem;
    }
    .ft_nav_block li.lv2:after {
        top: 8px;
    }
}

@media screen and (max-width:480px) {
    .ft_nav_block {
        margin: 0 5px;
        margin: 0 auto;
    }
    .ft_nav_block li {
        font-size: 1.2rem;
    }
    .ft_nav_block li:after {
        top: 4px;
    }
}


/* お問い合わせ
---------------------------------------------------- */

.ft_contact {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px 0 35px;
    display: flex;
    justify-content: center;
}

.ft_contact_inner {
    margin: 0 auto 10px;
}

@media screen and (max-width:1200px) {
    .ft_contact .contact_btn_block01 {
        width: inherit;
        max-width: 425px;
        padding: 15px 75px 12px;
    }
    .ft_contact .contact_txt01 {
        font-size: 1.4rem;
    }
    .ft_contact .contact_ttl01 {
        font-size: 2.0rem;
    }
}

@media screen and (max-width:1080px) {
    .ft_contact {
        padding: 30px 0 5px;
        flex-direction: column;
    }
    .ft_contact .contact_btn_block01 {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width:900px) {
    .ft_contact {
        padding: 30px 0 5px;
        flex-direction: column;
    }
    .ft_contact .contact_btn_block01 {
        display: none;
    }
}


/* MAP
---------------------------------------------------- */

.ft_accsess {
    margin: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
}

.ft_accsess_map {
    width: 50%;
    line-height: 0;
}

.ft_accsess_img {
    width: 50%;
}

.ft_accsess_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width:900px) {
    .ft_accsess {
        margin: 0 0 20px;
    }
    .ft_accsess_map {
        width: 100%;
    }
    .ft_accsess_img {
        width: 100%;
    }
    .ft_accsess_img img {
        height: 185px;
    }
}


/* コピーライト
---------------------------------------------------- */

footer small {
    display: block;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width:900px) {
    footer small {
        font-size: 1.3rem;
    }
}


/* フッター固定ボタン
---------------------------------------------------- */

#ft_bnr {
    display: none;
}

@media screen and (max-width:900px) {
    #ft_bnr {
        display: flex;
        position: fixed;
        width: 100%;
        top: 100%;
        right: 0;
        transform: translateY(-100%);
        background: #EC8B2D;
        z-index: 50;
    }
}

#ft_bnr .ft_bnr_insta {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #444444;
}

#ft_bnr .ft_bnr_insta img {
	width: 31px;
	height: auto;
}

#ft_bnr ul {
	width: 100%;
	display: flex;
}

#ft_bnr ul li {
	width: 55%;
}
#ft_bnr ul li:last-child {
	width: 45%;
}

#ft_bnr .contact_btn_block01 {
	width: 100%;
	height: 60px;
	text-align: center;
	border-radius:0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#ft_bnr .contact_btn_block01::after,
#ft_bnr .contact_btn_block01::before{
	display: none;
}

#ft_bnr .contact_ttl01 {
	font-size: 1.8rem;
	display: block;
}

#ft_bnr .icon_contact {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../../assets/img/common/icon_contact24.svg') no-repeat;
	background-size: 50px auto;
	position: relative;
	left: -10px;
}

#ft_bnr .icon_contact2 {
	display: block;
	width: 22px;
	height: 60px;
	background: url('../../assets/img/common/icon_contact01.png') no-repeat center center;
	background-size: 22px auto;
	position: relative;
	left: -10px;
}

#ft_bnr .tel_block {
	width: 100%;
	height: 60px;
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	position: relative;
}

#ft_bnr .tel_block:before{
	content:'';
	position: absolute;
	right:0;
	top:50%;
	width: 1px;
	height: 25px;
	background: #fff;
    transform: translateY(-50%);
}

#ft_bnr .icon_tel01 {
	width: 24px;
	height: 60px;
	background: url('../../assets/img/common/icon_tel01_w.png') no-repeat center center;
	background-size: 24px auto;
}

#ft_bnr .tel_block_inner01 {
	height: 60px;
	padding: 0 0 0 4px;
	display: flex;
	align-items: center;
}

#ft_bnr .ft_tel_txt01 {
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

#ft_bnr .ft_tel_txt02 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}

#ft_bnr .icon_tel_contact {
    display: block;
    width: 73px;
    height: 31px;
    background: url('../../assets/img/common/icon_tel_contact24.png') no-repeat;
    background-size: 73px auto;
    margin: 15px 0 0;
    /*position: relative;
	top: 10px;
	left: -20px;*/
}