@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);

/******************************************************************************
 * ARTICLE
******************************************************************************/
body>article {}
/** PC ***********************************************************************/
@media screen and (min-width:768px),print{
	body>article {}
}
/** SMART PHONE **************************************************************/
@media screen and (max-width:767px){
	body>article {}
}

/*******************************************************************************
 * コンテンツヘッダ
*******************************************************************************/
article#pethotel>header {
	width: 100%;
	background: url(img/contents/pethotel.headimg.jpg) no-repeat #ccc;
	background-size: cover;
	position: relative;
}
article#pethotel>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#pethotel>header {
		height: 300px;
		background-position: center -250px;
	}
	article#pethotel>header>h2 {
		font-size: 2.5em;
	}
}

/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article#pethotel>header {
		height: 150px;
		background-position: center center;
	}
	article#pethotel>header>h2 {
		font-size: 1.5em;
	}
}

/*******************************************************************************
 * トリミング
*******************************************************************************/
article#pethotel>section {
	padding-top: 10px;
}
#pethotel>section>h3 {
	color: #741e00;
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	font-size: 130%;
	padding: 8px;
	margin: 1.0em 0 0.5em;
	border-left: 6px solid #ff5c26;
	border-bottom: 1px solid #ff5c26;
	background: #ffdfbf;
}
#pethotel>section>h4 {
	color: #741e00;
	font-size: 110%;
	padding-bottom: 8px;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #aaa;
}
#pethotel>section>p {
	line-height: 1.8;
	text-indent: 1.0em;
	margin-bottom: 0.5em;
}
#pethotel>section>ul {
	line-height: 1.5;
	list-style: disc;
}

#pethotel>section figure>img {
	width: 100%;
	margin-bottom: 0.5em;
	padding: 2px;
}
#pethotel>section figure>figcaption {
	font-size: 14px;
	line-height: 1.5;
}
#pethotel>section>div {
	display: flex;
	justify-content: space-between;
}
#pethotel>section>div>figure {
	width: 32%;
}
#pethotel>section>ul>li>a {
	color: #1E4EF3;
	text-decoration: underline;
}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	#pethotel>section>ul {
		width: calc(100% - 440px);
		float: right;
	}
	#pethotel>section>figure {
		width: 400px;
		margin-right: 10px;
		float: left;
	}
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article#pethotel>section {
		padding: 10px 10px;
	}
	#pethotel>section>ul {
		margin-left: 1.5em;
	}
	#pethotel>section>ul>li {
		margin-bottom: 0.5em;
	}
	#pethotel>section>figure {
		display: none;
	}
}


/******************************************************************************
 * BigRam
 * ver 1.0 2019
******************************************************************************/