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

##############################*/
.page-title{
	position: relative;
	z-index: 1;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	line-height: 1.1;
	font-feature-settings: "palt";
}
#pagehead-std .page-title,
#pagehead-std-short .page-title,
#pagehead-yohaku .page-title{
	font-size: 2.375em;
}
#pagehead-yohaku .page-title{
	left: -5px;
}
.bg-marker{
	display: inline-block;
	background: var(--white);
	font-size: 1em;
	padding: .25rem .75rem;
	border-radius: 3em;
	margin-right: .5rem;
	margin-bottom: .25em;
}
.page-title-eng{
	position: relative;
	z-index: 1;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	line-height: 1.1;
	margin-bottom: .375em;
}
	@media screen and (max-width:800px) {
		#pagehead-std .page-title,
		#pagehead-std-short .page-title,
		#pagehead-yohaku .page-title{
			font-size: 1.75em;
		}
	}
.page-desc{
	position: relative;
	z-index: 1;
	font-size: 1.125em;
	line-height: 1.65;
	margin-top: 1em;
}
	@media screen and (max-width:1200px) {
		.page-desc{
			font-size: .9333333333em;
		}
	}

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

/**/
#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.webp) no-repeat center 61%;
	background-size: cover;
}
.bg-schedule{
	background: url(../images/schedule/pagehead.jpg) no-repeat center 61%;
	background-size: cover;
}
.bg-access{
	background: url(../images/access/pagehead.webp) no-repeat center 61%;
	background-size: cover;
}
.bg-faq{
	background: url(../images/faq/pagehead.webp) no-repeat center 61%;
	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(200px + 3em);
	height: calc(51px + .5em);
	background: var(--white);
	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: 85px 0 calc(85px - 1em);
	max-width: 1152px;
	width: calc(92% - 2rem);
}
	@media screen and (max-width:800px) {
		#pagehead-yohaku{
			margin: .5rem .5rem 0 .5rem;
			width: calc(100% - 1rem);
		}
		#pagehead-yohaku:after{
			width: calc(120px + 2.5em);
			height: calc(37px + .5em);
		}
		.ph-yohaku-flex{
			padding: calc(64px + 2.5em) 0 calc(64px - 2em);
			line-height: 1.0;
		}
	}

.ph-yohaku-title{
	width: 50%;
}
.ph-yohaku-img{
	width: 50%;
	padding-left: 2em;
	position: relative;
	z-index: 1;
}
.ph-yohaku-img img{
	object-fit: cover;
	aspect-ratio: 3 / 2;
}
	@media screen and (max-width:560px) {
		.ph-yohaku-title{
			width: 90%;
			padding-bottom: 2.5em;
		}
		.ph-yohaku-img{
			width: 90%;
			padding-left: 0;
		}
	}

/* ABOUT */
.bg-about{
	background: var(--clear-green);
}
.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: var(--white);
}
.bg-about .txt-position div.junbi{
	color: #80cbec;
	font-size: .875em;
	background: var(--white);
	border-radius: 1em;
	width: 210px;
	margin-top: .25em;
}
.bg-about .ph-yohaku-img video{
	width: 100%;
}

/* TRIMMING & PET HOTEL */
.bg-pethotel{
	background: var(--smoky-light-blue);
}
.bg-trimming{
	background: var(--lemon);
}
/* FEATURE */
.bg-team{
	background: #80cbec;
}
.bg-laparoscopic{
	background: #b5db9c;
}

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

/* Health care */
.bg-healthcare{
	background: var(--pale-lime);
}

/* 
 余白＋角丸版ページのsection
----------------------------------------*/
.section-yohaku-wrap{
	margin: 1rem 1rem 0 1rem;
	width: calc(100% - 2rem);
	border-radius: 1.5em;
}
.section-yohaku{
	max-width: 1152px;
	width: 92%;
	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-wrap{
			margin: 1rem .5rem 0 .5rem;
			width: calc(100% - 1rem);
		}
		.section-yohaku-connect .section-yohaku{
			padding-top: 1.25rem;
		}
		.section-yohaku{
			padding: 2rem 0 1.75rem;
		}
	}

#message .section-yohaku-wrap,
#group .section-yohaku-wrap,
#team .section-yohaku-wrap,
#laparoscopic .section-yohaku-wrap{
	background: var(--light-gray);
}
#philosophy .section-yohaku-wrap{
	background: #c8e4b5;
}
#staff .section-yohaku-wrap,
#facility .section-yohaku-wrap,
#yobo .section-yohaku-wrap{
	background: var(--pale-green);
}
#trimming .section-yohaku-wrap{
	background: var(--smoky-light-blue);
}
#pethotel .section-yohaku-wrap{
	background: var(--blue-gray);
}
#recruit .section-yohaku-wrap{
	background: #cee0f2;
}
#checkup .section-yohaku-wrap,
#calendar .section-yohaku-wrap{
	background: var(--light-lime);
}

/* 
 通常section
----------------------------------------*/
.section-std{
	max-width: 1152px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	padding-top:  3.75em;
	padding-bottom: 3.75em;
	letter-spacing: 0.03em;
}
	@media screen and (max-width:800px) {
		.section-std{
			width: 90%;
			padding-top: 2.25em;
			padding-bottom: 2.25em;
		}
	}

.wrap-read-inner-large{
	max-width: 1060px;
	margin: auto;
}
.wrap-read-inner-medium{
	max-width: 900px;
	margin: auto;
}
.wrap-read-inner-small{
	max-width: 700px;
	margin: auto;
}

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

##############################*/
.nav-pagejump ul{
	max-width: 1280px;
	width: 95%;
	margin: 1em auto 1.125em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1.3;
}
.nav-pagejump li {
	border-right: 1px solid var(--pale-gray);
	margin-right: 1.125em;
}
.nav-pagejump li a{
	display: block;
	font-family: "M PLUS 1p", sans-serif;
	font-size: .9375em;
	padding: .75em 1.5em;
	position: relative;
	top: 0;
	transition: .15s all;
}
.nav-pagejump li a:before{
	position: absolute;
	width: 1.25em;
	height: 1.25em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon-pagejump-blue.webp) no-repeat left center;
	background-size: auto 1em;
	content: "";
	transition: .2s all;
}
.nav-pagejump li a:hover{
	color: var(--ocean);
	top: 2px;
}
	@media screen and (max-width:1200px) {
		.nav-pagejump ul{
			width: calc(100% - 8.75rem);
			justify-content: flex-start;
		}
		.nav-pagejump li{
			border-right: 0;
			width: calc(100% / 5 - .75em);
			margin-right: .75em;
			margin-bottom: .5em;
		}
		.nav-pagejump li a{
			font-size: 13px;
			padding: .75em 0;
			text-align: center;
			border-bottom: 1px solid var(--pale-gray);
			padding-left: 1em;
		}
		.nav-pagejump li a:before{
			width: 1em;
			height: 1em;
		}
	}
	@media screen and (max-width:800px) {
		.nav-pagejump ul{
			width: calc(100% - 2rem);
			justify-content: flex-start;
		}
		.nav-pagejump li{
			width: calc(100% / 3 - .75em);
		}
	}
/* ##############################
	
	shinryo

##############################*/
/* 共通項目 */
.flex-shinryo-details {
	display: flex;
	flex-wrap: wrap;
}
.flex-shinryo-details .left{
	width: 27.5%;
	padding-left: 1em;
}
.flex-shinryo-details .right{
	width: calc(100% - 27.5%);
	padding-left: 1.5em;
}
	@media screen and (max-width:800px) {
		.flex-shinryo-details .left{
			width: 100%;
			text-align: left;
			padding: 0 .25em;
			margin-bottom: 1.325em;
		}
		.flex-shinryo-details .right{
			width: 100%;
			padding: 0 .25em 0 1em;
		}
	}

/* 診療について
----------------------------------------*/
#guide {
	background: 
	url('../images/shinryo/bg-border.webp') repeat-x center top / 16px auto,
	url('../images/shinryo/bg-shinryo.jpg') no-repeat center bottom /  100% auto;
}
/*shinryo dl*/
dl.shinryo-dl{
	line-height: 1.5;
}
dl.shinryo-dl dt{
	background: var(--blue);
	padding: .25em 1em;
	color: var(--white);
	font-weight: bold;
}
dl.shinryo-dl dd{
	background: var(--white);
	padding: .75em 1em .825em;
}
	@media screen and (max-width:800px) {
		dl.shinryo-dl dd{
			padding: 1em;
		}
	}

/* table */
table.shinryo-table {
	width: 100%;
	background: var(--white);
	line-height: 1.5;
}
.shinryo-table tr:first-child th,
.shinryo-table tr:first-child td{
	background: var(--blue);
	padding: .24em 0;
	color: var(--white);
	font-weight: bold;
}
.shinryo-table th,
.shinryo-table td{
	padding: 1.25em 0;
	border-top: 1px solid var(--blue);
}
.shinryo-table th{
	width: 16%;
}
.shinryo-table td{
	width: 12%;
	text-align: center;
	color: var(--ocean);
}
/* 動物対象 */
.animal-type{
	align-items: center;
	margin-bottom: .25em;
}
.animal-type .left{
	width: 45%;
	max-width: 100px;
}
.animal-type .right{
	width: 55%;
	padding-left: 1.5em;
}
/* その他項目 */
.guide-borderline-ocean{
	position: relative;
	border-top: 5px solid var(--light-gray);
	padding-top: 3.5em;
	margin-top: 3.5em;
}
.guide-borderline-ocean:before{
	position: absolute;
	top: -5px;
	left: 0;
	width: 10%;
	height: 5px;
	background: var(--ocean);
	content: "";
}
	@media screen and (max-width:800px) {
		.guide-borderline-ocean{
			padding-top: 2.5em;
		}
	}
/*web受付*/
.web-uketsuke-link-sect{
	background: var(--blue-gray);
	margin-top: 4em;
	border-radius: 1em;
	box-shadow: 0 .75em .75em rgba(218, 218, 218, .5);
}
.web-uketsuke-link-sect .tit{
	padding: 1em 3.5em;
	color: #fff;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	position: relative;
	border-radius: 1em 1em 0 0;
}
	.web-uketsuke-link-sect .tit img.img-position{
		width: auto;
		height: 4em;
		position: absolute;
		bottom: 0;
		right: 0;
		aspect-ratio: 128 / 165;
	}
	@media screen and (max-width:800px) {
		.web-uketsuke-link-sect{
			margin-top: 2.75em;
		}
	}
.web-uketsuke-link-sect .body{
	padding: 0 1.25em 2em 1.25em;
}
.web-uketsuke-link-sect .body ul{
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.web-uketsuke-link-sect .body li{
	width: calc(50% - .5em);
	margin-top: 1.5em;
}
.web-uketsuke-link-sect .body li.hatena{
	width: 100%;
	background-image: url(../images/common/icon-hatena-green.webp);
	background-repeat: no-repeat;
	background-position: 1em center;
	background-size: auto 1.5em;
	font-size: .9375em;
	font-weight: 500;
	line-height: 1.5;
	border-radius: .5em;
	padding: 1em 1em 1em 3em;
}
	@media screen and (max-width:800px) {
		#web-uketsuke .fsize-adjust{
			font-size: 1.14285714286em;
		}
	}
/* 診療科目 */
.kmk-icon .kmk-dept-clm4{
	width: calc(100% / 4);
	color: var(--ocean);
	font-weight: 500;
	padding: .5em 0;
	display: flex;
	align-items: center;
}
.kmk-clm4 a{
	width: calc(100% / 4 - .5em);
	margin: .25em .25em .5em .25em;
}
	@media screen and (max-width:1200px) {
		.kmk-clm4 a{
			width: calc(100% / 3 - .5em);
		}
	}

	@media screen and (max-width:800px) {
		.kmk-icon .kmk-dept-clm4{
			display: block;
			text-align: center;
			font-size: .85714285714em;
			font-weight: normal;
		}
		.kmk-clm4 a{
			width: calc(100% / 2 - .5em);
		}
	}
a.kmk-btn{
	position: relative;
	display: block;
	background: var(--blue) url(../images/common/icon-arw-white.webp) no-repeat calc(100% - .75em) center;
	background-size: 1.625em auto;
	color: var(--white);
	font-weight: 500;
	padding: .825em 0 .825em 1em;
	border-radius: 5em;
	transition: .2s all;
}
a.kmk-btn:hover{
	opacity: .8;
}

/*科目内アイコン*/
.kmk-icon{
	border-radius: .5em;
}
.kmk-icon span{
	display: block;
	width: 2.75em;
	height: 2.75em;
	background-color: var(--white);
	background-size: 75% auto;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	margin-right: .75em;
}
	@media screen and (max-width:800px) {
		.kmk-icon span{
			width: 4em;
			height: 4em;
			margin: 0 auto .25em;
		}
	}
.kmk-icon .icon-junkan span	{background-image: url(../images/shinryo/department/icon-junkan.webp);}
.kmk-icon .icon-hinyo span	{background-image: url(../images/shinryo/department/icon-hinyo.webp);}
.kmk-icon .icon-kokyu span	{background-image: url(../images/shinryo/department/icon-kokyu.webp);}
.kmk-icon .icon-shoka span	{background-image: url(../images/shinryo/department/icon-shoka.webp);}
.kmk-icon .icon-naibun span	{background-image: url(../images/shinryo/department/icon-naibun.webp);}
.kmk-icon .icon-shuyo span	{background-image: url(../images/shinryo/department/icon-shuyo.webp);}
.kmk-icon .icon-hifu span	{background-image: url(../images/shinryo/department/icon-hifu.webp);}
.kmk-icon .icon-shika span	{background-image: url(../images/shinryo/department/icon-shika.webp);}
.kmk-icon .icon-jibi span	{background-image: url(../images/shinryo/department/icon-jibi.webp);}
.kmk-icon .icon-ganka span	{background-image: url(../images/shinryo/department/icon-ganka.webp);}
.kmk-icon .icon-sanka span	{background-image: url(../images/shinryo/department/icon-sanka.webp);}
.kmk-icon .icon-nanbu span	{background-image: url(../images/shinryo/department/icon-nanbu.webp);}
.kmk-icon .icon-seikei span	{background-image: url(../images/shinryo/department/icon-seikei.webp);}
.kmk-icon .icon-sanka-geka span{background-image: url(../images/shinryo/department/icon-sanka-geka.webp);}
.kmk-icon .icon-shuyo-geka span{background-image: url(../images/shinryo/department/icon-shuyo-geka.webp);}

/* 夜間 */
.ul-yakan li{
	padding: 1.25em   1.5em;
	background: var(--pale-blue);
	border-radius: .75em;
	margin-bottom: 1.25em;
}


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

#first .section-tit{
	padding-left: 1.125em;
	background: url(../images/shinryo/icon-first.png) no-repeat left center;
	background-size: auto 1.125em;
}
.flow-first{
	margin-top: 1.75em;
}
.flow-first li{
	width: 100%;
	background: var(--white);
	margin-bottom: 2.75em;
	padding: 2.25em;
	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: -2em;
	width: 1.75em;
	height: 1.25em;
	content: "";
	background: var(--dark-green);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	border-radius: .25em;
}
	@media screen and (max-width:800px) {
		.flow-first li{
			padding: 1.75em 1.5em;
		}
		.flow-first li:nth-child(1),
		.flow-first li:nth-child(2){
			width: 100%;
		}
		.flow-first li:nth-child(1){
			margin-bottom: 1em;
		}
		.flow-first li:nth-child(1):after{
			position: relative;
			left: auto;
			bottom: auto;
			width: auto;
			height: auto;
			background: none;
		}
	}
.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;
	background-size: auto 1.75em;
	background-repeat: no-repeat;
	background-position: left center;
}
.icon-monshin{
	background-image: url(../images/shinryo/icon-monshin.png);
}
.icon-bag{
	background-image: url(../images/shinryo/icon-bag.png);
}
.icon-carrier{
	background-image: url(../images/shinryo/icon-carrier.png);
}
.dl-flex .txt{
	width: calc(100% - 280px - 4rem);
	margin-right: 4rem;
}
.dl-flex .dl{
	width: 280px;
}
.dl-flex .dl a{
	display: block;
	color: var(--blue);
	background: var(--light-blue) url(../images/shinryo/icon-dl.png) no-repeat calc(100% - 1.5em) center;
	border: var(--light-blue) 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: var(--white);
}
	@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: 30px;
		}
		.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);
}
#first .link-faq{
	line-height: 1.5;
}
#first .link-faq a {
	max-width: 280px;
	width: 90%;
	padding: 1em;
	margin: 0 auto;
	display: block;
	background-color: var(--clear-green) ;
	background-image:url(../images/common/itochan.webp);
	border-radius: 8px;
	background-position: calc(100% - .5em) center;
	background-repeat: no-repeat;
	background-size: auto 82%;
	box-shadow: var(--box-shadow);
}
#first .link-faq a div.tit{
	font-size: clamp(16px, calc(0.94vw + 10.75px), 22px);
}


/* 手術について 
----------------------------------------*/
#operation{
	position: relative;
	background: var(--white) 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.webp) 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 var(--blue);
	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.1875em;
	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: .5em;
		}
	}

.bgc-operation .section-midashi{
	line-height: 1;
	color: var(--blue);
	border-bottom: 1px solid;
	padding-bottom: 1.75rem;
}
.operation-ul > li{
	padding-top: 3em;
	padding-bottom: 3em;
	border-bottom: 1px solid var(--pale-gray);
}
.operation-ul > li:last-child{
	border-bottom: none;
	padding-bottom: 1.5em;
}

.shinryo-price,
.shinryo-price-small{
	border-style: solid;
	border-color: var(--light-blue);
	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-bottom: 1px solid var(--light-blue);
	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: var(--light-blue);
	color: var(--blue);
	font-weight: 500;
}
.shinryo-price tr td.row2,
.shinryo-price-small tr td.row2{
	background: var(--pale-blue);
	color: var(--blue);
	font-weight: 500;
}
.shinryo-price img,
.shinryo-price-small img{
	width: 30px;
}
	@media screen and (max-width:560px) {
		.table-scroll{
			overflow-x: scroll;
		}
		.shinryo-price{
			width: 100%;
			max-width: 420px;
		}
		.shinryo-price-small{
			width: 100%;
			max-width: 320px;
		}
	}

/* 専門外来
----------------------------------------*/
#senmon{
	position: relative;
	border-radius: 0 4.25em 0 0;
	background-image: linear-gradient(var(--light-blue), var(--white));
	overflow: hidden;
}
#senmon:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/shinryo/bg-senmon.png) repeat left top;
	background-size: 200px auto;
	content: "";
	z-index: 0;
}
#senmon .section-std{
	position: relative;
	z-index: 1;
}
.senmon-list > li{
	background: var(--white);
	box-shadow: 0 1em 1em rgba(0, 100, 150, .1);
	margin-top: 2.25em;
	padding: 2em 2.25em;
	border-radius: .75em;
	display: flex;
	flex-wrap: wrap;
}
.senmon-name {
	width: 270px;
	position: relative;
}
.senmon-body {
	width: calc(100% - 270px);
	padding-left: 1.75em;
}
	@media screen and (max-width:1200px) {
		.senmon-name {
			width: 170px;
		}
		.senmon-body {
			width: calc(100% - 170px);
		}
	}

	@media screen and (max-width:800px) {
		.senmon-list > li{
			padding: 0;
		}
		.senmon-name {
			width: 100%;
			padding: 1.5em 1.5em 1em;
		}
		.senmon-body {
			width: 100%;
			padding: 0 1.75em 1em;
		}
	}

.senmon-list > li .icon{
	padding-left: 1.5em;
	margin-right: .5em;
	background-position: left .25em;
	background-repeat: no-repeat;
	background-size: 1.25em auto;
}
.senmon-list > li#cardio .icon{
	background-image: url(../images/shinryo/icon-junkan.png);
}
.senmon-list > li#oph .icon{
	background-image: url(../images/common/icon-eye.webp);
}
.senmon-body .snmn-copy{
	font-size: 1.1875em;
	font-weight: 600;
	line-height: 1.5;
	margin-top: .75em;
}
	@media screen and (max-width:800px) {
		.senmon-body .snmn-copy{
			font-size: 1.14285714286em;
			font-weight: 500;
		}
	}

.senmon-body .prof-bg {
	border-radius: .5em;
	padding: 2.25em 1.75em 1.25em;
	margin-top: 2.25em;
	position: relative;
}
.senmon-body .snmnprf{
	display: flex;
	flex-wrap: wrap;
}
.senmon-body .snmnprf-txt{
	width: calc(100% - 180px);
	padding-right: 1.75em;
}
.senmon-body .snmnprf-img{
	width: 180px;
}
	@media screen and (max-width:800px) {
		.senmon-body .prof-bg {
			position: relative;
			width: calc(100% + 2em);
			padding: 1.5em 1.25em .75em;
			left: -1em;
		}
		.senmon-body .snmnprf-txt{
			width: 100%;
			padding-right: 0;
		}
		.senmon-body .snmnprf-img{
			width: 75%;
			margin:1.5em auto 0;
		}
		.senmon-body .snmnprf-img .flex{
			justify-content: space-between;
		}
		.senmon-body .snmnprf-img .flex div{
			width: calc(50% - .5em);
		}

	}
	@media screen and (max-width:600px) {
		.senmon-body .snmnprf-img{
			width: 100%;
		}
	}


.kanzenyoyaku{
	display: inline-block;
	color: var(--white);
	font-size: .875em;
	font-weight: 500;
	padding: .375em 1em;
	margin-bottom: 1em;
	letter-spacing: 1px;
	border-radius: 3em;
}
.bg-komidashi-senmon{
	color: var(--white);
	font-weight: bold;
	padding: .25em .75em;
	border-radius: .25em;
	margin-bottom: .75em;
}
.snmn-namae{
	display: inline-block;
	font-size: 1.5em;
	padding: 0 .25em 0 .5em;
}
dl.dl-senmon-date{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px solid var(--light-blue);
	margin-top: 1.25em;
}
.dl-senmon-date dt{
	width: 120px;
	background: var(--pale-blue);
	border-bottom: 1px solid var(--light-blue);
	padding: .5em .75em .5em 0;
	text-align: right;
	color: var(--ocean);
	font-weight: 500;
}
.dl-senmon-date dd{
	width: calc(100% - 120px);
	border-bottom: 1px solid var(--light-blue);
	padding: .5em 1.25em;
}

/*-----------------------
	
	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: var(--blue);
	border-radius: .25em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: .75rem 1.75rem;
	color: var(--white);
	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: var(--white);
	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: var(--white);
	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: var(--blue);
	font-weight: bold;
	padding: .5em 0;
}
.dl-profile dd{
	width: calc(100% - 3.75em);
	padding: .5em 0;
}

.ul-history li{
	border-bottom: 1px dotted var(--pale-gray);
	padding: .5em 0;
}
.ul-history li:first-child{
	padding-top: 0;
}
.acd-prof-flex .tit{
	background: var(--blue);
	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: var(--white);
	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: var(--clear-green);
	color: var(--white);
	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: var(--white);
	color: var(--dark-green);
	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: var(--clear-green);
	color: var(--white);
}
.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: var(--clear-green);
	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: var(--white);
	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: var(--dark-green);
	border-radius: 50%;
	color: var(--white);
	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: var(--dark-green);
	line-height: 1.3;
	margin-bottom: .25rem;
}
.namae,
.eng-namae{
	font-family: "M PLUS 1p", sans-serif;
}
.namae{
	font-size: 1.375em;
	font-weight: 500;
	line-height: 1.5;
}
.eng-namae{
	font-size: .875em;
	color: var(--gray);
	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: var(--white);
	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: var(--white);
	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: var(--dark-green);
	color: var(--white);
	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: var(--white);
	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: var(--dark-green);
	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: var(--dark-green);
	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: var(--deepblack);
	color: var(--white);
	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: var(--dark-green);
	font-size: .75em;
	border-radius: 1em;
	color: var(--white);
	content: "？";
}

/*  */
.list-group {
	margin-top: 1.75rem;
	border-top:1px solid var(--silver);
}
.list-group li{
	padding: 1.25rem 0;
	border-bottom: 1px solid var(--silver);
}
	@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: var(--blue);
}
#laparoscopic .feature-no {
	background: #84c35a;
}
.feature-tit{
	font-size: 2.125em;
	padding: 1rem 0 1.75rem;
	margin-bottom: 4.25rem;
	border-bottom: 1px solid var(--silver);
	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: var(--white);
	position: relative;
}
.feature-navi a:nth-child(1){
	background: var(--blue);
}
.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: var(--white);
	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: var(--pale-green);
}
.laparoscopic-2clm .item:nth-child(2){
	background: var(--white);
}
	@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,
span.bad{
	padding-left: 2em;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.5em auto;
}
span.good{
	background-image: url(../images/feature/good.png);
}
span.bad{
	background-image: url(../images/feature/bad.png); 
}
.merit-demerit .no{
	display: inline-block;
	padding: .25rem 2rem;
	color: var(--white);
	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: var(--pale-green);
}
.mrit-color .no{
	background: var(--clear-green);
}
.mrit-color .em{
	color: var(--dark-green);
}
.demrit-color li{
	background: var(--light-blue);
}
.demrit-color .no{
	background: var(--blue);
}
.demrit-color .em{
	color: var(--ocean);
}

.ope-kensa .item{
	background: var(--white);
	padding: 2.125rem;
	border-radius: 1em;
}
	@media screen and (max-width:800px) {
		.ope-kensa .item:nth-child(even){
			margin-top: 0;
		}
	}
.flow-laparoscopic{
	background: var(--light-blue);
	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: var(--white);
	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: var(--white);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	transform: translateX(-50%);
}
.flow-laparoscopic li .no{
	width: 3em;
	color: var(--ocean);
	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

-----------------------*/
.trim-shinryotime-wrap{
	padding: .125em 0 .125em 1em;
	border-left: 5px solid;
}
.section-nene{
	background: url(../images/trimming/bg-nene.webp);
	background-size: cover;
	box-shadow: 0 .5em 1em rgba(116, 161, 171, .5);
	padding: 1.75em 2em 2.5em;
	border-radius: 1.75em;
}
.nene-flex .tit{
	width: 180px;
}
.nene-flex .txt{
	width: calc(95% - 180px);
}
	@media screen and (max-width:800px) {
		.section-nene{
			padding-left: 4%;
			padding-right: 4%;
		}
		.nene-flex .tit{
			width: 100%;
		}
		.nene-flex .txt{
			width: 100%;
			margin-top: 1.25em;
		}
	}

.nene-qanda li{
	position: relative;
	padding: 2em 1.5em 1.75em 1.5em;
	border-radius: 1em;
	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 .item:nth-child(1){
	width: 46%;
}
.nene-flex .item:nth-child(2){
	width: 51%;
	position: relative;
}
.nene-flex .item:nth-child(2) img.posi{
	display: block;
	position: absolute;
	bottom: 0;
	aspect-ratio: 16/9;
}
	@media screen and (max-width:800px) {
		.nene-flex .item:nth-child(1){
			width: 100%;
		}
		.nene-flex .item:nth-child(2){
			width: 100%;
		}
		.nene-flex .item:nth-child(2) img.posi{
			position: relative;
			bottom: auto;
			max-width: 270px;
			width: 100%;
			margin: 1.75em auto 0 auto;
		}
	}

.trimmer-staff li{
	padding: .75em 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
}
.trimmer-staff li:first-child{
	padding-top: 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;
}
.tokuten-title,
.tokuten-list > li{
	background: var(--pale-blue);
}
.tokuten-title{
	border-top: 5px solid;
	border-bottom: 1px solid;
	padding: .25em 0;
}
.tokuten-list > li{
	border-bottom: 1px dotted var(--ocean);
	padding: 1.5em 0;
}
.tokuten-midashi{
	width: 14em;
	position: relative;
	padding-left: 2.5em;
	margin-left: 2em;
}
.tokuten-body{
	width: calc(100% - 14em - 2em);
	padding-right: 2em;
}
	@media screen and (max-width:800px) {
		.tokuten-midashi{
			width: 100%;
			margin: auto 1.5em .75em 1.5em;
		}
		.tokuten-body{
			width: 100%;
			padding-right: 0;
			margin-left: 1.5em;
			margin-right: 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;
}
.item-trim-sns{
	background-image: url(../images/trimming/trm-blg-bg.webp) ;
	background-repeat: repeat;
	background-position: left top;
	background-size: 200px auto;
}
.trim-sns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.trim-sns li{
	width: calc(50% - .5em);
	background: var(--white);
	border-radius: .5em;
	overflow: hidden;
}
.trim-sns li a{
	position: relative;
	display: block;
	padding: 1.25em;
	transition: .3s all;
}
	@media screen and (max-width:560px) {
		.trim-sns li{
			width: 100%;
			margin-top: 1em;
		}
		.trim-sns li:first-child{
			margin-top: 0;
		}
		.trim-sns li a{
			padding: 1em;
		}
	}

.trim-sns li a:hover{
	background: var(--light-gray);
}
.trim-sns li a:before{
	position: absolute;
	bottom: .5em;
	right: .5em;
	width: .75em;
	height: .75em;
	aspect-ratio: 1;
	clip-path: polygon(0 100%,100% 0,100% 100%);
	content: "";
}
	.trim-sns li:nth-child(1) a:before{
		background: var(--ocean);
	}
	.trim-sns li:nth-child(2) a:before{
		background: #d61d4b;
	}
.snsname{
	font-size: 1.0625em;
}
.snsentry {
	line-height: 1.5;
}
.snsentry span.day{
	padding-right: .5em;
}


/*-----------------------
	
	pethotel

-----------------------*/

.pethotel-thumb {
	max-width: 1000px;
	width: 92%;
	margin: 2.25rem auto 0;
}
.pethotel-thumb .clm2-block{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.pethotel-thumb .clm2-block .thumbnail{
	width: 45%;
}
.pethotel-thumb .clm2-block .txt{
	width: calc(55% - 1.25em);
}
.pethotel-thumb .clm2-block .txt .em{
	border-bottom: 1px solid;
}

.dl-pethotel dt,
.dl-pethotel dd{
	border-bottom: 1px solid var(--blue-gray);
}
.dl-pethotel dt,
.pethotel-handling dl dt{
	width: 14em;
}
.dl-pethotel dd,
.pethotel-handling dl dd{
	width: calc(100% - 14em);
}
.dl-pethotel dt{
	background: var(--ocean);
	color: var(--white);
	font-weight: 500;
	padding: 1em;
}
.dl-pethotel dd{
	width: calc(100% - 14em);
	background: var(--white);
	text-align: center;
	padding: 1em;
}
.pethotel-handling dl dt,
.pethotel-handling dl dd{
	border-bottom: 1px solid;
	padding: .5em 1em;
}
	@media screen and (max-width:800px) {
		.pethotel-handling .clm2-block:nth-child(even){
			margin-top: 0;
		}
	}

/*-----------------------
	
	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: 1rem;
		}

	}


.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;
}
/*リンク切*/
.rcrt-otoiawase-flex .item:nth-child(2) {
	display: inline-block;
	background: #ddd;
	color: #999;
	padding: 1.25rem 1.5rem;
	font-weight: 500;
	text-align: center;
}
/* ##############################

	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-bottom: 4em;
}
.yobou-list > li{
	position: relative;
	margin-top: 4.5em;
	padding: 0 .5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yobou-list > li:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 2em);
	height: calc(100% + 4em);
	border-radius: 1em;
	content: "";
	z-index: 0;
}
.yobou-list > li:nth-child(odd):before{
	background: var(--white);
}
.yobou-list > li:nth-child(even):before{
	background: var(--light-blue);
}
.yobou-list > li .tit{
	position: relative;
	z-index: 1;
	width: 300px;
	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{
	position: relative;
	z-index: 1;
	width: calc(100% - 300px);
}
	@media screen and (max-width:1000px) {
		.yobou-list > li .tit{
			width: 205px;
		}
		.yobou-list > li .txt{
			width: calc(100% - 205px);
		}
	}
	@media screen and (max-width:800px) {
		.yobou-list{
			margin-top: 1.75em;
		}
		.yobou-list > li .tit{
			width: 100%;
			padding: .5em 0 .5em calc(38px + .5em);
			background-size: auto 38px;
			margin-bottom: .5em;
			font-size: 1.25em;
		}
		.yobou-list > li .txt{
			width: 100%;
		}
	}

.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: 1.25em 1.75em 1.5em;
	margin-top: 1.25em;
}

.yobou-list > li:nth-child(odd) .note{
	background: var(--pale-blue);
}
.yobou-list > li:nth-child(even) .note{
	background: var(--white);
}
	@media screen and (max-width:560px) {
		.yobou-list > li .note{
			padding-left: 1em;
			padding-right: 1em;
		}
	}

.yobou-list > li .note-cont{
	padding-top: 1.5em;
}
.healthcare-link div{
	padding-right: 2em;
}

/**/
.vaccine-listbox{
	border: 1px solid var(--blue-gray);
	margin-top: 1.5em;
	padding: 1.5em 1.5em .5em;
	border-radius: 4px;
	line-height: 1.75;
}
.vaccine-listbox .copy{
	border-bottom: 2px dotted var(--blue-gray);
	padding-bottom:1.5em;
	margin-bottom: 1.75em;
	font-weight: 500;
}
	@media screen and (max-width:560px) {
		.vaccine-listbox{
			padding-left: 0;
			padding-right: 0;
			border-left: 0;
			border-right: 0;
			border-width: 3px;
			border-radius: 0;
		}
		.vaccine-listbox .copy{
			font-size: 13px;
		}
	}
.vcn-mt{
	margin: 1.75em 0 .5em;
}
.vcn-tit{
	width: 70px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
.vcn-txt{
	width: calc(97% - 70px);
}
	@media screen and (max-width:560px) {
		.vcn-mt{
			margin: 1em 0 0;
		}
		.vcn-tit{
			margin: 0 auto .5em;
		}
		.vcn-txt{
			width:100%;
		}
	}

.vcn-tit img{
	width: 60px;
	display: block;
	margin: 0 auto;
	line-height: 1.0;
}
.vaccine-listbox .midashi{
	padding: .5em;
	font-weight: 500;
}
.vaccine-listbox .dog .midashi{
	background: var(--light-blue);
}
.vaccine-listbox .cat .midashi{
	background: var(--pale-green);
}
.vcn-txt ul.flex {
	margin: .75em 0;
}
.vcn-txt ul.flex > li{
	width: calc(100% / 2 - .5em);
	padding-left: 1.5em;
	position: relative;
	line-height: 1.3;
	margin-bottom: .5em;
}
.vcn-txt ul.flex > li span{
	position: absolute;
	top: 1px;
	left: 0;
	color: #0072b0;
	padding-right: .25em;
	font-size: .9em;
}
	@media screen and (max-width:560px) {
		.vcn-txt ul.flex > li{
			width: 100%;
		}
	}

.course-bgbox{
	background: var(--white);
	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;
}

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

	ACCESS

##############################*/
.parking-flex {
	justify-content: space-around;
}
.parking-flex .left{
	width: 46%;
	font-family: "M PLUS 1p", sans-serif;
}
.parking-flex .right{
	width: 48%;
	position: relative;
}
.parking-flex .imgpoint{
	max-width: 90px;
	height: auto;
	aspect-ratio: 200 / 465;
	position: absolute;
	bottom: -2.5em;
	right: -1.5em;
}
.dl-parking{
	width: 100%;
	margin-top: 1.25em;
}
	@media screen and (max-width:800px) {
		.parking-flex .left{
			width: 100%;
		}
		.parking-flex .right{
			width: 100%;
			max-width: 500px;
			margin-top: 2em;
		}
		.parking-flex .imgpoint{
			max-width: 77px;
			right: 0;
		}
	}
.dl-parking dt,
.dl-parking dd{
	text-align: right;
	padding: .25em 1em;
	background: var(--ocean);
	margin-bottom: 3px;
}
.dl-parking dt{
	width: 60%;
	color: var(--white);
	font-weight: 600;
}
.dl-parking dd{
	width: 40%;
	background: var(--light-gray);
}
	@media screen and (max-width:800px) {
		.dl-parking dt{
			width: 35%;
		}
		.dl-parking dd{
			width: 15%;
		}
	}
	@media screen and (max-width:560px) {
		.dl-parking dt,
		.dl-parking dd{
			width: 50%;
		}
	}

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

	faq

##############################*/
#faq .ctg{
	font-size: 1.5625em;
	line-height: 1.4;
}
	@media screen and (max-width:800px) {
		#faq .ctg{
			font-size: 1.42857142857em;
		}
	}
#category-shinryo .ctg,
#category-hospital .ctg,
#category-yobo .ctg{
	padding-top: 2.5em;
}

.toc-wrap{
	line-height: 1.4;
}
.toc-wrap a.ctg{
	position: relative;
	display: block;
	border-radius: .25em;
	padding: .5em .75em;
	transition: .3s all;
}
.toc-wrap a.ctg:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto;
	width: 1em;
	height: 1em;
	clip-path: polygon(100% 40%, 50% 90%, 0 40%, 10% 30%, 50% 70%, 90% 30%);
	top: 0;
	transition: .3s top;
}
	.toc-wrap a.ctg:hover{
		opacity: .75;
	}
	.toc-wrap a.ctg:hover:before{
		top: .5em;
	}
.toc-wrap .tag ul{
	display: flex;
	flex-wrap: wrap;
}
.toc-wrap .tag ul li a{
	display: block;
	font-size: .875em;
	padding: .75em .825em;
	border: 1px solid var(--pale-gray);
	color: var(--darkblack);
	margin-right: .75em;
	margin-bottom: .75em;
	transition: .2s all;
	border-radius: .25em;
}
.toc-wrap .tag ul li a:hover{
	background: var(--light-gray);
}
	@media screen and (max-width:800px) {
		.toc-wrap .tag ul li a{
			padding: 1.125em 1em;
		}
	}

/*カテゴリごとの色変更*/
.toc-shinryo a.ctg:before	{background-color: var(--blue);}
.toc-hospital a.ctg:before	{background-color: var(--clear-green);}
.toc-yobo a.ctg:before		{background-color: var(--lime);}

.acd-style-faq {
	padding-top: 1.75em;
}
.acd-style-faq .cont{
	margin-top: .75em;
	margin-bottom: 1.25em;
}
.acd-style-faq .faq-flex .eng{
	width: 8.75rem;
	text-align: center;
	font-weight: bold;
}
.acd-style-faq .faq-flex .body{
	width: calc(100% - 8.75rem);
	padding-right: 1rem;
	letter-spacing: .04em;
	line-height: 1.65;
}
	@media screen and (max-width:800px) {
		.acd-style-faq .faq-flex .eng{
			width: 4rem;
		}
		.acd-style-faq .faq-flex .body{
			width: calc(100% - 4rem);
		}
		.acd-style-faq .cont .faq-flex .eng{
			display: none;
		}
		.acd-style-faq .cont .faq-flex .body{
			width: 88%;
			margin: auto;
			padding-right: 0;
		}
	}
/*FAQ 全体*/
.acd-style-faq .list-flex li{
	width: calc(100% / 2 - 1.5em - 1.5em);
}
	@media screen and (max-width:650px) {
		.acd-style-faq .list-flex li{
			width: 100%;
		}
	}

/*FAQ 診療*/
.faq-webyoyaku li{
	padding: 1.75em .5em 2em;
	border-bottom: 1px solid var(--pale-gray);
}

/*FAQ 当院*/
.flex-faq-h-facility div:nth-child(even){
	width: calc(100% - 2em);
	margin: .125em 0;
}
.flex-faq-h-facility div:nth-child(odd){
	width: 2em;
	margin: .125em 0;
}