@charset "UTF-8";

:root {
    --color1: rgb(231 121 44);
    --color2: rgb(52 172 72);
    --color3: rgb(195 213 53);
}


.fv_sub.__dammy.txt_shadow {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .fv_sub.__dammy.txt_shadow {
        margin-bottom: 30px;
    }
}


.footer,
#page-top a {
    background-color: var(--color1);
}

@media screen and (max-width: 768px) {
    #g-nav {
        background-color: var(--color1);
    }
}

.section__ttl .ttl-sub,
h3.title {
    color: var(--color1);
}

.section__ttl .ttl {
    color: var(--color2);
}


.main:before, .main:after {
    content:none;
}

/*** 医院案内 ***/
.clinic dl dt.txt_inbox,
.bg_table_content {
    background-color: rgb(from var(--color2) r g b / 0.2);
}

.round_list_2 li span {
    background: linear-gradient(transparent 70%, rgb(56 161 121 / 50%) 70%);
}
@media screen and (max-width: 768px) {
    .round_list_2 li {
        width: 100%;
    }

    .round_list_2 li+li {
        margin-top: 40px;
    }
}


/*** 診療内容 ***/
.medical_info .box_list>li {
    border-color: var(--color1);
	width: calc((100% / 4) - 10px);
    padding: 20px;
    border-radius: 20px;
}
.round_list_2 li {
    width: calc((100% / 3) - 40px);
    margin-bottom: 30px;
}
.round_list_2 li img {
    height: 90px;
    width: 80px;
}

.medical_info .box_list>li .tit {
    background-color: var(--color1);
}

.medical_info .box_list>li ul li:before {
    background-color: var(--color1);
}

.medical_info .box_list>li ul li+li {
    margin-top: 0;
}
@media screen and (max-width: 1200px) {
	.medical_info .box_list>li {
		width: calc((100% / 2) - 10px);
		margin-bottom: 15px;
	}
	.medical_info .box_list>li+li {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.round_list_2 li {
		width: 100%;
	}
	.round_list_2 li img {
        height: 55px;
        width: 55px;
    }
	.medical_info .box_list>li {
		width: 100%;
	}
}

/*** 院⻑紹介 ***/
.greeting .content.__wrap .msg_content,
.greeting .content.__wrap .doc_img {
    background-color: rgb(from var(--color1) r g b / 0.1);
}

.greeting .flex_list {
    background-color: rgb(from var(--color2) r g b / 0.1);
}
.greeting .flex_list:nth-of-type(2) {
    background-color: rgb(from var(--color3) r g b / 0.1);
}

.dot_list li:before {
    background-color: var(--color1);
}

/*** アクセス ***/
.googlemap .round_list {
    max-width: 800px;
}
.round_list li {
    background-color: rgb(from var(--color1) r g b / 0.5);
	margin-bottom: 10px;
}
.info__add p {
    white-space: normal;
}
@media screen and (max-width: 768px) {
	.round_list li {
		width: 100%;
		padding: 10px 0;
	}
}