@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;
	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.point */
article.contents section.point {
	border:solid 1px #ccc;
	width:90%;
	margin:0 auto 10px auto;
	padding:10px;
}
article.contents section.point img {
	display:block;
	margin:0 auto 10px auto;
}
article.contents section.point dl dt {
	border-bottom:dotted 1px #ccc;
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:5px;
	padding:2px 5px;
}
article.contents section.point dl dd {
	font-size:0.8em;
	line-height:1.5;
	color:#666;
	padding:2px 5px;
}
/* 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;
}
article.contents section.address ul li.office {
	border-left: solid 3px #b5aaaa;
    padding-left: 5px;
	margin-top: 15px;
}
article.contents section.address ul li.office_first {
	margin-top: 0;
}
article.contents section.address ul li.building {
	display: none;
}

/* タブレットレイアウト : モバイルレイアウトからスタイルを継承。 */
@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.point */
article.contents section.point {
	float:left;
	border:solid 1px #ccc;
	width:44%;
	margin:10px;
	padding:10px;
}
article.contents section:last-child { margin-bottom:40px; }
/* 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 {
	display: block;
	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.point */
article.contents section.point { width:440px; }
article.contents section.point img {
	float:left;
	margin-right:10px;
}
/* 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.sn_2 {
	height:155px;
}
article.contents section.address ul li.office {
	width: 700px;
}
article.contents section.address ul li.building {
	display: block;
	width:350px;
}
}