@charset "UTF-8";
/* CSS Document */

/*===================================================
    スマホ用土台作成用CSS
===================================================*/
/*//////////////////////////////////////////////////
    Base set
///////////////////////////////////////////////////*/
html, body {
    min-width: 0;
}

body {
    font-size: 15px;
}

/* マウスオーバーのスタイル */
a:hover {
    text-decoration: none!important;
    opacity: 1!important;
    -ms-filter: "alpha(opacity=100)"!important;
}

/* --------------------------------------------------
    改行
-------------------------------------------------- */
.pcBreak {
	display: none;
}
/*//////////////////////////////////////////////////
    Base layout(sp)
///////////////////////////////////////////////////*/

/* --------------------------------------------------
    ヘッダー(header)
-------------------------------------------------- */
#headBox {
	height: 50px;
	padding: 13px 10px;
}
	#headBox h1 {
		float: left;
		width: 155px;
	}

/* ハンバーガーメニュー */
#menuBtn,
#menuBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#menuBtn {
	position: relative;
	width: 20px;
	height: 15px;
	z-index: 2;
	float: right;
	margin: 0 10px 0 0;
}
	#menuBtn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		border-radius: 6px;
		background-color: #fb8393;
	}
	#menuBtn span:nth-of-type(1) { 
		top: 5px; 
	}
	#menuBtn span:nth-of-type(2) { 
		top: 15px; 
	}
	#menuBtn.active span:nth-of-type(1) {
		-webkit-transform: translateY(5px) rotate(-45deg);
		transform: translateY(5px) rotate(-45deg);
	}
	#menuBtn.active span:nth-of-type(2) {
		-webkit-transform: translateY(-5px) rotate(45deg);
		transform: translateY(-5px) rotate(45deg);
	}

/* --------------------------------------------------
    ナビ(nav)
-------------------------------------------------- */
nav {
	display: none;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	border-top: 1px solid #d9d9d9;
	background: #ffffff;
}
	nav > ul {
		padding: 10px 10px 0;
	}
		nav > ul > li {
			margin-bottom: 5px; 
		}
			nav > ul > li > a {
				display: block;
				/*line-height: 55px;*/
				padding: 5% 0;
			}
			nav > ul > li.current > a {
				border-radius: 4px;
			}
			nav > ul > li.current > a:after {
				bottom: 10px;
			}
			nav > ul > li > a + div {
				display: none;
			}
/*petplusへ*/
nav .linkPetplus {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #ebf1f6;
}
	nav .linkPetplus a {
		display: block;
		padding-left: 10px;
		line-height: 50px;
	}

/* --------------------------------------------------
    キービジュアル
-------------------------------------------------- */
.kv {
	position: relative;
	height: 120px;
    margin:90px 0 0; 
}
.kv:before {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 40px;
	font-family: 'Rounded Mplus 1c';
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 40px;
	background: #fee6e9;
}
    .kv h2 {
        font-size: 19px;
    }
/* --------------------------------------------------
    パンくずリスト
-------------------------------------------------- */
.topicPath {
    display: none;
}

/* --------------------------------------------------
    メイン
-------------------------------------------------- */
.cntnt {
    padding:40px 0 60px; 
}

/* --------------------------------------------------
    各下層ページトップのメニュー一覧
-------------------------------------------------- */
.indexMenu {
	padding: 0 15px;
}
	.indexMenu li + li {
		margin-top: 20px;
	}
	.indexMenu li:before {
		background-size: 48px auto;
	}
		.indexMenu li a {
			padding: 15px;
		}
		.indexMenu li a .imgBox {
        	margin-bottom: 10px;
        	padding: 20px 10px;
        }

/* --------------------------------------------------
    ページメニューリスト上部
-------------------------------------------------- */
.pageMenuListTop {
	margin: -10px 0 50px -10px;
}
.pageMenuListTop li,
.pageMenuListTop li + li {
	/*display: table;
	margin: 0 auto;*/
	margin: 10px 0 0 10px;
	line-height: 30px;
}

/* --------------------------------------------------
    ページメニューリスト下部
-------------------------------------------------- */
.pageMenuListBottom {
	overflow: hidden;
}
.pageMenuListBottom ul {
	float: right;
	margin: -10px 0 0 -10px;
	padding: 30px 10px 60px;
}
.pageMenuListBottom ul li,
.pageMenuListBottom ul li + li {
	margin: 10px 0 0 10px;
	line-height: 30px;
}
/*.pageMenuListBottom ul li {
	clear: right;
	float: right;
	display: table;
	line-height: 30px;
}
.pageMenuListBottom ul li + li {
	margin: 20px auto 0;
}*/

/* --------------------------------------------------
    下層ページタイトル
-------------------------------------------------- */
/*犬猫*/
.ttlTypeDogCat {
	min-height: 112px;
    margin: 0 0 20px;
    padding: 0 0 15px 60px;
    font-family: 'Rounded Mplus 1c';
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em;
    background: url("../../image/common/icon_dog_ttl.svg") left top no-repeat,url("../../image/common/icon_cat_ttl.svg") left 55px no-repeat,url("../../image/common/list_circle_pink.png") left bottom repeat-x;
    background-size: 50px auto,50px auto,7px auto;
}


/* --------------------------------------------------
    petplus公式サイトへ
-------------------------------------------------- */
.ohpLink .ohpBox .linkBtn {
	display: none;
}
.ohpLink {
    padding: 40px 10px 70px;
}
    .ohpLink .ohpBox dt {
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: bold;
        color: #144794;
    }
    .ohpLink .ohpBox .bnrBox {
    	overflow: hidden;
    	display: table;
    	padding: 10px;
    	background: #ffffff;
    }
    	.ohpLink .ohpBox .ohpBnr {
    		display: table-cell;
    		width: 50%;
    	}
    	.ohpLink .ohpBox .ohpBnr + p {
    		display: table-cell;
    		width: 50%;
    		padding-left: 2%;
    		font-size: 13px;
    		vertical-align: middle;
    	}
/* --------------------------------------------------
    pagetop
-------------------------------------------------- */
#pagetop {
    right: 10px;
    bottom: 10px;
}

/* --------------------------------------------------
    フッター(footer)
-------------------------------------------------- */
footer:before {
    top: -8px;
    height: 16px;
    background-size: auto 16px;
}
footer section {
	padding: 35px 15px 20px;
}
footer h3 {
	width: 155px;
	margin-bottom: 20px;
}
/*フッターメニュー*/
footer .footNav dl + dl {
	margin-top: 20px;
}
	footer .footNav dl dt {
		position: relative;
	    padding: 0 0 5px 0;
	}
	footer .footNav dl dt:after {
		content: '';
		position: absolute;
		right: 0;
		bottom: 8px;
		width: 12px;
		height: 12px;
		background: url("../../image/common/icon_plus_pink.png") no-repeat;
	    background-size: 12px auto;
	}
	footer .footNav dl dt.active:after {
		bottom: 12px;
		width: 12px;
		height: 2px;
		background: url("../../image/common/icon_minus_pink.png") no-repeat;
	    background-size: 12px auto;
	}
	footer .footNav dl dd {
		display: none;
	    padding: 5px 0 0 0;
	    font-size: 12px;
	}
	footer .footNav dl dd ul li {
		background: url("../../image/common/icon_disc_grey.png") left 9px no-repeat;
	    background-size: 4px auto;
	}
footer .company {
	margin-bottom: 5px;
	padding: 25px 0 20px;
}
	footer .company dl {
		margin-bottom: 20px;
	}
	/*sns*/
    footer .company ul {
    	text-align: center;
    }
footer .company + p {
	margin-bottom: 5px;
    text-align: left;
}
footer .company + p + p {
    margin-bottom: 15px;
    padding: 10px;
}


