@charset "utf-8";

@media screen and (min-width: 741px), print {

/*PC*/

.sp {
	display: none;
}
.pc {
	display: block;
}

.red {
	color: #d8053d !important;
}

.panKuzu_wrap.shopPage {
	margin-bottom: 0;
}

.areaNav {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 1px solid #cdcccc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #e5d9b9), color-stop(0.46, #e9e0c4), color-stop(0.00, #ece5cd));
	background: -webkit-linear-gradient(top, #ece5cd 0%, #e9e0c4 46%, #e5d9b9 96%);
	background: -moz-linear-gradient(top, #ece5cd 0%, #e9e0c4 46%, #e5d9b9 96%);
	background: -o-linear-gradient(top, #ece5cd 0%, #e9e0c4 46%, #e5d9b9 96%);
	background: -ms-linear-gradient(top, #ece5cd 0%, #e9e0c4 46%, #e5d9b9 96%);
	background: linear-gradient(to bottom, #ece5cd 0%, #e9e0c4 46%, #e5d9b9 96%);
	margin-bottom: 40px;
}
.areaNav li {
	float: left;
	font-size: 18px;
	background: url(/common/images/share/ico_arrow_down.png) no-repeat 25px 50%;
	background-size: 18px;
}
.areaNav li a {
	display: table-cell;
	height: 51px;
	line-height: 1.2;
	padding-left: 50px;
	border-right: 1px solid #c4b997;
	border-left: 1px solid #fff;
	vertical-align:middle;
}
.areaNav li:nth-child(1) a {
	width: 180px;
	border-left: none;
}
.areaNav li:nth-child(2) a,
.areaNav li:nth-child(3) a,
.areaNav li:nth-child(4) a {
	width: 115px;
}
.areaNav li:nth-child(5) a {
	width: 217px;
	border-right: none;
}
.areaWrap {
	margin-bottom: 30px;
}
.areaWrap > h2 {
	color: #533c34;
	line-height: 1.65em;
	font-size: 24px;
	background-size: 51px 33px;
	margin-bottom: 15px;
}
.areaBox {
	border-bottom: 1px solid #c8c8c8;
}
.areaBox h2,
.areaBox h3 {
	position: relative;
	padding: 0 30px ;
	color: #433f3f;
	line-height: 70px;
	cursor: pointer;
	border-top: 1px solid #c8c8c8;
	background-color: #f5f5f5;
}
.areaBox h2::after,
.areaBox h3::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-image: url(/common/images/icon_oc.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.areaBox h2.collapse-open::after,
.areaBox h3.collapse-open::after{
	background-position: center bottom;
}
.areaBox h2:first-child, 
.areaBox h3:first-child {
}
.areaBox h2.last,
.areaBox h3.last {
}
.areaBox h2:hover, 
.areaBox h3:hover {
	cursor: pointer;
}
.shopList dl {
	padding: 25px;
	border-top: 1px solid #c8c8c8;
}
.shopList dl dt {
	padding-bottom: 10px;
}
.shopList dl dt a:hover {
	opacity:1;
}
.shopList dl dt {
	font-size: 16px;
}
.shopList dl dt a:hover{
	color: #de580d;
	opacity: 1;
}
.shopList dl dt a::before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: .5em;
	vertical-align: -.25em;
	background-image: url(/common/images/icon_accname.svg);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: center bottom;
}
.shopList dl dt a:hover::before{
	background-position: center top;
}
.shopList dl p {
	margin-bottom: 12px;
}
.iconList li {
	display: inline-block;
	min-width: 76px;
	min-height: 26px;
	margin: 0 10px 10px 0;
	padding: 0 5px;
	border: 1px solid #de580d;
	background: #fff;
	color: #de580d;
	line-height: 28px;
	text-align: center;
	white-space: nowrap;
}

/* お店詳細情報
--------------------------------------------- */
.studio-top h2{
	margin-bottom: 60px;
	font-size: 24px;
	line-height: 1.75;
	font-weight: 500;
	text-align: center;
}

/* イメージスライダー */
.mainVisualArea{
	margin-bottom: 60px;
	overflow: hidden;
}
.mainVisualArea .kvWrap {
	width: 700px;
	margin: 0 auto;
}
.kvWrap {
	overflow: hidden;
	height: 395px;
}
.kvWrap .thumbnail {
	display: none;
}
.kvWrap .slider img{
	width: 100%;
	height: auto;
}
.kvTxt {
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	position: relative;
}
.kvWrap .bx-wrapper{
	position: relative;
}
.kvWrap .bx-controls{
	background-color: #fff;
	text-align: center;
}
.kvWrap .bx-pager{
	display: inline-block;
	overflow: hidden;
}
.kvWrap .bx-pager-item{
	float: left;
}
.kvWrap .bx-pager-item:nth-child(n+2){
	margin-left: 10px;
}
.kvWrap .bx-pager-item a{
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 2px;
	background-color: #F8DDCE;
	border-radius: 1px;
}
.kvWrap .bx-pager-item a.active{
	background-color: #DC580D;
}
.kvWrap a.bx-prev,
.kvWrap a.bx-next{
	position: absolute;
	top: 160px;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,.6);
	color: #DC580D;
	border-radius: 20px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	z-index: 100;
}
.kvWrap a.bx-prev{left: 10px;}
.kvWrap a.bx-next{right: 10px;}

/* オススメポイント */
.osusume {
	position: relative;
	width: 700px;
	margin: 0 auto 120px;
	padding: 0;
}
.studio-top .osusume h2 {
	position: relative;
	margin-bottom: 0;
	background-color: #FFF000;
	color: #DC580D;
	font-size: 23px;
	line-height: 98px;
	font-weight: bold;
	text-align: center;
}
.osusume h2::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	height: 0;
	width: 0;
	margin-left: -10px;
	border-style: solid;
	border-width: 16px 10px 0 10px;
	border-color: #FFF000 transparent transparent transparent;
	pointer-events: none;
}
.osusume h2 .red {
	position: relative;
	top: -2px;
	display: block;
	color: #d8053d;
	font-size: 134%;
}
.osusume ul.list {
	margin: 0;
	padding: 45px;
	background-color: #FFFCCC;
}
.osusume ul.list li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
	line-height: 1.75;
}
.osusume ul.list li:nth-child(n+2){
	margin-top: 1.75em;
}
.osusume ul.list li:before {
	content: "・";
	display: inline-block;
	width: 1em;
	text-indent: 0;
}
.osusume a{
	text-decoration: underline;
	color: #DC580D;
}

/* 更新情報（お知らせ／スタッフブログ） */
.releaseArea {
	display: table;
	width: 1024px;
	margin: 0 auto 120px;
}
.releaseArea .newsWrap,
.releaseArea .blogWrap {
	position: relative;
	display: table-cell;
	width: 490px;
	padding: 0 0 145px;
}
.releaseArea .blogWrap {
	padding-left: 44px;
}
.releaseArea .newsWrap .title,
.releaseArea .blogWrap .title {
	margin-bottom: 70px;
	color: #DC580D;
	font-size: 24px;
	text-align: center;
}
.releaseArea .newsWrap .title > span,
.releaseArea .blogWrap .title > span {
	display: block;
	font-size: 75%;
}
.releaseArea ul{
	border-top: 1px solid #D7D7D7;
}
.releaseArea ul li{
	border-bottom: 1px solid #D7D7D7;
    position: relative;
}
.releaseArea #mainTopics li:before {
    content: '重要';
    display: block;
    background: #DE580D;
    color: #FFF;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 27px;
    left: 100px;
    font-size: 12px;
}
.releaseArea ul#mainTopics + ul#shopTopics{
	border-top: none;;
}
.releaseArea ul a{
	position: relative;
	display: block;
	padding: 20px 50px 20px 0;
	font-size: 16px;
	line-height: 1.875;
}
.releaseArea ul a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-image: url(/common/images/icon_accname.svg);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: center bottom;
}

.releaseArea p.btn-center{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

/* ページリンクボタン */
.btnGroup {
	position: relative;
	padding: 0 0 120px;
	text-align: center;
}
.btnGroup::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 520px;
	background: url(/common/images/studio/btngroup_bg.jpg) no-repeat center center /cover;
	z-index: -1;
}
	.btnGroup ul{
		width: 1024px;
		margin: 0 auto 90px;
		overflow: hidden;
	}
.btnGroup ul li {
	position: relative;
	float: left;
	width: 310px;
	height: 380px;
}
.btnGroup ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top :0;
	display: block;
	width: 310px;
	height: 310px;
	padding: 8px;
	background-color: rgba(255,255,255,.6);
	border-radius: 155px;
	box-sizing: border-box;
}
.btnGroup ul li::after{
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	display: block;
	width: 294px;
	height: 294px;
	background-color: #FFF;
	border-radius: 147px;
	outline: none;
	box-sizing: border-box;
	overflow: hidden;
}
.btnGroup li.lessons::after{
	background: url(/common/images/studio/btn_img01.jpg) no-repeat center center /cover;
}
.btnGroup li.tb_price::after{
	background: url(/common/images/studio/btn_img02.jpg) no-repeat center center /cover;
}
.btnGroup li.first::after{
	background: url(/common/images/studio/btn_img03.jpg) no-repeat center center /cover;
}

.btnGroup ul li:nth-child(n+2){
	margin-left: 47px;
}
.btnGroup ul li {
}
.btnGroup ul li a{
	position: relative;
	display: block;
	width: 310px;
	height: 380px;
	margin: 0;
	padding: 350px 0 10px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	box-sizing: border-box;
	z-index: 50;
}
.btnGroup ul li a:hover,
.btnGroup ul li a:hover img{
	opacity: 1 !important;
}
.btnGroup ul li a span.btn-img{
	position: absolute;
	left: 8px;
	top: 8px;
	display: block;
	width: 294px;
	height: 294px;
	border-radius: 147px;
}
.btnGroup ul li a span.btn-img::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 294px;
	height: 294px;
	margin: -147px 0 0 -147px;
	background-color: rgba(222,88,13,.6);
	border-radius: 147px;
	opacity: 0;
	transform: scale(0.4);
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 5;
}
.btnGroup ul li a:hover span.btn-img::before{
	opacity: 1;
	transform: scale(1);
}
.btnGroup ul li a span.btn-img::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 86px;
	height: 86px;
	margin: -43px 0 0 -43px;
	background-color: rgba(255,255,255,.8);
	border-radius: 43px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 10;
}
.btnGroup ul li a:hover span.btn-img::after{
	transform: scale(2.5);
}
.btnGroup ul li a span.btn-img img{
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 20;
}
.btnGroup ul li a:hover span.btn-img img{
	transform: scale(1.2);
}
.btnGroup ul li a span.btn-txt::after{
	content: "\3e";
	font-family: 'icon-gt' !important;
	font-weight: normal;
	margin-left: .25em;
}

/* スタジオ・アクセス情報 */
.studioAccess{
	margin-bottom: 100px;
}
.studio-info .iconList{
	margin-bottom: 90px;
}
/*
	.studio-info .iconList li {
	background-color: #F7B100;
	border-color: #F7B100;
	color: #fff;
	font-weight: 500;
}
*/
.studio-info-data{
	overflow: hidden;
	margin-bottom: 50px;
}
  
.studio-info-data a {
  text-decoration: underline;
  color: #dc5820;
}
  
.studio-info-data dl{
	float: left;
	width: 480px;
}
.studio-info-data dl:nth-child(2n-1){
	clear: left;
	margin-right: 64px;
}
.studio-info-data dl:nth-child(n+3){
	margin-top: 30px;
}
.studio-info-data dl dt{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D7D7D7;
	font-size: 18px;
	font-weight: 500;
}
.studio-info-data dl dd{
	font-size: 16px;
	line-height: 1.75;
}
.studio-info .mapArea{
	font-size: 16px;
	line-height: 1.75;
}
.studio-info .mapArea .map{
	position: relative;
	width: 100%;
	height: 420px;
}
.studio-info .mapArea .map iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}
.studio-info .mapArea .map-description{
	width: 846px;
	margin: 75px auto 0;
}

/* 備考 */
.studio-remarks{
	width: 846px;
	margin: 100px auto 0;
	font-size: 16px;
	line-height: 1.75;
}
.studio-remarks h3{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D7D7D7;
	font-size: 18px;
	font-weight: 500;
}

/* 近隣店舗 */
.otherShop {
	width: 1024px;
	margin: 100px auto 0;
}
.otherShop h2{
	margin-bottom: 60px;
	text-align: center;
}
.otherShop ul.area_name{
	margin-bottom: 60px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.otherShop .aside {
	text-align: center;
}
.otherShop .aside ul.link {
	display: inline-block;
	overflow: hidden;
}
.otherShop .aside ul.link li {
	float: left;
}
.otherShop .aside ul.link li:nth-child(n+2){
	margin-left: 20px;
}

/* その他の情報 */
.otherInfoArea {
}
.otherInfoArea ul{
	overflow: hidden;
}
.otherInfoArea li{
	float: left;
	width: 510px;
	height: 430px;
}
.otherInfoArea li:nth-child(n+2){
	margin-left: 4px;
}
.otherInfoArea li a{
	display: block;
	width: 510px;
	height: 430px;
	padding-top: 130px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	box-sizing: border-box;
}
.otherInfoArea li a::before{
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
}
a.oi-instructor{
	background: url(/common/images/studio/otherinfo_instructor_pc.jpg) no-repeat 0 0 /cover;
}
a.oi-instructor::before{
	background: url(/common/images/studio/oi_icon01.svg) no-repeat 0 0 /120px 120px;
}
a.oi-friendship{
	background: url(/common/images/studio/otherinfo_friendship_pc.jpg) no-repeat 0 0 /cover;
}
a.oi-friendship::before{
	background: url(/common/images/studio/oi_icon02.svg) no-repeat 0 0 /120px 120px;
}


/*
--------------------------------------------- */
/* .pointArea */
.pointArea {
	margin: 50px auto 40px;
	padding-bottom:20px;
	border-bottom: 1px solid #e2d7b7;
}
.pointArea > .content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-top: 42px;
	border-top: 2px solid #dca726;
}
.pointArea h2.title {
	position: absolute;
	top: -20px;
	left: 50%;
	width: 520px;
	margin-left: -260px;
	padding: 0;
	background: #ffffff;
	text-align: center;
}
.pointArea h3.title {
	padding: 0;
	border: none;
	background: none;
	color: #ce083b;
	font-size: 150%;
	font-weight: bold;
}
.pointArea h3.title > span {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0 auto 8px;
	background: no-repeat 0 0;
	text-indent: -9999px;
}
.pointArea .point1 h3.title > span {
	background-image: url(/common/images/com_tx04.png);
}
.pointArea .point2 h3.title > span {
	background-image: url(/common/images/com_tx05.png);
}
.pointArea .point3 h3.title > span {
	background-image: url(/common/images/com_tx06.png);
}
.pointArea h3.title div{
	display:inline-block;
	width:255px;
	vertical-align:top;
}
.pointArea .colWrap {
	zoom: 1;
}
.pointArea .colWrap:after {
	clear: both;
	display: block;
	content: "";
}
.pointArea .colWrap .col {
	float: left;
	width: 333px;
	line-height: 1.4;
	text-align: left;
}
.pointArea .colWrap .col:first-child {
	margin-left: 0;
}
.pointArea .text {
	margin: 10px 20px 20px 5px;
	font-size: 100%;
	padding:0 5px 0 130px;
	min-height:120px;
}
.pointArea .text1{
	background:url(/common/images/st_point1.jpg) no-repeat;
}
.pointArea .text2{
	background:url(/common/images/st_point2.jpg) no-repeat;
}
.pointArea .text3{
	background:url(/common/images/st_point3.jpg) no-repeat;
}
.pointArea .btnLink01 {
	display: block;
	width: 180px;
	margin: 12px auto 0;
	font-size: 115%;
}

.feature {
	padding: 18px 0;
	background: #ce083b; 
}

.feature h2 {
	text-align: center;
	font-size: 18px;
	color: #f2e4bc;
	margin-bottom: 15px;
	padding: 0;
	background: none;
}

.feature h2 span {
	font-size: 28px;
	color: #fff;
}

.feature li {
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 18px;
}

.feature li:first-child {
	margin-left: 0;
	background: #fff url(/common/images/share/pic_fearture01.jpg) no-repeat 3px 3px;
	background-size: auto 114px;
}

.feature li:nth-child(2) {
	background: #fff url(/common/images/share/pic_fearture02.jpg) no-repeat 3px 3px;
	background-size: auto 114px;
}

.feature li:nth-child(3) {
	background: #fff url(/common/images/share/pic_fearture03.jpg) no-repeat 3px 3px;
	background-size: auto 114px;
}

.feature li a {
	display: block;
	width: 315px;
	height: 114px;
	overflow: hidden;
	padding: 3px;
	background: url(/common/images/share/icon_arrow_right_br.png) no-repeat 292px 93px;
	background-size: 18px;
}
.feature li a p {
	padding-left: 140px;
	display: table-cell;
	vertical-align: middle;
	height: 114px;
	font-size: 18px;
}
.feature li a p .attention {
	font-size: 11px;
	line-height: 2.4em;
}


.forBeginner {
	padding: 30px 0 30px;
	background: url(/common/images/share/bg_con01.png) repeat 0 0;
}

.forBeginner h2 {
	text-align: center;
	background: url(/common/images/share/bg_ttl_beginner.png) no-repeat 50% 0;
	height: 41px;
	margin-bottom: 25px;
	padding: 0;
}

.forBeginner h2 img {
	height: 41px;
}


.forBeginner li {
	width: 315px;
	min-height: 155px;
	float: left;
	margin-left: 27px;	
}

.forBeginner li:hover {
	cursor:pointer;
	opacity:0.7;
}

.forBeginner li:nth-child(1) {
	margin-left: 0;
	background: url(/common/images/share/pic_beginner01.png) no-repeat 0 0;
}

.forBeginner li:nth-child(2) {
	background: url(/common/images/share/pic_beginner02.png) no-repeat 0 0;
}

.forBeginner li:nth-child(3) {
	background: url(/common/images/share/pic_beginner03.png) no-repeat 0 0;
}

.forBeginner li div {
	height: 155px;
	margin-left: 165px;
	padding: 10px 0 0;
}

.forBeginner li:nth-child(1) div {
	background: url(/common/images/share/imgtxt_beginner01.png) no-repeat 100% 100%;
}

.forBeginner li:nth-child(2) div {
	background: url(/common/images/share/imgtxt_beginner02.png) no-repeat 100% 100%;
}

.forBeginner li:nth-child(3) div {
	background: url(/common/images/share/imgtxt_beginner03.png) no-repeat 100% 100%;
}


.forBeginner li div p {
	color: #533c34;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.forBeginner li div a {
	font-size: 20px;
	font-weight: bold;
	color: #ce083b;
	line-height: 1.4;
}

.forBeginner li div a img {
	vertical-align: text-top;	
}



.iconDescription{
	float:left;
	margin-bottom:10px;
}
.iconDescription li{
	float:left;
	margin-right:10px;
}

.btnLink01 {
	display: inline-block;
	margin-top: 15px;
	border: 1px solid #e2d7b7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btnLink01 > a {
	display: block;
	padding: 6px 20px 6px 35px;
	background: url(/common/images/com_ic01.png) no-repeat 15px 50%;
	background-size: 16px auto;
	color: #000000;
}
.btnLink01 > a:hover {
	color: #8c6a46;
}
.btnLink01.blank > a {
	background-image: url(/common/images/com_ic12.png);
	background-size: auto auto;
}

.otherInfoArea .content.studioLayout .colWrap {
	clear: none;
}
.content.studioLayout {
	margin-bottom: 0;
}


/* =================================
180123　成田追記　web入会
==================================*/
.web_entry_title{
	margin-bottom: 10px;
	color: #de580d;
	font-size: 24px;
	line-height: 32px;
}
.web_entry_title span.box-cho{
	display: inline-block;
	width: 36px;
	color: #de580d;
	border: 2px solid #de580d;;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	box-sizing: border-box;
}
.web_entry_title span.box-toku{
	display: inline-block;
	width: 36px;
	color: #ffde00;
	background-color: #de580d;
	border: 2px solid #de580d;;
	border-left: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	box-sizing: border-box;
}
.web_entry_shops{
	margin: 0 0 60px;
}
.web_entry_shops li{
	border: 1px solid #c8c8c8;
}
.web_entry_shops li:nth-child(n+2){
	border-top: none;
}
.web_entry_shops li a{
	display: block;
	padding: 16px 30px;
	font-size: 16px;
}
.web_entry_shops li a:hover{
	color: #de580d;
	opacity: 1;
}
.web_entry_shops li a::before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: .5em;
	vertical-align: -.25em;
	background-image: url(/common/images/icon_accname.svg);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: center bottom;
}
.web_entry_shops li a:hover::before{
	background-position: center top;
}
.web_entry_shops li span{
	display: inline-block;
	color: #bb1b21;
	padding-left: .5em;
}

}


.hyper_shop {
		background: #faf8f2;
}

