@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>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;
	}

	/** 雌雄ラジオ **/
	#petSex {
		margin-bottom: 20px;
	}
	#petSex>label {
		font-size: 1.3em;
		line-height: 30px;/* ボタンのサイズに合わせる */
		padding-left: 34px;/* ラベルの位置 */
		margin-right: 10px;
	}
	#petSex>label:before {
		width: 28px;/* ボタンの横幅 */
		height: 28px;/* ボタンの縦幅 */
		top: 0;
		left: 0;
	}
	#petSex>input[type="radio"]:checked+label:after {
		width: 18px;/* マークの横幅 */
		height: 18px;/* マークの縦幅 */
		top: 6px;
		left: 6px;
	}
	/****/
	#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;
	}
	
	/** 雌雄ラジオ **/
	#petSex {
		margin-bottom: 20px;
	}
	#petSex>label {
		line-height: 20px;/* ボタンのサイズに合わせる */
		padding-left: 24px;/* ラベルの位置 */
		margin-right: 8px;
	}
	#petSex>label:before {
		width: 20px;/* ボタンの横幅 */
		height: 20px;/* ボタンの縦幅 */
		top: 0;
		left: 0;
	}
	#petSex>input[type="radio"]:checked+label:after {
		width: 14px;/* マークの横幅 */
		height: 14px;/* マークの縦幅 */
		top: 4px;
		left: 4px;
	}
	/****/
	#pullDowns {
		margin-bottom: 20px;
	}
	#pullDowns>select {
		font-size: 1.3em;
		width: 100%;
		display: block;
	}
	#pullDowns>select:first-child {
		margin-bottom: 10px;
	}
}

/*******************************************************************************
 * 新しい仲間
*******************************************************************************/
article>section#newFace {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 3px dotted #575748;
}

#newFace>div {
	color: #fff;
	width: 100%;
	border-radius: 12px 12px 0 0;
	background: #ff5c26;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#newFace>div>h2 {
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	height: 100%;
	background: url(img/tit_newA.png) no-repeat;
}

#newFace>section>h3 {
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	font-size: 1.375em;
	height: 66px;
	padding-top: 34px;
	padding-left: 94px;
	margin-bottom: 10px;
	background-size: 90px 64px;
}
#newFace>section>p {
	text-align: right;
}
#newFace>section>ul {
	display: flex;
	flex-wrap: wrap;
}
#newFace>section>ul>li>a {
		line-height: 1.3;
}
#newFace>section>ul>li>a>b {
	display: block;
}
#newFace>section>ul>li>a>img {
	width: 100%;
	border: 1px solid;
}

/** ワンちゃん **/
#newDogs {}
#newDogs>h3 {
	color: #741e00;
	background:
		url(img/icon_dog.png) no-repeat 4px center,
		linear-gradient(to top,
			rgba(255,173,146,1)0%,rgba(255,173,146,1) 50%,
			rgba(255,255,255,0)50%,rgba(255,255,255,0) 100%);
}
#newDogs>ul>li>a {color: #741e00;}
#newDogs>ul>li>a>img {border-color: #741e00;}
/** ネコちゃん **/
#newCats {}
#newCats>h3 {
	color: #162d85;
	background:
		url(img/icon_cat.png) no-repeat 4px center,
		linear-gradient(to top,
			rgba(152,173,249,1)0%,rgba(152,173,249,1) 50%,
			rgba(255,255,255,0)50%,rgba(255,255,255,0) 100%);
}
#newCats>ul>li>a {color: #162d85;}
#newCats>ul>li>a>img {border-color: #162d85;}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	#newFace>div {
		height: 80px;
	}
	#newFace>div>h2 {
		font-size: 1.75em;
		padding-top: 34px;
		padding-left: 220px;
		background-position: 20px center;
	}
	#newFace>div>p {
		padding-right: 20px;
		padding-bottom: 10px;
	}
	#newFace>section {
		padding: 20px 20px 0;
	}
	#newFace>section>ul {
		width: 960px;
	}
	#newFace>section>ul>li {
		width: 230px;
		margin-right: calc((100% - (230px * 4)) / 3);
		margin-bottom: 20px;
	}
	#newFace>section>ul>li:nth-child(4n) {margin-right: 0;}
	#newFace>section>ul>li>a>img {
		margin-bottom: 10px;
	}
	
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	#newFace>div {
		height: 50px;
	}
	#newFace>div>h2 {
		font-size: 1.2em;
		padding-top: 20px;
		padding-left: 105px;
		background-position: 2px center;
		background-size: 100px auto;
	}
	#newFace>div>p {
		font-size: 0.875em;
		padding-right: 4px;
		padding-bottom: 11px;
	}
	#newFace>section {
		padding: 10px 10px 0;
	}
	
	#newFace>section>ul>li {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 20px;
	}
	#newFace>section>ul>li:nth-child(2n) {margin-right: 0;}
	#newFace>section>ul>li>a>img {
		margin-bottom: 4px;
	}
	
}

/*******************************************************************************
 * 店舗情報
*******************************************************************************/
article>section#shopInfo {
	margin-bottom: 20px;
	border-bottom: 3px dotted #575748;
}
#shopInfo>h2 {
	padding-bottom: 10px;
	border-bottom: 2px dashed #8a8a7c;
}
#shopInfoWrap {}
#shopInfoWrap>div.shopBox {
	margin-bottom: 40px;
}
#shopInfoWrap>div.shopBox>iframe,
#shopInfoWrap>div.shopBox>figure {
	border: 1px solid #8a8a7c;
	float: left;
	z-index: 1;
}
#shopInfoWrap>div.shopBox>figure {
	width: 240px;
}
#shopInfoWrap>div.shopBox>figure>img {
	width: 100%;
}
#shopInfoWrap>div.shopBox>div.address>h3 {
	color: #575748;
}

#shopInfoWrap>div.shopBox>div.netRev>ul>li:nth-child(1) {background: #f45294;}
#shopInfoWrap>div.shopBox>div.netRev>ul>li:nth-child(2) {background: #4ea467;}
#shopInfoWrap>div.shopBox>div.netRev>ul>li>a {
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	color: #fff;
}
#shopInfoWrap>div.shopBox>div.netRev>ul>li>a:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-align: center;
	width: 12px;
	margin-right: 2px;
}
#shopInfoWrap>div.shopBox>div.netRev>ul>li:nth-child(1)>a:before {content: "\f1b0";}
#shopInfoWrap>div.shopBox>div.netRev>ul>li:nth-child(2)>a:before {content: "\f0f7";}

#shopInfoWrap>div.shopBox>.address>p:last-child {
	/*text-align: right;*/
	margin: 8px auto;
	/*clear: both;*/
}
#shopInfoWrap>div.shopBox>.address>p:last-child>a {
	padding: 3px 12px;
	border: 1px solid #ff5c26;
	border-radius: 4px;
	background: #FFDFBF;
	display: inline-block;
}
#shopInfoWrap>div.shopBox>.address>p:last-child>a:after {
	color: #ff5c26;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-align: center;
	width: 12px;
	margin-left: 4px;
	content: "\f1b0";
}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	#shopInfo>h2 {
		font-size: 1.75em;
		margin-bottom: 20px;
	}
	#shopInfoWrap {
		padding: 0 20px;
		display: flex;
		flex-wrap: wrap;
	}
	#shopInfoWrap>div.shopBox {
		width: 470px;
		margin-right: 20px;
		
		min-height: 280px;
		position: relative;
	}
	#shopInfoWrap>div.shopBox:nth-child(2n) {margin-right: 0;}
	#shopInfoWrap>div.shopBox>iframe,
	#shopInfoWrap>div.shopBox>figure {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#shopInfoWrap>div.shopBox>div.address {}
	#shopInfoWrap>div.shopBox>div.address>h3 {
		font-size: 1.25em;
		border-bottom: 2px solid #8a8a7c;
		padding-bottom: 4px;
		margin-bottom: 8px;
	}
	#shopInfoWrap>div.shopBox>div.address>p:not(.netRev) {
		line-height: 1.5;
	}
	#shopInfoWrap>div.shopBox>div.address>p.bizHours>br {display:none;}
	#shopInfoWrap>div.shopBox>div.address>p.netRev {
		font-size: 1.75em;
		font-weight: bold;
		text-align: center;
		width: 260px;
		float: right;
	}
	#shopInfoWrap>div.shopBox>div.address>p.netRev>a {
		color: #fff;
		padding: 4px 24px;
		margin-top: 1.0em;
		border-radius: 10px;
		background: #ff5c26;
		display: block;
	}
	#shopInfoWrap>div.shopBox>div.address>p.netRev>a>span {
		color: #000;
		font-size: 0.7em;
		font-weight: normal;
		padding: 4px;
		margin-bottom: 4px;
		border-radius: 10px;
		display: block;
		background: #fff;
	}
	#shopInfoWrap>div.shopBox>ul {
		padding-top: 5px;
		display: flex;
		clear: both;
	}
	#shopInfoWrap>div.shopBox>ul>li {
		width: 50%;
	}
	#shopInfoWrap>div.shopBox>ul>li>img {
		width: 100%;
	}
	/** 2019.04.22予約ボタン修正 **/
	#shopInfoWrap>div.shopBox>div.netRev {
		font-size: 1.4em;
		font-weight: 700;
		text-align: center;
		padding: 4px 24px;
		border: 1px solid #ff5c26;
		border-radius: 10px;
		clear: both;
		
		width: 100%;
		position: absolute;
		bottom: 0;
	}
	#shopInfoWrap>div.shopBox>div.netRev>p {
		padding: 4px;
		margin-bottom: 4px;
		border-bottom: 1px dotted #ff5c26;
	}
	#shopInfoWrap>div.shopBox>div.netRev>ul {
		display: flex;
	}
	#shopInfoWrap>div.shopBox>div.netRev>ul>li {
		font-size: 1.1em;
		width: 49%;
		padding: 4px;
		border-radius: 10px;
	}
	#shopInfoWrap>div.shopBox>div.netRev>ul>li:nth-child(1) {
		margin-right: 2%;
	}
	
	#shopInfoWrap>div.shopBox>.address>p:last-child {
		text-align: right;
	}
	
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	#shopInfo>h2 {
		font-size: 1.2em;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	#shopInfoWrap {
		padding: 0 10px;
	}
	#shopInfoWrap>div.shopBox {}
	#shopInfoWrap>div.shopBox>iframe,
	#shopInfoWrap>div.shopBox>figure {
		margin-right: 4px;
		margin-bottom: 6px;
	}
	#shopInfoWrap>div.shopBox>div.address {}
	#shopInfoWrap>div.shopBox>div.address>h3 {
		font-size: 1.25em;
		border-bottom: 2px solid #8a8a7c;
		padding-bottom: 4px;
		margin-bottom: 8px;
	}
	#shopInfoWrap>div.shopBox>div.address>p:not(.netRev) {
		font-size: 0.875em;
		line-height: 1.2;
	}
	#shopInfoWrap>div.shopBox>div.address>p.netRev {
		font-size: 1.25em;
		font-weight: bold;
		text-align: center;
		width: 136px;
		float: right;
	}
	#shopInfoWrap>div.shopBox>div.address>p.netRev>a {
		color: #fff;
		padding: 4px 8px;
		margin-top: 0.5em;
		border-radius: 10px;
		background: #ff5c26;
		display: block;
	}
	#shopInfoWrap>div.shopBox>div.address>p.netRev>a>span {
		color: #000;
		font-size: 0.7em;
		font-weight: normal;
		padding: 4px;
		margin-bottom: 4px;
		border-radius: 10px;
		display: block;
		background: #fff;
	}
	#shopInfoWrap>div.shopBox>ul {
		padding-top: 4px;
		display: flex;
		clear: both;
	}
	#shopInfoWrap>div.shopBox>ul>li {
		width: 50%;
	}
	#shopInfoWrap>div.shopBox>ul>li>img {
		width: 100%;
	}
	/** 2019.04.22予約ボタン修正 **/
	#shopInfoWrap>div.shopBox>div.netRev {
		font-size: 1.1em;
		font-weight: 700;
		text-align: center;
		padding: 4px 8px;
		border: 1px solid #ff5c26;
		border-radius: 10px;
		clear: both;
	}
	#shopInfoWrap>div.shopBox>div.netRev>p {
		padding: 4px;
		margin-bottom: 4px;
		border-bottom: 1px dotted #ff5c26;
	}
	#shopInfoWrap>div.shopBox>div.netRev>ul {
		display: flex;
	}
	#shopInfoWrap>div.shopBox>div.netRev>ul>li {
		font-size: 1.0em;
		width: 49%;
		padding: 4px;
		border-radius: 10px;
	}
	#shopInfoWrap>div.shopBox>div.netRev>ul>li:nth-child(1) {
		margin-right: 2%;
	}
}

/*******************************************************************************
 * NEWS & Contents banner
*******************************************************************************/
article>section#shopInfo+section {
	
	margin-bottom: 20px;
	border-bottom: 3px dotted #575748;
}
/** NEWS **/
#everpetNews>h2 {
	margin-bottom: 12px;
}
#everpetNews>ul>li {
	font-size: 0.875;
	line-height: 1.3;
	padding: 10px 4px;
	border-top: 1px dashed #ff5f2a;
}
#everpetNews>ul>li:last-child {border-bottom: 1px dashed #ff5f2a;}
#everpetNews>ul>li>time {
	color: #ff5f2a;
	display: block;
}
/** CONTENTS **/
#contentsBunner>ul>li {
	width: 100%;
	height: 80px;
	margin-bottom: 10px;
	border: 1px solid #ff5f2a;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #ffdfbf;
	background-size: 250px 80px;
	display: table;
}
#contentsBunner>ul>li:nth-child(1) {background-image: url(img/toppage/bnr_contents1.png);}
#contentsBunner>ul>li:nth-child(2) {background-image: url(img/toppage/bnr_contents5.png);}
#contentsBunner>ul>li:nth-child(3) {background-image: url(img/toppage/bnr_contents2.png);}
#contentsBunner>ul>li:nth-child(4) {background-image: url(img/toppage/bnr_contents3.png);}
#contentsBunner>ul>li:nth-child(5) {background-image: url(img/toppage/bnr_contents4.png);}
#contentsBunner>ul>li:last-child {margin-bottom: 0;}
#contentsBunner>ul>li>a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow:
		1px 1px 1px #741e00,-1px -1px 1px #741e00;
	vertical-align: middle;
	padding-left: 8px;
	display: table-cell;
}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	article>section#news {
		padding: 0 20px 20px;
		display: flex;
	}
	#everpetNews>h2>img {
		height: 28px;
	}
/** NEWS **/
	#everpetNews {
		width: 600px;
		margin-right: 20px;
	}
/** CONTENTS **/
	#contentsBunner {
		width: 340px;
	}
	
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article>section#news {
		padding: 0 10px 20px;
	}
	#everpetNews>h2>img {
		height: 20px;
	}
/** NEWS **/
	#everpetNews {
		margin-bottom: 10px;
	}
/** CONTENTS **/
	#contentsBunner {}
}

/*******************************************************************************
 * 広告バナー
*******************************************************************************/
article>section#adBunner {}
#adBunner>ul {
	display: flex;
	flex-wrap: wrap;
}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	article>section#adBunner {
		padding: 10px;
	}
	#adBunner>ul>li {margin-right: 5px;}
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article>section#adBunner {
		padding: 20px 10px;
	}
	#adBunner>ul>li {
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	#adBunner>ul>li:nth-child(2n) {margin-right: 0;}
}

/*******************************************************************************
 * 検索ボックス
*******************************************************************************/

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	
}

/******************************************************************************
 * BigRam
 * ver 1.0 2019
******************************************************************************/