@charset "UTF-8";
/* =========================================================
   共通スタイル
========================================================= */
.mt10 {
	margin-top: 10px;
}

.ac-text {
	text-align: center;
	line-height: 1.4;
	margin-top: 1em;
}

.ac-text.\--isCaution {
	color: #fe0000;
	font-size: .8em;
	text-align: center;
}

.ac-text.\--isNumber {
	font-weight: 600;
}

/*アクティビティ Wrapper*/
.ac-wrapper {
	width: 96%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.7;
}

/*アクティビティ h1*/
.ac-headline {
	text-align: center;
	font-size: .8em;
	margin: 1em 0 .2em;
}

/* ポイント */
.point__list {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	margin-bottom: 1em;
}

.point__list__item {
	width: 26%;
	font-size: .6em;
	font-weight: 700;
	text-align: center;
	color: #f00;
	border: solid #f00 3px;
	padding: 5px 0 5px 15px;
	margin-right: .5em;
}

.point__list__item:first-child {
	margin-left: 0;
}

.point__list__item:last-child {
	margin-right: 0;
}

.point__list__item:nth-child(1) {
	background: url(../img/common/point__num1.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.point__list__item:nth-child(2) {
	background: url(../img/common/point__num2.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.point__list__item:nth-child(3) {
	background: url(../img/common/point__num3.png);
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (min-width: 375px) {
	.point__list__item {
		font-size: .5em;
		padding: 5px 0 5px 18px;
	}
}

/* =========================================================
   アクティビティSPスタイル
========================================================= */
/* アクティビティ検索
--------------------------- */
.ac-search {
	width: 100%;
	margin-bottom: 1em;
}

.ac-search p {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
}

.ac-search a {
	color: #FFF;
	text-decoration: none;
}

.ac-search input {
	width: 80%;
	margin-right: .5em;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 5px;
	box-shadow: rgba(255, 255, 255, .4) 0 1px 1px inset, rgba(0, 0, 0, .05) 0 1px 1px;
	padding: .2em;
}

.ac-search__btn {
	display: block;
	width: 15%;
	font-size: 15px;
	font-weight: 700;
	padding: .3em;
	text-decoration: none;
	color: #fff;
	text-align: center;
	border: solid 1px #ff7a08;
	border-radius: 5px;
	background: -webkit-linear-gradient(top, #ff9d39, #ff7a08);
	background:         linear-gradient(top, #ff9d39, #ff7a08);
	line-height: 1.5;
}

/* アクティビティカテゴリ
--------------------------- */
.ac-category {
	margin-top: 1.5em;
}

.ac-category__headline {
	color: #3e3e3e;
	font-size: 17px;
	font-weight: 700;
	border-left: solid 4px #59bded;
	padding-left: .3em;
	margin-bottom: 10px;
}

.ac-category__list {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	margin-bottom: .2em;
}

.ac-category__list__item {
	width: 32.5%;
	margin-right: .2em;
}

.ac-category__list__item img {
	vertical-align: bottom;
	width: 100%;
}

.ac-category__list__item:last-child {
	margin-right: 0;
}

.ac-category__name {
	display: -webkit-box;
	display: -webkit-flex;
	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;
	background: #020200;
	color: #fff;
	font-size: .5em;
	font-weight: 700;
	text-align: center;
	padding: .5em;
	line-height: 1.4;
}

.ac-category a {
	text-decoration: none;
}

button.look {
	width: 100%;
	margin: 1em 0;
}

/* トップカルーセル
--------------------------- */
.slidesjs-control {
	width: 100%;
}

.slidesjs-container {
	box-shadow: 0 10px 6px -6px #777;
	margin: 0 auto;
}

.slidesjs-pagination li a {
	background: url(../img/common/icon_01.png);
	background-position: 0 0;
	background-size: cover;
	display: block;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 10px;
	width: 10px;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a.active:hover {
	background: url(../img/common/icon_02.png);
	background-size: cover;
}

#slides a:link,
#slides a:visited {
	color: #333;
}

#slides a:hover,
#slides a:active {
	color: #9e2020;
}

#slides_bg {
	background-color: #fff;
	background-repeat: no-repeat,
	repeat-x;
	background-position: 0 bottom,
	0 0;
	background-size: contain,
	100% 100%;
	padding: 0;
}

#slides_bg2 {
	background-image: url(../img/common/bg_01.gif);
	background-color: #fff;
	background-position: 0 bottom,
	0 0;
	background-size: contain,
	100% 100%;
	padding: 0 5px 5px 5px;
}

#slides {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#slidesplan {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.icon-large {
	width: 30px;
	height: 55px;
}

.slidesjs-previous> .icon-large {
	background: url(../img/common/btn_01.png) no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: 23%;
	left: 0;
	margin: 0 0 0 0;
	z-index: 98;
	text-decoration: none;
}

.slidesjs-next> .icon-large {
	background: url(../img/common/btn_02.png) no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: 23%;
	right: 0;
	margin: 0 0 0 0;
	z-index: 99;
	text-decoration: none;
}

.slidesjs-previous1> .icon-large {
	background: url(../img/common/btn_01.png) no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: 33%;
	left: 0;
	margin: 0 0 0 0;
	z-index: 98;
	text-decoration: none;
}

.slidesjs-next1> .icon-large {
	background: url(../img/common/btn_02.png) no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: 33%;
	right: 0;
	margin: 0 0 0 0;
	z-index: 99;
	text-decoration: none;
}

.slidesjs-pagination {
	display: table;
	margin: 12px auto 4px auto;
	width: 65%;
}

.slidesjs-pagination> li {
	display: table-cell;
	padding-left: 10px;
}

.box_06_bg {
	background: url(../img/common/contact_img.jpg) no-repeat left top;
	background-size: 100%;
}

.box_06_bg p {
	padding: 14% 10% 23% 22%;
}

.ac-bbs {
	border: solid 1.7px #ccc;
	margin-bottom: 1.5em;
}

.ac-bbs__headline {
	position: relative;
	background: #37b48c;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	padding: .5em;
	margin-bottom: 1em;
}

.ac-bbs__headline--isYellow {
	color: #fff000;
}

.ac-bbs__text {
	text-align: center;
	line-height: 1.4;
	margin-top: 1em;
}

.ac-bbs__text a {
	color: #fe0000;
}

.ac-bbs__text.\--isRed {
	color: #fe0000;
	padding: 0 .5em;
}

.ac-bbs__text.\--isNumber {
	font-size: 17px;
	font-weight: 600;
}

.ac-bbs__list {
	padding: 0 .5em 1em;
}

.ac-bbs__list__item {
	border-bottom: dotted 2px #ccc;
	padding: 1em 0;
}

.ac-bbs__list__item__detail {
	font-size: .9em;
	margin-bottom: .5em;
}

.ac-bbs__list__item__detail.\--isDate {
	margin-right: 1em;
}

.ac-bbs__readmore {
	width: 50%;
	padding: .5em;
	margin: 0 0 .5em auto;
	text-align: right;
}

.ac-info {
	margin-bottom: 1.5em;
	border: solid 1.7px #ccc;
}

.ac-info__headline {
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	background: #59bded;
	color: #fff;
	padding: .2em;
}

.ac-info__subheadline {
	font-weight: 700;
	text-align: center;
	margin-top: 1em;
}

.ac-btn img {
    width: 100%;
}

.ac-info__box {
	padding: 0 1em 1em;
}

.ac-bnrArea {
	min-width: 307px;
}

.ac-bnrArea img {
	width: 100%;
}


/* =========================================================
    レンタカーbrandingMovie
========================================================= */
.pl-bnrBranding {
	margin: 0 auto 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pl-bnrBranding a {
	position: relative;
	margin: 0 auto;
	max-width: 640px;
}

.pl-bnrBranding img {
	width: 100%;
}

.pl-bnrBranding iframe {
    width: 95%;
    height: 61%;
    margin: 0 auto;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
}



/* =========================================================
    トップランキング
========================================================= */
.ac-content__toprank {
    font-family: "游ゴシック Medium","Yu Gothic Medium",游ゴシック, YuGothic,"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",メイリオ,Meiryo, sans-serif;
	margin: 0 2%;
}
.ac-content__toprank a {
    text-decoration: none;
    color: #003894;
}
.ac-content__toprank a:hover {
    opacity: 0.8;
}
.ac-content__toprank__headline {
    font-size: 21px;
    font-weight: bold;
}
.ac-content__toprank__headline::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url(//www.tabirai.net/common/images/icon/common_icon_crown_128.png);
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 11px;
    margin-right: 0;
}
.ac-content__toprank__upper {
    position: relative;
    margin-bottom: 15px;
}
.ac-content__toprank__upper__flex {
	display: flex;
}
.ac-content__toprank__upper__img {
	display: inline-block;
	height: 40%;
    width: 40%;
}
.ac-content__toprank__upper__img img {
	object-fit: cover;
    height: 100%;
	width: 100%;
}
.ac-content__toprank__nof {
    display: inline;
    background-color: #F2C200;
    padding: 2px 8px;
    color: #fff;
	position: absolute;
	font-weight: bold;
}
.ac-content__toprank__nos {
    display: inline;
    background-color: #888888;
    padding: 2px 8px;
    color: #fff;
    position: absolute;
	font-weight: bold;
}
.ac-content__toprank__not {
    display: inline;
    background-color: #DB7700;
    padding: 2px 8px;
    color: #fff;
    position: absolute;
	font-weight: bold;
}
.ac-content__toprank__upper__ttl {
	width: 56%;
    display: inline-block;
    font-size: 13.3px;
	margin-left: 15px;
}
.ac-content__toprank__upper__price {
	margin-top: 2px;
}
.ac-content__toprank__upper__price .red_b {
    color: #E20000;
    font-weight: bold;
}
.ac-content__toprank__upper__price .font_s {
    font-size: 12px;
}
.ac-content__toprank__lower {
    margin-bottom: 15px;
}
.ac-content__toprank__nol {
    display: inline-block;
    padding: 0 6px;
    background-color: #DFDFDF;
	float: left;
	color: #333333;
}
.ac-content__toprank__lower__ttl {
    width: 90%;
	display: inline-block;
	font-size: 12.5px;
	margin-left: 10px;
}
.ac-content__toprank__lower__price {
    margin: 2px 0 0 30px;
}
.ac-content__toprank__lower__price .red_b {
    color: #E20000;
    font-weight: bold;
}
.ac-content__toprank__lower__price .font_s {
    font-size: 12px;
}
.rankingten {
    padding: 0 2px;
}

/* アクティビティカテゴリ一覧 アコーディオン
--------------------------- */
.more_box {
	display: none;
}

.more_btn {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto;
	border: solid 1px #b6b5b3;
	border-radius: 5px;
	background: #0072c9;
	background: -webkit-linear-gradient(top, #fff, #cdcdcd);
	background:         linear-gradient(to bottom, #fff, #cdcdcd);
	box-sizing: border-box;
	line-height: 1.5em;
	padding: .4em 0;
	text-decoration: none;
	color: #5c5c5c;
	text-align: center;
}

.more_btn p::after {
	display: inline-block;
	position: relative;
	content: '';
	background: url(/s/activity/okinawa/img/common/more_btn_active.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	left: .5em;
}

.more_btn.active p::after {
	display: inline-block;
	position: relative;
	content: '';
	background: url(/s/activity/okinawa/img/common/more_btn.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	left: .5em;
}

/* 検索ボタン
--------------------------- */
.ac-btn.\--isBlue {
	margin: 1em auto 0;
}

.ac-btn.\--isBlue a {
	display: block;
}

.about_btn {
	margin: 0 0 10px -5px;
	width: 102%;
}

.about_box {
	background: #f2f2f2;
	padding: 5px;
	margin: 1em 0;
	border: 1px solid #707070;
	border-radius: 3px;
}

.about_box> ul {
	overflow: hidden;
	margin: 1em auto;
}

.about_box> ul> li {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	float: left;
	width: 47%;
	height: 25px;
	line-height: 1.2;
	padding: .5em .1em;
	margin-bottom: 5px;
	background: -webkit-linear-gradient(top, #fff, #cdcdcd);
	background:         linear-gradient(to bottom, #fff, #cdcdcd);
	border: 1px solid #b6b5b3;
	border-radius: 3px;
}

.about_box> ul> li> label {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	position: relative;
	width: 100%;
}

.about_box> ul> li> label >label {
	padding: 0 3%;
	width: 83%;
  font-size: 11px;
}

.about_box> ul> li:nth-child(2n) {
	float: right;
}

.about_box> ul> li> p {
	display: table-cell;
}

.about_box> ul> li> p> label {
	font-size: 14px;
}

.about_box> ul> li> p:nth-child(1) {
	vertical-align: top;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
}

.about_box> ul> li> p:nth-child(2) {
	vertical-align: middle;
	line-height: 120%;
}

.about_box> ul> li> input[type=checkbox] {
	margin: .2em 5px 0 0;
	width: 17%;
	height: 23px;
}

.about_box__check__name {
	width: 78%;
	margin-left: .5em;
}

@media screen and (min-width: 375px) {
	.about_box__check__name {
		width: 82%;
		margin-left: .5em;
	}
}