@charset "UTF-8";

/*-----------------------------------
	#hunabashi_block
-----------------------------------*/
#hunabashi_block {
	background-color: #FFFFFF;
	padding-bottom: 100px;
	position: relative;
}
#hunabashi_block .contents_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#hunabashi_block .bol {
	background: #F8ED92;
	border-radius: 50px;
	max-width: 600px;
	width: 80%;
	height: 73px;
	font-size: 20px;
	font-weight: 700;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 45px;
	position: relative;
	z-index: 3;
}

#hunabashi_block .bol::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 25px solid #f8ed92;
	border-bottom: 0;
	left: 50%;
	transform: translateX(-50%);
    bottom: -20px;
}

#hunabashi_block .bol span {
	font-size: 22px;
	color: #3E7D57;
}

#hunabashi_block h2 {
	text-align: center;
	margin-bottom: 16px;
}
#hunabashi_block p {
	font-size: 22px;
	font-weight: 700;
}

#hunabashi_block .title_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
	position: relative;
    z-index: 3;
}

#hunabashi_block picture {
	margin-top: 50px;
}

#hunabashi_block tbody {
	display: flex;
    flex-direction: row;
	max-width: 1200px;
    width: 100%;
}

#hunabashi_block table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#hunabashi_block table th {
	background: #F85C44;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 25px;
	height: 70px;
	width: 98px;
	display: flex;
    align-items: center;
    justify-content: center;
	border-right: 2px solid #FFFFFF;
}

#hunabashi_block .color_wh th {
	background: #FCF8E8;
	color: #504434;
	border-right: 2px solid #FFFFFF;
}

#hunabashi_block .color_bl th {
	background: #5797F8;
	border-right: 2px solid #FFFFFF;
}

#hunabashi_block .color_yl th {
	background: #F6E876;
	color: #504434;
	border-right: 2px solid #FFFFFF;
}

#hunabashi_block table td {
	height: 70px;
	font-size: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	width: -webkit-fill-available;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}
#hunabashi_block table td:last-child {
	border-bottom: none;
}

#hunabashi_block table .first_tr td ,
#hunabashi_block table .end_tr td {
	background: #F8F8F8;
	width: -webkit-fill-available;
	display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 700;
}

#hunabashi_block table .end_tr td {
	font-weight: 500;
}

#hunabashi_block table .first_tr th {
	width: 220px;
}

#hunabashi_block .hl_p {
	font-size: 24px;
	margin-bottom: 20px;
}

#hunabashi_block .table_wrap {
	margin-top: 80px;
}
@media screen and (max-width: 1200px) {
	#hunabashi_block .table_wrap {
		width: 100%;
	}
	#hunabashi_block .scroll_box {
		overflow: auto;
	}
}

@media screen and (max-width: 640px) {
	#hunabashi_block {
		padding-bottom: 50px;
	}
	#hunabashi_block picture {
		margin-top: 30px;
	}
	#hunabashi_block .table_wrap {
		margin-top: 30px;
		width: 100%;
	}

	#hunabashi_block tbody {
		flex-direction: column;
	}

	#hunabashi_block table tr {
		flex-direction: row;
		border-right: none;
	}
	#hunabashi_block table {
		width: 100%;
	}
	#hunabashi_block table .first_tr th ,
	#hunabashi_block table th {
		width: -webkit-fill-available;
		border-bottom: 2px solid #FFFFFF;
		line-height: 1.2;
	}
	#hunabashi_block table th ,
	#hunabashi_block table td {
		font-size: 16px;
		height: 52px;
	}
	#hunabashi_block table td:last-child {
		border-bottom: 1px solid #E8E8E8;
	}

	#hunabashi_block table th:last-child {
		border-bottom:none;
	}
	#hunabashi_block .end_tr th ,
	#hunabashi_block .end_tr td ,
	#hunabashi_block .end_tr td:last-child {
		border-bottom: none;
	} 
	#hunabashi_block .hl_p {
		font-size: 20px;
		margin-bottom: 12px;
	}
	#hunabashi_block h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	#hunabashi_block p {
		font-size: 20px;
	}
	#hunabashi_block .bol {
		text-align: center;
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 1.5;
        justify-content: center;
		height: 85px;
		margin-bottom: 30px;
	}
	#hunabashi_block h2 {
		line-height: 1.8;
	}
}

/*-----------------------------------
	#map_block
-----------------------------------*/
#map_block {
	padding: 100px 0;
}

#map_block .contents_inner {
	display: flex;
	flex-direction: column;
    align-items: center;
	max-width: 1060px;
}

#map_block .headline_32 {
	margin-bottom: 50px;
}

#map_block .wrap p {
	font-size: 18px;
}

#map_block iframe {
	width: 100%;
	height: 400px;
	margin-bottom: 40px;
}

#map_block .wrap {
	display: flex;
    flex-direction: row;
	width: 100%;
    justify-content: space-between;
}

#map_block .adress {
	margin-bottom: 16px;
}

#map_block .left_box .inner_wrap {
	display: flex;
    flex-direction: row;
	column-gap: 10px;
	margin-bottom: 10px;
}

#map_block .wrap .right_box {
	background: #FFFFFF;
	padding: 40px 70px;
	border-radius: 50px;
	display: flex;
    flex-direction: column;
	row-gap: 20px;
}

#map_block .right_box .head_dot {
	margin-left: 20px;
	position: relative;
	margin-bottom: 6px;
	position: relative;
}

#map_block .right_box .head_dot::before {
	content: "";
	position: absolute;
	background: #9AD666;
	border-radius: 50%;
	width: 10px;
    height: 10px;
    left: -20px;
    top: 15px;
}

#map_block .right_box .inner_wrap {
	display: flex;
	flex-direction: column;
}

#map_block .btn_og {
	font-size: 18px;
	max-width: 300px;
	width: auto;
	margin-top: 25px;
}

#map_block .inner_wrap .hl {
	color: #FFFFFF;
	background: #9AD666;
	padding: 0px 5px;
	min-width: 50px;
	height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
#map_block .left_box .inner_wrap {
	align-items: center;
}

#map_block .wrap .inner_wrap a {
    font-size: 18px;
	color: #504434;
}

@media screen and (max-width: 1000px) {
	#map_block .wrap .right_box {
		padding: 2% 4%;
		width: 50%;
	}
	#map_block .wrap {
		column-gap: 30px;
	}
}

@media screen and (max-width: 640px) {
	#map_block {
		padding: 50px 0;
	}
	#map_block .headline_32 {
		margin-bottom: 30px;
	}
	#map_block .wrap {
		flex-direction: column;
	}
	#map_block .btn_og {
		margin-bottom: 30px;
	}
	#map_block .wrap .right_box {
		padding: 30px;
		width: 100%;
	}
	#map_block .wrap p {
		font-size: 16px;
	}
	#map_block .btn_og {
		width: -webkit-fill-available;
		max-width: 230px;
		color: #FFFFFF;
	}
	#map_block .left_box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#map_block iframe {
		height: 300px;
	}
	#map_block .wrap .inner_wrap a {
		font-size: 16px;
	}
}