﻿

/*---------------------------------------------
 atm_shopList
 ---------------------------------------------*/
/*サブカテゴリ表示*/
/*サブカテゴリ表示 END
 ---------------------------------------------*/
.atm_shop footer{
	border-top: none;
}
.atm_shop .atmshopBox{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 5rem;
	padding-top: 3rem;
	display: flex;
	justify-content: center;
}
.atm_shop #atmshop_container{
	background-color: #FFF;
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}
.atm_shop #atmshop_areamap,
.atm_shop #atmshop_areamap > #atmshop_areamapimage,
.atm_shop #atmshop_areamap .map_btn{
	width: 660px;
	height: 100%;
}
.atm_shop #atmshop_areamap{
	position: relative;
	right: 0;
	margin: 0 auto;	
	margin-top: 3rem;
}
.atmshopBox #atmshop_areamapimage{
	background-color: #FFF;
	border-radius: 10px;
}
.atmshopBox > li{
	width: calc(50% - 0.5rem);
	display: flex;
	justify-content: center;
	min-width: 40vw;
	margin-right: 2rem;
}
/*header.panelactive #panelNav ul#panelNav_atm.tab_area.is-active li > .page-section-category > .page-item-listbox,*/
.atm_shop .atmshopBox > li > .page-section-category > .page-item-listbox{
	width: calc(50% - 2rem);
	min-width: 280px;
	margin-left: 1rem;
	flex-grow: 2;
}
/*header.panelactive #panelNav ul#panelNav_atm.tab_area.is-active > li > #panel_atmshop_areamap,
header.panelactive #panelNav ul#panelNav_atm.tab_area.is-active > li > #panel_atmshop_areamap > #panel_atmshop_areamapimage,*/
.atm_shop #atmshop_areamap,
/*header.panelactive #panelNav ul#panelNav_atm.tab_area.is-active > li > #panel_atmshop_areamap .map_btn,*/
.atm_shop #atmshop_areamap > #atmshop_areamapimage,
.atm_shop #atmshop_areamap .map_btn{
	width: 40vw;
}
/*---------------------------------------------
 各店舗ページ用css
 ---------------------------------------------*/
.atm_shop  #main-contents div.page-section div.entry-body{
	padding-top: 3rem;
}
.atm_shop  #main-contents div.page-section div.entry-body p{
	margin: 0;
}
.atm_shop #main-contents div.page-section div.entry-body table.listStyle tr{
	border:1px solid #0095da;
	padding: 0;
	margin-bottom: 1rem;
}
.atm_shop table td.shop_num{
	background-color: #e6f3fb;
}
.atm_shop #main-contents div.page-section div.entry-body .atm_shop_List{
	display: flex;
	flex-wrap: wrap;
	margin-top: 4rem;
}
.atm_shop #main-contents div.page-section div.entry-body .atm_shop_List > dl.atmbox{
	flex-basis: calc(50% - 2rem);
	display: flex;
	flex-direction:column;
	margin-right: 1rem;
	background-color:rgba(93,183,119,0.1);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5rem;
}
.atm_shop #main-contents div.page-section div.entry-body .atm_shop_List > dl.atmbox.shop{
	background-color: rgba(200,230,249,0.5);
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox{
	margin: 3rem 0;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox dl{
	margin: 0;
	margin-left: 1.6rem;
	margin-top: 1rem;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox > dt,
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox > dd{
	border-radius: 5px;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox > dt{
	background-color: #5db777;
	margin-top: -6rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1rem;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox > dd{
	margin: 0;
	padding: 1rem 1.6rem;
	padding-bottom: 3rem;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox.shop > dt{
	background-color: #0095da;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox.shop > dd{
	margin: 0;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox > dd p{
	margin-left: 1.6rem;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox p.notice{
	font-weight: bold;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox > dd dl p.notice{
	margin-left: 0;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox dl > dd{
	margin: 0;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox dl.bHour,
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox dl.service{
	margin-bottom: 1rem;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox dl.bHour > dt,
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox dl.service > dt{
	display: inline-block;
	margin-top: 0;
	font-weight: bold;
	background-color: rgba(93,183,119,0.5);
	padding: 0 1rem;
	border-radius: 5px;
	font-size: 90%;
	line-height: 2.5rem;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox.shop dl.bHour > dt,
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox.shop dl.service > dt{
	background-color: rgba(0,149,218,0.5);
}
.atm_shop #main-contents div.page-section div.entry-body .atmbox p.shopNum{
	font-size: 80%;
	line-height: 1rem;
	margin-top: 1rem;
	color: #FFF;
}
.atm_shop .atmbox p.shopName{
	font-weight: bold;
	color: #FFF;
}
.atm_shop ul li span.open_hour{
	background-color: #5db777;
	color: #FFF;
	font-size: 90%;
	border-radius: 5px;
	padding: 0 0.5rem;
	margin-right: 0.5rem;
}
.atm_shop #main-contents div.page-section div.entry-body dl.atmbox dd p a{
	display: inline;
	border-bottom: 1px solid #0095da;
}


/*---------------------------------------------*/

@media screen and (max-width: 1500px){
	.atm_shop #atmshop_container{
		display: block;
	}
	#panel_atmshop_areamap, .atm_shop #atmshop_areamap,
	.atm_shop #atmshop_areamap > #atmshop_areamapimage,
	.atm_shop #atmshop_areamap .map_btn,
	.atmshopBox > li{
		width: 60vw;
	}
	.atmshopBox > li{
		justify-content: space-between;
		margin-right:0;
	}
	.atm_shop .atmshopBox > li > .page-section-category > .page-item-listbox{
		width: calc(50% - 1rem);
		min-width: auto;
		flex-grow: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 1024px){
	#panel_atmshop_areamap, .atm_shop #atmshop_areamap,
	.atm_shop #atmshop_areamap > #atmshop_areamapimage,
	.atm_shop #atmshop_areamap .map_btn{
		width: 90vw;
	}
	header.panelactive #panelNav ul#panelNav_atm.tab_area.is-active > li > #panel_atmshop_areamap > a.btn_area > p.ballon:before,
	.atm_shop #atmshop_areamap .map_btn li > a.btn_area > p.ballon:before{
		bottom: -1rem;
	}
	.atmshopBox{
		display: block;
		width: 100%;
	}
	.atmshopBox > li{
		justify-content: space-between;
		width: 100%;
		min-width: auto;
	}
	.atm_shop .page-section-category > .page-item-listbox li,
	.atm_shop .page-section-category > .page-item-listbox.atm_711 li{
		width: 80%;
	}
	.atm_shop .atmshopBox > li > .page-section-category > .page-item-listbox{
		width: 100%;
		min-width: auto;
		flex-grow: 0;
		margin-left: 0;
	}
	/*---------------------------------------------
	 各店舗ページ用css
	 ---------------------------------------------*/
	.atm_shop #main-contents div.page-section div.entry-body .atm_shop_List > dl.atmbox{
		flex-basis: 100%;
		min-width: auto;
		margin-right: 0;
	}
	.atm_shop #main-contents div.page-section div.entry-body dl.atmbox dl.service > dd{
		/*display: flex;*/
	}
	.atm_shop #main-contents div.page-section div.entry-body img.icon_jyutaku{
		display: inline;
		height: 3rem;
		width: auto;
	}
	.atm_shop #main-contents div.page-section div.entry-body img.icon_mapView{
		height: 3rem;
		width: auto;
	}
	.atm_shop #main-contents div.page-section div.entry-body p > a.img_container{
		display: inline;
		margin-bottom: 0;
	}

	/*---------------------------------------------*/
}
@media screen and (max-width: 599px){
	.atmshopBox > li{
		display: block;
	}
	.atm_shop .atmshopBox{
		width: 100%;
	}
	header.panelactive #panelNav ul#panelNav_atm.tab_area.is-active li > .page-section-category,
	.atm_shop .page-section-category{
		display: block;
	}
/*---------------------------------------------
 各店舗ページ用css
 ---------------------------------------------*/

	
/*---------------------------------------------*/
}