@charset "utf-8";
/* =========================================================
   共通スタイル
========================================================= */
html{
	font-family: 'メイリオ', 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'ＭＳ Ｐゴシック', 'osaka', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ac-text {
    text-align: center;
    font-weight: 600;
    line-height: 1.4
}

.ac-text.\--isCaution{
	color: #fe0000;
	font-size: 10px;
}

.ac-btn.\--isBlue{
	width: 90%;
    margin: 10px auto 7px;
}

.ac-side__info__box > .ac-btn {
    width: 90%;
    margin: 10px auto 0;
}



/* =========================================================
   アクティビティPCスタイル
========================================================= */

/* メンテナンス告知
--------------------------------------------------------- */
.ac-maintenance {
    border: 5px solid #E1EBF4; 
	padding: 5px; 
	text-align: left; 
	margin-bottom: 10px;
}

.ac-maintenance__text {
    margin:0;
	padding:0;
    line-height:1.3em;
}

.ac-maintenance__text.\--isBold {
    font-weight: 800;
    color: #ff0000;
}

/* アクティビティコンテナ
--------------------------------------------------------- */
.ac-container {
    font-size: 14px;
    line-height: 1.7;
}


/* メインタイトル
--------------------------------------------------------- */
.ac-maintitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ac-maintitle__headline {
    font-weight: 700;
    color: #333333;
    white-space: nowrap;
}

/* メインタイトル ポイント */
.ac-maintitle__point {
    width: 588px;
}
.point__list__item {
    display: inline-block;
    width: 155px;
    font-size: 16px;
    font-weight: 700;
    color: #ff0000;
    border: solid #ff0000 3px;
    padding: 2px 0 0 25px;
    margin: 10px 5px 10px
}
.point__list__item:first-child{
	margin-left: 0;
}
.point__list__item:last-child{
	margin-right: 0;
}
.point__list__item:nth-child(1){
	background: url(/activity/hokkaido/img/common/point__num1.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
.point__list__item:nth-child(2){
	background: url(/activity/hokkaido/img/common/point__num2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
.point__list__item:nth-child(3){
	background: url(/activity/hokkaido/img/common/point__num3.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

/* メインタイトル インフォメーション */
.ac-maintitle__info {
    width: 382px;
    margin-right: 10px;
}
.info__list__item {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    margin-right: 25px
}
.info__list__item::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #59bded;
}

.ac-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* ---------------------------------------------------------
	トップスライダー
--------------------------------------------------------- */
.ac-slider {
    width: 648px;
}

.topicsbanner {
	position:relative;
	background:#FFF;
	box-shadow:rgba(0,0,0,0.15) 0 1px 2px;
	border-radius:4px;
}

.topicsbanner ul#topicsbanner__banners {
	font-size:0;
	width:648px;
	height:313px;
	min-height:0;
}

.topicsbanner ul#topicsbanner__banners:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

* html .topicsbanner ul#topicsbanner__banners {
	height:1px;
}

.topicsbanner ul#topicsbanner__banners li {
	float:left;
}

.topicsbanner ul#topicsbanner__banners img {
	width:648px;
	height:auto;
}

.topicsbanner ul#topicsbanner__thumbnails {
	min-height:0;
	width:628px;
	margin:0px 24px;
	font-size:0;
}

.topicsbanner ul#topicsbanner__thumbnails:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

* html .topicsbanner ul#topicsbanner__thumbnails {
	height:1px;
}

.topicsbanner ul#topicsbanner__thumbnails li {
	float:left;
	margin:5px 4px;
}

.topicsbanner ul#topicsbanner__thumbnails li.selected img {
	outline:3px solid #1460ba;
}

.topicsbanner ul#topicsbanner__thumbnails li:hover img {
	outline:3px solid #1460ba;
}

.topicsbanner ul#topicsbanner__thumbnails img {
	width:140px;
	height:58px;
	cursor:pointer;
}

.topicsbanner .topicsbanner__ui--prev {
	border-radius:3px;
	position:absolute;
	cursor:pointer;
	height:58px;
	width:20px;
	bottom:6px;
	left:5px;
	background-image:url(/activity/hokkaido/img/common/ui/ui__prev.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.topicsbanner .topicsbanner__ui--next {
	border-radius:3px;
	position:absolute;
	cursor:pointer;
	height:58px;
	width:20px;
	bottom:6px;
	right:5px;
	background-image:url(/activity/hokkaido/img/common/ui/ui__next.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.topicbanner__thumb {
    background: #efefef;
    border: solid 1px #cccccc;
}

/* ---------------------------------------------------------
	カレンダー
--------------------------------------------------------- */
/* カレンダーを最前面に表示させる */
.ui-datepicker  {
    z-index: 1000 !important;
}
/* 平日の背景色 */
.date-weekday .ui-state-default {
    background: #ffffff;
}
/* カレンダーで選択された日付の背景色 */
.date-weekday.ui-datepicker-current-day .ui-state-active {
    background : #ffffcc;
}
/* マウスオーバー時の背景色 */
.date-weekday .ui-state-default.ui-state-hover {
    border: 1px solid #999999;
    background: #ffcc66;
}
/* ボタンパネル関連 */
.ui-datepicker .ui-datepicker-buttonpane {
    text-align: center;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: none;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    font-weight: bold;
    color: #000000;     
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-primary {
    display: none;
}

/* ---------------------------------------------------------
	カテゴリ検索
--------------------------------------------------------- */
#popBox						{width:960px;}
#popBox .inBox ul			{display:table-cell;width:300px;border-left:solid 1px #ccc;vertical-align:top;}
#popBox .inBox ul:first-child {border:none;}

/* ---------------------------------------------------------
	口コミ
--------------------------------------------------------- */
.ac-bbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: solid 1.7px #cccccc;
    margin: 20px 0;
}

.ac-bbs__post {
    width: 320px;
    padding-bottom: 1em;
}

.ac-bbs__post__headline {
    position: relative;
    background: #37b48c;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px
}

.ac-bbs__post__headline--isYellow{
	color: #fff000;
}

.ac-bbs__post__headline::before{
	position: absolute;
	left: 48%;
	bottom: -10px;
	content: url(/activity/hokkaido/img/common/ac-bbs_arrow.png);
}

.ac-bbs__post__text {
    text-align: center;
    font-weight: 600;
    line-height: 1.4
}

.ac-bbs__post__text a{
	color: #fe0000;
}

.ac-bbs__post__text.\--isNumber{
	font-size: 17px;
}

.ac-bbs__post__text.\--isRed{
	color: #fe0000;
	font-weight: 700;
}

.ac-bbs__list {
    width: 658px;
    padding: 0 10px;
    box-sizing: border-box;
}

.ac-bbs__slider {
    top: 14%
}

.ac-bbs__slider.\--isDate{
	font-weight: 700;
	margin-right: 10px;
}

.ac-bbs__slider.\--isCate{
	width: 190px;
	font-size: 10px;
	margin-right: 10px;
}

.ac-bbs__slider__wrap {
    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;
    padding: 8px 0;
    border-bottom: dotted 2px #ccc;
}

/* 口コミスライダー矢印 */
.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    right: 45%;
    top: -10%;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: url(/activity/hokkaido/img/common/arrow_up.png);
}

[dir='rtl'] .slick-prev:before {
    content: url(/activity/hokkaido/img/common/arrow_up.png);
}

.slick-next {
    right: 45%;
    top: 112%;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: url(/activity/hokkaido/img/common/arrow_down.png);
}

[dir='rtl'] .slick-next:before {
    content: url(/activity/hokkaido/img/common/arrow_down.png);
}

/* ---------------------------------------------------------
	サイドバー
--------------------------------------------------------- */
.ac-side {
    width: 320px;
    margin-right: 10px;
}

.ac-side__wiget {
    border: solid 1.7px #cccccc;
    margin-bottom: 30px;
}

.ac-side__wiget__headline {
    background: #59bded;
    color: #FFF;
    font-size: 17px;
    text-align: center;
    padding: 0.25em;
    margin-bottom: 21px;
}

.ac-side__wiget__list {
    padding: 0 .8em 1em;
    line-height: 1.6em;
}

.ac-side__wiget__list__item {
    position: relative;
    padding: 0 0 5px 1em
}

.ac-side__wiget__list__item::before{
	content: '';
	position: absolute;
	top: 40%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #59bded;
}

.ac-side__info {
    margin-bottom: 30px;
}
.ac-side__info__headline {
    font-size: 17px;
    font-weight: 700;
    border-left: solid 4px #59bded;
    padding-left: .3em;
}

.ac-side__info__subheadline {
    font-weight: 700;
    text-align: center;
}

.ac-side__info__box {
    border: solid 1.7px #cccccc;
    margin-top: 10px;
    padding: 1em 0;
}

.ac-side__bnrArea {
    margin-bottom: 10px;
}

/* ---------------------------------------------------------
	トップカテゴリ一覧
--------------------------------------------------------- */
.ac-content {
    width: 648px;
}

.ac-content__category {
    margin-bottom: 30px;
}

.ac-content__category__headline {
    color: #3e3e3e;
    font-size: 26px;
    font-weight: 700;
    border-left: solid 4px #59bded;
    padding-left: .3em;
    margin-bottom: 10px;
}

.ac-content__category__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.ac-content__category__list__item {
    width: 158px;
    border: solid 1px #000;
    margin-right: 2px;
    overflow: hidden
}

.ac-content__category__list__item:last-child{
	margin-right: 0;
}

.ac-content__category__list__item a{
	display: block;
	text-decoration: none;
}

.ac-content__category__list__item:hover{
	opacity: 0.80;
}

.ac-content__category__list__item__title {
    background: #000 none repeat scroll 0 0;
	color: #fff;
	display: table-cell;
	font-size: 11px;
	height: 25px;
	line-height: 1;
	padding: .1em .5em 0;
	text-align: center;
	vertical-align: middle;
	width: 158px;
}

.ac-content__ranking {
    border: solid 1.7px #cccccc;
}

.ac-content__ranking__headline {
    position: relative;
    font-size: 17px;
    background: #59bded;
    color: #FFF;
    padding: 5px 50px
}

.ac-content__ranking__headline::before{
	position: absolute;
	content: '';
	background-image: url(/activity/hokkaido/img/common/ranking_crown.png);
	width: 37px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 6px;
	left: .3em;
}

/* ---------------------------------------------------------
	ランキング
--------------------------------------------------------- */

.ac-content__ranking__list {
    position: relative;
    padding: .5em 0 .5em 1.5em;
    margin: .5em;
    border-bottom: dotted 2px #ccc
}

.ac-content__ranking__list.\--isFirst::before{
	position: absolute;
	left: 3px;
	top: 1px;
	content: '';
	background-image: url(/activity/hokkaido/img/common/ranking_1.jpg);
	width: 15px;
	height: 77px;
	background-size: contain;
	background-repeat: no-repeat;
}

.ac-content__ranking__list.\--isSecond::before{
	position: absolute;
	left: 3px;
	top: 1px;
	content: '';
	background-image: url(/activity/hokkaido/img/common/ranking_2.jpg);
	width: 15px;
	height: 77px;
	background-size: contain;
	background-repeat: no-repeat;
}

.ac-content__ranking__list.\--isThird{
	border-bottom: none;
}

.ac-content__ranking__list.\--isThird.\--isThird::before{
	position: absolute;
	left: 3px;
	top: 1px;
	content: '';
	background-image: url(/activity/hokkaido/img/common/ranking_3.jpg);
	width: 15px;
	height: 77px;
	background-size: contain;
	background-repeat: no-repeat;
}

.ac-content__ranking__list__item__detail.\--isCategory {
        position: relative;
        background: #6495ed;
        color: #FFF;
        padding-left: 1em;
        margin-right: 1em
}

.ac-content__ranking__list__item__detail.\--isCategory::after{
	content: "";
	position: absolute;
	top: 0;
	border: 11px solid transparent;
	border-left: 10px solid #6495ed;
}


.ac-content__ranking__text {
    font-weight: 700;
}

.ac-content__ranking__list__price {
    color: #fe0000;
    text-decoration: none;
    margin-left: .5em;
}


/* ---------------------------------------------------------
	新ランキング
--------------------------------------------------------- */
.ac-content__toprank {
    font-family: "游ゴシック Medium","Yu Gothic Medium",游ゴシック, YuGothic,"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",メイリオ,Meiryo, sans-serif;
}
.ac-content__toprank a {
    text-decoration: none;
    color: #003894;
    display: block;
}
.ac-content__toprank a:hover {
    opacity: 0.8;
}
.ac-content__toprank__headline {
    font-size: 26px;
    font-weight: bold;
}
.ac-content__toprank__headline::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/common/images/icon/common_icon_crown_128.png);
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 11px;
    margin-right: -8px;
}
.ac-content__toprank__upper {
    position: relative;
    margin-bottom: 15px;
}
.ac-content__toprank__upper img {
    object-fit: cover;
    height: 88px;
    width: 88px;
}
/*objedt-fit　IE対策*/
.ac-content__toprank__upper img {
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

.ac-content__toprank__nof {
    display: inline;
    background-color: #F2C200;
    padding: 0px 6px;
    color: #fff;
    position: absolute;
    z-index: 1;
}
.ac-content__toprank__nos {
    display: inline;
    background-color: #888888;
    padding: 0px 6px;
    color: #fff;
    position: absolute;
    z-index: 1;
}
.ac-content__toprank__not {
    display: inline;
    background-color: #DB7700;
    padding: 0px 6px;
    color: #fff;
    position: absolute;
    z-index: 1;
}
.ac-content__toprank__upper__ttl {
    width: 84%;
    display: inline-block;
    position: absolute;
    margin-left: 18px;
}
.ac-content__toprank__upper__price {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 15px;
}
.ac-content__toprank__upper__price .red_b {
    color: #E20000;
    font-weight: bold;
    font-size: 18px;
}
.ac-content__toprank__upper__price .font_s {
    font-size: 13px;
}
.ac-content__toprank__upper hr {
    margin-top: 15px;
    border: 0.5px solid #ccc;
}
.ac-content__toprank__lower {
    margin-bottom: 15px;
}
.ac-content__toprank__nol {
    display: inline-block;
    padding: 0 6px;
    background-color: #DFDFDF;
    float: left;
    color: #3e3e3e;
}
.ac-content__toprank__lower__ttl {
    width: 100%;
    margin-left: 35px;
}
.ac-content__toprank__lower__price {
    text-align: right;
    margin-top: 10px;
}
.ac-content__toprank__lower__price .red_b {
    color: #E20000;
    font-weight: bold;
    font-size: 18px;
}
.ac-content__toprank__lower__price .font_s {
    font-size: 13px;
}
.ac-content__toprank__lower hr {
    margin-top: 15px;
    border: 0.5px solid #ccc;
}
.rankingten {
    padding: 0 2px;
}

/*バナー追加*/
.ac-bnr {
    margin-top: 28px;
    display: flex;
	justify-content: space-between;
}

.ac-bnr_sub {
	width:320px;
	display: block;
}

.ac-bnr_sub img {
	width: 100%;
}