@charset "UTF-8";

@media screen and (max-width: 750px) {
.sub h1 {
	background-image: url(/kodate2/imgs/branch_list/img/bg_mv_sp.jpg);
}
.sub .mainContent {
	padding: 0 0 100px;
}

.mainContent {
	padding-bottom: 0 !important;
}
.anchor {
	padding: 35px 0 35px !important;
}
.anchor ul li {
	margin: 0 0.5% 5px !important;
	width: 31.3% !important;
	line-height: 1.3 !important;
}
.anchor ul li a:after {
	left: 46% !important;
}
/*.list
  --------------------------------------------------------- */
.list {
	overflow: hidden;
	padding: 50px 0 50px;
	width: 100%;
	position: relative;
	background: #f9f8f3;
}
.list .inner {
	position: relative;
	box-sizing: border-box;
}
a.detail {
	border-radius: 3px;
	background-color: #ffe100;
	color: #000000 !important;
	font-size: 14px;
	letter-spacing: 1.8px;
	width: 100px;
	text-align: center;
	padding: 16px 10px;
	border: 1px solid #ffe100;
	margin-left: 10px;
	box-shadow: 0 2px 1px rgba(0,0,0,0.3);
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
}
a.detail:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
}
a.detail1, a.detail2 {
	position: relative;
	border-radius: 3px;
	background-color: #333;
	color: #fff !important;
	font-size: 14px;
	letter-spacing: 1.8px;
	display: block;
	width: 160px;
	text-align: center;
	padding: 16px 10px;
	border: 1px solid #333;
	margin: 0 auto;
}
a.detail1:after, a.detail2:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
}
.areaTtlWrap {
	margin: 60px 0 20px 0;
	min-height: 48px;
	display: table;
	width: 100%;
}
.areaTtlWrap h2 {
	font-size: 17px;
	line-height: 1.5;
	padding-right: 110px;
	vertical-align: middle;
	position: relative;
	display: table-cell;
	padding-left:1em;
	text-indent:-1em;
}
.areaTtlWrap h2:before {
	content: "";
	color: #ffe100;
	font-size: 14px;
	background: url(/kodate2/common_re/img/icon/icon_circle01.png) left 3px no-repeat;
	background-size: 10px;
	padding-left: 10px;
	line-height: 1.4;
}
.salesTtl {
	margin: 30px 0 20px 0;
}
.salesTtl h3 {
	font-size: 14px;
	margin-left: 2.8%
}
.sub .mainContent th, .sub .mainContent td {
	line-height: 1.5;
}
table.branchInfo, table.salesInfo {
	border: 1px solid #dadada;
	width: 100%;
	border-collapse: collapse;
	letter-spacing: normal;
	background: #fff;
	text-align: center;
	font-size: 0;
}
table.branchInfo tr, table.salesInfo tr {
	border-bottom: 1px solid #dadada;
	width: 100%;
	font-size: 14px;
}
table.branchInfo tr:last-child(), table.salesInfo tr:last-child() {
	border-bottom: 0;
}
table.branchInfo th, table.branchInfo td, table.salesInfo th, table.salesInfo td {
	vertical-align: middle;
	padding: 2.8%;
	text-align: left;
}
table.branchInfo th, table.salesInfo th {
	width: 37%;
	background: #f2f2f2;
	border-right: none;
	font-weight: bold;
}
table.branchInfo.clr:after {
	display: none!important;
}
}
