@charset "utf-8";
/* CSS Document */
/* 20230411 */
#tabnavi{
	max-width: 1200px;
    margin: auto;
}
#tabnavi ul{
	margin:0;
	padding:0;
}
#tabnavi li{
	display:inline;
}
#tabnavi li a{
	display:inline-block;
	background:#eee;
	color:#333;
	padding:1em;
	border-radius:10px 10px 0 0;
	text-decoration:none;
	font-size: 18px;
	font-weight: 700;
	width: 49.7%;
	text-align: center;
}
@media screen and (max-width: 1030px){
	#tabnavi li a{
		width: 48.7%;
		font-size: 95%;
	}
}
#tabnavi .tabnavi-before a.active{
	background: #f8ca6f;
	color: #fff;
	padding: 1em;
}
#tabnavi .tabnavi-after a.active{
	background: #acc776;
	color: #fff;
	padding: 1em;
}

#tabcontent{
}
/* 20230411 */
.map_boxbg{
	padding: 60px 0;
	max-width: 1920px;
}
.map_box{
	max-width: 1100px;
	margin: auto;
}
.tab-maplist{
	display: flex;
}
.map_btn{
    letter-spacing: 2px;
	height: 53px;
	align-items: center;
	color: #fff;
	font-weight: bold;
    font-size: 95%;
	display: flex;
    flex-grow: 1;
    justify-content: center;
}
/*.map_btn:hover{
	opacity: 0.65;
}*/
.btn01{
	background: #ccc;
}
.btn01[aria-selected="true"],.btn01:hover{
	background: #8d012f;
	cursor: pointer;
}
.btn02{
	background: #ccc;
}
.btn02[aria-selected="true"],.btn02:hover{
	background: #01664b;
	cursor: pointer;
}
.btn03{
	background: #ccc;
}
.btn03[aria-selected="true"],.btn03:hover{
	background: #213f63;
	cursor: pointer;
}
.map01{
	background: #8d012f;
}
.map02{
	background: #01664b;
}
.map03{
	background: #213f63;
}
.map_area{
	max-width: 1000px;
	text-align: center;
	padding: 30px 0;
	margin: auto;
}

.t-about img{
	max-width: 100%;
	height: auto;
}


/*ポップアップ*/
.locationPopupTtl {
  margin-bottom: .25em;
  font-size: 1.25em;
}
.locationPopup {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  padding: 1em;
  border: 3px solid #786434;
  background-color: #fff;
}
.locationPopupImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.locationPopupDesc {
  margin: 0;
  line-height: 1.75;
}
.locationPopupLink {
  margin-left: 1em;
  line-height: 1.75;
  display: block;
}

.on_960{
	display: block;
}
.on_520{
	display: none;
}
.on_320{
		display: none;
	}
@media screen and (min-width: 520px) and (max-width: 960px){
	.on_520{
		display: block
	}
	.on_960{
		display: none;
	}
	.on_320{
		display: none;
	}
	.map_area{
	width: 520px;	
}

}
@media screen and (max-width: 519px){	
	.on_320{
		display: block;
	}
	.on_520{
		display: none;
	}
	.on_960{
		display: none;
	}
	.map_area{
	width: 320px;	
}

}
@media screen and (max-width: 428px){
	.map_btn{
		letter-spacing: 1.5px;
		height: 45px;
	}
	.map_area{
	padding: 20px 0;
}
}