
/* contents
--------------------------------------*/
#content--sub{
	width: 100%;
	position: relative;
}

/*section 
--------------------------------------*/
.section-bg{
	width: 100%;
	background: #efeac4;
}
.section--read{
	max-width: 1000px;
	width: 91%;
	margin: 0 auto;
	padding: 5.25em 0 6.25em;
}
.section--read--small{
	max-width: 900px;
	width: 91%;
	margin: 0 auto;
	padding: 5.25em 0 6.25em;
}
	@media screen and  (max-width: 568px) {
		.section--read,
		.section--read--small{
			padding: 3em 0 4em;
		}
	}


/* margin 
--------------------------------------*/
.scrool-mt{
	padding-top: 4.25em;
}
.mt{
	margin-top: 3.25em;
}
.mts{
	margin-top: 1.5em;
}
.mtxs{
	margin-top: .5em;
}
.mt-border{
	margin-top: 4.25em;
	padding-top: 4.25em;
	border-top: 1px dotted #af7a22
}
.mts-border{
	margin-top: 2.25em;
	padding-top: 2.25em;
	border-top: 1px dotted #af7a22
}
	@media screen and  (max-width: 768px) {
		.scrool-mt{
			padding-top: 3em;
		}
	}

/* pagetitle 
--------------------------------------*/
.pagetitle{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.pagetitle--txt{
	position: relative;
	border-bottom: solid 1px #e0e2e4;
	position: relative;
	padding: .75em 4.5% .65em;
}

.pagetitle--txt span{
	color: #444;
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: .025em;
}
.pagetitle--txt:before{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #af7a22;
	bottom: -1px;
	width: 9%;
}
.pagetitle--bg{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 20em;
	padding: 0 4.5%;
}
.pagetitle--bg span{
	color: #444;
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: .025em;
}
.pagetitle--bg span.white{
	color: #fff;
}
	@media screen and  (max-width: 768px) {
		.pagetitle--bg{
			height: 16em;
		}
	}
	@media screen and  (max-width: 568px) {
		.pagetitle--bg{
			height: 10.5em;
		}
		.pagetitle--bg span,
		.pagetitle--txt span{
			font-size: 1.5em;
		}
	}

.bg-about{
	background: url("../images/about/title.jpg") 80% center;
	background-size: cover;
}
.bg-guide{
	background: url("../images/guide/title.jpg") 85% center;
	background-size: cover;
}
.bg-trimming{
	background: url("../images/trimming/title.jpg") center;
	background-size: cover;
}
.bg-pethotel{
	background: url("../images/pethotel/title.jpg") 5% center;
	background-size: cover;
}

/* font 
--------------------------------------*/
.sectiontitle{
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.2;
	border-left: 0.25em solid #008e4e;
	padding-left: .75em;
	margin-bottom: 1.75em;
	color: #444;
	letter-spacing: .09em;
}
.sectiontitle_small{
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.2;
	border-left: 0.25em solid #008e4e;
	padding-left: .5em;
	margin-bottom: 1.5em;
	color: #444;
	letter-spacing: .09em;
}

	@media screen and  (max-width: 568px) {
		.sectiontitle{
			margin-bottom: 1.25em;
		}
	}

.midashi-border{
	border-bottom: solid 1px #af7a22;
	color: #af7a22;
	font-size: 1.1em;
	font-weight: 600;
	padding-bottom: 0.25em;
	margin-bottom: 1em;
}
.midashi{
	color: #af7a22;
	font-size: 1.1em;
	font-weight: 600;
	padding-bottom: 0.25em;
}
.copy-min{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2em;
	color: #444;
}

	@media screen and (max-width: 374px) {
		.copy-min{
			font-size: 1.0em;
		}
	}

.red{
	color: #d20000;
}
.midori{
	color: #008e4e
}
.em{
	font-weight: 600
}
.small{
	font-size: 0.875em;
}
.xsmall{
	font-size: 0.8em;
}
.cha{
	color: #af7a22;
}
.inline-block{
	display: inline-block;
}
.new{
	margin-right: .5em;
	
	font-size: 0.92em;
	background: #d14;
	color: #fff;
	padding:0 4px;
	
	font-weight: bold;
}
/* icon 
--------------------------------------*/
.point{
	padding-left: 1em;
	position: relative;
	font-weight: bold;
	color: #af7a22;
}
.point:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 0.7em;
	height: 0.7em;
	background: #b59b6d;
	content: "";
	margin-top: 0.5em;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.point_nml{
	padding-left: 1em;
	position: relative;
	font-weight: normal;
	color: #af7a22;
}
.point_nml:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 0.7em;
	height: 0.7em;
	background: #b59b6d;
	content: "";
	margin-top: 0.5em;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.list-point li{
	position: relative;
	padding-left: 1em;
}
.list-point li:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 0.7em;
	height: 0.7em;
	background: #b59b6d;
	content: "";
	margin-top: 0.5em;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}


/* bgbox 
--------------------------------------*/
.bgbox{
	background: #efefef;
	padding: 1.5em
}
.bgbox-white{
	background: #fff;
	padding: 1.5em
}
.importantbox{
	background: #FFFFE8;
	border:1px solid #ffdda3;
	padding: .75em 1em;
	line-height: 1.6;
}
.bgbox-beige{
	background: #f6f2dc;
	padding: 1em;
	line-height: 1.6;
}
.bgbox-beige-s{
	background: #f6f2dc;
	padding: 1.5em 2em;
	line-height: 1.6;
}
.inbox-white{
	background: #fff;
	padding: 1.8em;
	margin:1.8em;
}
.inbox-white-s{
	background: #fff;
	padding: 1.0em;
	margin:1.0em;
}
.kakumaru{
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
	@media screen and (max-width: 568px) {
		.bgbox,
		.bgbox-white,
		.inbox-white{
			padding: .75em 1em;
		}
		.inbox-white{
			margin: 0.5em;
		}
	}

/* dl * table 
--------------------------------------*/
.dl-clm2-border{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.dl-clm2-border dt,
.dl-clm2-border dd{
	padding: 1em 0;
	border-bottom: 1px solid #eee
}
.dl-clm2-border dt{
	width:25%;
	font-weight: bold;
}
.dl-clm2-border dd{
	width:75%;
}
.dl-clm2-border dt:nth-child(1),
.dl-clm2-border dd:nth-child(2){
	padding-top: 0;
}


.table-shinryo{
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	background: #fff;
}
.table-shinryo th{
	width: 28%;
	padding: 0.75em 0;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	background: #f8f5f1;
	border-bottom: 1px solid #e8e0d1;
}
.table-shinryo td{
	width: 9%;
	padding: 0.75em 0;
	border-bottom: 1px solid #e8e0d1;
}
.table-shinryo tr:first-child th,
.table-shinryo tr:first-child td{
	background: #d9ccb4;
}
.dl-clm2-block {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #cecece;
}
.dl-clm2-block dt{
	width: 13.5em;
	padding: 1.25em;
	background: #efefef;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #cecece;
}
.dl-clm2-block dd{
	width: calc(100% - 13.5em);
	padding: 1.25em 1.75em;
	border-bottom: 1px solid #cecece;
}
	@media screen and (max-width: 568px) {
		.dl-clm2-block dt{
			width: 100%;
			padding: .5em 1em;
		}
		.dl-clm2-block dd{
			width: 100%;
			padding: 1em;
		}
	}


/* btn
--------------------------------------*/
.btn-inline{
	display: inline-block;
	padding: 0.25em 3em;
	background: #c06ba2;
	color: #fff;
	margin-top: 1em;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}
.btn_click{
	background: #008e4e;
	color: #fff;
	display: inline-block;
	padding: 1em 4em;
	border-radius: 6em;
	-moz-border-radius: 6em;
	-webkit-border-radius: 6em;
	position: relative;
	font-size: .9em;
	font-weight: bold;
}
.btn_click:after{
	content: '';
	width: .3em;
	height: .3em;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	transform: rotate(45deg);
	transition: all .1s ease-in;
}
.btn_click:hover:after{
	right: 0.75em;
}

.btn_click_big{
	background: #008e4e;
	color: #fff;
	display: inline-block;
	padding: 1em 4em;
	border-radius: 6em;
	-moz-border-radius: 6em;
	-webkit-border-radius: 6em;
	position: relative;
	font-size: 1.08em;
	font-weight: bold;
}
.btn_click_big:after{
	content: '';
	width: .3em;
	height: .3em;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	transform: rotate(45deg);
	transition: all .1s ease-in;
}
.btn_click_big:hover:after{
	right: 0.75em;
}

.link-click{
	color: #008e4e;
	text-decoration: underline;
	position: relative;
	padding-left: .75em;
}
.link-click:before{
	content: '';
	width: .3em;
	height: .3em;
	border: 0;
	border-top: solid 2px #008e4e;
	border-right: solid 2px #008e4e;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	transform: rotate(45deg);
}
.btn-pdf{
	padding-left: 2em;
	background: url(../images/common/icon_pdf.gif)no-repeat top left;
	background-size: 1em auto;
	color: #008e4e;
	font-weight: bold;
	font-size: .95em;
}
.btn_click_sq{
	background: #008e4e;
	color: #fff;
	display: inline-block;
	padding: 1em 4em;
	
	position: relative;
	font-size: .9em;
	font-weight: bold;
}
.btn_click_sq:after{
	content: '';
	width: .3em;
	height: .3em;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	transform: rotate(45deg);
	transition: all .1s ease-in;
}
.btn_click_sq:hover:after{
	right: 0.75em;
}
.btn_click_gre{
	background: #348F17;
	color: #fff;
	display: inline-block;
	padding: .8em 3em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	position: relative;
	font-size: .9em;
	font-weight: bold;
}
.btn_click_gre:after{
	content: '';
	width: .3em;
	height: .3em;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	transform: rotate(45deg);
	transition: all .1s ease-in;
}
.btn_click_gre:hover:after{
	right: 0.75em;
}
/* about 
--------------------------------------*/
.history .eng{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	line-height: 1.0;
	color: #bfbfbf;
	letter-spacing: .15em;
	margin-bottom: .15em;
}
.history .item{
	width: calc(100% / 3);
}
.history .item:nth-child(3n+1){
	padding-right: 2.4em;
}
.history .item:nth-child(3n+2){
	padding: 0 1.2em;
}
.history .item:nth-child(3n+3){
	padding-left: 2.4em;
}
	@media screen and (max-width: 568px) {
		.history{
			background: #f3f3f3;
			padding: 1em .75em;
		}
		.history .item:nth-child(3n+1),
		.history .item:nth-child(3n+2),
		.history .item:nth-child(3n+3){
			padding:0;
		}
		.history .item{
			width: calc(100% / 2);
			margin: .75em 0;
		}
		.history .item:nth-child(odd){
			padding-right: .25em;
		}
		.history .item:nth-child(even){
			padding-left: .25em;
		}

	}

/* 通常 */
.staff{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: .875em;
	padding: 6em 0;
	border-bottom: 1px dotted #af7a22;
}
.first{
	padding-top: 0;
}
.staff .name img{
	margin-bottom: 1em;
}

/*非常勤*/
.part-vet-tit{
	color: #af7a22;
	font-weight: bold;
	font-size: 1.15625em;
}
.part-vet{
	padding: 2.25em 0 3em;
	border-bottom: 1px dotted #af7a22;
}
.part-vet-list{
	border: 1px solid #af7a22;
	padding: 1em 1.5em;
}
.part-vet-list li{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: .875em;
	padding: 3em 0;
	position: relative;
	border-bottom: 1px dotted #af7a22;
}
.part-vet-list li:last-child{
	border-bottom: none;
}
.part-vet-list li:first-child{
	padding-top: 1.5em;
}
/* 非常勤 写真 */
.part-vet-list li img{
	position: absolute;
	top: 1.5em;
	right: 0;
	width: 8em;
}
.part-vet-list .perofile{
	padding-right: 10em;
}

/* 共通 */
.staff .name,
.part-vet-list .name{
	width: 31%;
	font-size: 1.05em;
	line-height: 1.4;
}
.staff .perofile,
.part-vet-list .perofile{
	width: 69%;
	padding-left: 2.75em;
}
.staff .name div,
.part-vet-list .name div{
	font-size: 1.2em;
	font-weight: 600;
}
.staff .name span,
.part-vet-list .name span{
	font-size: .9em;
}
.staff .perofile span.point,
.part-vet-list .perofile span.point{
	padding-right: 1em;
}

	@media screen and (max-width: 568px) {
		/* 通常 */
		.staff{
			padding: 3.5em 0;
		}
		.first{
			padding-top: 0;
		}
		.staff .name{
			width: 100%;
			margin-bottom: 1em;
			text-align: center;
		}
		.staff .perofile{
			width: 100%;
			padding-left: 0;
		}
		.staff .name img{
			padding: 0 5em;
		}
		/*非常勤*/
		.part-vet{
			padding: 1.5em 0 3em 0;
			margin: 1em 0;
		}
		.part-vet-tit{
			text-align: center;
		}
		.part-vet li{
			padding: 2.5em 0;
		}
		.part-vet-list .name{
			width: 100%;
			margin-bottom: 1em;
			text-align: left;
		}
		.part-vet-list .perofile{
			width: 100%;
			padding-left: 0;
			padding-right: 0;
		}
		.part-vet-list li img{
			position: absolute;
			top: 1.5em;
			width: 4.5em;
		}
	}
.clm4--thumb .item{
	width: calc(100% / 4);
	margin-bottom: 1em;
}

.clm4--thumb .item:nth-child(4n+1){
	padding-right: 0.8em;
}
.clm4--thumb .item:nth-child(4n+2){
	padding: 0 0.4em;
}
.clm4--thumb .item:nth-child(4n+3){
	padding: 0 0.4em;
}
.clm4--thumb .item:nth-child(4n+4){
	padding-left: 0.8em;
}
	@media screen and (max-width: 568px) {
		.clm4--thumb .item:nth-child(4n+1),
		.clm4--thumb .item:nth-child(4n+2),
		.clm4--thumb .item:nth-child(4n+3),
		.clm4--thumb .item:nth-child(4n+4){
			padding: 0;
		}
		.clm4--thumb .item{
			width: calc(100% / 2);
		}
		.clm4--thumb .item:nth-child(odd){
			padding-right: .75em;
		}
		.clm4--thumb .item:nth-child(even){
			padding-left: .75em;
		}

	}


.clm3--thumb .item{
	width: calc(100% / 3);
	margin-bottom: 1em;
}

.clm3--thumb .item:nth-child(3n+1){
	padding-right: 1.6em;
}
.clm3--thumb .item:nth-child(3n+2){
	padding: 0 0.8em;
}
.clm3--thumb .item:nth-child(3n+3){
	padding-left: 1.6em;
}
	@media screen and (max-width: 568px) {
		.clm3--thumb .item:nth-child(3n+1),
		.clm3--thumb .item:nth-child(3n+2),
		.clm3--thumb .item:nth-child(3n+3){
			padding: 0;
		}
		.clm3--thumb .item{
			width: calc(100% / 2);
		}
		.clm3--thumb .item:nth-child(odd){
			padding-right: .75em;
		}
		.clm3--thumb .item:nth-child(even){
			padding-left: .75em;
		}

	}

.clm2--thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.clm2--thumb .item{
	width: calc((100% - 20%) / 2);
	margin-bottom: 1em;
}

.clm2--thumb .item:nth-child(2n+1){
	padding-right: 1.6em;
}
.clm2--thumb .item:nth-child(2n+2){
	padding-left: 1.6em;
}

	@media screen and (max-width: 568px) {
		.clm2--thumb .item:nth-child(2n+1),
		.clm2--thumb .item:nth-child(2n+2){
			padding: 0;
		}
		.clm2--thumb .item{
			width: calc(100% / 2);
		}
		.clm2--thumb .item:nth-child(odd){
			padding-right: .75em;
		}
		.clm2--thumb .item:nth-child(even){
			padding-left: .75em;
		}

	}



/* guide 
--------------------------------------*/
.petreserve{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}
.petreserve div.yoyakuitem{
	width: 50%;
	text-align: center;
	padding: 1em;
	border-left: 1em solid #efefef;
}
.petreserve div.yoyakuitem:first-child{
	border-left: none;
}
	@media screen and (max-width: 568px) {
		.petreserve{
			display: block;
		}
		.petreserve div.yoyakuitem{
			width: 100%;
			border-left: none;
			border-top: 1em solid #efefef;
		}
		.petreserve div.yoyakuitem:first-child{
			border-top: none;
		}

	}


	img.card{
	max-width: 30em;
	width: 100%;
	height: auto
}
.hoken img{
	height: 60px
}
.campaign-box{
	border: 2px solid #cfcfcf;
	background: #f4f4f4;
	padding: 1em;
	width: 100%;
}
.vaccine{
	max-width: 75%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border:1px solid #e8e0d1;
}
.vaccine dt{
	width: 20%;
	padding: 1em;
	background: #f8f5f1;
	font-weight: bold;
}
.vaccine dd{
	width: 80%;
	padding: 1em;
}
.vaccine dt:nth-child(1),
.vaccine dd:nth-child(2){
	border-bottom:1px solid #e8e0d1;
}
	@media screen and (max-width: 568px) {
		.vaccine{
			max-width: 100%;
		}
	}
#checkup .clm2:nth-child(odd){
	width: 72%;
}
#checkup .clm2:nth-child(even){
	width: 20%;
}

#checkup .dl-price dl{
	width: 80%;
}
	@media screen and (max-width: 568px) {
		#checkup .clm2:nth-child(odd),
		#checkup .clm2:nth-child(even){
			width: 100%;
		}
		#checkup .clm2:nth-child(even){
			margin-top: 2em;
		}
		#checkup .dl-price dl{
			width: 100%;
		}
	}

.course{
	background: #fff;
}
.course-title{
	background: #af7a22;
	color: #fff;
	font-weight: 600;
	padding: .25em 1em;
}
.course-body{
	padding: 1em;
}
.course-body .pricetxt{
	text-align: right;
}
.pricetxt{
	font-weight: bold;
	font-size: 1.05em;
}
.pricetxt span.red{
	font-weight: bold;
}
.course-body .pricetxt_nml{
	text-align: right;
}
.course-body-intro{
	padding: 2em;
}
.pricetxt_nml{
	
	font-size: 1.05em;
}
.pricetxt_nml span.red{
	font-weight: bold;
}
.bgbox-dental{
	background: #f0f4fc;
	border: 1px solid #d6e1f7;
	padding: 2.5em 2em
}
	@media screen and  (max-width: 568px) {
		.bgbox-dental{
			padding: 1.75em 1.25em
		}
	}

#dental .flex div.clm3-item{
	width: 32%;
	position: relative;
}
	@media screen and  (max-width: 450px) {
		#dental .flex div.clm3-item{
			width: 100%;
			padding: .75em 1em;
		}
	}


#dental .dental-beforeafter .clm3-item span{
	padding: .5em 1em;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
#dental .dental-beforeafter .clm3-item:nth-child(1) span{
	background: #008e4e;
}
#dental .dental-beforeafter .clm3-item:nth-child(2) span{
	background: #49b0c6;
}



.flex-flow-ope{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flow-item{
	width: 47.5%;
}
.flow-item ul{
	margin-top: .75em;
}
.flow-item ul li{
	position: relative;
	padding: 1em;
	margin-bottom: 2em;
}
.flow-item ul li:last-child{
	margin-bottom: 0;
}
.flow-item ul li:before{
	content: '';
	width: .9em;
	height: .9em;
	border: 0;
	border-top: solid 2px #008e4e;
	border-right: solid 2px #008e4e;
	position: absolute;
	bottom: -1.25em;
	left: 50%;
	transform: rotate(135deg);
	margin-left: -12px;
}
.flow-item ul li:last-child:before{
	position: relative;
	bottom: auto;
	left: auto;
	transform: auto;
	border-top: none;
	border-right: none;
	width: 0;
	height: 0;
	margin-left: 0;
}
.flow-item ul li:nth-child(odd){
	background: #f8f5f1;
}
/* 現在の色
.flow-item ul li:nth-child(even){
	background: #fff;
}
*/
.flow-item ul li:nth-child(even){
	background: #f8f5f1;
}
.ope-kensa-price{
	width: 100%;
	font-size: .875em;
	border: 1px solid #e8e0d1;
}
.ope-kensa-price th,
.ope-kensa-price td{
	width: 16%;
	text-align: center;
	padding: 1em .25em;
	border-bottom: 1px solid #e8e0d1;
}
.ope-kensa-price tr:first-child th,
.ope-kensa-price tr:first-child td{
	background: #d9ccb4;
	padding: .25em .25em;
}
.ope-kensa-price tr th{
	background: #f8f5f1;
}
.ope-kensa-price tr td{
	border-left: 1px solid #e8e0d1;
	background: #fff;
}

.ope-kyoseihinin-price{
	width: 100%;
	font-size: .875em;
	border: 1px solid #e8e0d1;
}
.ope-kyoseihinin-price tr:first-child th,
.ope-kyoseihinin-price tr:first-child td{
	background: #d9ccb4;
	padding: .25em .25em;
}

.ope-kyoseihinin-price th{
	width: 10%;
	background: #f8f5f1;
}
.ope-kyoseihinin-price td{
	width: 30%;
	border-left: 1px solid #e8e0d1;
	background: #fff;
}	
.ope-kyoseihinin-price th,
.ope-kyoseihinin-price td{
	padding: 1em .25em;
	text-align: center;
	border-bottom: 1px solid #e8e0d1;
}

.ope-clm:nth-child(odd){
	width: 45%;
	margin-bottom: 3em;
}
.ope-clm:nth-child(even){
	width: 45%;
	margin-bottom: 3em;
}
	@media screen and (max-width: 568px) {
		.ope-clm:nth-child(odd){
			width: 100%;
			margin-bottom: 1.5em;
		}
		.ope-clm:nth-child(even){
			width: 100%;
		}

	}
/* trimming ・ pethotel
--------------------------------------*/
.yoyakubox{
	border:1px solid #b59b6d;
	padding: 1em;
	line-height: 1.5;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
}
.yoyakubox .midashi-border{
	margin-bottom: .5em;
}

.trimming-yoyaku-wrap{
	background: #f6f2dc;
	border-top: 3px solid #008e4e;
	padding: .75em 1em 1em;
}
.trimming-yoyaku-tit{
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: .1em;
	color: #008e4e;
	text-align: center;
}
.flex-trimming-yoyaku{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 1em;
}
.flex-trimming-yoyaku .item{
	width: 49%;
	background: #fff;
	text-align: center;
	padding:  1.25em;
}
	@media screen and  (max-width: 567px) {
		.flex-trimming-yoyaku .item{
			width: 100%;
			margin-bottom: .75em;
			padding: 1.5em 1.25em;
		}
		.flex-trimming-yoyaku .item:last-child{
			margin-bottom: 0;
		}
	}


.flex-trimming-yoyaku .teladress{
	margin-top: .75em;
}
	@media screen and  (max-width: 666px) {
		.flex-trimming-yoyaku .teladress{
			display: block!important;
			margin-top: .25em;
		}
	}

.trimming-yoyaku-btn a{
	font-weight: bold;
	display: block;
	background: #008e4e url(../images/trimming/icon-yoyaku.png) no-repeat 95% center;
	background-size: 1.5em auto;
	color: #fff;
	padding: .5em;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	margin-top: .5em;
	font-size: 1.08em;
}
	@media screen and  (max-width: 666px) {
		.trimming-yoyaku-btn a{
			padding: .75em .5em;
		}
	}

.sns-trimming{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
.blog-trimming-wrap{
	width: calc(100% - 280px);
	padding-right: 1em;
}
.insta-trimming-wrap{
	width: 280px;
}
	@media screen and  (max-width: 960px) {
		.blog-trimming-wrap{
			width: calc(100% - 220px);
		}
		.insta-trimming-wrap{
			width: 220px;
		}
	}
	@media screen and  (max-width: 667px) {
		.blog-trimming-wrap{
			width: 100%;
			padding-right: 0;
		}
		.insta-trimming-wrap{
			width: 220px;
		}
	}
	@media screen and  (max-width: 567px) {
		.insta-trimming-wrap{
			width: 100%;
		}
	}


.blog-trimming{
	width: 100%;
	border:1px solid #b59b6d;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	padding: 1.25em 1em;
	font-size: .9em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	position: relative;
}

.blog-trimming-tit{
	color: #af7a22;
	font-size: 1.1em;
	font-weight: 600;
	padding-bottom: 1em;
	width: 9em;
}
.blog-trimming-entry{
	width: calc(100% - 9em - 1em);
}
a.blog-all{
	position: absolute;
	left: 1.25em;
	bottom: 1.25em;
	font-size: .9em;
}

	@media screen and  (max-width: 567px) {
		.blog-trimming-tit{
			width: 100%;
			padding-bottom: .5em;
		}
		.blog-trimming-entry{
			width: 100%;
		}
		a.blog-all{
			left: auto;
			bottom: auto;
			top: 1.25em;
			right: 1.25em;
		}

	}

.instagram-wrap a.bnr_instagram{
	display: block;
	color: #333;
	width: 100%;
	background: -webkit-linear-gradient(135deg, #5f46b3 0%, #f0583b 85%) no-repeat;
	background: linear-gradient(135deg, #5f46b3 0%, #f0583b 85%) no-repeat;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	padding: 1.5em .75em 1.5em 1em;
	color: #fff;
	line-height: 1.0;
	font-size: .95em;
}
a.bnr_instagram:hover{
	opacity: 0.9;
}
a.bnr_instagram div{
	background: url(../images/common/icon-insta.png) no-repeat top right;
	background-size: 1em auto;
}



/* トリミング料金 */
.trim-price{
	width: 48%;
	font-size: .875em;
}
	@media screen and (max-width: 568px) {
		.trim-price{
			width: 100%;
		}
		.trim-price:nth-child(1){
			margin-bottom: 2em;
		}
	}

.trim-price table{
	width: 100%;
	background: #fff;
}
.trim-price th,
.trim-price td{
	padding: 1em;

}
.trim-price tr:first-child th,
.trim-price tr:first-child td{
	background: #d9ccb4
}
.trim-price tr th{
	background: #f8f5f1;
	text-align: left;
	border-bottom: 1px solid #e8e0d1;
}
.trim-price tr td{
	border-bottom: 1px solid #e8e0d1;
	text-align: center;
}
.trim-price tr td:nth-child(2){
	border-right: 1px solid #e8e0d1;
	border-left: 1px solid #e8e0d1;
}

/* トリミング料金　大*/
.trim-price-l{
	width: 100%;
	font-size: .875em;
}
	@media screen and (max-width: 568px) {
		.trim-price-l{
			width: 100%;
		}
		
	}
.trim-price-l table{
	width: 100%;
	background: #fff;
}

.trim-price-l th,
.trim-price-l td{
	padding: .6em ;
}

.trim-price-l tr:first-child th,
.trim-price-l tr:first-child td{
	background: #d9ccb4;
	text-align: center;
}
.trim-price-l tr th{
	background: #f8f5f1;
	text-align: left;
	border-bottom: 1px solid #e8e0d1;
}

.trim-price-l tr td{
	border-bottom: 1px solid #e8e0d1;
	text-align: center;
}

.trim-price-l tr td{
	border-right: 1px solid #e8e0d1;
	border-left: 1px solid #e8e0d1;
}
.trim-price-l .size{
	width: 10%;
	border-right: 1px solid #e8e0d1;
	text-align: center;
}
.trim-price-l .fur{
	width: 20%;
}

.trim-price-l .taiju{
	width: 20%;
}
.trim-price-l tr th:nth-child(2){
			width: 30%;
		}
/* 泥パック */
.doropacktitle{
	background: #008e4e;
	padding: .75em 1.5em;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}
.doropackbox{
	background: #f6f2dc;
	padding: 2em 1.5em;
}
.doropack-price{
	width: 48%;
}
	@media screen and (max-width: 568px) {
		.doropack-price{
			width: 100%;
			margin-bottom: 1.5em;
		}
		.doropack-price:last-child{
			margin-bottom: 0;

		}
	}

.doropack-price table{
	width: 100%;
	background: #fff;
	font-size: .875em;
	border: 1px solid #e8e0d1;
}
.doropack-price th,
.doropack-price td{
	width: 33.333%;
	padding: 1em;
	border-top: 1px solid #e8e0d1;
}
.doropack-price th{
	background: #f8f5f1;
	text-align: left;
}
.doropack-price td{
	text-align: center;
}
.doropack-flow{
	border-top: 2px dashed #e8e0d1;
	margin-top: 1.5em;
	padding-top: 1.5em;
}
.doropack-flow ul{
	margin-top: 1.5em;
}
.doropack-flow li{
	padding: 1em;
	background: #fff;
	margin-bottom: 1.25em;
	border-radius:.25em;
	-moz-border-radius:.25em;
	-webkit-border-radius:.25em;
	position: relative;
}
.doropack-flow li:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1em;
	border: 1em solid transparent;
	border-top: 1em solid #fff;
}
.doropack-flow li:last-child:before{
	border: none;
}
.doropack-flow li span.midori{
	margin-right: .5em;
}

.doropack-gallery{
	width: 32%;
	position: relative;
}
	@media screen and (max-width: 414px) {
		.doropack-gallery{
			width: 100%;
			margin-bottom: 1em;
		}
		.doropack-price:last-child{
			margin-bottom: 0;

		}
	}

.doropack-gallery span{
	font-weight: bold;
	font-size: .9em;
	color: #fff;
	padding: .5em 1em;
	position: absolute;
	bottom:0;
	left: 0;
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
}
.doropack-gallery:nth-child(1) span{
	background: #64aac3;
}
.doropack-gallery:nth-child(2) span{
	background: #008e4e;
}
.doropack-gallery:nth-child(3) span{
	background: #dda000;
}

/* beforeafter */

.beforeafter img{
	width: 720px;
}
	@media screen and (max-width: 834px) {
		.youtube-trimming {
			position: relative;
			padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
			height: 0;
			overflow: hidden;
		}
		.youtube-trimming iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

	}



/* ホテル*/
.hotel-price{
	width: 100%;
	background: #fff;
	font-size: .875em;
	border: 1px solid #e8e0d1;
}

.hotel-price th,
.hotel-price td{
	width: 33.333%;
	padding: 1em;
	border-top: 1px solid #e8e0d1;
}
.hotel-price th{
	background: #f8f5f1;
	text-align: left;
}
.hotel-price td{
	text-align: center;
	border-left: 1px solid #e8e0d1;
}
.hotel-price tr:first-child th,
.hotel-price tr:first-child td{
	background: #d9ccb4;
	border-top: none;
}


/* dl ２カラム*/
.dl-price dl{
	width: 52%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: .5em;
	background: #fff;
	font-size: .875em;
	border: 1px solid #e8e0d1;
}
.dl-price dt{
	background: #f8f5f1;
	width: 50%;
	padding: 1em;
	border-top: 1px solid #e8e0d1;
}
.dl-price dd{
	width: 50%;
	padding: 1em;
	border-top: 1px solid #e8e0d1;
	text-align: center;
}
.dl-price dt:nth-child(1),
.dl-price dd:nth-child(2){
	border-top: none;
}
.dl-price dt.pl{
	padding-left: 1.5em;
}
	@media screen and (max-width: 568px) {
		.dl-price dl{
			width: 100%;
		}
	}


.gallery div{
	width: 22%;
	margin-bottom: 2.5em;
}

	@media screen and (max-width: 568px) {
		.gallery div{
			margin-bottom: 1.5em;
		}
	}
.opeimg div{
	width: 45%;
	margin-bottom: 2.5em;
}

	@media screen and (max-width: 568px) {
		.opeimg div{
			margin-bottom: 1.5em;
		}
	}


/* access
--------------------------------------*/
.access-clm:nth-child(odd){
	width: 33%;
	margin-bottom: 3em;
}
.access-clm:nth-child(even){
	width: 60%;
	margin-bottom: 3em;
}
	@media screen and (max-width: 568px) {
		.access-clm:nth-child(odd){
			width: 100%;
			margin-bottom: 1.5em;
		}
		.access-clm:nth-child(even){
			width: 100%;
		}

	}
/* onlinestore
--------------------------------------*/
.animalnavi > div{
	padding: 1em;
}
.animalnavi > div img{
	height: 5em;
}
	@media screen and (max-width: 568px) {
		.animalnavi > div:nth-child(1){
			padding-bottom: 0;
		}
		.animalnavi > div:nth-child(2){
			padding-top: .75em;

		}
}
/*エントリーフォーム
--------------------------------*/
.section-entryform{
	max-width: 900px;
	width: 91%;
	margin: 0 auto;
	padding: 3em 0;
}
.entry input[type="text"],
.entry input[type="submit"],
.entry input[type="button"],
.entry textarea,
.entry select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	outline: none;
}
.entry input,
.entry textarea,
.entry select{
	font-size: 16px;
}
.entry input:focus,
.entry textarea:focus,
.entry select:focus{
	background: #FFFFEF;
}

.entry-memo{
	text-align: center;
}
	@media screen and (max-width: 666px) {
		.entry-memo{
			text-align: left;
		}
	}

.entryform li {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #e8e0d1;
}
.entryform .th{
	width: 24%;
	background: #F5F4F0;
	color: #222;
	padding: 2em 1.5em;
	font-weight: bold;
}
.entryform .td{
	width: 76%;
	background: #fff;
	padding: 2em;
}
	@media screen and (max-width: 767px) {
		.entryform .th{
			width: 100%;
			padding: 1em;
		}
		.entryform .td{
			width: 100%;
			padding: 2em;
		}
	}
	@media screen and (max-width: 567px) {
		.entryform .td{
			width: 100%;
			padding: 2.5em 1em;
		}
	}

.entryform .th span{
	background: #008e4e;
	color: #fff;
	font-size: 0.7647em;
	font-weight: normal;
	padding: .1em .5em;
	display: inline-block;
	margin-right: 1em;
}
.entry input[type="text"]{
	padding: .5em .5em;
	outline: none;
	border: 1px solid #ccc;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	width: 91.5%;
}
.entry textarea {
	outline: none;
	border: 1px solid #ccc;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	width: 91.5%;
	padding: .5em .5em;
}
.entry select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .5em 1.5em .5em .5em;
	background: transparent;
	position: relative;
	z-index: 1;
	border: 1px solid #ccc;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
}
.selectwrap{
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	z-index: 1
}
.selectwrap::after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #3e3a39 transparent transparent transparent; 
}
.example{
	font-size: 0.86em;
	color: #999;
	margin-top: 3px;
}
.resume-title{
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
}
.academic input.short{
	width: 8em;
	margin-left: 1em;
}
.resume input.short{
	width: 16em;
	margin-left: 1em;
}
.academic  span,
.resume  span{
	font-size: .9375em;
}
.academic .grad{
	display: inline-block;
	padding-left: 1em;
}
.resume{
	margin-bottom: 1.75em;
}
.resume:last-child{
	margin-bottom: 0em;
}
.resume > div,
.academic > div{
	margin-top: .5em;
}
.submitwrap{
	text-align: center;
	margin-bottom: 1em;
}
.submitwrap input[type="submit"] {
	width: 40%;
	background: #008e4e;
	color: #fff;
	font-weight: bold;
	font-size: 1.125em;
	padding: 1.5em;
	border-radius: 5em;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
}
.submitwrap input[type="button"] {
	width: 30%;
	background: #555;
	color: #fff;
	font-size: .86em;
	padding: .75em 0;
	border-radius: 5em;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
}




/*=====================================
健診キャンペーン
======================================*/
.hidden_box {
	margin: 15px 0;
	padding: 0;
}

.hidden_box label {
	padding: 7px 14px;
	cursor :pointer;
	background: #fff;
	font-size: 0.90em;
    transition: all .4s ease-in;
}
.hidden_box label:hover {
	background: #ccc;
    opacity: 0.8;
}
.hidden_box input {
	display: none;
}
.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	background: #fff;
}
.hidden_box input:checked ~ .hidden_show {
	padding: 4% 3%;
	height: auto;
	opacity: 1;
}
.marker{
	background: linear-gradient(transparent 60%, #fff799 60%);
}
.bgbox-kenshinyokoku{
	background: #f0f4fc;
	border: 1px solid #d6e1f7;
	padding:1.25em 2em
}
	@media screen and  (max-width: 568px) {
		.bgbox-dental{
			padding: 1.75em 1.25em
		}
	}
.bgbox-white .ks_campaign {
	
	padding:2.5em
}
	@media screen and  (max-width: 568px) {
		.bgbox-white .ks_campaign {
			padding: 1.75em 1.25em
		}
	}
/*診療科紹介*/
.midashi-border-s{
	border-bottom: solid 1px #555;
	color: #555;
	font-size: 0.9em;
	
	padding-bottom: 0.15em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

/*クリックで開くボックス*/
.hidden_box {
	margin: 0.25em 0;
}
.hidden_box label {
    cursor :pointer;
    position: relative;
    padding: .75em 1em .75em 3em;
    color: #af7a22;
    font-weight: bold;
	font-size: 1.0em;
}
.hidden_box label:before{
	position: absolute;
	top: 50%;
	left: 1em;
	margin-top: -11px;
	content: "＋";
	font-size: 1.1em;
	line-height: 1.4;
	background: #af7a22;
	color: #fff;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
}
.hidden_box label:hover {
    background: #eaf2f6;
}
.hidden_box input {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}
.hidden_box input:checked ~ .hidden_show {
    padding: 　0.5em;
    height: auto;
    opacity: 1;
    background: #fff;
    margin-top: 0.25em;
}
	@media screen and (max-width: 414px) {
		.hidden_box input:checked ~ .hidden_show {
		    background: #fff;
		}

	}

.examplebox{
	
	padding: 1em 0em
}
	@media screen and (max-width: 414px) {
		
		.examplebox{
			padding: 0.5em 1em;
			background: #fff;
			margin-bottom: 1em;
		}
	}

a.anchor {
    display: block;
    position: relative;
    top: -300px;
    visibility: hidden;
}
/*WEB診療予約*/
.shinryo-yoyaku-wrap{
	background: #f6f2dc;
	border-top: 3px solid #008e4e;
	padding: .75em 3em 2em;
}

.flex-shinryo-yoyaku{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 1.9em;
}
.flex-shinryo-yoyaku .item{
	width: 49%;
	background: #fff;
	text-align: center;
	padding:  1.25em;
}
	@media screen and  (max-width: 567px) {
		.flex-shinryo-yoyaku .item{
			width: 100%;
			margin-bottom: .75em;
			padding: 1.5em 1.25em;
		}
		.flex-shinryo-yoyaku .item img{
			width: 90%;
		} 
		.flex-shinryo-yoyaku .item:last-child{
			margin-bottom: .75em;
			padding: 0 1.25em 1.55em;
		}
	}
/*予防キャンペーン*/
.shinryo-camp-wrap{
	background: #f6f2dc;
	border-top: 3px solid #008e4e;
	padding: .75em 3em 2em;
}

.flex-camp-yoyaku{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
}
.flex-camp-yoyaku .item{
	width: 49%;
	background: #fff;
	
	padding:  1.25em;
}
	@media screen and  (max-width: 567px) {
		.flex-camp-yoyaku .item{
			width: 100%;
			margin-bottom: .75em;
			padding: 1.5em 1.25em;
		}
		.flex-camp-yoyaku .item img{
			width: 90%;
		} 
		.flex-camp-yoyaku .item:last-child{
			margin-bottom: .75em;
			padding: 0 1.25em 1.55em;
		}
	}


/* media 
--------------------------------------*/
.clm2-media{
	width: calc(100% / 2 - 1em);
}
	@media screen and  (max-width: 567px) {
		.clm2-media{
			width:100%;
			margin-bottom: 1em;
		}
	}

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

}
.recruittable table th{
	text-align: left;
	width: 30%;
}

.recruittable .time{
	padding-left: .8em;
}