/* CSS Document */

#branches {
}
#branches .lead {
	font-size: 110%;
  line-height: 1.8em;
}
#branches .lead h2 {
	font-size: 140%;
  font-weight: 600;
	color: #604c3f;
	margin: 0 0 20px;
}
#branches .lead address {
  line-height: 1.4em;
	margin: 20px 0 0;
}



#branches .membershipFee {
	margin: 80px 0;
}
#branches .membershipFee h2 {
	font-size: 160%;
	text-align: center;
	color: #fff;
	background: #DCBE00;
	padding: 10px;
	margin: 0 0 30px;
}
#branches .membershipFee .block {
	margin: 40px;
  border: 3px solid #eee;
  padding: 40px 60px;
  border-radius: 15px;
}
#branches .membershipFee .block h3 {
	font-size: 110%;
	margin: 0 0 5px;
}
#branches .membershipFee .block ul li span {
	font-size: 95%;
	margin-left: 1em;
}

#branches .membershipFee .block dl {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0;
}
#branches .membershipFee .block dl dt,
#branches .membershipFee .block dl dd {
	padding: 5px 15px;
	box-sizing: border-box;
	border: solid #cfc7c3;
	border-width: 1px 0 0 1px;
}
#branches .membershipFee .block dl dt:first-of-type,
#branches .membershipFee .block dl dd:first-of-type {
	font-weight: 500;
	text-align: center;
	background: #fcf7d6;
}
#branches .membershipFee .block dl dt:last-of-type,
#branches .membershipFee .block dl dd:last-of-type {
	border-bottom-width: 1px;
}
#branches .membershipFee .block dl dt {
	width: calc(100% - 200px);
}
#branches .membershipFee .block dl dd {
	text-align: right;
	width: 200px;
	border-right-width: 1px;
}



#branches #areaMap {
	margin: 60px 0;
}
#branches #areaMap h2 {
	font-size: 160%;
	text-align: center;
	color: #fff;
	background: #736357;
	padding: 10px;
	margin: 0 0 30px;
}



#branches .list {
	margin: 60px 0;
}
#branches .list .returnBtn {
	text-align: right;
}
#branches .list h2 {
	font-size: 160%;
	text-align: center;
	color: #fff;
	background: #736357;
	padding: 10px;
	margin: 0 0 30px;
}
#branches .list .areaBlock {
	margin: 0 15px 40px;
}
#branches .list .areaBlock h3 {
	font-size: 130%;
	font-weight: 500;
	color: #736357;
	margin: 0 0 20px;
}
#branches .list .areaBlock h3 strong {
	font-size: 140%;
	margin-right: 5px;
}
#branches .list .areaBlock .box {
	margin: 0 0 20px;
}
#branches .list .areaBlock .box h4 {
	font-size: 120%;
	color: #736357;
	background: #F1EFEE;
	padding: 8px 15px;
	margin: 0 0 10px;
	position: relative;
}
#branches .list .areaBlock .box h4 span{
	font-size: 80%;
  font-weight: 400;
	letter-spacing: 0;
  color: #f00;
  margin-left: 15px;
}
#branches .list .areaBlock .box.acMenu h4 {
	cursor: pointer;
}
#branches .list .areaBlock .box.acMenu h4::before {
	content: '＋';
	position: absolute;
	top: 10px;
	right: 20px;
}
#branches .list .areaBlock .box.acMenu h4.active::before {
  content: '－';
}

#branches .list .areaBlock .box > dl {
	line-height: 1.5;
	margin: 0 0 40px;
	display: flex;
	flex-wrap: wrap;
}
#branches .list .areaBlock .box > dl > dt,
#branches .list .areaBlock .box > dl > dd {
	padding: 15px;
	box-sizing: border-box;
	border: solid #cfc7c3;
	border-width: 1px 0 0 1px;
}
#branches .list .areaBlock .box > dl > dt:last-of-type,
#branches .list .areaBlock .box > dl > dd:last-of-type {
	border-bottom-width: 1px;
}
#branches .list .areaBlock .box > dl > dt {
	text-align: center;
	width: 280px;
	color: #736357;
	background: #f1efee;
	display: flex;
  flex-direction: column;
}
#branches .list .areaBlock .box > dl > dt span {
	font-size: 80%;
}
#branches .list .areaBlock .box > dl > dd {
	width: calc(100% - 280px);
	border-right-width: 1px;
}
#branches .list .areaBlock .box > dl > dd .note {
	font-size: 95%;
	line-height: 1.4;
	margin: 5px 0 0;
}
#branches .list .areaBlock .box > dl > dd dl.age {
	font-size: 95%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 15px 10px 0;
}
#branches .list .areaBlock .box > dl > dd dl.age dt {
	width: 60px;
}
#branches .list .areaBlock .box > dl > dd dl.age dd {
	width: calc(100% - 60px - 10px);
}
#branches .list .areaBlock .box > dl > dd table {
	font-size: 90%;
	width: auto;
	margin: 0;
}
#branches .list .areaBlock .box > dl > dd table th {
	font-weight: normal;
  padding: 3px 5px;
	width: 80px;
}
#branches .list .areaBlock .box > dl > dd table td {
  text-align: center;
	padding: 10px 5px;
}








@media screen and (max-width: 480px) {
  
	#branches .lead {
		font-size: 100%;
		line-height: 1.6em;
	}
	
	
	
	#branches .membershipFee {
		margin: 60px 0;
	}
	#branches .membershipFee h2 {
		font-size: 140%;
		margin: 0 0 20px;
	}
	#branches .membershipFee .block {
		margin: 20px 0;
		border-width: 2px 0 0;
    border-style: dashed;
    border-radius: 0;
    padding: 20px 0;
	}
	#branches .membershipFee .block ul li {
		line-height: 1.4;
		margin: 0 0 10px;
	}
	#branches .membershipFee .block ul li span {
		font-size: 90%;
		display: inline-block;
		letter-spacing: 0;
	}
	#branches .membershipFee .block dl {
		font-size: 95%;
	}
	#branches .membershipFee .block dl dt,
	#branches .membershipFee .block dl dd {
		line-height: 1.4;
		padding: 8px 10px;
	}
	#branches .membershipFee .block dl dt {
		width: calc(100% - 90px);
	}
	#branches .membershipFee .block dl dd {
		width: 90px;
	}	
	
	
	
	
	
	#branches #areaMap h2 {
		font-size: 140%;
		margin: 0 0 20px;
	}
	
	
	#branches .list h2 {
		font-size: 140%;
		margin: 0 0 20px;
	}
	#branches .list .areaBlock {
		margin: 0 0 40px;
	}
	#branches .list .areaBlock h3 {
		font-size: 120%;
		margin: 0 0 10px;
	}
	#branches .list .areaBlock .box {
		margin: 0 0 10px;
	}
	#branches .list .areaBlock .box h4 {
		font-size: 110%;
		padding: 6px 10px;
	}
	#branches .list .areaBlock .box.acMenu h4::before {
		top: 5px;
		right: 10px;
	}
	#branches .list .areaBlock .box h4 span {
		font-size: 65%;
    margin-left: 10px;
		display: inline-block;
	}
	#branches .list .areaBlock .box > dl {
		font-size: 90%;
		line-height: 1.6;
		letter-spacing: 0;
	}
	#branches .list .areaBlock .box > dl > dt,
	#branches .list .areaBlock .box > dl > dd {
		padding: 10px;
	}
	#branches .list .areaBlock .box > dl > dt {
		width: 110px;
	}
	#branches .list .areaBlock .box > dl > dt span {
		font-size: 70%;
	}
	#branches .list .areaBlock .box > dl > dd {
		width: calc(100% - 110px);
	}
	#branches .list .areaBlock .box > dl > dd dl.age {
		font-size: 90%;
		flex-direction: column;
		gap: 5px;
		margin: 10px 0 5px;
	}
	#branches .list .areaBlock .box > dl > dd dl.age dt {
		width: 100%;
		background: #eee;
    text-align: center;
	}
	#branches .list .areaBlock .box > dl > dd dl.age dd {
		width: 100%;
	}
	#branches .list .areaBlock .box > dl > dd table {
		margin: 0 0 5px;
	}
	#branches .list .areaBlock .box > dl > dd table th {
		line-height: 1.1;
		padding: 3px;
	}
	#branches .list .areaBlock .box > dl > dd table th span {
		display: inline-block;
	}
	#branches .list .areaBlock .box > dl > dd table td {
		padding: 8px 3px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
