/*========================
MV
========================*/
#top::before {
	content: "";
	width: 100%;
	height: 6.80rem;
	position: absolute;
	top: 1.00rem;
	left: 0;
	background-image: url(../img/top_mv_bg.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	#top::before {
		height: 3.00rem;
		top: 0.30rem;
	}
}

#mv {
	height: 5.30rem;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 599px) {
	#mv {
		height: 3.00rem;
	}
}

#mv .catch_wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#mv .catch {
	width: 100%;
	max-width: 6.10rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#mv .catch {
		width: 90%;
	}
}

#mv .text {
	font-size: 0.21rem;
	letter-spacing: 0.10em;
	line-height: 1.76;
}

@media screen and (max-width: 599px) {
	#mv .text {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
		line-height: 1.76;
	}
}


/*========================
コロナバナー
========================*/
#covid_wrap .covid_btn_wrap a {
	background-color: #FBB03B;
	line-height: 0;
	display: block;
	font-size: 0.22rem;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	padding: 0.26rem 0 0.28rem;
}

@media screen and (max-width: 599px) {
	#covid_wrap .covid_btn_wrap a {
		line-height: 1.45;
		font-size: 0.16rem;
		padding: 0.10rem 0 0.12rem;
		position: relative;
	}
}

#covid_wrap .covid_btn_wrap a:hover {
	opacity: 0.7;
}

#covid_wrap .covid_btn_wrap a span::after {
	content: "";
	display: inline-block;
	width: 0.07rem;
	height: 0.16rem;
	background-image: url(../common/img/icon_link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	right: 0;
	margin-left: 0.08rem;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#covid_wrap .covid_btn_wrap a span::after {
		position: absolute;
		width: 0.06rem;
		height: 0.14rem;
		right: 0.10rem;
		top: 50%;
		transform: translateY(-50%);
		margin-left: 0;
	}
}

#covid_wrap .covid_btn_wrap a:hover span::after {
	right: -0.06rem;
}

@media screen and (max-width: 599px) {
	#covid_wrap .covid_btn_wrap a:hover span::after {
		right: 0.10rem;
	}
}


/*========================
診療案内
========================*/
#menu {
	padding: 0.80rem 0;
}

#menu .menu_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -0.13rem;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#menu .menu_list_wrap .list {
		margin: 0 -0.05rem;
		padding-bottom: 0.30rem;
	}
}

#menu .menu_list_wrap .list .detail {
	width: calc(100% / 6);
}

@media screen and (max-width: 599px) {
	#menu .menu_list_wrap .list .detail {
		width: 33.3%;
		margin-bottom: 0.20rem;
	}
}

#menu .menu_list_wrap .list .detail a {
	display: block;
	padding: 0 0.13rem;
}

@media screen and (max-width: 599px) {
	#menu .menu_list_wrap .list .detail a {
		padding: 0 0.05rem;
	}
}

#menu .more_btn {
	width: 100%;
	max-width: 4.50rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#menu .more_btn {
		max-width: 3.00rem;
	}
}

#menu .more_btn a {
	display: block;
	text-align: center;
	background: linear-gradient(to right, #9aca67 0%, #49bbbc 84%);
	font-size: 0.20rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	line-height: 0;
	padding: 0.29rem 0 0.31rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#menu .more_btn a {
		font-size: 0.15rem;
	}
}

#menu .more_btn a:hover {
	opacity: 0.7;
}

#menu .more_btn a::after {
	content: "";
	width: 0.32rem;
	height: 0.08rem;
	background-image: url(../common/img/btn_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 48%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

#menu .more_btn a:hover::after {
	right: 0.10rem;
}


/*========================
お知らせ
========================*/
#news {
	padding: 0.80rem 0;
	background-color: #E7F4F0;
}

#news .news_box {
	padding-bottom: 0.30rem;
}

#news .news_box a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #111;
	text-decoration: none;
	line-height: 1;
}

#news .news_box .date {
	width: 1.00rem;
	font-family: 'Poppins', sans-serif;
	font-size: 0.16rem;
}

@media screen and (max-width: 599px) {
	#news .news_box .date {
		font-size: 0.15rem;
	}
}

#news .news_box .category {
	width: 1.40rem;
	background-color: #17926F;
	text-align: center;
	border-radius: 0.20rem;
	color: #FFF;
	font-size: 0.14rem;
	line-height: 1;
	padding: 0.06rem 0;
}

@media screen and (max-width: 599px) {
	#news .news_box .category {
		min-width: 1.40rem;
		font-size: 0.13rem;
		position: relative;
		top: -0.02rem;
	}
}

#news .news_box .title {
	padding-left: 0.20rem;
	font-size: 0.18rem;
	letter-spacing: 0.075em;
	text-decoration: underline;
}

@media screen and (max-width: 599px) {
	#news .news_box .title {
		padding-left: 0;
		padding-top: 0.06rem;
		font-size: 0.16rem;
		font-weight: 600;
		line-height: 1.55;
	}
}

#news .more_btn {
	width: 100%;
	max-width: 4.50rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#news .more_btn {
		max-width: 3.00rem;
	}
}

#news .more_btn a {
	display: block;
	text-align: center;
	background: linear-gradient(to right, #9aca67 0%, #49bbbc 84%);
	font-size: 0.20rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	line-height: 0;
	padding: 0.29rem 0 0.31rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#news .more_btn a {
		font-size: 0.15rem;
	}
}

#news .more_btn a:hover {
	opacity: 0.7;
}

#news .more_btn a::after {
	content: "";
	width: 0.32rem;
	height: 0.08rem;
	background-image: url(../common/img/btn_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 48%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

#news .more_btn a:hover::after {
	right: 0.10rem;
}

/*========================
お知らせ下部リンク
========================*/
#col3_link .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#col3_link .list .detail {
	width: calc(100%/3.01);
}

@media screen and (max-width: 599px) {
	#col3_link .list .detail {
		width: 100%;
		margin-bottom: 2px;
	}
}

#col3_link .list .detail a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #FFF;
}

#col3_link .list .detail a .ph_wrap {
	width: 100%;
	height: 3.00rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #000;
}

@media screen and (max-width: 599px) {
	#col3_link .list .detail a .ph_wrap {
		height: 2.50rem;
	}
}

#col3_link .list .detail a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
	opacity: 0.6;
	transition: all 0.3s;
}

#col3_link .list .detail a:hover .ph_wrap img {
	opacity: 0.9;
	transform: scale(1.04);
}

#col3_link .list .detail a .textbox {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
	text-align: center;
}

#col3_link .list .detail a .textbox .title {
	font-size: 0.30rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#col3_link .list .detail a .textbox .title {
		font-size: 0.24rem;
	}
}

#col3_link .list .detail a .textbox .more_btn {
	width: 2.00rem;
	margin: auto;
	border: 1px solid #FFF;
	border-radius: 0.40rem;
	line-height: 0;
	padding: 0.19rem 0 0.21rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#col3_link .list .detail a .textbox .more_btn {
		width: 1.60rem;
		padding: 0.15rem 0 0.17rem;
	}
}

#col3_link .list .detail a .textbox .more_btn span {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#col3_link .list .detail a .textbox .more_btn span {
		font-size: 0.14rem;
	}
}


/*========================
診療時間のご案内
========================*/
#schedule {
	padding: 0.90rem 0;
}

@media screen and (max-width: 599px) {
#schedule {
	padding: 0.40rem 0;
}
}

#schedule .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#schedule .in .schedule_wrap {
	width: 100%;
	max-width: 8.00rem;
}

#schedule .in .schedule_wrap .title {
	font-size: 0.24rem;
	font-weight: 700;
	color: #17926F;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
#schedule .in .schedule_wrap .title {
	font-size: 0.22rem;
	padding-bottom: 0.30rem;
	text-align: center;
}
}

#schedule .in .schedule_wrap .schedule_table {
	padding-bottom: 0.20rem;
}

#schedule .in .schedule_wrap .schedule_table table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

#schedule .in .schedule_wrap .schedule_table th {
	background-color: #17926F;
	color: #FFF;
	padding: 0.18rem 0;
	font-size: 0.18rem;
	font-weight: 400;
}

@media screen and (max-width: 599px) {
#schedule .in .schedule_wrap .schedule_table th {
	font-size: 0.15rem;
	padding: 0.13rem 0 0.15rem;
	font-weight: 600;
}
}

#schedule .in .schedule_wrap .schedule_table td {
	background-color: #E7F4F0;
	padding: 0.18rem 0;
	font-size: 0.16rem;
	font-family: 'Poppins', sans-serif;
	border-top: 2px solid #FFF;
}

@media screen and (max-width: 599px) {
#schedule .in .schedule_wrap .schedule_table td {
	font-size: 0.15rem;
}
}

@media screen and (max-width: 599px) {
#schedule .in .schedule_wrap .schedule_table td.title {
	width: 0.80rem;
}
}

#schedule .in .schedule_wrap .caption .text {
	font-size: 0.14rem;
	line-height: 1.45;
	padding-bottom: 0.06rem;
}

#schedule .in .schedule_wrap .caption .text a {
	color: #17926F;
	font-weight: 600;
}

#schedule .in .schedule_wrap .caption .text a:hover {
	text-decoration: none;
}

/* 外観 */
#schedule .in .address {
	width: 100%;
	max-width: 3.50rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
#schedule .in .address {
	max-width: 100%;
	padding-top: 0.30rem;
}
}

#schedule .in .address .ph_wrap {
	width: 100%;
	height: 2.32rem;
	overflow: hidden;
	padding-bottom: 0.15rem;
}

#schedule .in .address .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#schedule .in .address .text {
	font-size: 0.14rem;
	padding-bottom: 0.10rem;
}

#schedule .in .address .tel_wrap {
	font-size: 0.17rem;
	font-family: 'Poppins', sans-serif;
	color: #17926f;
}

#schedule .in .address .tel_wrap a {
	display: inline-block;
	font-size: 0.36rem;
	text-decoration: none;
	color: #17926f;
}

/*========================
音楽
========================*/
#music {
	padding-bottom: 0.9rem;
}
@media screen and (max-width: 599px) {
	#music {
		padding-bottom: 0.4rem;
	}
}

#music .box {
	display: flex;
	max-width: 8.00rem;
	width: 100%;
	background: #EAF4F0;
	margin: auto;
	padding: 0.30rem;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#music .box {
		flex-wrap: wrap;
		width: 100%;
		padding: 0.20rem;
	}
}

#music .box .ph_wrap {
	width: 2.5rem;
}
@media screen and (max-width: 599px) {
	#music .box .ph_wrap {
		width: 100%;
		margin-bottom: 0.20rem;
	}
}

#music .box .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#music .box .text_wrap {
	width: calc(100% - 2.5rem);
	box-sizing: border-box;
	padding-left: 0.30rem;
}
@media screen and (max-width: 599px) {
	#music .box .text_wrap {
		width: 100%;
		padding-left: 0;
	}
}


#music .box .text_wrap .title {
	max-width: 3.00rem;
	width: 100%;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#music .box .text_wrap .title {
		max-width: 84%;
		margin: 0 auto 0.15rem;
	}
}

#music .box .text_wrap .text {
	font-size: 0.14rem;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#music .box .text_wrap .text {
		font-size: 0.13rem;
		line-height: 1.85;
		letter-spacing: 0.02em;
		word-break: break-all;
	}
}

#music .box .text_wrap .audioBox {
	padding: 0.20rem 0;
	border: none;
}

#music .box .text_wrap .link a {
	font-size: 0.14rem;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #000;
}

#music .box .text_wrap .link a:hover {
	opacity: 0.7;
}

#music .box .text_wrap .kashi {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 599px) {
	#music .box .text_wrap .kashi {
		flex-wrap: wrap;
	}
}

#music .box .text_wrap .kashi .kashi_button {
	background: #00A199;
	color: #fff;
	padding: 0.1rem 0.20rem;
	font-size: 0.12rem;
	font-weight: bold;
	cursor: pointer;
}
@media screen and (max-width: 599px) {
	#music .box .text_wrap .kashi .kashi_button {
		display: block;
		width: 90%;
		margin: auto;
		margin-bottom: 0.20rem;
		box-sizing: border-box;
		text-align: center;
		font-size: 0.15rem;
	}
}


#music .box .text_wrap .kashi .note {
	font-size: 0.12rem;
	padding-left: 0.20rem;
}
@media screen and (max-width: 599px) {
	#music .box .text_wrap .kashi .note {
		padding-left: 0;
		text-align: center;
		display: block;
		width: 100%;
		font-size: 0.11rem;
	}
}


/*モーダル*/
.modalArea {
	display: none;
	position: fixed;
	z-index: 110;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.93);
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	max-width: 8.3rem;
	width: 100%;
	padding: 10px 30px;
	padding: 0.9rem;
	max-height: 70%;
	height: 100%;
	overflow-y: auto;
	overflow-y: scroll;
}
@media screen and (max-width: 599px) {
	.modalWrapper {
		box-sizing: border-box;
		width: calc(100% - 0.40rem);
		padding: 0.30rem;
		max-height: 90%;
	}
}

.modalWrapper .title{
	max-width: 4.00rem;
	width: 100%;
	margin: auto;
	margin-bottom: 0.40rem;
}

.modalWrapper .moralbox {
	display: flex;
}
@media screen and (max-width: 599px) {
	.modalWrapper .moralbox {
		flex-wrap: wrap;
		text-align: center;
	}
}


.modalWrapper .moralbox .left {
	width: 50%;
	box-sizing: border-box;
	padding-left: 0.50rem;
}
@media screen and (max-width: 599px) {
	.modalWrapper .moralbox .left {
		width: 100%;
		padding-left: 0;
	}
}

.modalWrapper .moralbox .right {
	width: 50%;
	box-sizing: border-box;
	padding-left: 0.50rem;
}
@media screen and (max-width: 599px) {
	.modalWrapper .moralbox .right {
		width: 100%;
		padding-left: 0;
	}
}

.modalWrapper .moralbox .cont_box{
	margin-bottom: 0.3rem;
	font-size: 0.15rem;
	line-height: 1.75;
}
@media screen and (max-width: 599px) {
	.modalWrapper .moralbox .cont_box{
		margin-bottom: 0.3rem;
		font-size: 0.13rem;
		line-height: 1.92;
	}
}


.closeModal {
	cursor: pointer;
}

.closeModal {
	text-align: center;
}

.closeModal span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.13rem;
	font-weight: bold;
	color: #fff;
	background: #00A199;
	padding: 0.15rem 0.60rem;
	transition: .3s all;
}

.closeModal span:hover {
	opacity: 0.7;
}


/*========================
GoogleMap
========================*/
#gmap {
	height: 5.00rem;
}

@media screen and (max-width: 599px) {
#gmap {
	height: 2.50rem;
}
}

#gmap iframe {
	width: 100%;
	height: 100%;
}
