@charset "UTF-8";

/* CSS Document */

/*===================================================
    各画面作成用CSS
===================================================*/

/*//////////////////////////////////////////////////
    お手入れ
///////////////////////////////////////////////////*/

/* --------------------------------------------------
    キービジュアル
-------------------------------------------------- */
.kv {
	background: url("../image/care/care_kv.png") center center no-repeat;
    background-size: cover;
}

/* --------------------------------------------------
    トップのメニュー一覧
-------------------------------------------------- */
.care .indexMenu li:first-child a .imgBox img {
	width: 200px;
}
.care .indexMenu li:nth-child(2) a .imgBox img {
	width: 130px;
}
.care .indexMenu li:nth-child(3) a .imgBox img {
	width: 200px;
}

/*//////////////////////////////////////////////////
    お手入れについて
///////////////////////////////////////////////////*/
#careAbout .topBox {
	margin-bottom: 40px;
	font-size: 16px;
}
#careAbout .topBox > p {
	padding: 30px;
	text-align: center;
	border-radius: 4px;
	background: #f9f9f9;
}
/* pc----------------------------------------------*/
@media (min-width: 769px) {

	#careAbout .topBox {
		overflow: hidden;
	}
		#careAbout .topBox > p {
			float: right;
			width: 360px;
		}
			#careAbout .topBox > p img {
				width: 220px;
			}
		#careAbout .topBox > div {
			float: left;
			width: 620px;
		}
}
/* /pc---------------------------------------------*/

#careAbout .pointBox {
	position: relative;
	margin-bottom: 60px;
	padding: 40px 60px;
	z-index: 1;
	border-radius: 4px;
	background: #fee6e9;
}
#careAbout .pointBox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: -1;
	background: url("../image/common/pattern_pad.png");
	background-size: 97px auto;
}
	#careAbout .pointBox dt {
		margin-bottom: 30px;
		font-family: Meiryo,"メイリオ";
		font-weight: bold;
		font-size: 22px;
		text-align: center;
		letter-spacing: 0.1em;
	}
	.setOs #careAbout .pointBox dt {
		font-family: 'Rounded Mplus 1c';
		font-weight: 700;
	}
	#careAbout .pointBox dd {
		font-size: 16px;
	}

#careAbout section + section {
	margin-top: 60px;
}
#careAbout section h3 + p {
	margin-bottom: 20px;
	font-size: 16px;
}
#careAbout .coat ul li > p {
	margin-bottom: 20px;
	text-align: center;
	border-radius: 4px;
	background: #ffffff;
}
/* --------------------------------------------------
    被毛(コート)の種類
-------------------------------------------------- */
#careAbout .coat {
	padding: 40px 60px;
	background: #f9f9f9;
}
	#careAbout .coat ul li > dl dt {
		margin-bottom: 10px;
		padding-left: 20px;
		font-size: 15px;
		font-weight: bold;
		line-height: 1;
		background: url("../image/common/ttl_paw.png") left top no-repeat;
		background-size: 16px auto;
	}
	#careAbout .coat ul li .coatDogs{
		margin-bottom: 20px;
		height: 220px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		padding: 30px;
	}
	#careAbout .coat ul li .coatDogs p + p{
		padding-left: 20px;
	}
		#careAbout .coat ul li .coatDogs img{
			width: auto;
			height: 85px;
		}

/* pc----------------------------------------------*/
@media (min-width: 769px) {
	#careAbout .coat ul {
		display: flex;
		flex-wrap: wrap;
	}
	#careAbout .coat ul li {
		width: 50%;
	}
	#careAbout .coat ul li:nth-child(odd){
		padding-right: 20px;
	}
	#careAbout .coat ul li:nth-child(even){
		padding-left: 20px;
	}
	#careAbout .coat ul li:nth-child(n + 3){
		margin-top: 40px;
	}
	#careAbout .coat ul li > p {
		line-height: 220px;
	}
		#careAbout .coat ul li > p img {
			width: 270px;
		}
}
/* /pc---------------------------------------------*/

/* --------------------------------------------------
    ブラッシングの仕方
-------------------------------------------------- */
#careAbout .brushing .topBox > p {
	padding: 20px;
}
#careAbout .brushing .topBox > p img {
	width: 160px;
}
#careAbout .brushingBox {
	margin-bottom: 60px;
	padding: 40px 60px;
	background: #f9f9f9;
}
#careAbout .brushingBox > div {
	overflow: hidden;	
}
#careAbout .brushingBox > div + div {
	margin-top: 20px;
}
	#careAbout .brushingBox > div > p {
		padding: 40px 10px;
		text-align: center;
		border-radius: 4px;
		background: #ffffff;
	}
	#careAbout .brushingBox > div > dl {
		font-size: 14px;
	}
		#careAbout .brushingBox > div > dl dt {
			margin-bottom: 10px;
			padding-left: 20px;
			font-size: 15px;
			font-weight: bold;
			line-height: 1;
			background: url("../image/common/ttl_paw.png") left top no-repeat;
			background-size: 16px auto;
		}
		#careAbout .brushingBox > div > dl dd em {
			font-weight: bold;
		}
/* pc----------------------------------------------*/
@media (min-width: 769px) {

	#careAbout .brushingBox > div > p {
		float: left;
		width: 160px;
	}
		#careAbout .brushingBox > div > p img {
			width: 100px;
		}
		#careAbout .brushingBox > div + div > p img {
			width: 70px;
		}
	#careAbout .brushingBox > div > dl {
		float: left;
		width: 680px;
		padding: 10px 0 0 20px;
	}

}
/* /pc---------------------------------------------*/

/*//////////////////////////////////////////////////
    お手入れのサービス
///////////////////////////////////////////////////*/
#paidService section + section {
	margin-top: 60px;
}
#paidService .box {
	font-size: 16px;
}
#paidService .box > p {
	padding: 30px;
	text-align: center;
	border-radius: 4px;
	background: #f9f9f9;
}
#paidService .txtCnt {
	position: relative;
	margin-top: 60px;
	padding: 40px 60px;
	font-size: 16px;
	z-index: 1;
	border-radius: 4px;
	background: #fee6e9;
}
#paidService .txtCnt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: -1;
	background: url("../image/common/pattern_pad.png");
	background-size: 97px auto;
}
#paidService aside {
	margin-top: 1em;
}
#paidService aside p {
	font-size: 1em;
}
#paidService .box p + p {
	margin-top: 20px;
}
#paidService .box aside p + p {
	margin-top: 0;
}

/* pc----------------------------------------------*/
@media (min-width: 769px) {

	#paidService .box {
		overflow: hidden;
	}	
		#paidService .box > p {
			float: right;
			width: 360px;
		}
			#paidService .sec01 .box > p img {
				width: 160px;
			}
			#paidService .sec02 .box > p img {
				width: 200px;
			}
			#paidService .sec03 .box > p img {
				width: 230px;
			}
		#paidService .box > div {
			float: left;
			width: 620px;
		}

}
/* /pc---------------------------------------------*/

/*//////////////////////////////////////////////////
    耳・ツメ・肛門線絞り・歯磨きの仕方
///////////////////////////////////////////////////*/
#careBody section + section {
	margin-top: 60px;
}
#careBody .box {
	font-size: 16px;
}
#careBody .box > p {
	padding: 30px;
	text-align: center;
	border-radius: 4px;
	background: #f9f9f9;
}
#careBody .box aside p {
	margin-top: 13px;
	font-size: 13px;
}

#careBody .contBox p + p{
	margin-top: 20px;
}
/* --------------------------------------------------
    爪きりの仕方
-------------------------------------------------- */
#careBody .sec02 .flowBox dd + dt{
	margin-top: 35px;
}
#careBody .sec02 .flowBox dd {
	display: flex;
}
#careBody .sec02 .flowBox dd aside{
	margin-top: 1em;
	font-size: 12px;
}
#careBody .sec02 .flowBox dd > .imgBox p{
	width: 120px;
	height: 120px;
	background: #fff;
	margin-right: 40px;
	padding: 10px;
}
#careBody .sec02 .flowBox dd > .imgBox p img{
	max-width: 100px;
	max-height: 100px;
}
#careBody .flowBox {
	margin-top: 65px;
	padding: 40px 60px;
	background: #f9f9f9;
}
#careBody .flowBox > dt {
	margin-bottom: 31px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	background: url("../image/common/ttl_paw.png") left top no-repeat;
	background-size: 16px auto;
}
	#careBody .flowBox ol li {
		display: table;
	}
	#careBody .flowBox ol li .imgBox {
		display: table-cell;
		width: 120px;
		vertical-align: top;
	}
		#careBody .flowBox ol li .imgBox p {
			width: 120px;
			height: 120px;
			padding: 10px;
			text-align: center;
			line-height: 120px;
			background: #ffffff;
			display: flex;
			justify-content: center;
			align-items: center;
		}
	#careBody .flowBox ol li > p {
		position: relative;
		display: table-cell;
		padding: 10px 0 0 40px;
		vertical-align: top;
	}
		#careBody .flowBox ol li > p span {
			position: absolute;
			top: 12px;
			left: 20px;
			width: 16px;
			height: 16px;
			line-height: 16px;
			font-size: 12px;
			color: #ffffff;
			text-align: center;
			border-radius: 50%;
			background: #f86984;
		}
/* pc----------------------------------------------*/
@media (min-width: 769px) {

	#careBody .box {
		overflow: hidden;
	}	
		#careBody .box > p {
			float: right;
			width: 360px;
		}
			#careBody .sec01 .box > p img {
				width: 150px;
			}
			#careBody .sec02 .box > p img {
				width: 140px;
			}
			#careBody .sec03 .box > p img {
				width: 100px;
			}
			#careBody .sec04 .box > p img {
				width: 110px;
			}
		#careBody .box > div {
			float: left;
			width: 620px;
		}
	#careBody .flowBox ol {
		overflow: hidden;
		margin: -20px 0 0 -50px;
	}
		#careBody .flowBox ol li {
			float: left;
			width: 410px;
			margin: 20px 0 0 50px;
		}
		#careBody .flowBox ol li .imgBox p img {
			width: 100%;
			max-width: 80px;
			max-height: 100px;
		}
		#careBody .flowBox ol li:nth-child(4) .imgBox p img{
			width: 65px;
		}


}
/* /pc---------------------------------------------*/

/* --------------------------------------------------
    肛門線絞り
-------------------------------------------------- */
#careBody .sec03 p{
	font-size: 16px;
}
#careBody .contentsBox{
	margin-top: 40px;
	padding: 40px 20px;
    background: #f9f9f9;
}
	#careBody .contentsBox dt{
		margin-bottom: 10px;
		padding-left: 20px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		background: url(../image/common/ttl_paw.png) left top no-repeat;
		background-size: 16px auto;
	}
	#careBody .contentsBox dd + dt{
		margin-top: 40px;
	}
		#careBody .contentsBox ol li + li{
			margin-top: 5px;
		}
		#careBody .contentsBox ol li > p {
			position: relative;
			display: table-cell;
			padding: 0 0 0 20px;
			vertical-align: top;
			font-size: 14px;
		}
		#careBody .contentsBox ol li > aside > p{
			margin: 5px 0 0 20px;
			font-size: 12px;
		}
		#careBody .contentsBox ol li > p span{
			position: absolute;
			top: 3px;
			left: 0;
			width: 16px;
			height: 16px;
			line-height: 16px;
			font-size: 12px;
			color: #ffffff;
			text-align: center;
			border-radius: 50%;
			background: #f86984;
		}
		#careBody .contentsBox div > .imgBox{
			margin: 25px auto 0;
			padding: 20px;
			width: 235px;
			background: #fff;
		}
		#careBody .contentsBox p > img{
			max-height: 110px;
		}

/* pc----------------------------------------------*/
@media (min-width: 769px) {
	#careBody .contentsBox{
		padding: 40px 60px;
	}
	#careBody .sec03 .contentsBox dd{
		display: flex;
	}
	#careBody .sec03 .contentsBox{
		display: flex;
	}
	#careBody .contentsBox div > .imgBox{
		width: 242px;
		height: 180px;
		margin-left: 55px;
		margin-top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#careBody .sec04 .contentsBox{
		display: flex;
	}
		#careBody .sec04 .contentsBox > div{
			order: 0;
			margin: 20px auto 0;
		}

}

/* /pc---------------------------------------------*/


























