@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#shop>header {
	width: 100%;
	background: url(img/contents/law.headimg.jpg) no-repeat #ccc;
	background-size: cover;
	position: relative;
}
article#shop>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#shop>header {
		height: 300px;
		background-position: center -80px;
	}
	article#shop>header>h2 {
		font-size: 2.5em;
	}
}

/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article#shop>header {
		height: 150px;
		background-position: center center;
	}
	article#shop>header>h2 {
		font-size: 1.5em;
	}
}

/*******************************************************************************
 * 店舗案内
*******************************************************************************/
article#shop>section {
	padding-top: 10px;
}

#shop>section>div.shopBox {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ff5c26;
	border-radius: 10px;
}
#shop>section>div.shopBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#shop>section>div.shopBox>h3 {
	color: #741e00;
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	font-size: 130%;
	padding: 8px;
	margin-bottom: 0.5em;
	border-left: 6px solid #ff5c26;
	border-bottom: 1px solid #ff5c26;
	background: #ffdfbf;
	clear: both;
}
#shop>section>div.shopBox>h3+ul {
	border: 1px solid #999;
}
#shop>section>div.shopBox>h3+ul img {
	width: 100%;
}
#shop>section>div.shopBox>iframe {
	border: 1px solid #999;
}
#shop>section>div.shopBox>div.address>p {
	line-height: 1.5;
}

#shop>section>div.shopBox>div.netRev>ul>li:nth-child(1) {background: #f45294;}
#shop>section>div.shopBox>div.netRev>ul>li:nth-child(2) {background: #4ea467;}
#shop>section>div.shopBox>div.netRev>ul>li>a {
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	color: #fff;
}
#shop>section>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;
}
#shop>section>div.shopBox>div.netRev>ul>li:nth-child(1)>a:before {content: "\f1b0";}
#shop>section>div.shopBox>div.netRev>ul>li:nth-child(2)>a:before {content: "\f0f7";}


/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	#shop>section {}
	#shop>section>div.shopBox>h3+ul {
		width: 400px;
		margin-right: 8px;
		margin-bottom: 10px;
		float: left;
	}
	#shop>section>div.shopBox>iframe {
		width: 570px;
		height: 260px;
		margin-bottom: 10px;
	}
	/** 予約ボタン ***************************************************************/
	#shop>section>div.shopBox>div.netRev {
		font-size: 1.4em;
		font-weight: 700;
		text-align: center;
		padding: 4px 24px;
		border: 1px solid #ff5c26;
		border-radius: 10px;
		background: #fee;
		clear: both;
	}
	#shop>section>div.shopBox>div.netRev>p {
		padding: 4px;
		margin-bottom: 4px;
		border-bottom: 1px dotted #ff5c26;
	}
	#shop>section>div.shopBox>div.netRev>ul {
		display: flex;
	}
	#shop>section>div.shopBox>div.netRev>ul>li {
		font-size: 1.1em;
		width: 49%;
		padding: 4px;
		border-radius: 10px;
	}
	#shop>section>div.shopBox>div.netRev>ul>li:nth-child(1) {
		margin-right: 2%;
	}
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article#shop>section {
		padding: 10px 10px;
	}
	
	#shop>section>div.shopBox>iframe {
		width: 100%;
		height: 260px;
		margin-bottom: 10px;
	}
	#shop>section>div.shopBox>div.address {
		margin-bottom: 20px;
	}
	
	/** 予約ボタン ***************************************************************/
	#shop>section>div.shopBox>div.netRev {
		font-weight: 700;
		text-align: center;
		padding: 4px 12px;
		border: 1px solid #ff5c26;
		border-radius: 10px;
		background: #fee;
		clear: both;
	}
	#shop>section>div.shopBox>div.netRev>p {
		padding: 4px;
		margin-bottom: 4px;
		border-bottom: 1px dotted #ff5c26;
	}
	#shop>section>div.shopBox>div.netRev>ul {
		display: flex;
	}
	#shop>section>div.shopBox>div.netRev>ul>li {
		font-size: 1.1em;
		width: 49%;
		padding: 8px 4px;
		border-radius: 10px;
	}
	#shop>section>div.shopBox>div.netRev>ul>li:nth-child(1) {
		margin-right: 2%;
	}
}


/******************************************************************************
 * BigRam
 * ver 1.0 2019
******************************************************************************/