@CHARSET "shift_jis";
/******************************************************************************
 * エバーペット
 * WEB SITE ver.2019
 * RESPONSIVE
 * PC width min-width:768px
 * SP max-width: 767px(iPhone6+ ヨコイチまで)
******************************************************************************/
@import url(html5-doctor-reset-stylesheet.min.css);
@import url(base.css);
@import url(carousel.css);

/******************************************************************************
 * ARTICLE
******************************************************************************/
body>article {}
/** PC ***********************************************************************/
@media screen and (min-width:768px),print{
	body>article {}
}
/** SMART PHONE **************************************************************/
@media screen and (max-width:767px){
	body>article {}
}

/*******************************************************************************
 * コンテンツヘッダ
*******************************************************************************/
article#instorenow>header {
	width: 100%;
	background: url(img/contents/law.headimg.jpg) no-repeat #ccc;
	background-size: cover;
	position: relative;
}
article#instorenow>header>h2 {
	color: #fff;
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	font-weight: bold;
	width: 100%;
	padding: 10px;
	text-shadow:
		1px 1px 1px #000,-1px -1px 1px #000;
	background: rgba(138,138,123,0.5);
	position: absolute;
}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	article#instorenow>header {
		height: 300px;
		background-position: center -80px;
	}
	article#instorenow>header>h2 {
		font-size: 2.5em;
	}
}

/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article#instorenow>header {
		height: 150px;
		background-position: center center;
	}
	article#instorenow>header>h2 {
		font-size: 1.5em;
	}
}

/*******************************************************************************
 * 検索ボックス
*******************************************************************************/
article>section#petSearch {
	margin-bottom: 20px;
}

#petSearch>h2 {
	width: 100%;
	display: flex;
}
#petSearch>h2>a {
	color: #fff;
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	border-radius: 12px 12px 0 0;
	background-repeat: no-repeat;
}
#petSearch>h2>a:first-child {background-image: url(img/icon_dogcat.png);}
#petSearch>h2>a.active:first-child {background-color: #ff5c26;}
#petSearch>h2>a.inactive {
	color: #8a8a7b;
	background-color: #484841;
	opacity: 0.5;
}
#petSearch>h2>span {display: none;}
#petSearch>form>button {
	color: #fff;
	border: none;
	background: #8a8a7b;
}
#petSearch>form>button:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-align: center;
	width: 12px;
	margin-right: 2px;
	content: "\f002";
}

/** 雌雄ラジオ **/
#petSex>label {
	display: inline-block;
	position: relative;
	cursor:	pointer;
}
#petSex>label:before {
	content: '';
	border: 1px solid #666;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
#petSex>input[type="radio"]:checked+label:after {
	content: '';
	position: absolute;
	background-color: #999;
	border-radius: 50%;
}
#petSex>input[type="radio"] {display: none;}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	#petSearch>h2>a {
		font-size: 1.75em;
		width: 100%;
		height: 80px;
		padding-top: 30px;
		padding-left: 110px;
		background-position: 12px 10px;
		background-size: 90px 64px;
	}
	#petSearch>h2>a>br {display: none;}
	#petSearch>form {
		padding: 20px;
	}
	#petSearch>form>button {
		font-size: 1.75em;
		width: 260px;
		height: 84px;
		border-radius: 12px;
	}

	/****/
	#pullDowns {
		width: 680px;
		margin-right: 20px;
		float: left;
	}
	#pullDowns>select {
		font-size: 1.3em;
		width: 100%;
		display: block;
	}
	#pullDowns>select:first-child {
		margin-bottom: 14px;
	}
	
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	#petSearch>h2>a {
		font-size: 0.95em;
		width: 100%;
		height: 50px;
		padding-top: 8px;
		padding-left: 58px;
		background-position: 2px 4px;
		background-size: 54px auto;
	}
	
	#petSearch>form {
		text-align: center;
		padding: 10px;
	}
	#petSearch>form>button {
		font-size: 1.3em;
		width: 200px;
		height: 40px;
		border-radius: 20px;
	}
	
	/****/
	#pullDowns {
		margin-bottom: 20px;
	}
	#pullDowns>select {
		font-size: 1.3em;
		width: 100%;
		display: block;
	}
	#pullDowns>select:first-child {
		margin-bottom: 10px;
	}
}

/*******************************************************************************
 * 保護・譲渡の犬猫のご案内
*******************************************************************************/
article#instorenow>section {
	padding-top: 10px;
}
#instorenow>section>nav#instorenow_sea {
	margin-bottom: 10px;
}
nav#instorenow_sea>ul {
	display: flex;
}

nav#instorenow_sea>ul#pager>li>a {
	color: #1E4EF3;
}
nav#instorenow_sea>ul#pager>li>a:hover {
	text-decoration: underline;
}
nav#instorenow_sea>ul#tags>li {
	margin-right: 4px;
	display: table;
}
nav#instorenow_sea>ul#tags>li>a,
nav#instorenow_sea>ul#tags>li>b {
	text-align: center;
	width: 5.0em;
	padding: 4px;
	border: 1px solid #666;
	border-radius: 4px;
	display: table-cell;
}
nav#instorenow_sea>ul#tags>li>a {
	background: #eee;
}
nav#instorenow_sea>ul#tags>li>a:hover {
	background: #ffe;
}
nav#instorenow_sea>ul>li:last-child {margin-right:0;}

#instorenow>section>div {
	border-width: 2px;
	display: inline-table;
	border-radius: 20px;
}
#instorenow>section>nav#instorenow_sea:after,
#instorenow>section>div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#instorenow>section>div:not([id]) {
	border-style: solid;
	border-color: #ff5c26;
}
#instorenow>section>div>h3 {
	background: #ffdfbf;
}
#instorenow>section>div>h3+figure>img {
	width: 100%;
}
#instorenow>section>div>p {
	margin-bottom: 1.0em;
}
#instorenow>section>div>p:last-child {margin-bottom:0;}

#instorenow>section>div#infoBlock {}
div#infoBlock>dl>dd>figure {
	margin-bottom: 8px;
	display: flex;
	align-items: flex-start;
}
div#infoBlock>dl>dd>figure>img {
	width: 50%;
}
div#infoBlock>dl>dd>table {
	border-collapse: collapse;
}
div#infoBlock>dl>dd>table>tbody>tr {
	border-bottom: 1px dashed #ff5c26;
}
div#infoBlock>dl>dd>table>tbody>tr:last-child {
	border: none;
}
div#infoBlock>dl>dd>table>tbody>tr>th,
div#infoBlock>dl>dd>table>tbody>tr>td {
	padding: 4px;
}
div#infoBlock>dl>dd>table>tbody>tr>th {
	color: #916b5f;
	text-align: right;
	white-space: nowrap;
	padding-right: 0;
}
div#infoBlock>dl>dd>table>tbody>tr>td {
	padding-left: 0;
}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	nav#instorenow_sea>ul:first-child {float: left;}
	nav#instorenow_sea>ul:last-child {float: right;}
	nav#instorenow_sea>ul#pager {
		margin-top: 4px;
	}
	nav#instorenow_sea>ul#pager>li {
		margin-right: 10px;
	}
	
	#instorenow>section>div:not([id]) {
		width: 100%;
		padding: 20px;
		margin-bottom: 20px;
	}
	#instorenow>section>div>h3 {
		font-size: 1.25em;
		line-height: 1.5;
		padding: 8px;
		margin-bottom: 20px;
	}
	#instorenow>section>div>h3+figure {
		width: 45%;
		float: right;
	}
	#instorenow>section>div>h4 {
		font-size: 1.375em;
		height: 66px;
		padding-top: 34px;
		padding-left: 94px;
		margin-bottom: 4px;
		background-size: 90px 64px;
	}
	#instorenow>section>div>h4+p {
		line-height: 1.0;
		text-align: right;
		margin-bottom: 10px;
	}
	#instorenow>section>div>p {
		line-height: 1.8;
	}
	#instorenow>section>div#infoBlock {
		display: flex;
		flex-wrap: wrap;
	}
	div#infoBlock>dl {
		width: calc(50% - 8px);
		padding: 12px;
		margin-right: 16px;
		margin-bottom: 16px;
		border: 2px dotted #ff5c26;
		border-radius: 20px;
	}
	div#infoBlock>dl:nth-child(2n) {margin-right: 0;}
	div#infoBlock>dl>dt {
		font-size: 1.25em;
		margin-bottom: 8px;
	}
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	nav#instorenow_sea>ul {
		margin: 0 10px 10px;
		justify-content: center;
	}
	nav#instorenow_sea>ul#pager>li {
		margin: 0 0.2em;
	}
	
	#instorenow>section>div {
		padding: 10px;
		margin: 10px 10px 20px;
	}
	#instorenow>section>div>h3 {
		font-size: 1.2em;
		line-height: 1.3;
		padding: 4px;
		margin-bottom: 10px;
		border-radius: 10px 10px 0 0;
	}
	#instorenow>section>div>h3+figure {
		width: 100%;
	}
	#instorenow>section>div>h4 {
		font-size: 1.1em;
		padding: 8px 0 8px 46px;
		margin-bottom: 10px;
		border-radius: 10px 10px 0 0;
		background-size: 45px 32px;
	}
	#instorenow>section>div>h4+p {
		font-size: 80%;
		line-height: 1.0;
		text-align: right;
		margin-bottom: 10px;
	}
	#instorenow>section>div>h4>small {
		margin-top: 4px;
		display: block;
	}
	#instorenow>section>div>p {
		line-height: 1.5;
	}
	
	div#infoBlock>dl {
		padding-bottom: 16px;
		margin-bottom: 16px;
		border-bottom: 2px dashed #ccc;
	}
	div#infoBlock>dl:last-child {
		margin-bottom: 0;
		border: none;
	}
	div#infoBlock>dl>dt {
		font-size: 1.25em;
		margin-bottom: 8px;
	}
}
/******************************************************************************
 * BigRam
 * ver 1.0 2019
******************************************************************************/