@charset "UTF-8";

/*--------------------------------------
	タイトルエリア
---------------------------------------*/

.hdrArea {
	background-image: url(../img/bg_hdrarea.png);
}
.hdrArea__donpen{
	margin-right:0;
}


/*--------------------------------------
	アイコンつき見出し
---------------------------------------*/
.hdr__icon--map{
	width:42px;
	height:42px;
	background:url(../img/icon_shop_top.png) no-repeat 0 0;
}
.hdr__icon--search{
	width:42px;
	height:42px;
	background:url(../img/icon_shop_top.png) no-repeat 0 -42px;
}
.hdr__icon--keyword{
	height:26px;
	width:30px;
	background:url(../img/icon_shop_top.png) no-repeat 0 -84px;
}
.hdr__icon--time{
	height:26px;
	width:30px;
	background:url(../img/icon_shop_top.png) no-repeat 0 -110px;
}
.hdr__icon--area{
	height:26px;
	width:30px;
	background:url(../img/icon_shop_top.png) no-repeat 0 -136px;
}
.hdr__icon--zip{
	height:26px;
	width:30px;
	background:url(../img/icon_shop_top.png) no-repeat 0 -162px;
}
.hdr__icon--equip{
	height:26px;
	width:30px;
	background:url(../img/icon_shop_top.png) no-repeat 0 -188px;
}
.hdr__icon--service{
	height:26px;
	width:30px;
	background:url(../img/icon_shop_top.png) no-repeat 0 -214px;
}
.hdr__icon--legend{
	width:41px;
	height:42px;
	background:url(../img/icon_legend.png) no-repeat 0 0;
}




@media only screen and (max-width: 767px) {

.hdr__icon--map{
	width:29px;
	height:31px;
	background:url(../img/icon_shop_top_map_sp.png) no-repeat 0 0;
	background-size: contain;
}
.hdr__icon--search{
	width:32px;
	height:29px;
	background:url(../img/icon_shop_top_search_sp.png) no-repeat 0 0;
	background-size: contain;
}
.hdr__icon--keyword{
	width:19px;
	height:18px;
	background:url(../img/icon_shop_top_keyword_sp.png) no-repeat 0 0;
	background-size: contain;
}
.hdr__icon--time{
	width:19px;
	height:19px;
	background:url(../img/icon_shop_top_time_sp.png) no-repeat 0 0;
	background-size: contain;
}
.hdr__icon--area{
	width:22px;
	height:19px;
	background:url(../img/icon_shop_top_area_sp.png) no-repeat 0 0;
	background-size: contain;
}
.hdr__icon--zip{
	width:22px;
	height:17px;
	background:url(../img/icon_shop_top_zip_sp.png) no-repeat 0 0;
	background-size: contain;
}
.hdr__icon--equip{
	width:22px;
	height:19px;
	background:url(../img/icon_shop_top_equip_sp.png) no-repeat 0 0;
	background-size: contain;
}
.hdr__icon--service{
	width:22px;
	height:20px;
	background:url(../img/icon_shop_top_service_sp.png) no-repeat 0 0;
	background-size: contain;
}
.hdr__icon--legend{
	width:28px;
	height:28px;
	background:url(../img/icon_legend_sp.png) no-repeat 0 0;
	background-size:contain;
}

}



/*--------------------------------------
	検索トップ
---------------------------------------*/
.search__map__inner{
	position:relative;
	width:690px;
	height:436px;
	margin:auto;
}
.searchMap__img{
	position:absolute;
	top:0;
	left:0;
	z-index:12;
}

.searchMap__btnArea{
	display:none;
}
.search__map{
	margin-bottom:60px;
	text-align:center;
}

.input--keyword{
	width:90%;
}
/*.search__checkbox{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0.2em 0;
}*/
.checkbox--area{
	min-width:30%;
	margin-right: 10%;
}
.checkbox--equip{
	width:calc(50% - 2em);
}
.checkbox--service{
/*	width:9em;*/
	width:11em;
	margin-right: 10%;
}
.input--zip01{
	width:3em;
}
.input--zip02{
	width:4em;
}
@media(max-width:1180px){
	.checkbox--equip{
		width:100%;
	}
}
/*====タブレット====*/
	.tablet .search__map{
		display:none;
	}
	.tablet .searchMap__btnArea{
		display:block;
		margin-left:50px;
		margin-right:50px;
	}
	/*webkit系ブラウザでselectへのcenterが効かない対策*/
	.tablet a.searchMap__btn, .tablet.center .searchMap__btn select, .tablet.notCenter label.searchMap__btn{
		display:block;
		width:100%;
		margin-bottom:7px;
		box-sizing:border-box;
		font-size:15px;
		text-align:center;
		background-color:#ff6;
		border-radius:10px;
		text-decoration:none;
		box-shadow:0 3px rgba(222,222,50,1);
	}
	.tablet.notCenter label.searchMap__btn select{
		font-size:15px;
	}
	.tablet a.searchMap__btn{
		padding:15px 0 15px 10px;
		font-size: 108%;
	}
	.tablet.center .searchMap__btn select{
		padding:16px 0 16px 10px;
	}
	.tablet.notCenter label.searchMap__btn{
		padding:13px 0 13px 10px;
	}
	.tablet.notCenter label.searchMap__btn{
        display: -webkit-box;
        display: box;
        box-pack:center;
        -webkit-box-pack:center;
	}
	.tablet .searchMap__btn select{
		border:none;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		background:#ff6;
		font-size:15px;
	}
	.tablet.center .searchMap__btn--pref select, .tablet.notCenter label.searchMap__btn--pref{
		background-image: url(../../common/img/top/map_sp_searchpref_bg01.gif) , url(../../common/img/top/map_sp_select_bg.gif);
		background-repeat: no-repeat;
		background-position: 5% 50%, 100% 50%;
		background-size:contain;
	}
	.tablet .searchMap__btn--place{
		background-image: url(../../common/img/top/map_sp_searchplace_bg01.gif) , url(../../common/img/top/map_sp_btn_bg.gif);
		background-repeat: no-repeat;
		background-position: 5% 50%, 100% 50%;
		background-size:contain, auto 13px;
	}

/*====/タブレット====*/
@media only screen and (max-width: 767px) {
	.search__map{
		display:none;
	}
	.searchMap__btnArea{
		display:block;
		margin-left:14%;
		margin-right:14%;
	}
	/*webkit系ブラウザでselectへのcenterが効かない対策*/
	a.searchMap__btn, .center .searchMap__btn select, .notCenter label.searchMap__btn{
		display:block;
		width:100%;
		margin-bottom:7px;
		box-sizing:border-box;
		font-size:15px;
		text-align:center;
		background-color:#ff6;
		border-radius:10px;
		text-decoration:none;
		box-shadow:0 3px rgba(222,222,50,1);
	}
	.notCenter label.searchMap__btn select{
		font-size:15px;
	}
	.notCenter label.searchMap__btn select::-ms-expand {
		display: none;
	}
	a.searchMap__btn{
		padding:15px 0 15px 10px;
		font-size: 108%;
	}
	.center .searchMap__btn select{
		padding:16px 0 16px 10px;
	}
	.notCenter label.searchMap__btn{
		padding:13px 0 13px 10px;
	}
	.notCenter label.searchMap__btn{
        display: -webkit-box;
        display: box;
        box-pack:center;
        -webkit-box-pack:center;
	}
	.searchMap__btn select{
		border:none;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		background:#ff6;
	}
	.center .searchMap__btn--pref select, .notCenter label.searchMap__btn--pref{
		background-image: url(../../common/img/top/map_sp_searchpref_bg01.gif) , url(../../common/img/top/map_sp_select_bg.gif);
		background-repeat: no-repeat;
		background-position: 5% 50%, 100% 50%;
		background-size:contain;
		-webkit-appearance:none;
    	-moz-appearance:none;
    	appearance:none;
	}
	.searchMap__btn--place{
		background-image: url(../../common/img/top/map_sp_searchplace_bg01.gif) , url(../../common/img/top/map_sp_btn_bg.gif);
		background-repeat: no-repeat;
		background-position: 5% 50%, 100% 50%;
		background-size:contain, auto 13px;
	}

	#gps_btn input{
		background: none;
		border: none;
		font-size: 108%;
		padding:15px 0 15px 10px;
		width: 100%;
	}
	#gps_btn{
		display:block;
		width:100%;
		margin-bottom:7px;
		box-sizing:border-box;
		font-size:15px;
		text-align:center;
		background-color:#ff6;
		border-radius:10px;
		text-decoration:none;
		box-shadow:0 3px rgba(222,222,50,1);
	}
	.checkbox--equip, .checkbox--service{
		width:50%;
	}
}

@media only screen and (max-width: 767px) {

	.search .column__ttl small{
		font-size: 84%;
	}
	.column__txt--checkbox{
		padding:0;
	}
	.column__txt--checkbox{
		letter-spacing:-0.4em;
	}
	.checkboxBlock{
		display:table;
		width:100%;
	}
	.checkboxBlock.last--half{
		width:50%;
	}
/*	.search__checkbox{
		display:table-cell;
		box-sizing:border-box;
		width:50%;
		padding:10px 10px 10px 25px;
		margin:0;
		border-right:solid 1px #ebebeb;
		border-bottom:solid 1px #ebebeb;
		letter-spacing:normal;
		text-indent:-1.5em;
		vertical-align:top;
	}
	.search__checkbox:nth-child(2n){
		border-right:none;
	}
	.search__checkbox.last--l{
		border-bottom:none;
		border-radius:0 0 0 15px;
	}*/
	.checked {
		background:#ffee5f;
	}

}



/*--------------------------------------
	検索 店舗エリア
---------------------------------------*/

.shopList__iconExplanPc {
	text-align: right;
	margin: -15px 15px 25px;
}
.shopList__iconExplanPc a {
	background: url(../img/icon_explan_pc.png) no-repeat left center;
	padding: 10px 0 10px 40px;
}
/*.shopList__areaList > li {
	margin-bottom: 8px;
}
.shopList__areaList > li a {
	text-decoration: underline;
}
.shopList__areaList > li a.link--now {
	text-decoration: none;
}*/
.shopList__iconExplanSp {
	display: none;
}
.shopList__storeNameArea:after {
	content:" ";
	display:table;
	clear:both;
}
.shopList__storeName {
	font-size: 153.9%;
/*	padding: 7px 0 7px 60px;*/
	float: left;
}
.shopDist{
	display:inline-block;
	padding:0.3em;
	border-radius:5px;
	background:#f00;
	color:#fff;
	font-weight:bold;
	line-height:1;
}
.shop__icon{
	display:inline-block;
	width:39px;
	height:39px;
	margin: -3px 20px 0 0;
	background:url(../img/icon_store.png) no-repeat;
	vertical-align:middle;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.hdr__icon.shop__icon{
	vertical-align:middle;
}
.shop__icon--donki{
	background-position:0 0;
}
.shop__icon--picasso{
	background-position:0 -39px;
}
.shop__icon--mega{
	background-position:0 -78px;
}
.shop__icon--usa{
	background-position:0 -117px;
}
.shop__icon--nagasakiya{
	background-position:0 -156px;
}
.shop__icon--doit{
	background-position:0 -195px;
}
.shop__icon--picassoNew{
	background-position:0 -234px;
}
.shop__icon--kyoyasudo{
	background-position:0 -273px;
}
.shop__icon--essence{
	background-position:0 -312px;
}
.shop__icon--ekidonki{
	background-position:0 -351px;
}
.shop__icon--jonetsushokunin{
	background-position:0 -390px;
}
.shop__icon--soradonki{
	background-position:0 -429px;
}
.shop__icon--marukai{
	background-position:0 -468px;
}
.shop__icon--tkc{
	background-position:0 -507px;
}
.shop__icon--tkcm{
	background-position:0 -546px;
}
.shop__icon--times{
	background-position:0 -585px;
}
.shop__icon--bigsave{
	background-position:0 -624px;
}
.shop__icon--fujioka{
	background-position:0 -663px;
}
.shop__icon--shima{
	background-position:0 -702px;
}
.shop__icon--dondon{
	background-position:0 -741px;
}
.shop__icon--michidonki{
	background-position:0 -780px;
}
.shop__icon--apita{
	background-position:0 -819px;
}
.shop__icon--piago{
	background-position:0 -858px;
}
.shop__icon--minipiago{
	background-position:0 -897px;
}


.shopList__serviceArea {
	float: right;
	overflow: hidden;
}
.shopList__serviceList {
	display: none;
}
.shopList__serviceIcon {
	overflow: hidden;
	float: right;
}
.shopList__serviceIcon > li {
	float: left;
	margin: 0 0 5px 5px;
}
.shopList__serviceIcon > li img {
	width: 38px;
	height: 38px;
	border: solid 1px #ebebeb;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.shopList__electronicMoneyArea {
	overflow: hidden;
}
.shopList__electronicMoneyList {
	display: none;
}
.shopList__electronicMoneyIcon {
	overflow: hidden;
	float: right;
}
.shopList__electronicMoneyIcon > li {
	float: left;
	margin: 0 0 5px 5px;
}
.shopList__electronicMoneyIcon > li img {
	width: 38px;
	height: 38px;
	border: solid 1px #ebebeb;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.shopList__shopDetail {
	overflow: hidden;
	margin: 0 auto 30px;
	font-size: 93%;
}
.shopList__shopDetail > dt {
	float: left;
}
.shopList__shopDetail > dd {
	margin: 0 0 5px 85px;
}
.shopList__linkBtnArea {
	overflow: hidden;
	margin: 0 auto 30px;
	letter-spacing: -.40em;
}
.shopList__linkBtnArea > li {
	display: inline-block;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
	margin: 0 8px 0 0;
}
.shopList__linkBtnArea .btn{
	padding-left:0;
	padding-right:0;
	width:12em;
	text-align:center;
}
.shopList__notice {
	color: #f00;
	margin: 0 auto 30px;
	font-size: 93%;
}
.shopList__area {
	margin: 0 15px;
}
.shopList__store {
	border-top: solid 1px #ebebeb;
	padding: 35px 0 0 0;
	margin: 39px 0 60px 0;
}
.shopList__store:first-child {
	border: none;
	padding: 0;
	margin: 0 0 60px 0;
}

@media only screen and (max-width: 650px) {
	.shopList__linkBtnArea{
		letter-spacing:-0.4em;
	}
	.shopList__linkBtnArea > li{
		display:inline-block;
		width:33.33%;
		padding:0 4px;
		margin:0;
		letter-spacing:normal;
		box-sizing:border-box;
	}
	.shopList__linkBtnArea .btn{
		width:100%;
		margin:0 auto;
		font-size:93%;
	}
}
@media only screen and (max-width: 450px) {
	.shopList__linkBtnArea .btn{
		font-size:86%;
	}
	.shopList__linkBtnArea .btn::after{
		vertical-align:-14%;
	}
}
@media only screen and (max-width: 380px) {
	.shopList__linkBtnArea .btn{
		font-size:79%;
	}
	.shopList__linkBtnArea .btn::after{
		vertical-align:-18%;
	}
}
@media only screen and (max-width: 340px) {
	.shopList__linkBtnArea .btn{
		font-size:72%;
	}
	.shopList__linkBtnArea .btn::after{
		vertical-align:-22%;
	}
}
/*
@media only screen and (max-width: 650px) {
	.shopList__linkBtnArea > li{
		display:block;
		margin-bottom:8px;
	}
}*/
@media only screen and (max-width: 767px) {

.shopList {
	padding: 15px 0 20px;
}
/*.shopList .hdr.hdr2 {
	padding: 12px 15px;
}
.shopList .hdr.hdr3 {
	padding: 8px 15px;
}*/
.shopList__iconExplanPc {
	display: none;
}
/*.shopList__areaList {
	border-top: solid 1px #eaeaea;
	border-left: solid 1px #eaeaea;
	margin-top: -20px;
}
.shopList__areaList > li {
	margin: 0;
	padding: 0;
	width: 33%;
	text-align: center;
	border: none;
	border-bottom: solid 1px #eaeaea;
	border-right: solid 1px #eaeaea !important;
	font-size: 86%;
}
.shopList__areaList > li a {
	display: block;
	padding: 8px;
	color: #000;
	text-decoration: none;
}
.shopList__areaList > li a.link--now {
	background:#ffee5f;
}*/
.shopList__area {
	margin-bottom: 70px;
}
.shopList__storeName {
/*
	background-size: 26px 26px;
	padding: 6px 0 6px 35px;*/
	margin: 6px auto 20px;
	float: none;
	font-size: 115%;
}
.shop__icon{
	width:30px;
	height:30px;
	margin-right:15px;
	background-image:url(../img/icon_store_sp.png);
	background-size:30px auto;
	float:left;
	margin-top:-3px;
}
.shop__icon--donki{
	background-position:0 0;
}
.shop__icon--picasso{
	background-position:0 -30px;
}
.shop__icon--mega{
	background-position:0 -60px;
}
.shop__icon--usa{
	background-position:0 -90px;
}
.shop__icon--nagasakiya{
	background-position:0 -120px;
}
.shop__icon--doit{
	background-position:0 -150px;
}
.shop__icon--picassoNew{
	background-position:0 -180px;
}
.shop__icon--kyoyasudo{
	background-position:0 -210px;
}
.shop__icon--essence{
	background-position:0 -240px;
}
.shop__icon--ekidonki{
	background-position:0 -270px;
}
.shop__icon--jonetsushokunin{
	background-position:0 -300px;
}
.shop__icon--soradonki{
	background-position:0 -330px;
}
.shop__icon--marukai{
	background-position:0 -360px;
}
.shop__icon--tkc{
	background-position:0 -390px;
}
.shop__icon--tkcm{
	background-position:0 -420px;
}
.shop__icon--times{
	background-position:0 -450px;
}
.shop__icon--bigsave{
	background-position:0 -480px;
}
.shop__icon--fujioka{
	background-position:0 -510px;
}
.shop__icon--shima{
	background-position:0 -540px;
}
.shop__icon--dondon{
	background-position:0 -570px;
}
.shop__icon--michidonki{
	background-position:0 -600px;
}
.shop__icon--apita{
	background-position:0 -630px;
}
.shop__icon--piago{
	background-position:0 -660px;
}
.shop__icon--minipiago{
	background-position:0 -690px;
}


.shopList__serviceArea {
	float: none;
	margin-bottom: 5px;
}
.shopList__serviceIcon {
	float: none;
}
.shopList__serviceList {
	font-size: 85%;
}
.shopList__serviceList {
	display: block;
	margin: 0 auto 5px;
}
.shopList__serviceIcon > li {
	margin: 0 3px 3px 0;
}
.shopList__serviceIcon > li img {
	width: 26px;
	height: 26px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.shopList__electronicMoneyIcon {
	float: none;
	margin: 0 auto 20px;
}
.shopList__electronicMoneyList {
	font-size: 85%;
}
.shopList__electronicMoneyList {
	display: block;
	margin: 0 0 5px 0;
}
.shopList__electronicMoneyIcon > li {
	margin: 0 5px 5px 0;
}
.shopList__electronicMoneyIcon > li img {
	width: 26px;
	height: 26px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.shopList__shopDetail {
	font-size: 93%;
	margin: 0 auto 15px;
}
.shopList__shopDetail > dt {
	float: left;
}
.shopList__shopDetail > dd {
	margin: 0 0 5px 70px;
}
.shopList__iconExplanSp {
	display: block;
	text-align: right;
}
.shopList__iconExplanSp a {
	background: url(../img/icon_explan_sp.png) no-repeat left center;
	background-size: 20px 20px;
	padding: 5px 0 5px 25px;
	font-size: 93%;
}/*
.shopList__linkBtnArea {
	text-align: center;
	margin: 0 -5px 15px 0;
}*/
/*.shopList__linkBtnArea > li {
	font-size: 85%;
	margin: 0 5px 0 0;
}*/
/*.shopList__linkBtnArea > li .btn {
	padding: 1.2em 1.5em;
}*/
/*.shopList__linkBtnArea li a.btn:after {
	background-size: 14px 13px;
	vertical-align: 0%;
	margin-bottom: -6px;
}*/
.shopList__notice {
	font-size: 93%;
	margin: 0 auto 15px;
}
/*.shopList__area {
	margin: -25px 15px 0;
}*/
.shopList__store {
	border-top: solid 1px #ebebeb;
	padding: 15px 0 0 0;
	margin: 25px 0 25px 0;
}
.shopList__store:first-child {
	border: none;
	padding: 0;
	margin: 0 0 25px 0;
}


}
/*@media only screen and (max-width: 370px) {
.shopList__linkBtnArea > li .btn {
	padding-left:0.8em;
	padding-right:0.8em;
}
}*/
/*--------gps_Error---------*/
.block--msg{
	background-color:#f8f8f8;
	padding:10px 10px 0;
}
.gpsNote{
	color: #666;
	margin-bottom:0.8em;
}

.error_msg{
	width: 95%;
	margin: 0 auto;
}
.error_msg ol{
	list-style-type: none;
}
.error_msg > p,
.error_msg li{
	margin-bottom: 20px;
}
.not_store{
	margin-bottom: 25px;
}
.gps_errorbtn{
	text-align: center;
	margin: 20px 0;
}
.font_bold{
	font-weight: bold;
}
.font_transparency{
	color: #888;
}
.backcolor_gray{
	background-color:  #f8f8f8;
	padding:10px;
}

/*--------------------------------------
	検索 店舗詳細
---------------------------------------*/

/*--店舗詳細のサムネイル--*/
/* 片側固定の段組み
 ---------------------------------*/
.gridFix--Short--right{
}
.gridFix--Short--right__fix{
	float:right;
	width:220px;
}
.gridFix--Short--right__move{
	float:left;
	width:100%;
	margin-right:-260px;
}
.gridFix--Short--right__move__inner{
	margin-right:260px;
}
.shopDetail .gridFix--Short--right__move__inner{ margin-right: 0;}

@media only screen and (max-width: 767px) {
.gridFix--Short--right__fix{
	float:none;
	margin:0 auto 20px;
}
.gridFix--Short--right__move{
	float:none;
	margin-right:0;
}
.gridFix--Short--right__move__inner{
	margin-right:0;
}

#sb-site .shopList__shopDetail ul,	/* 160607追加 */
#sb-site .shopDetail ul {
	margin-top: 25px;
	margin-left: 0;
	margin-right: 0;
}

}
@media only screen and (max-width: 479px) {	/* 160607追加 */
#sb-site .shopList__shopDetail ul li,
#sb-site .shopDetail ul li {
	font-size: 12px;
}

}

/*自由記入エリア*/
.shopList__shopDetail ul,
.shopDetail ul{
	list-style:disc;
	margin:1em 0 1em 1.5em;
}
.shopList__shopDetail ol,
.shopDetail ol{
	list-style:decimal;
	margin:1em 0 1em 1.5em;
}
.shopList__shopDetail table,
.shopDetail table{
	border-top:solid 1px #ebebeb;
	border-left:solid 1px #ebebeb;
}
.shopList__shopDetail th,
.shopDetail th{
	padding:0.3em;
	border-bottom:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
	text-align:center;
	font-weight:bold;
}
.shopList__shopDetail  td,
.shopDetail td{
	padding:0.3em;
	border-bottom:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
}
.shopList__shopDetail  sub,
.shopDetail sub{
  vertical-align: sub;
  font-size: smaller;
}
.shopList__shopDetail  sup,
.shopDetail sup{
  vertical-align: sup;
  font-size: smaller;
}


/*--テナント情報--*/
/*----- アイコン、キャプションのリスト -----*/
.column__txt.icnlist{
	padding:0;
}
.icnlist{
	display:table;
}
.icnlist__icn{
	display:table-cell;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	padding:13px 0 13px 13px;
}
.icnlist__txt{
	display:table-cell;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	padding-left:13px;
}
.icnlist__txt p{
	margin-bottom:0;
}

/*----- -----*/

.hdr__icon--title {
	width: 39px;
	height: 39px;
	background: url(../img/icon_storename_pc.png) no-repeat 0 0;
}
.hdrBlock__inner {
	*margin-top: 10px;
}
.shopDetail__shopNameInner > a {
	padding: 10px 20px;
	*padding-right:40px;
}
.shopDetail__shopNameInner > a:after {
	margin-bottom: 3px;
}
.shopDetail__linkList {
	margin: 0 15px 35px;
}
.shopDetail__linkList > li a {
	/*width: 100px;*/
	text-align: center;
	padding: 1em 1.25em;
}
.shopDetail__linkList a.link--inPage {
	*background-position: 20% 50%;
}
.shopDetail__hdrBlock .hdrBlock__title {
	padding: 13px 15px 14px;
}
.shopDetail__leftColumn {
	float: none;
	*display: inline;
}
.shopDetail__shopPhoto {
	width: 218px;
	border: solid 1px #ebebeb;
	margin: 0 auto 20px;
}
.shopDetail__shopPhoto img {
	width: 100%;
}
.shopDetail__linkFloormap {
	text-align: center;
}
.shopDetail__shopInfo {
	margin: 0 auto 15px;
}
.shopDetail .shopDetail__shopInfo {
	margin: 0 240px 15px 0;
}
.shopDetail__shopInfo > dt {
	float: left;
	width: 80px;
	padding: 12px 0 12px 40px;
}
.shopDetail__shopInfo > dd {
	padding: 12px 0 12px 120px;
	border-top: solid 1px #ebebeb;
}
.shopDetail__shopInfo dt:first-child+dd {
	border: none;
}
.shopDetail__shopInfoAddress {
	background: url(../img/icon_detail_address_pc.png) no-repeat 5px center;
}
.shopDetail__shopInfoTel {
	background: url(../img/icon_detail_tel_pc.png) no-repeat 5px center;
}
.shopDetail__shopInfoHours {
	background: url(../img/icon_detail_hours_pc.png) no-repeat 5px center;
}
.shopDetail__shopInfoClosed {
	background: url(../img/icon_detail_closed_pc.png) no-repeat 5px center;
}
.shopDetail__qrArea {
	overflow: hidden;
	margin: 0 auto 20px;
}
.shopDetail__qrAreaImg {
	float: left;
}
.shopDetail__qrAreaTxt {
	padding: 25px 0 0 85px;
}
.shopDetail ul.shopDetail__bnrArea {
    list-style: none;
	margin: 0 auto 20px;
}
.shopDetail__bnrArea > li {
	margin: 0 0 5px 0;
	width: 228px;
}
.shopDetail__bnrArea > li img {
	width: 100%;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.shopDetail__specialTxt,
.shopDetail__freeTxt {
	margin: 0 auto 15px;
	font-size: 86%;
}
.shopDetail__freeTxt img{
	max-width:100%;
	height:auto;
}
.shopDetail__serviceList {
	border: solid 1px #ebebeb;
	border-radius: 15px;
	overflow: hidden;
}
.shopDetail__serviceListTtl {
	float: left;
	background: url(../img/icon_detail_service_pc.png) no-repeat 10px center;
	font-size: 115%;
	margin: 7px 0 0 5px;
	padding: 7px 0 7px 55px;
}
.shopDetail__serviceListExplan {
	text-align: right;
	padding: 15px;
	margin: 0 auto 20px;
	background: #f3f3f3;
}
.shopDetail__serviceListExplan a {
	padding: 10px 0 10px 40px;
	background: url(../img/icon_explan_pc.png) no-repeat left center;
}
.shopDetail__electronicMoney {
	border: solid 1px #ebebeb;
	border-radius: 15px;
}
.shopDetail__electronicMoneyTtl {
	font-size: 115%;
	margin: 0 auto 20px;
	padding: 15px 0 15px 63px;
	border-radius: 15px 15px 0 0;
	background: #f3f3f3 url(../img/icon_detail_money_pc.png) no-repeat 15px center;
}
.shopDetail__electronicMoneyIcon {
	margin: 0 auto 25px;
}
.shopDetail__iconArea {
	/*overflow: hidden;*/
	letter-spacing:-0.4em;
}
.shopDetail__iconArea > li {
	display:inline-block;
	width: 62px;
	font-size: 85%;
	letter-spacing:normal;
	text-align: center;
	/*float: left;*/
	margin: 0 8px 20px 0;
	vertical-align:top;
    line-height: 1.2;
}
.shopDetail__iconArea > li img {
	width: 100%;
	margin: 0 auto 6px;
	border: solid 1px #ebebeb;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.shopDetail__access {
	margin: 0 15px 25px;
}
.mapAccess {
	width: 100%;
	height: 400px;
}

/* 店舗詳細 Yahoo!マップ吹き出し横幅固定バグ対応 */
.mapAccess .yolp-layer > div:nth-of-type(2) {
	width: auto !important;
}

@media only screen and (max-width: 479px) {
.mapAccess {
	height: 300px;
}

}

.ie8 .mapAccess {
	width:626px;
}
.shopDetail__mapLink {
	margin: 15px auto 0;
	text-align: right;
}
.shopDetail__accessColumn h4 {
	padding: 4px 0 2px 20px;
}
.shopDetail__accessParking {
	position: relative;
}
.shopDetail__accessParkingMap {
	position: absolute;
	top: 12px;
	right: 15px;
}
.hdr__icon--car {
	width:36px;
	height:35px;
	background:url(../img/icon_shop_detail.png) no-repeat 0 0;
	margin: 2px 5px 5px 0;
}
.hdr__icon--train {
	width:36px;
	height:35px;
	background:url(../img/icon_shop_detail.png) no-repeat 0 -35px;
	margin: 2px 5px 5px 0;
}
.hdr__icon--parking {
	width:36px;
	height:35px;
	background:url(../img/icon_shop_detail.png) no-repeat 0 -70px;
	margin: 2px 5px 5px 0;
}
.hdr__icon--bicycle {
	width:36px;
	height:35px;
	background:url(../img/icon_shop_detail.png) no-repeat 0 -105px;
	margin: 2px 5px 5px 0;
}
.shopDetail__newsShop {
	margin: 0 15px 20px;
}
.shopDetail__newsApology {
	margin: 0 15px 60px;
}
.shopDetail__newsImg {
	width: 105px;
	border: solid 1px #ebebeb;
}
.shopDetail__newsImg img {
	width: 100%;
}
.news__pdf {
	background: url(../../common/img/icon_pdf_m.png) no-repeat right center;
	padding: 4px 25px 4px 0;
	*zoom: 1;
}
.news__pdf div{
	display:inline-block;
}
.newsAccordionTrigger {
	cursor: pointer;
	background: url(../img/icon_news_arrow_pc_off.png) no-repeat right center;
	background-color: #fff;
}
.column__txt:last-child .newsAccordionTrigger{
	border-radius:0 0 15px 15px;
}
.newsAccordionTrigger > .tmbicnlist__txt {
	padding-right: 70px;
}
.newsAccordionTrigger > .tmbicnlist__txt a div {
	padding-right: 25px;
}
.newsAccordionOpen {
	background: url(../img/icon_news_arrow_pc_on.png) no-repeat right center;
	background-color: #fbfbfb;
}
.newsAccordionItem {
	display: none;
	background-color: #fbfbfb;
	border-top: solid 1px #ebebeb;
/*	border-bottom: solid 1px #ebebeb;*/
}
.column__txt:last-child .newsAccordionItem{
	border-radius:0 0 15px 15px;
/*	border-bottom:none;*/
}

.newsAccordionItem > .tmbicnlist__txt p {
	margin: 0 auto 20px;
}
.shopDetail__newsPager {
	margin: 13px auto 3px;
}
/*.shopDetail__news {
	padding-bottom: 15px;
}*/
.shopDetail__leafletArea {
	margin: 0 15px 60px;
}
.shopDetail__leafletArea > .gridImg3 {
	margin-bottom: 0;
}
.shopDetail__leafletArea ul{
	list-style:none;
	margin:0;
}
.txt--leaflet{
	padding: 40px 35px 25px;
}
.txt--leaflet__ttl {
	margin: 0 auto 20px;
}
.txt--leaflet__img {
	/*display: table-cell;
	*display: inline;
	*zoom:1 ;
	width: 100%;
	height: auto;
	vertical-align: middle;
	text-align: center;*/
	padding-bottom: 20px;
}
.txt--leaflet__img > img {
	vertical-align: bottom;
	max-width: 100%;
	display:block;
	margin:auto;
}
.shopDetail ul.btnList--vertical {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}
/*念のため*/
.column__txt ul.btnList--vertical {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.btnList--vertical li {
	margin: 0 0 0.5em;
	padding: 0;
}
.btnList--vertical .btn {
	width: 100%;
	margin: 0;
	padding: 11px 0;
	border-radius: 8px;
/*	background-color: #ffee60;*/
	background-image: url(../../common/img/icon_arrow_r_btn.png);
	background-repeat: no-repeat;
	background-position: 105% 50%;
	text-align: center;
	font-size: 93%;
}
.btnList--vertical .btn:after,
.btnList--vertical .btn > .after {
	display: none;
}
.shopDetail__storeArea {
	margin: 0 15px 60px;
}
.shopDetail__storeList {
	margin: 0 auto 20px;
}
.shopDetail__storeListInner {
	margin: 20px;
	position: relative;
}
.shopDetail__storeListSelect {
	position: absolute;
	top: 0;
	right: 0;
}
.shopDetail__storeListSelect .customSelect {
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	padding:5px 30px 5px 10px;
	background: url(../img/icon_store_select_arrow.png) no-repeat right center;
}
.shopDetail__storeDetail {
	padding-top: 60px;
}
.shopDetail__storeDetail > dl {
	overflow: hidden;
	margin-bottom: 15px;
}
.shopDetail__storeImg {
	float: left;
	width: 58px;
	height: 58px;
	border: solid 1px #ebebeb;
}
.shopDetail__storeImg > img {
	width: 100%;
}
.shopDetail__storeFloor {
	margin: 3px 0 0 75px;
	font-size: 85%;
}
.shopDetail__storeName {
	margin: 0 0 0 75px;
}
.shopDetail__storeTxt {
	margin: 4px 0 0 75px;
	font-size: 85%;
}
.shopDetail__questionnaireArea {
	margin: 0 15px 60px;
}
.shopDetail__questionnaireImg {
	width: 100%;
}
.shopDetail__questionnaireImg img {
	width: 100%;
}
.shopNote{
	font-size:93%;
}


/* 160607追加 */
.shopDetail .storeSearchBtn {
	width: 80%;
	height: 80%;
	margin: 100px auto 0;
	padding: 18.53% 0 0;
	position: relative;
}
.shopDetail .storeSearchBtn a {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	max-height: 280px;
	text-indent: -9999px;
	display: block;
	margin: auto;
	background: url(../img/btn_store_more.png) no-repeat 0 0;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.shopDetail .storeSearchBtn a:hover {
	background-position: 0 100%;
}
@media only screen and (max-width: 767px) {
.shopDetail .storeSearchBtn {
	width: 90%;
	height: 90%;
	margin: 80px auto 0;
	padding: 20.9% 0 0;
	position: relative;
}
.shopDetail .storeSearchBtn a {
	width: 100%;
	height: 100%;
}

}
@media only screen and (max-width: 479px) {
.shopDetail .storeSearchBtn {
	margin: 50px auto 0;
	padding: 20.89% 0 0;
}
.shopDetail .storeSearchBtn a {
	width: 100%;
	height: 100%;
}

}

@media only screen and (max-width: 767px) {

.shopDetail__hdr {
	margin-bottom: 20px;
}
.shopDetail__hdrBlock .hdrBlock__title {
	padding: 8px 15px;
	background: #f9efd9;
	margin-bottom: 20px;
}
.shopDetail__hdrBlock .hdrBlock__inner {
	display: none;
}
.shopDetail__shopNameInner > a:after {
	margin-bottom: 0;
}
.shopDetail__shopName {
	margin-bottom: 10px !important;
}
.hdr__icon--title {
	width: 26px;
	height: 26px;
	margin: -10px 0.5em -10px 0;
	background: url(../img/icon_storename_pc.png) no-repeat 0 0;
	background-size: 26px 26px;
}
.shopDetail__shopNameInner {
	font-size: 77%;
/*	margin-top: -20px;*/
}
@media only screen and (max-width: 767px) {
.shopDetail__shopNameInner {
	display: none;
}
}

.shopDetail__shopNameInner .btn:after {
	background-size: 14px 14px;
}
.shopDetail__linkList {
	text-align: center;
	margin-right: -1%;
	margin: 0 15px 15px;
}
.shopDetail__linkList li {
	margin: 0 2% 0 0;
	padding: 0;
	width: 31%;
}
.shopDetail__linkList li a {
	font-size: 85%;
	padding: 0.9em 0;
	width: 100%;
	border-radius: 8px;
}
.shopDetail__linkList li a.link--inPage:before {
	background-size: 14px 14px;
	margin-right: 0;
	vertical-align:-40%;
}
.shopDetail__shopPhoto {
	width: 160px;
	margin: 0 auto 15px;
}
.shopDetail__shopInfoAddress {
	background: url(../img/icon_detail_address_sp.png) no-repeat 5px center;
	background-size: 16px auto;
	padding: 10px 0 10px 30px;
}
.shopDetail__shopInfoTel {
	background: url(../img/icon_detail_tel_sp.png) no-repeat 5px center;
	background-size: 16px auto;
	padding: 10px 0 10px 30px;
}
.shopDetail__shopInfoHours {
	background: url(../img/icon_detail_hours_sp.png) no-repeat 5px center;
	background-size: 16px auto;
	padding: 10px 0 10px 30px;
}
.shopDetail__shopInfoClosed {
	background: url(../img/icon_detail_closed_sp.png) no-repeat 5px center;
	background-size: 16px auto;
	padding: 10px 0 10px 30px;
}
.shopDetail__linkFloormap a {
  padding: 14px 30px;
  font-size: 93%;
}
.shopDetail__shopInfo > dt {
	width: 70px;
}
.shopDetail__shopInfo {
	margin: 0 auto 30px;
}
.shopDetail .shopDetail__shopInfo {
	margin: 0 auto 30px;
}
.shopDetail__qrArea {
	display: none;
}
.shopDetail__bnrArea > li {
	width: 100%;
}
.shopDetail__specialTxt,
.shopDetail__freeTxt {
	font-size: 93%;
}
.shopDetail__serviceListTtl {
	float: none;
	background: url(../img/icon_detail_service_sp.png) no-repeat left center;
	background-size: 24px auto;
	font-size: 100%;
	padding: 10px 0 10px 30px;
	border-bottom: solid 1px #ebebeb;
}
.shopDetail__electronicMoneyTtl {
	background: url(../img/icon_detail_money_sp.png) no-repeat left center;
	background-size: 24px auto;
	font-size: 100%;
	padding: 10px 0 10px 30px;
	border-bottom: solid 1px #ebebeb;
}
.shopDetail__serviceListExplan {
	border: none;
	margin: 10px auto 0;
}
.shopDetail__serviceListExplan a {
	background: url(../img/icon_explan_sp.png) no-repeat left center;
	background-size: 20px 20px;
	padding: 5px 0 5px 25px;
	font-size: 93%;
}

@media only screen and (max-width: 767px) {
.shopDetail__serviceListTtl {
	margin: 0;
	padding: 10px 0 10px 48px;
	background: #f3f3f3 url("../img/icon_detail_service_sp.png") no-repeat scroll 15px center / 24px auto;
}
.shopDetail__serviceListExplan {
	margin: 0;
	padding: 10px 15px 0;
	background: #fff;
}
.shopDetail__serviceListIcon {
	margin: 0 20px;
}

.shopDetail__electronicMoneyTtl {
	margin: 0;
	padding: 10px 0 10px 48px;
	background: #f3f3f3 url("../img/icon_detail_money_sp.png") no-repeat scroll 15px center / 24px auto;
}
.shopDetail__electronicMoneyIcon {
	margin: 0;
	padding: 10px 15px 15px;
}

}

.shopDetail__iconArea > li {
	width: 52px;
	font-size: 65%;
}
.shopDetail__accessColumn .column__ttl {
	font-size: 108%;
}
.hdr__icon--car {
	width:24px;
	height:16px;
	background:url(../img/icon_detail_car_sp.png) no-repeat left center;
	background-size: 24px 20px;
	margin: -4px 5px 0 0;
}
.hdr__icon--train {
	width:24px;
	height:20px;
	background:url(../img/icon_detail_train_sp.png) no-repeat left center;
	background-size: 24px 20px;
	margin: -6px 5px 0 0;
}
.hdr__icon--parking {
	width:24px;
	height:20px;
	background:url(../img/icon_detail_parking_sp.png) no-repeat left center;
	background-size: 24px 20px;
	margin: -6px 5px 0 0;
}
.hdr__icon--bicycle {
	width:24px;
	height:20px;
	background:url(../img/icon_detail_bicycle_sp.png) no-repeat left center;
	background-size: 24px 20px;
	margin: -6px 5px 0 0;
}
.shopDetail__accessColumn h4 {
	padding: 10px 0 9px 10px;
}
.shopDetail__accessParkingMap {
	top: 10px;
	font-size: 85%;
}
/*.shopDetail__accessParkingMap a:after {
	background-size: 14px 14px;
}*/
.shopDetail__access {
	margin: 0 15px 20px;
}
.shopDetail__newsImg {
	width: 60px;
}
/*.shopDetail__news .column__ttl {
	padding: 10px 20px;
	font-size: 108%;
}*/
.news__pdf {
	background: url(../../common/img/icon_pdf_m_sp.png) no-repeat right center;
	background-size: 16px 20px;
}
.newsAccordionTrigger {
	background: url(../img/icon_news_arrow_sp_off.png) no-repeat right center;
	background-size: auto 20px;
}
.newsAccordionTrigger > .tmbicnlist__txt {
	padding-right: 40px;
}
.newsAccordionOpen {
	background: url(../img/icon_news_arrow_sp_on.png) no-repeat right center;
	background-size: auto 20px;
}
.newsAccordionItem .tmbicnlist__txt {
	padding:20px;
}
.shopDetail__newsApology {
	margin: 0 15px 40px;
}
.txt--leaflet {
	padding: 20px 15px 15px;
}
.txt--leaflet__img {
	padding-bottom: 25px;
}
.btnList--vertical .btn {
	background-image: url(../../common/img/icon_arrow_r_btn2_sp.png);
	background-size: auto 13px;
	background-position: 100% 50%;
}
.shopDetail__leafletArea {
	margin: 0 15px 40px;
}
.shopDetail__storeListSelect {
	margin-top:-10px;
	font-size: 77%;
}
.shopDetail__storeImg {
	width: 36px;
	height: 36px;
}
.shopDetail__storeFloor {
	margin: 0 0 0 50px;
	font-size: 77%;
}
.shopDetail__storeName {
	margin: -2px 0 0 50px;
	font-size: 93%;
}
.shopDetail__storeTxt {
	margin: 3px 0 0 50px;
	font-size: 77%;
}
.shopDetail__storeDetail {
	padding-top:45px;
}
.btnList--vertical .btn {
	font-size: 86%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.shopDetail .btnList--vertical .btn {
	font-size: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.shopDetail__storeArea {
	margin: 0 15px 40px;
}
.shopDetail__questionnaireArea {
	margin: 0 15px 40px;
}


}




/*--------------------------------------
	ポップアップ
---------------------------------------*/

.popup {
	background: url(../img/bg_popup.gif) repeat;
}
.popup__wrapper {
	padding: 15px 0 50px;
}
.popup__wrapper h1 {
	font-size: 32px;
	text-align: left;
	margin: 10px auto 20px;
}
.popup__mainArea,
.popup__mainArea2 {
	background: #fff;
	margin: 0 auto;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	margin: 0 auto 30px;
}
.popup__mainArea {
	width: 750px;
}
.popup__mainArea2 {
	width: 810px;
}
.popup__pdfBtnArea {
	text-align: center;
	margin: 0 auto 35px;
}
.popup__pdfBtn {
	display: inline-block;
	margin: 3px;
	padding: 12px 60px 12px 30px;
	border: none;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background: url(../img/icon_arrow_pc.png) no-repeat right center;
	background-color: #fff;
	color: #000;
	font-size: 115%;
	text-decoration: none;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	overflow: visible;
}
.popup__pdfBtn:hover {
	color: #000;
}
.popup__pdfBtn img {
	vertical-align: -75%;
	width: 28px;
	margin-right: 10px;
}
.popup__closeBtnArea,
.popup__storeBtnArea {
	text-align: center;
}
.popup__closeBtn {
	display: inline-block;
	margin: 3px;
	padding: 22px 65px 20px 85px;
	border: none;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background: url(../img/icon_close_pc.png) no-repeat 60px center;
	background-color: #ffee60;
	color: #000;
	font-size: 122%;
	text-decoration: none;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	overflow: visible;
	margin-top: -10px;
}
.popup__closeBtn:hover {
	color: #000;
	background-color: #fee71d;
}

.popup__storeBtn {
	display: inline-block;
	margin: 3px;
	padding: 22px 85px 20px 65px;
	border: none;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background: url(../../common/img/icon_arrow_r.png) no-repeat 75% center;
	background-color: #ffee60;
	color: #000;
	font-size: 122%;
	text-decoration: none;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	overflow: visible;
	margin-top: -10px;
}
.popup__storeBtn:hover {
	color: #000;
	background-color: #fee71d;
}


@media only screen and (max-width: 767px) {

.popup__wrapper {
	padding: 10px 10px 40px 10px;
}
.popup__wrapper h1 {
	font-size: 20px;
	margin: 5px auto 10px;
}
.popup__mainArea,
.popup__mainArea2 {
	width: 100%;
	border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	margin: 0 auto 25px;
}
.popup__pdfBtnArea {
	margin: 0 auto 20px;
}
.popup__pdfBtn {
	padding: 12px 40px 12px 20px;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	background: url(../img/icon_arrow_sp.png) no-repeat right center;
	background-size: 35px auto;
	background-color: #fff;
	font-size: 93%;
}
.popup__pdfBtn img {
	width: 20px;
	margin-right: 8px;
	vertical-align:-60%;
}
.popup__closeBtn {
	padding: 13px 45px 13px 65px;
	border-radius: 8px;
	background: url(../img/icon_close_sp.png) no-repeat 50px center;
	background-size: 10px 10px;
	background-color: #ffee60;
	font-size: 100%;
	margin-top: -5px;
}
.popup__storeBtn {
	padding: 13px 65px 13px 45px;
	border-radius: 8px;
	background: url(../../common/img/icon_arrow_r.png) no-repeat 75% center;
	background-size: 12px 12px;
	background-color: #ffee60;
	font-size: 100%;
	margin-top: -5px;
}
}

/*--------------------------------------
	駐車場地図
---------------------------------------*/

.parkingMapArea {
	padding: 28px 30px;
}
.parkingMap {
	width: 750px;
}
.parkingMap > img {
	width: 100%;
}


@media only screen and (max-width: 767px) {

.parkingMapArea {
	padding: 15px;
}
.parkingMap {
	width: 100%;
}

}

/*--------------------------------------
	専門店情報
---------------------------------------*/

.tenant__storeHeader {
	border-bottom: solid 2px #ffe200;
	overflow: hidden;
	padding: 35px 45px 30px;
}
.tenant__storeNameArea {
	float: left;
	margin: 0 auto 10px;
}
.tenant__storePlace {
	margin: 0 auto 3px;
}
.tenant__storeName {
	font-size: 172%;
	font-weight: bold;
	margin: 0 auto 4px;
}
.tenant__storeCategory {
	font-size: 120%;
}
.tenant__storeHeaderLogo {
	float: right;
	height: 80px;
	max-width: 300px;
}
.tenant__storeHeaderLogo img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}
.tenant__mainArea {
	padding: 45px 45px 40px;
}
.tenant__itemArea {
	overflow: hidden;
	border-top: solid 1px #ebebeb;
	margin: 0 auto 30px;
	padding: 30px 0 0 0;
}
.tenant__itemArea:first-child {
	border: none;
	padding: 0;
}
.tenant__itemImg {
	float: right;
	width: 230px;
}
.tenant__itemImg img {
	width: 100%;
}
.tenant__itemTxt {
	margin: 0 240px 0 0;
	line-height: 1.6;
}
.tenant__bnrArea {
	margin: 0 -12px 20px 0;
	overflow: hidden;
}
.tenant__bnrArea > li {
	width: 210px;
	margin: 0 12px 10px 0;
	float: left;
}
.tenant__bnrArea > li img {
	width: 100%;
}
.tenant__infoArea {
	border: solid 1px #ebebeb;
	width: 100%;
	margin: 0 auto 36px;
}
.tenant__infoArea th {
	background: #f3f3f3;
	border: solid 1px #ebebeb;
	width: 133px;
	padding: 14px 0;
	text-align: center;
}
.tenant__infoArea td {
	border: solid 1px #ebebeb;
	padding: 14px 20px;
	word-break: break-all;
}
.tenant__btnArea {
	overflow: hidden;
	text-align: center;
	letter-spacing: -.40em;
}
.tenant__btnArea > li {
	display: inline-block;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
	margin: 0 7px;
}
.tenant__btn  {
	display: block;
	border: none;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	color: #000;
	font-size: 115%;
	text-decoration: none;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	overflow: visible;
}
.tenant__btnBack {
	padding: 15px 70px 15px 70px;
	background: url(../img/icon_arrow_l_pc.png) no-repeat left center;
	background-color: #ffee60;
}
.tenant__btnNext {
	padding: 15px 80px 15px 65px;
	background: url(../img/icon_arrow_r_pc.png) no-repeat right center;
	background-color: #ffee60;
}
.tenant__btn:hover {
	color: #000;
	background-color: #fee71d;
}


@media only screen and (max-width: 767px) {

.tenant__storeHeader {
	padding: 25px 20px 25px;
}
.tenant__storeHeaderName {
	float: none;
	margin: 0 auto 10px;
}
.tenant__storeNameArea {
	float: none;
}
.tenant__storePlace {
	font-size: 93%;
}
.tenant__storeName {
	font-size:129%;
	margin: 0 auto 3px;
}
.tenant__storeCategory {
	font-size: 100%;
}
.tenant__storeHeaderLogo {
	float: none;
	text-align: center;
	margin: 0 auto;
	height: 60px;
}
.tenant__mainArea {
	padding: 15px 20px 20px;
}
.tenant__itemImg {
	float: none;
	text-align: center;
	margin: 0 auto 10px;
	width: 180px;
}
.tenant__itemTxt {
	margin: 0 auto 0;
	line-height: 1.6;
}
.tenant__bnrArea {
	margin: 0 -2% 20px 0;
	overflow: hidden;
}
.tenant__bnrArea > li {
	width: 48%;
	margin: 0 2% 5px 0;
	float: left;
}
.tenant__infoArea {
	font-size: 93%;
	margin: 0 auto 20px;
}
.tenant__infoArea th {
	width: 65px;
	padding: 10px;
}
.tenant__infoArea td {
	padding: 10px;
}
.tenant__btnArea {
	margin: 0 -4% 0 0;
}
.tenant__btnArea > li {
	width: 46%;
	margin: 0 4% 10px 0;
}
.tenant__btn  {
	font-size: 100%;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
}
.tenant__btnBack {
	padding: 13px 5px 13px 15px;
	background: url(../img/icon_arrow_l_sp.png) no-repeat left center;
	background-size: auto 14px;
	background-color: #ffee60;
}
.tenant__btnNext {
	padding: 13px 15px 13px 5px;
	background: url(../img/icon_arrow_r_sp.png) no-repeat right center;
	background-size: auto 14px;
	background-color: #ffee60;
}

}

/*--------------------------------------
	フロアマップ
---------------------------------------*/

.floormap__header .easy-select-box {
	width: 200px;
}
.floormap__header {
	border-bottom: solid 2px #ffee5f;
	padding: 17px 25px 15px;
}
.floormap__headerFloor {
	float: left;
	font-size: 26px;
	font-weight: bold;
}
.floormap__headerSelect {
	float: right;
}
.floormap__contents {
	position: relative;
	padding: 25px;
}
.floormap__btnArea {
	overflow: hidden;
}
.floormap__zoomBtn {
	float: left;
	letter-spacing: -.40em;
	width: 150px;
}
.floormap__zoomBtn > li {
	display: inline-block;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
}
.floormap__zoomBtn > li span {
	display: block;
	text-align: center;
	margin: 5px 6px 0 0;
	font-size: 86%;
}
.floormap__zoomBtn > li img {
	background: #ffee60;
	cursor: pointer;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	margin: 0 8px 0 0;
	padding: 15px;
	width: 14px;
	height: 14px;
}
.floormap__zoomBtn > li img:hover {
	background: #fee71d;
}
.floormap__explanBtnArea {
	float: right;
}
.floormap__explanBtn {
/*	display: inline-block;*/
	padding: 15px 20px;
	font-size: 108%;
/*	border: none;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background-color: #ffee60;
	color: #000;
	text-decoration: none;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	overflow: visible;*/
}
.floormap__explanBtn:hover {
	color: #000;
	background-color: #fee71d;
}
.floormap__mapArea {
	width: 700px;
	height: 500px;
	position: relative;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin: 0px auto 20px
}


@media only screen and (max-width: 767px) {

.floormap__header .easy-select-box {
	width: 160px;
}
.floormap__header {
	padding: 10px 15px;
}
.floormap__headerFloor {
	font-size: 22px;
	padding: 5px 0 0 5px;
}
.floormap__contents {
	padding: 15px;
}
.floormap__btnArea {
	padding: 220px 15px 0;
}
.floormap__zoomBtn {
	width: 80px;
}
.floormap__zoomBtn > li img {
	background: #ffee60;
	cursor: pointer;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	padding: 11px;
	width: 10px;
	height: 10px;
}
.floormap__zoomBtn > li span {
	font-size: 65%;
}
.floormap__explanBtn {
	padding: 11px 26px;
	font-size:85%;
	/*	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	background-size: auto 14px;
	background-color: #ffee60;
	font-size: 100%;*/
}
.floormap__mapArea {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px auto;
}

}

/*--------------------------------------
	アイコンの説明
---------------------------------------*/
.hdr--legend{
	margin-bottom:10px;
	padding:20px 30px;
	border-bottom:solid 2px #ffe200;
	background:#ffee5f;
	font-size:129%;
	font-weight:bold;
}
.block--legend{
	margin:0 30px 30px 30px;
}
.shopIcon__img{
	width: 100%;
	margin: 0 auto 5px;
	border: solid 1px #ebebeb;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.legendList{
	display:table;
	width:100%;
	border-bottom:solid 1px #e7e7e7;
}
.legendList:last-child{
	border-bottom:none;
}
.legendList__img{
	display:table-cell;
	*dislay:inline;
	*zoom:1;
	width:60px;
	padding:20px 20px 20px 0;
}
.legendList__txt{
	display:table-cell;
	*dislay:inline;
	*zoom:1;
	padding:20px 0;
	vertical-align:top;
}
.legendlist__name{
	font-weight:bold;
	margin-bottom:0.3em;
	vertical-align:top;
}
.legendlist__txt{
	font-size:93%;
}
@media only screen and (max-width: 767px) {

.hdr--legend{
	margin-bottom:10px;
	padding:15px;
	font-size:115%;
}
.block--legend{
	margin:0 15px 15px 15px;
}
.legendList__img{
	width:50px;
	padding-right:15px;
}

}

.ymap {
/*width: 880px;*/
width: 100%;
height:450px;
margin: auto auto;
margin-bottom: 40px;
}
.ymap2 {
width: 100%;
height:700px;
margin: auto auto;
margin-bottom: 40px;
}



/*--------------------------------------
	banner
---------------------------------------*/
.bnr_majicaapp {
	margin: 10px 0;
}

.bnr_majicaapp img:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
.bnr_majicaapp img {
	width: 100%;
}

}



/*--------------------------------------
	170606banner
---------------------------------------*/
div.bnr_horizontal span {
	display: block;
}
div.bnr_horizontal span.bnr_01 {
	margin: 0 0 10px;
}
div.bnr_horizontal span.bnr_02 {
	width: 100%;
	max-width: 600px;
	height: auto;
}

@media only screen and (max-width: 430px) {

div.bnr_horizontal span.bnr_01 {
	margin: 0 0 10px;
}

}



/*--------------------------------------
	170614banner
---------------------------------------*/
.bnr_lineat {
	max-width: 600px;
	height: auto;
	margin: 15px 0 0 ;
}

.bnr_lineat img:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
.bnr_lineat {
	margin: 15px 2% 0;
}
.bnr_lineat img {
	width: 100%;
}


}
