@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: #fff;
}
.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;
}
.enter {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.enter li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}
.enter li a {
	display: block;
	text-align: center;
	line-height: 42px;
	background: rgba(0,0,0,1);
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border: 1px solid hsl(0,0%,100%);
}
.enter li a:hover {
	background: rgba(0,0,0,0.5);
}
/* #################HEADER##################### */
#header{
	display: block;
	padding: 0px;
	clear: both;
	margin: 0px;
}
#header h1{
	text-align: right;
	font-size: 0.8em;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	text-shadow:none;
	background: #000;
	color: #fff;
}
#header .headerWrapper {
}
#header .information {
	display: none;
}
#header .logo{
	display: block;
	margin: 0px;
	padding: 0em;
	text-align: center;
	background: url(../img/headerBg.png) no-repeat center center;
	background-size: auto 50px;
	height: 50px;
}
#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;
	background-size: 48px 48px, auto;
	text-indent: -9999px;
	height: 46px;
	width: 46px;
}
#header .menu:hover{
	background: url(../img/menuIco.png) no-repeat center center;
	background-size: 48px 48px;
	/*box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;*/
}
#header .home{
	margin: 0px;
	padding: 0px;
	position: absolute;
	/*left: 2%;
	top: 21px;*/
	right: 1px;
	top: 17px;
	z-index: 9999;
	/*background: url(../img/menuIco.png) no-repeat center top, rgba(34,34,34,0.8);*/
	background: url(../img/homeIco.png) no-repeat center center;
	background-size: 48px 48px, auto;
	text-indent: -9999px;
	height: 46px;
	width: 46px;
}
#header .home:hover{
	background: url(../img/homeIco.png) no-repeat center center;
	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);
}
.sangyoLink {
	text-align: center;
	display: block;
	margin: 0.5em;
	padding: 0.5em;
	border: 1px solid #000;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	background: #f0f0f0;
	font-size: 0.8em;
}
/* #################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: #ff86b3;
	color: #6d6d6d;
}
#main section {
	display: block;
	padding: 0em;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 2em;
	margin-left: 0.5em;
}
#main section h1 span {
	font-size: 0.8em;
	color: #5A5C83;
}
#main section h1 .shopName {
	display: block;
	line-height: 1em;
}
#main section h2 {
	display: block;
	margin-bottom: 0.2em;
	text-shadow: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0.5em;
	color: #6d6d6d;
}

#main section h3 {
	line-height: 36px;
	padding: 0;
	margin: 0;
	color: #4299fb;
}
#main section p {
	margin: 0px;
	padding: 0.2em;
	clear: both;
}
.areaNav {
	padding: 0px;
	margin: 0px;
}
.areaNav ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.areaNav ul li {
	margin: 1px;
	padding: 0px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.areaNav ul li a {
	display: block;
	text-align: center;
	font-size: 0.8em;
	line-height: 42px;
}
.areaNav ul li a:hover {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
.pickUp {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.pickUp li {
	margin: 0px;
	padding: 0;
	float: left;
	width: 50%;
}
.pickUp li h2 {
	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: #ff86b3;
	color: #6d6d6d;
}
.pickUp li a {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
.pickUp li dl {
	max-width: 240px;
	padding: 0.2em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.pickUp li dt {
	margin: 0px;
	padding: 0;
	object-fit: contain;
	width: auto;
	height: 240px;
	overflow: hidden;
}
.pickUp li dd {
	margin: 1.5%;
	padding: 1%;
	font-size: 0.8em;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: -8px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	display:block;
	width: 95%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.topShopNews {
	margin: 0px;
	padding: 0.5em;
	list-style-type: none;
	height: 10em;
	overflow: auto;
}
.topShopNews li {
	padding: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8d8d8d;
}
.topShopNews li:last-child {
	border: none;
}
.topShopNews li h2 {
}
.topShopNews li a {
	display: block;
}
.topShopNews li time {
	text-align: right;
	display: block;
	font-size: 0.6em;
	color: #c2bfc0;
	line-height: 1em;
}
.topShopNews li .body {
	margin: 0;
	padding: 0.2em;
	font-size: 0.8em;
}
.topShopNews li dl {
	margin: 0;
	padding: 0em;
	font-size: 0.6em;
}
.topShopNews li dt {
	overflow: hidden;
	width: 36px;/* トリミングしたい枠の幅 */
	height: 36px;/* トリミングしたい枠の高さ */
	position: relative;
	float: left;
	background: rgba(255,255,255,0.5);
	border: 1px solid hsl(0,0%,100%);
}
.topShopNews 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;
}
.topShopNews li dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 42px;
	line-height: 1em;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
/* ページング ************************/
.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 #fff;
	background: #000;
	display: block;
	line-height: 2em;
	margin: 0px;
	padding: 0;
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.pageng li a:hover {
	box-shadow: none;
}
.pageng li div {
	/*border: 1px solid #242534;
	background: rgba(204,254,221,1);*/
	display: block;
	line-height: 2em;
}

.shopL {
	padding: 0.5em;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.shopL li {
	padding: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8d8d8d;
}
.shopL li:last-child {
	border: none;
}
.shopL h2 {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0em !important;
	margin-left: 0px !important;
	font-size: 1em;
}
.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;
}
.shopL li dl {
	margin: 0px;
	padding: 0.5em;
	position: relative;
}
.shopL li 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%);
}
.shopL 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;
}
.shopL li dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
.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 li dd.area{
	font-size: 0.6em;
	line-height: normal;
}
.shopL li dd.open{
	font-size: 0.8em;
	line-height: normal;
}
.shopL li dd.official{
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
}
.shopL li dd.official a{
	display: inline-block;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border: 1px solid #fff;
	background: rgba(0,0,0,1);
	color: #fff;
	font-size: 0.6em;
	line-height: 3em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.shopL li dd.official a:hover{
	box-shadow: none;
}
.shopS {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	font-size: 0.8em;
}
.shopS li {
	padding: 0.5em;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #242534;
}
.shopS li:last-child {
	border: none;
}
.shopS li a {
	display: block;
}
.shopS h2 {
	padding: 0px;
	margin: 0px;
	background: #ff86b3;
	display: block;
	color: #000 !important;
}
.shopS h2 a:hover {
	background: rgba(204, 254, 221, 1);
}
.shopS h2 span {
	display: inline-block;
	font-size: 0.8em;
	float: right;
}
.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;
}
.shopSS {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	font-size: 0.8em;
}
.shopSS li {
	padding: 0;
	margin: 0;
}
.shopSS li a {
	display: block;
	margin: 1px;
}
/* #################SHOP##################### */
.shopMes{
	position: relative;
	width: 98%;
	z-index: 0;
	padding: 1%;
	margin-top: 0.2em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

.shopMes.onhidden{
	height:5em;
	/*overflow-y:hidden;*/
	overflow:hidden;
}

.shopMes .body{
	padding:0;
}
.shopMes .body p{
	padding:0.5em !important;
}
.shopMes time{
	font-size: 0.8em;
	text-align: right;
	display: block;
	padding: 0.5em;
	color: #c2bfc0;
}

.shopMes .readmore{
	position:absolute;
	bottom:0;
	width:98%;
	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{
	padding:5px 30px;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.shopCampaign {
	padding: 0.5em;
	margin-top: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 1em !important;
	margin-left: 0.2em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
.shopDeta {
	padding: 0.5em;
	margin: 0px;
}
.shopDeta dt {
	overflow: hidden;
	width: 80px;/* トリミングしたい枠の幅 */
	height: 120px;/* トリミングしたい枠の高さ */
	position: relative;
	float: left;
	background: rgba(255,255,255,0.5);
	border: 1px solid hsl(0,0%,100%);
}
.shopDeta 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;
}
.shopDeta dd {
	margin-left: 85px;
}
.shopLink {
	line-height: 1.5em;
	text-align: center;
	margin: 0.5em;
	padding: 0.5em;
	background: rgba(0,0,0,1);
	border: 1px solid hsl(0,0%,100%);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	color: #fff;
	display: block;
	font-size: 0.8em;
}
.shopLink:hover {
	color: #fff;
	box-shadow:none;
}
/* #################CONTENTS##################### */
.sangyo {
	padding: 5px;
	list-style-type: none;
	max-width: 320px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background:#f0f0f0;
}
.sangyo li {
	padding: 0px;
	float: left;
	width: 80px;
	height: 175px;
	margin: 0px;
}
.sangyo li a {
	display: block;
	margin: 0px;
	padding: 1px;
}
.sangyo li a:hover {
	background: #fec6e0;
}
/* #################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);
}
input, textarea, select {
	line-height: 2em;
	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="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;
}
/* #################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;
}
