@charset "UTF-8";

:root {
    --color1: rgb(24 137 18);
    --color2: rgb(16 113 136);
    --color3: rgb(124 194 81);
}


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

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

.header .hd_info .main_nav ul li.contact a {
    display: inline-block;
    background: var(--color2);
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}
.header .hd_info .main_nav ul li.contact {
    margin-left: 35px;
}
@media screen and (max-width: 768px) {
	#g-nav ul li.contact a {
		background: #fff;
		color: var(--color2);
	}
	.header .hd_info .main_nav ul {
		width: 80%;
	}
}


.footer,
#page-top a {
    background-color: var(--color1);
}
p#page-top.DownMove {
	transform: translateY(160px) !important;
}

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

.ft_btn{
	display: none;
}
@media screen and (max-width: 768px) {
	.ft_btn {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 99;
		transition: all 0.3s;
		transform: translateY(100px);
	}
	.ft_btn.UpMove {
		bottom: 0;
		transition: all 0.3s;
		transform: translateY(0px);
	}
	.ft_btn a {
		background: var(--color2);
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		height: 60px;
	}
}

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

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

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

.news_wrap {
    padding-bottom: 100px;
}
.news_list {
    text-align: left;
    padding: 20px 40px;
    max-width: 1000px;
    margin: 60px auto;
    border-radius: 10px;
    background: #fafbfa;
}
.news_list li {
    display: flex;
	flex-wrap: wrap;
    padding: 1em 0;
}
.news_list li .ttl {
    color: var(--color1);
    margin-right: 1.5em;
    font-weight: bold;
}
.news_list li + li {
    border-top: 1px solid #a0a0a0;
    border-top-style: dashed;
}

.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%);
}

#clinic .round_list_2 li {
    width: calc((100% / 4) - 40px);
}

#clinic .round_list_2 li .ttl {
    color: var(--color2);
    font-size: 1.1em;
    font-weight: bold;
}
#clinic .round_list_2 li img {
    height: auto;
    width: 100%;
    border-radius: 10px;
}
#clinic .round_list_2 li p{
	text-align: left;
}

@media screen and (max-width: 1200px) {
	#clinic .round_list_2 li {
		width: calc((100% / 2) - 40px);
	}
}
@media screen and (max-width: 768px) {
	.news_wrap {
		padding-bottom: 60px;
	}
	.news_list {
        padding: 10px 20px;
        margin: 40px 0;
    }
	.news_list li {
		width: 100%;
		margin-right: 0;
	}
	
    .round_list_2 li {
        width: 100%;
    }

    .round_list_2 li+li {
        margin-top: 40px;
    }
	
	#clinic .round_list_2 li {
		width: 100%;
	}
}

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

.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;
}


.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);
}

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

.round_list li {
    background-color: rgb(from var(--color1) r g b / 0.5);
}

#googlemap h4 {
    color: #107188;
    margin-bottom: 15px;
    padding-bottom: 5px;
	margin-top: 1.5em;
}

.googlemap .map__wrap {
    margin-top: 30px;
}