@charset "UTF-8";

/*--------------------------------------
	�^�C�g���G���A
---------------------------------------*/

.hdrArea {
	background: url(../img/bg_hdrarea.gif) repeat-x left center;
}

@media only screen and (max-width: 767px) {

.hdrArea {
	background-size: cover;
}

}


/*--------------------------------------
	�A�C�R�������o��
---------------------------------------*/
.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;
}

}



/*--------------------------------------
	�����g�b�v
---------------------------------------*/
.search__map__inner{
	position:relative;
	width:690px;
	height:387px;
	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{
	width:8em;
	margin-right: 10%;
}
.checkbox--equip{
	width:12em;
}
.checkbox--service{
	width:9em;
	margin-right: 10%;
}
.input--zip01{
	width:3em;
}
.input--zip02{
	width:4em;
}

/*====�^�u���b�g====*/
	.tablet .search__map{
		display:none;
	}
	.tablet .searchMap__btnArea{
		display:block;
		margin-left:50px;
		margin-right:50px;
	}
	/*webkit�n�u���E�U��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;
	}

/*====/�^�u���b�g====*/
@media only screen and (max-width: 767px) {
	.search__map{
		display:none;
	}
	.searchMap__btnArea{
		display:block;
		margin-left:14%;
		margin-right:14%;
	}
	/*webkit�n�u���E�U��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;
	}
	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;
	}
	.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);
}

}

@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;
	}

}



/*--------------------------------------
	���� �X�܃G���A
---------------------------------------*/

.shopList__iconExplanPc {
	text-align: right;
	margin: -15px 15px 25px;
}
.shopList__iconExplanPc a {
	background: url(../img/icon_explan_pc.gif) 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 {
	overflow: hidden;
	margin-bottom:40px;
}
.shopList__storeName {
	font-size: 153.9%;
	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: 0 20px 0 0;
	background:url(../../../common/store/img/icon_store.png) no-repeat;
	vertical-align:-35%;
	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;
}
.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__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: 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__storeName {
	margin: 0 auto 20px;
	float: none;
	font-size: 115%;
}
.shop__icon{
	width:30px;
	height:30px;
	margin-right:15px;
	background-image:url(../../../store/img/icon_store_sp.png);
	background-size:30px auto;
	float:left;
}
.shop__icon--donki{
	background-position:0 0;
}
.shop__icon--picasso{
	background-position:0 -31px;
}
.shop__icon--mega{
	background-position:0 -62px;
}
.shop__icon--usa{
	background-position:0 -93px;
}
.shop__icon--nagasakiya{
	background-position:0 -124px;
}
.shop__icon--doit{
	background-position:0 -155px;
}
.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.gif) 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;*/
	margin: 0 15px;
}
.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;
}

.hdrBlock--compact.hdr3 {
	margin-bottom: 40px;
}
.hdr3 .hdrBlock__title{
	margin-bottom:0.5em;
	padding:6px 15px 6px;
	background:url(../img/title_bg.gif) #f9efd9;
}
.hdr3.hdrBlock--compact .hdrBlock__inner {
	background: url(../img/title_bg.gif) #f9efd9;
}



}
@media only screen and (max-width: 370px) {
.shopList__linkBtnArea > li .btn {
	padding-left:0.8em;
	padding-right:0.8em;
}

}

/*--------gps_Error---------*/
.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-top: 20px;
}
.font_bold{
	font-weight: bold;
}
.font_transparency{
	color: #888;
}
.backcolor_gray{
	background-color:  #f8f8f8;
	padding:10px;
}

/*--------------------------------------
	���� �X�܏ڍ�
---------------------------------------*/

/*--�X�܏ڍׂ̃T���l�C��--*/
/* �Б��Œ�̒i�g��
 ---------------------------------*/
.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;
}
@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;
}
}
/*--�e�i���g���--*/
/*----- �A�C�R���A�L���v�V�����̃��X�g -----*/
.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__shopInfo > dt {
	float: left;
	width: 105px;
	padding: 12px 0 12px 40px;
}
.shopDetail__shopInfo > dd {
	padding: 12px 0 12px 145px;
	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__bnrArea {
	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__serviceList {
	overflow: hidden;
}
.shopDetail__serviceListTtl {
	float: left;
	background: url(../img/icon_detail_service_pc.png) no-repeat 10px center;
	font-size: 115%;
	padding: 7px 0 7px 55px;
}
.shopDetail__serviceListExplan {
	border-bottom: solid 1px #ebebeb;
	text-align: right;
	padding: 7px 0 17px;
	margin: 0 auto 20px;
}
.shopDetail__serviceListExplan a {
	background: url(../img/icon_explan_pc.gif) no-repeat left center;
	padding: 10px 0 10px 40px;
}
.shopDetail__electronicMoneyTtl {
	border-bottom: solid 1px #ebebeb;
	background: url(../img/icon_detail_money_pc.png) no-repeat 10px center;
	font-size: 115%;
	padding: 7px 0 7px 55px;
	margin: 0 auto 20px;
}
.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;
}
.shopDetail__iconArea > li 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;
}
.shopDetail__access {
	margin: 0 15px 45px;
}
.mapAccess {
	width: 100%;
	height: 400px;
}
.shopDetail__mapLink {
	margin: 15px auto 0;
	text-align: right;
}
.shopDetail__accessColumn .column__txt {
	word-wrap: break-word;
}
.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(../img/icon_news_pdf_pc.png) no-repeat right center;
	padding: 4px 25px 4px 0;
	*zoom: 1;
}
.newsAccordionTrigger {
	cursor: pointer;
	background: url(../img/icon_news_arrow_pc_off.png) no-repeat right center;
	background-color: #fff;
}
.newsAccordionTrigger > .tmbicnlist__txt {
	padding-right: 70px;
}
.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;
}
.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;
}
.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;
	width: 100%;
}
.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.gif) 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%;
}


@media only screen and (max-width: 767px) {

.shopDetail__hdr {
	margin-bottom: 20px;
}
.shopDetail__hdrBlock .hdrBlock__title {
	padding: 8px 15px;
	background: url(../img/title_bg.gif) #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;
}
.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: 95px;
}
.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.gif) no-repeat left center;
	background-size: 20px 20px;
	padding: 5px 0 5px 25px;
	font-size: 93%;
}
.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 75px;
}
.shopDetail__newsImg {
	width: 60px;
}
/*.shopDetail__news .column__ttl {
	padding: 10px 20px;
	font-size: 108%;
}*/
.news__pdf {
	background: url(../img/icon_news_pdf_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 {
	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:30px;
}
.btnList--vertical .btn {
	font-size: 86%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.shopDetail__storeArea {
	margin: 0 15px 40px;
}
.shopDetail__questionnaireArea {
	margin: 0 15px 40px;
}


}




/*--------------------------------------
	�|�b�v�A�b�v
---------------------------------------*/

.popup {
	background: url(../img/bg_popup.gif) repeat;
}
.popup__wrapper {
	padding: 15px 0 50px;
}
.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 {
	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;
}


@media only screen and (max-width: 767px) {

.popup__wrapper {
	padding: 10px 10px 40px 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;
}

}



/*--------------------------------------
	���ԏ�n�}
---------------------------------------*/

.parkingMapArea {
	padding: 28px 30px;
}
.parkingMap {
	width: 750px;
}
.parkingMap > img {
	width: 100%;
}


@media only screen and (max-width: 767px) {

.parkingMapArea {
	padding: 15px;
}
.parkingMap {
	width: 100%;
}

}



/*--------------------------------------
	���X���
---------------------------------------*/

.tenant__storeHeader {
	border-bottom: solid 2px #ffe200;
	overflow: hidden;
	padding: 35px 45px 0;
}
.tenant__storeNameArea {
	float: left;
	margin: 0 auto 30px;
}
.tenant__storePlace {
	margin: 0 auto 3px;
}
.tenant__storeName {
	font-size: 172%;
	font-weight: bold;
	margin: 0 auto 4px;
}
.tenant__storeCategory {
}
.tenant__storeHeaderLogo {
	float: right;
	height: 80px;
}
.tenant__storeHeaderLogo img {
	height: 100%;
}
.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: #f6f6f6;
	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 15px;
}
.tenant__storeHeaderName {
	float: none;
}
.tenant__storeNameArea {
	float: none;
	margin: 0 auto 10px;
}
.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;
}


}



/*--------------------------------------
	�t���A�}�b�v
---------------------------------------*/

.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: url(../img/icon_arrow_r_pc.png) no-repeat right center;
	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: 100px;
}
.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: url(../img/icon_arrow_r_pc.png) no-repeat right center;
	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;
}

}

/*--------------------------------------
	�A�C�R���̐���
---------------------------------------*/
.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;
}

}





/*-----------------------------------------------
	180713 GoogleMapをテキストリンクに変更作業
------------------------------------------------*/

#accessbox {
    background: #f9efd9 url(../img/title_bg.png) repeat scroll 0 0;
    margin: 50px 15px 30px;
}
#accessbox #access {
	width: 50%;
	float: left;
	margin-bottom: 0;
	margin-top: 0;
	box-sizing: border-box;
}

#accessbox .btn_center {
	width: 50%;
	float: left;
	text-align: right;
	margin-bottom: 0;
	margin-top: 0;
	padding: 5px 8px 0;
	box-sizing: border-box;
}
#accessbox .map_btn_icon {
	color: #fff;
	line-height: 1;
	display: inline-block;
	padding: 1em 3em 0.8em 4em;
	text-decoration: none;
	border: medium none;
	border-radius: 10px;
	background: #333 url("../img/img_icn01.png") no-repeat 7px 6px;
}
@media only screen and (max-width: 768px) {
	#accessbox {
		margin: 50px 0 30px;
	}
	#accessbox .btn_center {
		padding: 5px 8px 0;
	}
	#accessbox .map_btn_icon {
		font-size: 12px;
		padding: 0.7em 2em 0.5em 3em;
		background: #333 url("../img/img_icn01.png") no-repeat 5px 5px;
		background-size: 13%;
	}
}



/*--------------------------------------
	250204 店舗アイコン削除
    ※↓を非表示にすると復活
---------------------------------------*/
.hdr__icon,
.shop__icon {
    display: none!important;
}
.shopList__storeName {
    border-bottom: solid 2px #ffe200;
    background: url(../img/title_bg.png) #f9efd9;
    width: 100%;
    padding: 11px 0 8px 14px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.shopList__electronicMoneyIcon {
    float: left;
}
.shopList__serviceArea {
    float: left;
}

@media only screen and (max-width: 768px) {
    .shopList__storeName {
        padding: 11px 10px 10px;
        margin: 10px auto 20px;
    }
}

