@charset 'UTF-8';
/* =========================================================
   共通スタイル
========================================================= */
* {
	margin: 0;
	padding: 0;
}

html {
	font-family: 'メイリオ', 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'ＭＳ Ｐゴシック', 'osaka', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';
}

#wrapper {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	background: none repeat scroll 0 0 #fff;
	font-size: 14px;
	text-align: left;
}

.ac-caption {
	font-size: 18px;
}

.ac-outer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
	margin-top: 10px;

	-ms-flex-pack: distribute;
}

.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;
	        justify-content: space-between;

	-ms-flex-pack: justify;
}

.\--isBorder_bottom {
	border-bottom: 1px dotted #969696;
}

/* マージン */
.mt0 {
	margin-top: 0;
}

.pt0 {
	padding-top: 0;
}

/* メインビジュアル
--------------------------- */
.ac-mainvisual {
	position: relative;
}

.ac-mainvisual img {
	width: 980px;
	height: 489px;
}

.ac-mainvisual__headline {
	position: absolute;
	top: 435px;
	left: 30px;
	color: #fff;
	text-shadow: 1px 1px 3px #000, -1px 1px 3px #000, 1px -1px 3px #000, -1px -1px 3px #000;
	font-size: 19px;
	font-weight: 700;
}

.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;
	        justify-content: space-between;
	width: 980px;

	-ms-flex-pack: justify;
}

.ac-navigation__list:hover {
	opacity: 1;
}

.ac-navigation__list__item {
	width: 195px;
	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 #132f02;
	border-radius: 5px;
	color: #fff;
	background: -webkit-linear-gradient(#204704, #194203);
	background:         linear-gradient(#204704, #194203);
	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 #649438;
	background: -webkit-linear-gradient(#a8de66, #88ce44);
	background:         linear-gradient(#a8de66, #88ce44);
}

.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-special__content {
	margin-bottom: 50px;
}

.ac-special__headline {
	color: #093a01;
	background: url(/activity/hokkaido/special/rafting/img/title_bar.jpg);
	background-repeat: no-repeat;
}

.ac-special__subheadline::before {
	background: #138800;
}

.content__box.\--isSmall {
	width: 585px;
}

.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;
	        justify-content: space-between;
	margin-top: 20px;

	-ms-flex-pack: justify;
}

.photo__content__item {
	width: 310px;
	height: 230px;
}

.photo__content__item img {
    width: 310px;
    height: 230px;
    object-fit: cover;
}

.imgArea {
	margin-top: 20px;
	text-align: center;
}

.imgArea img {
	width: 960px;
}

.point__content.\--isFirst {
	padding-top: 0;
}

.point__headline {
	color: #138800;
}

.evaluation__item {
	width: 310px;
	height: 33px;
	margin-top: 10px;
}

.evaluation__caption {
	width: 140px;
	margin: 10px 0 0 auto;
	font-size: 13px;
	text-align: right;
}

.accordion__list__item {
	margin-bottom: 8px;
}

.accordion__headline {
	position: relative;
	margin-bottom: 10px;
	padding: 20px 10px 20px 72px;
	color: #fff;
	background: #138800;
	font-size: 21px;
	line-height: 1.2;
	cursor: pointer;
}

.accordion__headline::before {
	display: block;
	position: absolute;
	top: 13%;
	left: 1%;
	width: 50px;
	height: 50px;
	background: url(/activity/hokkaido/special/rafting/img/question.jpg);
	background-repeat: no-repeat;
	content: '';
}

.accordion__headline span {
	position: absolute;
	top: 37%;
	right: 2%;
	width: 25px;
	height: 20px;
}

.accordion__headline span::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 13px solid transparent;
	border-top: 17px solid #fff;
	content: '';
}

.accordion__headline.\--isActive span::after {
	display: block;
	position: absolute;
	top: -63%;
	right: 0;
	width: 0;
	height: 0;
	border: 13px solid transparent;
	border-top: 17px solid #fff;
	content: '';
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.accordion__content {
	display: none;
	margin-bottom: 20px;
	padding: 8px;
}

.accordion__inner {
	position: relative;
	padding-left: 60px;
}

.accordion__inner::before {
	display: block;
	position: absolute;
	top: 5%;
	left: 0;
	width: 50px;
	height: 50px;
	background: url(/activity/hokkaido/special/img/answer.jpg);
	background-repeat: no-repeat;
	content: '';
}

.accordion__text {
	font-size: 14px;
	line-height: 1.7;
}

.planLink_btn {
	margin-top: 30px;
	text-align: center;
}