@charset "UTF-8";

.right__link a {
    display: inline-block;
}

.ac-mainvisual__headline {
    top: auto;
    bottom: 17px;
    left: 231px;
    font-weight: normal;
    text-shadow: 2px 2px 1px #000;
}

.ac-special__headline {
    background: url(/activity/okinawa/special/rainy/img/bg_hedding.jpg) right bottom no-repeat;
    color: #406167;
    font-size: 30px;
    height: 60px;
    padding: 18px 22px;
    margin: 0 auto 20px;
}

.ac-special__subheadline {
    border-bottom: 2px dotted #8ca0a3;
}

.ac-special__subheadline::before {
    background: #8ca0a3;
}

a.ac-navigation__list {
    height: 50px;
    padding-bottom: 10px;
    margin-right: 6px;
    background: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(0, 10, 96) 1px, rgba(255, 255, 255, 0.3) 3px),repeating-linear-gradient(0deg, rgb(1, 0, 45) 0px, rgb(0, 43, 189));
    border-bottom: 2px solid rgba(0, 17, 65, 1);
    box-shadow: 0px 2px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 17, 65, 0.5);
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: normal;
    font-weight: bold;
}

a.ac-navigation__list::after {
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 6px solid transparent;
    border-top: 10px solid #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.fnt-w {
    font-weight: bold;
}

.ac-nav {
    padding: 10px 0;
    margin-top: 30px;
    border-bottom: 2px solid #003894;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.button__list {
    width: 285px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.button__list__item {
    padding: 6px 10px;
}

.button__list__item.\--isActive {
    background: #969696;
    color: #FFF;
    border-radius: 8px;
}