@charset "UTF-8";

/* =========================================================
   共通スタイル
========================================================= */

.mb10 {
    margin-bottom: 10px;
}

* {
   margin:0;
   padding:0;
}

html {
    font-family: 'メイリオ', 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'ＭＳ Ｐゴシック', 'osaka', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';
}

#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
    font-size: 14px;
    text-align: left;
}

.ac-wrapper {
    margin-top: 10px;
}

.ac-outer {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 10px 0 50px;
}

.ac-plan__text {
    font-size: 14px;
}

.ac-plan__text.\--isLocalPay{
    font-size: 16px;
    font-weight: 700;
    color: #005b97;
    margin-bottom: 10px;
    padding-right: 32px;
    text-align: center;
}

.ac-plan__text.\--isPrice{
    font-size: 22px;
    font-weight: 700;
    color: #ff0000;
    margin-left: 12px;
}

.ac-plan__text__anshin {
    margin-top: 1em;
    padding-top: 1em;
    color: #f00;
}

.ac-text {
}

.ac-text.\--isRed{
    color: #ff0000;
}

.ac-text.\--isBlue{
    color: #003894;
    margin-right: 5px;
}

.ac-text.\--isBold{
    font-size: 17px;
    font-weight: 700;
}

.ac-caution {
    font-size: 18px;
    font-weight: 700;
    color: #ff0000;
    margin: 5px 0 15px;
}

.ac__plan__more {
    text-align: right;
    margin-top: 15px;
}

/* ページャー */
.no_txt {
    font-size: 14px;
    height: 30px;
    margin: 40px 0 10px;
}

/* FlexBox インナー */
.flex-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

/* =========================================================
   プラン詳細メインビジュアル
========================================================= */
.ac-plan__main {
    width: 470px;
}

.ac-mainvisual__headline {
    font-size: 16px;
    font-weight: 700;
    /* border-bottom: 2px solid #003894;
    padding: 0 20px 10px; */
    margin-bottom: 10px;
}

.ac-plan__code {
    width: 135px;
    font-size: 12px;
    text-align: left;
    /* margin: 0 0 0 auto; */
}

/* =========================================================
   フォトギャラリー
========================================================= */

.photoGallery__main {
    position: relative;
    width: 470px;
    height: 352px;
    overflow: hidden
}

.photoGallery__main img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    object-fit: cover;
}

.photoGallery__thumb {
    width: 470px;
}

.photoGallery__thumb__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.photoGallery__thumb__list__item {
    position: relative;
    width: 154px;
    height: 118px;
    overflow: hidden;
    margin: 0 3px 3px 0;
    
}

.photoGallery__thumb__list__item:nth-child(3){
    margin-right: 0;
}

.photoGallery__thumb__list__item:last-child{
    margin-right: 0;
}

.photoGallery__thumb__list__item img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.photoGallery__main__caption {
    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: 470px;
    height: 35px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    bottom: 35px;
    background-color: rgba(54, 54, 54, 0.6);
    color: rgb(255, 255, 255);
}

.ac-plan__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 470px
}

.ac-plan__wrap.\--isColumn{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* =========================================================
   プラン詳細
========================================================= */
.ac-plan__main {
    width: 470px;
}

.ac-plan {
    padding: 10px 0 18px;
    border-bottom: 2px solid #003894;
}

/* .ac-plan__inner {
    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-plan__inner {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; */
    width: 470px;
}

.ac-plan__note__detail__wrap {
    border: 1px solid #333;
}

.ac-plan__note__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ac-plan__note__detail__name {
    width: 23%;
    background: #969696;
    color: #FFF;
    padding: 4px 10px;
    line-height: 1.1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.ac-plan__note__detail__name.\--isOption{
    width: 352px;
}

.ac-plan__note__detail__name.\--isLast{
    border-bottom: none;
}

.ac-plan__note__detail + .ac-plan__note__detail .ac-plan__note__detail__name {
    border-top: 1px solid #FFF;
}

.ac-plan__note__detail__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 77%;
    padding: 4px 5px;
    line-height: 1.1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box

}

.ac-plan__note__detail__info.\--isOption{
    width: 116px;
}

.ac-plan__note__detail + .ac-plan__note__detail .ac-plan__note__detail__info {
    border-top: 1px solid #333;
}

/* プラン詳細 情報
--------------------------- */
.ac-plan__note {
    width: 470px;
    clear: both;
}

/* プラン詳細 情報　状態 
--------------------------- */
.ac-plan__note__condition {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ac-plan__note__condition__icon {
    height: 26px;
    background: #fff;
    color: #0F449A;
    border: 1px solid #0F449A;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 11px 5px;
    /*margin-right: 7.5px;*/
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: keep-all;
    margin-top: 5px;
}

.ac-plan__note__condition__icon:last-child{
    margin-right: 0;
}

.ac-plan__note__condition__icon.\--isBestPrice{
    background: #ff5b85;
}

.ac-plan__note__condition__icon.\--isNone{
    color: #cfcfcf;
    text-shadow: none;
    background: #FFF;
    border: 1px solid #ddd;
}

/* プラン詳細 情報　特典
--------------------------- */
.ac-plan__note__benefit {
    position: relative;
    margin: 37px 0 0;
}

.ac-plan__note__benefit__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -10px;
    left: 0;
    width: 50px;
    height: 50px;
    background: #fca55e;
    border-radius: 25px;
}

.ac-plan__note__benefit__icon__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}

.ac-plan__note__benefit__text {
    background: #fffbb2;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 5px 5px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-break: break-all;
}

/* プラン詳細 情報　料金・評価
--------------------------- */
.ac-plan__detail {
    /* width: 470px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 340px;
    float: left;
}

.ac-plan__detail__anshincancel {
    width: 130px;
    float: right;
    height: 150px;
    display: flex;
    justify-content: end;
    align-items: end;
}

.ac-plan__detail__anshincancel img {
    width: 100%;
}

.ac-plan__evaluation_wrap {
    display: flex;
}

.ac-plan__evaluation {
    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;
    margin-bottom: 5px;
}

.ac-plan__reputation {
    padding-left: 20px;
    line-height: 2;
}

.ac-plan__exp {
    width: 250px;
    height: 28px;
    color: #333;
    font-size: 15px;
    text-align: left;
    line-height: 28px;
    background-color: #fffbb2;
    margin:4px 0 10px;
}

.ac-plan__exp__icon {
    width: 12px;
    height: auto;
    margin: 8px 5px 0 24px;
}

.ac-plan__exp__number {
    font-size: 20px;
    color: #e20000;
}

.evaluation__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;
    width: 150px;
}

.evaluation__list__item {
    width: 23px;
    height: 23px;
}

.ac-plan__detail__price {
    width: 100%;
    margin-top: 10px;
/*    border-top: 1px dotted #363636;*/
/*    padding-top: 7px;*/
    /* text-align: center; */
    display: flex;
}

.ac-plan__detail__text {
    line-height: 3;
    padding-right: 10px;
    font-size: 0.9em;
}

.ac-plan__detail__price__number {
    font-size: 18px;
    font-weight: 700;
}

.ac-plan__detail__price__number .ac-text.\--isRed {
    font-size: 22px;
}

.ac-plan__detail__btn {
    background-color: #f08300;
    border-radius: 4px;
    font-size: 16px;
    height: calc(57px * .8);
    margin: 10px 0 30px;
    width: 300px;
    height: 35px;
}

.ac-plan__detail__btn a {
    align-items: center;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: .2s;
    width: 100%;
}

.ac-plan__detail__btn a::after {
    border-right: solid 3px #fff;
    border-top: solid 3px #fff;
    bottom: 6px;
    content: '';
    height: 9px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    transform: rotate(134deg);
    width: 9px;
}

.ac-plan__detail__btn a:hover {
    opacity: .7;
}

/* =========================================================
   プラン詳細 タブ
========================================================= */

.ac-plan__tab {
    margin: 20px 0 10px;
    border-bottom: 2px solid #003894;
}

.tab__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tab__list__item {
    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;
    text-align: center;
    position: relative;
    width: 192px;
    height: 52px;
    background: #59bded;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-shadow: 1px 2px 4px #000;
    cursor: pointer;
    margin-right: 5px
}

.tab__list__item:hover {
    opacity: 0.8;
}

.tab__list__item:last-child{
    margin-right: 0;
}

.tab__list__item.\--isNotes{
    background: #ff0000;
}

.tab__list__item.\--isActive{
    background: #003894;
}

.tab__list__item::before{
    position: absolute;
    top: 20%;
    left: 3%;
    content: '';
    width: 30px;
    height: 30px;
}

.tab__list__item.\--isDescription::before{
    background-image: url(/activity/okinawa/detail/img/description_icon.png);
}

.tab__list__item.\--isSchedule::before{
    background-image: url(/activity/okinawa/detail/img/schedule_icon.png);
}

.tab__list__item.\--isBring::before{
    background-image: url(/activity/okinawa/detail/img/bring_icon.png);
}

.tab__list__item.\--isPayment::before{
    background-image: url(/activity/okinawa/detail/img/payment_icon.png);
}

.tab__list__item.\--isNotes::before{
    background-image: url(/activity/okinawa/detail/img/alert_icon.png);
}

.ac-plan__content {
}

.ac-plan__content.\--isHide{
    display: none;
}

.ac-plan__content.\--isBring{
    padding: 10px;
}

.ac-plan__content__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-break: break-all;
}

.ac-plan__content__headline {
    font-size: 20px;
    font-weight: 700;
    color: #454545;
    border-left: 10px solid #003894;
    border-bottom: 1px solid #003894;
    padding: 0 10px;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.ac-plan__content__subheadline {
    font-size: 13px;
    font-weight: bold;
    color: #454545;
    line-height: 12px;
    border-radius: 50px;
    border: 1px solid #454545;
    padding: 5px 10px 3px;
    margin-bottom: 5px;
    display: inline-block;
}

.ac-plan__text + .ac-plan__content__subheadline {
    margin-top: 1em;
}

/* ビデオコンテナー */
.video-container {
    position: relative;
	height: 315px;
	overflow: hidden
}
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 470px;
    height: 315px;
}

/* ビデオキャプション */
.ac-plan__video__caption {
    text-align: center;
    margin: 10px 0;
}

/* 口コミ　コンテンツ
--------------------------------------------------------- */


.ac-bbs__detail__info__list__item__info {
    display: block;
}
 
 /* 口コミ評価　リスト　アイテム */
.ac-bbs__evaluation__list li{
    font-size: 20px;
    font-weight: 700;
}

/* プラン価格情報
--------------------------------------------------------- */
.ac-plan__content__priceBox {
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}

.priceBox__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #ffe788;
    padding: 20px;
}

.priceBox__headline {
    font-size: 14px;
    font-weight: 700;
    background: #ffe788;
    padding: 12px 22px;
    line-height: 1;
}

.priceBox__item__detail {
    position: relative;
    width: 255px;
    padding-bottom: 50px;
}

.priceBox__item__detail__headline {
    font-size: 16px;
    border-bottom: 1px solid #d7d7d7;
    padding: 5px 0;
    margin: 15px 0;
}

/* 価格情報 左カラム */
.priceBox__item__remarks {
    width: 65%;
}

.priceBox__item__remarks .priceBox__item__detail__headline {
    margin: 0 0 10px;
}

.priceBox__item__remarks .ac-plan__text {
    margin-bottom: 20px;
}

/* 価格情報 右カラム */
.priceBox__item__reservation {
    width: 255px;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* 口コミ */
.ac-bbs__text.\--isBlue {
    display: block;
}

ul li.ac-bbs__evaluation__list__point {
    color: #454545;
    font-size: 20px;
}

div.ac-bbs__plan__evaluation__box {
    padding: 20px 20px 60px 20px;
}

div.ac-bbs__morebtn {
    bottom: -50px;
}

/* 回遊リンク */
.ac-plan__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    height: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    text-align: left;
    margin-top: 77px;
    /* margin-right: 13px; */
    margin-bottom: 64px;
}

.ac-plan__links__btn {
    position: relative;
    width: 300px;
    background: #fff;
    color: #003894 !important;
    border: #003894 1px solid;
    border-radius: 4px;
    padding-left: 11px;
    padding-right: 60px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-pack: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a.ac-plan__links__btn:nth-child(2) {
    margin: 0 7px;
}

.ac-plan__links__btn::after {
    position: absolute;
    width: 7px;
    height: 7px;
    left: 249px;
    top: 15px;
    margin-right: -46px;
    margin-left: 16px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    border-top: solid 3px #3360A9;
    border-right: solid 3px #3360A9;
}

.ac-plan__links__btn:hover {
    background: #D9E7FF;
}

/* ieハック */
@media all and (-ms-high-contrast: none){

    .ac-plan__links {
        text-align: left;
    }

    .ac-plan__links__btn {
       padding-top:11px;
       padding-bottom: 6px;
       display: flex;
       flex-direction: row;
       justify-content: flex-start;
    }
}

.ac-plan__note__goto {
    background-color: #ff433c;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
    padding: 5px 13px 4px;
    /*display: none;*/
}
.ac-plan__note__goto.blue {
    background-color: #01348D;
    display: none;
}

/* 会員限定プラン */
.photoGallery {
    position: relative;
}

.member_icon {
    position: absolute;
    width: 60px;
    top: 12px;
    left: 16px;
    z-index: 1;
}

.member-plan_priceBox {
    position: relative;
}

.member-plan_detail {
    height: 106px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 0;
    border-image: linear-gradient(to bottom, #ffe788, #fff) 1;
}

.gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 85px;
    padding-top: 71px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) -60%, rgb(255, 255, 255, 1) 87%);
    transition: bottom 0.2s;
    font-weight: bold;
}

.member-plan_detail .priceBox__item__reservation {
    position: initial;
}

.member-plan_detail .priceBox__item__detail {
    position: initial;
}

.loginFrom {
    display: flex;
    margin: 0 5px 16px;
}

.pl-loginBox {
    margin-top: 20px;
    border: 1px solid #333;
    border-radius: 6px;
    padding-bottom: 20px;
    /* width: 900px; */
    box-sizing: border-box;
    background: #EAF7FF;
    text-align: center;
}

.pl-loginBox:first-child {
    margin-right: 20px;
    width: 520px;
}

.right {
    background: #fff;
    width: 415px;
}

.pl-loginBox__headline {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    margin: 40px 0 20px;
    color: #003894;
}

.pl-loginBox__form {
    justify-content: space-between;
    margin: 0 20px 20px;
}   

.pl-loginBox__form__item {
    width: 283px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 32px;
}

.pl-loginBox__form__item p {
    font-size: 14px;
    font-weight: 600;
}

.box-right p {
    font-weight: 600;
    margin-bottom: 20px;
}

.member-red {
    color: #d92a66;
}

.pl-loginBox__form__item input {
    line-height: 2;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #555555;
    width: 100%;
    box-sizing: border-box;
}

.pl-loginBox__button {
    margin: 0 20px 10px;
}

.loginFrom .btn_bl {
    padding: 14px;
    line-height: 100%;
    color: #fff;
    background: #003894;
    border-radius: 21px;
    border: 1px solid #003894;
    position: relative;
    text-shadow: initial;
    box-shadow: initial;
    text-decoration: none;
    display: block;
    width: 213px;
    margin: 0 auto;
    font-weight: bold;
    cursor: pointer;
}

.pl-loginBox__help {
    text-decoration: none;
    color: #003894;
}

a.btn_orange {
    padding: 14px;
    line-height: 100%;
    color: #fff;
    background: #F08300;
    border-radius: 21px;
    border: 1px solid #F08300;
    position: relative;
    text-shadow: initial;
    box-shadow: initial;
    text-decoration: none;
    display: block;
    width: 213px;
    margin: 0 auto;
    font-weight: bold;
    cursor: pointer;
}

a.btn_orange:link {
    color: #fff;
}

.btn_bl:hover,
.btn_orange:hover {
    opacity: .7;
    color: #fff;
}

.pl-loginBox__help:hover {
    text-decoration: underline;
}

/* 通常プラン */
.normal-plan_detail {
    border-bottom: initial;
}

.member_benefit {
    width: 383px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

.member_benefit p {
    margin-bottom: 9px;
    background-image: url(/activity/App_Controls/Pam/Activity/img/ico_check.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 0px 6px;
    position: relative;
    padding: 2px 10px 2px 23px;
}