@charset "UTF-8";

.new-special {
  
}
.new-special .ac-mainvisual img {
    width: 100%;
}



/* CAMP キャンプ固有スタイル */
.new-special.camp .ac-mainvisual__headline {
    top: 200px;
    text-shadow: 0px 2px 2px #000;
}

.new-special .mokuji {
    border: 1px solid #70707087;
    box-sizing: border-box;
    display: flex;
    margin: 44px auto 0;
    padding: 34px 34px;
    width: 545px;
}
.new-special .mokuji__tit {
    font-size: 14px;
    font-weight: bold;;
    line-height: 2;
}
.new-special .mokuji__list {
    border-left: 1px solid #003894;
    color: #707070;
    font-size: 14px;
    margin-left: 34px;
    padding-left: 34px;
}
.new-special .mokuji__item {
    line-height: 2;
}
.new-special .mokuji__item a {
    text-decoration: none;
}
.new-special .mokuji__item > a::before {
  display: inline-block;
  counter-increment: count-number;
  content: counter(count-number)".";
}
.new-special .mokuji__child--item {
    margin-left: 1em;
}
.new-special .mokuji__child--item > a::before {
  display: inline-block;
  content: "・";
}
.new-special__tit {
  color: #003894;
  font-size: 28px;
  line-height: 2;
  border-bottom: 3px solid #003894;
}
.new-special__subtit {
    font-size: 24px;
    border-left: 5px solid #003894;
    margin-top: 50px;
    padding-left: 5px;
}
.new-special__subtit:first-of-type {
    margin-top: 25px;
}
.new-special .content-box {
    margin-top: 70px;
}
.new-special__wrap {
    margin-top: 30px;
    display: flex;
}
.new-special__wrap--img {
    width: 480px;
}
.new-special__wrap--img img {
    width: 100%;
}
.new-special__wrap--img_txt {
    text-align: right;
    font-size: 12px;
}
.new-special__wrap--txtarea {
  width: calc(100% - 480px - 14px);
  margin-left: 14px;
}
.new-special__wrap--txtarea > .new-special__wrap--txt {
  margin-top: 0;
}
.new-special__wrap--txt {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
}
.new-special__wrap--txt b {
    font-weight: bold;
}
.new-special__imglist {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
}
.new-special__imglist--item:not(:first-child) {
  margin-left: 10px;
}
.new-special__imglist--item img {
    width: 100%;
}
.new-special__btn {
    background-color: #f08300;
    border-radius: 4px;
    font-size: 18px;
    height: calc(59px * .8);
    margin: 50px auto 0;
    width: calc(538px * .8);
}
.new-special__btn a {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: .2s;
    width: 100%;
}
.new-special__btn a::after {
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  bottom: 2px;
  content: '';
  height: 9px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  width: 9px;
}

.new-special__btn.above a::after {
    transform: rotate(-45deg);
    bottom: -2px;
}

.new-special__btn.below a::after {
    transform: rotate(135deg);
    bottom: 8px;
}

.new-special__btn.bottom a::after {
    bottom: 7px;
    transform: rotate(135deg);
}
.new-special__btn a:hover {
    opacity: .7;
}
.ac-plan__search__wrap {
    margin-top: 50px;
}
/*沖縄　pool プール固有スタイル*/
.ac-mainvisual__headline_pool {
    position: absolute;
    top: 416px;
    left: 18px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 3px #000, -1px 1px 3px #000, 1px -1px 3px #000, -1px -1px 3px #000;
}
/* 北海道 ski スキー固有スタイル */
.ac-mainvisual__headline_ski {
    position: absolute;
    bottom: 30px;
    left: 20px;
    text-shadow: 0px 2px 2px #000;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}
/* 北海道 sup サップ固有スタイル */
.ac-mainvisual__headline_sup {
    position: absolute;
    bottom: 30px;
    left: 32px;
    text-shadow: 0px 2px 2px #000;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

/*地図*/
.ac-special__map {
    display: flex;
    justify-content: space-between;
    margin: 54px 0 0;
}
.ac-special__map--box {
    flex-basis: 48%;
}
.ac-special__map--box:nth-child(2) {
    display: flex;
    flex-basis: calc(100% - 48%);
}
.ac-special__map--head {
    display: flex;
}
.ac-special__map--title {
    border-bottom: 1px solid #023886;
    box-sizing: border-box;
    color: #023886;
    font-size: 18px;
    font-weight: bold;
    line-height: 29px;
    padding: 0 0 16px 17px;
    position: relative;
    width: 236px;
}
.ac-special__map--text {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-left: 25px;
}
.ac-special__map--area {
    border-right: 1px solid #023886;
    border-top: 1px solid #023886;
    margin-top: 40px;
    width: 389px;
}
.ac-special__map--area_list {
    display: flex;
    box-sizing: border-box;
    padding: 10px 22px 10px 7px;
    align-items: center;
    justify-content: space-between;
}
.ac-special__map--area_list:not(:first-child) {
    border-top: 1px solid #023886;
}
.ac-special__map--area_img {
    height: 74px;
    width: 148px;
}
.ac-special__map--area_img:nth-child(2) {
    height: 100px;
    width: 167px;
}
.ac-special__map--area_img img {
    height: 100%;
    width: 100%;
}
.ac-special__map--link {
    align-items: center;
    background-color: #023886;
    border-radius: 4px;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    justify-content: center;
    line-height: 19px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.ac-special__map--link:hover {
    opacity: .8;
}
.ac-special__map--link::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 5px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(45deg);
    width: 5px;
}
.ac-special__map--link .s-text {
    font-size: 13px;
}
.ac-special__map--area_list .ac-special__map--link {
    width: 180px;
}

.ac-special__map--link.none {
    background-color: #a8a8a8;
}
.ac-special__map--link.none:hover {
    opacity: 1;
}

.ac-special__map--img {
    flex-basis: calc(100% - 180px - 7px);
    position: relative;
}
.ac-special__map--img img {
    height: 334px;
    left: -47px;
    position: absolute;
    top: 5px;
    width: 370px;
}
.ac-special__map--list {
    flex-basis: 180px;
    margin-left: 7px;
}
.ac-special__map--item {
    margin-top: 8px;
    width: 180px;
}

/*引用*/
.\--isGray {
    padding: 10px;
    background: #f1f1f1;
}

.isQuote {
    margin-bottom: 1em;
}
.isQuote::before, .isQuote::after {
    display: block;
    content: "";
    width: 100%;
    height: 21px;
    background: url(/activity/img/quort.png) no-repeat 0 0;
    background-size: 25px auto;
}

.isQuote::after {
    transform: rotate(180deg);
    background: url(/activity/img/quort.png) no-repeat 0 0;
}