@charset "UTF-8";
/* CSS Document */

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

.bt-northern-eur01 {
  top: 215px;
  left: 110px;
}

.bt-northern-eur02 {
  top: 170px;
  left: 420px;
}

.bt-northern-eur03 {
  top: 220px;
  left: 745px;
}

.bt-northern-eur04 {
  top: 402px;
  left: 575px;
}

.bt-northern-eur05 {
  top: 482px;
  left: 345px;
}
.bg_ill li.ill01::before {
    top: 290px;
    left: 615px;
    width: 120px;
    background-image: url(/attending/guide/northern-eur/images/ill01.png);
}
.bg_ill li.ill02::before {
    top: 113px;
    left: 782px;
    width: 114px;
    background-image: url(/attending/guide/northern-eur/images/ill02.png);
}
.bg_ill li.ill03::before {
    top: 362px;
    left: 371px;
    width: 114px;
    background-image: url(/attending/guide/northern-eur/images/ill03.png);
}
.bg_ill li.ill04::before {
    top: 73px;
    left: 448px;
    width: 114px;
    background-image: url(/attending/guide/northern-eur/images/ill04.png);
}
.bg_ill li.ill05::before {
    top: 113px;
    left: 141px;
    width: 114px;
    background-image: url(/attending/guide/northern-eur/images/ill05.png);
}

.info_cts01_btn_wapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.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);
}