/* CSS Document */
.page_title h2::before{
	content: "Area List";
}
/*コンテンツ*/
/*トップ文章*/
.area_text{
	background-color: #000;
	box-sizing: border-box;
}
body[wc-view-type="sp"] .area_text{
	padding: var(--headerHeight) 7vw 0;
}
body[wc-view-type="tb"] .area_text{
	padding: var(--headerHeight) 5vw 0;
}
body[wc-view-type="tb-l"] .area_text{
	padding: var(--headerHeight) 10vw 0;
}
body[wc-view-type="pc"] .area_text{
	padding: var(--headerHeight) calc((100vw - 850px) / 2) 0;
}
.area_text p{
	color: #fff;
	line-height: 1.8rem;
}
body:not([wc-view-type="sp"]) .area_text p{
	text-align: center;
}
/*各地域*/
.area_list{
	background-color: #000;
	box-sizing: border-box;
	padding: var(--headerHeight) 0;
}

body[wc-view-type="sp"] .area_list{
	padding: 2rem 10px var(--headerHeight) 10px;
}
body[wc-view-type="tb"] .area_list{
	padding: 2rem 5vw var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .area_list{
	padding: 2rem 10vw var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] .area_list{
	padding: 2rem calc((100vw - 850px) / 2) var(--headerHeight) calc((100vw - 850px) / 2);
}
.area_list .area_block{
	display: flex;
	margin-bottom: 1px;
}

.area_list .area_block > dt{
	width: 40px;
  background-color: #262729;
  display: flex;
	flex: none;
  justify-content: center;
  padding: 1.75rem 0;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) .area_list .area_block > dt{
	width: 50px;
}
.area_list .area_block:nth-of-type(even) > dt{
	background-color: #454648;
}
.area_list .area_block > dt span{
	font-weight: 700;
	 writing-mode: vertical-rl;
	color: #fff;
	letter-spacing: 3px;
}
.area_list .area_block > dd{
	width: calc(100% - 41px);
  padding: 1.25rem 0.75rem;
  box-sizing: border-box;
  margin-left: 1px;
	background-color: #262729;
}
body:not([wc-view-type="sp"]) .area_list .area_block > dd{
	width: calc(100% - 51px);
}
.area_list .area_block:nth-of-type(even) > dd{
	background-color: #454648;
}

.area_list .area_block > dd a{
	width: fit-content;
  text-decoration: none;
}
.area_list .area_block > dd a{
	height: 40px;
  position: relative;
  z-index: 1;
	display: block;
	float: left;
	margin-right: 0.5rem;
  margin-bottom: 0.5rem;

}
body[wc-view-type="sp"] .area_list .area_block > dd a{
	height: 36px;
}
.area_list .area_block > dd a::after{
	content: "";
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-left: 0.5rem;
  background-color: #fff;
	position: absolute;
}
.area_list .area_block > dd a .a_item_name{
	border-radius: 2rem;
  height: 36px;
  min-width: 95px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
	float: left;
  border: solid 1px #fff;
	padding: 0 1.5rem 0 0.8rem;
  color: #fff;
	justify-content: center;
	gap:0.4rem;
	font-weight: 700;
}
body[wc-view-type="sp"] .area_list .area_block > dd a .a_item_name{
	font-size: 0.91rem;
	min-width: 112px;
}
body[wc-view-code="sp-big"] .area_list .area_block > dd a .a_item_name{
	min-width: 122px;
	font-size: 0.95rem;
}
body:not([wc-view-type="sp"]) .area_list .area_block > dd a .a_item_name{
	height: 40px;
	min-width: 150px;
	padding: 0 1.5rem 0 1rem;
}
.area_list .area_block > dd > .a_item_name{
	padding: 0 1rem;
  border-radius: 2rem;
  height: 36px;
  min-width: 82px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  float: left;
  border: solid 1px #fff;
  color: #fff;
  justify-content: center;
	font-weight: 700;
	opacity: 0.4;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}
body:not([wc-view-type="sp"]) .area_list .area_block > dd > .a_item_name{
	height: 40px;
	min-width: 150px;
}
body[wc-view-type="sp"] .area_list .area_block > dd > .a_item_name{
	min-width: 112px;
	height: 36px;
	font-size: 0.91rem;
}
body[wc-view-code="sp-big"] .area_list .area_block > dd > .a_item_name{
	min-width: 122px;
	font-size: 0.95rem;
}
.area_list .area_block > dd a .a_item_name .numberarea{
  color: var(--darkColor);
  font-family: "Number";
  font-size: 0.85rem;
  line-height: calc(1rem +(1em - 1lh) / 2);
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.45rem;
  padding-top: 0px;
  padding-top: 0.15rem;
  box-sizing: border-box;
  opacity: 0.7;
  margin-right: 0.35rem;
  background-color: #fff;
  border-radius: 0.5rem;
	margin-left: auto;
}
body[wc-view-type="sp"] .area_list .area_block > dd a .a_item_name .numberarea{
	font-size: 0.8rem;
	padding: 0.1rem 0.4rem 0 0.4rem;
	height: 12px;
}
.area_list .area_block > dd > .a_item_name .numberarea{
	display: none;
}