@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#history>header {
	width: 100%;
	background: url(img/contents/purchase.headimg.jpg) no-repeat #ccc;
	background-size: cover;
	position: relative;
}
article#history>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#history>header {
		height: 300px;
		background-position: center -80px;
	}
	article#history>header>h2 {
		font-size: 2.5em;
	}
}

/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article#history>header {
		height: 150px;
		background-position: center center;
	}
	article#history>header>h2 {
		font-size: 1.5em;
	}
}

/*******************************************************************************
 * お取り寄せ一覧
*******************************************************************************/
article#history>section {
	padding-top: 10px;
}
#history>section>div {
	border-width: 2px;
	display: inline-table;
	border-radius: 20px;
}
#history>section>div.history_cat,
#history>section>div.history_dog {}
#history>section>div:after,
#history>section>div>div>dl>dd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#history>section>div:not([class]) {
	border-style: solid;
	border-color: #ff5c26;
}
#history>section>div>h3 {
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	background: #ffdfbf;
}
#history>section>div>h3+figure>img {
	width: 100%;
}
#history>section>div>h4 {}
#history>section>div>h4>small {
	font-size: 95%;
	font-weight: normal;
}

#history>section>div>p {
	margin-bottom: 1.0em;
}
#history>section>div>p:last-child {margin-bottom:0;}
#history>section>div>div {}
#history>section>div>div>dl {
	margin-bottom: 10px;
}
#history>section>div>div>dl:nth-child(2n){margin-right:0;}
#history>section>div>div>dl>dt {
	font-weight: bold;
	padding: 4px 0;
	margin-bottom: 4px;
	border-top: 1px solid #98adf9;
	border-bottom: 1px solid #98adf9;
}
#history>section>div>div>dl>dt:before {
	content: "\1f43e";
	margin-right: 0.25em;
}
#history>section>div>div>dl>dd {
	line-height: 1.5;
	display: inline-table;
}
#history>section>div>div>dl>dd>b {
	color: #f00;
}
#history>section>div>div>dl>dd>img {
	width: 128px;
	margin-right: 6px;
	float: left;
}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	#history>section>div {
		width: 100%;
		padding: 20px;
		margin-bottom: 20px;
	}
	#history>section>div.history_cat,
	#history>section>div.history_dog {
		padding-top: 5px;
		padding-bottom: 0;
	}
	#history>section>div>h3 {
		font-size: 1.25em;
		line-height: 1.5;
		padding: 8px;
		margin-bottom: 20px;
	}
	#history>section>div>h3+figure {
		width: 45%;
		float: right;
	}
	#history>section>div>h4 {
		font-size: 1.375em;
		height: 66px;
		padding-top: 34px;
		padding-left: 94px;
		margin-bottom: 4px;
		background-size: 90px 64px;
	}
	#history>section>div>h4+p {
		line-height: 1.0;
		text-align: right;
		margin-bottom: 10px;
	}
	#history>section>div>p {
		line-height: 1.8;
	}
	#history>section>div>div {
		display: flex;
		flex-wrap: wrap;
	}
	#history>section>div>div>dl {
		width: calc(50% - 4px);
		margin-right: 8px;
	}
	#history>section>div>div>dl>dt {
		font-size: 1.25em;
	}
	
	div.history_cat {
		padding-top: 5px;
		border-style: dotted;
		border-color: #162d85;
	}
	div.history_cat>h4 {
		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) 58%,
				rgba(255,255,255,0)58%,rgba(255,255,255,0) 100%);
	}
	
	div.history_dog {
		padding-top: 5px;
		border-style: dotted;
		border-color: #741e00;
	}
	div.history_dog>h4 {
		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) 58%,
				rgba(255,255,255,0)58%,rgba(255,255,255,0) 100%);
	}
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	#history>section>div {
		padding: 10px;
		margin: 10px 10px 20px;
	}
	#history>section>div.history_cat,
	#history>section>div.history_dog {
		padding-top: 10px;
	}
	#history>section>div>h3 {
		font-size: 1.2em;
		line-height: 1.3;
		padding: 4px;
		margin-bottom: 10px;
		border-radius: 10px 10px 0 0;
	}
	#history>section>div>h3+figure {
		width: 100%;
	}
	#history>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;
	}
	#history>section>div>h4+p {
		font-size: 80%;
		line-height: 1.0;
		text-align: right;
		margin-bottom: 10px;
	}
	#history>section>div>h4>small {
		margin-top: 4px;
		display: block;
	}
	#history>section>div>p {
		line-height: 1.5;
	}
	#history>section>div>div>dl:last-child {
		margin-bottom: 0;
	}
	
	div.history_cat {
		border-style: dotted;
		border-color: #162d85;
	}
	div.history_cat>h4 {
		color: #162d85;
		background: url(img/icon_cat.png) no-repeat 2px center rgba(152,173,249,1);
	}
	
	div.history_dog {
		border-style: dotted;
		border-color: #741e00;
	}
	div.history_dog>h4 {
		color: #741e00;
		background: url(img/icon_dog.png) no-repeat 2px center rgba(255,173,146,1);
	}
}

/******************************************************************************
 * BigRam
 * ver 1.0 2019
******************************************************************************/