@charset "utf-8";
/* fonts */
@font-face {
  font-family: "mplusLight";
  src: url("../fonts/mplus_light.woff") format('woff');
}
/* CSS Document */
body {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #242534;
	line-height: 1.5em;
	font-family: 'mplusLight', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ヒラギノ角ゴ Pro W3', "HGS明朝E", "游明朝", "YuMincho", "serif";
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	/*background:  #e2fced;*/
	background: #f4f4f4;
}
.clearfix:after {
	content: ".";  /* 新しい要素を笹・E*/
	display: block;  /* ブ・礎ク・E戰・彖任迷*/
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
	visibility:hidden;
	}
/* fix  ff bugs */
div:after, ol:after, form:after, dl:after, ul:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
a{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	transition:0.5s color ease;
	position:relative;
	text-decoration:none;
	color:#5a5c83;
}
a:hover{
	color:#242534;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.imgLeft {
	float: left;
	width: 30%;
	height: auto;
	margin: 5px;
}
.imgRight {
	float: right;
	width: 40%;
	height: auto;
}
.fontRed {
	color: #dc567f;
}
.font1-2 {
	font-size: 1.2em;
}
.font1-5 {
	font-size: 1.5em;
}
.font0-8 {
	font-size: 0.8em;
}
.center {
	text-align: center;
}
.strike {
	text-decoration: line-through;
}
/* #################HEADER##################### */
#header{
	display: block;
	padding: 0px;
	clear: both;
	margin: 0px;
	background: url(../img/headerBg.png) repeat, #ccfedd;
	background-size: 10px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #242534;
}
#header h1{
	text-align: right;
	font-size: 0.8em;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	text-shadow:none;
	background: #242534;
	color: #ccfedd;
}
#header .headerWrapper {
}
#header .information {
	display: none;
}
#header .logo{
	display: block;
	margin: 0px;
	padding: 0em;
	text-align: center;
}
#header .logo a{
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#header .logo img{
	width: auto;
	height: 48px;
}

#header .menu{
	margin: 0px;
	padding: 0px;
	position: absolute;
	/*left: 2%;
	top: 21px;*/
	left: 1px;
	top: 17px;
	z-index: 9999;
	/*background: url(../img/menuIco.png) no-repeat center top, rgba(34,34,34,0.8);*/
	background: url(../img/menuIco.png) no-repeat center center, rgba(204,254,221,0.8);;
	background-size: 48px 48px, auto;
	text-indent: -9999px;
	height: 44px;
	width: 44px;
	border: 1px solid #ccfedd;
}
#header .menu:hover{
	background: url(../img/menuIco.png) no-repeat center center, rgba(255,255,255,0.5);
	background-size: 48px 48px;
	/*box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;*/
}
#header p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#header p img {
	height: 56px;
}
#header p span {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: rgba(255,255,255,0.5);
}

/* #################MAIN##################### */
#main {
	display: block;
	position: relative;
	padding: 0em;
	margin: 0px;
	background: #fff;	
	/*margin-top: 1em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;*/
}
#main h1 {
	display: block;
	margin-bottom: 0.5em;
	text-shadow: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0.5em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #adaec1;
}
#main section {
	display: block;
	padding: 0.5em;
	margin: 0px;
}
#main section h1 span {
	font-size: 0.8em;
	color: #5A5C83;
}
#main section h1 .shopName {
	display: block;
	line-height: 1em;
}
#main section h2 {
	color: #202858;
	clear: both;
	padding: 0em;
	margin: 0px;
}

#main section h3 {
	line-height: 36px;
	padding: 0;
	margin: 0;
	color: #4299fb;
}
#main section p {
	margin: 0px;
	padding: 0.2em;
	clear: both;
}
#main section p.exclamation {
	text-align: center;
	font-size: 0.8em;
}
#main section .emp {
	line-height: 1.5em;
	margin-bottom: 1em;
}
#main section ol {
	margin: 0.5em;
	padding: 0.5em;
	clear: both;
}
#main section ol p {
	margin: 0px;
	padding: 0.5em;
}
.begining {
	margin: 0em;
	padding: 0.2em;
	border-radius: 0.2em;
	border: 1px solid #a8a8a8
}
.more .open, .more .close {
	text-align: right;
}
.more .open a, .more .close a {
	border: solid 1px #fcb559;
	display: inline-block;
	background: #feffbb;
	padding-right: 0.2em;
	padding-left: 0.2em;
	color: #6d6c00;
	border-radius: 0.2em;
	margin: 0.2em;
}
/* #################ASIDE##################### */
aside {
	display:none;
}
aside ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.asideAreaSelect {
	border: solid 1px #242534;
	border-radius: 0.2em;
	margin-bottom: 1em !important;
}
aside ul .areaMenu {
	margin: 0px;
	padding: 0px;
	position: relative;
  }

aside ul .areaMenu label {
	background: rgba(204,254,221,0.5);
	padding: 0px;
	display: block;
	margin: 0;
	line-height: 36px;
	text-shadow: #fff;
	text-align: center;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #242534;
  }

aside ul .areaMenu label:hover {
    background: rgba(204,254,221,1);
  }

input[type="radio"].on-off{
    display: none;
  }

aside ul .areaMenu ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 999;
  }

aside ul .areaMenu li {
	padding: 0;
	margin: 0;
	line-height: 42px;
  }
aside ul .areaMenu li a {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccfedd;
	border-right-color: #ccfedd;
	border-bottom-color: #ccfedd;
	border-left-color: #ccfedd;
	background: rgba(255,255,255,0.8);
	text-align: center;
	cursor: pointer;
}
aside ul .areaMenu:last-child label {
	border:none;
}
input[type="radio"].on-off + ul{
    height: 0;
    overflow: hidden;
  }

input[type="radio"].on-off:checked + ul{
    height: auto;
  }
.asideAd {
	border: solid 1px #242534;
	border-radius: 0.2em;
	margin-bottom: 1em !important;
	padding: 0em;
}
.asideAd li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;	
}
.asideAd li:last-child {
	margin-bottom: 0em;
}
.asideAd li a {
	display: block;
}
/*##################GLOBAL################*/
.globalArea {
	margin: 0px;
	padding: 0.5em;
	clear: both;
}
.globalArea h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.1%;
	margin-left: 0px;
	text-align: center;
	background: rgba(204,254,221,1);
	border: 1px solid #242534;
}
.prefect {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.1%;
	margin-left: 0em;
	display: block;
}
.prefect li {
	padding: 0px;
	margin: 0;
	width: 25%;
	display: table;
	text-align: center;
	float: left;
}
.prefect li > * {
	display:table-cell;
	vertical-align: middle;
}
.prefect li a {
	background: rgba(204,254,221,0.2);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccfedd;
	border-right-color: #242534;
	border-bottom-color: #242534;
	border-left-color: #ccfedd;
}
.prefect li:first-child a, .prefect li:nth-child(5) a, .prefect li:first-child .active, .prefect li:nth-child(5) .active {
	border-left-color: #2f7246;
}
.prefect li a:hover {
	background: rgba(204,254,221,1);
}
.prefect li .active {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccfedd;
	border-right-color: #242534;
	border-bottom-color: #242534;
	border-left-color: #ccfedd;
	background: rgba(204,254,221,1);
}
.cityArea {
	margin: 0px;
	padding: 0.5em;
	list-style-type: none;
	display: table;
}
.cityArea a {
	background: rgba(204,254,221,1);
	border: 1px solid #242534;
	border-radius: 0.2em;
	width: auto;
	height: 36px;
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	font-size: 0.8em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.cityArea a:hover {
	background: rgba(204,254,221,0.2);
	box-shadow: none;
}
.indexSelect {
	margin: 0px;
	padding: 0.5em;
	border: 1px solid #a8a8a8;
	border-radius: 0.2em;
}
.indexArea {
	padding: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.indexArea select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #242534;
	border-radius: 0.2em;
	background: url(../img/selectArrow.png) right 50% no-repeat, rgba(204,254,221,0.5);
	/*background: url(../img/selectArrow.png) right 50% no-repeat, -webkit-linear-gradient(top, rgba(204,254,221,0) 0%,rgba(204,254,221,0.5) 100%);
	background: url(../img/selectArrow.png) right 50% no-repeat, linear-gradient(to bottom, rgba(204,254,221,0) 0%,rgba(204,254,221,0.5) 100%);*/
	background-size: 24px, auto;
	box-shadow: none;
	padding-top: 0.2em;
	padding-right: 24px;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	width:100%;
}
select::-ms-expand {
	display: none;
}
.prefectSub {
	margin: 0px;
	padding: 0em;
	list-style-type: none;
}
.prefectSub li {
	padding: 0px;
	float: left;
	width: 49%;
	/*display: table;*/
	text-align: center;
	margin: .5%;
}
.prefectSub li > * {
	/*display:table-cell;*/
    vertical-align: middle;
	font-size: 0.8em;
}
.prefectSub li a {
	border: 1px solid #242534;
	background: rgba(204,254,221,0.2);
	display: block;
	line-height: 2em;
}
.prefectSub li a:hover {
	background: rgba(204,254,221,1);
}
.prefectSub li div {
	border: 1px solid #242534;
	background: rgba(204,254,221,1);
	display: block;
	line-height: 2em;
}
.pageng {
	padding: 0px;
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	list-style: none;
}
.pageng li {
	margin: 0.5%;
	padding: 0px;
	float: left;
	width: 49%;
	text-align: center;
}
.pageng li a {
	border: 1px solid #242534;
	background: rgba(204,254,221,0.2);
	display: block;
	line-height: 2em;
	margin: 0px;
	padding: 0;
}
.pageng li a:hover {
	background: rgba(204,254,221,1);
}
.pageng li div {
	/*border: 1px solid #242534;
	background: rgba(204,254,221,1);*/
	display: block;
	line-height: 0em;
}
/* FOOTER PANKUZU *************************/
.footerMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.8em;
}
.footerMenu li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.footerMenu li a {
	display: block;
	padding-right: 0.5em;
}
.footerMenu li a:after {
	content:"≫";
}
/* DROP DOWN MENU *************************/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 33.33%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
	display: block;
	margin: 0;
	padding: 0px;
	background: #e0f995;
	line-height: 2em;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4fa5f;
	border-right-color: #89b404;
	border-bottom-color: #89b404;
	border-left-color: #d4fa5f;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
	padding: 0px;
	border-top: 1px solid #89b404;
	background:rgba(255,255,255,1);
	text-align: center;
	line-height: 3em;
}
.dropmenu li:hover > a{
  background: #ccfedd;
}
.dropmenu li a:hover{
  background: #ccfedd;
}
#dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 3em;
}
/* areaNav(CITY) *********************/

.dropmenuCity a{
	display: block;
	margin: 0;
	padding: 0px;
	background: #e0f995;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #89b404;
	text-align: center;
	border-radius: 0.2em;
}

/* RANDAM AREA *********************/
.popSearch {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.popSearch li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33.33%;
}
.popSearch li a {
	display: block;
	text-align: center;
	background: rgba(204, 254, 221, 0.5);
	border: 1px solid #242534;
	line-height: 42px;
	margin: 1px;
}
.popSearch li:nth-child(2n) a {
	background: rgba(204, 254, 221, 1);
}
.popSearch li a:hover {
	background: #feffbb;
}
/* 特集バナー下　検索補助 *********************/
.searchAssist {
	margin: 0;
	padding: 0.2em;
	list-style: none;
}
.searchAssist li {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
}
.searchAssist li a {
	display: block;
	text-align: center;
	margin: 1px;
	padding: 0px;
	background: #f0cfe3;
	border: 1px solid #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	line-height: 3em;
	border-radius: 0.2em;
}
.searchAssist li a:hover {
	box-shadow: none;
}
/* PLANNING *********************/
.planning {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.planning li {
	margin: 0.5%;
	padding: 0px;
}
.planning li a {
	display: block;
}
/*##################CONTENTS################*/
	.side-corner-tag {
		position: relative;
		color: #fff;
		display: inline-block;
		padding: 5px;
		overflow: hidden;
		font-family: Arial, sans-serif;
		font-weight: 900;
	} 
	
	.side-corner-tag p {
		display: inline;	
	}
	
	.side-corner-tag p span {
		position: absolute;
		display: inline-block;
		right: -25px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
		text-align: center;
		text-transform: uppercase;
		top: 22px;
		background: #87be2f;
		width: 100px;
		padding: 3px 10px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	} 
	
	.side-corner-tag p:before {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: -17px;
		right: 69px;
		z-index: -1;
		border: 17px solid;
		border-color: transparent transparent #662121 transparent;
	}
	
	.side-corner-tag p:after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: 74px;
		z-index: -1;
		right: -10px;
		border: 17px solid;
		border-color: #662121 transparent transparent transparent;
	}
/* 応募特典 *************************/
.bnft {
	padding: 0.5em;
	border-radius: 0.2em;
	margin:0;
}
.bnft h2 {
	text-align: center;
	color: #fb3aac !important;
	background: #feffbb;
	border: 1px solid #fb3aac;
	border-radius: 0.2em;
}
/*.bnft a {
	display: block;
	margin: 0;
	padding: 0.5em;
}*/
.bnft a .tokuten {
	background: url(../img/moushikomiIco.png) no-repeat center left 4px, #feffbb;
	background-size: 36px auto;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 48px;
	width: auto;
	height: 42px;
	/*display: table;*/
	display: block;
	font-size: 1em;
	border-radius: 0.2em;
	line-height: 21px;
	border: none;
	color: #fb4c7d;
	font-weight: bold;
}
.bnft a .tokuten::before {
	background: none;
}
.bnft a dl {
	margin: 0.2em;
	padding: 0.5em;
	background: #feffbb;
	border: 1px solid #fb3aac;
	border-radius: 0.2em;
	position: relative;
}
/*.bnft a dl .osusume {
	height: 2em;
	width: auto;
	position: absolute;
	right: -28px;
	bottom: 17px;
	text-align: center;
	color: #000;
	background: rgba(204, 254, 221, 0.5);
	display: block;
	font-size: 0.8em;
	transform: rotate(-45deg);
	padding-right: 2em;
	padding-left: 2em;
	border: 1px solid #242534;
}*/
.bnft a dl .osusume {
	height: 2em;
	width: auto;
	position: absolute;
	right: 5px;
	bottom: -8px;
	text-align: center;
	display: inline-block;
	font-size: 0.8em;
	padding-right: 1em;
	padding-left: 1em;
	border: 1px solid #e20606;
	border-radius: 0.5em;
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	z-index: 999;
	background: #f9ff60;
	color: #e20606;
}
.bnft a dl.x1000 {
	background: #fff !important;
	border: 1px solid #a8a8a8;
}
.bnft a dt {
	overflow: hidden;
	width: 160px;/* トリミングしたい枠の幅 */
	height: 120px;/* トリミングしたい枠の高さ */
	position: relative;
	float: left;
	background: rgba(255,255,255,0.5);
	border: 1px solid hsl(0,0%,100%);
}
.bnft a dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}
.bnft a dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 41%;*/
	margin-left: 165px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.8em;
}
.bnft a dd span {
	background: #ccfedd;
	color: #242534;
	margin-right: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-radius: 0.2em;
	border: 1px solid #242534;
}
/*.bnft a dd span:after {
	content: "：";
}*/
.bx-controls-direction {
	display: block;
}
.bx-controls-direction a {
	background: #feffbb;
	border: 1px solid #fcb559;
	text-align: center;
	display: inline-block;
	margin: 0.2em;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
	border-radius: 0.2em;
}
/* REAL TIME NEWS *************************/
.realTimeNews {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.realTimeNews li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c5e77;
	position: relative;
}
/*.realTimeNews li:last-child {
	border: none;
}*/
.realTimeNews li a.realtimeNewsOsusume {
	background: url(../img/realTimeIco.png) no-repeat right center, #feffbb;
	background-size: 32px;
}
.realTimeNews li a {
	display: block;
	margin: 0;
	padding-top: 0.2em;
	padding-right: 2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	background: url(../img/realTimeIco.png) no-repeat right center;
	background-size: 32px;
	font-size: 0.8em;
}
.realTimeNews li a:hover {
	background: url(../img/realTimeIco.png) no-repeat right center, rgba(204,254,221,0.2);
	background-size: 32px;
}
.realTimeNews li a.newsOfficial {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: right;
	line-height: 24px;
	background: rgba(204,254,221,0.5);
	border: solid 1px rgba(204,254,221,1);
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 24px;
	width: 24px;
	text-align: center;
}
.realTimeNews li a.newsOfficial:hover {
	background: rgba(204,254,221,1);
}
.realTimeNews li a dl {
	margin: 0px;
	padding: 0px;
}
.realTimeNews li a dt {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 60px;
	position: relative;
	background: rgba(255,255,255,0.5);
	overflow: hidden;
}
.realTimeNews li a dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}
.realTimeNews li a dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 41%;*/
	margin-left: 70px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a8a8a8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.realTimeNews li a dd:last-child {
	border: none;
}

.realTimeNews li a dd.newsTime {
	font-size: 0.8em;
	text-align: right;
	line-height: 1em;
}
.realTimeNewsContent {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.realTimeNewsContent li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c5e77;
}
.realTimeNewsContent li:last-child {
	border: none;
}
.realTimeNewsContent li a {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.realTimeNewsContent li a .realtimeOsusume {
	background: #feffbb;
}
.realTimeNewsContent li a dl {
	display:block;
	margin: 0;
	padding: 0.5em;
}
.realTimeNewsContent li a dt {
	overflow: hidden;
	width: 80px;/* トリミングしたい枠の幅 */
	height: 80px;/* トリミングしたい枠の高さ */
	position: relative;
	float: left;
	background: rgba(255,255,255,0.5);
	border: 1px solid hsl(0,0%,100%);
}
.realTimeNewsContent li a dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}
.realTimeNewsContent li a dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 41%;*/
	margin-left: 90px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a8a8a8;
}
.realTimeNewsContent li a dd:last-child {
	border: none;
}
.realTimeNewsContent li a .newsMsg {
	font-size: 0.8em;
	padding: 0.2em;
}
.realTimeNewsContent li a dd.updateTime {
	text-align: right;
	font-size: 0.8em;
}
.realTimeNewsContent li a dd.shopName {
	font-size: 0.8em;
	display: block;
}
.realTimeNewsContent li a dl.realTimeX1000 {
}
.realTimeNewsContent li a dl.realTimeX1000 dd {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsLink {
	display: inline-block;
	clear: both;
	float: right;
	background: rgba(204, 254, 221, 0.2);
	border: 1px solid #242534;
	font-size: 0.8em;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
.newsLink::after {
	content: "≫";
}
/* NEW SHOP LIST *************************/
.newShopTop {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.newShopTop li {
	margin: 0px;
	padding: 0px;
}
.newShopTop li a {
	display: block;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0.2em;
	padding-right: 2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	background: url(../img/realTimeIco.png) no-repeat right center, rgba(204, 254, 221, 0.5);
	background-size: 32px;
	font-size: 0.8em;
}
.newShopTop li:nth-child(2n) a {
	background: url(../img/realTimeIco.png) no-repeat right center, rgba(204, 254, 221, 1);
	background-size: 32px;
}
.newShopTokuten {
	background: url(../img/tokutenIcoLeft.png) no-repeat center center;
	background-size: 18px auto;
	position: absolute;
	bottom: 2px;
	left: 50px;
	text-indent: -9999px;
	width: 18px;
	height: 18px;
	z-index: 999;
}
.newShopTop li a dl {
	display:block;
	margin: 0;
	padding: 0.2em;
}
.newShopTop li a dt {
	overflow: hidden;
	width: 60px;/* トリミングしたい枠の幅 */
	height: 60px;/* トリミングしたい枠の高さ */
	position: relative;
	float: left;
	background: rgba(255,255,255,0.5);
	border: 1px solid hsl(0,0%,100%);
}
.newShopTop li a dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}
.newShopTop li a dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 41%;*/
	margin-left: 70px;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c5e77;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newShopTop li a dd:last-child {
	border: none;
}
.newShopTop li a dd time {
	display: block;
	text-align: right;
}
/*.newShopTop li a dd time {
	display: inline-block;
	text-align: right;
	float: right;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background: #feffbb;
	border: 1px solid #fcb559;
	margin: 0.2em;
}*/
/* SHOP LIST *************************/
.pickUp {
	padding: 0.5em;
	background: #ccfedd;
	border: 1px solid #242534;
	border-radius: 0.2em;
	margin: 0em;
	font-size: 0.8em;
	list-style-type: none;
}
.pickUp li {
	margin: 0px;
	padding: 0px;
}
.pickUp li a {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0.5em;
}
.pickUp li dl {
	margin: 0em;
	padding: 0.5em;
	background: #fff;
	border: 1px solid #a8a8a8;
	border-radius: 0.2em;
}
/*.pickUp li dt {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 40%;
}*/
.pickUp li dt {
	overflow: hidden;
	width: 100px;/* トリミングしたい枠の幅 */
	height: 100px;/* トリミングしたい枠の高さ */
	position: relative;
	float: left;
	background: rgba(255,255,255,0.5);
	border: 1px solid hsl(0,0%,100%);
}
.pickUp li dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}
.pickUp li dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 41%;*/
	margin-left: 105px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pickUp li dd span {
	background: #ccfedd;
	color: #242534;
	margin-right: 0.2em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	border-radius: 0.2em;
}
.shopIndexTop {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.shopIndexTop li {
	margin: 0px;
	padding: 0px;
}
.shopIndexTop li a {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0.5em;
}
.shopIndexTop li dl {
	padding: 0.5em;
	background: #ccfedd;
	border: 1px solid #242534;
	border-radius: 0.2em;
	margin: 0em;
	font-size: 0.8em;
	position: relative;
}
.shopIndexTop li dt {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.shopIndexTop li dt p, .shopIndexTop li dt div, .shopIndexTop li dt span {
	margin: 0px !important;
	padding: 0em !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shopIndexTop li dt span {
	display: block;
}
.shopIndexTop li dd {
	margin: 0px;
	padding: 0em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shopIndexTop li dd span {
	color: #242534;
}
.shopIndexTop li dd span::after {
	content: " : ";
}
.tokutenIco {
	background: url(../img/tokutenIco.png) no-repeat center center;
	background-size: 36px auto;
	position: absolute;
	top: 5px;
	right: 5px;
	text-indent: -9999px;
	width: 36px;
	height: 36px;
	z-index: 999;
}
.tokutenIcoLeft {
	background: url(../img/tokutenIcoLeft.png) no-repeat center center;
	background-size: 36px auto;
	position: absolute;
	top: 5px;
	left: 5px;
	text-indent: -9999px;
	width: 36px;
	height: 36px;
	z-index: 999;
}
.shopAREA {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.lineICO-TOP {
	background: url(../img/lineICO.png) no-repeat center center;
	background-size: 48px 48px;
	position: absolute;
	text-indent: -9999px;
	width: 48px;
	height: 48px;
	z-index: 999;
	right: 0px;
	top: -24px;
}
.lineICO-L-SLIDE {
	background: url(../img/lineICO.png) no-repeat center center;
	background-size: 48px 48px;
	position: absolute;
	top: -24px;
	right: 0px;
	text-indent: -9999px;
	width: 48px;
	height: 48px;
	z-index: 9999;
}
.lineICO-L {
	background: url(../img/lineICO.png) no-repeat center center;
	background-size: 48px 48px;
	position: absolute;
	top: -24px;
	right: 0px;
	text-indent: -9999px;
	width: 48px;
	height: 48px;
	z-index: 9999;
}
.lineICO-S {
	background: url(../img/lineICO.png) no-repeat center center;
	background-size: 32px 32px;
	position: absolute;
	top: -8px;
	right: 0px;
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	z-index: 9999;
}
.shopL {
	padding: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	border: 1px solid #242534;
	border-radius: 0.2em;
	background: #ccfedd;
}
.shopL h2 {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0em !important;
	margin-left: 0px !important;
	font-size: 1.2em;
}
.shopL h2 span {
	display: block;
	font-size: 0.6em;
	text-align: right;
}

.shopL p {
	margin: 0px !important;
	padding: 0px !important;
	color: #5c5e77;
	font-size: 0.8em;
}
.recruitOption {
	margin: 0px;
	padding: 0em;
	list-style-type: none;
}
.recruitOption li {
	background: #feffbb;
	float: left;
	margin: 0.1em;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
	border: 1px solid #fcb559;
	color: #6d6c00;
	font-size: 0.6em;
	border-radius: 0.2em;
}
.recruitOption li.shopStyle {
	background: #fad9ef;
	border: 1px solid #fb7ea4;
	color: #242534;	
}
.shopL .shopInfo {
	margin: 0.2em;
	padding: 0.5em;
	border: 1px solid #a8a8a8;
	background: #fff;
	border-radius: 0.2em;
	font-size: 0.8em;
	position: relative;
}
/*.shopL .shopInfo dt{
	color: #2f7246;
	background: #ccfedd;
	border: 1px solid #2f7246;
	text-align: center;
	width: 5em;
	border-radius: 0.2em;
	float: left;
	clear: both;
	padding: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}*/
.shopL .shopInfo dt {
	margin: 0;
	padding: 0px;
}

.shopL .shopInfo dd {
	padding: 0.2em;
	margin: 0;
	display:block;
	clear:both;
}
.shopL .shopInfo dd span {
	background: #ccfedd;
	border: 1px solid #242534;
	text-align: center;
	width: 5em;
	display: inline-block;
	border-radius: 0.2em;
	margin-right: 0.2em;
	padding: 0px;
}

.shopL .shopNotes {
	margin: 0px;
	padding: 0.5em;
	list-style: none;
}
.shopL .shopNotes li {
	margin: 0px;
	padding: 0.5%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table;
	text-align: center;
	width: 99%;
}
.shopL .shopNotes li a {
	line-height: 3em;
	vertical-align: middle;
	display: table-cell;
	margin: 0.2em;
	padding: 0px;
	border-radius: 0.2em;
	color: #242534;
}
.shopL .shopNotes li:nth-child(1) a {
	background: #feffbb;
	border: 1px solid #f79a22;
}
.shopL .shopNotes li:nth-child(2) a {
	background: #fad9ef;
	border: 1px solid #fb7ea4;
}
.shopL .shopNotes li:nth-child(1) a .telNum {
	color: #e0062f;
	font-size: 1.2em;
}
.tokuten {
	background: url(../img/moushikomiIco.png) no-repeat center left 4px, #feffbb;
	background-size: 24px auto;
	border: 1px solid #fb3aac;
	margin: 0.2em;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 36px;
	width: auto;
	height: 32px;
	display: table;
	position: relative;
	border-radius: 0.2em;
}
.tokuten::before {
	content: "";
	background: url(../img/tokutenIco.png) no-repeat center center;
	background-size: 36px auto;
	width: 36px;
	height: 36px;
	position: absolute;
	top: -5px;
	right: -5px;
}
.tokuten span {
	display: table-cell;
	vertical-align: middle;
}
.shopS {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
}
.shopS {
	padding: 0.5em;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #242534;
}
.shopS:last-child {
	border: none;
}
.shopS h2 a {
	padding: 0px;
	margin: 0px;
	background: rgba(204, 254, 221, 0.5);
	display: block;
}
.shopS h2 a:hover {
	background: rgba(204, 254, 221, 1);
}
.shopS h2 span {
	display: inline-block;
	font-size: 0.8em;
	float: right;
}
.shopS h2 a .shopStyle {
	float: none;
	background: #feffbb;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0.1em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border: 1px solid #a8a8a8;
	border-radius: 0.2em;
}
.shopS ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}
.shopS ul li {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.shopS .shopPage {
	display: block;
	text-align: right;
	font-size: 0.8em;
}
.shopS .shopPage a {
	display: inline-block;
	background: #fad9ef;
	border: 1px solid #fb7ea4;
	border-radius: 0.2em;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
/* #################SHOP ページ##################### */
.shopImg {
	padding: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	background: rgba(204,254,221,1);
	border-radius: 0.2em;
}
.shopImg img {
	border-radius: 0.2em;
}
.shopInformation { /* お店の情報 */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.shopInformation dt {
	overflow: hidden;
	width: 120px;/* トリミングしたい枠の幅 */
	height: 120px;/* トリミングしたい枠の高さ */
	position: relative;
	float: left;
	background: rgba(255,255,255,0.5);
	border: 1px solid hsl(0,0%,100%);
}
.shopInformation dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}
.shopInformation dd {
	padding: 0.2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
}
.shopInformation dd.shopName {
	font-weight: bold;
}
.shopInformation dd.shopAdd {
	color: #484a70;
	font-size: 0.8em;
}
.shopInformation dd.shopLine {
	color: #484a70;
}
.shopInformation dd.shopLine .linecap{
	display:block;
	color: #00c300;
	font-size: 0.8em;
}
.shopForm {
	line-height: 1em !important;
	height: auto;
	width: auto !important;
}
.contactCap {
	background: #fff;
	border-radius: 0.2em;
	padding: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	list-style-type: none;
}
.contactCap li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7e8090;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #7e8090;
}
.contactCap li:last-child {
	border: none;
}
.shopRecruitment { /* 募集要項・店舗詳細 */
	padding: 0.5em;
	border-radius: 0.2em;
	background: #fff;
	border: 1px solid #242534;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.shopRecruitment dt {
	margin: 0px;
	padding: 0em;
}
.shopRecruitment dd {
	padding: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #242534;
	word-break:break-all;
}
.shopRecruitment dd:last-child {
	border: none;
}
.shopMesse { /* メッセージ */
	padding: 0.5em;
	border-radius: 0.2em;
	background: #fff;
	border: 1px solid #242534;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.shopGenre {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.shopGenre li {
	margin: 0px;
	float: left;
	padding: 0;
}
.shopGenre li:after {
	content: "｜";
}
.shopGenre li:last-child:after {
	content: "";
}
.shopRecruitment dd span {
	font-size: 0.8em;
	display: block;
	color: #5c5e77;
}
.shopRecruitment dd span.contactTokuten {
	background: #feffbb;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
	border: 1px solid #fcb559;
	color: #6d6c00;
	border-radius: 0.2em;
	display: inline-block;
	font-size: 1em;
}
.shopRecruitment dd .caption {
	margin: 0px;
	padding: 0.2em;
	border: 1px solid #a8a8a8;
	border-radius: 0.2em;
}
.shopMessage { /* お知らせ */
	margin: 0px;
	padding: 1em;
	border-radius: 0.2em;
	background: #fff;
	border: 1px solid #a8a8a8;
}
.shopMessage time {
	font-size: 0.8em;
	text-align: right;
	display: block;
	padding: 0.5em;
}
.shopPhoto {
	margin: 0px;
	padding: 0.5em;
	list-style-type: none;
}
.shopPhoto li {
	margin: 0.5%;
	padding: 0px;
	float: left;
	width: 32.33%;
}
.shopContactCall {
	padding: 0.2em;
	font-size: 2em;
	background: /*#feffbb*/#feffbb;
	border-radius: 0.2em;
	border: 1px solid #fcb559;
	color: #ff6927;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	text-align: center;
}
.shopContactCall span {
	display: block;
	font-size: 0.5em;
	color: #6d6c00;
}
.shopContactCall span.cntctTokuten {
	background: #ff6927;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
	border: 1px solid #fcb559;
	color: #fff;
	border-radius: 0.2em;
	display: inline-block;
	font-size: 1em;
}
.textLeft {
	text-align: left;
}
.shopContactCall ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.shopContactCall ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}
.shopContactCall ul li a {
	display: block;
	text-align: center;
	font-size: 0.5em;
	white-space: nowrap;
	line-height: 2em;
	margin: 0.2em;
	background: rgba(204,254,221,1);
	border: 1px solid #242534;
	border-radius: 0.2em;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}
#map {
	height: 200px;
	width: 100%;
}
.lineLINK {
	display: inline-block;
	background: #00c300;
	border: 1px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: #fff;
}
.lineLINK:hover {
	box-shadow: none;
}
/**************** SHOP HEADER */
.shopHeader {
	padding: 0;
	z-index: 999;
	display: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background: rgba(255,255,255,0.5);
	display: block;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.shopHeader ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.shopHeader ul li {
	margin: 0.5%;
	padding: 0px;
	float: left;
	width: 49%;
	display: table;
	text-align:center
}
.shopHeader ul li a {
	display: table-cell;
	margin: 0.2em;
	border: 1px solid #242534;
	border-radius: 0.5em;
	height: 48px;
	vertical-align: middle;
	background: rgba(204,254,221,0.8);
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
}
.shopHeader ul li a span {
	font-size: 0.8em;
	display:block;
	line-height: 12px;
}
.shopHeader ul li a.call {
	background: url(../img/shopCallIco.png) no-repeat left center, rgba(204,254,221,0.8);
	background-size: 32px auto;
}
.shopHeader ul li a.apply {
	background: url(../img/applyIco.png) no-repeat left center, rgba(204,254,221,0.8);
	background-size: 32px auto;
}
.shopLink {
	background: #feffbb;
	margin: 0.1em;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
	border: 1px solid #fcb559;
	color: #6d6c00;
	font-size: 0.8em;
	border-radius: 0.2em;
	display: inline-block;
}
/* SHOP FOOTER *************************/
.shopFooter {
	left: 0px;
	bottom: 0px;
	position: fixed;
	z-index: 9999;
	list-style-type: none;
	padding: 0px;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.shopFooter li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}
.shopFooter li a, .shopFooter li span {
	line-height: 3em;
	text-align: center;
	display: block;
	margin: 1px;
	padding: 0px;
	color: #fff;
}
.shopFooter li a:hover{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
.shopFooter li .shopFooterTEL {
	background: rgba(255,0,0,0.8);
	border: solid 1px #fff;
}
.shopFooter li .shopFooterLINE {
	background: rgba(0,195,0,0.8);
	border: solid 1px #fff;
}
.shopFooter li .shopFooterCONTACT {
	background: rgba(36,37,52,0.8);
	border: solid 1px #fff;
}
/* SHOP Message *************************/
.shopMes{
	position: relative;
	width: 90%;
	z-index: 0;
	padding: 5%;
	border-radius: 0.2em;
	background: #fff;
	border: 1px solid #a8a8a8;
	margin-top: 0.2em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

.shopMes.onhidden{
	height:8em;
	/*overflow-y:hidden;*/
	overflow:hidden;
}

.shopMes .text{
	padding:0;
}
.shopMes .text p{
	padding:0.5em !important;
}
.shopMes .text time{
	font-size: 0.8em;
	text-align: right;
	display: block;
	padding: 0.5em;
}

.shopMes .readmore{
	position:absolute;
	bottom:0;
	width:100%;
	padding:30px 0;
	text-align:center;
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) repeat scroll 0 0;
	font-weight:bold;
	cursor:pointer;
	z-index:999;
}

.shopMes .readmore span{
	border-radius:0.5em;
	padding:5px 30px;
	background: rgba(204,254,221,1);
	border: 1px solid #242534;
}
/* #################KEISAI##################### */
.keisai {
	display: block;
	text-align: center;
	background: rgba(204,254,221,1);
	border: 1px solid #242534;
	border-radius: 0.2em;
	line-height: 3em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.keisai:hover {
	box-shadow: none;
}
.price {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccfedd;
}

.price th {
	background: rgba(204,254,221,1);
	text-align: center;
	margin: 0px;
	padding: 0.5em;
}
.price td {
	text-align: center;
	margin: 0px;
	padding: 0.5em;
}
.bnnr {
	margin: 0px;
	padding: 0px;
}
.bnnr dt {
	margin: 0px;
	padding: 0.2em;
}
.bnnr dt img {
	display: block;
}
.bnnr dd {
	padding: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.caution {
	color: #ff0000;
}
.terms {
	margin: 0px;
	padding: 1em;
	list-style-type: none;
	font-size: 0.8em;
	height: 15em;
	width: auto;
	overflow: auto;
	border: 1px solid #ccfedd;
	border-radius: 0.2em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
.terms li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.terms li ol {
	margin: 0px;
	padding: 0px !important;
	list-style-type: decimal;
	list-style-position: inside;
}
.rate {
	margin: 0px;
	padding: 0em;
}
.rate dt {
	margin: 0px;
	padding: 0.2em;
	float: left;
	width: 5em;
	text-align: center;
	clear: both;
}
.rate dt span {
	background: rgba(204,254,221,1);
	border: 1px solid #242534;
}
.rate dd {
	padding: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5em;
}
.rate dd:last-child {
	margin-bottom: 0em;
}
.seekerUL {
	margin: 0px;
	padding: 0px;
}
.seekerUL li {
	font-size: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	list-style-position: inside;
}
.unkerLink {
	border: 1px solid #242534;
	background: rgba(204,254,221,0.2);
	display: block;
	line-height: 2em;
	padding: 0;
	text-align: center;
	margin-top: 0.2em;
	margin-right: auto;
	margin-bottom: 0.2em;
	margin-left: auto;
	border-radius: 0.2em;
}
.unkerLink:hover {
	background: rgba(204,254,221,1);
}
.prfctCity {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.prfctCity li {
	margin: 0.5%;
	padding: 0px;
	float: left;
	width: 49%;
}
.prfctCity li a {
	border: 1px solid #242534;
	background: rgba(204,254,221,0.2);
	display: block;
	line-height: 2em;
	text-align: center;
	font-size: 0.8em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.prfctCity li a:hover {
	background: rgba(204,254,221,1);
}
.prfctCity li .active {
	border: 1px solid #242534;
	background: rgba(204,254,221,1);
	display: block;
	line-height: 2em;
	text-align: center;
	font-size: 0.8em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* #################WORKINGAWAY##################### */
.workingAway {
	padding: 0.5em;
	background: #ccfedd;
	border: 1px solid #242534;
	border-radius: 0.2em;
	list-style-type: none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}
.workingAway li {
	padding: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	background: #fff;
	border: 1px solid #a8a8a8;
	border-radius: 0.2em;
}
.workingAway li:last-child {
	margin-bottom: 0px;
}
.workingAway li a {
	display: block;
	margin: 0px;
	padding: 0.5em;
	position: relative;
}
.workingAway li dl {
	margin: 0em;
	padding: 0.5em;
}
.workingAway li dt {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.workingAway li dd {
	margin: 0px;
	padding: 0.2em;
	font-size: 0.8em;
}
.workingAway li dd small {
	color: #5c5e77;
	display: block;
}
.workingAway li dd span {
	background: #ccfedd;
	color: #242534;
	margin-right: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-radius: 0.2em;
	border: 1px solid #242534;
}
.workingAway li .shopNews {
	margin: 0.5em;
	padding: 0.5em;
	background: #ccfedd;
	border-radius: 0.2em;
}
.workingAway li .shopNews dt {
	margin: 0px;
	padding: 0px;
}
.workingAway li .shopNews dd {
	font-size: 0.8em;
}
.workingAway li .shopNews dd time {
	text-align: right;
	display: block;
}
.workingAwayOption {
	margin: 0px;
	padding: 0em;
	list-style-type: none;
}
.workingAwayOption li {
	background: #feffbb;
	float: left;
	margin: 0.1em !important;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
	border: 1px solid #fcb559;
	color: #6d6c00;
	font-size: 0.8em;
	border-radius: 0.2em;
}
.workingAway li .workingShop {
	margin: 0px;
	padding: 0.5em;
	list-style: none;
}
.workingShop li {
	margin: 0px;
	padding: 0.5%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table;
	text-align: center;
	width: 99%;
}
.workingShop li a {
	line-height: 3em;
	vertical-align: middle;
	display: table-cell;
	margin: 0.2em;
	padding: 0px;
	border-radius: 0.2em;
	color: #242534;
}
.workingShop li:nth-child(1) a {
	background: #feffbb;
	border: 1px solid #f79a22;
}
.workingShop li:nth-child(2) a {
	background: #fad9ef;
	border: 1px solid #fb7ea4;
}
.workingShop li:nth-child(1) a .telNum {
	color: #e0062f;
	font-size: 1.2em;
}
/* #################特集feature##################### */
.feature {
	padding: 0em;
	list-style-type: none;
	margin: 0em;
}
.feature li {
	padding: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	background: #fff;
	border: 1px solid #a8a8a8;
	border-radius: 0.2em;
}
.feature li:last-child {
	margin-bottom: 0px;
}
.feature li a {
	display: block;
	margin: 0px;
	padding: 0.5em;
	position: relative;
}
.feature li dl {
	margin: 0em;
	padding: 0;
}
.feature li dt {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.feature li dd {
	margin: 0px;
	padding: 0.2em;
	font-size: 0.8em;
}
.feature li dd span {
	background: #ccfedd;
	color: #242534;
	margin-right: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-radius: 0.2em;
	border: 1px solid #242534;
}
.feature li .shopNews {
	margin: 0.5em;
	padding: 0.5em;
	background: #ccfedd;
	border-radius: 0.2em;
}
.feature li .shopNews dt {
	margin: 0px;
	padding: 0px;
}
.feature li .shopNews dd {
	font-size: 0.8em;
}
.feature li .shopNews dd time {
	text-align: right;
	display: block;
}
.featureOption {
	margin: 0px;
	padding: 0em;
	list-style-type: none;
}
.featureOption li {
	background: #feffbb;
	float: left;
	margin: 0.1em !important;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
	border: 1px solid #fcb559;
	color: #6d6c00;
	font-size: 0.6em;
	border-radius: 0.2em;
}
.feature li .featureShop {
	margin: 0px;
	padding: 0.5em;
	list-style: none;
}
.featureShop li {
	margin: 0px;
	padding: 0.5%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table;
	text-align: center;
	width: 99%;
}
.featureShop li a {
	line-height: 2em;
	vertical-align: middle;
	display: table-cell;
	margin: 0.2em;
	padding: 0px;
	border-radius: 0.2em;
	color: #242534;
}
.featureShop li:nth-child(1) a {
	background: #feffbb;
	border: 1px solid #f79a22;
}
.featureShop li:nth-child(2) a {
	background: #fad9ef;
	border: 1px solid #fb7ea4;
}
.featureShop li:nth-child(1) a .telNum {
	color: #e0062f;
	font-size: 1.2em;
}
/* ***********フリープラン */
.featureSmll {
	padding: 0em;
	list-style-type: none;
	margin: 0em;
}
.featureSmll li {
	padding: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
	background: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a8a8a8;
}
.featureSmll li:last-child {
	margin-bottom: 0px;
	border: none;
}
.featureSmll li .shopData {
	margin: 0;
	padding: 0;
}
.featureSmll li .shopData dt {
	overflow: hidden;
	width: 80px;/* トリミングしたい枠の幅 */
	height: 80px;/* トリミングしたい枠の高さ */
	position: relative;
	float: left;
	background: rgba(255,255,255,0.5);
	border: 1px solid hsl(0,0%,100%);
}
.featureSmll  li .shopData dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}
.featureSmll li .shopData dd {
	margin-left: 85px;
	font-size: 0.8em;
}
.featureSmll li dd span {
	background: #ccfedd;
	color: #242534;
	margin-right: 0.2em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	border-radius: 0.2em;
}
.featureSmllShop {
	margin: 0px;
	padding: 0em;
	list-style: none;
}
.featureSmllShop li {
	margin: 0px;
	padding: 0.5%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table;
	text-align: center;
	width: 99%;
}
.featureSmllShop li a {
	line-height: 2em;
	vertical-align: middle;
	display: table-cell;
	margin: 0.2em;
	padding: 0px;
	border-radius: 0.2em;
	color: #242534;
	font-size: 0.8em;
}
.featureSmllShop li:nth-child(1) a {
	background: #feffbb;
	border: 1px solid #f79a22;
}
.featureSmllShop li:nth-child(2) a {
	background: #fad9ef;
	border: 1px solid #fb7ea4;
}
.featureSmllShop li:nth-child(1) a .telNum {
	color: #e0062f;
	font-size: 1.2em;
}
.shopType {
	font-size: 0.8em;
	background: #fad9ef;
	border: 1px solid #fb7ea4;
	color: #242534;
	display: inline-block;
	padding: 0px;
	margin: 1px;
	line-height: 1em;
}
/* #################FORM##################### */

.form{
	margin: 0px;
	padding: 0px;
}
.form dl{
	margin: 0;
	padding: 1em;
	clear: both;
	background: #fff;
	border-radius: 0.2em;
}
.form dt{
	margin: 0px;
	padding: 0.2em;
}
.form dt span{
	font-size: 0.8em;
	display: block;
}
.form dd{
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.form dd span{
	display:block;
}
.form dd canvas{
	height: 160px;
	width: 120px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.searchBox {
	margin: 0px;
	padding: 0.5em;
	background: rgba(204, 254, 221, 0.5);
	border: solid 1px #242534;
	border-radius: 0.2em;
}
input, textarea, select {
	line-height: 2em;
	border: 1px solid #ccfedd;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
	width: 80%;
	font-size: 1.2em;
	background: #FFF;
	margin: 0px;
	padding: 0em;
	font-family: "mplusLight";
	border-radius: 0.2em;
}
/*input, textarea, select {
	padding: 0.5em;
	border: 1px solid #ffda59;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	background: #FFFFFF;
	height: 40px;
	line-height: 2em;
	max-width: 80%;
	margin: 0px;
	font-size:1.2em;
    }*/
 input[disabled="disabled"], textarea[disabled="disabled"] {
	background-color: #e8e8e8;
	background-image: none;
 }
 
input:hover, textarea:hover,
input:focus, textarea:focus {
    border-color: #C9C9C9;
    }
 
label {
    /*margin-left: 10px;*/
    }

input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	background: rgba(204,254,221,0.6);
	background-size: 20px 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	padding: 0;
	border: 1px solid #FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	line-height: 40px;
	display: inline-block;
	min-width: 80%;
	margin: 0px 0px 0px 0px !important;
}

input[type="radio"]:checked + label{
	background: rgba(204,254,221,1);
	background-size: 20px 20px;
	margin-top: 0em;
	margin-right: 40px;
	margin-bottom: 0em;
	margin-left: 0em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	background: rgba(204,254,221,1);
	background-size: 20px 20px;
	padding: 0;
	border: 1px solid #FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	line-height: 40px;
	display: inline-block;
	/*min-width: 80%;*/
	margin: 0px 0px 0px 0px !important;
}
input[type="checkbox"]:checked + label {
    background: rgba(204,254,221,0.5);
	background-size: 20px 20px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
input[type="checkbox"] + label.searchLabel {
	background: #feffbb;
	padding: 0;
	border: 1px solid #fcb559;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	line-height: 2em;
	display: inline-block;
	margin: 0px 0px 0px 0px !important;
	font-size: 0.8em !important;
}
input[type="checkbox"]:checked + label.searchLabel {
	background: #feffbb !important;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
input[type="radio"] + label.searchLabel {
	background: #feffbb;
	padding: 0;
	border: 1px solid #fcb559;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	line-height: 2em;
	display: inline-block;
	margin: 0px 0px 0px 0px !important;
	font-size: 0.8em !important;
}
input[type="radio"]:checked + label.searchLabel {
	background: #feffbb !important;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: rgba(204,254,221,1);
	text-align: center;
	border: 1px solid #ccfedd;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	width: auto;
	height: auto;
	margin: 0px;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	line-height: normal;
	font-size: 1.2em;
    }
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
	color: #000;
	background: rgba(204,254,221,1) !important;
}
input[type="tel"] {
	width: 5em;
}
input[name="tel"] {
	width: 80%;
}
.need {
	background: rgba(204,254,221,0.5);
}
input[type="submit"][disabled] {
	background-color: #fff;
	cursor: default;
	box-shadow: none;
}
input[type="submit"][disabled]:hover {
	background-color: #fff !important;
	cursor: crosshair !important;
	box-shadow: none !important;
}
/* #################PAGE TOP##################### */
#page-top {
	position: fixed;
	bottom: 100px;
	right: 10px;
	font-size:1em;
	z-index: 9999;
}
#page-top a {
	background: rgba(204,254,221,0.8);
	text-decoration: none;
	text-align: center;
	display: block;
	border-radius: 0.2em;
	border: 1px solid #242534;
	padding: 0.5em;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(204,254,221,0.5);
}
/* #################FOOTER##################### */
#footer{
	margin: 0px;
	padding: 0px;
	clear:both;
}


.pageTop {
	display: inline-block;
	float: right;
	clear:both;
}
.pageTop a {
	display: block;
	font-size: 0.6em;
	color: #222;
	background: url(../img/pageTop.png) no-repeat center top;
	background-size: 32px 24px;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	line-height: 1em;
}


#footer {
	margin: 0px;
	padding: 0px;
}

#footer .footerNav{
	margin: 0 auto;
	padding: 0.5em;
	list-style: none;
	background: #fff; 
}
#footer .footerNav li{
	margin: 0 ;
	padding: 0.5em;
}
#footer .footerNav li dl{
	margin: 0 ;
	padding: 0px;
}
#footer .footerNav li dt{
	margin: 0 ;
	padding: 0px;
}
#footer .footerNav li dd{
	margin: 0 ;
	padding: 0px;
}
#footer .footerNav li ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer .footerNav li ul li{
	width: 100% !important;
}
#footer .footerNav li .areaLink{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer .footerNav li .areaLink li{
	width: auto !important;
	float: left;
}
#footer p{
	background: #242534;
	color: #ccfedd;
	text-align: center;
	display: block;
	font-size: 0.7em;
	text-shadow: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 16px;
}
/* フッターバナー ***********/
.footerBnnr {
	padding: 0;
	position: fixed;
	z-index: 9999;
	bottom: 0px;
	width: 100%;
	height: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: rgba(0,0,0,0.5);
	border: 1px solid #242534;
}
/* モーダルウィンドウ ***********/
.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width:50%;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}
.nativeWideBnnr {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0.5em;
}
.nativeWideBnnr img {
	width: 300px;
	height: auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.nativeWideBnnr:hover img {
	box-shadow: none;
}
.nativeWideBnnr span {
	display: block;
}
/* responsive 35em以上 */
@media screen and (min-width:35em){
/* #################MAIN##################### */

/* #################GLOBAL##################### */
.prefectSub li {
	width: 24%;
	margin: .5%;
}
/* PLANNING *********************/
.planning li {
	margin: 0.5%;
	padding: 0px;
	float: left;
	width: 49%;
}
/* #################GLOBAL CONTENTS##################### */
/* #################CONTENTS##################### */
.bnft {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
}
.bnft h2 {
	font-size: 1.2em;
}
.bnft a dt {
	width: 240px;/* トリミングしたい枠の幅 */
	height: 180px;/* トリミングしたい枠の高さ */
}
.bnft a dd {
	margin-left: 260px;
	font-size: 1em;
	line-height: 2em;
}
.bnft a dl .osusume {
	font-size: 1em;
}
/* SHOP LIST *************************/
.pickUp li {
	float: left;
	width: 50%;
}
.shopIndexTop li {
	float: left;
	width: 50%;
}
.shopIndexTop li a dt img {
	max-height:100px;
	width:auto;
}
.shopL .shopInfo dt {
	float: left;
	width: 30%;
}
.shopL .shopInfo dd:nth-child(2) {
	margin-left: 31%;
	clear: none;
}
.tokutenIco {
	background-size: 48px auto;
	top: 5px;
	right: 5px;
	width: 48px;
	height: 48px;
}
.lineICO-TOP {
	background-size: 64px 64px;
	top: -32px;
	right: -16px;
	width: 64px;
	height: 64px;
}
.lineICO-L-SLIDE {
	background-size: 64px 64px;
	top: -24px;
	right: 0px;
	width: 64px;
	height: 64px;
}
.lineICO-L {
	background-size: 64px 64px;
	top: -48px;
	right: 0px;
	width: 64px;
	height: 64px;
}
.lineICO-S {
	background: url(../img/lineICO.png) no-repeat center center;
	background-size: 48px 48px;
	top: -24px;
	right: 0px;
	width: 48px;
	height: 48px;
}
.prfctCity li {
	width: 32.33%;
}
.workingAway li .shopData dt {
	overflow: hidden;
	width: 320px;/* トリミングしたい枠の幅 */
	height: 240px;/* トリミングしたい枠の高さ */
	position: relative;
	float: left;
	background: rgba(255,255,255,0.5);
	border: 1px solid hsl(0,0%,100%);
}
.workingAway  li .shopData dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}
.workingAway  li .shopData dd {
	padding: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	/*margin-left: 41%;*/
	margin-left: 340px;
	font-size: 1em;
}
.workingAway  li .shopData dd span {
	margin-right: 0.5em;
}
.workingShop li {
	float: left;
	width: 49%;
}
/* #################特集ページ##################### */
.feature li .shopData dt {
	overflow: hidden;
	width: 320px;/* トリミングしたい枠の幅 */
	height: 240px;/* トリミングしたい枠の高さ */
	position: relative;
	float: left;
	background: rgba(255,255,255,0.5);
	border: 1px solid hsl(0,0%,100%);
}
.feature  li .shopData dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}
.feature  li .shopData dd {
	padding: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	/*margin-left: 41%;*/
	margin-left: 340px;
	font-size: 1em;
}
.feature  li .shopData dd span {
	margin-right: 0.5em;
}
.featureShop li {
	float: left;
	width: 49%;
}
.featureSmllShop li {
	float: left;
	width: 49%;
}
/* #################SHOP ページ##################### */
.shopHeader ul li {
	width: auto;
}
.shopRecruitment { /* 募集要項・店舗詳細 */
	padding: 0.5em;
}
.shopRecruitment dt {
	float: left;
	width: 9em;
	padding: 0.2em;
	clear:both;
}
.shopRecruitment dd {
	margin-left: 9.5em;
	border: none;
}
#map {
	height: 300px;
}
.rate {
	padding: 0.5em;
}
/* #################CONTENTS##################### */
.realTimeNewsContent li a dt {
	width: 100px;/* トリミングしたい枠の幅 */
	height: 100px;/* トリミングしたい枠の高さ */
}
.realTimeNewsContent li a dd {
	margin-left: 120px;
}
#footer .footerNav{
	margin: 0;
	padding: 0; 
}
}
/* responsive 50em以上 */
@media screen and (min-width:50em){
/* #################HEADER##################### */
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: url(../img/headerBg.png) repeat, #ccfedd;
	background-size: auto;
}
#header .headerWrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1200px;
	position: relative;
}
#header .information {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
#header .logo {
	text-align: left;
}
#header .logo img {
	height: 80px;
}
#header .information li {
	float: left;
	display: inline-block;
}
#header .information li a {
	display: block;
	padding: 0px;
	margin: 0px;
}
#header .information li a::after {
	content: "｜";
}
#header .information li:last-child a::after {
	content: "";
}
#header .menu{
	display: none;
}
#header p {
	position: absolute;
	left: 5px;
	top: 16px;
}
#header p img {
	height: 154px;
}
#header p span {
	background: none;
}
/* #################MAIN##################### */
#main {
	max-width: 1000px;
	height: auto;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	border-radius: 0.2em;
	padding: 1em;
	border: 1px solid #a8a8a8;
}

#main section {
	padding: 1%;
	float: left;
	width: 73%;
	margin: 0%;
}
#main section .emp {
	font-size: 1.5em;
}
#main section ol {
	padding: 0em;
	margin: 0;
}
#main section p {
	padding: 0em;
	margin: 0;
	clear:none;
}
/* #################GLOBAL##################### */
.globalArea h2 {
	float: left;
	width: 7em;
	clear: both;
	line-height: 24px;
}
.prefect {
	margin-left: 8em;
    display: -webkit-flex;
    display: flex;
}
.prefect li {
	width: 9.6%;
	display: table;
	margin-right: 0.2%;
	margin-left: 0.2%;
	margin-top: 0px;
	margin-bottom: 0px;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
	line-height: 24px;
}
.prefect li:hover {
    width: 15%;
}
.prefect li a {
	border: 1px solid #242534;
}
.prefect li .active {
	border: 1px solid #242534;
}
.city li {
	width: 20%;
}
/* #################GLOBAL CONTENTS##################### */
/* #################CONTENTS##################### */
.bnft {
	padding: 0em;
}
.bnft a dd {
	white-space: normal;
	overflow: auto;
	text-overflow: clip;
}
.shopContactCall {
	display: inline-block;
}
.prfctCity li {
	width: 24%;
}
/* SHOP LIST *************************/

.shopL .shopNotes li {
	float: left;
	width: 49%;
}
.shopL .shopNotes li a {
}
.shopS ul li {
	text-align: center;
	float: left;
	width: 49%;
	margin: 0.5%;
	padding: 0px;
	border-radius: 0.2em;
	background: #fff;
}

/* #################FORM##################### */
.form dl{
	
}
.form dt{
	margin: 0px;
	padding: 0.2em;
	float: left;
	width: 15em;
}
.form dt span{
	font-size: 0.8em;
	display: block;
}
.form dd{
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 15em;
}
.form dd span{
	display:block;
}
/* #################SHOP ページ##################### */
.shopHeader {
	display:none;
}
/* #################ASIDE##################### */
aside {
	padding: 1%;
	margin: 0%;
	float: right;
	width: 23%;
	display: block;
}
aside ul .areaMenu {
	margin: 0px;
	padding: 0px;
	float: none;
	width: auto;
	position: relative;
  }
aside ul .areaMenu ul {
	position: relative;
	left: 0;
	top: 0;
	z-index: auto;
  }
input[type="radio"].on-off:checked + ul{
    height: auto;
  }
.asideAD ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7d7d7d;
	clear: both;
	width: auto;
}
.asideAD ul li:last-child {
	border: none;
}
.asideShop {
	padding: 0.5em;
	font-size: 0.8em;
	border: 1px solid #adaec1;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	border-radius: 0.2em;
}
.asideShop dt {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 6em;
	clear:both;
}
.asideShop dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6em;
}
.asideShopPhoto {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	list-style-type: none;
}
.asideShopPhoto li {
	padding: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
}
.qrCode {
	padding: 0.5em;
	border-radius: 0.2em;
	border: 1px solid #a8a8a8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.qrCode img {
	margin: 5px;
	padding: 0px;
	float: left;
}
.asideShopContact {
	padding: 0.2em;
	background: /*#feffbb*/#feffbb;
	border-radius: 0.2em;
	border: 1px solid #fcb559;
	color: #ff6927;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.asideShopContact span {
	display: block;
	font-size: 0.8em;
	color: #6d6c00;
}
.asideShopContact ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.asideShopContact ul li {
	margin: 0px;
	padding: 0px;
}
.asideShopContact ul li a {
	display: block;
	text-align: center;
	white-space: nowrap;
	line-height: 2em;
	margin: 0.2em;
	background: rgba(204,254,221,1);
	border: 1px solid #242534;
	border-radius: 0.2em;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}
/* #################FOOTER##################### */
#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer .footerNav{
	max-width: 1000px;
	height: auto;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	border-radius: 0.2em;
	padding: 1em;
	border: 1px solid #a8a8a8;
}

/* フッターバナー ***********/
.footerBnnr {
	width: 960px;
	height: 80px;
	z-index: 99;
}
}

/* 特集スライダー *************/
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 20px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 48px;
  height: 48px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 24px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* 逆アクセス *************/
.re-ranking {
	margin: 0;
	paddin: 0;
}
.re-ranking ul {
	margin:0;
	padding:0;
	list-style: none;
}
.re-ranking ul li {
	margin:0.1rem;
	padding:0;
	border-bottom: 1px dotted #a8a8a8;
	background: rgba(254,255,187,0.5);
}
.re-ranking ul li:nth-child(2n) {
	background: rgba(254,255,187,0.2);
}
.re-left{
	float: left;
	background: rgba(204,254,221,1); 
	padding: 0.2rem;
	mardin: 0.2rem;
	font-size: 0.8em;
	line-height: 1.5rem;
	display: inline-block;
	width: 2rem;
	text-align: center;
}
.re-right{
	margin: 0.2rem;
}
.re-right > a{
	display: block;
}
/* コロナ対策 *************/
.coronaBox {
	padding: 0.2em;
	background: /*#feffbb*/#feffbb;
	border-radius: 0.2em;
	border: 1px solid #fcb559;
	color: #ff6927;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	text-align: center;
}