.box_map_AC {
  overflow: hidden;
  position: relative;

width: 100%; float: left
}

.box_map_AC .contents-inner {
  width: 100%;
}


.box_map_AC .title-area strong {
  color: #000;
}

.box_map_AC .title-area h2 {
  color: var(--primary);
}

.box_map_AC .tabset .tabset-list {
  background: transparent; width:auto; float: left ; display: flex;  justify-content: center;  align-items: center; grid-gap: 10px; position: absolute; right: 0px; top:0px
}

.box_map_AC .tabset .tabset-item {
width: auto!important; 
}

.box_map_AC .tabset .tabset-link,
.box_map_AC .tabset .tabset-link:hover { padding: 25PX 50px!important ; float: left;
  color: #333; font-size:calc(var(--tx-sm-size) * 1.2); background-color: #f7f7f7;border-radius:50px 50px 50px  6px
}


.box_map_AC .tabset .tabset-link.active{ padding: 25PX 50px!important ; float: left;
  color: #fff; font-size:calc(var(--tx-sm-size) * 1.2); background-color: var(--primary); border-radius:50px 50px 50px  6px
}

.box_map_AC .tabset .tabset-link::after {
 color: #000;
}

.box_map_AC .map-area {
  position: relative;
  z-index: 1;
  margin-top: 10rem!important;
}

.box_map_AC .item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.5s, visibility 0.5s; padding: 0px!important
}

.box_map_AC .item.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.box_map_AC .item iframe {
  width: 100%;
  height: 40rem; padding: 0px
}

.box_map_AC .addr {
  background: var(--secondary);
  padding:20px;
}

.box_map_AC .addr dl {
  display: grid;
  grid-template-columns:80px auto!important;
  gap: 10px!important;
}

.box_map_AC .addr dl>* {
  color: var(--white); line-height: 130%
}

.box_map_AC .addr dd {
  margin: 0; line-height: 130%
}

.box_map_AC .bg-text {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-12%, 35%);
  font-size: 20rem;
  line-height: 28rem;
  font-weight: var(--fw-medium);
  color: rgba(166, 133, 93, 0.08);
  white-space: nowrap; 
}

@media (max-width: 992px) {
  .box_map_AC {
    padding-top: 0rem;
    padding-bottom: 5.4rem;
  }

  .box_map_AC .title-area {
    margin-bottom: 4rem;
  }

  .box_map_AC .tabset.tabset-fluid .tabset-list {
  
  }

  .box_map_AC .tabset.tabset-fluid .tabset-item {
  
    white-space: nowrap;
  }

  .box_map_AC .map-area {
    margin-top: 4rem;
  }

  .box_map_AC .item iframe {
    height: 28rem;
  }

  .box_map_AC .addr {
    padding: 1.6rem;
  }

  .box_map_AC .addr dl {
    gap: 1.2rem 1rem;
  }

  .box_map_AC .bg-text {
    left: 1rem;
    transform: translateY(30%);
    font-size: 10rem;
    font-size: 11rem;
  }
}







.box_map_AC .map-area {
  position: relative;
  height: 80rem; overflow: hidden;  padding: 0px!important
}

.box_map_AC .map-area iframe {
  width: 100%;
  height: 100%; padding: 0px!important; margin: 0px!important
}

.box_map_AC .info {
  position: absolute;
  right: 6rem;
  bottom: 5rem;
  padding: 2rem 2.4rem;
  width: 66rem;
  background: var(--white);
}
.box_map_AC .info .wg_tx1{
font-size: var(--tit-mds-size); font-weight: 700
}


.box_map_AC .info .wrap {
  display: flex;
  gap: 0;
  margin-top: 1rem;
}

.box_map_AC .thumb {
  width: 25rem; overflow: hidden
}
.box_map_AC .thumb .wg_img1  {
  width: 100%;
  height: 100%;

}

.box_map_AC .thumb .wg_img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box_map_AC .addr {
  flex: 1;
  
}

.box_map_AC .addr dl {
  display: grid;
  grid-template-columns: minmax(0, 6.3rem) 1fr;
  gap: 2rem 1.2rem; font-size:calc(var(--tx-sm-size) * 0.9);
}
.box_map_AC .addr dt {
  margin: 0;font-size:calc(var(--tx-sm-size) * 0.9)!important;
}
.box_map_AC .addr dd {
  margin: 0;
}

@media (max-width: 992px) {
  .box_map_AC {
    padding-top: 0rem;
    padding-bottom: 8rem;
  }

  .box_map_AC .map-area {
    height: auto;
  }

  .box_map_AC .map-area iframe {order: 2!important;
    aspect-ratio: 328 / 400;
  }

  .box_map_AC .info {order: 1!important;
    position: static;
    margin-top: 0rem;
    padding: 1.6rem 2rem;
    width: 100%;
    border: 1px solid var(--border-color);
	 margin-bottom: 1.5rem  
	  
  }

  .box_map_AC .info .wrap {
    flex-direction: column-reverse;
    gap: 1.6rem;
  }

  .box_map_AC .thumb {
    flex: none;
    width: 100%;
    min-height: 0;
    height: 17.8rem;
  }

  .box_map_AC .addr {
    margin: 0;
  }

  .box_map_AC .addr dl {
    grid-template-columns: minmax(0, 5.4rem) 1fr;
    gap: 1.4rem 0.8rem;
  }
}