@charset "utf-8";

/* ========================================================
	store.css => STORE INFO
======================================================== */

/* storeInfo
============================================================================================================ */
#storeInfo {
	width: 800px;
	margin: 30px auto 60px;
}
#storeInfo > h1 {
	margin-bottom: 25px;
	font-size: 44px;
	font-size: 4.4rem;
	line-height: 1.3;
	text-align: center;
}

/* info
------------------------------------------------------------- */
#storeInfo .info {
	position: relative;
	margin: 70px 0 80px;
}
#storeInfo .info #map,
#storeInfo .info .map {
	float: left;
	width: 400px;
	height: 400px;
}
#storeInfo .info #map ~ *,
#storeInfo .info .map ~ * {
	margin-left: 450px;
	line-height: 2;
}
#storeInfo .info .map iframe{
	width: 400px;
	height: 400px;
}
#storeInfo .info ul {
	padding: 2em 0;
}
#storeInfo .info ul li{
  
}
#storeInfo .info ul li:before {
	content: "□";
  display: inline;
}
#storeInfo .gmap {
	position: absolute;
	bottom: 0;
	left: 450px;
	margin: 0 !important;
}
#storeInfo .gmap a {
	padding: 0 18px;
	color: #e63828;
	background: url(../../common/images/parts/ico_pin.png) no-repeat;
}


/* btns
------------------------------------------------------------- */
#storeInfo .btns {
	position: relative;
	overflow: hidden;
	margin: 0 -16px 70px;
	zoom: 1;
}
#storeInfo .btns:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#storeInfo .btns ul {
	float: left;
	position: relative;
	left: 50%;
}
#storeInfo .btns li {
	position: relative;
	left: -50%;
	float: left;
	padding: 0 16px;
}
#storeInfo .btns li a {
	display: block;
	width: 168px;
	height: 168px;
	border: 4px solid;
	border-radius: 200px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
#storeInfo .btns li a span {
	display: block;
	line-height: 1.2;
}
#storeInfo .btns li a .title {
	margin-bottom: 8px;
	padding-top: 20px;
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: -1px;
	line-height: 1;
}

#storeInfo .btns li a:hover {
	color: #fff !important;
}

#storeInfo .btns li a.coupon {
	color: #ff474c;
	border-color: #ff474c;
}
#storeInfo .btns li a.coupon:hover {
	background-color: #ff474c;
}
#storeInfo .btns li a.menu {
	color: #ffbe00;
	border-color: #ffbe00;
}
#storeInfo .btns li a.menu:hover {
	background-color: #ffbe00;
}
#storeInfo .btns li a.party {
	color: #4cd02d;
	border-color: #4cd02d;
}
#storeInfo .btns li a.party:hover {
	background-color: #4cd02d;
}
#storeInfo .btns li a.viking {
	color: #036eb6;
	border-color: #036eb6;
}
#storeInfo .btns li a.viking:hover {
	background-color: #036eb6;
}

#storeInfo .btns li a.coupon .title,
#storeInfo .btns li a.menu .title {
	height: 82px;
	margin-bottom: 0;
	line-height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#storeInfo .btns li a.coupon .title {
	padding-top: 36px;
	font-size: 35px;
	font-size: 3.5rem;
}
#storeInfo .btns li a.menu .title {
	padding-top: 32px;
	font-size: 42px;
	font-size: 4.2rem;
}
#storeInfo .btns li a.coupon .txt,
#storeInfo .btns li a.menu .txt {
	line-height: 1.4;
}
