@charset "utf-8";

h2 {
	width: 100%;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
	font-size: 40px;
	/* font-weight: bold; */
	position: relative;
	z-index: 2;
	letter-spacing: 5px;
}

.main {
	position: relative;
	z-index: 1;
}

h3 {
	width: 100%;
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
}

.h3_txt {
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
}

.top_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.top_btns div {
	width: 31%;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.3s;
}

.top_btns div:hover {
	opacity: 1;
}

.top_btns .mapon {
	opacity: 1;
}

.map_wrap {
	width: 1500px;
	padding: 15px;
	margin: 0 auto;
	background-image: url(../images/location/map_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.map_wrap .box01 {
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
}

.map_wrap .box02 {
	width: 300px;
	height: 818px;
	padding: 20px;
	background-color: #fff;
	overflow-y: scroll;
}

.map_wrap .box03 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
	font-size: 1.4rem;
}

.map_wrap .box03 .deco {
	width: 20px;
	height: 20px;
	text-align: center;
	margin-right: 5px;
	color: #fff;
}

.map_wrap .box03 .txt {
	width: -webkit-calc(100% - 25px);
	width: calc(100% - 25px);
}

.map_wrap .box03 .deco01 {
	background-color: #e71419;
}

.map_wrap .box03 .deco02 {
	background-color: #ed6d1e;
}

.map_wrap .box03 .deco03 {
	background-color: #00a88e;
}

.map_wrap .box03 .deco04 {
	background-color: #00879f;
}

.map_wrap .box03 .deco05 {
	background-color: #23ac38;
}

.map_wrap .box03 .deco06 {
	background-color: #4c4398;
}

.map_wrap .box03 .deco07 {
	background-color: #60c2c1;
}

.map_wrap .box03 .deco08 {
	background-color: #c30d23;
}

.map_wrap .box03 .deco09 {
	background-color: #e9527e;
}

.map02, .map03, .map04, .map05, .map06 {
	display: none;
}

@media screen and (max-width: 1530px) {
	.map_wrap {
		width: 1280px;
	}

	.map_wrap .box02 {
		height: 664px;
	}
}

@media screen and (max-width: 1310px) {
	.map_wrap {
		width: 970px;
	}

	.map_wrap .box02 {
		height: 447px;
	}
}

@media screen and (max-width: 1000px) {
	h2 {
		margin-bottom: 10px;
		font-size: 4.2rem;
	}

	.map_wrap {
		width: 90%;
		padding: 5px;
	}

	.map_wrap .box01 {
		width: -webkit-calc(100% - 0px);
		width: calc(100% - 0px);
	}

	.map_wrap .box02 {
		width: 100%;
		height: 200px;
		padding: 20px;
	}
}

@media screen and (max-width: 768px) {
	h2{
        font-size: 4.4vw;
		letter-spacing: 0.65vw;
    }
}

@media screen and (max-width: 480px) {
	/* h2 {
		font-size: 2.8rem;
	} */

	h3 {
		font-size: 1.8rem;
	}

	.h3_txt {
		font-size: 1.2rem;
	}

	.top_btns div {
		width: 49%;
	}

	.map_wrap .box01_sp {
		width: 100%;
		position: relative;
		overflow: scroll;
	}

	.map_sp {
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.3s;
		width: 100%;
	}

	.n_boxs{
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		background-color: #fff;
		padding: 10px;
	}

	.ps_btn{
		width: 120px;
	}
	.ms_btn{
		width: 120px;
		margin-left: 10px;
	}

		.map_sp_on {
			width: 200%;
		}

	.map_wrap .box03 {
		font-size: 1.2rem;
	}

	.map_wrap .box03 .deco {
		width: 16px;
		height: 16px;
	}
}
