@charset "UTF-8";

/* モバイルレイアウト : 480 px およびそれ以下. */
/* article.title */
article.title hgroup {
	width:95%;
	margin:0 auto 10px auto;
}
article.title hgroup h1 {
	font-size:1.3em;
	font-weight:bold;
}
/* article.contents */
article.contents {
	clear:both;
	margin:0 auto 20px auto;
}
/* section.head */
article.contents section.head {
	margin:10px auto;
	padding:5px;
}
article.contents section.head p {
	font-size:0.9em;
	line-height:1.5;
	color:#666;
	margin-bottom:20px;
}
article.contents section.head h2 {
	font-size:1.3em;
	<strong>font-weight:bold;
	/*font-family:serif;*/
	margin-bottom:20px;
	padding:0 10px;
}
article.contents section.head img { display:none; }
/* img.main_image */
article.contents img.main_image { display:none; }
/* section.image */
article.contents section.image {
	width:95%;
	margin:0 auto 10px auto;
}
article.contents section.image strong { margin:0 auto 10px auto; }
article.contents section.image ul {
	text-align:center;
	margin:0 auto 5px auto;
}
article.contents section.image ul li {
	font-size:0.8em;
	color:#666;
	margin-bottom:10px;
}
/* section.point01 */
article.contents section.point01 {
	border:solid 1px #ccc;
	margin-bottom:10px;
	padding:5px;
}
article.contents section.point01 strong {
	display:block;
	border-bottom:dotted 1px #ccc;
	font-size:1.0em;
	color:#f00;
	margin-bottom:5px;
	padding:0 5px;
}
article.contents section.point01 dl { padding:0 10px; }
article.contents section.point01 dl dt {
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:5px;
}
article.contents section.point01 dl dd {
	font-size:0.8em;
	color:#666;
	line-height:1.5;
	margin-bottom:10px;
	padding-left:10px;
}
article.contents section.point01 p {
	font-size:0.8em;
	line-height:1.5;
	color:#600;
	padding:0 10px;
}
/* point02 */
article.contents section.point02 {
	border:solid 1px #ccc;
	margin-bottom:10px;
	padding:5px;
}
article.contents section.point02 img.title_mark {
	float:left;
	margin:0 5px 5px 0;
}
article.contents section.point02 strong {
	font-size:1.0em;
	/*font-family:serif;*/
	line-height:1.5;
	color:#f00;
	margin-bottom:5px;
}
article.contents section.point02 span { clear:both; }
article.contents section.point02 span img { float:left; }
article.contents section.point02 span p {
	float:right;
	width:58%;
	font-size:0.8em;
	line-height:1.5;
	color:#666;
}
/* else */
article.contents section.else {
	margin-bottom:20px;
	padding:5px;
}
article.contents section.else dl dt {
	border-bottom:dotted 1px #ccc;
	font-size:1.0em;
	margin-bottom:5px;
	padding:5px;
}
article.contents section.else dl dd { padding:0 10px; }
article.contents section.else dl dd strong {
	display:block;
	font-size:0.8em;
	margin-bottom:5px;
}
article.contents section.else dl dd span {
	font-size:0.8em;
	color:#666;
}
/* h3 */
article.contents h3 img {
	display:block;
	margin:0 auto;
}
/* strong */
article.contents h3 strong {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
/* section.address */
article.contents section.address ul {
	border-bottom:dotted 1px #ccc;
	margin-bottom:5px;
	padding:5px 15px;
}
article.contents section.address ul:last-child { border:none; }
article.contents section.address ul li {
	font-size:0.9em;
	line-height:1.5;
	margin-bottom:2px;
}

/* タブレットレイアウト : モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 481px) {
/* article.contents */
article.contents { width:95%; }
/* section.head */
article.contents section.head {
	margin:10px auto;
	padding:5px;
}
article.contents section.head p { width:80%; }
article.contents section.head h2 {
	border-bottom:solid 2px #ccc;
	padding:2px 10px;
}
article.contents section.head img {
	display:inherit;
	position:relative;
	top:-135px;
	left:83%;
	margin-bottom:-120px;
}
/* img.main_image */
article.contents img.main_image {
	display:block;
	margin:0 auto 20px auto;
}
/* section.image */
article.contents section.image strong {
	display:block;
	font-size:1.0em;
	margin:0 auto 10px auto;
}
article.contents section.image ul li {
	float:left;
	margin:5px;
}
/* section.point01 */
article.contents section.point01 {
	float:left;
	width:57%;
}
article.contents section.point01 dl dt {
	float:left;
	white-space:nowrap;
}
/* section.point02 */
article.contents section.point02 {
	float:right;
	/*width:37%;*/
	width:99%;
}
article.contents section.point02 span p {
	/*width:53%;*/
	width:80%;
}
/* else */
article.contents section.else {
	clear:both;
	margin-bottom:20px;
}
article.contents section.else dl dd strong {
	float:left;
	display:block;
	width:10%;
}
article.contents section.else dl dd span {
	float:right;
	width:85%;
}
/* h3 */
article.contents h3 img {
	display:inline;
	margin:0 auto;
}
/* strong */
article.contents h3 strong {
	display:inline;
	position:relative;
	top:-11px;
	left:5px;
	font-size:1.3em;
	margin-bottom:10px;
}
/* section.address */
article.contents section.address ul {
	border-bottom:dotted 1px #ccc;
	margin-bottom:5px;
	padding:5px 15px;
}
article.contents section.address ul:last-child { border:none; }
article.contents section.address ul li {
	float:left;
	margin-right:10px;
}
article.contents section.address ul li.shop_name {
	width:100%;
	font-size:1.0em;
	font-weight:bold;
}
article.contents section.address ul li.building { width:350px; }
}

/* デスクトップレイアウト : モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 1000px) {
/* article.contents */
article.contents { width:980px; }
/* section.head */
article.contents section.head p { width:800px; }
article.contents section.head img {
	position:relative;
	top:-135px;
	left:85%;
	margin-bottom:-120px;
}
/* section.image */
article.contents section.image { width:980px; }
article.contents section.image ul li {
	margin:3px 12px;
}
/* section.point01 */
article.contents section.point01 { width:530px; }
article.contents section.point01 dl dt { width:100px; }
/* section.point02 */
article.contents section.point02 {
	/*width:400px;*/
	width:98%;
	padding:10px;
}
article.contents section.point02 span p {
	/*width:265px;*/
	width:85%;
}
article.contents section.address ul li{
	width:100%;
}
/* section.address */
article.contents section.address ul li.shop_name {
	width:200px;
	height:40px;
	font-size:0.9em;
	font-weight:normal;
}
article.contents section.address ul li.building {
	width:350px;
}
}