@charset "utf-8";


/* 上部のお知らせ枠
-----------------------------------------*/
.ac-information {
    width: 980px;
    margin: auto;
    text-align: left;
}
.ac-information__box {
	border: 3px solid #FF0004;
	margin: 10px 0 15px;
	padding: 3px 7px;
	text-align: left;
}
.ac-information__box .ac-information__text {
	line-height:1.5em;
	font-size:17px;
}
.ac-information__box .\--isRed {
	color:#FF0004;
	font-weight:bold;
}


/* メインコンテンツ
-----------------------------------------*/
.ac-special__headline {
    /* background: url(/activity/hokkaido/special/bluecave/img/title_bar.jpg) no-repeat;
    color: #fff; */
    font-size: 30px;
    color: #003894;
    line-height: 77px;
    border-bottom: 3px solid #003894;
    height: auto;
    padding: 0;
}
.ac-special__subheadline:before {
    background-color: #00cbf4;
}
.point__headline {
    font-size: 27px;
    color: #00cbf4;
    line-height: 1.2;
}
/* ★評価 */
.ac-evaluation__list {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ac-evaluation__list__item {
    margin-top: 10px;
    height: 33px;
}
.ac-evaluation__list__text {
    text-align: right;
}



/* アクティビティTOPへ戻るボタン
-----------------------------------------*/
.back {
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
}
.back a:hover {
	opacity:0.7;
}
.back a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 222px;
	height: 43px;
	text-decoration: none;
	font-weight: bold;
	line-height: 43px;
	margin-top: 13px;
	border:1px solid #9a9a9a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all .3s;
	-webkit-transition: all .3s;
	font-size:14px;
	color:#333;
	background: #c5c5c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #c5c5c5 0%,#d5d5d5 98%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #c5c5c5 0%,#d5d5d5 98%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #c5c5c5 0%,#d5d5d5 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #c5c5c5 0%,#d5d5d5 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
}


/* よくある質問: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 10px 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:nth-of-type(n+2) {
    padding-top: 15px;
}

.accordion__text:last-child {
    margin-bottom: 0;
}

.btn_link {
    margin: 30px auto 0;
    text-align: center;
    /* margin-left: 330px; */
    width: 310px;
}

/* ナビゲーション
--------------------------- */
.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;
	        justify-content: space-between;
	width: 980px;

	-ms-flex-pack: justify;
}

.ac-navigation__list:hover {
	opacity: 1;
}

.ac-navigation__list__item {
	width: 100%;
	height: 82px;
}

.ac-navigation__list__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	overflow: hidden;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 82px;
	border: solid 1px #12429d;
	border-radius: 5px;
	color: #fff;
	/* background: -webkit-linear-gradient(#509de0, #2348a5); */
	background:         url(/activity/hokkaido/special/bluecave/img/bg_navi.png) no-repeat, linear-gradient(#509de0, #2348a5);
    background-size: auto 100%;
	background-position: right center;
	box-shadow: 3px 2px 4px rgba(255, 255, 255, .4) inset;
	text-shadow: 0 0 3px #000;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.ac-navigation__list__item.\--fs_small a {
	font-size: 24px;
}

.ac-navigation__list__item.\--current a {
	border: solid 1px #5175a5;
	/* background: -webkit-linear-gradient(#a0bdff, #6e97e8); */
	background:         url(/activity/hokkaido/special/bluecave/img/bg_navi.png) no-repeat, linear-gradient(#a0bdff, #6e97e8);
	background-size: auto 100%;
	background-position: right center;
}

.ac-navigation__list__item a:hover {
	opacity: .8;
}

.ac-navigation__list__item a::after {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	content: '';
	/* content: url(/activity/hokkaido/special/rafting/img/img_rafting.png); */
}

.ac-navigation__list__item.\--current a::after {
	/* content: url(/activity/hokkaido/special/rafting/img/img_rafting_current.png); */
}

.ac-mainvisual__btn {
    position: absolute;
    right: 7px;
    bottom: 63px !important;
}