@charset "utf-8";


/* 上部のお知らせ枠
-----------------------------------------*/
.ac-information {
    width: 980px;
    margin: auto;
    text-align: left;
}
.ac-information__box {
    border: 3px solid #FF0004;
    margin: 10px 0 15px;
    padding: 3px 7px;
    text-align: left;
}
.ac-information__box .ac-information__text {
    line-height:1.5em;
    font-size:17px;
}
.ac-information__box .\--isRed {
    color:#FF0004;
    font-weight:bold;
}


/* メインコンテンツ
-----------------------------------------*/
.new-special .mokuji {
    width: 550px;
}
.new-special.camp .ac-mainvisual__headline {
    position: absolute;
    top: 435px;
    left: 30px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}
.ac-special__headline {
    background: url(/activity/hokkaido/special/snowmobile/img/title_bar.jpg) no-repeat;
    color: #fff;
}
.ac-special__subheadline:before {
    background-color: #585858;
}
.point__headline {
    font-size: 27px;
    color: #585858;
    line-height: 1.2;
}
/* ★評価 */
.ac-evaluation__list {
    margin-top: 10px;
}
.ac-evaluation__list__item {
    margin-top: 10px;
    height: 33px;
}
.ac-evaluation__list__text {
    text-align: right;
}


/* アクティビティTOPへ戻るボタン
-----------------------------------------*/
.back {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
}
.back a:hover {
    opacity:0.7;
}
.back a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 222px;
    height: 43px;
    text-decoration: none;
    font-weight: bold;
    line-height: 43px;
    margin-top: 13px;
    border:1px solid #9a9a9a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-size:14px;
    color:#333;
    background: #c5c5c5; /* Old browsers */
    background: -moz-linear-gradient(top,  #c5c5c5 0%,#d5d5d5 98%); /* FF3.6+ */
    background: -webkit-linear-gradient(top,  #c5c5c5 0%,#d5d5d5 98%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top,  #c5c5c5 0%,#d5d5d5 98%); /* IE10+ */
    background: linear-gradient(to bottom,  #c5c5c5 0%,#d5d5d5 98%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
}

/* map */
/* font-family yu-go */
.ac-special__headline,
.ac-special__headline--plus,
.ac-special__map--title,
.ac-special__map--text,
.ac-special__map--link,
.ac-special__subheadline {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.ac-special__map {
    display: block;
    margin: 24px 0 0;
}
.ac-special__map--head {
    display: block;
}
.ac-special__map--title {
    border-bottom: 1px solid #023886;
    box-sizing: border-box;
    color: #023886;
    font-size: 18px;
    font-weight: bold;
    line-height: 29px;
    padding: 0 0 10px 0;
    position: relative;
    width: 345px;
}
.ac-special__map--text {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 6px;
}
.ac-special__map--area {
    position: relative;
    width: 100%;
    border: none;
    margin-top: 0;
}
.ac-special__map--area_list {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}
.ac-special__map--area_list:not(:first-child) {
    border: none;
}
.ac-special__map--area_item {
    flex-basis: 50%;
}
.ac-special__map--area_item:not(:nth-child(-n+2)) {
    margin-top: 25px;
}

.ac-special__map--area_item {
    position: relative;
    left: -297px;
}

.ac-special__map--area_item:nth-child(1) {
    top: 38px;
}
.ac-special__map--area_item:nth-child(2) {
    top: 49px;
}
.ac-special__map--area_item:nth-child(3) {
    top: 35px;
}
.ac-special__map--area_item:nth-child(4) {
    top: 21px;
}
.ac-special__map--area_item:nth-child(5) {
    left: 335px;
    top: -277px;
}

.ac-special__map--area_img {
    bottom: 0;
    height: 347px;
    left: 25px;
    margin: auto;
    position: absolute;
    right: 0;
    top: -93px;
    width: 437px;
}

.ac-special__map--area_img img {
    height: 100%;
    width: 100%;
}
.ac-special__map--link {
    align-items: center;
    background-color: #023886;
    border-radius: 4px;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    margin: 0 0 0 auto;
    justify-content: center;
    line-height: 19px;
    position: relative;
    text-decoration: none;
    width: 170px;
}
.ac-special__map--link:hover {
    opacity: .8;
}
.ac-special__map--link::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 5px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(45deg);
    width: 5px;
}
.ac-special__map--link .s-text {
    font-size: 13px;
}

.bold {
    font-weight: bold;
}