@charset "utf-8";

a.ac-navigation__list {
    background: linear-gradient(90deg, #000428 2px, rgba(0, 4, 40, 0.2) 1%) center, linear-gradient(#000428 2px, rgba(0, 4, 40, 0.2) 1%) center, rgba(0, 40, 106, 0.8);
    background-size: 3px 3px;
}

a.ac-navigation__list::after {
    content: url(/activity/okinawa/special/sightseeingbus/img/img_sightseeingbus.png);
    bottom: 3px;
}

.ac-navigation__list.\--current {
    background: linear-gradient(90deg, #1247a5 2px, rgba(18, 71, 165, 0.2) 1%) center, linear-gradient(#1247a5 2px, rgba(18, 71, 165, 0.2) 1%) center, rgba(48, 101, 195, 0.8);
    background-size: 3px 3px;
}

.ac-special__headline {
    background: url(/activity/okinawa/special/sightseeingbus/img/title_bar.jpg) no-repeat;
    color: #2856eb;
}

.ac-special__subheadline {
    border-left:6px solid #007fc2;
}

.ac-special__subheadline::before {
    content: none;
}

.point__headline {
    font-size: 27px;
    color:#007fc2;
    line-height: 1.2;
}

/* =========================================================
   FAQ
========================================================= */
.accordion__headline {
    position: relative;
    color: #ffffff;
    padding: 8px;
    background: #05a8e9 url(/activity/okinawa/special/sightseeingbus/img/question.jpg) no-repeat scroll top 8px left 8px;
    height: 65px;
    font-size: 21px;
    line-height: 2.6;
    padding-left: 65px;
    margin: 0 auto;
    box-sizing: border-box;
    cursor: pointer;
}

.accordion__headline span {
    position: absolute;
    width: 16px;
    height: 14px;
    right: 20px;
    top: 50%;
    margin-top: -7px;
}

.accordion__headline span::after{
    display:block;
    position:absolute;
    content:'';
    width:0;
    height:0;
    top:0;
    right:0;
    border: 8px solid transparent;
    border-top: 13px solid #fff;
}

.accordion__headline.\--isActive span::after{
    display:block;
    position:absolute;
    content:'';
    width:0;
    height:0;
    top: -50%;
    right:0;
    border: 8px solid transparent;
    border-top: 13px solid #fff;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.accordion__list__item + .accordion__list__item {
    margin-top: 10px;
}

.accordion__content {
    display: none;
    margin: 10px auto 40px;
}

.accordion__inner {
    background: rgba(0, 0, 0, 0) url(/activity/okinawa/special/sightseeingbus/img/answer.jpg) no-repeat scroll 7px 7px;
    padding: 8px 8px 8px 65px;
    min-height: 65px;
    box-sizing: border-box;
}

.accordion__text {
    font-size: 14px;
    line-height: 1.7;
}

/* 更新日時 */
.update_date {
    text-align: end;
    font-size: 14px;
}

.content__box a img,
.content__box > img {
    width: 310px;
}

/* プラン遷移ボタン */
.plan_btn {
    margin: 30px auto 0;
    text-align: center;
    margin-left: 330px;
    padding-right: 30px;
}
.plan_btn a {
    background: #FF7A08;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    align-items: center;
    position: relative;
    width: 100%;
    line-height: 2.8;
    font-size: 16px;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
}
.plan_btn a:hover {
    opacity: .8;
}
.plan_btn a::after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    display: block;
    height: 9px;
    position: relative;
    transform: rotate(45deg);
    width: 9px;
}