@charset "UTF-8";


/* パンくず */
#pan {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 60px 0;
}

#pan h1 {
	float: left;
}

#pan p {
	float: right;
	position: relative;
}

#pan p img {
	margin-top: 4px;
	position: absolute;
	top: -4px;
	left: -24px;
}


/*  contents  */
#rightcontents {
	width: 690px;
	float: right;
}

#rightcontents img {
	vertical-align: bottom;
}

.stit {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ED7700;
}

.column {
	margin: 30px 0 80px 0;
	overflow: hidden;
}

.column p {
	width: 310px;
	float: left;
	font-size: 1.4em;
	line-height: 24px;
	text-align: justify;
}

.column .oldshop {
	float: right;
}

.column .oldshop figcaption {
	padding-top: 5px;
	font-size: 1.1em;
	text-align: right;
}

#merit {
	width: 648px;
	padding: 60px 20px 25px 20px;
	background: #FFF;
	position: relative;
	box-shadow: 2px 2px 0 0 rgba(125, 117, 49, .2);
}

#merit h1 {
	margin-left: -215px;
	position: absolute;
	top: -55px;
	left: 50%;
}

#merit ul {
	letter-spacing: -.35em;
}

#merit li {
	width: 202px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	letter-spacing: normal;
}

#merit li:first-child {
	margin: 0;
}

#merit .imgicn {
	width: 150px;
	margin-left: -75px;
	position: absolute;
	left: 50%;
}

#merit .imgicn figure {
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	background: #EDF8F9;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 2px 0 0 #D3E8EA;
}

#merit li h2 {
	width: 202px;
	height: 70px;
	padding-top: 150px;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

#merit01 h2 {
	color: #529E2D;
}

#merit02 h2 {
	color: #2B85CB;
}

#merit03 h2 {
	color: #E88E00;
}

#merit li p {
	font-size: 1.2em;
	line-height: 24px;
}

#merit03 p span {
	position: relative;
	top: -3px;
	font-size: 0.5em;
}

#merit .notice {
	margin-top: 5px;
	padding-left: 15px;
	display: block;
	position: relative;
	font-size: 1em;
	line-height: 16px;
}

#merit .notice:before {
	content: "※";
	position: absolute;
	left: 0;
}

#shopaccess {
	margin-top: 50px;
}

#shopaccess div {
	padding-bottom: 20px;
	background: #FFF;
}

#shopaccess div h2 {
	margin: 20px 20px 10px 20px;
	font-size: 1.6em;
	color: #ED7700;
}

#shopaccess div p {
	margin: 0 20px;
	font-size: 1.4em;
	line-height: 24px;
}

#contact-shop {
	margin-top: 50px;
	padding: 20px;
	background: #DF6E6E;
	color: #FFF;
}

#contact-shop section {
	height: 90px;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

#contact-shop .tel {
	width: 324px;
	border-right: 1px dotted #E99A9A;
}

#contact-shop .mail {
	width: 325px;
}

#contact-shop section h1 {
	margin-bottom: 5px;
	padding-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#contact-shop section dl {
	margin-top: 5px;
}

#contact-shop section dt,
#contact-shop section dd {
	display: inline-block;
	vertical-align: top;
	font-size: 1.1em;
}

#contact-shop .mail h1 {
	margin-bottom: 10px;
}

#contact-shop .mail div {
	width: 190px;
	margin: 0 auto;
}

#contact-shop .mail a {
	width: 190px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	background: #FFF;
	border-radius: 3px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #DF6E6E;
}

#contact-shop .mail a:hover {
	opacity: .7;
}



/* style */
.right {
	float: right;
}

.left {
	float: left;
}

.cl {
	clear: both;
}