.area_contents, .map_contents{
    text-align: center;
    width: fit-content;
	position: relative;
}
.area_contents, .map_contents{
    margin: 70px auto 30px;
}
.area_contents p, .map_contents p{
    font-size: 33px;
    line-height: 1;
    position: relative;
	font-weight: bold;
}
.area_contents p{
    color: #f39700;
}
.map_contents p{
	color: #009ea9;
}
.area_contents p::before, .map_contents p::before{
    content: '';
    width: 55px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.area_contents p::before{
    background-color: #f39700;
}
.map_contents p::before{
    background-color: #009ea9;
}
.area_contents p span, .map_contents p span{
    color: #030000;
    font-size: 21px;
	font-weight: normal;
}
.otoiawase_width{
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
}
.area_text{
    font-size: 17px;
	color:#595757;
	text-align: center;
}
.todouhuken{
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 30px auto 175px;
}
.todouhuken a:hover{
    opacity: 0.6;
}
.hok{
	fill: #6578a5;
}
.aom{
	fill: #6e9ab5;
}
.gun{
	fill: #73aba9;
}
.nii{
	fill: #7bac92;
}
.nag{
    fill: #75a877;
}
.sig{
	fill: #92b071;
}
.tot{
	fill: #c0a56d;
}
.kag{
	fill: #be9160;
}
.ooi{
	fill: #c97958;
}
/*チェックボックスここから*/
.sp_box {
    margin-top: 20px;
	width: fit-content;
}
.sp_box2 {
	margin-top: 18px;
    width: 20%;
}
.sp_box input, .sp_box2 input {
	display: none;
}
.sp_box label, .sp_box2 label {
	position: relative;
}
.sp_box label::before, .sp_box2 label::before {
    top: 2px;
    left: 0px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #757575;
    background: #ffffff;
}
.sp_box label::after, .sp_box2 label::after {
    top: 7px;
    left: 4px;
    width: 11px;
    height: 5px;
    transform: rotate(-45deg);
    border: 2px solid #5e849e;
    border-top-style: none;
    border-right-style: none;
    opacity: 0;
}
.sp_box label::before, .sp_box label::after, .sp_box2 label::before, .sp_box2 label::after {
	content: "";
	display: block;
	position: absolute;
}
.sp_box input:checked + label::after, .sp_box2 input:checked + label::after{
	opacity: 1;
}
.checktext_red{
    color: #db6867;
}
.checktext_blue{
    color: #536dff;
}
.sp_box p{
    font-size: 21px;
    margin-left: 25px;
}
.sp_box2 p{
    color: #202121;
    font-size: 18px;
    margin-left: 22px;
}
/*チェックボックスここまで*/
.area_width{
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
}
.sagasu_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
	margin-bottom: 1px;
}
.sagasu_block, .sagasu_block2, .sagasu_block3{
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    width: 300px;
    text-align: center;
    cursor: pointer;
}
.sagasu_block p, .sagasu_block2 p, .sagasu_block3 p{
    padding: 12px 0;
	color: #fff;
}
.sagasu_block{
    background-color: #e7382f;
}
.sagasu_block2{
    background-color: #0097dc;
}
.sagasu_block3{
    background-color: #e62f82;
}
.area_text2{
    font-weight: bold;
    font-size: 21px;
    padding-top: 34px;
}
.sentaku_flex{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.check_bottom{
	width: 96%;
    margin: 0 auto 70px;
}
.map_marker{
    width: 95%;
    margin: 25px auto 70px;
}
.map_marker iframe{
    width: 100%;
    height: 400px;
}
.sagasu_block:hover, .sagasu_block2:hover, .sagasu_block3:hover{
	opacity:0.6;
}
.kk_sagasu, .s_sagasu, .z_sagasu{
	display:none;
}
.area_width .select{
	display:block;
}
.search_sisetu{
    width: 180px;
    margin: 0 auto 50px;
    text-align: center;
    background-color: #447be8;
    font-weight: bold;
    border-radius: 8px;
    font-size: 16px;
}
.search_sisetu button{
    color: #fff;
    padding: 10px 0;
    width: 100%;
	
}
.list_table {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto 100px;
	display: none;
}
#top-map {
	height: 400px;
}
.contents_img {
    height: 12.9vw;
}
@media screen and (max-width:1200px) {
	.area_width {
	    width: 90%;
	}
	.otoiawase_width {
	    width: 90%;
	}
	.sagasu_block, .sagasu_block2, .sagasu_block3 {
	    font-size: 20px;
	    width: 270px;
	}
	.sagasu_block p, .sagasu_block2 p, .sagasu_block3 p {
	    padding: 9px 0;
	}
}
@media screen and (max-width:1080px) {
	.area_text2 {
	    font-size: 18px;
	}
	.sp_box p {
	    font-size: 18px;
	}
	.sp_box2 p {
	    font-size: 16px;
	}
	.sp_box label::before, .sp_box2 label::before {
	    top: 1px;
	    width: 16px;
	    height: 16px;
	}
	.sp_box label::after, .sp_box2 label::after {
	    top: 6px;
	    left: 3px;
	    width: 10px;
	    height: 4px;
	}
	.list_table{
		padding: 0px 25px;
	}
	.contents_img {
		height: 20.9vw;
	}
	.contents_block {
		width: 50% !important;
	}
}
@media screen and (max-width:820px) {
	.sagasu_block, .sagasu_block2, .sagasu_block3 {
		font-size: 17px;
		width: 210px;
	}
	.sp_box2 {
		width: 25%;
	}
}
@media screen and (max-width:480px) {
	.area_contents, .map_contents {
		margin: 12vw auto 12vw;
	}
	.area_contents p, .map_contents p {
		font-size: 5.5vw;
	}
	.area_contents p::before, .map_contents p::before {
		content: '';
		width: 9.5vw;
		height: 0.5vw;
		bottom: -2vw;
	}
	.area_contents p span, .map_contents p span{
		font-size: 3.7vw;
	}
	.yakudati_contents, .map_contents{
	    margin: 10vw auto 10vw;
	}
	.yakudati_contents p, .map_contents p {
	    font-size: 5.5vw;
	}
	.yakudati_contents p span, .map_contents p span {
	    font-size: 3.7vw;
	}
	.yakudati_contents p::before, .map_contents p:before {
	    content: '';
	    width: 9.5vw;
	    height: 0.5vw;
	    bottom: -2vw;
	}
	.area_text {
	    font-size: 3.5vw;
	}
	.todouhuken {
	    margin: 8vw auto 25vw;
	}
	.sagasu_flex {
	    display: flex;
	    justify-content: space-between;
	    margin: 6vw 0;
	    flex-direction: column;
	}
	.sagasu_block, .sagasu_block2, .sagasu_block3 {
	    font-size: 3.5vw;
	    width: 100%;
	    margin: 1vw 0;
	}
	.sp_box p {
	    font-size: 3.5vw;
	    margin-left: 5vw;
	}
	.sagasu_block p, .sagasu_block2 p, .sagasu_block3 p {
	    padding: 2.5vw 0;
	}
	.area_text2 {
	    font-size: 4vw;
		padding-top: 0px;
	}
	.sp_box {
	    margin-top: 3vw;
	    width: fit-content;
	}
	.sentaku_flex {
		margin: 0px auto 5vw;
	}
	.sp_box2 {
	    margin-top: 4vw;
	    width: 33.3%;
	}
	.sp_box2 p {
	    font-size: 3vw;
	    margin-left: 4.5vw;
	}
	.check_bottom{
	    /*margin: 0 auto 30vw;*/
	    margin: 0 auto 0vw;
	}
	.sp_box label::before, .sp_box2 label::before {
		top: 0px;
		left: 0px;
		width: 3.4vw;
		height: 3.4vw;
	}
	.sp_box label::after, .sp_box2 label::after {
		top: 1vw;
		left: 0.5vw;
	}
	.search_sisetu{
		margin: 7vw auto;
	}
	.map_marker iframe {
	    height: 90vw;
	}
	.search_sisetu button {
		padding: 2vw 0;
		font-size: 3.5vw;
	}
	.area_width .select {
		margin-bottom: 8vw;
	}
	.map_marker {
		width: 95%;
		margin: 3vw auto 13vw;
	}
	#top-map{
		height: 90vw;
	}
	.contents_img {
		height: 41vw;
	}
	.list_table {
		padding: 0px 0px;
		width: 90%;
	}
	.contents_flex{
		display: block !important;
	}
	.contents_block {
		width: 100% !important;
	}
}