/* Scss Document */
#key {
	background: url(../img/shopinfo/key.jpg) top center no-repeat;
	background-size: cover;
}
#sec1 {
	background: url(../img/shopinfo/sec1-bg.png) top center no-repeat;
	background-size: cover;
	padding-bottom: 65px;
	color: #000;
}
#sec1 h2 {
    padding-top: 113px;
    text-align: center;
    margin-bottom: 11px;
}
#sec1 dl {
    width: 589px;
    margin: auto;
    line-height: 27px;
    padding: 6px 0 8px;
    border-bottom: 1px dashed #351007;
}
#sec1 dl dt {
	width: 190px;
	float: left;
	text-align: center;
}
#sec1 dl dd {
	margin-left: 20px;
	min-width: 50px;
	float: left;
}
#sec1 dl .tel {
	font-size: 30px;
	font-weight: bold;
}
#sec1 .button {
	margin-top: 100px;
	text-align: center;
}
#sec1 .button li {
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	margin: 0 20px;
}
#sec1 .button li:nth-of-type(2) {
	opacity: 1;
	font-size: 30px;
	background: url(../img/shopinfo/sec1-btn3.jpg) top center no-repeat;
	color: #fce0ba;
	width: 370px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	transition: all 0.5s;
}
#sec1 .button li:nth-of-type(2):hover {
	opacity: .8;
}
#sec1 .button li:last-of-type {
	display: block;
	text-align: left;
	margin: 45px 0 0 215px;
	color: #000;
	text-decoration: underline;
}
#sec2 {
	text-align: center;
	background: url(../img/concept/sec3-bg.jpg) top center repeat;
}
#sec2 h2 {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 1;
}
#sec2 .text {
	position: absolute;
	top: 244px;
	left: 0;
	right: 0;
	z-index: 1;
}
#sec2 #gmap {
	min-height: 650px;
}

#sec2 .map img{
	margin-left:-200px;
	width:100%;
	min-width:1550px;
	min-height:600px;
}
