<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.group-map{
	background-image: url(/attending/guide/baltic/images/map-baltic.png);
}

.bt-baltic01 {
  top: 75px;
  left: 481px;
}

.bt-baltic02 {
  top: 250px;
  left: 530px;
}

.bt-baltic03 {
  top: 395px;
  left: 415px;
}

.bg_ill li.ill01::before {
    top: 15px;
    left: 365px;
    width: 120px;
    background-image: url(/attending/guide/baltic/images/ill01.png);
}
.bg_ill li.ill02::before {
    top: 220px;
    left: 670px;
    width: 104px;
    background-image: url(/attending/guide/baltic/images/ill02.png);
}
.bg_ill li.ill03::before {
    top: 370px;
    left: 310px;
    width: 94px;
    background-image: url(/attending/guide/baltic/images/ill03.png);
}

.info_cts01_btn_wapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:10px;
}

.info_cts01_btn_wapper li {
    width: 24%;
    margin-bottom: 2% !important;
}

.info_cts01_btn_wapper .btn {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #57c6ef;
    border-radius: 15px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding: 15px 50px;
    transition: opacity 0.3s;
}

.info_cts01_btn_wapper .btn:hover {
  opacity: var(--hoverOpacity);
}

.info_cts01_btn_wapper .btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(255,255,255,1);
  border-right: 1px solid rgba(255,255,255,1);
  transform: translateY(-50%) rotate(45deg);
  transition: opacity 0.3s;
}

.info_cts01_btn_wapper .btn:hover::after {
  opacity: var(--hoverOpacity);
}</pre></body></html>