@charset "UTF-8";

/* =========================================================
共通スタイル
========================================================= */

* {
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-content__text {
    font-size: 14px;
    line-height: 1.7;
    margin-top:20px;;
}

.ac-content__text.\--isRed {
    color: #ff0000;
}

.flex__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex__wrap.\--isBetween{
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
    -ms-flex-pack:justify;
        justify-content:space-between;
}

.flex__wrap.\--isBorder {
    border-top: 1px solid #707070;
    padding-top: 45px;
}

.link__btn {
    margin: 30px auto 0;
    text-align: center;
}

.Right__link {
    width: 500px;
    text-align: right;
    font-size: 14px;
    margin: 20px 0 0 auto;
    line-height: 1.7;
}

.\--isBorder_bottom {
    border-bottom: 1px dotted #969696;
}

/* マージン */
.mt0 {
    margin-top: 0 !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt45 {
    margin-top: 45px !important;
}

/* パディング */
.pt45 {
    padding-top: 45px;
}

.pl45 {
    padding-left: 45px;
}

.pb45 {
    padding-bottom: 45px;
}

/* メインビジュアル
--------------------------- */
.ac-mainvisual {
    position: relative
}
.ac-mainvisual img{
width:980px;
height:489px;
}

.ac-mainvisual__headline {
    position: absolute;
    top: 435px;
    left: 30px;
    font-size: 19px;
    font-weight: 700;
    color: #77effa;
    text-shadow: 3px 2px 1px #003f8d;
}

.ac-mainvisual__btn {
    position: absolute;
    top: 412px;
    right: 7px
}

.ac-mainvisual__btn img{
width:343px;
height:64px;
}

/* ナビゲーション
--------------------------- */
.ac-navigation {
    margin: 20px 0;
}

.ac-navigation__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-navigation__list__item {
    width: 244px;
    height: 82px;
}

/* 特集コンテンツ
--------------------------- */
.ac-special__content {
    margin-bottom: 50px;
}

.ac-special__headline {
    background: url(../img/title_bar.jpg);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    height: 75px;
    margin: 0 0 30px;
    padding: 0 22px 0;
    position: relative;
    text-shadow: none;
    line-height: 75px;
}

.ac-special__subheadline {
    border-left:6px solid #20a9af;
    color: #000;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 7px 0 7px 10px;
    margin: 45px 0 20px;
}

.ac-special__subheadline:nth-of-type(1) {
    margin-top: 0;
}

.ac-special__texttitle {
    color:#20A9AF;
    font-size: 16px;
    font-weight: bold;
}

.content__box img {
    display: block;
}

.content__box.\--isLeft img {
    margin-bottom: 25px;
}

.content__box.\--isLeft img {
    margin-bottom: 25px;
}

.content__box.--isLeft img:last-child {
    margin-bottom: 0;
}

.content__box.\--isSmall{
width:585px;
}

.accordion__content .content__box.\--isSmall {
    width: 509px;
}

.content__box.\--isMedium{
width:655px;
}

.photo__content {
    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;
    margin: 25px 0;
}

.point__content {
    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;
    padding: 15px 0;
    margin: 0 10px;
    border-bottom: 1px dotted #969696
}

.point__content.\--isFirst{
padding-top:0;
}

.point__content.\--isLast{
border-bottom:none;
padding:15px 0 0;
}

.point__icon {
    width: 96px;
    height: 96px;
}

.point__description {
    width: 834px;
}

.point__headline {
    font-size: 27px;
    color:#20a9af;
    line-height: 1.2;
}

.point__text {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
}

.evaluation__item {
    width: 310px;
    height: 33px;
    margin-top: 10px;
}

.evaluation__caption {
    width: 140px;
    font-size: 13px;
    margin: 10px 0 0 auto;
    text-align: right;
}

/* 更新日時
----------------------------------*/
.update_date {
    text-align: end;
    font-size: 14px;
}

/* 広告枠
----------------------------------*/
.left_box2{
    float:left;
}

.right_box {
    float: right;
}

.plan_content_wrapper {
    color: black!important;
    text-decoration: none;
}

.plan_content th {
    color: #FFF;
    text-align: center;
}

.popular_plan_content{
    width: 980px;
    margin: 0 auto;
    font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","osaka";
    font-size: 14px;
    line-height: 24px;
}

.popular_plan_content .search_content{
    overflow: hidden;
}

.popular_plan_content .btn_box {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 136px;
    -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;
}

.popular_plan_content .btn_box ul{
    height: 72px;
    text-align: center;
}

.popular_plan_content .btn_box ul li{
    display: inline-block;
    margin-right: 18px;
}

.popular_plan_content .plan_area{
    margin-bottom: 30px;
    overflow: hidden;
}

.popular_plan_content #snorkeling_plan{
    margin-top:20px;
}

.popular_plan_content #diving_plan{
    margin-top:20px;
}

.popular_plan_content .plan_content {
    width: 490px;
    padding: 6px 5px;
    box-sizing: border-box;
    margin-top:1px;
}

#snorkeling_plan .plan_content{
    background-color: #0cbbe5;
}

#diving_plan .plan_content{
    background-color: #0067b2;
}

#snorkeling_plan .plan_content .content_inner,
#diving_plan .plan_content .content_inner{
    background-color: #fff;
    width: 479px;
    height: 640px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

#snorkeling_plan .right_box .plan_content,
#diving_plan .right_box .plan_content{
    width: 489px;
}

.popular_plan_content .content_img{
    margin-left: -7px;
}

.popular_plan_content .content_score{
    width: 176px;
    text-align:center;
}

.popular_plan_content .content_score .star_score{
    margin-top: 8px;
}

.popular_plan_content .content_score .star_score img{
    margin-right: 2px;
}

.popular_plan_content .content_score .star_score .number{
    font-size: 19px;
    font-weight: bold;
    float: right;
}

.popular_plan_content .content_score .mouth{
    clear: both;
    font-size: 16px;
    margin-top: 5px;
}

.popular_plan_content .content_score .price1{
    margin-top: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #005b97;
}

.popular_plan_content .content_score .price2{
    font-size: 18px;
    font-weight: bold;
}

.popular_plan_content .content_score .price3{
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #005b97;
}

.popular_plan_content .content_score .people{
    margin-top: 2px;
    font-size: 16px;
}

.popular_plan_content .content_score .money{
    font-size: 34px;
    font-weight: bold;
    color: #ff0000;
    margin-top: 8px;
}

.popular_plan_content .content_score .money span{
    font-size: 18px;
    font-weight: bold;
}

.popular_plan_content .content_point{
    clear: both;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0 0 25px;
    background:url(/activity/okinawa/special/bluecave/img/check_icon.png) no-repeat left 10px;
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
}

.popular_plan_content .content_point2{
    clear: both;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0 0 25px;
    background:url(/activity/okinawa/special/bluecave/img/check_icon02.png) no-repeat left 10px;
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
}

.popular_plan_content table{
    border-spacing: 0 1px;
    border-collapse: separate;
    width: 459px;
    margin-top:10px;
}

.popular_plan_content table.table01 th{
    width: 117px;
}

.popular_plan_content table th.w108{
    width: 108px;
}

.popular_plan_content table td.w102{
    width: 102px;
}

.popular_plan_content table td.w107{
    width: 107px;
}

.popular_plan_content table.table02 th.w32{
    width: 32px;
    line-height: 1em;
    border-right: 1px solid #fff !important;
}

.popular_plan_content table.table02 th.w103{
    width: 83px;
}

.popular_plan_content table tr td{
    padding-left:5px;
}

.popular_plan_content .ft12{
    font-size:12px;
}

.popular_plan_content .reviews_title{
    background: url(/activity/okinawa/special/bluecave/img/mouth_title_bg.png) no-repeat center center;
    padding: 8px 0 2px 44px;
    font-weight: bold;
    margin-top: 5px;
}

.popular_plan_content .detail_btn{
    text-align: center;
    margin-top: 11px;
}

.popular_plan_content #snorkeling_plan table th{
    border: 1px solid #0cb5de;
    background-color:#0cb5de;
    font-weight: bold;
}

.popular_plan_content #diving_plan table th{
    border: 1px solid #0067b2;
    background-color:#0067b2;
    font-weight: bold;
}

.popular_plan_content #snorkeling_plan table td{
    border: 1px solid #0cb5de;
line-height: 1.4;
}

.popular_plan_content #diving_plan table td{
    border: 1px solid #0067b2;
line-height: 1.4;
}

.popular_plan_content .content_inner{
    font-weight: normal!important;
}

.g_box th{
    background-color: #19d352 !important;
    border: 1px solid #19d352 !important;
}

.g_box td{
    border: 1px solid #19d352 !important;
}

.d_box th{
    background-color: #00b258 !important;
    border: 1px solid #00b258 !important;
}

.d_box td{
    border: 1px solid #00b258 !important;
}

.text_red{
    color: #ff0000;
}

.btn_link {
    margin: 30px auto;
    text-align: center;
}

.btn_link a {
    color: #003894;
    border: 2px solid #003894;
    border-radius: 3px;
    padding: 10px;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    width: 300px;
}

.btn_link a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-right: 2px solid #003894;
    border-top: 2px solid #003894;
    right: 10px;
    top: 16px;
}

.btn_link a:hover {
   background: #D9E7FF;
}

.link__btn .plan-btn {
    background: #F08300;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 206px;
    padding: 11px;
    border-radius: 3px;
    font-size: 16px;
    position: relative;
    padding-right: 26px;
}

.link__btn .plan-btn::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    right: 10px;
    top: 46%;
}

.link__btn .plan-btn.down::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    right: 10px;
    top: 13px;
}

.link__btn .plan-btn:hover {
    background: #FFEED9;
    color: #F08300;
}
.link__btn .plan-btn:hover::after {
    border-right: 2px solid #F08300;
    border-top: 2px solid #F08300;
}

/* 施設紹介リスト
----------------------------------*/
.content__box__3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.content__box__3col li {
    width: 313px;
    margin-top: 40px;
}

.\--facility .card__text {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    padding-left: 11px;
    border-left: 2px solid #75d3c2;
    height: 125px;
}

.\--facility .card__text span {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(transparent 40%, #ffd6eb 20%);
}

/* よくある質問:wrapFAQ※
----------------------------------*/
.accordion__list__item {
    margin-bottom: 8px;
}

.accordion__headline {
    position: relative;
    font-size: 21px;
    line-height: 1.2;
    color: #000;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6feff), color-stop(0.00, #b5e4f4));
    background: -webkit-linear-gradient(top, #f6feff 0%, #b5e4f4 100%);
    background: -moz-linear-gradient(top, #f6feff 0%, #b5e4f4 100%);
    background: -o-linear-gradient(top, #f6feff 0%, #b5e4f4 100%);
    background: -ms-linear-gradient(top, #f6feff 0%, #b5e4f4 100%);
    background: linear-gradient(top, #f6feff 0%, #b5e4f4 100%);
    padding: 20px 48px 20px 72px;
    margin-bottom: 10px;
    border-bottom: 1px solid #5882cc;
}

.accordion__headline::before{
    display:block;
    position:absolute;
    content:'';
    background:url(/activity/okinawa/special/bluecave/img/question.jpg);
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    top:13%;
    left:1%;
}

.accordion__headline span{
    position:absolute;
    width:25px;
    height:20px;
    right:2%;
    top:37%;
}

.accordion__headline span::after{
    display:block;
    position:absolute;
    content:'';
    width:0;
    height:0;
    top:0;
    right:0;
    border:13px solid transparent;
    border-top:17px solid #2257bd;
}

.accordion__headline.\--isActive span::after{
    display:block;
    position:absolute;
    content:'';
    width:0;
    height:0;
    top:-63%;
    right:0;
    border:13px solid transparent;
    border-top:17px solid #2257bd;
    -webkit-transform:rotate(180deg);
        transform:rotate(180deg);
}

.accordion__content {
    display: none;
    padding: 8px;
    margin-bottom: 20px;
}

.accordion__inner {
    position: relative;
    padding-left: 60px
}

.accordion__inner::before{
    display:block;
    position:absolute;
    content:'';
    background:url(/activity/okinawa/special/bluecave/img/answer.jpg);
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    top: 0;
    left:0;
}

.accordion__text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.accordion__text.\--isLarge {
    font-size: 21px;
    font-weight: bold;
}

.accordion__text:nth-of-type(n+2) {
    padding-top: 15px;
}

.accordion__text:last-child {
    margin-bottom: 0;
}

.accordion__inner img {
    max-width: 100%;
}

.under_pamadLink {
    width: 980px;
    height: 275px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.under_pamadLink a {
    text-decoration: none;
    width: 210px;
}

.under_pamadLink img {
    width: 200px;
    height: 150px;
}

.under_pamadLink p {
    /* font-weight: bold;
    line-height: 1.2; */
    margin-top: 10px;
    font-size: 16px;
    color: black;
}

.under_pamadLink span {
    color: #ad1733;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

/*------ SNSボタン ------*/
.sns-box__wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.sns-box__sns-btn {
    margin: auto 3px;
}

.sns-box__sns-btn:hover {
	opacity: .7;
}

.sns-box__sns-btn a {
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 26px;
    padding: 0 5px 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 80px;
}

.sns-box__sns-btn a::before {
    content: '';
    height: 18px;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 18px;
}

.line a {
    background: #00b900;
}
.line a::before {
    background: url(/common/images/icon/icon_line.svg) no-repeat center center;
    background-size: 100%;
    width: 22px;
}

.facebook a {
    background: #4267b2;
}
.facebook a::before {
    background: url(/common/images/icon/icon_facebook.svg) no-repeat center center;
    background-size: 100%;
    width: 22px;
}

.twitter a {
    background: #1da1f2;
}
.twitter a::before {
    background: url(/common/images/icon/icon_twitter.svg) no-repeat center center;
    background-size: 100%;
    width: 22px;
}

.campaign {
    background-color: #ff0000;
    color: #fff;
    line-height: 1;
    border-radius: 5px;
    margin-top: 3px;
    padding: 5px;
}

/*バナー*/ 
.bnr_wrapper {
    width: 850px;
    margin: 40px auto;
    text-align: center;
}

.bnr_wrapper img {
    width: 100%;
}

.ac-special__point__text__subheadline {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
}

.ac-special__point__text__caution {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.ac-special__point__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    margin-top: 45px;
}

.ac-special__point__card {
    background: #05A8E9;
    width: 290px;
    padding: 10px;
    margin: 0 0 20px;
}

.ac-special__point__card:nth-child(4),
.ac-special__point__card:nth-child(5) {
    width: 458px;
}

.ac-special__point__headline {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.ac-special__point__headline::before {
    background: url(../img/ac-special__point__headline.png) no-repeat 0 0;
    background-size: auto 50px;
    width: 60px;
    height: 50px;
    margin-right: 0px;
    content: "";
    display: inline-block;
}

.ac-special__point__headline span {
    position: absolute;
    /* top: 7px; */
    left: 0;
    width: 50px;
    text-align: center;
}

.ac-special__point__subheadline {
    margin-bottom: 15px;
}

.ac-special__point__subheadline span {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    background: linear-gradient(transparent 70%, #FFD500 0%);
    display: inline;
    margin-bottom: 10px;
    padding: 0 0 4px;
    /* mix-blend-mode: multiply; */
    position: relative;
    z-index: 2;
}

.ac-special__point__subheadline span::before {
    display: inline-block;
    content: "";
    border-bottom: 8px #05A8E9 solid;
    border-right: 8px transparent solid;
    border-left: 8px #05A8E9 solid;
    border-top: 8px transparent solid;
    transform: rotate(90deg);
    position: absolute;
    top: 19px;
    left: 0;
}

.ac-special__point__subheadline span::after {
    display: inline-block;
    content: "";
    border-bottom: 8px #05A8E9 solid;
    border-right: 8px transparent solid;
    border-left: 8px #05A8E9 solid;
    border-top: 8px transparent solid;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    right: 0;
}

.ac-special__point__text {}

.ac-content__text__caption {
    margin-top: 20px;
}
.ac-special__table {
    /* border: 1px solid #002B75; */
}
.ac-special__table th {
    width: 30%;
    font-size: 20px;
    color: #fff;
    background-color: #002B75;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #002b75;
    border-bottom: 1px solid #fff;
}

.ac-special__table td {
    width: 35%;
    padding: 10px;
    border: 1px solid #002B75;
    text-align: left;
}

.ac-special__table td.center {
    text-align: center;
}

.ac-special__entry__wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ac-special__entry__card {
    width: 290px;
    padding: 10px 10px 20px;
    border: 1px solid #002b75;
    text-align: center;
}

.ac-special__entry__card .ac-special__texttitle {
    font-size: 24px;
    font-weight: bold;
    color: #20A9AF;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ac-special__texttitle img {
    margin-right: 5px;
}

.ac-special__text_head {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #1A1311;
}

.ac-special__text {
    vertical-align: middle;
    line-height: 30px;
    margin: 20px 0;
    display: flex;
}

.ac-special__text img {
    margin:0 5px 0 0;
}

.ac-special__text img:nth-child(2) {
    margin-left: 20px;
}

.ac-special__entry__card .ac-content__text {
    text-align: left;
}

.ac-special__entry__subtitle {
    margin: 20px 0 10px;
    color: #F08300;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.ac-content__entry__text {
    text-align: center;
    margin-top: 15px;
}

/*注意点*/
.ac-special__caution {}

.ac-special__caution__headline {
    color: #FF0000;
    font-size: 27px;
    font-weight: bold;
    border-top: 1px solid #707070;
    background-color: #FFEFEF;
    margin-top: 45px;
    padding: 16px 20px;
}

.ac-special__caution__wrap {
    padding: 20px;
    border-bottom: 1px solid #707070;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ac-special__caution__wrap__image {
    width: 100px;
    margin-right: 20px;
}

.ac-special__caution__wrap__textbox {
    width: calc(100% - 120px);
}

/* 施設 */

.content__box__facility__headline {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #002B75;
    padding: 6px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
}

.content__box__facility__card__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content__box__facility__card {
    width: 310px;
    padding: 0;
    margin-bottom: 25px;
    background-color: #E5F3FA;
}

.content__box__facility__card__textbox {
    padding: 5px;
}

.content__box__facility__card__headline {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.content__box__facility__card__headline img {
    margin-right: 8px;
}

/* 流れ */
.ac-special__flow__headline {
    color: #002B75;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.ac-special__flow__headline span{
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    background: #002B75;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
} 

.flex__wrap.\--flows .content__box.\--isLeft {
    background: url(/activity/okinawa/special/bluecave/img/border_flow.png) repeat-y 15px 0;
}

/* テキストリンク */
.txtlink {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

.txtlink .Left__link {
    margin-top: 10px;
}

.ac-content__text span {
    background: linear-gradient(transparent 68%, #FFD500 0%);
}