@charset "UTF-8";

section.cuty_area {
	margin: auto;
}

.city_box {
	width: min(100%, 1280px);
	background: var(--newsbox-back-color);
	border: 2px solid var(--newsbox_border--);
	border-radius: 32px;
	margin: 1.5rem auto;
	padding: 21px 16px;
}

.city_box h2 {
	width: fit-content;
	font-family: var(--font-family);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: var(--main-color);
	border: 1px solid #666;
	padding: 6px 16px;
	margin: 0 auto .75rem;
}

.city_box h2::before,
.city_box h2::after {
	width: 0;
	height: 0;
	background-color: none;
}

.city_box h2.pref {
	width: fit-content;
	text-align: left;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #666;
	padding: 4px 16px;
	margin: 2rem 0 1rem;
}

/*
.city_box h3{
	font-size: 1.1rem;
	text-indent: 0;
	background-color: var(--main-color) !important;
	display: inline-block;
	border: 2px solid var(--newsbox_border--);
	border-radius: 12px;
	color: #fff;
	margin: .5rem auto .75rem;
	padding: 4px 16px;
     }
	*/

.city_box h3 {
	position: relative;
	font-size: 1.1rem;
	text-indent: 0;
	background-color: var(--main-color) !important;
	display: inline-block;
	border: 2px solid var(--newsbox_border--);
	border-radius: 12px;
	color: #fff;
	margin: .5rem auto .75rem;
	padding: 4px 32px 4px 16px;
}

.city_box h3::before,
.city_box h3::after {
	content: "";
	position: absolute;
	top: 30%;
	right: 16px;
	width: 2px;
	height: 10px;
	border-radius: 9999px;
	background-color: #fff;
	transform-origin: 50% calc(100% - 2px);
}

.city_box h3::before {
	transform: rotate(45deg);
}

.city_box h3::after {
	transform: rotate(-45deg);
}

.city_box h3 a {
	color: #fff;
	text-decoration: none;
}

.city_box ul {
	margin: 0;
}

.city_box li {
	font-size: 1rem;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: .5rem;
}

.city_box li a {
	display: block;
	text-decoration: none;
	color: #333;
}

.city_box li span.touroku {
	margin: auto;
}

.city_box li span.new {
	position: absolute;
	top: 0;
	left: 0;
	background: #e67a00;
	color: #fff;
	padding: 3px;
	font-size: 12px;
	letter-spacing: .05rem;
}


@media only screen and (max-width: 736px) {
	/*スマホ*/







}

@media only screen and (min-width: 737px) and (max-width: 1024px) {}