@charset "UTF-8";
.clinic_head_text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.clinic_head_text p:not(:last-child) {
	margin-bottom: 1.5em;
}

.ul_clinic_btn1 {
	margin-top: 48px;
}

.ul_clinic_btn1 li {
	margin-top: 24px;
}

.ul_clinic_btn1 li:first-child {
	margin-top: 0;
}

.ul_clinic_btn1 li a {
	height: 60px;
}

.ul_clinic_btn1 li a::after {
	height: 60px;
}

.ul_clinic_btn2 {
	margin-top: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ul_clinic_btn2 li {
	margin-top: 24px;
	width: 48%;
}

.ul_clinic_btn2 li a {
	height: 60px;
	text-decoration: underline;
}

.ul_clinic_btn2 li a::after {
	height: 60px;
}

/* なぜ不妊手術が必要？  */
.img_clinic02 {
	margin-bottom: 40px;
}

.why_contents_text p {
	letter-spacing: 0.1em;
}

.why_contents1_text {
	padding-bottom: 59px;
	margin-bottom: 40px;
	background: url(../images/top/activities_after_sp.png) repeat-x bottom;
	background-size: contain;
}

.why_contents2_text span {
	color: #C61A26;
}

.ttl_h3_why {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.ttl_h3_why span {
	color: #C61A26;
}

/* 手術について */
.surgery_contents p {
	letter-spacing: 0.1em;
}

.surgery_contents1 {
	margin-bottom: 40px;
}

.ttl_h3_surgery {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 40px;
	position: relative;
}

.ttl_h3_surgery::after {
	content: "";
	background: url(../images/clinic/icon_footprint2.png) repeat-x center right;
	background-size: 92px 12px;
	width: 22%;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.img_clinic03 {
	margin: 40px 0;
}

.surgery_contents2 .ttl_h3_surgery {
	text-align: right;
}

.surgery_contents2 .ttl_h3_surgery::after {
	left: 0;
	right: auto;
	width: 28%;
}

/* 流れ */
.flow_contents {
	border: 1px solid #643E2F;
	border-radius: 10px;
	padding: 0 0 24px;
	margin-bottom: 24px;
	position: relative;
}

.flow_contents:last-child {
	margin-bottom: 0;
}

.flow_contents.flow_contents2::after {
	content: "";
	display: inline-block;
	background: url(../images/clinic/icon_clinic04_2_sp.png) no-repeat;
	background-size: contain;
	width: 72px;
	height: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.wrap_flow_text {
	padding: 0 5%;
}

.wrap_flow_text .ttl_h3 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 500;
	margin: 40px 0 16px;
	line-height: 1.5;
}

.wrap_flow_text p {
	letter-spacing: 0.1em;
}

.wrap_flow_text .txt_flow1 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

@media print, screen and (min-width: 769px) {
	.clinic_head_text {
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		line-height: 2;
	}
	.ul_clinic_btn1 {
		margin-top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 40px;
	}
	.ul_clinic_btn1 li {
		margin-top: 0;
		width: 49%;
		max-width: 324px;
	}
	.ul_clinic_btn1 li a {
		width: 100%;
	}
	.ul_clinic_btn2 {
		margin-top: 48px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.ul_clinic_btn2 li {
		margin-top: 24px;
		width: 24%;
		max-width: 206px;
	}
	.ul_clinic_btn2 li a {
		width: 100%;
		text-decoration: none;
	}
	/* なぜ不妊手術が必要？  */
	.why_contents1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 60px;
		margin-bottom: 40px;
	}
	.img_clinic02 {
		margin-bottom: 0;
		width: 59%;
		max-width: 560px;
	}
	.why_contents_text {
		width: 37.5%;
		max-width: 360px;
	}
	.why_contents1_text {
		padding-bottom: 0;
		margin-bottom: 0;
		background: none;
	}
	.why_contents2_text {
		width: 100%;
		max-width: none;
		text-align: center;
	}
	.ttl_h3_why {
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	.why_contents2 .ttl_h3_why {
		letter-spacing: 0.2em;
	}
	.why_contents2 .ttl_h3_why::after {
		width: 360px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.img_clinic02 {
		max-width: 560px;
		margin: 0 auto 40px;
	}
	/* 手術について */
	.ttl_h3_surgery {
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 0.2em;
		max-width: 780px;
	}
	.ttl_h3_surgery::after {
		width: 416px;
	}
	.surgery_flex_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 16px;
	}
	.surgery_text {
		width: 59%;
		max-width: 560px;
	}
	.img_clinic03 {
		margin: 0;
		width: 38%;
		max-width: 356px;
	}
	.surgery_contents2 .ttl_h3_surgery {
		margin: 0 0 40px auto;
	}
	.surgery_contents2 .ttl_h3_surgery::after {
		width: 416px;
	}
	.surgery_contents2 .surgery_flex_box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	/* 流れ */
	.flow_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
	}
	.flow_contents.flow_contents2::after {
		background: url(../images/clinic/icon_clinic04_2_pc.png) no-repeat;
		background-size: contain;
		width: 128px;
		height: 144px;
		bottom: 33px;
	}
	.img_flow {
		width: 260px;
	}
	.wrap_flow_text {
		padding: 24px 40px 0;
		width: calc(100% - 260px);
	}
	.wrap_flow_text .ttl_h3 {
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 0.2em;
		text-align: left;
		margin: 0 0 16px 0;
	}
}

/* 20240913 PDF追加 */
.wrap_clinic_note {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
	padding: 24px;
	border: 3px solid #8F7E61;
	box-shadow: 4px 4px 0px rgba(143,126,97,0.5);
}

.ttl_clinic_note {
	text-align: center;
	margin-bottom: 16px;
	font-size: 18px;font-size: 1.8rem;
	font-weight: bold;
}

.ul_pdf {
	margin-top: 24px;
	display: flex;
	gap: 0 40px;
	flex-wrap: wrap;
}

.ul_pdf li {
	margin-bottom: 8px;
}

.ul_pdf li:last-child {
	margin-bottom: 0;
}

.ul_pdf li a {
	color: #6092f0;
	text-decoration: underline;
}

.ul_pdf li a:hover {
	color: #F0B774;
}

@media (min-width: 769px) {
	.ttl_clinic_note {
		font-size: 24px;font-size: 2.4rem;
	}
}

/* 犬の避妊去勢手術について */
.for_dog .lead_txt {
	letter-spacing: 0.1em;
	font-size: 18px;font-size: 1.8rem;
	margin-bottom: 40px;
}

.wrap_green_contents {
	border-color: #3F2A2C;
}

.for_dog .inner_green_contents {
	background: none;
	text-align: left;
}

.wrap_for_dog_contetns {
	margin-bottom: 32px;
}

.wrap_for_dog_contetns:last-child {
	margin-bottom: 0;
}

.wrap_for_dog_contetns:last-child .for_dog_contents:last-child {
	padding-bottom: 0;
	border: none;
}

.for_dog_contents {
	width: calc(296 / 375 * 100vw);
	margin: 0 auto;
	padding: 16px 0;
	border-bottom: 1px dashed #3F2A2C;
}

.for_dog_contents:first-child {
	padding-top: 0;
}

.ttl_h3_for_dog {
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-bottom: 8px;
	line-height: 1.5;
}

.ttl_h3_for_dog .ttl {
	display: flex;
	gap: 8px;
}

.ttl_h3_for_dog span.price {
	display: block;
	width: 100%;
	text-align: right;
}

.ttl_h3_for_dog .ttl:before {
	content: "";
	display: inline-block;
	min-width: 32px;
	max-width: 32px;
	height: 32px;
	background: url(../images/clinic/for_dog/icon_for_dog.svg) no-repeat;
	background-size: contain;
	position: relative;
	top: -4px;
}

.ttl_h3_for_dog span.price::before {
	content: none;
}

.ttl_h3_for_dog .txt {
	display: block;
	text-align: right;
}

.ul_for_dog li {
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-bottom: 8px;
}

.ul_for_dog li:last-child {
	margin-bottom: 0;
}

.ul_for_dog li > span {
	display: block;
	text-align: right;
}

.for_dog_note1 {
	font-size: 14px;font-size: 1.4rem;
	margin-bottom: 16px;
	line-height: calc( 20 / 14);
	letter-spacing: 0.1em;
}

.for_dog_note2 {
	margin: 0;
}

.for_dog_note3 {
	font-size: 16px;font-size: 1.6rem;
	line-height: calc(20 / 16);
	margin: 16px 0 0;
}

@media (min-width: 769px) {
	.wrap_for_dog_contetns {
		width: 440px;
		margin: 0 auto 24px;
	}

	.for_dog_contents {
		width: 100%;
	}

	.ttl_h3_for_dog {
		width: 100%;
	}

	.ttl_h3_for_dog .ttl {
		display: flex;
		gap: 8px;
	}

	.ttl_h3_for_dog .ttl:before {
		content: "";
		display: inline-block;
		min-width: 32px;
		max-width: 32px;
		height: 32px;
		background: url(../images/clinic/for_dog/icon_for_dog.svg) no-repeat;
		background-size: contain;
		position: relative;
		top: -4px;
	}

	.for_dog_note1 {
		font-size: 16px;font-size: 1.6rem;
		line-height: calc( 20 / 16);
	}
}

/* ========== 20251016変更 ========== */
/* FV */
.keyimage_clinic .ttl_h2_keyimage {
	letter-spacing: 0;
}

@media (min-width: 769px) {
	.keyimage_clinic .ttl_h2_keyimage {
		letter-spacing: 0.1em;
	}
}
/* アンカーリンク追加 */
.ul_clinic_btn_anchor {
	margin: 0 0 80px;
}

/* スタッフ紹介 */
.staff_contents {
	margin-bottom: 48px;
}

.staff_contents:last-child {
	margin-bottom: 0;
}

.img_staff {
	margin-bottom: 24px;
	width: 50%;
	margin: 0 auto 24px;
}

.wrap_staff_text {
	letter-spacing: 0.1em;
}

.wrap_staff_text .staff_name {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 16px;
	line-height: 1.5;
}

.staff_contents1 .img_staff {
	margin-bottom: 40px;
	width: 100%;
}

.staff_contents1 .wrap_staff_text {
	letter-spacing: 0;
}

.staff_contents1 .wrap_staff_text .staff_name {
	margin-bottom: 24px;
}

@media print, screen and (min-width: 769px) {
	/* スタッフ紹介 */
	.staff_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.img_staff {
		margin-bottom: 0;
		width: 160px;
		margin: 0;
	}
	.wrap_staff_text {
		width: 80%;
		max-width: 760px;
	}
	.wrap_staff_text .staff_name {
		text-align: left;
	}
	.staff_contents1 .img_staff {
		margin-bottom: 0;
		width: 360px;
	}
	.staff_contents1 .wrap_staff_text {
		letter-spacing: 0.1em;
		width: 60%;
		max-width: 560px;
	}
	.staff_contents1 .wrap_staff_text .staff_name {
		margin-bottom: 24px;
	}
}

/* ========== 20251017　追加 ========== */
/* 院長挨拶 */
.staff .lead_text {
	margin-bottom: 24px;
}

@media (min-width: 769px) {
	.staff .lead_text {
		margin-bottom: 48px;
	}
}

/* 獣医の追加 */
.jui_link a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	text-decoration: underline;
	word-break: break-all;
	line-height: calc(24 / 14);
	color: #232323;
}

.jui_link a::after {
	content: "";
	display: block;
	min-width: 16px;
	height: 16px;
	background: url(../images/clinic/icon_external_link.svg);
	background-size: contain;
}

.wrap_jui_contents {
	width: calc(304 / 375 * 100vw);
	margin: 40px auto 0;
}

.jui_contents:not(:last-child) {
	margin-bottom: 40px;
}

.jui_text {
	margin-top: 8px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.jui_text p:not(:first-child) {
	margin-top: 4px;
}

.jui_name {
	color: #232323;
}

@media (min-width: 769px) {
	.jui_link a {
		justify-content: flex-start;
		gap: 8px;
	}

	.jui_link a:hover {
		color: #C42C33;
	}

	.wrap_jui_contents {
		display: flex;
		flex-wrap: wrap;
		gap: 40px 24px;
		width: 100%;
	}

	.jui_contents {
		display: flex;
		flex-direction: column;
		width: calc(100% / 3 - 48px / 3);
	}

	.jui_contents:not(:last-child) {
		margin-bottom: 0;
	}

	.jui_text {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex: 1;
	}

	.jui_text .jui_link a {
		gap: 24px;
	}
}