#gmap {
	padding: 0;
	width: 100%;
	height: 640px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#gmap img {
	max-width: none;
}

@media only screen and (max-width: 767px) {
	#gmap {
		height: 320px;
	}
}

#gmap.gmap_detail {
	height: 400px;
}

.bordered table{
	border-collapse:collapse;
	border-spacing:0;
}
.bordered  th {
	width: auto;
}
.bordered tbody th {
	white-space: normal;
}

.bordered tbody td.icon-cell {
	padding: 5px;
	width: 60px;
}

@media only screen and (max-width: 767px) {
	.bordered tbody td.icon-cell {
		width: auto;
	}
}

.bordered tbody td.icon-cell img {
	display: block;
	border-radius: 3px;
	width:50px;
}

.bordered thead th:nth-child(1) {
	width: 180px;
}

.bordered thead th:nth-child(3) {
	width: 90px;
}

@media only screen and (max-width: 767px) {
	.bordered thead th:nth-child(1) {
		width: auto;
	}
	.bordered thead th:nth-child(3) {
		width: auto;
	}
}

.icon_legend {
	background: #f2f6ed;
	padding: 1em 1em;
	margin: 0;
	list-style-type: none;
}

.icon_legend:after {
	content: "";
	display: block;
	clear: both;
}

.icon_legend li {
	margin: 0.5ex 1em;
	padding: 0;
	float: left;
	white-space: nowrap;
}

.icon_legend li img {
	margin-right: 1ex;
	vertical-align: middle;
	height: 28px;
}

.store_detail_column.columned>div:first-child {
	width: 40%;
	padding: 0 0 0 15px;
}

.store_detail_column.columned>div:first-child img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.store_detail_column.columned>div:last-child {
	width: 60%;
}

.store_detail_column.columned>div:last-child .table_wrapper {
	padding-top: 0;
}

.balloon_img img {
	max-width: 240px;
}

@media only screen and (max-width: 767px) {
	.balloon_img {
		display: none;
	}
}

#store_tab {
	border-bottom: 4px solid #ff7070;
	margin: 10px auto 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	z-index: 1;
}

#store_tab:after {
	content: "";
	display: block;
	clear: both;
}

@media only screen and (max-width: 767px) {
	#store_tab {
		padding: 30px 0 0;
		margin: 10px 0px;
		width: auto;
	}
}

#store_tab>li {
	margin: 4px 0 0;
	padding: 0 3px;
	float: left;
	position: relative;
	top: 0;
	box-sizing: border-box;
	text-align: center;
}

#store_tab>li a {
	position: relative;
	top: 0;
	transition: all ease-in-out 0.2s;
	border-radius: 5px 5px 0 0;
	background-color: #ffe9e9;
	display: block;
	padding: 1ex 1ex;
	color: #ff7070;
	font-weight: bold;
	text-decoration: none;
}

#store_tab>li a:hover, #store_tab>li a:active, #store_tab>li a.active {
	color: #ffffff;
	background-color: #ff7070;
}

#store_tab>li a.active {
	top: 5px;
}

@media only screen and (max-width: 767px) {
	#store_tab>li a.active {
		top: 0;
	}
}

@media only screen and (max-width: 767px) {
	#store_tab>li {
		box-sizing: border-box;
		width: 100%;
		padding: 3px;
		margin: 0;
		float: none;
	}
	#store_tab>li a {
		width: 100% !important;
		border-radius: 5px;
		padding: 0;
	}
}

#store_content {
	margin: 0;
	padding: 0 0 0;
	background: #ffffff;
	position: relative;
}

#store_content>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#store_content>ul>li {
	margin: 0;
	padding: 0;
	display: none;
}

#store_content>ul .table_wrapper {
	padding: 0;
}

/*#store_content tbody th,
#store_content tbody td {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}*/

/*#store_content tbody.store_area_row {
	display: block;
	width: 100%;
}*/
#store_content table {
	border: none;
	/*table-layout: fixed;*/
}

#store_content tbody.store_area_row {
	background: #fafafb;
}
#store_content tbody th.store_area_head {
	position: relative;
	/*background: #fafafb;*/
	background: none;
	border-top: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#store_content tbody.store_area_row:first-child th {
	border-top: 1px solid #ccc;
}

/*#store_content tbody.store_area_row:last-child th.store_area_head:last-child {
	border-bottom: 1px solid #ccc;
}*/

#store_content tbody th.store_area_head:after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(/about/store/img/store_arrow.png) no-repeat;
	background-size: 20px 40px;
	background-position: 0 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#store_content tbody.opend th.store_area_head:after {
	background-position: 0 -20px;
}

#store_content tbody td:nth-of-type(2) {
	white-space: nowrap;
	/*width: 140px;*/
}

#store_content table .accordion_area table thead th {
	background: #edf3f9;
	border-top: none;
}
#store_content table .accordion_area table thead th:nth-child(1) {
	width: 244px;
}
#store_content table .accordion_area table thead th:nth-child(2) {
	width: 190px;
}
#store_content table .accordion_area table thead th:nth-child(3) {
	width: 140px;
}
#store_content table .accordion_area table thead th:nth-child(4) {
	width: 126px;
}

@media only screen and (max-width: 767px) {
	#store_content table .accordion_area table thead th:nth-child(1),
	#store_content table .accordion_area table thead th:nth-child(2),
	#store_content table .accordion_area table thead th:nth-child(3),
	#store_content table .accordion_area table thead th:nth-child(4) {
		width: auto;
	}
}

.accordion_cell {
	padding: 0 !important;
	border: none !important;
}

.accordion_cell div {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), max-height 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), max-height 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.accordion_area.opend .accordion_cell div {
	max-height: 200em;
	opacity: 1.0;
}

@media only screen and (max-width: 767px) {
	#store_content>ul>li {
		padding: 10px 10px 15px;
	}
	#store_content tbody th {
		width: auto;
	}
	#store_content tbody td:nth-of-type(2) {
		width: auto;
	}
}

.label_atm {
	vertical-align: middle;
	height: 20px;
	margin-left: 0.5ex;
}

.store_topics {
	margin: 10px;
	padding: 0;
	list-style-type: none;
}

.store_topics:after {
	content: "";
	display: block;
	clear: both;
}

.store_topics li {
	margin: 0;
	padding: 10px;
	float: left;
	box-sizing: border-box;
	width: 25%;
}

.store_topics li>div:first-child {
	font-weight: bold;
	text-align: center;
}

.store_topics li p {
	margin: 1ex 0;
}

.store_topics li img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.store_topics li {
		width: auto;
		float: none;
	}
	#store_content tbody tr td:last-child {
		width: 100%;
	}
}

.store_gallery_list {
	margin: 10px;
	padding: 0;
	list-style-type: none;
}

.store_gallery_list:after {
	content: "";
	display: block;
	clear: both;
}

.store_gallery_list li {
	margin: 0;
	padding: 5px;
	float: left;
	box-sizing: border-box;
	width: 20%;
}

.store_gallery_list li:nth-child(5n+1) {
	clear: both;
}

.store_gallery_list li img {
	display: block;
}

@media only screen and (max-width: 767px) {
	.store_gallery_list li {
		width: 50%;
	}
	.store_gallery_list li:nth-child(5n+1) {
		clear: none;
	}
	.store_gallery_list li:nth-child(2n+1) {
		clear: both;
	}
}

#search_store {
	display: none;
}

#search_notice {
	text-align: center;
	display: none;
}

#search_result {
	padding: 15px;
	background: #fff6f6;
	display: none;
}


.farm_top_column{
	display: table;
	border-spacing: 20px;
	margin: -20px;
	margin-bottom: 20px;
}
.farm_top_column > div:first-child{
	padding: 20px;
	background: #fffbec;
	display: table-cell;
	width: 300px;
}
.farm_top_column > div:last-child{
	padding: 20px;
	background: #faffec;
	display: table-cell;
	width: 300px;
}

@media only screen and (max-width: 767px) {
	.farm_top_column{
		display: block;
		border-spacing: 0;
		margin: 0;
	}
	.farm_top_column > div:first-child,
	.farm_top_column > div:last-child{
		display: block;
		padding: 20px;
		width: auto;
		margin-bottom: 20px;
	}
}


.farm_top_title{
	text-align: center;
	font-weight: bold;
	font-size: 180%;
	letter-spacing: 0.5ex;
	margin-bottom: 1ex;
}
.farm_top_column > div:first-child .farm_top_title{
	color: #e88500;
}
.farm_top_column > div:last-child .farm_top_title{
	color: #639100;
}
a.farm_btn{
	display: inline-block;
	border-radius: 4px;
	padding: 0.5ex 20px 0.5ex 40px;
	color: #ffffff;
	font-weight: bold;
	background: #ff8c8c url( ../../../../../common/img/arrow_bottom_white.png) 15px 50% no-repeat;
	transition: all 0.2s;
}

a.farm_btn:hover,
a.farm_btn:active{
	color: #ff8c8c;
	font-weight: bold;
	background: #fff2f2 url( ../../../../../common/img/arrow_bottom.png) 15px 50% no-repeat;
}


.gmap_balloon strong{
	font-weight: bold;
}



@media only screen and (max-width: 767px) {
	.cellsize_reset > table table,
	.cellsize_reset td,
	.cellsize_reset th{
		width: auto !important;
		height: auto !important;
	}
}










