@charset "UTF-8";

/* =========================================================
   共通スタイル
========================================================= */

* {
   margin:0;
   padding:0;
}

html {
    font-family: 'メイリオ', 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'ＭＳ Ｐゴシック', 'osaka', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';
}

#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
    font-size:14px;
    text-align: left;
}

.ac-content__text {
    font-size: 14px;
    line-height: 1.7;
    margin-top:20px;;
}

.ac-caption {
    font-size: 18px;
}

.ac-outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 10px;
}

.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;
       -ms-flex-pack:justify;
           justify-content:space-between;
}

.Link__btn {
    width: 380px;
    margin: 30px auto 0;
    text-align: center;
}

.Right__link {
    width: 500px;
    text-align: right;
    font-size: 14px;
    margin: 20px 0 0 auto;
    line-height: 1.7;
}

.\--isBorder_bottom {
    border-bottom: 1px dotted #969696;
}

/* マージン */
.mt0 {
    margin-top: 0;
}

.pt0 {
    padding-top: 0;
}

/*シーズンオフのお知らせ
-----------------------------------------*/

.seasonoff {
	border: 3px solid #FF0004;
	margin: 10px 0 15px;
	padding: 3px 7px;
	text-align: left;
}

.seasonoff p {
	line-height:1.5em;
	font-size:17px;
}
.seasonoff .txt_red {
	color:#FF0004;
	font-weight:bold;
}


/* メインビジュアル
--------------------------- */
.ac-mainvisual {
    position: relative
}
.ac-mainvisual img{
   width:980px;
   height:489px;
}

.ac-mainvisual__headline {
    position: absolute;
    top: 435px;
    left: 30px;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    text-shadow:1px 1px 3px #000, -1px 1px 3px #000, 1px -1px 3px #000, -1px -1px 3px #000;
}

.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;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ac-navigation__list__item {
    width: 196px;
    height: 82px;
}

/* 特集コンテンツ
--------------------------- */
.ac-special__content {
    margin-bottom: 50px;
}

.ac-special__headline, .boxArea h2 {
    background: url(/activity/hokkaido/special/wakasagifishing/img/title_bar.jpg);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    height: 31px;
    margin: 0 0 30px;
    padding: 17px 22px 27px;
    position: relative;
    text-shadow: none;
}

.ac-special__subheadline {
    border-left: 6px solid #4772c4;
    color: #000;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 7px 0 7px 10px;
    margin-bottom: 20px;
}

.content__box {
}

.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;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top:20px;;
}

.photo__content__item {
    width: 310px;
    height: 230px;
}

.imgArea {
    margin-top:20px;
    text-align: center;
}

.point__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
    margin: 0 10px;
    border-bottom: 1px dotted #969696
}

.point__content.\--isFirst{
   padding-top:0;
}

.point__content.\--isLast{
   border-bottom:none;
   padding:15px 0 0;
}

.point__icon {
    width: 96px;
    height: 96px;
}

.point__description {
    width: 834px;
}

.point__headline {
    font-size: 27px;
    color: #4772c4;
    line-height: 1.2;
}

.point__text {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
}

.evaluation__item {
    width: 310px;
    height: 33px;
    margin-top: 10px;
}

.evaluation__caption {
    width: 140px;
    font-size: 13px;
    margin: 10px 0 0 auto;
    text-align: right;
}

.accordion__list__item {
    margin-bottom: 8px;
}

.accordion__headline {
    position: relative;
    font-size: 21px;
    line-height: 1.2;
    color: #FFF;
    cursor: pointer;
    background: #138800;
    padding: 20px 10px 20px 72px;
    margin-bottom: 10px
}

.accordion__headline::before{
   display:block;
   position:absolute;
   content:'';
   background:url(/activity/hokkaido/special/wakasagifishing/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 #FFF;
}

.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 #FFF;
   -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/hokkaido/special/wakasagifishing/img/answer.jpg);
   background-repeat:no-repeat;
   width:50px;
   height:50px;
   top:5%;
   left:0;
}

.accordion__text {
    font-size: 14px;
    line-height: 1.7;
}

.planLink_btn {
    text-align: center;
    margin: 30px auto 50px;
}

/*------ SNSボタン ------*/
.sns-box__wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.sns-box__sns-btn {
    margin: auto 3px;
}

.sns-box__sns-btn:hover {
	opacity: .7;
}

.sns-box__sns-btn a {
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 26px;
    padding: 0 5px 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 80px;
}

.sns-box__sns-btn a::before {
    content: '';
    height: 18px;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 18px;
}

.line a {
    background: #00b900;
}
.line a::before {
    background: url(/common/images/icon/icon_line.svg) no-repeat center center;
    background-size: 100%;
    width: 22px;
}

.facebook a {
    background: #4267b2;
}
.facebook a::before {
    background: url(/common/images/icon/icon_facebook.svg) no-repeat center center;
    background-size: 100%;
    width: 22px;
}

.twitter a {
    background: #1da1f2;
}
.twitter a::before {
    background: url(/common/images/icon/icon_twitter.svg) no-repeat center center;
    background-size: 100%;
    width: 22px;
}

/* map */
/* font-family yu-go */
.ac-special__headline,
.ac-special__headline--plus,
.ac-special__map--title,
.ac-special__map--text,
.ac-special__map--link,
.ac-special__subheadline {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.ac-special__map {
}
.ac-special__map--head {
}
.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 10px 0;
    position: relative;
    width: 345px;
}
.ac-special__map--text {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 6px;
}
.ac-special__map--area {
    position: relative;
    width: 100%;
}
.ac-special__map--area_list {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    justify-content: space-between;
}
.ac-special__map--area_item {
    flex-basis: 50%;
}
.ac-special__map--area_item:not(:nth-child(-n+2)) {
    margin-top: 25px;
}
.ac-special__map--area_item:nth-child(odd) .ac-special__map--link {
    margin: 0 0 0 75px;
}
.ac-special__map--area_img {
    bottom: 0;
    height: 347px;
    left: 50px;
    margin: auto;
    position: absolute;
    right: 0;
    top: -96px;
    width: 437px;
}

.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;
    margin: 0 25px 0 auto;
    justify-content: center;
    line-height: 19px;
    position: relative;
    text-decoration: none;
    width: 170px;
}
.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__link--area {
    margin-top: 50px;
}

.ac-special__link--box {
    display: flex;
    justify-content: center;
}

.ac-special__link--item {
    width: 300px;
    text-align: center;
}
.ac-special__link--item:not(:last-child) {
    margin-right: 50px;
}

.ac-special__link--item a {
    background: #fc8414;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 15px 65px 15px 15px;
    border-radius: 3px;
    position: relative;
    font-weight: bold;
    font-size: 18px;
}

.ac-special__link--item a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: 20px;
}

.ac-special__link--item a:hover {
    opacity: .8;
}

.youtube {
    width: 980px;
    margin: 50px auto 50px;
    aspect-ratio: 16 / 9;
    text-align: center;
}
.youtube iframe {
	width: 100%;
  height: 100%;
    /* height: 315px; */
    margin: 0 auto;
    text-align: center;
}