/* ##############################
	
	pagehead

##############################*/
.page-title{
	position: relative;
	z-index: 1;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	font-feature-settings: "palt";
}
#pagehead-std .page-title,
#pagehead-std-short .page-title{
	font-size: 2.5em;
}
#pagehead-yohaku .page-title{
	text-align: justify;
	font-size: 2.25em;
	left: -3px;
}
	.bg-trimming-pethotel .page-title{
		letter-spacing: -4px;
	}

.bg-marker{
	display: inline-block;
	background: #fff;
	font-size: 1.0625em;
	padding: .25rem 1rem;
	border-radius: 3em;
	margin-right: .5rem;
	margin-bottom: .125em;
}
.page-title-eng{
	position: relative;
	z-index: 1;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 3.5em;
	line-height: 1.1;
	margin-bottom: .3625rem;
}
	.bg-trimming-pethotel .page-title-eng{
		letter-spacing: -2px;
	}

	@media screen and (max-width:1200px) {
		.page-title-eng{
			font-size: 3em;
			line-height: 1.1;
		}
		#pagehead-std .page-title,
		#pagehead-std-short .page-title{
			font-size: 2em;
		}
		#pagehead-yohaku .page-title{
			font-size: 1.75em;
		}
	}
	@media screen and (max-width:800px) {
		.page-title-eng{
			font-size: 2.5em;
			margin-bottom: .25rem;
		}
	}
	@media screen and (max-width:560px) {
		#pagehead-std .page-title,
		#pagehead-std-short .page-title{
			font-size: 1.75em;
		}
	}

.page-desc{
	position: relative;
	z-index: 1;
	font-size: 1.0625em;
	line-height: 1.6;
	padding-right: .75rem;
	margin-top: 1.25rem;
}
.bg-recruit .page-desc{
	font-size: 1.3125em;
	color: #0072b0;
}
	@media screen and (max-width:1200px) {
		.page-desc{
			font-size: .9333333333em;
		}
	}
	@media screen and (max-width:800px) {
		.page-desc{
			margin-top: .75em;
		}
	}
.pethotel-contact{
	max-width: 720px;
	margin: 2.5em auto 0;
	background: #6ba1bc;
	text-align: center;
	padding: 1em;
	border-radius: 5em;
	color: #fff;
	line-height: 1.5;
}
	@media screen and (max-width:800px) {
		.pethotel-contact{
			border-radius: 1.25em;
			margin-top: 1.75em;
		}
	}

/* 画像背景版 
----------------------------------------*/
#pagehead-std{
	aspect-ratio: 16 / 7;
	position: relative;
}
	@media screen and (max-width:800px) {
		#pagehead-std{
			aspect-ratio: 12 / 7;
		}
	}
	@media screen and (max-width:560px) {
		#pagehead-std{
			aspect-ratio: 1 / 1;
		}
	}
#pagehead-std-short{
	aspect-ratio: 16 / 5;
	position: relative;
}
	@media screen and (max-width:800px) {
		#pagehead-std-short{
			aspect-ratio: 12 / 5;
		}
	}
	@media screen and (max-width:560px) {
		#pagehead-std-short{
			aspect-ratio: 3 / 2;
		}
	}

/**/
#pagehead-std .posi-center,
#pagehead-std-short .posi-center{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.bg-shinryo{
	background: url(../images/shinryo/pagehead.jpg) no-repeat center 58%;
	background-size: cover;
}
.bg-schedule{
	background: url(../images/schedule/pagehead.jpg) no-repeat center 58%;
	background-size: cover;
}

/* 余白＋角丸版 
----------------------------------------*/
#pagehead-yohaku{
	position: relative;
	margin: 1rem 1rem 0 1rem;
	width: calc(100% - 2rem);
	border-radius: 1.5em;
}
#pagehead-yohaku:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(220px + 3em);
	height: 85px;
	background: #fff;
	content: "";
	border-radius: 0 0 3em 0;
}
.ph-yohaku-flex{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 6em 0 3.5em;
}

	@media screen and (max-width:800px) {
		#pagehead-yohaku:after{
			width: calc(163px + 2.5em - 1em);
			height: 64px;
		}
		.ph-yohaku-flex{
			padding: calc(91px + 1.25em) 1.25em 1em 1.25em;
		}
	}

.ph-yohaku-title{
	width: 44.5%;
}
.ph-yohaku-img{
	width: 44.5%;
	position: relative;
	z-index: 1;
}
	@media screen and (max-width:800px) {
		.ph-yohaku-title{
			width: 89%;
			padding-bottom: 2.25em;
		}
		.ph-yohaku-img{
			width: 100%;
		}
	}

/* ABOUT */
.bg-about{
	background: #84c35a;
}
.bg-about .ph-yohaku-img{
	position: relative;
}
.bg-about .txt-position{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.bg-about .txt-position div.eng{
	font-size: 1.25em;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
}
.bg-about .txt-position div.junbi{
	color: #80cbec;
	font-size: .875em;
	background: #fff;
	border-radius: 1em;
	width: 210px;
	margin-top: .25em;
}
.bg-about .ph-yohaku-img video{
	width: 100%;
}

/* TRIMMING & PET HOTEL */
.bg-trimming-pethotel{
	background: #dae7ee;
}

/* FEATURE */
.bg-team{
	background: #80cbec;
}
.bg-laparoscopic{
	background: #b5db9c;
}

/* RECRUIT */
.bg-recruit{
	background: #e0ebf7;
}

/* Health care */
.bg-healthcare{
	background: #e7ef99;
}

/* 
 余白＋角丸版ページのsection
----------------------------------------*/
.section-yohaku-wrap{
	margin: 1rem 1rem 0 1rem;
	width: calc(100% - 2rem);
	border-radius: 1.5em;
}
.section-yohaku{
	max-width: 1160px;
	width: 89%;
	margin: 0 auto;
	padding: 4.5rem 0 3.75rem;
}
.section-yohaku-connect{
	position: relative;
}
.section-yohaku-connect .section-yohaku{
	padding-top: 3.25rem;
}
#message .section-yohaku-connect{
	background: #dfddda;
	border-radius: 0 0 1.5em 1.5em;
}


	@media screen and (max-width:800px) {
		.section-yohaku-connect .section-yohaku{
			padding-top: 2.75rem;
		}
		.section-yohaku{
			padding: 2rem 0 1.75rem;
		}
	}
	@media screen and (max-width:700px) {
		.section-yohaku-wrap{
			margin: 1rem .5rem 0 .5rem;
			width: calc(100% - 1rem);
		}
		.section-yohaku-connect .section-yohaku{
			padding-top: 1.25rem;
		}
	}

#message .section-yohaku-wrap,
#group .section-yohaku-wrap,
#team .section-yohaku-wrap,
#laparoscopic .section-yohaku-wrap{
	background: #ecebe9;
}
#philosophy .section-yohaku-wrap{
	background: #c8e4b5;
}
#staff .section-yohaku-wrap,
#facility .section-yohaku-wrap,
#yobo .section-yohaku-wrap{
	background: #e9f4e1;
}
#trimming .section-yohaku-wrap{
	background: #cbdee7;
}
#pethotel .section-yohaku-wrap{
	background: #bdd5e1;
}
#recruit .section-yohaku-wrap{
	background: #cee0f2;
}
#checkup .section-yohaku-wrap{
	background: #f6f9d9;
}

/* 
 通常section
----------------------------------------*/
.section-std{
	max-width: 1160px;
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	padding-top:  3.75rem;
	padding-bottom: 3.75rem;
}
	@media screen and (max-width:800px) {
		.section-std{
			width: 89%;
			padding-top: 2.25rem;
			padding-bottom: 2.25rem;
		}
	}


/* ##############################
	
	nav-pagejump

##############################*/
.nav-pagejump{
	border-bottom: 1px solid #dddedd;
	padding: 1rem 0;
}
.nav-pagejump ul{
	max-width: 1160px;
	width: 83.5%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
	@media screen and (max-width:800px) {
		.nav-pagejump ul{
			justify-content: center;
			width: 92%;
		}
	}

.nav-pagejump li a{
	font-family: "M PLUS 1p", sans-serif;
	padding-right: 1.25rem;
	margin-right: 1.5rem;
	position: relative;
}
.nav-pagejump li a:before{
	position: absolute;
	width: 1em;
	height: 1em;
	right: 0;
	top: .2em;
	background: url(../images/common/icon-pagejump.svg) no-repeat right center;
	background-size: 1em auto;
	content: "";
	transition: .2s all;
}
.nav-pagejump li a:hover{
	font-weight: 500;
}
.nav-pagejump li a:hover:before{
	top: .4em;
}

/* ##############################
	
	shinryo

##############################*/

/* 診療について
----------------------------------------*/
#guide {
	background: url(../images/shinryo/bg-shinryo.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
#guide .shinryo-title div:nth-child(2){
	width: 57.5%;
}
.shinryo-uketsuke{
	margin-top: 4.25rem;
	margin-bottom: 2.125rem;
}
	@media screen and (max-width:800px) {
		#guide .shinryo-title div:nth-child(1){
			width: 100%;
			text-align: center;
		}
		#guide .shinryo-title div:nth-child(2){
			width: 100%;
			margin-top:  1rem;
		}
		.shinryo-uketsuke{
			margin-top:  2.125rem;
		}
	}
	@media screen and (max-width:700px) {
		#guide .lh{
			line-height: 1.75;
		}
	}

.shinryo-uketsuke .clm2-block{
	padding: 2.25rem;
	border-radius: 1em;
}
#shinryo{
	background: #e6f3de;
}
#uketsuke{
	background: #e6f5fb;
}
.shinryo-uketsuke .clm2-block .paw{
	font-weight: 500;
	padding-left: 2rem;
	margin-bottom: 1.25rem;
	background-size: .75em auto;
	background-position: left .375em;
	background-repeat: no-repeat;
}
#shinryo .paw{
	color: #476b3d;
	background-image: url(../images/common/icon-paw-green.png) ;
}
#uketsuke .paw{
	color: #0096d9;
	background-image: url(../images/common/icon-paw-blue.png) ;
}
#shinryo .baloon{
	position: relative;
	display: inline-block;
	background: #476b3d;
	color: #fff;
	font-weight: 500;
	border-radius: 2em;
	padding: 1rem 2rem;
	margin-top: 1.5rem;
}
	@media screen and (max-width:800px) {
		.shinryo-uketsuke .clm2-block{
			padding: 1.5rem 1.5rem 1.75rem;
		}
	}

	@media screen and (max-width:560px) {
		#shinryo .baloon{
			font-size: .875em;
		}
	}

#shinryo .baloon::before {
	position: absolute;
	top: -.75em;
	left: 3em;
	width: 1.25em;
	height: .75em;
	background-color: #476b3d;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	content: '';
}
table.shinryo-table {
	width: 100%;
}
.shinryo-table th,
.shinryo-table td{
	color: #476b3d;
	background: #fff;
	border-bottom: 1px solid;
	padding: 1rem 0;
}
.shinryo-table th{
	width: 16%;
}
.shinryo-table td{
	width: 12%;
	text-align: center;
}
a.btn-shinryo-web,
a.btn-shinryo-schedule{
	position: relative;
	top: 0;
	display: block;
	color: #fff;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.5;
	padding: 1.5rem;
	border-radius: .5em;
	transition: .1s all;
}
	a.btn-shinryo-web:hover,
	a.btn-shinryo-schedule:hover{
		top: 3px;
		opacity: .9;
	}
a.btn-shinryo-web{
	background: #0096d9;
}
a.btn-shinryo-web img{
	width: calc(68px + 1em);
	position: absolute;
	bottom: 0;
	right: 6px;
}
a.btn-shinryo-web div{
	letter-spacing: 1px;
	z-index: 1;
}
a.btn-shinryo-web div span{
	font-size: .875rem;
	display: block;
}
a.btn-shinryo-schedule{
	background: #84c35a url(../images/common/icon-schedule.png) no-repeat calc(100% - 1.5em) center;
	background-size: 2.25em auto;
	margin-top: 1rem;
}

.shinryo-guide-list > li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 2.25rem 0;
	border-bottom: 1px solid #e6e6e6;
}
.shinryo-guide-list > li:last-child{
	border-bottom: none;
}
.shinryo-guide-list > li .tit{
	width: 29vw;
	padding: 0 2em;
}
.shinryo-guide-list > li .body{
	width: calc(100% - 29vw);
}
.shinryo-guide-list > li.type-width .tit{
	width: 55%;
}
.shinryo-guide-list > li.type-width .body{
	width: 45%;
}
	@media screen and (max-width:800px) {
		.shinryo-guide-list > li{
			padding: 1.5rem 0;
		}
		.shinryo-guide-list > li:first-child{
			padding-top: 0;
		}
		.shinryo-guide-list > li .tit,
		.shinryo-guide-list > li.type-width .tit{
			width: 100%;
			padding: 0;
			margin-bottom: 1rem;
		}
		.shinryo-guide-list > li .body,
		.shinryo-guide-list > li.type-width .body{
			width: 100%;
		}
	}
#guide .animal-icon{
	justify-content: end;
}
#guide .animal-icon .item{
	padding: 0 1em;
	font-weight: 500;
	color: #0096d9;
}
#guide .animal-icon img{
	max-width: 62px;
	height: auto;
}
	@media screen and (max-width:800px) {
		#guide .animal-icon{
			justify-content: center;
		}
	}
	@media screen and (max-width:560px) {
		#guide .animal-icon img{
			max-width: 50px;
		}
	}

.kamoku-list > li,
.kamoku-list-other > li{
	background: #e6f5fb;
	margin-bottom: .75rem;
	padding: 1.5rem;
	border-radius: .5em;
	text-align: justify;
}
.kamoku-list > li{
	width: calc((100% / 2) - .5rem);
}
.kamoku-list > li:nth-child(even){
	margin-left: .5rem;
}
.kamoku-list > li:nth-child(odd){
	margin-right: .5rem;
}
	@media screen and (max-width:800px) {
		.kamoku-list > li{
			width: 100%;
		}
		.kamoku-list > li:nth-child(even){
			margin-left: 0;
		}
		.kamoku-list > li:nth-child(odd){
			margin-right: 0;
		}
	}

.kamoku-list > li .kamoku-tit{
	padding-left: 2.5rem;
	background-size: 1.75em auto;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: .5rem;
}
.kamoku-list > li:nth-child(1) .kamoku-tit{
	background-image: url("../images/shinryo/icon-naika.png");
}
.kamoku-list > li:nth-child(2) .kamoku-tit{
	background-image: url("../images/shinryo/icon-geka.png");
}
.kamoku-list-other > li{
	width: calc((100% / 3) - .5rem);
	padding-left: 0;
	padding-right: 0;
}
.kamoku-list-other > li:nth-child(3n + 1){
	margin-right: .5rem;
}
.kamoku-list-other > li:nth-child(3n + 2){
	margin-left: .25rem;
	margin-right: .25rem;
}
.kamoku-list-other > li:nth-child(3n + 3){
	margin-left: .5rem;
}
	@media screen and (max-width:800px) {
		.kamoku-list-other > li{
			width: calc((100% / 2) - .25rem);
		}
		.kamoku-list-other > li:nth-child(3n + 1){
			margin-right: 0;
		}
		.kamoku-list-other > li:nth-child(3n + 2){
			margin-left: 0;
			margin-right: 0;
		}
		.kamoku-list-other > li:nth-child(3n + 3){
			margin-left: 0;
		}
		.kamoku-list-other > li:nth-child(even){
			margin-left: .25rem;
		}
		.kamoku-list-other > li:nth-child(odd){
			margin-right: .25rem;
		}
	}

.kamoku-tit{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 600;
	color: #0096d9;
}
.kamoku-list-other .kamoku-tit{
	text-align: center;
}
.yakan-wrap{
	background: #e6f5fb;
	padding: 1.75rem;
	border-radius: .5em;
}
.yakan-wrap div.em{
	margin-bottom: .5rem;
}
.yakan-wrap span{
	padding-right: 1.5rem;
	display: inline-block;
}


/* はじめての方 
----------------------------------------*/
#first{
	background: #b4d69b;
}

#first .section-tit{
	padding-left: 2.5rem;
	background: url(../images/shinryo/icon-first.png) no-repeat left center;
	background-size: 1.5rem auto;
}
.flow-first{
	margin-top: 2rem;
}
.flow-first li{
	width: 100%;
	background: #fff;
	margin-bottom: 3rem;
	padding: 2.25rem;
	border-radius: 1em;
	position: relative;
}
.flow-first li:last-child{
	margin-bottom: 0;
}
.flow-first li:nth-child(1),
.flow-first li:nth-child(2){
	width: 48%;
}
.flow-first li:after{
	position: absolute;
	left: 50%;
	bottom: -2.25em;
	width: 2em;
	height: 1.5em;
	content: "";
	background: #476b3d;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	border-radius: .25em;
}
	@media screen and (max-width:800px) {
		.flow-first li:nth-child(1),
		.flow-first li:nth-child(2){
			width: 100%;
		}
		.flow-first li:nth-child(1){
			margin-bottom: 1rem;
		}
		.flow-first li:nth-child(1):after{
			position: relative;
			left: auto;
			bottom: auto;
			width: auto;
			height: auto;
			background: none;
		}
	}
	@media screen and (max-width:560px) {
		.flow-first li{
			padding-left: 1.75rem;
			padding-right: 1.75rem;
		}
	}

.flow-first li:last-child:after{
	position: relative;
	left: auto;
	bottom: auto;
	width: auto;
	height: auto;
	background: none;
}
.flow-first .position{
	position: absolute;
	top: 1.5em;
	right: 2em;
}
.flow-first .position img{
	width: 43px;
	height: auto;
}
.icon-monshin,
.icon-bag,
.icon-carrier{
	padding: .125rem 0 .125rem 2.75rem;
}
.icon-monshin{
	background: url(../images/shinryo/icon-monshin.png) no-repeat left top;
	background-size: 1.75em auto;
}
.icon-bag{
	background: url(../images/shinryo/icon-bag.png) no-repeat left top;
	background-size: 1.75em auto;
}
.icon-carrier{
	background: url(../images/shinryo/icon-carrier.png) no-repeat left top;
	background-size: 1.75em auto;
}
.dl-flex .txt{
	width: calc(100% - 280px - 4rem);
	margin-right: 4rem;
}
.dl-flex .dl{
	width: 280px;
}
.dl-flex .dl a{
	display: block;
	color: #0072b0;
	background: #d9eff9 url(../images/shinryo/icon-dl.png) no-repeat calc(100% - 1.5em) center;
	border: #d9eff9 1px solid;
	background-size: 1em auto;
	padding: .5rem 1.25rem;
	margin-bottom: .5rem;
	border-radius: 3em;
	transition: .3s all;
}
.dl-flex .dl a:hover{
	background-color: #fff;
}
	@media screen and (max-width:800px) {
		.dl-flex .txt{
			width: 100%;
			margin-right: 0;
			margin-bottom: 1.5rem;
		}
		.dl-flex .dl{
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.dl-flex .dl a{
			width: calc(100% / 3 - .25em);
			font-size: .8em;
		}
	}
	@media screen and (max-width:720px) {
		.flow-first .position img{
			width: 38px;
		}
		.dl-flex .dl a{
			max-width: 400px;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			font-size: 1em;
		}
	}
.dl-flex .dl span.dog,
.dl-flex .dl span.cat,
.dl-flex .dl span.usagi,
.manner-icon div{
	padding: .25rem 0 .25rem 2.25rem;
	background-size: auto 1.5em;
	background-repeat: no-repeat;
	background-position: left center;
}
.dl-flex .dl span.dog{
	background-image: url(../images/common/icon-dog-blue.png);
}
.dl-flex .dl span.cat{
	background-image: url(../images/common/icon-cat-blue.png);
}
.dl-flex .dl span.usagi{
	background-image: url(../images/common/icon-usagi-blue.png);
}
.manner-icon div{
	margin-top: .5rem;
}
.manner-icon div.dog{
	background-image: url(../images/common/icon-dog-green.png);
}
.manner-icon div.cat{
	background-image: url(../images/common/icon-cat-green.png);
}
.manner-icon div.usagi{
	background-image: url(../images/common/icon-usagi-green.png);
}

/* 手術について 
----------------------------------------*/
#operation{
	position: relative;
	background: #fff url(../images/common/bg-check.gif) repeat left top;
	background-size: 15px auto;
	border-radius: 4.25em 0 0 0;
}
#operation:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #b4d69b;
	z-index: -1;
	content: "";
}
#operation:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 527px;
	height: auto;
	aspect-ratio: 263 / 110;
	content: "";
	background: url(../images/shinryo/bg-operation.png) no-repeat right top;
	background-size: 100% auto;
	z-index: 0;
}
	@media screen and (min-width:1760px) {
		#operation:after{
			width: 29.94318181818182vw;
		}
	}
	@media screen and (max-width:800px) {
		#operation:after{
			width: 54.895833333333336vw;
		}
	}
	@media screen and (max-width:560px) {
		#operation:after{
			width: 320px;
		}
	}

.bgc-operation{
	background: rgba(255,255,255,1.0);
	border-top: 3px solid #0096d9;
	position: relative;
}
.operation-title {
	align-items: center;
	margin-top: 4.25rem;
	margin-bottom: 4.25rem;
	position: relative;
	z-index: 1;
}
.operation-title .txt{
	width: calc(100% - 380px - 4rem);
}
.operation-title .img{
	width: 380px;
	margin: 2.25rem 3rem 0 0;
	position: relative;
	z-index: 1;
}
	@media screen and (max-width:800px) {
		.operation-title {
			margin-bottom: 2.125rem;
		}
		.operation-title .txt{
			width: 100%;
		}
		.operation-title .img{
			max-width: 390px;
			width: 77%;
			margin-left: auto;
			margin-right: auto;
		}
	}
.link-laparoscopic .tit{
	width: 45%;
	font-size: 1.25em;
	line-height: 1.5;
}
.link-laparoscopic .txt{
	width: 55%;
}
	@media screen and (max-width:800px) {
		.link-laparoscopic .tit{
			width: 100%;
		}
		.link-laparoscopic .txt{
			width: 100%;
			margin-top: 1rem;
		}
	}

.bgc-operation .section-midashi{
	border-bottom: 1px solid #0096d9;
	padding-bottom: 1.75rem;
	color: #0096d9;
	line-height: 1;
}
.bgc-operation .shinryo-guide-list{
	margin-top: 1rem;
}
.bgc-operation .shinryo-guide-list li{
	align-items: start;
}
.shinryo-price,
.shinryo-price-small{
	border-style: solid;
	border-color: #bfe5f6;
	border-width: 1px 1px 0 1px;
}
.shinryo-price{
	width: 100%;
}
.shinryo-price-small{
	width: calc(100% - 25%);
}
.shinryo-price tr td,
.shinryo-price-small tr td{
	text-align: center;
	padding: 1.25rem .5rem;
	border-style: solid;
	border-color: #bfe5f6;
	border-width: 0 0 1px 0;
	vertical-align: middle;
}
.shinryo-price tr td{
	width: calc(100% / 4);
}
.shinryo-price-small tr td{
	width: calc(100% / 3);
}

.shinryo-price tr td.row1,
.shinryo-price-small tr td.row1{
	background: #d9eff9;
	color: #0096d9;
	font-weight: 500;
}
.shinryo-price tr td.row2,
.shinryo-price-small tr td.row2{
	background: #f2fafd;
	color: #0096d9;
	font-weight: 500;
}
.shinryo-price img,
.shinryo-price-small img{
	width: 30px;
}
	@media screen and (max-width:560px) {
		.table-scroll{
			overflow-x: scroll;
			padding: .5rem;
		}
		.shinryo-price{
			width: 430px;
		}
		.shinryo-price-small{
			width: 320px;
		}
	}


/*-----------------------
	
	about

-----------------------*/
/* 院長あいさつ 
----------------------------------------*/
#message .flex{
	margin-top: 1.25rem;
}
#message .flex .item:nth-child(1){
	width: 24vw;
	margin-top: .75em;
}
#message .flex .item:nth-child(2){
	width: calc(93.5% - 24vw);
}
	@media screen and (max-width:1200px) {
		#message .flex .item:nth-child(1){
			width: 27.5vw;
		}
		#message .flex .item:nth-child(2){
			width: calc(96% - 27.5vw);

		}
	}

	@media screen and (max-width:800px) {
		#message .flex .item:nth-child(1){
			width: 75%;
			max-width: 360px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}
		#message .flex .item:nth-child(2){
			width: 100%;
			margin-top: 1.25rem;
		}
	}

#message .flex .item:nth-child(1) img{
	border-radius: 1.5em;
}
.message-body{
	margin-top: 1.5rem;
	line-height: 2.0;
}
.message-body div{
	margin-top: 1.25rem;

}
	@media screen and (max-width:1200px) {
		.message-body{
			margin-top: 1.25rem;
			line-height: 1.9;
		}
		.message-body div{
			margin-top: .75rem;
		}
	}
	@media screen and (max-width:800px) {
		.message-body{
			line-height: 1.75;
		}
	}

	@media screen and (max-width:560px) {
		.message-body{
			font-size: 1em;
		}
		.message-body .inline-block{
			display: inline;
		}
	}
a.link-message{
	position: relative;
	top: 0;
	display: block;
	background: #fff url(../images/common/link.png) no-repeat calc(100% - 2em) 50%;
	background-size: 1.25em auto;
	padding: 1rem 3rem 1rem 2rem;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
	border-radius: 3em;
	transition: .2s all;
}
a.link-message:hover{
	top: 6px;
}
.acd-profile {
	padding-top: 2rem;
}
.acd-profile summary {
	background-color: #0096c8;
	border-radius: .25em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: .75rem 1.75rem;
	color: #fff;
	font-size: 1.3125rem;
	font-weight: 500;
	cursor: pointer;
}
	@media screen and (max-width:800px) {
		.acd-profile summary {
			font-size: 1.25rem;
			padding-left: 1.25em;
		}
	}
	@media screen and (max-width:560px) {
		.acd-profile summary {
			font-size: 1rem;
		}
	}

.acd-profile summary::-webkit-details-marker {
	display: none;
}
.acd-profile summary::before,
.acd-profile summary::after {
	width: 3px;
	height: .9em;
	border-radius: 5px;
	background-color: #fff;
	content: '';
}
.acd-profile summary::before {
	position: absolute;
	right: 1.75rem;
	rotate: 90deg;
}
.acd-profile summary::after {
	transition: rotate .2s;
}
.acd-profile[open] summary::after {
	rotate: 90deg;
}
.acd-prof-body {
	transform: translateY(-10px);
	opacity: 0;
	margin: .5em 0 0 0;
	padding: 3rem 3.5rem;
	background: #ffffff;
	border-radius: .25em;
	transition: transform .5s, opacity .5s;
}
.acd-profile[open] .acd-prof-body {
	transform: none;
	opacity: 1;
}
	@media screen and (max-width:800px) {
		.acd-prof-body {
			padding: 2rem 1.75rem;
		}
	}

.acd-prof-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.acd-prof-flex .item{
	width: 48%;
}
	@media screen and (max-width:800px) {
		.acd-prof-flex .item{
			width: 100%;
			margin-bottom: 2.5rem;
		}
		.acd-prof-flex .item:last-child{
			margin-bottom: 0;
		}
	}

.acd-prof-body .namae{
	font-size: 1.625em;
}
.dl-profile {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2em;
}
.dl-profile dt{
	width: 3.75em;
	color: #0096d9;
	font-weight: bold;
	padding: .5em 0;
}
.dl-profile dd{
	width: calc(100% - 3.75em);
	padding: .5em 0;
}

.ul-history li{
	border-bottom: 1px dotted #ccc;
	padding: .5em 0;
}
.ul-history li:first-child{
	padding-top: 0;
}
.acd-prof-flex .tit{
	background: #0096d9;
	color: #fff;
	font-weight: bold;
	padding: .25rem 1rem;
	border-radius: 3em;
	margin-bottom: .75rem;
}

/* 理念とクレド 
----------------------------------------*/
.philosophy-title{
	align-items: center;
}
.philosophy-title .tit{
	width: 60%;
}
.philosophy-title .img{
	width: 40%;
}
	@media screen and (max-width:800px) {
		.philosophy-title .tit{
			width: 100%;
		}
		.philosophy-title .img{
			width: 70%;
			margin-top: 2em;
			margin-left: auto;
			margin-right: auto;
		}
	}
	@media screen and (max-width:560px) {
		.philosophy-title .img{
			width: 90%;
		}
	}

.bgbox-cred{
	background: #fff;
	padding: 2.25rem 3rem;
}
	@media screen and (max-width:560px) {
		.bgbox-cred{
			padding: 1.5rem 1.25rem 2rem;
		}
	}

.bgbox-cred .tit{
	font-size: 2em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: 3px;
	padding-right: 1rem;
}
.list-cred li{
	width: 47%;
	margin-top: 1rem;
	padding-left: 3.5rem;
	position: relative;
}
.list-cred li span{
	position: absolute;
	top: .25em;
	left: 0;
	width: 2.25rem;
	height: 2.25rem;
	font-size: 1.125em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 2.25rem;
	text-align: center;
	background: #84c35a;
	color: #fff;
	border-radius: 50%;
}
	@media screen and (max-width:800px) {
		.list-cred li{
			width: 100%;
			padding-left: 2.75rem;
		}
		.list-cred li span{
			top: -.25em;
			width: 1.75rem;
			height: 1.75rem;
			line-height: 1.75rem;
		}
	}

/* スタッフ紹介 */

/* タブ切り替え（機器含む） */
.tab-staff,
.tab-equipment {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2em;
}

.tab-staff > label,
.tab-equipment > label {
	flex: 1 1;
	order: -1;
	position: relative;
	padding: .75rem 0;
	background-color: #fff;
	color: #476b3d;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}
	@media screen and (max-width:800px) {
		.tab-staff > label,
		.tab-equipment > label{
			font-size: .85714285714em;
		}
	}
	@media screen and (max-width:560px) {
		.tab-staff > label,
		.tab-equipment > label{
			font-size: .78571428571em;
		}
	}

.tab-staff > label.vet,
.tab-equipment > label.first{
	border-radius: .5em 0 0 .5em;
}
.tab-staff > label.trimmer,
.tab-equipment > label.last{
	border-radius: 0 .5em .5em 0;
}
.tab-staff > label:hover,
.tab-staff label:has(:checked),
.tab-equipment > label:hover,
.tab-equipment label:has(:checked){
	background-color: #84c35a;
	color: #fff;
}
.tab-staff label:has(:checked)::before,
.tab-equipment label:has(:checked)::before{
	position: absolute;
	bottom: -.875rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.5rem;
	height: .875rem;
	background-color: #84c35a;
	content: '';
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tab-staff input,
.tab-equipment input {
	display: none;
}
.tab-staff > div.tab-body,
.tab-equipment > div.tab-body{
	display: none;
	width: 100%;
	padding-top: 1.5rem;
}
.tab-staff label:has(:checked) + div,
.tab-equipment label:has(:checked) + div{
	display: block;
}

/* スタッフ一覧　装飾　*/
.modal-list {
	column-gap: 1rem;
}
.modal-list .item{
	width: calc(100% / 4 - .75rem);
	margin-bottom: 1rem;
	transition: opacity .8s;
	background: #fff;
	border-radius: .75em;
	padding: 1rem 1.5rem 1.5rem 1.5rem;
	position: relative;
}
	@media screen and (max-width:800px) {
		.modal-list .item{
			padding: 1rem 1rem 1.5rem 1rem;
		}
		.modal-list {
			column-gap: .75rem;
		}
		.modal-list .item{
			width: calc(100% / 3 - .5rem);
			margin-bottom: .75rem;
		}
	}
	@media screen and (max-width:760px) {
		.modal-list .item{
			width: calc(100% / 2 - .5rem);
		}
	}

.modal-list .item:before{
	position: absolute;
	bottom: .5rem;
	right:.5rem;
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
	text-align: center;
	background: #476b3d;
	border-radius: 50%;
	color: #fff;
	content: "＋";
}
	@media screen and (max-width:800px) {
		.modal-list .item:before{
			bottom: .5rem;
			right: .5rem;
			width: 1rem;
			height: 1rem;
			line-height: 1rem;
		}
	}

.modal-list .item:hover {
	opacity: .8;
}
.modal__trigger__vet,
.modal__trigger__vt {
	cursor: pointer;
}
.modal-list .thumbnail{
	text-align: center;
	margin-bottom: .25rem;
}
.modal-list .thumbnail img{
	border-radius: .5em;
	width: 75%;
}
.job-posi{
	font-size: .875em;
	font-weight: 500;
	color: #476b3d;
	line-height: 1.3;
	margin-bottom: .25rem;
}
.namae{
	font-size: 1.375em;
	font-weight: 500;
	font-family: "M PLUS 1p", sans-serif;
	line-height: 1.5;
}
.eng-namae{
	font-size: .875em;
	font-family: "M PLUS 1p", sans-serif;
	color: #999;
	line-height: 1.3;
	letter-spacing: 1px;
	margin-top: 3px;
}
.dl-cv{
	display: flex;
	flex-wrap: wrap;
}
.dl-cv dt{
	width: 140px;
	margin-bottom: .25em;
}
.dl-cv dd{
	width: calc(100% - 140px);
	margin-bottom: .25rem;
}
	@media screen and (max-width:1200px) {
		.modal-list .thumbnail img{
			width: 100%;
		}
	}
	@media screen and (max-width:800px) {
		.job-posi{
			font-size: 13px;
		}
	}
	@media screen and (max-width:560px) {
		.job-posi{
			font-size: 12px;
		}
		.namae{
			font-size: 1.25em;
		}
		.eng-namae{
			font-size: 11px;
		}
	}

/* モーダルのコンテンツ */
.modal__wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.modal__layer {
	height: 100%;
	background: rgba(50, 50, 50, .85);
	cursor: pointer;
}
.modal__container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(calc(100% - 40px), 740px);
	height: 480px;
	padding: 0;
	background: #fff;
	border-radius: 2em;
}
.modal__wrapper .inner {
	position: relative;
	overflow-y: scroll;
	height: 100%;
	padding: 3.75rem;
}
	@media (orientation: landscape) and (max-width: 800px){
		.modal__container {
			height: 90%;
		}
	}

	@media screen and (max-width:560px) {
		.modal__container {
			height: 76%;
		}
		.modal__wrapper .inner {
			padding: 2.25rem 1.5rem 3.75rem 1.5rem;
		}
	}

/* モーダルを閉じるボタン*/
.modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	background: rgba(50, 50, 50, 1);
	cursor: pointer;
	transition: opacity .6s;
	border-radius: 50%;
	z-index: 5;
}
.modal__close:before,
.modal__close:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.25rem;
	height: 1px;
	background: #fff;
	content: '';
}
.modal__close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-close-link{
	position: relative;
	background: #476b3d;
	color: #fff;
	font-weight: 500;
	padding: .5em 2.5em .5em 1.25em;
	border-radius: 3em;
}
.modal-close-link:before{
	position: absolute;
	top: calc(50% - .375em);
	right: .5em;
	clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
	height: 12px;
	aspect-ratio: 1;
	background-color: #fff;
	content: "";
}

/* モーダル内　装飾　*/
.modal__container .thumbnail{
	width: 200px;
}
.modal__container .detail{
	width: calc(92.5% - 200px);
}
.modal__container .thumbnail img{
	border-radius: 1em;
}
	@media screen and (max-width:800px) {
		.modal__container .thumbnail{
			margin: 0 auto; 
		}
		.modal__container .detail{
			width: 100%;
			margin-top: 2.25rem;
		}
	}
	@media screen and (max-width:560px) {
		.modal__container .thumbnail{
			width: 170px;
		}
	}


.words{
	margin-top: 1.75rem;
}
.modal__container .komidashi{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 600;
	color: #476b3d;
	border-bottom: 1px solid;
	margin-top: 1.75rem;
	margin-bottom: .75rem;
}
.modal__container .namae{
	font-size: 1.75em;
}
.career{
	font-size: .9375em;
}

/* 施設写真 */
.equipment-komidashi{
	color: #476b3d;
	border-bottom: 1px solid;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.0625em;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: .75rem;
	margin-bottom: 1.25rem;
	margin-top: .75rem;
}
.mt0{
	margin-top: 0;
}
.facility-flex{
	margin-bottom: 3rem;
}
.facility-flex .floor{
	font-family: "Roboto", sans-serif;
	font-size: 3.75rem;
	line-height: 1.0;
	width: 9rem;
	margin-top: 3.25rem;
	position: relative;
}
.facility-flex .img{
	width: calc(100% - 9rem);
	margin-top: 3.25rem;
}
.facility-flex .floor div{
	position: sticky;
	top: 1.5em;
	left: 0;
}
	@media screen and (max-width:1200px) {
		.facility-flex .floor{
			font-size: 3rem;
			width: 5.5rem;
		}
		.facility-flex .img{
			width: calc(100% - 5.5rem);
		}
		.facility-flex .floor div{
			top: 2.25em;
		}
	}

	@media screen and (max-width:800px) {
		.facility-flex{
			margin-bottom: 2.5rem;
		}
		.facility-flex .floor{
			font-size: 2.75rem;
			width: 100%;
			margin-top: .75rem;
		}
		.facility-flex .img{
			width: 100%;
			margin-top: .75rem;
		}
	}
	@media screen and (max-width:560px) {
		.facility-flex .floor{
			font-size: 2.25rem;
		}
		.facility-flex .img{
			margin-top: .25rem;
		}
	}


/*ツールチップ*/
.tooltip {
	position: relative;
}
.tooltip > div {
	cursor: pointer;
}
.tooltip > span {
	/*display: flex;*/
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: .5rem 1rem;
	border-radius: 3px;
	background-color: #303030;
	color: #ffffff;
	font-size: .875em;
	font-weight: 600;
	transition: opacity .3s;
	z-index: 3;
}
	@media screen and (max-width:560px) {
		.tooltip > span {
			padding: 1em;
			font-size: .75em;
		}
	}

.tooltip > span::before {
	position: absolute;
	top: -6px;
	width: 9px;
	height: 6px;
	background-color: inherit;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	content: '';
}
.tooltip:hover > span {
	visibility: visible;
	opacity: 1;
}


/* 機器 */
.equipment-list{
	column-gap: 1.25rem;
}
.equipment-list li{
	width: calc(100% / 5 - 1rem);
	margin-bottom: 1rem;
	font-size: .875em;
}
	@media screen and (max-width:800px) {
		.equipment-list li{
			width: calc(100% / 4 - 1rem);
		}
	}
	@media screen and (max-width:760px) {
		.equipment-list{
			column-gap: .75rem;
		}
		.equipment-list li{
			width: calc(100% / 3 - .5rem);
		}
	}
	@media screen and (max-width:560px) {
		.equipment-list li{
			font-size: .75em;
		}
	}

.equipment-list li .thumbnail img{
	border-radius: .5em;
}
.equipment-list li .tit{
	position: relative;
	line-height: 1.3;
	padding: .25rem 1.125rem .25em 0;
}
.equipment-list li .tit:before{
	position: absolute;
	top: .25rem;
	right: 0;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
	text-align: center;
	background: #476b3d;
	font-size: .75em;
	border-radius: 1em;
	color: #fff;
	content: "？";
}

/*  */
.list-group {
	border-top: 1px solid #ccc;
	margin-top: 1.75rem;
}
.list-group li{
	padding: 1.25rem 0;
	border-bottom: 1px solid #ccc;
}
	@media screen and (max-width:800px) {
		#group .large{
			font-size: 1em;
		}
		.list-group li{
			padding: .75rem 0;
		}
		.list-group li:last-child{
			border-bottom: none;
		}
	}
/*-----------------------
	
	feature

-----------------------*/
.feature-desc{
	text-align: center;
	margin-bottom: 6.375rem;
}
.feature-no{
	color: #fff;
	display: inline-block;
	padding: 0 1rem;
	border-radius: 3em;
	line-height: 1.5;
}
.feature-no span{
	font-size: 1.75em;
	font-family: "Roboto", sans-serif;
	padding-left: .25rem;
}
#team .feature-no {
	background: #0096d9;
}
#laparoscopic .feature-no {
	background: #84c35a;
}
.feature-tit{
	font-size: 2.125em;
	padding: 1rem 0 1.75rem;
	margin-bottom: 4.25rem;
	border-bottom: 1px solid #c1c1c1;
	line-height: 1.5;
}
.feature-copy{
	font-size: 1.5em;
}
.feature-navi{
	width: 90%;
	margin: 3.5em auto 1.5em;
	justify-content: space-between;
}
.feature-navi > a,
.feature-navi > span{
	font-weight: bold;
	text-align: center;
	width: calc(100% / 3 - .5em);
	padding: 1em .75em;
	border-radius: .5em;
	line-height: 1.3;
	margin-bottom: .5em;
}
.feature-navi a{
	color: #fff;
	position: relative;
}
.feature-navi a:nth-child(1){
	background: #0096d9;
}
.feature-navi a:nth-child(2){
	background: #84c35a;
}
.feature-navi a:before{
	position: absolute;
	right: .75em;
	top: calc(50% - .25em);
	width: .5em;
	height: .5em;
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: '';
	transform: translateX(-50%);
	transition: .2s all;
}
.feature-navi a:hover:before{
	right: .5em;
}
.feature-navi > span{
	background: #dedede;
	color: #999;
}
	@media screen and (max-width:800px) {
		.feature-desc{
			margin-bottom: 5.75rem;
		}
		.feature-tit{
			font-size: 1.875em;
			margin-bottom: 3.1875rem;
		}
		.feature-navi > a span,
		.feature-navi > span span{
			display: block;
		}
	}
	@media screen and (max-width:560px) {
		.feature-desc{
			margin-bottom: 4.25rem;
		}
		.feature-tit{
			font-size: 1.75em;
		}
		.feature-copy{
			font-size: 1.25em;
			font-weight: 500;
			line-height: 2;
		}
		.feature-navi {
			justify-content: center;
			max-width: 260px;
		}
		.feature-navi > a,
		.feature-navi > span{
			width: 100%;
		}
		.feature-navi > a span,
		.feature-navi > span span{
			display: inline-block;
		}
	}


/*  team */
.feature-flex .item{
	width: 46.5%;
	margin-bottom: 1.0625rem;
}
.feature-flex .em{
	font-size: 1.0625em;
}
	@media screen and (max-width:800px) {
		.feature-flex .item{
			width: 100%;
		}
		.feature-flex .item:nth-child(even){
			margin-top: 2.125em;
		}
		.feature-flex .item .x-large{
			text-align: center;
		}
	}
	@media screen and (max-width:560px) {
		.feature-flex .item:nth-child(even){
			margin-top: 1.0625em;
		}
	}
.team-thumb01{
	display: block;
	max-width: 680px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*  laparoscopic */
.laparoscopic-2clm {
	border-radius: 1em;
	overflow: hidden;
}
.laparoscopic-2clm .item{
	width: 50%;
	padding: 4.25rem;
}
.laparoscopic-2clm .item:nth-child(1){
	background: #daedcd;
}
.laparoscopic-2clm .item:nth-child(2){
	background: #fff;
}
	@media screen and (max-width:800px) {
		.laparoscopic-2clm .item{
			width: 100%;
			padding: 3.1875rem 2.25rem;
		}
		.laparoscopic-2clm .item:nth-child(1){
			background: none;
			padding-left: 0;
			padding-right: 0;
			padding-top: 0;
		}
		.laparoscopic-2clm .item:nth-child(2){
			border-radius: 1em;
		}
	}
	@media screen and (max-width:560px) {
		.laparoscopic-2clm .item{
			padding: 1.5rem 1.25rem;
		}
	}
.merit-demerit{
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.5rem;
	margin-top: 1.75rem;
}
.merit-demerit li{
	width: calc(100% / 3 - 1rem);
	border-radius: 1em;
	margin-bottom: 1em;
	padding: 2.125em;
}
	@media screen and (max-width:1200px) {
		.merit-demerit{
			column-gap: .75rem;
		}
		.merit-demerit li{
			width: calc(100% / 3 - .5em);
			padding: 1.5em 1.5em 2.125em 1.5em;
		}
	}
	@media screen and (max-width:900px) {
		.merit-demerit li{
			width: 100%;
			padding-left: 2.125em;
			padding-right: 2.125em;
		}
	}

span.good{
	padding-left: 2em;
	background: url(../images/feature/good.png) no-repeat left center;
	background-size: 1.5em auto;
}
span.bad{
	padding-left: 2em;
	background: url(../images/feature/bad.png) no-repeat left center;
	background-size: 1.5em auto;
}
.merit-demerit .no{
	display: inline-block;
	padding: .25rem 2rem;
	color: #fff;
	font-weight: bold;
	border-radius: 3em;
	line-height: 1.5;
}
.merit-demerit .em{
	font-weight: bold;
	font-size: 1.125em;
	padding: 1.25em 0;
}
.mrit-color li{
	background: #daedcd;
}
.mrit-color .no{
	background: #84c35a;
}
.mrit-color .em{
	color: #476b3d;
}
.demrit-color li{
	background: #cceaf7;
}
.demrit-color .no{
	background: #0096d9;
}
.demrit-color .em{
	color: #0072b0;
}

.ope-kensa .item{
	background: #fff;
	padding: 2.125rem;
	border-radius: 1em;
}
	@media screen and (max-width:800px) {
		.ope-kensa .item:nth-child(even){
			margin-top: 0;
		}
	}
.flow-laparoscopic{
	background: #cceaf7;
	padding: 4.25rem;
	border-radius: 1.5em;
}
	@media screen and (max-width:800px) {
		.flow-laparoscopic{
			padding: 3.1875rem 2.25rem;
		}
	}
	@media screen and (max-width:560px) {
		.flow-laparoscopic{
			padding: 1.75rem 1.25rem 1.5rem;
		}
	}

.flow-laparoscopic ul{
	margin-top: 1.0625rem;
}
.flow-laparoscopic li{
	position: relative;
	background: #fff;
	padding: 2em;
	margin-bottom: 1.5em;
	border-radius: 1em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
	@media screen and (max-width:800px) {
		.flow-laparoscopic li{
			padding: 1.75em;
		}
		.flow-laparoscopic .flow-tit{
			text-align: center;
		}
	}
	@media screen and (max-width:560px) {
		.flow-laparoscopic li{
			padding: 1.25em 1.25em 1.5em;
		}
	}
.flow-laparoscopic li:before{
	position: absolute;
	bottom: -.75em;
	left: 50%;
	width: 1.25em;
	height: .75em;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	transform: translateX(-50%);
}
.flow-laparoscopic li .no{
	width: 3em;
	color: #0072b0;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
}
.flow-laparoscopic li:last-child{
	margin-bottom: 0;
}
.flow-laparoscopic li:last-child:before{
	position: relative;
	bottom: auto;
	left: auto;
	width: auto;
	height: auto;
	background: none;
}
/*-----------------------
	
	trimming

-----------------------*/
.flex-trimming-desc .item{
	width: 52%;
	margin-top: 1em;
}
.flex-trimming-desc .thumb{
	width: calc(48% - 1em);
}
	@media screen and (max-width:800px) {
		.flex-trimming-desc .item{
			width: 100%;
			margin-top: 0;
		}
		.flex-trimming-desc .thumb{
			width: 100%;
			margin-top: 2em;
		}
		.flex-trimming-desc .thumb img{
			width: 88%;
			max-width: 500px;
			margin: 0 auto;
			display: block;
		}
	}
	@media screen and (max-width:500px) {
		.flex-trimming-desc .thumb img{
			width: 100%;
		}
		.flex-trimming-desc .item .x-large{
			font-size: 16px;
		}
	}
.trim-shinryotime-wrap{
	padding: .125em 0 .125em 1em;
	border-left: 5px solid;
	margin-top: 1.25em;
}
.trim-shinryotime-wrap .paw{
	font-size: 1.125em;
	font-weight: bold;
	padding-left: 1.5em;
	margin-bottom: .25em;
	background: url(../images/common/icon-paw-deepblue.png) no-repeat  left .25em;
	background-size: auto 1.125em;
}

.section-nene{
	background: url(../images/trimming-pethotel/bg-nene.jpg);
	background-size: cover;
	box-shadow: 0 .5em 1em rgba(116, 161, 171, .5);
	padding: 1.75em 2em 2.5em;
	border-radius: 1.75em;
	margin-top: 2em;
}
.nene-flex .s-mark{
	width: 250px;
}
.nene-flex .txt{
	width: calc(95% - 250px);
	margin-top: 2.5em;
}
	@media screen and (max-width:1200px) {
		.nene-flex .s-mark{
			width: 200px;
		}
		.nene-flex .txt{
			width: calc(97% - 200px);
		}
	}
	@media screen and (max-width:800px) {
		.nene-flex .s-mark{
			width: 180px;
			margin: 0 auto;
		}
		.nene-flex .txt{
			width: 100%;
			margin-top: 1.75em;
		}
	}
	@media screen and (max-width:500px) {
		.section-nene{
			padding-bottom: 1em;
			padding-left: 1.25em;
			padding-right: 1.25em;
		}
	}

.nene-copy{
	color: #4e3326;
	font-size: 1.75em;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
}
	@media screen and (max-width:800px) {
		.nene-copy{
			font-size: 22px;
		}
	}
	@media screen and (max-width:500px) {
		.nene-copy{
			font-size: 19px;
		}
	}

.nene-qanda{
	margin-top: 2.75em;
}
.nene-qanda li{
	padding: 2em 1.5em 1.75em 1.5em;
	border-radius: 1em;
	position: relative;
	margin-top: 2em;
}
.nene-qanda li .tit{
	max-width: 250px;
	width: 80%;
	position: absolute;
	top: -.75em;
	left: 50%;
	font-size: 1.125em;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	padding: .125em 0;
	border-radius: 1em;
}
	.nene-qanda li:nth-child(3n+1){
		background: #cddfd7;
	}
	.nene-qanda li:nth-child(3n+2){
		background: #cfddee;
	}
	.nene-qanda li:nth-child(3n+3){
		background: #f8de9c;
	}
	.nene-qanda li:nth-child(3n+1) .tit{
		background: #385f6b;
		transform: translateX(-50%) rotate(1.5deg);
	}
	.nene-qanda li:nth-child(3n+2) .tit{
		background: #4176b8;
		transform: translateX(-50%) rotate(-1.5deg);
	}
	.nene-qanda li:nth-child(3n+3) .tit{
		background: #e69836;
		transform: translateX(-50%) rotate(1.5deg);
	}
.nene-flex-thumb{
	margin-top: 2em;
}
.nene-flex-thumb .item:nth-child(1){
	width: 46%;
}
.nene-flex-thumb .item:nth-child(2){
	width: 51%;
	position: relative;
}
.nene-flex-thumb .item:nth-child(2) img.posi{
	position: absolute;
	bottom: 0;
	aspect-ratio: 16/9;
}
	@media screen and (max-width:1000px) {
		.nene-flex-thumb .item:nth-child(1){
			width: 50%;
		}
		.nene-flex-thumb .item:nth-child(2){
			width: 47%;
		}
	}
	@media screen and (max-width:700px) {
		.nene-flex-thumb .item:nth-child(1){
			width: 100%;
		}
		.nene-flex-thumb .item:nth-child(2){
			width: 100%;
		}
		.nene-flex-thumb .item:nth-child(2) img.posi{
			position: relative;
			bottom: auto;
			margin: 1em auto;
			width: 80%;
			max-width: 360px;
			display: block;
		}
	}


.trimmer-staff {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.trimmer-staff li{
	padding: .75em 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
}
.trimmer-staff li:first-child{
	padding-top: .5em;
}
.trimmer-staff li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.trimmer-staff li .prof-img{
	width: 65px;
	height: 65px;
	object-fit: cover;
	margin-top: .325em;
}
.trimmer-staff li .prof-img img{
	border-radius: 50%;
}
.trimmer-staff li .prof-txt{
	width: calc(100% - 65px);
	padding-left: .75em;
}

.trimming-menu{
	margin-top: 1em;
}
.youyayaku{
	position: relative;
}
.youyayaku span{
	font-size: .875rem;
	padding: .125em .75em;
	color: #fff;
	background: #0072b0;
	border-radius: 3em;
	margin-left: .75em;
	position: relative;
	top: -5px;
}
.trimming-menu ul.list-disc > li{
	width: calc(50% - 1.75em);
}
	@media screen and (max-width:800px) {
		.trimming-menu ul.list-disc > li{
			width: calc(33.3333% - 1.75em);
		}
	}
	@media screen and (max-width:500px) {
		.trimming-menu ul.list-disc > li{
			width: calc(50% - 1.75em);
		}
	}

.trim-caution li{
	margin-right: 1em;
	margin-bottom: 0;
}

.tokuten-title{
	border-top: 5px solid;
	border-bottom: 1px solid;
	font-size: 1.25em;
	font-weight: 500;
	text-align: center;
	background: #e6f1f7;
	padding: .25em 0;
}
.tokuten-list > li{
	border-bottom: 1px dotted #0072b0;
	padding: 1.25em 0;
	display: flex;
	flex-wrap: wrap;
	background: #e6f1f7;
}
.tokuten-midashi{
	width: 14em;
	color: #0072b0;
	font-weight: bold;
	position: relative;
	padding-left: 2.5em;
	margin-left: 2em;
}
.tokuten-body{
	width: calc(100% - 14em - 2em);
	padding-right: 2em;
}
	@media screen and (max-width:700px) {
		.tokuten-midashi{
			width: 100%;
			margin-left: 1.5em;
			margin-right: 1.5em;
			margin-bottom: .75em;
		}
		.tokuten-body{
			width: 100%;
			padding-right: 0;
			margin-right: 1.5em;
			margin-left: 1.5em;
		}
	}

.tokuten-midashi span{
	display: block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	font-family: "Roboto", sans-serif;
	text-align: center;
	background: #0072b0;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: 0;
}

.tokuten-body li{
	margin-right: 1.25em;
}

.item-trim-dial{
	width: calc(100% - 285px - 1.5em);
	background: #6ba1bc;
	border-radius: 1.25em;
	color: #fff;
	padding: 1.5em 1.75em 1.5em 1.75em;
}
.item-trim-sns{
	width: 285px;
	background: url(../images/trimming-pethotel/trm-blg-bg.jpg) no-repeat center;
	background-size: cover;
	border-radius: 1.25em;
	padding: .75em  1em 1em;
	position: relative;
	top: 0;
	box-shadow: 0 .125em .25em rgba(116, 161, 171, .3);
	transition: all .1s;
}
.item-trim-sns .flex{
	width: 100%;
	height: 100%;
	position: relative;
}
	@media screen and (max-width:1200px) {
		.item-trim-dial{
			width: calc(100% - 220px - 1em);
		}
		.item-trim-sns{
			width: 220px;
		}
		.item-trim-sns .flex{
			align-items: center;
			justify-content: center;
		}
	}
	@media screen and (max-width:800px) {
		.item-trim-dial{
			width: 100%;
		}
		.item-trim-sns{
			width: 100%;
			margin-top: 1em;
			padding: 1em 1.75em 1.5em;
			display: flex;
			flex-wrap: wrap;
		}
	}

.title-trim-sns{
	display: block;
	width: 82%;
	margin: 0 auto 1em;
}
.item-trim-sns .txt{
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}
.link-trim-sns{
	width: 100%;
	margin-top: .25em;
}
.link-trim-sns a{
	font-weight: 500;
	display: block;
	padding: .5em 1em;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 2em auto;
	background-position: calc(100% - 1em) center;
	border-radius: 5em;
	margin-top: .5em;
}
	@media screen and (max-width:1200px) {
		.title-trim-sns{
			width: 96%;
		}
	}
	@media screen and (max-width:800px) {
		.title-trim-sns{
			max-width: 180px;
			margin-left: 0;
			margin-bottom: .5em;
		}
		.item-trim-sns .txt{
			position: absolute;
			top: 1.25em;
			right: 0;
			text-align: right;
		}
		.link-trim-sns{
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			margin-top: .5em;
		}
		.link-trim-sns a{
			width: calc(50% - .25em);
			padding: 1em;
		}
	}
	@media screen and (max-width:600px) {
		.title-trim-sns{
			margin: 0 auto 1em;
		}
		.item-trim-sns .txt{
			position: relative;
			top: auto;
			right: auto;
			text-align: center;
		}
	}
	@media screen and (max-width:500px) {
		.link-trim-sns a{
			width: 100%;
			padding-left: 1.25em;
		}
	}

.link-trim-sns a:hover{
	background-color: #fdf7db;
}
.link-trim-sns a.blog-btn{
	background-image: url(../images/trimming-pethotel/icon-blog.png);
}
.link-trim-sns a.insta-btn{
	background-image: url(../images/common/instagram.png);
}


.pethotel-thumb {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}
.pethotel-thumb .item{
	width: calc(50% - 1.25em);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.pethotel-thumb .item .thumbnail{
	width: 45%;
}
.pethotel-thumb .item .txt{
	width: calc(55% - 1.25em);
}
.pethotel-thumb .item .txt .em{
	border-bottom: 1px solid;
	padding-bottom: .25em;
	margin-bottom: .5em;
}

	@media screen and (max-width:800px) {
		.pethotel-thumb {
			width: 92%;
		}
		.pethotel-thumb {
			margin-top: 1.75em;
			margin-bottom: .5em;
		}
		.pethotel-thumb .item{
			width: 100%;
			margin-bottom: 1em;
		}
	}
.pethotel-price{
	margin-top: 1.75em;
	margin-bottom: 2.25em;
}
.pethotel-price .item:nth-child(odd){
	width: 50%;
}
.pethotel-price .item:nth-child(even){
	width: calc(50% - 2em);
}
.pethotel-handling .item:nth-child(odd),
.pethotel-handling .item:nth-child(even){
	width: 48.5%;
}
	@media screen and (max-width:800px) {
		.pethotel-price{
			margin-top: 1.5em;
			margin-bottom: 1.5em;
		}
		.pethotel-price .item:nth-child(odd){
			width: 100%;
		}
		.pethotel-price .item:nth-child(even){
			width: 100%;
			margin-top: 1em;
		}
	}
	@media screen and (max-width:600px) {
		.pethotel-handling .item:nth-child(odd),
		.pethotel-handling .item:nth-child(even){
			width: 100%;
		}
	}

.dl-pethotel,
.dl-pethotel-handling{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.dl-pethotel dt{
	width: 14em;
	padding: 1em 0 1em 1.5em;
	background: #0072b0;
	border-bottom: 1px solid #bdd5e1;
	color: #fff;
	font-weight: 500;
}
.dl-pethotel dd{
	width: calc(100% - 14em);
	padding: 1em 1.5em;
	background: #fff;
	border-bottom: 1px solid #bdd5e1;
	text-align: center;
}
.dl-pethotel-handling{
	font-size: .875em;
}
.dl-pethotel-handling dt{
	width: 13em;
	padding: .375em 0;
	border-bottom: 1px solid;
}
.dl-pethotel-handling dd{
	width: calc(100% - 13em);
	padding: .375em 0;
	border-bottom: 1px solid;
}

	@media screen and (max-width:800px) {
		.dl-pethotel dt{
			padding: 1em;
		}
		.dl-pethotel dd{
			padding: 1em;
		}
	}

/*-----------------------
	
	recruit

-----------------------*/
.slide{
	max-width: 860px;
	width: 95%;
	margin: 0 auto;
}
.recruit-flex .item:nth-child(1){
	width: 55%;
}
.recruit-flex .item:nth-child(2){
	width: 40%;
}
	@media screen and (max-width:800px) {
		.recruit-flex .item:nth-child(1){
			width: 100%;
		}
		.recruit-flex .item:nth-child(2){
			width: 100%;
			margin-top: 2.125rem;
		}
	}

.dl-recruit{
	display: flex;
	flex-wrap: wrap;
}
.dl-recruit dt{
	width: 7rem;
	padding: 1rem;
	background: #0096d9;
	font-weight: 500;
	font-family: "M PLUS 1p", sans-serif;
	color: #fff;
	border-bottom: 1px solid #efefef;
}
.dl-recruit dd{
	width: calc(100% - 7rem);
	padding: 1rem;
	background: #fff;
	border-bottom: 1px solid #efefef;
}
.company .tit{
	background: #0096d9;
	color: #fff;
	padding: .5rem 1rem;
	font-weight: 500;
	font-family: "M PLUS 1p", sans-serif;
	color: #fff;
}
.company > ul > li{
	padding: 1rem;
	background: #fff;
	border-bottom: 1px solid #efefef;
}
.rcrt-otoiawase-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.rcrt-otoiawase-flex .item:nth-child(1){
	width: 70%;
}
.rcrt-otoiawase-flex .item:nth-child(2){
	width: 30%;
	text-align: right;
}
	@media screen and (max-width:800px) {
		.rcrt-otoiawase-flex .item:nth-child(1){
			width: 100%;
		}
		.rcrt-otoiawase-flex .item:nth-child(2){
			width: 100%;
			margin-top: 1.75rem;
		}

	}
.rcrt-otoiawase-flex .item:nth-child(2) a{
	display: inline-block;
	background: #707d88;
	color: #fff;
	padding: 1.25rem 1.5rem;
	font-weight: 500;
	text-align: center;
	border-radius: 3rem;
}

/* ##############################

	Health care予防と健診

##############################*/
.healthcare-tit-desc > div:nth-child(2){
	width: 60%;
}
	@media screen and (max-width:800px) {
		.healthcare-tit-desc > div:nth-child(1){
			width: 100%;
			text-align: center;
		}
		.healthcare-tit-desc > div:nth-child(2){
			width: 100%;
			margin-top:  1rem;
		}
	}
.yobou-list{
	margin-top: 2rem;
}
.yobou-list li{
	margin-top: 1em;
	border-radius: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1.75rem 3rem 1.75rem 2rem;
}
.yobou-list li:nth-child(odd){
	background: #fff;
}
.yobou-list li:nth-child(even){
	background: #d9eaf3;
}
.yobou-list li .tit{
	width: 250px;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.3;
	color: #0072b0;
	padding-left: 2.75em;
	padding-top: .125em;
	background-size: auto 2.125em;
	background-repeat: no-repeat;
	background-position: left top;
}
.yobou-list li .txt{
	width: calc(96% - 250px);
}
	@media screen and (max-width:800px) {
		.yobou-list{
			margin-top: 1.75em;
		}
		.yobou-list li{
			padding: 1.5em 1.5em 1.75em;
		}
		.yobou-list li .tit{
			width: 100%;
			padding: .5em 0 .5em calc(38px + .5em);
			background-size: auto 38px;
			margin-bottom: .5em;
		}
		.yobou-list li .txt{
			width: 100%;
		}
	}
	@media screen and (max-width:700px) {
		.yobou-list li .tit{
			font-size: 1.25em;
		}
	}

.yobou-list li:nth-child(1) .tit{
	background-image: url(../images/healthcare/icon-filaria.png);
}
.yobou-list li:nth-child(2) .tit{
	background-image: url(../images/healthcare/icon-vaccine.png);
}
.yobou-list li:nth-child(3) .tit{
	background-image: url(../images/healthcare/icon-nomidani.png);
}
.yobou-list li:nth-child(4) .tit{
	background-image: url(../images/healthcare/icon-onakanomushi.png);
}
.yobou-list li .note{
	border-radius: .5em;
	padding: .75em 1em;
	margin-top: 1.25em;
}
.yobou-list li:nth-child(odd) .note{
	background: #e0eef6;
}
.yobou-list li:nth-child(even) .note{
	background: #fff;
}
.healthcare-link div{
	padding-right: 2em;
}


.course-bgbox{
	background: #fff;
	border-radius: 1em;
	padding: 2.25rem 3.75rem 1.75rem;
	margin-top: 2rem;
}
.course-midashi{
	font-size: 1.875em;
	line-height: 1.3;
	padding-left: 1rem;
	margin-bottom: 1.5rem;
	border-left: 10px solid #c3d600;
}
	@media screen and (max-width:800px) {
		.course-bgbox{
			padding: 1.75em 1.5em;
			margin-top: 1em;
		}
		.course-midashi{
			font-size: 1.75em;
		}
	}
	@media screen and (max-width:700px) {
		.course-midashi{
			font-size: 1.5em;
		}
	}
.course-item > li{
	margin-top: 1.25rem;
}
.course-name{
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	padding-left: 1em;
	margin-bottom: .25rem;
	position: relative;
}
.course-name .small{
	font-size: .825rem;
	padding-left: .5rem;
}
.course-price{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	margin-left: auto;
	position: absolute;
	top: 3px;
	right: 0;
}
.course-txt{
	padding: 1.5rem 2rem;
	border-radius: .75em;
}
.course-desc{
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	border-bottom: 1px solid;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
	line-height: 1.5;
}
	@media screen and (max-width:800px) {
		.course-name{
			font-size: 1.25rem;
			font-weight: bold;
		}
		.course-price{
			font-size: .875rem;
			top: 5px;
		}
	}
	@media screen and (max-width:700px) {
		.course-name{
			font-size: 1.125rem;
			font-weight: bold;
		}
		.course-price{
			top: 3px;
		}
		.course-txt{
			padding: 1rem 1.25rem 1.5rem;
		}
		.course-desc{
			font-size: 1rem;
		}
	}


.course-item > li:nth-child(1) .course-name{
	background: url("../images/healthcare/paw-01.png") no-repeat left .5em;
	background-size: .75em auto;
}
.course-item > li:nth-child(2) .course-name{
	background: url("../images/healthcare/paw-02.png") no-repeat left .5em;
	background-size: .75em auto;
}
.course-item > li:nth-child(3) .course-name{
	background: url("../images/healthcare/paw-03.png") no-repeat left .5em;
	background-size: .75em auto;
}
.course-item > li:nth-child(1) .course-txt{
	background: #e1eb80;
}
.course-item > li:nth-child(2) .course-txt{
	background: #c2e1ad;
}
.course-item > li:nth-child(3) .course-txt{
	background: #e6f1f7;
}
.course-item > li .list-disc li{
	padding-right: .5em;
	font-size: .9375em;
}
a.link-campaign{
	position: relative;
	display: block;
	border-left: 5px solid;
	padding: .5em 2.5em .5em 1em;
	background: rgba(255, 255, 255, .8) url(../images/common/icon-arw-blue.svg) no-repeat calc(100% - .75em) center;
	background-size: 1rem auto;
	line-height: 1.5;
	margin-bottom: 1em;
}
