@charset "utf-8";

body {}

#container{}

img.resizeImage{
	max-width: 100%;
	height: auto;
	width /***/:auto; 
}

/* 包括要素の中 width指定 */
.innerContainer {
	width: 100%;
	margin: 0 auto;
	overflow : hidden;
}


#header {
	width: 100%;
}

.bxslider img {
	margin:0 auto;
	display:block;
}
/* 共通ヘッダー包括
---------------------------------------------------------------------- */
#wrapCommonHeader {
	background-color : #14cbc9;
}

/*共通ヘッダー　インナー包括*/
#wrapCommonHeader .innerContainer {
}

/* ロゴ包括-----------------------------*/
#wrapCommonHeader .wrapLogo {
	margin-top: 0px;
	background-color : #14cbc9;
	padding : 6px 0;
}

#wrapCommonHeader .wrapLogo .wrapLogoInner {
	display: table !important;
	width : 100%;
}

#wrapCommonHeader .wrapLogo .wrapLogoInner .h,
#wrapCommonHeader .wrapLogo .wrapLogoInner p {
	display: table-cell !important;
	vertical-align: middle;
}


#wrapCommonHeader .wrapLogo .wrapLogoInner .h {
	padding: 0px 5px 0px 5px;
	text-align : center;
}

#wrapCommonHeader .wrapLogo .wrapLogoInner .p01 {
	padding: 0px 0 0px 5px;
	font-size: 1.2rem;
	line-height: 1.2em;
	font-weight: bold;
	position : absolute;
	top : 9px;
	left : 0px;
}

#wrapCommonHeader .wrapLogo .wrapLogoInner .p02 {
	padding: 0px 5px 0px 0px;
	font-size: 1.2rem;
	line-height: 1.2em;
	font-weight: bold;
	text-align : right;
	position : absolute;
	top : 6px;
	right : 4px;
}

#wrapCommonHeader .wrapLogo img {
	vertical-align: bottom;
}

#wrapCommonHeader .wrapLogo img {

}

.topMenuBtn  {
	margin  : 20px auto 0 auto;
	display : table;
	width : 100%;
}
.topMenuBtn p  {
	display : table-cell;
	width : 50%;
	box-sizing: border-box;
	text-align : center;
}
.topMenuBtn p.tpm01  {
	padding : 4px 4px 4px 10px;
}
.topMenuBtn p.tpm02  {
	padding : 4px 10px 4px 4px;
}
.topMenuBtn p img {
	width : 100%;
	max-width : 400px;
}

/* メニュー包括-----------------------------*/
#wrapGlobalMenu #whm {
	width : 100%;
	padding : 0 2% 8px 2%;
	box-sizing: border-box;
	border-bottom : 1px solid #ffffff;
}

#wrapGlobalMenu form {
	margin : 0;
	width : 240px;
}


#wrapGlobalMenu #whm > ul{
	padding-top: 18px;
}

#wrapGlobalMenu #whm > ul > li{
	font-size: 1.1rem;
	display:inline-block;
}

#wrapGlobalMenu #whm > ul > li:first-child{
	margin-right: 15px;
}

#wrapGlobalMenu #whm > ul > li a{
	font-size: 1.2rem;
	color: #1a1a1a;
	display:block;
	font-weight: bold;
	background-image: url(../../img/common/header/ic_wch_arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
}

#wrapGlobalMenu #whm > ul > li a:hover{
	text-decoration: underline;
}

#wrapCommonHeader #whm > form > dl{
	display: table;
	margin-top: 5px;
}

#wrapGlobalMenu #whm > form > dl > dt{
	border: 1px solid #14cbc9;
	display: table-cell;
	position: relative;
}

#wrapGlobalMenu #whm > form > dl > dt input,
#wrapGlobalMenu #whm > form > dl > dt label {
	-webkit-transition: all .2s;
	transition: all .2s;
	font-size: 15px;
}
#wrapGlobalMenu #whm > form > dl > dt input {
	width: 190px;
	padding: .5em .5em .5em 3.5em;
	background: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
}
#wrapGlobalMenu #whm > form > dl > dt label {
	position: absolute;
	top: .7em;
	left: .5em;
	color: #aaa;
	line-height: 1;
}
#wrapGlobalMenu #whm > form > dl > dt input:focus {
	padding-left: .5em;
}
#wrapGlobalMenu #whm > form > dl > dt input:focus + label {
	opacity: 0;
}

#wrapGlobalMenu #whm > form > dl > dd{
	border: 1px solid #04bbb9;
	background-color: #04bbb9;
	display: table-cell;
}

#wrapGlobalMenu #whm > form > dl > dd input {
	width : 30px;
	height : 30px;
	cursor: pointer;
	background-color : transparent;
	background-image: url(../../img/common/header/ic_search_btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



/* グローバルメニュー　包括
---------------------------------------------------------------------- */
#wrapGlobalMenu {
	position : absolute;
	top : 0px;
	left : 0px;
	z-index : 100;
	background-color : rgba(20, 203, 201, 0.97);
	width : 100%;
	padding : 12px 2%;
	box-sizing: border-box;
	display : none;
}

/* グローバルメニュー　インナー包括*/
#wrapGlobalMenu .innerContainer {}

#wrapGlobalMenu nav .wrapGlobalMenuList {
	width: 100%;
}

#wrapGlobalMenu .p03  {
	position : absolute;
	top : 9px;
	right : 5px;
}

#wrapGlobalMenu nav .wrapGlobalMenuList li {
	vertical-align: top;
	border-bottom : 1px solid #ffffff;
}

#wrapGlobalMenu nav .wrapGlobalMenuList li a.wgla {
	padding: 12px 0 12px;
	display : block;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size : 18px;
}

#wrapGlobalMenu nav .wrapGlobalMenuList li a > span.gmt{
	display: inline-block;
	padding-top: 25px;
	background-position: center top;
	background-repeat: no-repeat;
}

#wrapGlobalMenu nav .wrapGlobalMenuList li a > span.tem{
	line-height: 1.0em;
}

#wrapGlobalMenu nav .wrapGlobalMenuList li a > span.tem > span{
	display: block;
	font-size: 1.0rem;
}

.wrapGlobalMenuSub  {
	text-align : center;
	margin : 16px 0 0 0;
}

.wrapGlobalMenuSub li {
	display : inline-block;
	width : 46%;
	margin : 0 1%;
	border : 1px solid #ffffff;
	text-align : center;
	font-size : 14px;
	font-weight : bold;
	padding : 8px;
	color : #ffffff;
	text-decoration : none;
}
.wrapGlobalMenuSub li a {
	display : block;
	text-align : center;
	color : #ffffff;
	text-decoration : none;
}

.is-show {
	transform: translateY(0);
}
.kensaku_res {
    color: #ff0000;
	padding-left : 4px;
}
/* 下層ページパンくず包括
---------------------------------------------------------------------- */
#wrapTopicPath {
	padding-top: 20px;
	padding-left : 6px;
	font-size: 1.2rem;
	clear: both;
}

#wrapTopicPath a{
	color: #333;
}

#wrapTopicPath ol{
	display: table;
}

#wrapTopicPath > ol > li{
	display: table-cell;
	margin-right: 15px;
}

#wrapTopicPath > ol > li:after{
	content: " > ";
}

#wrapTopicPath > ol > li:last-child:after{
	content: "";
}

/* 下層ページ検索BOX包括
---------------------------------------------------------------------- */
.wrapSearchBox {
	margin-bottom: 12px;
}

.wrapSearchBox > .searchBoxTtl{
	width: 100%;
	display: table;
	background-color:#14cbc9;
}

.wrapSearchBox > .searchBoxTtl > p{
	display: table-cell;
	padding: 10px;
	color: #fff;
}

.wrapSearchBox > .searchBoxTtl > p.ttl{
	background: url(../../img/n_icon03.png) no-repeat 6px center;
	padding: 14px 0 14px 36px;
	font-weight: bold;
	font-size: 1.6rem;
	vertical-align : middle;
}



.wrapSearchBox > .searchBoxTtl > p.num{
	width: 10em;
	text-align: center;
	font-size: 1.3rem;
}

.wrapSearchBox > .searchBoxTtl > p.cat{
	width: 11em;
	padding: 0 15px;
	text-align: right;
	vertical-align : middle;
}

.wrapSearchBox > .searchBoxTtl > p.cat > span{
	display: inline-block;
	background-color: #fff;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding: 3px 10px;
	font-size: 1.2rem;
	color: #333;
	font-weight: bold;
}

.wrapSearchBoxInner {
	width: 100%;
	display: table;
	border: 1px solid #d7d7d7;
}
.wrapSearchBoxInner > div > dl{
	width: 100%;
	display: table;
}

.wrapSearchBoxInner > div > dl > dt{
	display: table-cell;
}

.wrapSearchBoxInner > div > dl > dd{
	
}


.wrapSearchBoxInner .selectArea {
	display: table-cell;
	padding: 10px;
}
.wrapSearchBoxInner .selectArea dt {
	width: 4em;
}
.wrapSearchBoxInner .selectType {
	width: 38%;
	display: table-cell;
	padding: 10px;
}
.wrapSearchBoxInner .selectType dt {
	width: 3em;
}
.wrapSearchBoxInner .selectBtn {
	display: table-cell;
	padding: 10px;
	text-align: right;
	vertical-align : middle;
}

.wrapSearchBoxInner .selectBtn > button {
	padding: 5px 10px;
	background-color: #94c559;
	border: 1px solid #749a46;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}


.wrapSearchBox select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

.wrapSearchBox select option{
  background-color: #fff;
  color: #333;
}

.wrapSearchBox select::-ms-expand {
  display: none;
}

.wrapSearchBox select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}



@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

.wrapSearchBox .select-wrap {
    position: relative;
}
.wrapSearchBox .select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}
.wrapSearchBox select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #ddd;
    color:#828c9a;
    width:100%;
    border-radius:3px;
}
.wrapSearchBox select option{
	background-color: #fff;
	color: #333;
}
.wrapSearchBox select::-ms-expand {
	display: none;
}
.wrapSearchBox select:-moz-focusring { 
	color: transparent; 
	text-shadow: 0 0 0 #828c9a;
}
.wrapSearchBox .select-wrap.select-primary:before{
	color:#fff;
}
.wrapSearchBox .select-wrap.select-primary > select{
	background:#0084B4;
	color:#fff;
	border-color:#0084B4;
}
.wrapSearchBox .select-wrap.select-primary > select:-moz-focusring { 
	color: transparent; 
	text-shadow: 0 0 0 #fff;
}

.wrapSearchBox .select-wrap.select-inverse:before{
	color:#fff;
}
.wrapSearchBox .select-wrap.select-inverse > select{
	color:#fff;
	border-color: #fff;
}

.wrapSearchBox .select-wrap.select-inverse > select:-moz-focusring { 
	color: transparent; 
	text-shadow: 0 0 0 #fff;
}


#wrapPager {
	clear:both;
}

#wrapPager .pager {
	position: relative; 
	overflow: hidden;
}

#wrapPager .pager ul {
	position: relative;
	left: 50%;
	float: left;
}

#wrapPager .pager ul li {
	margin: 0 2px;
	position: relative;
	left: -50%;
	float: left;
}

#wrapPager .pager ul li span,
#wrapPager .pager ul li a {
	display: block;
	padding: 6px 0;
	text-align : center;
	width : 33px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

#wrapPager .pager ul li em {
	display: block;
	padding: 6px 0;
}

#wrapPager .pager ul li a {
	background-color : #ccc;
	font-size : 14px;
	color : #000000;
	text-decoration : none;
	font-weight : bold;
}
?
?
#wrapPager .pager ul li a:hover {
	background: #333;
	color: #FFF;
}

/* 下層ページコンテンツ包括
---------------------------------------------------------------------- */
#wrapMain {
	padding: 30px 0 10px 0;
}

#wrapMain .innerContainer {}
#wrapMain .innerContainer > main {
	width: 100%;
	box-sizing: border-box;
	padding : 0 5px;
}

/* 下層ページH１タイトル */
#wrapUnderTtl {
	padding-bottom: 30px;
}

#wrapUnderTtl .wTtl{
	padding-bottom: 15px;
}

#wrapUnderTtl .wTtl .ttl{
	font-size: 3.0rem;
	font-weight: normal;
}

#wrapUnderTtl .wCopy{}

#wrapUnderTtl .wCopy .copy{}

/* ジャンル別ナビゲーション */

#mainNaviList {}
#mainNaviList .listItem{
	width: calc((100% - 30px) / 4);
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #e3e3e3;
	border-bottom: none;
}
#mainNaviList .listItem:nth-child(4n){
	margin-right: 0px;
}
#mainNaviList .listItem dl{
	border-bottom: 3px solid #13cbc9;
	padding: 5px;
}
#mainNaviList .listItem dl dt{}
#mainNaviList .listItem dl dd{
	text-align: center;
	line-height: 1.2em;
	font-size: 1.3rem;
	vertical-align: middle;
}


/* ショップリスト */
#wrapShopList {
	clear: both;
	padding: 0 0 50px 0;
}

#wrapShopList .shopItem {
	margin: 30px 0;
}

#wrapShopList .shopItem .areaBar{
	background-color: #484848;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	display: table;
	width: 100%;
	padding: 5px 10px;
}

#wrapShopList .shopItem .areaT{
	display: table-cell;
}
#wrapShopList .shopItem .areaTnone {
	display: block;
	line-height : 18px;
	height : 16px;
	overflow : hidden;
}

#wrapShopList .shopItem .junT{
	display: table-cell;
	width: 10em;
	text-align: right;
}

#wrapShopList .shopItem .shopName{
	background-color: #14cbc9;
	padding: 10px;
	display: table;
	width: 100%;
	color: #fff;
	font-weight: bold;
}
#wrapShopList .shopItem .shopNameNone {
	background-color: #14cbc9;
	padding: 0px 6px;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	position : relative;
}
#wrapShopList .shopItem .yuuSname {
	width : 100%;
}
#wrapShopList .shopItem .yuuSname th {
	width : 100%;
	text-align : left;
	line-height : 1.3;
}
#wrapShopList .shopItem .yuuSname td {
	width : 20%;
	text-align : right;
}
#wrapShopList .shopItem .nonSname {
	width : 100%;
}
#wrapShopList .shopItem .nonSname th {
	width : 100%;
	line-height : 1.3;
	text-align : left;
}
.shopName .listSubTtl  {
	font-size : 1.4rem;
}
.shopNameNone .listSubTtl  {
	font-size : 1.3rem;
}
#wrapShopList .shopItem .shopName .ttl{
	display: block;
	font-size: 1.6rem;
	width : 100%;
}
#wrapShopList .shopItem .shopName .ttl a {
	color : #ffffff;
	text-decoration : none;
}
#wrapShopList .shopItem .shopName .ttl a:hover {
	color : #f1f1f1;
}
#wrapShopList .shopItem .shopNameNone .ttl{
	display: block;
	font-size: 1.4rem;
	width : 100%;
}
#wrapShopList .shopItem .shopName .ttl{
	display: table-cell;
	font-size: 1.5rem;
}

#wrapShopList .shopItem .shopName .ttl a {
	color : #ffffff;
}
#wrapShopList .shopItem .shopNameNone .ttl{
	display: block;
	font-size: 1.3rem;
	width : 100%;
}
#wrapShopList .shopItem .inL p {
	display: block;
	text-align: center;
	background-color: #c3c3c3;
	padding: 3px 0;
	font-size: 13px;
	font-weight : bold;
	color : #ffffff;
}

#wrapShopList .shopItem .inL p.open {
	background-color: #ff871d;
}

#wrapShopList .shopItem .itemDetails{
	border: 1px solid #d6d6d6;
}

#wrapShopList .shopItem .itemDetailsNone {
	border: 1px solid #d6d6d6;
}

#wrapShopList .shopItem .itemDetails .itemDetailsInner{
	padding: 10px;
}
#wrapShopList .shopItem .itemDetailsNone .itemDetailsInner{
	padding: 4px 10px;
}
#wrapShopList .shopItem .intLR{
	display: table;
	width: 100%;
}

#wrapShopList .shopItem .intL{
	display: table-cell;
	width: 45%;
}

#wrapShopList .shopItem .intL > dl{
	font-size: 1.2rem;
	margin-top : 6px;
}

#wrapShopList .shopItem .intL > dl > dt {
	display: inline-block;
	padding-right: 5px;
	padding-left: 1px;
}

#wrapShopList .shopItem .intL > dl > dd {
	display: inline-block;
	padding-right: 10px;
}

#wrapShopList .shopItem .intL > dl > dd a {
	font-weight : bold;
	font-size : 16px;
}

#wrapShopList .shopItem .intL .time dt{
	background-image: url(../img/common/parts/ic_time.png);
}

#wrapShopList .shopItem .intL .holiday dt{
	background-image: url(../img/common/parts/ic_holiday.png);
}

#wrapShopList .shopItem .intR{
	display: table-cell;
	width: 55%;
}

#wrapShopList .shopItem .intR ul li{
	margin-left: 5px;
	float: right;
	font-size: 1.1rem;
	background-color: #878787;
	padding: 2px 10px 1px 10px;
	color: #fff;
}

#wrapShopList .shopItem .intR ul li.ok{
	background-color: #dc0000;
}

#wrapShopList .shopItem .inLR{
	display: table;
	width: 100%;
	padding: 10px 0 0 0;
}

#wrapShopList .shopItem .inL {
	display: table-cell;
	width: 140px;
	vertical-align: top;
}
#wrapShopList .shopItem .inLnone {
	display: table-cell;
	width: 70px;
	vertical-align: top;
}

#wrapShopList .shopItem .inLBlog{
	display: table-cell;
	width: 100px;
	vertical-align: top;
}
#wrapShopList .shopItem .inLRnone {
	display: table;
	width: 100%;
	padding: 0;
}
#wrapShopList .shopItem .inAll dl {
	display: inline-block;
	font-size: 1.2rem;
	margin-top : 0px;
}

#wrapShopList .shopItem .inAll dl dt {
	display: inline-block;
	padding-right: 5px;
	padding-left: 1px;
	line-height : 1.3;
}

#wrapShopList .shopItem .inAll dl dd {
	display: inline-block;
	padding-right: 10px;
	line-height : 1.3;
}
#wrapShopList .shopItem .inAll dl.inqu a {
	font-size : 13px;
	font-weight : bold;
}



#wrapShopList .shopItem .inR {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

#wrapShopList .shopItem .inC > dl{
	width: 100%;
	margin: 5px 0;
	font-size: 1.3rem;
}

#wrapShopList .shopItem .inC > dl > dt {
	border-left: 3px solid #14cbc9;
	padding: 5px 5px 5px 30px;
	width: 100%;
	background-color: #e0e0e0;
	font-weight: bold;
	background-position: 10px center;
	background-repeat: no-repeat;
}

#wrapShopList .shopItem .inC > dl > dd {
	padding: 5px;
	width: 100%;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}


#wrapShopList .shopItem .inC dl.coment dt{
	background-image: url(../../../img/common/parts/ic_hitokoto.png);
}

#wrapShopList .shopItem .inC dl.coupon dt{
	background-image: url(../../../img/common/parts/ic_otoku.png);
}

#wrapShopList .shopItem .inC dl.blog dt{
	display: table;
	padding: 5px 5px 5px 5px;
}

#wrapShopList .shopItem .inR dl.blog dt a{
	display: table-cell;
	text-align: left;
}

#wrapShopList .shopItem .inC dl.blog dt span{
	display: table-cell;
	text-align: right;
	font-size:1.0rem;
}

#wrapShopList .shopItem .inC dl.coupon dd{
	font-weight: bold;
	font-size: 1.5rem;
	color:#b50000;
}

#wrapShopList .shopItem .inC ul.only{
	width: 50%;
	margin: 0 auto;
}
#wrapShopList .shopItem .inC ul li{
	width: 49%;
	float: right;
	border: 1px solid #cdcdcd;
	margin-top: 5px;
}

#wrapShopList .shopItem .inC ul.only li{
	width: 100%;
	float: right;
}

#wrapShopList .shopItem .inC ul li:first-child {
	float: left;
}

#wrapShopList .shopItem .inC ul li a{
	text-decoration: none;
	display: block;
	padding: 10px 0px 10px 20px;
	color: #fff;
	font-weight: bold;
	font-size : 13px;
	background-color:#e745ce;
	background-image: url(../../../img/common/parts/ar_btn_shop02.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#wrapShopList .shopItem .inC ul li:first-child a{
	background-color:#14cbc9;
	background-image: url(../../../img/common/parts/ar_btn_shop01.png);
}

#wrapShopList .shopItem .inC ul.only li.rec a{
	background-color:#e745ce !important;
	background-image: url(../../../img/common/parts/ar_btn_shop02.png) !important;
}


#wrapShopList .shopItem .itemDetailsFooter {
	display: table;
	width: 100%;
	border-top: 1px solid #d6d6d6;
}

#wrapShopList .shopItem .itemDetailsFooter .foL {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

#wrapShopList .shopItem .itemDetailsFooter .foL > dl {
	display: table;
	width: 100%;
	padding: 10px 5px;
}

#wrapShopList .shopItem .itemDetailsFooter .foL > dl > dt {
	display: table-cell;
	width: 6em;
	text-align: center;
}

#wrapShopList .shopItem .itemDetailsFooter .foL > dl > dd {
	display: table-cell;
}

#wrapShopList .shopItem .itemDetailsFooter .foL > dl > dd span {
	display: inline-block;
	margin-left: 5px;
}

#wrapShopList .shopItem .itemDetailsFooter .foR {
	width: 60%;
	display: table-cell;
	vertical-align: middle;
}

#wrapShopList .shopItem .itemDetailsFooter .foR > dl {
	display: table;
	width: 100%;
	font-weight: bold;
}

#wrapShopList .shopItem .itemDetailsFooter .foR > dl > dt {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 10px 5px;
	background-color: #14cbc9;
	color: #fff;
}

#wrapShopList .shopItem .itemDetailsFooter .foR > dl > dd {
	display: table-cell;
	padding: 10px 5px;
	text-align: center;
	font-size: 2.0rem;
}


/* 下層ページサイドコンテンツ包括
---------------------------------------------------------------------- */

#wrapMain .innerContainer > aside {
	width: 240px;
	float: left;
}

#wrapMain .innerContainer aside #sidePickup {
	position: relative;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
#wrapMain .innerContainer aside #sidePickup:before {
	content:"";
	display: block;
	padding-top: 133.3333333333333%;
}

#wrapMain .innerContainer aside #sidePickup a{
	color: #fff;
	text-decoration: none;
}

#wrapMain .innerContainer aside #sidePickup .in {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


#wrapMain .innerContainer aside #sidePickup #pTtl{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#wrapMain .innerContainer aside #sidePickup #pTtl dl{
	width: 100%;
	display:table;
	color: #fff;
}

#wrapMain .innerContainer aside #sidePickup #pTtl dt{
	display: table-cell;
	text-align: center;
	font-weight: bold;
	font-size: 1.0rem;
	background-color: rgba(34,197,194,1);
	vertical-align: middle;
	padding: 5px;
	line-height: 1.1em;
}

#wrapMain .innerContainer aside #sidePickup #pTtl dt span,
#wrapMain .innerContainer aside #sidePickup #pTtl dd span{
	display: block;
	font-weight: normal;
}

#wrapMain .innerContainer aside #sidePickup #pTtl dd{
	display: table-cell;
	background-color: rgba(34,197,194,0.6);
	vertical-align: middle;
	padding: 5px;
	font-size: 1.2rem;
	line-height: 1.3em;
}


.sideSearchNavi {
	margin-bottom: 20px;
	display : none;
	text-align : center;
}
.sideSearchNavi dd {
	border: 1px solid #fff;
	display : inline-block;
	width : 46%;
	margin : 2px 1%;
	border-radius : 4px;
	background-color : #04bbb9;
}

.sideSearchNavi dd a{
	display: block;
	font-size: 14px;
	padding: 10px;
	text-align : center;
	color: #ffffff;
	text-decoration: none;
}

.infomationWrap  {
	border : 1px solid #cccccc;
	padding : 16px;
}
.infomationWrap p  {
	margin : 1em 0;
}
.infomationWrap ol  {
	list-style-type: decimal !important;
}
.infomationWrap ol li {
	margin-left : 32px;
}
.infomationWrap h4 {
	margin-top : 32px;
}
.infomationWrap h4.top {
	margin-top : 0px !important;
}
.infomationWrap dt {
	margin-left : 12px;
}
.infomationWrap dd {
	margin-left : 30px;
}
.comp_add  {
	margin : 0 !important;
	padding : 0;
	line-height : 16px;
	font-size : 13px;
	color : #999999;
}

/* 下層ページメインコンテンツ包括
---------------------------------------------------------------------- */

/* フッター包括
---------------------------------------------------------------------- */

/* フッター包括---------------------------*/
#wrapFooter {}


#wrapFooter .footerArea dt,
#wrapFooter .footerType dt {
	font-size: 1.5rem;
	width: 100%;
	padding-bottom: 10px;
	font-weight: bold;
}

#wrapFooter .footerArea dt {
	color: #14cbc9;
}
#wrapFooter .footerType dt {
	color: #0f5e5d;
}

#wrapFooter .footerArea dd,
#wrapFooter .footerType dd{
	width: 100%;
	padding-bottom: 20px;
	font-weight: bold;
}

#wrapFooter div > div > dl > dd > ul > li {
	display: inline-block;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 1.1rem;
}

#wrapFooter div > div > dl > dd > ul > li a {
	display:block;
	padding: 5px 10px;
	color:#1a1a1a;
	text-decoration: none;
	border-radius: 2em; 
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
	background-color: #d7d7d7;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
  }

#wrapFooter div > div > dl > dd > ul > li a:hover {
	background-color: #14cbc9;
	color:#fff;
}

#wrapFooter .footerT{
	margin-top: 30px;
	background-image: url(../img/common/footer/bg_footer.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #eaeaea;
}

#wrapFooter .footerT > .innerContainer{

}

#wrapFooter .footerT > div > div{
	padding: 20px 0;
}
#wrapFooter .footerT > div > .r {

}
#wrapFooter .footerT > div > .r p {
	text-align : center;
}
#wrapFooter .footerT > div > .r > ul {
	text-align : center;
	margin-top : 10px;
}

#wrapFooter .footerT > div > .r > ul >li {
	border: 1px solid #4b4b4b;
	display : inline-block;
	width : 46%;
	margin : 2px 1%;
	border-radius : 4px;
	background-color : #f4f4f4;
}

#wrapFooter .footerT > div > .r > ul >li a{
	display: block;
	font-size: 12px;
	padding: 10px;
	text-align : center;
	color: #4b4b4b;
	text-decoration: none;
}

#wrapFooter .footerB{
	background-color: #14cbc9;
	color:#fff;
	padding: 15px 0 100px 0;
	font-weight: bold;
}


#wrapFooter .footerB > div > ul{
	float: left;
}

#wrapFooter .footerB > div > ul >li{
	float: left;
}

#wrapFooter .footerB > div > ul >li a{
	color:#fff;
	text-decoration: none;
	padding: 0 10px;
}

#wrapFooter .footerB > div > ul >li:after{
	content: "｜";
}

#wrapFooter .footerB > div > ul >li:last-child:after{
	content: "";
}

#wrapFooter .footerB > div > p{
	float: right;
}

.footMenu  {
	position : fixed;
	bottom : 0px;
	left : 0px;
	width : 100%;
	background-color : #ffffff;
	border-top : 2px solid #717171;
}
.footMenu ul {
	display : table;
	width : 100%;
	border-collapse : collapse;
}
.footMenu ul li {
	display : table-cell;
	width : 20%;
	text-align : center;
	vertical-align : bottom;
	padding : 0;
}
.ftmnimg  {
	width : 99%;
	max-width : 148px;
}
.footMenu ul li.bdx {
	border-right : 1px dotted #717171;
}
.footMenu ul li a {
	display : block;
	color : #4b4b4b;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	text-align : center;
}

.footMenu_d  {
	position : fixed;
	bottom : 0px;
	left : 0px;
	width : 100%;
	background-color : #ffffff;
	border-top : 2px solid #717171;
	max-height : 80px;
	z-index : 99;
}
.footMenu_d ul {
	display : table;
	width : 100%;
	border-collapse : collapse;
}
.footMenu_d ul li {
	display : table-cell;
	width : 18%;
	text-align : center;
	vertical-align : bottom;
	padding : 1% 0 0 0;
	position : relative;
}
.footMenu_d ul li a.nct {
	display : inline-block;
	position : relative;
}
.footMenu_d ul li a.nct strong {
	position : absolute;
	display : block;
	width : 24px;
	height : 24px;
	font-size : 18px;
	line-height : 24px;
	color : #ffffff;
	background-color : #ff0000;
	border-radius : 12px;
	text-align : center;
	top : -5px;
	right : 2px;
}
.footMenu_d ul li.tel {
	width : 26% !important;
}
.footMenu_d ul li img {
	width : 100%;
	max-width : 134px;
}
.footMenu_d ul li img.pos {
	position : absolute;
	top: -45%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/* ページトップへ戻る---------------------------*/
.wrapPageTopPc {
	display: none;
	position:relative;
	width:100%;
	height:0;
}
.wrapPageTopPc p {
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right:10px;
	display: block;
	margin-right:auto;
}
@media only screen and (max-width: 480px) {
	.footMenu_d ul li a.nct strong {
		width : 16px;
		height : 16px;
		font-size : 12px;
		line-height : 16px;
		border-radius : 8px;
	}
}
@media only screen and (max-width: 360px) {
	.footMenu_d ul li a.nct strong {
		width : 14px;
		height : 14px;
		font-size : 10px;
		line-height : 14px;
		border-radius : 7px;
	}
}

.shop_banner {
	width : 100%;
	height : auto;
	overflow : hidden;
	margin-bottom : 20px;
}
.shop_banner img {
	width : 100%;
}