@charset "UTF-8";
/*
++++++++++++++++++++++++++++++++++
pagetitle
++++++++++++++++++++++++++++++++++
*/
#pagetitle{
	position: relative;
	width: 94%;
	height: 26em;
	margin: 0 auto 2em;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
}
#pagetitle-video{
	position: relative;
	width: 94%;
	height: auto;
	margin: 0 auto 2em;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	z-index: 0;
}
	@media screen and (max-width:1280px) {
		#pagetitle{
			height: 19.5em;
		}
	}
	@media screen and (max-width:760px) {
		#pagetitle{
			height: 14em;
		}
	}

#pagetitle .pagetitle-right,
#pagetitle-video .pagetitle-right{
	font-size: 1.5625em;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 1.0;
	padding: .75em 0 0 .5em;
	background: #fff;
	display: inline-block;
	position: absolute;
	bottom: -1px;
	right: 0;
	border-radius: .5em 0 0 0;
}
#pagetitle .pagetitle-left,
#pagetitle-video .pagetitle-left {
	font-size: 1.5625em;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 1.0;
	padding: .75em .5em 0 0;
	background: #fff;
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	border-radius: 0 .5em 0 0;
}

#pagetitle .pagetitle-center{
	font-size: 1.75em;
	text-align: center;

}
	@media screen and (max-width:760px) {
		#pagetitle .pagetitle-right,
		#pagetitle .pagetitle-left,
		#pagetitle-video .pagetitle-right,
		#pagetitle-video .pagetitle-left{
			font-size: 1.35714em;
		}
	}
	@media screen and (max-width:567px) {
		#pagetitle .pagetitle-right,
		#pagetitle .pagetitle-left,
		#pagetitle-video .pagetitle-right,
		#pagetitle-video .pagetitle-left{
			font-size: 1.28571em;
		}
	}

/* VIDEO */
.content-video{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.sub-video{
	position:relative;
	margin: 3em auto;
	line-height: 0;
	position: relative;
}
.sub-video video{
	width: 100%;
	height:100%;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	overflow: hidden;
}
	@media screen and (max-width:567px) {
		.content-video{
			width: 100%;
		}
		.content-video .sub-video video{
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
	}

/* 各背景設定　*/
.bg-access{
	background: #d2edf0 url("../images/access/top.png") no-repeat left center;
	background-size: auto 100%;
}
.bg-shinryo{
	background: url("../images/shinryo/top.jpg") no-repeat right center;
	background-size: cover;
}
.bg-trimming{
	background: #dedede url("../images/trimming/top.jpg") no-repeat center;
	background-size: auto 100%;
}
.bg-yobou{
	background: #5b7a4f url("../images/yobou/top.jpg") no-repeat 45% 60%;
	background-size: cover;
}
.bg-kenshin{
	background: #e2e1e0 url("../images/kenshin/top.jpg") no-repeat right center;
	background-size: cover;
}
.bg-oncology{
	background: url("../images/oncology/top.jpg") no-repeat center;
	background-size: cover;
}
.bg-about{
	background: url("../images/about/top.jpg") no-repeat center;
	background-size: cover;
}
.bg-operation{
	background: url("../images/operation/top.jpg") no-repeat 60% center;
	background-size: cover;
}
.bg-floorguide{
	background: url("../images/floorguide/top.png") no-repeat center;
	background-size: cover;
}
.bg-group{
	background: #508237 url("../images/group/top.jpg") no-repeat left bottom;
	background-size: cover;
}
.bg-qanda{
	background: #eff8f5 url("../images/qanda/bg-qanda.png") center;
	background-size: cover;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	-webkit-align-items: center;
	justify-content: center;
	align-items: center;

}
.bg-pethotel{
	background: url("../images/pethotel/top.jpg") no-repeat right center;
	background-size: cover;
}
.bg-cfc{
	background: url("../images/cfc/top.jpg") no-repeat left center;
	background-size: cover;
}
.bg-recruit{
	background: url("../images/recruit/top.jpg") no-repeat center;
	background-size: cover;
}
.bg-schedule{
	background: url("../images/schedule/top.jpg") no-repeat top center;
	background-size: cover;
}
	@media screen and (max-width:834px) {
		.bg-access{
			background-position: 50% center
		}
	}

	@media screen and (max-width:567px) {
		.bg-shinryo{
			background-position: 71% center
		}
		.bg-floorguide{
			background-size: auto 110%;
		}
	}

/*
++++++++++++++++++++++++++++++++++
section
++++++++++++++++++++++++++++++++++*/

/* 幅 ---------*/

.content{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.bg-content{
	background-color: #f3f2e6;
	background-image:radial-gradient(#ebe2d6 1px, transparent 1px),radial-gradient(#ebe2d6 1px, transparent 1px);
	background-size: 1.5em 1.5em;
	background-position: 0 0, .75em .75em;
	padding: 3em 0 4em;
}
.section{
	max-width: 1000px;
	width: 90%;
	margin: 3em auto 4em;
}


/* content　調整 */
.content .section{
	width: 100%;
}
/*bg-content　調整*/
.bg-content .section:first-child{
	margin-top: 0;
}
.bg-content .section:last-child{
	margin-bottom: 0;
}

/*
++++++++++++++++++++++++++++++++++
hr　
++++++++++++++++++++++++++++++++++*/
.hr{
	border: none;
	height: 3px;
	background-image: repeating-linear-gradient(45deg, #dedede 0, #dedede 1px, transparent 0, transparent 50%);
	background-size: 5px 5px;
}



/*
++++++++++++++++++++++++++++++++++
下層 フォント
++++++++++++++++++++++++++++++++++
*/
.eng{
	font-family: 'Montserrat', sans-serif;
}
.section-title{
	font-size: 2em;
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: .75em;
	text-align: center;
}
	@media screen and (max-width:760px) {
		.section-title{
			font-size: 1.571428em;
		}
	}

.midashi{
	font-size: 1.625em;
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: .75em;
}
.copy{
	font-size: 1.5em;
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: .75em;
}
.big{
	font-size: 1.25em;
}
.inline-block{
	display: inline-block;
}

.bg-big{
	font-size: 1.125em;
	background: #e4ece0;
	color: #508237;
	padding: .5em .75em;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	margin-bottom: .75em;
}
.border-big{
	font-size: 1.25em;
	color: #508237;
	border-bottom: 1px solid #508237;
	border-top: 1px solid #508237;
	padding: .25em 0;
	margin-bottom: .75em;
}
.underline-big{
	font-size: 1.125em;
	color: #508237;
	border-bottom: 1px solid #508237;
	margin-bottom: .75em;
	padding-bottom: .5em;
}
.underline-large{
	font-size: 1.25em;
	font-weight: 500;
	color: #508237;
	border-bottom: 1px solid #508237;
	margin-bottom: 1em;
	padding-bottom: .25em;
}
.sidebg-big{
	font-size: 1.25em;
	font-weight: 500;
	background: #eaeae7;
	color: #737061;
	border-left: 8px solid #508237;
	padding: .5em .75em;
	margin-bottom: 1.25em;
}

	@media screen and (max-width:760px) {
		.midashi{
			font-size: 1.3571428em;
		}
		.copy{
			font-size: 1.2857142em;
		}
		.big,
		.sidebg-big,
		.underline-large{
			font-size: 1.142857em;
		}
	}
.bigger{
	font-size: 1.0625em;
}
.point-shikaku{
	padding-left: 1.25em;
	position: relative;
}
.point-shikaku:before{
	position: absolute;
	top: 0;
	left: 0;
	width: .75em;
	height: .75em;
	background: #508237;
	content: "";
	margin-top: calc(.75em / 1.75);
}
.lh{
	line-height: 2.0;
}
.page-descriotion{
	line-height: 2;
}
	@media screen and (max-width:760px) {
		.page-descriotion{
			text-align: left;
		}
	}



/*
++++++++++++++++++++++++++++++++++
ボックス
++++++++++++++++++++++++++++++++++
*/
.bgbox-midori{
	background: #e4ece0;
	padding: 1.5em;
}
.bgbox-brown{
	background: #e8e7e3;
	padding: 1.5em;
}
.bgbox-orange{
	background: #fdf4eb;
	padding: 1.5em;
}

.borderbox{
	border:3px solid #dfdfdf;
	padding: 1.5em;
}
.borderbox-red{
	border:2px solid #af541b;
	padding: 1.5em;
}
.bgbox-shiro{
	background: #fff;
	padding: 1.5em;
}
.kakumaru{
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
}
/*
++++++++++++++++++++++++++++++++++
リンク
++++++++++++++++++++++++++++++++++
*/
.btn-brown{
	background: #595334;
	color: #fff;
	display: inline-block;
	padding: 1em 3em;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;

}
a.btn-bnr-green{
	width: 90%;
	max-width: 320px;
	background: #508237;
	display: block;
	padding: .75em 1em;
	font-size: 1.25em;
	color: #fff;
	text-align: center;
	border-radius: 2.5em;
	-moz-border-radius: 2.5em;
	-webkit-border-radius: 2.5em;
	margin: 0 auto;
	position: relative;
}
a.btn-bnr-green:before{
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -4px;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .5s;
}
a.btn-bnr-green:hover:before{
	right: .5em;
}
/*
++++++++++++++++++++++++++++++++++
診療
++++++++++++++++++++++++++++++++++
*/
.dl-shinryo{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	border-top: 1px solid #ebebeb;
	margin-top: 2.5em;
}
.dl-shinryo dt{
	width: 10em;
	color: #508237;
	padding: 1em 0;
	border-bottom: 1px solid #ebebeb;
	font-weight: bold;
}
.dl-shinryo dd{
	width: calc(100% - 10em);
	padding: 1em 0;
	border-bottom: 1px solid #ebebeb;
}

	@media screen and (max-width:567px) {
		.dl-shinryo dt{
			width: 6em;
		}
		.dl-shinryo dd{
			width: calc(100% - 6em);
		}
	}
.otoiawase{
	text-align: center;
	background: #508237;
	color: #fff;
	line-height: 1.5;
	padding: .5em 0;
	margin: 2em auto 0;
	width: 20em;
	border-radius: 3em;
	-moz-border-radius: 3em;
	-webkit-border-radius: 3em;
}
.otoiawase a{
	color: #fff!important;
}

.link-webyoyaku{
	text-align: center;
}
.link-webyoyaku a{
	display: inline-block;
	text-align: center;
	background: #508237;
	font-size: 1.125em;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	padding: 1.25em 0;
	max-width: 100%;
	width: 18em;
	border-radius: 3em;
	-moz-border-radius: 3em;
	-webkit-border-radius: 3em;
	position: relative;
}
.link-webyoyaku a:before{
	position: absolute;
	right: .75em;
	top: 50%;
	margin-top: -4px;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .1s;
}
.link-webyoyaku a:hover:before{
	right: .5em;
}
.webyoyaku-bgbox{
	background: #e8e4e0;
	padding: 2em 1.75em;
	font-size: 0.9375em;
}
.webyoyaku-bgbox .brown-hr{
	color: #fff;
	font-weight: 500;
	background: #969593;
	line-height: 1.4;
	padding: .5em;
}
.webyoyaku-bgbox .list_decimal li{
	padding: .5em 0;
	border-bottom: 1px dotted #b5b2a4;
}
	@media screen and (max-width:567px) {
		.webyoyaku-bgbox{
			padding: 2em 1.25em;
		}
	}
.kamoku-item{
	width: 49%;
	padding: 1.25em;
	border:1px solid #508237;
	margin-bottom: 2em;
}
	@media screen and (max-width:666px) {
		.kamoku-item{
			width: 100%;
			margin-bottom: 1.5em;
		}
	}
#first > ul.first-list li{
	margin-top: 2.5em;
	margin-bottom: 3.5em;
}
.icon-first-midori{
	background: url(../images/common/icon-first-midori.png) no-repeat left center;
	background-size: auto 1.25em;
	padding: .25em 0 .25em 1.5em;
}
.icon-first-grey{
	background: url(../images/common/icon-first-grey.png) no-repeat left center;
	background-size: auto 1em;
	padding-left: 1em;
}

.kamoku-tit{
	background: #508237;
	font-size: 1.125em;
	color: #fff;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	padding: .25em 1em;
	margin-bottom: 1em;
}
	@media screen and (max-width:760px) {
		.kamoku-tit{
			font-size: 1.07142em;
		}
	}


.monshin-pdf{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: 'Kosugi Maru', sans-serif;
	margin-top: 1.75em;
}
.monshin-pdf a{
	width: 48%;
	font-weight: 500;
	padding: 1.25em 3em;
	color: #fff;
	display: block;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	background-size: 2.5em auto;
	background-repeat: no-repeat;
	background-position: calc(100% - .75em) center;
}
/*------ pdf3パターンの時
.monshin-pdf a{
	width: 32.3%;
	font-weight: 500;
	padding: 1.25em 1em;
	color: #fff;
	display: block;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	background-size: 2.5em auto;
	background-repeat: no-repeat;
	background-position: calc(100% - .75em) center;
}
 --------*/
.monshin-pdf a:nth-child(1){
	background-color: #9fb61b;
	background-image: url("../images/common/icon-dog.png");
}
.monshin-pdf a:nth-child(2){
	background-color: #df7503;
	background-image: url("../images/common/icon-cat.png");
}
.monshin-pdf a:nth-child(3){
	background-color: #726f60;
	background-image: url("../images/common/icon-usagi.png");
}
	@media screen and (max-width:760px) {
		.monshin-pdf a{
			width: 100%;
			margin-bottom: .5em;
		}
		.monshin-pdf a:last-child{
			margin-bottom: 0;
		}
	}
img.card{
	width: 100%;
	max-width: 480px;
	height: auto;
}
.dl-yakan{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	border: 1px solid #dbdbdb;
}
.dl-yakan dt{
	background: #f3f1ef;
	width: 15em;
	padding: 1.5em 1.25em;
	border-top: 1px solid #dbdbdb;
}
.dl-yakan dd{
	background: #fff;
	width: calc(100% - 15em);
	padding: 1.5em 1.25em;
	border-top: 1px solid #dbdbdb;
}
.dl-yakan dt:nth-child(1),
.dl-yakan dd:nth-child(2){
	border-top: none;
}
.dl-yakan dd a{
	text-decoration: underline;
}
	@media screen and (max-width:567px) {
		.dl-yakan dt{
			width: 100%;
			padding: .75em 1em;
			border-bottom: 1px solid #dbdbdb;
		}
		.dl-yakan dd{
			width: 100%;
			padding: 1em;
		}
	}

/*------ 移動 202303 --------*/
.pethotel-titie{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 3em;
	position: relative;
	padding:5em 2em;
	background: #fff url(../images/shinryo/pethotel.jpg) right bottom no-repeat;
	background-size: auto 100%;
}
.pethotel-description{
	font-size: 1.0625em;
}
	@media screen and (max-width:760px) {
		.pethotel-titie{
			padding:3em 1.5em 11em 1.5em;
			background-size: 100% auto;

		}
	}

.pethotel-titie-inner{
	max-width: 1000px;
	margin: 0 auto;
}
/*------ 移動 202303 --------*/

#qanda .qanda-list li{
	background: #fff;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	padding: 2em 1.75em;
	margin-bottom: 1.75em;
}
#qanda .qanda-list li .q-tit{
	color: #595334;
	font-weight: bold;
	font-size: 1.125em;
	padding: .25em 0 .25em 2.25em;
	margin-bottom: 1em;
	background: url("../images/shinryo/icon-q.png") no-repeat left center;
	background-size: auto 1.5em;
}
	@media screen and (max-width:666px) {
		#qanda .qanda-list li{
			padding: 1.5em 1.25em;
		}
		#qanda .sp-scroll{
			overflow-x: scroll;
		}
		#qanda .sp-scroll img{
			max-width: 680px;
		}
		#qanda .sp-scroll::-webkit-scrollbar {
		  height: 16px
		}
		#qanda .sp-scroll::-webkit-scrollbar-thumb {
		  background: #508237;
		  border-radius: 7px;
		}
		#qanda .sp-scroll::-webkit-scrollbar-track {
		  background: #eaeae7;
		  border-radius: 7px;
		}

	}


/*
++++++++++++++++++++++++++++++++++
ペットホテル 
++++++++++++++++++++++++++++++++++
*/
.table-pethotel{
	width: 50%;
	background: #fff;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #d1cfc7;
}
	@media screen and (max-width:760px) {
		.table-pethotel{
			width: 100%;
		}
	}

.table-pethotel th,
.table-pethotel td{
	width: 33.333%;
	padding: .75em 1em;
	border-bottom: 1px solid #d1cfc7;
}
.table-pethotel th{
	border-right: 1px solid #d1cfc7;
	text-align: left;
	background: #e8e7e3;
}
.table-pethotel td{
	border-right: 1px solid #d1cfc7;
	text-align: right;
}

.dl-pethotel {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	background: #fff;
	width: 100%;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #dedede;
}
.dl-pethotel dt{
	width: 33.3333%;
	padding: .75em 1em;
	border-bottom:1px solid #d1cfc7;
	background: #e8e7e3;
}

.dl-pethotel dd{
	width: 66.6666%;
	padding: .75em 1em;
	border-bottom:1px solid #d1cfc7;
}

/*
++++++++++++++++++++++++++++++++++
予防
++++++++++++++++++++++++++++++++++
*/
.dl-yobou{
	border-top: 1px solid #dedede;
}
.dl-yobou dt{
	width: 8em;
	background: #e4ece0;
	border-bottom: 1px solid #dedede;
	padding: 1.25em 1.25em;
}
.dl-yobou dd{
	width: calc(100% - 8em);
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 1.25em 1.25em;
}
	@media screen and (max-width:567px) {
		.dl-yobou{
			border-top: none;
		}
		.dl-yobou dt{
			width: 100%;
			border-bottom: none;
			padding: .25em .5em;
			margin-bottom: 1em;
			margin-top: 2em;
		}
		.dl-yobou dd{
			width: 100%;
			border-bottom: none;
			border-right: none;
			padding: 0;
		}
		.dl-yobou dt:nth-child(1){
			margin-top: 0;
		}
	}
.att_yobou{

	background: #508237;
	color: #fff;
	padding: .5em 1em;
	margin-bottom: .25em;
	text-align: center;
}
.flex-yobou .item:nth-child(odd){
	width: 45%;
}
.flex-yobou .item:nth-child(even){
	width: 55%;
}
	@media screen and (max-width:760px) {
		.flex-yobou{
			margin: 1em 0;
		}
		.flex-yobou .item:nth-child(odd){
			width: 100%;
			
		}
		.flex-yobou .item:nth-child(even){
			width: 100%;
		}
	}
.link-yobou{
	text-align: left;
}
.link-yobou a{
	display: inline-block;
	text-align: center;
	background: #508237;
	color: #fff;
	line-height: 1.5;
	padding: 0.5em 5em;
	
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	position: relative;
}
    @media screen and (max-width:760px) {
		.link-yobou a{
			padding: 1em;
		}
		
	}
.link-yobou a:before{
	position: absolute;
	right: .75em;
	top: 50%;
	margin-top: -4px;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .1s;
}
.link-yobou a:hover:before{
	right: .5em;
}

.link-yobou_att {
	display: inline-block;
	text-align: center;
	background: #508237;
	color: #fff;
	line-height: 1.5;
	padding: 0.5em 5em;
	text-align: left;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	position: relative;
}
    @media screen and (max-width:760px) {
		.link-yobou_att{
			padding: 1em;
		}
		
	}

/*
++++++++++++++++++++++++++++++++++
健診
++++++++++++++++++++++++++++++++++
*/
/*通常*/
.corsebox{
	background: #f8f5ef;
	padding: 3.5em 2.5em 3em 2.5em;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	margin-top: 4em;
	position: relative;
}
.corsename{
	font-size: 1.375em;
	margin-bottom: 1.75em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.corsebox .corsename{
	text-align: center;
	position: relative;
	margin-top: -3.25em;
	font-weight: 500;
	letter-spacing: .1em;
}
.corse-content{
	font-size: 1.0625em;
	font-weight: 500;
	text-align: center;
	color: #508237;
}
	@media screen and (max-width:760px) {
		.corsebox{
			padding-left: 1.5em;
			padding-right: 1.5em;
		}
		.corse-content{
			text-align: left;
		}
	}

.flex-corse{
	margin-top: 2.5em;
}
.flex-corse .item:nth-child(odd){
	width: 44%;
}
.flex-corse .item:nth-child(even){
	width: 51%;
}
	@media screen and (max-width:760px) {
		.flex-corse{
			margin-top: 2em;
		}
		.flex-corse .item:nth-child(odd){
			width: 100%;
			margin-bottom: 1.5em;
		}
		.flex-corse .item:nth-child(even){
			width: 100%;
		}
	}


.corse-price{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	background: #508237;
	color: #fff;
	padding: .5em 1em;
	margin-bottom: .25em;
}
.corse-price dt{
	width: 6em;
	font-weight: 500;
}
.corse-price dd{
	width: calc(100% - 6em);
	text-align: right;
	font-weight: 500;
}
.corse-price dd span{
	font-weight: normal;
}
	@media screen and (max-width:567px) {
		.corse-price dt{
			width: 100%;
		}
		.corse-price dd{
			width: 100%;
		}
	}
.corse-option{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	border-top: 1px solid #dedede;
}
.corse-option dt,
.corse-option dd{
	width: 50%;
	padding: .5em 0;
	border-bottom: 1px solid #dedede;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	align-items: center;
}
.corse-option dt{
	color: #508237;
	font-weight: 500;
}


/*キャンペーン*/
.campaign{
	background: #f8f5ef;
	padding: 3.5em 2.5em 3em 2.5em;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	margin-top: 5em;
	position: relative;
}
.campaign .corsename{
	font-weight: 300;
	text-align: center;
	position: relative;
	background: #7eb62d;
	color: #fff;
	line-height: 1.2;
	padding: .5em 0;
	width: 20em;
	margin: -4em auto 1.5em;
	border-radius: 5em;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
}
.campaign-price{
	border-top: 1px solid #ccc;
	margin-top: 1em;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	line-height: 1.5;
	width: 100%;
}
.campaign-price dt{
	width: 17em;
	padding: 1.5em 0;
	border-bottom: 1px solid #ccc;
}
.campaign-price dd{
	width: calc(100% - 17em);
	padding: 1.5em 0;
	border-bottom: 1px solid #ccc;
}
	@media screen and (max-width:567px) {
		.campaign{
			padding-left: 1.5em;
			padding-right: 1.5em;
		}
		.campaign .corsename{
			width: 98%;
			border-radius: 2em;
			-moz-border-radius: 2em;
			-webkit-border-radius: 2em;
		}
		.campaign .corsename span{
			display: block;
		}
		.campaign-price dt{
			width: 100%;
			padding: 1.5em 0 0 0;
			border-bottom: none;
		}
		.campaign-price dd{
			width: 100%;
			padding: 0 0 1.5em 0;
			border-bottom: 1px solid #ccc;
		}

	}

.kensa-content{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kensa-content li{
	width: 48%;
	padding: 1em;
	background: #fff;
	margin-bottom: 1.5em;
	border: 1px solid #dedede;
}
.kensa-content li.small{
	background: #f6f6f4;
}
	@media screen and (max-width:567px) {
		.kensa-content li{
			width: 100%;
			margin-bottom: 1em;
		}
		.kensa-content li.small{
			margin-bottom: .5em;
		}
	}
.new{
    background: #d00;
    color: #fff;
    padding: .25em .5em;
    font-size: .64em;
    line-height: 1.0;
    position: relative;
    top: -2px;
  }

/*
++++++++++++++++++++++++++++++++++
腫瘍科
++++++++++++++++++++++++++++++++++
*/
.body-oncology .lh{
	text-align: center;
}
.body-oncology .flex-staff-thumb{
	width: 500px;
	margin: 2.25em auto 0;
	text-align: center;
}
.body-oncology .flex-staff-thumb .item:nth-child(1){
	width: calc(100% - 172.5px - 14.25px);
	padding-right: 14.25px;
}
.body-oncology .flex-staff-thumb .item:nth-child(2){
	width: 172.5px;
}
.flex-oncology-link .item:nth-child(even){
	width: 332px;
	padding-right: 2.5em;
}
.flex-oncology-link .item:nth-child(odd){
	width: calc(100% - 332px);
}

	@media screen and (max-width:1080px) {
		.flex-oncology-link .item:nth-child(odd){
			width: 45%;
		}
		.flex-oncology-link .item:nth-child(even){
			width: 55%;
		}
	}
	@media screen and (max-width:666px) {
		.flex-oncology-link .item:nth-child(odd){
			width: 75%;
			margin: 0 auto 1.5em;
		}
		.flex-oncology-link .item:nth-child(even){
			width: 100%;
		}
		.body-oncology .lh{
			text-align: left;
		}
		.body-oncology .flex-staff-thumb{
			width: 288px;
			font-size: 11px;
		}
		.body-oncology .flex-staff-thumb .item:nth-child(1){
			width: calc(288px - 103px - 3.2px);
			padding-right: 3.2px;
		}
		.body-oncology .flex-staff-thumb .item:nth-child(2){
			width: 103px;
		}
	}


.oncology-flow {
	margin-top: 1.5em;
}
.oncology-flow .step-item{
	width: 32%;
	background: #ebeae6;
	padding: .75em 0;
	text-align: center;
	color: #595334;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	position: relative;
}
.oncology-flow .step-item:after{
	position: absolute;
	top: calc(50% - .5em);
	right: -.5em;
	width: 1.25em;
	height: 1.25em;
	transform: rotate(-45deg);
	content: "";
	z-index: 1;
	background: #ebeae6;
}
.oncology-flow .step-item:last-child:after{
	position: static;
	top: auto;
	right: auto;
	width: auto;
	height: auto;
	transform: none;
	z-index: 1;
	background: none;
}
	@media screen and (max-width:666px) {
		.oncology-flow .step-item{
			width: 100%;
			margin-bottom: 1em;
		}
		.oncology-flow .step-item:after{
			position: absolute;
			top: calc(100% - .75em);
			right: calc(50% - .75em);
			width: 1.25em;
			height: 1.25em;
		}
	}
.oncology-dl {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	width: 100%;
	border-width: 1px 1px 0 1px;
	border-color: #dedee2;
	border-style: solid;
	margin-top: 1.5em;
}
.oncology-dl dt{
	width: 7.5em;
	padding: 1em;
	background: #ebeae6;
	border-bottom: 1px solid #dedee2;
	color: #595334;
	font-weight: 500;
}
.oncology-dl dd{
	width: calc(100% - 7.5em);
	padding: 1em;
	border-bottom: 1px solid #dedee2;
}
.oncology-bgtxt{
	background: #e4ece0;
	color: #508237;
	padding: 1em;
	text-align: center;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

	@media screen and (max-width:666px) {
		.oncology-bgtxt{
			text-align: left;
		}
		.oncology-bgtxt span.inline-block{
			display: inline;
		}
	}

.btn-midori{
	text-align: center;
}
.btn-midori a{
	display: inline-block;
	text-align: center;
	background: #508237;
	font-size: 1.0625em;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	padding: 1em 0;
	max-width: 100%;
	width: 20em;
	border-radius: 3em;
	-moz-border-radius: 3em;
	-webkit-border-radius: 3em;
	position: relative;
}
.btn-midori a:before{
	position: absolute;
	right: .75em;
	top: 50%;
	margin-top: -4px;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .1s;
}
.btn-midori a:hover:before{
	right: .5em;
}
.read-link-list{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.read-link-list li{
	width: 31.5%;
}
	@media screen and (max-width:1080px) {
		.read-link-list li{
			width: 100%;
		}

	}


.read-link-list li a{
	border-left: .5em solid #595334;
	background: #ebeae6;
	padding:.75em 1em;
	margin-bottom: .75em;
	position: relative;
	display: block;
}
.read-link-list li a:before{
	position: absolute;
	top: 50%;
	right: 1em;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #595334;
	border-right: 1px solid #595334;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*
++++++++++++++++++++++++++++++++++
アクセス
++++++++++++++++++++++++++++++++++*/

iframe.googlemap{
	width: 100%;
	height: 450px;
	margin-top: 3em;
}
	@media screen and (max-width:760px) {
		iframe.googlemap{
			height: 350px;
		}
	}

.bgbox-access{
	background: #f8f5ef;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
}

.bgbox-access .clm2-block:first-child{
	padding: 2.25em 1.5em;
}
.bgbox-access .clm2-block:last-child{
	margin-left: auto;
	line-height: 1.0;
}


/*
++++++++++++++++++++++++++++++++++
トリミング
++++++++++++++++++++++++++++++++++*/
.yoyaku{
	background: #f3f1ef;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1.5em 2em;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	margin-top: 3em;
}
.yoyaku .clm2:first-child{
	width: 20em
}
.yoyaku .clm2:last-child{
	width: calc(100% - 20em)
}
.yoyaku .clm2:first-child .telephone a{
	color: #508135
}
	@media screen and (max-width:760px) {
		.yoyaku{
			padding: 1.5em;
		}
		.yoyaku .clm2:first-child{
			width: 100%
		}
		.yoyaku .clm2:last-child{
			width: 100%
		}

	}
/*マイクロバブル*/
.borderbox-green{
	position: relative;
	border: 3px solid #eef2d6;
	padding: 1rem 2rem 2rem 2rem;
	margin: 1em;
}
/* 上部水平線 */
.hr-lightgreen-inner{
	border-top: 1px solid #e4ecc6;
	
	margin-top: 1.75rem;
}
/* 幅に入りきらないときに囲った要素ごと改行する */
.inline-b{
	display: inline-block;
}

	@media (max-width:750px) {
		/*SPだけ span で囲った部分を顔行*/
		.sp-br{
			display: block;
		}
		/*SPだけ br を消してインライン化*/
		.br-inline{
			display: none;
		}
	}
/* 横線　見出し */
.midashi_side{
	font-size: 1.25em;
	font-weight: bold;
	
	line-height: 1.4;
	padding-left: 1em;
	border-left: .375em solid #508135;
	margin-bottom: .75em;
}
/* オレンジ小玉 */
.new-att{
	
	position: absolute;
	top: -2em;
    left: -2em;
	background: #df7503;
	
	width: 4em;
	height: 4em;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 1.1em 0;
	border-radius: 50%;
}

/*フローチャート*/
.trimming-flow{
	margin: 1.75em auto 2.5em;
}
.trimming-flow li{
	width: calc(25%);
	position: relative;
	padding: 2em 1em 1.25em;
}
.trimming-flow li:after{
	position: absolute;
	top: calc(50% - .75rem);
	right: -.75rem;
	width: 1.5rem;
	height: 1.5rem;
	transform: rotate(-45deg);
	content: "";
	z-index: 2;
}
.trimming-flow li:last-child:after{
	position: relative;
	top: auto;
	right: auto;
	width: auto;
	height: auto;
	transform: none;
}
/* 配色 */
.trimming-flow li:nth-child(odd):after,
.trimming-flow li:nth-child(odd){
	background: #dee6b8;
}
.trimming-flow li:nth-child(even):after,
.trimming-flow li:nth-child(even){
	background: #f7f9ed;
}

.trimming-flow li .tit{
	position: absolute;
	top: -1rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 100%;
	text-align: center;
	font-size: 1.25em;
	font-weight: 500;
	color: #df7503;
	z-index: 1;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.trimming-flow li .thumb{
	max-width: 100px;
	width: 70%;
	margin: 0 auto;
}
.trimming-flow li .txt{
	margin-top: .5em;
	color: #5e5b4a;
}
	@media (max-width:666px) {
		.trimming-flow{
			margin-top: 1em;
		}
		.trimming-flow li{
			width: 100%;
			padding: 1.375em 1em 1.25em 1em;
		}
		.trimming-flow li:after{
			top: auto;
			right: auto;
			bottom: -.5rem;
			left: calc(50% - .5rem);
		}
		.trimming-flow li .tit{
			position: relative;
			top: 0;
			left: 0;
			transform: none;
			width: auto;
			margin: 0;
			font-size: 1rem;
		}
		.trim-flow-body{
			width: 100%;
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			flex-wrap:wrap;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}
		.trimming-flow li .thumb{
			max-width: auto;
			width: 14%;
			margin: 0;
		}
		.trimming-flow li .txt{
			width: 82%;
			margin-top: 0;
		}
	}
.trimming-thumb-clm2-01:nth-child(1){
	width: 75%;
}
.trimming-thumb-clm2-01:nth-child(2){
	width: 23%;
}
.trimming-thumb-clm2-02:nth-child(1){
	width: 66.6666%;
}
.trimming-thumb-clm2-02:nth-child(2){
	width: 28%;
}
	@media screen and (max-width:666px) {
		.trimming-thumb-clm2-01:nth-child(1),
		.trimming-thumb-clm2-02:nth-child(1){
			width: 100%
		}
		.trimming-thumb-clm2-01:nth-child(2),
		.trimming-thumb-clm2-02:nth-child(2){
			width: 70%;
			max-width: 300px;
			margin: 2em auto 0;
		}

	}
.trimming-gallery-wrap{
	background: #f3f2e6;
	padding: 1.25em 2.5em 1.75em 2.5em;
	margin-bottom: 3.5em;
}
.speech{
	position: relative;
	padding: 1em 1.5em .25em 1.5em;
	display: inline-block;
	line-height: 1.5;
	color: #726f60;
}
.speech:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 85%;
	background: #5e5b4a;
	content: "";
	transform: rotate(-25deg);
}
.speech:after{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 85%;
	background: #5e5b4a;
	content: "";
	transform: rotate(25deg);
}
	@media (max-width:567px) {
		.speech{
			font-size: .9em;
		}
		.speech .block{
			display: block;
		}
	}
.trimming-gallery{
	margin-top: 1.5em;
	justify-content: space-between;
}
.trimming-gallery .item{
	width: 23.5%;
}
.trimming-gallery .item img{
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
}
	@media screen and (max-width:1000px) {
		.trimming-gallery-wrap{
			padding: 1.25em 2em 1.5em 2em;
		}

	}

	@media screen and (max-width:760px) {
		.trimming-gallery-wrap{
			padding: 1.25em 1.25em 1.25em 1.25em;
		}
		.trimming-gallery{
			margin-top: .5em;
		}
		.trimming-gallery .item{
			width: 47.5%;
			margin-top: 1em;
		}
	}

/* 犬種別セット */
.table-price-3clm{
	width: 100%;
	font-size: .9375em;
}
.table-price-3clm tr:first-child th,
.table-price-3clm tr:first-child td{
	background: #e6ecc9;
	color: #87a300;
	font-weight: 500;
}
.table-price-3clm th,
.table-price-3clm td{
	padding: 1em;
	border-bottom: 1px solid #d7e09e;
	text-align: center;
}
.table-price-3clm th{
	background: #f3f6e4;
	color: #87a300;
	font-weight: 500;
	width: 42%;
}
.table-price-3clm td{
	width: 29%;
	font-family: 'Roboto', sans-serif;
}
/*体重別*/
.table-price-2clm{
	width: 100%;
	font-size: .9375em;
}
.table-price-2clm tr:first-child th,
.table-price-2clm tr:first-child td{
	background: #e6ecc9;
	color: #87a300;
	font-weight: 500;
}
.table-price-2clm th,
.table-price-2clm td{
	padding: 1em;
	border-bottom: 1px solid #d7e09e;
	text-align: center;
	width: 50%;
}
.table-price-2clm th{
	background: #f3f6e4;
	color: #87a300;
	font-weight: 500;
}
.table-price-2clm td{
	font-family: 'Roboto', sans-serif;
}


/*
++++++++++++++++++++++++++++++++++
当院について
++++++++++++++++++++++++++++++++++
*/
.greeting{
	text-align: center;
}
.greeting .greeting-copy{
	font-size: 1.375em;
	letter-spacing: .1em;
	margin-bottom: 1em;
	font-family: 'Kosugi Maru', sans-serif;
}
	@media screen and (max-width:567px) {
		.greeting .greeting-copy{
			font-size: 1.142857em;
		}

		.greeting .txt_l_sp{
			text-align: left;
		}
		.greeting .txt_l_sp br{
			display: none;
		}
		.greeting .txt_r_sp{
			text-align: right;
		}
	}
	@media screen and (max-width:374px) {
		.greeting .greeting-copy{
			letter-spacing: .05em;
		}

	}
#message .inner-large{
	position: relative;
	padding-bottom: 1em;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
}
.incho-thumb{
	width: 40%;
}
.incho-thumb img{
	max-width: 100%;
	height: auto;
	display: block;
}
.message{
	width: 60%;
	margin-left: auto;
	position: relative;
	margin-top: 3em;
}
	@media (max-width:1000px) {
		.incho-thumb{
			width: 37%;
		}
		.message{
			width: 63%;
		}
	}
	@media (max-width:850px) {
		#message .inner-large{
			display: block;
		}
		.incho-thumb{
			width: 100%;
		}
		.message{
			width: 100%;
			margin-top: 2em;
		}
		.incho-thumb img{
			width: 75%;
			margin: 0 auto;
		}
	}
	@media (max-width:600px) {
		.incho-thumb img{
			width: 100%;
			margin: 0 auto;
		}
	}

.msgbox{
	position: relative;
	color: #fff;
	font-size: 1.0625em;
	line-height: 2.2;
	padding: 2.75em 2em 2.75em 2.75em;
}
.message:before{
	position: absolute;
	top: 0;
	right: 0%;
	width: 102%;
	height: 100%;
	background: #9fb61b;
	content: "";
	z-index: 0;
}
.namebox{
	text-align: center;
	margin-top: .5em;
}
#message .name{
	font-size: 1.75em;
	line-height: 1.0;
	margin-top: 1rem;
}
#message .kana{
	font-size: .875em;
}

.proflink a{
	background: #65ACBD;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	padding: .3em 2em;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	display: inline-block;
	position: relative;
	z-index: 100;
	margin-top: .5em;
	pointer-events: auto!important;
}
	@media (max-width:1100px) {
		.message{
			font-size: .9em;
		}
	}

	@media (max-width:850px) {
		.namebox{
			text-align: center;
			margin-top: 1em;
		}
		.message:before{
			width: 100%;
		}
		.msgbox{
			padding: 1.5em 2em;
		}
	}
	@media (max-width:600px) {
		.namebox{
			text-align: right;
		}
	}

　　　
	
/*============================
　CSSアニメーション
============================*/
.fadein{
	opacity : 0;
	transform : translate(0, 2.5rem);
	transition : all .7s;
	-webkit-transition: all .7s;
}
.fadein.scrollin{
	opacity : 1;
	transform : translate(0, 0);
}

/* スタッフ --------------------------*/

.staff--wrap{
	margin-bottom: 4em;
}


/* 通常スタッフ紹介　上部プロフィール　*/
.prof--wrap{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}
.prof--wrap .thumb{
	width: 20em;
}
.prof--wrap .profile{
	width: calc(100% - 20em);
	padding-left: 2.5em;
}

/* 通常スタッフ紹介　下部コメント　*/
.msg--wrap{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	margin-top: 1.25em;
	padding: 1.75em;
	background: #fff;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	font-size: .9375em;
	color: #595334;
}
.msg--wrap .msg{
	width: calc(100% - 15em);
}
.msg--wrap .thumb{
	width: 15em;
	padding-left: 1.5em;
}


/* 小さめのスタッフ紹介*/
.prof--wrap--sub{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}
.prof--wrap--sub .thumb{
	width: 11.5em;
}
.prof--wrap--sub .profile{
	width: calc(100% - 11.5em);
	padding-left: 2.5em;
}

	@media screen and (max-width:782px){
		.prof--wrap .thumb{
			width: 16em;
		}
		.prof--wrap .profile{
			width: calc(100% - 16em);
		}
		.msg--wrap .msg{
			width: calc(100% - 12em);
		}
		.msg--wrap .thumb{
			width: 12em;
		}
		.prof--wrap--sub .thumb{
			width: 10em;
		}
		.prof--wrap--sub .profile{
			width: calc(100% - 10em);
		}
	}
	@media screen and (max-width:567px){
		.prof--wrap .thumb,
		.prof--wrap .profile,
		.msg--wrap .msg,
		.msg--wrap .thumb,
		.prof--wrap--sub .thumb,
		.prof--wrap--sub .profile{
			width: 100%;
			padding: 0;
		}
		.prof--wrap .profile,
		.msg--wrap .thumb,
		.prof--wrap--sub .profile{
			margin-top: 1em;
		}
		.prof--wrap .thumb img{
			width: 89%;
			margin: 0 auto;
			display: block;
		}
		.prof--wrap--sub .thumb img{
			width: 50%;
			margin: 0 auto;
			display: block;
		}
	}


/* 共通　*/
.profile .name{
	margin-bottom: 1em;
	font-size: .875em;
}
.profile .name div{
	font-weight: bold;
}
.profile .name div span{
	font-size: 1.42857em;
	padding-right: 1em;
}
.prof--wrap .thumb img,
.msg--wrap .thumb img,
.prof--wrap--sub .thumb img{
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
	@media screen and (max-width:567px){
		.profile .name{
			text-align: center;
		}
		.profile .name div span{
			display: block;
			padding-right: 0;
		}
	}


/*
++++++++++++++++++++++++++++++++++
院内紹介
++++++++++++++++++++++++++++++++++
*/
.floorelist li img,
.setsubilist li img{
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
}

.floorelist li{
	width: 33.333%;
	margin-bottom: 1em;
	font-size: .875em;
	text-align: center;
}
.floorelist li:nth-child(3n + 1){
	padding-right: 4%;
}
.floorelist li:nth-child(3n + 2){
	padding: 0 2%;
}
.floorelist li:nth-child(3n + 3){
	padding-left: 4%;
}
	@media screen and (max-width:760px) {
		.floorelist{
			justify-content: space-between;
		}
		.floorelist li{
			width: 47%;
		}
		.floorelist li:nth-child(3n + 1){
			padding-right: 0;
		}
		.floorelist li:nth-child(3n + 2){
			padding: 0;
		}
		.floorelist li:nth-child(3n + 3){
			padding-left: 0;
		}
	}
.setsubilist li{
	width: 25%;
	padding-right: 2em;
	margin-bottom: 1em;
	font-size: .8125em;
	text-align: center;
}
	@media screen and (max-width:760px) {
		.setsubilist{
			justify-content: space-between;
		}
		.setsubilist li{
			width: 47%;
			padding-right: 0;
			text-align: left;
		}
	}
/*機器詳細アコーディオン*/

.kiki-accordion {
margin: 0 auto;

}
.lebel {
display: none;
}
.kiki-shosai {
position: relative;
margin-bottom: 1em;

}
.kiki-title,
.kiki-content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.kiki-title {
display: block;
}
.kiki-title::after,
.kiki-title::before {
content: "";
position: absolute;
right: 1.25em;
top: 0.4em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.kiki-title::after {
transform: rotate(90deg);
}
.kiki-content {
max-height: 0;
overflow: hidden;
text-align: left;
}
.kiki-content p {
margin: 0;
padding: 0.5em ;
font-size: 0.9em;
line-height: 1.5;
}
.lebel:checked + .kiki-title + .kiki-content {
max-height: 500px;
transition: all 1.5s;
}
.lebel:checked + .kiki-title::before {
transform: rotate(90deg) !important;
}




/*
++++++++++++++++++++++++++++++++++
グループ紹介
++++++++++++++++++++++++++++++++++
*/
.groupitem{
	max-width: 780px;
}

/*
++++++++++++++++++++++++++++++++++
保護猫
++++++++++++++++++++++++++++++++++
*/
.flow-hogoneko-salon li{
	padding: 1.25em;
	border-bottom: 3px solid #b5caab;
	position: relative;
	background: #ecf2ea;
	margin-bottom: 1.5em;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
.flow-hogoneko-salon li:before{
	content: "";
	position: absolute;
	top: calc(100% + 3px);
	left: 50%;
	margin-left: -1.25em;
	border: 1.25em solid transparent;
	border-top: 1.25em solid #b5caab;
	z-index: 0;
}

.flow-hogoneko-salon li:last-child:before{
	position: static;
	top: auto;
	left: auto;
	margin-left: 0;
	border: none;
}
	@media screen and (max-width:460px) {
		.hogoneko-sp-block{
			display: block;

		}
	}
.hogoneko-att{
	display: block;
	background: #df7503;
	
	width: 40%;
	color: #fff;
	text-align: center;
	border-radius: .65em;
	-moz-border-radius: .65em;
	-webkit-border-radius: .65em;
	margin: 1.3em auto;
	padding: 0.5em;
}
	@media screen and (max-width:567px) {
		.hogoneko-att{
			width: 100%;
		}
	}
/*
++++++++++++++++++++++++++++++++++
cfc
++++++++++++++++++++++++++++++++++
*/
a.link-jump {
	color: #df7503;
	padding-left: 1.5em;
	background: url(../images/common/icon-jump-link-orange.png) no-repeat left 4px;
	background-size: 1em auto;
}
.cfc-clm3{
	width: 22.8%;
}
.cfc-clm3:nth-child(1){
	width: 49%;
}

	@media screen and (max-width:567px) {
		.cfc-clm3{
			width: 48%;
		}
		.cfc-clm3:nth-child(1){
			width: 60%;
			margin: 0 auto 1em;
		}
	}
	@media screen and (max-width:413px) {
		.cfc-sp-block{
			display: block;
		}
	}
.cfc-shisetsu .item-txt{
	width: calc(100% - 610px);
	padding-right: 2.25em;
}
.cfc-shisetsu .item-thumb{
	width: 610px;
}
.cfc-shisetsu2 .item-txt{
	width: calc(100% - 230px);
	padding-left: 2.5em;
}
.cfc-shisetsu2 .item-thumb{
	width: 230px;
}
.cfc-shisetsu3 .item-txt{
	width: calc(100% - 450px);
	padding-left: 2.5em;
}
.cfc-shisetsu3 .item-thumb{
	width: 450px;
	padding-left: 1.5em;
}
	@media screen and (max-width:1000px) {
		.cfc-shisetsu .item-txt{
			width: 100%;
			padding-right: 0;
			margin-bottom: 1.5em;
		}
		.cfc-shisetsu .item-thumb{
			width: 100%;
		}
		.cfc-shisetsu2 .item-txt{
			width: 100%;
			padding-left: 0;
			margin-bottom: 1.5em;
		}
		.cfc-shisetsu2 .item-thumb{
			width: 100%;
			display: flex;
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		.cfc-shisetsu2 .item-thumb div{
			width: 33.3333%;
			margin: 0 .25em;
		}
		.cfc-shisetsu3 .item-txt{
			width: 100%;
			padding-right: 0;
			margin-bottom: 1.5em;
		}
		.cfc-shisetsu3 .item-thumb{
			width: 100%;
		}
	}

.cfc-shisetsu .item-thumb div{
	width: 32.5%;
}
	@media screen and (max-width:567px) {
		.cfc-shisetsu .item-thumb div{
			width: 80%;
			margin:1em auto 0;
		}
		.cfc-shisetsu2 .item-thumb div{
			width: 80%;
			margin:1em auto 0;
		}
		.cfc-shisetsu .item-thumb div:nth-child(1),
		.cfc-shisetsu2 .item-thumb div:nth-child(1){
			margin-top: 0;
		}

	}
.cfc-content{
	background-color: #e6ecc9;;
	background-image:radial-gradient(#ebe2d6 1px, transparent 1px),radial-gradient(#ebe2d6 1px, transparent 1px);
	background-size: 1.5em 1.5em;
	background-position: 0 0, .75em .75em;
	padding: 3em 0 4em;
}
.catvocate .name span{
	font-size: 1.3em;
	margin-left: 1em;
}

.catvocate .profile{
	width: 55%;
}
.catvocate .thumb{
	width: 35%;

}

/*	@media screen and (max-width:666px) {
		.catvocate .profile{
			width: 100%
		}
		.catvocate .thumb{
			width: 50%;
			
		}

	}
*/
/*
++++++++++++++++++++++++++++++++++
Q and A
++++++++++++++++++++++++++++++++++
*/
.question{
	color: #508237;
	font-size: 1.5em;
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: 1em;
	padding-left: 1.75em;
	position: relative;
}
.question:before{
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	content: "Q";
	background: #508237;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.anser{
	padding-left: 2.75em;
	position: relative;
}
.anser:before{
	width: 1.75em;
	height: 1.75em;
	line-height: 1.75em;
	text-align: center;
	position: absolute;
	top: .3em;
	left: .1em;
	content: "A";
	background: #af541b;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
	@media screen and (max-width:760px) {
		.question{
			font-size: 1.3571428em;
		}
		.anser{
			padding-left: 0;
		}
		.anser:before{
			position: static;
			width: auto;
			height: auto;
			line-height: auto;
			top: auto;
			left: auto;
			border-radius: 0;
			content: none;
			background: none;
		}
	}
	@media screen and (max-width:567px) {
		.anser .clm2-block:nth-child(even){
			margin-top: 1em;
		}

	}



.checklistbox li{
	border-bottom: 1px dotted #508237;
	padding: .5em 0;
}
.checklistbox li span{
	position:relative;
	padding-left: 2em;
}
.checklistbox li span:before,
.checklistbox li span:after{
	content:"";
	display:block;
	position:absolute;
}
.checklistbox li span:before{
	width:1em;
	height:1em;
	background:#fff;
	border:1px solid #508237;
	left:0;
	top:.15em;
}
.checklistbox li span:after{
	border-left:3px solid #508237;
	border-bottom:3px solid #508237;
	width:1em;
	height:.5em;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:0;
	top:.15em;
}
/*
++++++++++++++++++++++++++++++++++
リクルート
++++++++++++++++++++++++++++++++++
*/

.recruit-list li{
	margin-top: 3.25em;
}
.recruit-list .item-thumb{
	width: 20%;
}
.recruit-list .item-txt{
	width: 75%;
}
.recruit-list .item-txt02{
	width: 100%;
}
.jobtit{
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.3;
	font-family: 'Kosugi Maru', sans-serif;
	color: #508135;
	border-bottom: 1px solid #508135;
	margin-bottom: 1em;
	padding-bottom: .5em;
	position: relative;
}
/*小サイズ　緑文字　右よせ
.jobtit div{
	position: absolute;
	right: 0;
	top: calc(50% - 1em);
	font-size: .875rem;
}
*/


/*　強調オレンジ　右よせ*/
.jobtit div{
	position: absolute;
	right: 0;
	top: calc(50% - 4em);
	font-size: 1.05rem;
	display: block;
	background: #df7503;
	background-size: 1.75em auto;
	color: #fff;
	text-align: center;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	margin: 1.5em auto;
	padding: 1em;
	font-weight: bold;
}
/*小サイズ　オレンジ　右よせ*/
.jobtit span{
	position: absolute;
	right: 0;
	top: calc(50% - 1em);
	font-size: .875rem;
}
.job-box{
	margin-top: 1.5em;
}
	@media screen and (max-width:666px) {
		.recruit-list li:nth-child(1){
			margin-top: 1.75em;
		}
		.recruit-list .item-thumb{
			width: 50%;
			margin: 0 auto 1.5em;
		}
		.recruit-list .item-txt{
			width: 100%;
		}
		.jobtit{
			font-size: 1.4285714em;
			margin-bottom: 1em;
		}
		.jobtit div{
			position: inherit; 
			display: block;
		}
	}
.job-box dt{
	width: 6.5em;
	padding: 1em;
	background: #508135;
	color: #fff;
	font-weight: 500;
	border-bottom: 1px solid #e4ece0;
	font-family: 'Kosugi Maru', sans-serif;
}
.job-box dd{
	width: calc(100% - 6.5em);
	padding: 1em;
	background: #e4ece0;
	border-bottom: 1px solid #fff;
}

.recruit-otoiawase div.item:nth-child(1){
	font-size: 1.6em;
	color: #595334;
	border-right: 1px solid #595334;
	width: 48%;
	padding: .3em 0;
}
.recruit-otoiawase div.item:nth-child(2){
	font-size: .875em;
	width: 52%;
	padding: .5em 0;
	padding-left: 2.5em;
}
.recruit-otoiawase div.item:nth-child(1) span{
	font-weight: 600;
	color: #595334!important;
}
/*お問い合わせ　旧サイズ
.recruit-otoiawase div.item:nth-child(1){
	font-size: 1.25em;
	color: #595334;
	border-right: 1px solid #595334;
	width: 37%;
	padding: .5em 0;
}
.recruit-otoiawase div.item:nth-child(2){
	font-size: .875em;
	width: 63%;
	padding: .5em 0;
	padding-left: 2.5em;
}
.recruit-otoiawase div.item:nth-child(1) span{
	font-weight: 600;
	color: #595334!important;
}
*/
	@media screen and (max-width:567px) {
		.recruit-otoiawase div.item:nth-child(1){
			width: 100%;
			border-right: none;
			border-bottom: 1px solid #595334;
			padding: 0 0 .5em 0;
			margin-bottom: 1em;
			text-align: center;
			font-size: 1rem;
		}
		.recruit-otoiawase div.item:nth-child(2){
			width: 100%;
			padding: 0;
		}
	}
.recruit-btn{
	display: block;
	max-width: 630px;
	width: 100%;
	margin: 1.5em auto;
	padding: 1em 0;
	background: #508237;
	color: #f3f2e6;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	border-radius: 1.7em;
	-moz-border-radius: 1.75em;
	-webkit-border-radius: 1.75em;
	position: relative;
	transition: all .5s;
}
.recruit-btn:hover{
	box-shadow: 0 5px 10px #aaa;
}


.recruit-btn div{
	font-size: .75rem;
	margin-top: 1.25em;
	padding: 0 1em;
}

.aamc-recruit{
	background: #fff;
	padding: 2.75em 1.5em;
	text-align: center;
	position: relative;
}
.aamc-recruit:before{
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.aamc-recruit .thumbnail img{
	display: block;
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
	transition: all .5s;
}
.aamc-recruit .thumbnail a{
	display: block;
	color: #65acbd;
	font-weight: bold;
}
.aamc-recruit .thumbnail a:hover img{
	opacity: .8;
}
	@media screen and (max-width:567px) {
		.recruit-btn{
			border-radius: 1em;
			-moz-border-radius: 1em;
			-webkit-border-radius: 1em;
		}
		.aamc-recruit{
			text-align: left;
		}
		.aamc-recruit .inline-block{
			display: inline;
		}
		.aamc-recruit .thumbnail .inline-block{
			display: inline-block;
		}
	}
.att_ore{
	display: block;
	background: #df7503;
	background-size: 1.75em auto;
	color: #fff;
	text-align: center;
	border-radius: .75em;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	margin: 1.5em auto;
	padding: 1em;
	
}

.yobou-att{
	display: block;
	background: #508237;
	
	width: 100%;
	color: #fff;
	text-align: center;
	border-radius: .65em;
	-moz-border-radius: .65em;
	-webkit-border-radius: .65em;
	margin: 1.3em auto;
	padding: 0.5em;
}
	@media screen and (max-width:567px) {
		.hogoneko-att{
			width: 100%;
		}
	}

.arrow-button {
  text-decoration: none;
 
  display: inline-flex; /* 矢印と文字を綺麗に配置 */
  align-items: center;
  transition: all 0.3s;
}

/* 矢印を::afterで作成 */
.arrow-button::after {
  content: '>';
  margin-left: 5px;
  transition: margin-left 0.5s; /* スライドのアニメーション */
}

/* ホバー時に矢印を動かす */
.arrow-button:hover::after {
  margin-left: 10px; /* 右に移動 */
}
.shinryo-grtxt{
	background: #e4ece0;
	color: #508237;
	padding: 1em 2em;
	
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

	@media screen and (max-width:666px) {
		.shinryo-grtxt{
			text-align: left;
		}
		.shinryo-grtxt span.inline-block{
			display: inline;
		}
	}