@charset "UTF-8";

/* =========================================================
アクティビティ よくある質問　スタイル
========================================================= */

.ac-text {
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 20px;
}

.ac-mainvisual {
    background: #59bded;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 100px;
    padding: 30px;
    height: 100px
}

.ac-mainvisual.\--isQa{
    background-image: url(/activity/qa/img/qa_mv_icon.png);
}

.ac-mainvisual.\--isReservation{
    background-image: url(/activity/qa/img/reservation_mv_icon.png);
}

.ac-mainvisual.\--isInquiry{
    background-image: url(/activity/qa/img/inquiry_mv_icon.png);
}

.ac-mainvisual.\--isUser{
    background-image: url(/activity/qa/img/user_mv_icon.png);
}

.ac-mainvisual__headline {
    color: #FFF;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.ac-mainvisual__text {
    color: #FFF;
    font-size: 14px;
    width: 700px;
    margin-top: 20px;
}

/* ナビゲーション
--------------------------- */
.ac-nav {
    margin: 20px 0;
}

.ac-nav__list {
    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;
}

.ac-content__headline {
    font-size: 28px;
    font-weight: 700;
    background: url(/activity/qa/img/bg_h1.jpg) left bottom no-repeat;
    padding-bottom: 5px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.ac-content__subheadline {
    font-size: 20px;
    font-weight: 700;
    border-left: 5px solid #003894;
    padding: 8px 13px;
    margin: 30px 0 10px;
    line-height: 1;
}

/* よくある質問
--------------------------- */
.ac-content__qa {
    margin-bottom: 50px;
}

.accordion {
    border: solid 1px #d5d1d1;
    margin-bottom: 10px;
}

.accordion__headline {
    position: relative;
    cursor: pointer;
    background: #eee;
    font-size: 20px;
    padding: 20px 20px 20px 60px
}

.accordion__headline::before{
    position: absolute;
    content: '';
    background: url(/activity/qa/img/qa_icon.png);
    width: 30px;
    height: 30px;
    top: 25%;
    left: 2%;
}

.accordion__headline.\--isActive span{}

.accordion__headline.\--isActive span::after{
    display: block;
    position: absolute;
    content: '';
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 39%;
    right: 30%;
    width: 22px;
    height: 22px;
    opacity: 1;
}

.accordion__headline span {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    background: #d5d1d1
}

.accordion__headline span::after{
    display: block;
    position: absolute;
    content: '';
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 20%;
    right: 30%;
    width: 22px;
    height: 22px;
    opacity: 1;
}


.accordion__content {
    position: relative;
    display: none;
}


.accordion__answer {
    position: relative;
    min-height: 2.2em;
    padding: 0 60px 0;
    margin: 25px 0
}


.accordion__answer::before{
    position: absolute;
    content: '';
    background: url(/activity/qa/img/answer_icon.png);
    width: 30px;
    height: 30px;
    top: 2px;
    left: 2%;
}


.accordion__answer__text{
    line-height: 1.7;
    margin-bottom: 20px;
}

/* ご予約の手順
--------------------------- */
.ac-content__step__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: solid 1px #003894;
    margin-bottom: 38px
}
.ac-content__step__list::after{
    display: block;
    position: absolute;
    content: url(/activity/qa/img/down_arrow.png);
    bottom: -36px;
    left: 50%;
}
.ac-content__step__list.\--isEnd::after{
    display: none;
    content: '';
}

.ac-content__step__list__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    font-size: 30px;
    font-weight: 700;
    background: #013893;
    color: #FFF;
}

.ac-content__step__list__infomation {
    width: 860px;
    margin: 0;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.ac-content__step__headline {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* 予約情報ボックス
--------------------------- */
.ac-content__user__area {
    border: solid 1px #d5d1d1;
    margin-bottom: 50px;
}

.ac-content__user__area__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 30px 15px;
}





