
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#121212;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    -webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

a[href^="tel:"] { cursor: pointer; text-decoration: none; color: #333}
a[href^="tel:"]:hover{	text-decoration: none;}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

i, em{
	font-style		: normal;
}


/*=================================================
 * CSS for PC
 * ================================================= */

body{
	min-width: 1200px;
}


/** header **/

header{
	height: 110px;
	padding: 80px 0 0 0;
	background: url(../img/index/logo.png) no-repeat 50% 10px rgb(34,34,34);
	background: url(../img/index/logo.png) no-repeat 50% 10px, linear-gradient(90deg, rgba(34,34,34,1) 0%, rgba(68,68,68,1) 50%, rgba(34,34,34,1) 100%);
	background-size: 180px auto, auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

header h1{
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	text-align: center;
	padding: 5px 0;
	background: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** nav **/

nav{
	height: 620px;
	color: #fff;
	background:
	url(../img/index/navlogo.png) no-repeat 50% 10px,
	url(../img/index/bg.png) no-repeat top center #000;
	background-size: auto 370px, auto;
}

nav h2{
	font-size: 0;
	line-height: 0;
	height: 520px;
}

nav .enter{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 80px;
	padding: 1px;
	box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 1);
	background: rgb(180,159,85);
	background: linear-gradient(0deg, rgba(180,159,85,1) 0%, rgba(255,254,191,1) 50%, rgba(180,159,85,1) 100%);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav .leave{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 40px;
	padding: 1px;
	box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 1);
	background: rgb(180,159,85);
	background: linear-gradient(0deg, rgba(180,159,85,1) 0%, rgba(255,254,191,1) 50%, rgba(180,159,85,1) 100%);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav .enter:hover,
nav .leave:hover{
	text-decoration: none;
}

nav .enter p{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 298px;
	height: 78px;
	color: #fff;
	background: #000;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
nav .enter:hover p{
	color: #000;
	background: #fff;
}

nav .enter p span{
	width: 100%;
	font-family: "FontA";
	font-size: 45px;
	line-height: 46px;
}

nav .enter p em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #d8c173;
}

.enter_bg{
	display: flex;
	justify-content: center;
}

.enter_bg > div{
	margin: 0 10px;
}

nav .leave p{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 298px;
	height: 38px;
	color: #fff;
	background: #000;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
nav .leave:hover p{
	color: #000;
	background: #fff;
}

nav .leave p span{
	font-family: "FontA";
	font-size: 30px;
	line-height: 30px;
	margin-right: 5px;
}

nav .leave p em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #d8c173;
	margin-left: 5px;
}


nav .caution{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	padding: 7px 0 0 0;
}


/** main **/

main{
	position: relative;
	display: block;
}


/** recruit **/

#recruit{
	padding: 0 0 40px 0;
}

#topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 50px 0;
	padding: 50px;
	background: url(../img/index/topimg_bg.gif) top center;
}

#recinfo{
	width: 1100px;
	margin: 0 auto 50px auto;
}

#recinfo dl{
	display: flex;
	align-items: stretch;
	margin: 0 0 1px 0;
}

#recinfo dt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 250px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #caaa55;
	background: #000;
	padding: 20px;
	margin-right: 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#recinfo dd{
	width: calc(100% - 251px);
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 20px;
	box-shadow:0px 0px 0px 1px #ddd inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#recinfo dd ul{
	display: flex;
	flex-wrap: wrap;
}

#recinfo dd li{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: calc(100% / 2);
	margin: 0 0 3px 0;
}

#recinfo dd li span{
	font-size: 14px;
	line-height: 14px;
	margin-right: 3px;
	color: #caaa55;
}

#reccnt{
	width: 1100px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto 50px auto;
	padding: 0 40px 40px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#reccnt:last-child{	margin-bottom: 0;}

#reccnt h3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 84px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	border-bottom: 3px double #d8c173;
	margin: 0 0 30px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#reccnt h3 img{
	width: 180px;
	height: auto;
}

#reccnt .recbt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 470px;
	height: 80px;
	color: #fff !important;
	margin: 0 10px 20px 10px;
	border-radius: 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#reccnt .tel{
	background: #2c69ca;
	box-shadow: 0px 3px 0px 0px #174da5;
}
#reccnt .mail{
	background: #e75283;
	box-shadow: 0px 3px 0px 0px #be3964;
}
#reccnt .line{
	background: #15b200;
	box-shadow: 0px 3px 0px 0px #118f00;
	margin-bottom: 0;
}
#reccnt .line div em{	color: #0e6a02;}

#reccnt .recbt:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#reccnt .recbt > span{
	width: 45px;
	height: 45px;
	font-size: 30px;
	line-height: 45px;
	color: #000;
	background: #fff;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#reccnt .recbt p{
	font-size: 19px;
	line-height: 20px;
	text-align: left;
	margin: 0 20px 0 8px;
}
#reccnt .recbt p span{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
#reccnt .recbt p em{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
}

#reccnt .recbt div{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	margin-top: -14px;
	box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}


/** ad_login **/

#ad_login{
	display: block;
	text-align: right;
	background: #fff;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#ad_login > form,
#ad_login > div{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	height: 40px;
}

#ad_login p{
	font-size: 12px;
	line-height: 22px;
}

#ad_login p input[type="text"],
#ad_login p input[type="email"],
#ad_login p input[type="tel"],
#ad_login p input[type="password"],
#ad_login p input[type="number"]
{
	width: 80px;
	background: #fff;
	padding: 1px;
	font-size		: 11px;
	line-height: 18px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border			: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#ad_login p input[type="submit"]{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 22px;
	font-size: 10px;
	line-height: 22px;
	color: #fff;
	background: #000;
	border: 0;
	outline: 0;
	border-radius: 0;
	margin-left: 3px;
	padding: 0 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#ad_login p input[type="submit"]:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/** footer **/

footer{
	position: relative;
	background:
	url(../img/all/footer.png) no-repeat top center,
	url(../img/all/footer_bg.gif) top center;
	background-size: 1500px auto, auto;
}
footer:after{
	content: 'MENS TOPSPA SENDAI';
	width: 600px;
	font-family: "FontA";
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 16px;
	color: #d8c173;
	position: absolute;
	top: 70px;
	left: calc(50% - 300px);
}

#finfo{
	width: 400px;
	position: absolute;
	top: 186px;
	right: calc(50% + 30px);
	border-top: 1px solid #333;
}

#finfo p{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	height: 36px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #fff;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#finfo p span{
	font-size: 20px;
	line-height: 20px;
	margin-right: 8px;
}

#finfo p a{	color: #fff;}

#fmenu{
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 186px 0 70px calc(50% + 5px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#fmenu a{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 190px;
	height: 31px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin: 0 10px 10px 0;
	padding: 0 9px;
	background: #222;
	border: 1px solid #333;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#fmenu a span{
	font-size: 14px;
	line-height: 14px;
	margin-right: 7px;
}
#fmenu a:hover{
	text-decoration: none;
	color: #333;
	background: #fff;
	border-color: #fff;
}


footer #copyright{
	padding: 40px 0;
	background: #fff;
	border-top: 20px solid #121212;
	box-shadow: 0px -1px 0px 0px #fff;
}

footer #copy,
footer #des{
	font-family: "FontA";
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #222;
}
footer #des a{	color: #222;}
footer #des a:hover{	text-decoration: none;}



/** outlink **/

.outlink{
	width: 1120px;
	margin: 40px auto 0 auto;
}

#fgo{	padding-bottom: 40px;}
#fgo2{	padding-bottom: 40px;}
.fgo{
	width: 1060px;
	display: table;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 auto 10px auto;
}
.fgo_in{
	display: table-cell;
	vertical-align: top;
}
.fgo_in table{	margin: 0 auto;}

.link_list{
	font-size: 0;
	line-height: 0;
	padding: 0 0 20px 0;
}

.link_list a{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 5px;
}


#stores{
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
}
.shopbox{
	margin: 0 0 40px 0;
	padding: 0 0 1px 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 5px 15px 0px #ececec;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox:last-of-type{	margin-bottom: 0;}
.shop_title{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	height: 60px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 5px 15px 0px #ececec;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shop_title p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 75px;
	height: 60px;
	font-weight: bold;
	color: #000;
	border-radius: 8px 0 0 0;
	background: rgb(188,164,104);
	background: linear-gradient(0deg, rgba(188,164,104,1) 0%, rgba(241,218,140,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shop_title p em{
	width: 100%;
	font-size: 24px;
	line-height: 1;
}
.shop_title p span{
	width: 100%;
	font-size: 10px;
	line-height: 1;
}
.shop_title h3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	flex: 1;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	padding: 0 15px;
	border-radius: 0 10px 0 0;
	background: #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shop_title h3 a{	color: #fff;}
.shop_tag{
	font-size: 11px;
	line-height: 20px;
	color: #999;
	text-align: left;
	padding: 10px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_in{
	display: flex;
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
	padding: 0 40px;
}
.shopbox_l{
	display: flex;
	width: 500px;
	margin: 0 10px 0 0;
}
.shopbox_l .shopimg{
	width: 160px;
	margin: 0 20px 0 0;
}
.shopbox_l .shopimg img{
	width: 160px;
	height: auto;
}
.shopbox_l .shopinfo{}
.shopbox_l .shopinfo dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_l .shopinfo dl:first-of-type{	border-top: 1px solid #ddd;}
.shopbox_l .shopinfo dl:first-of-type dt,
.shopbox_l .shopinfo dl:first-of-type dd{	padding-bottom: 5px;}
.shopbox_l .shopinfo dt,
.shopbox_l .shopinfo dd{
	display: table-cell;
	vertical-align: top;
	font-size: 11px;
	line-height: 20px;
	padding: 5px 0 6px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_l .shopinfo dt{
	width: 60px;
	text-align: center;
	color: #caaa55;
	background: #000;
}
.shopbox_l .shopinfo dd{
	text-align: left;
	padding-left: 10px;
}
.shopbox_r{
	width: 500px;
	margin: 0 0 0 10px;
}
.shopbox_r .price{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 80px;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 13px 0;
	padding: 0 90px 0 110px;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		    color-stop(.25, #ececec), color-stop(.25, transparent),
		    color-stop(.5, transparent), color-stop(.5, #ececec),
		    color-stop(.75, #ececec), color-stop(.75, transparent),
		    to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_r .price p{
	width: 100%;
	font-size: 10px;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_r .price p:nth-of-type(1){
	border-bottom: 1px solid #ccc;
	margin-bottom: 2px;
	padding: 3px 0 0 0;
}
.shopbox_r .price p:nth-of-type(2){}
.shopbox_r .price div{
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.shopbox_r .price div em{
	font-size: 20px;
	color: #d22700;
}
.shopbox_r .price .mark{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #fff000;
	text-align: center;
	padding-top: 14px;
	background: url(../img/index/icon.png) no-repeat;
	background-size: 60px auto;
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shopbox_r .list{
	display: flex;
	justify-content: space-between;
}
.shopbox_r .list img{
	width: 48px;
	height: auto;
}
.shop_bt{
	font-size: 0;
	line-height: 0;
	margin: 0 1px;
	padding: 20px 0;
	border-radius: 0 0 8px 8px;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		    color-stop(.25, #ececec), color-stop(.25, transparent),
		    color-stop(.5, transparent), color-stop(.5, #ececec),
		    color-stop(.75, #ececec), color-stop(.75, transparent),
		    to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #ececec 25%, transparent 25%,
		  transparent 50%, #ececec 50%, #ececec 75%,
		  transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shop_bt a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 220px;
	height: 40px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	border-radius: 3px;
	margin: 0 7.5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.shop_bt a:hover{
	text-decoration: none;
}
.shop_bt .bt_rec{
	background: #e75283;
	box-shadow: 0px 3px 0px 0px #be3964;
}
.shop_bt .bt_sche{
	background: #2c69ca;
	box-shadow: 0px 3px 0px 0px #174da5;
}
