@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-content__text strong {
    font-weight: bold;
}

.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;
}

.mt30 {
    margin-top: 30px;
}

.mb25 {
    margin-bottom: 25px !important;
}

/* パディング */
.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;
    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: 244px;
    height: 82px;
}

/* 特集コンテンツ
--------------------------- */
.ac-special__content {
    margin-bottom: 50px;
}

.ac-special__headline, .boxArea h2 {
    background: url(/activity/okinawa/special/iriomote/img/title_bar.jpg);
    background-repeat: no-repeat;
    color:#333333;
    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 #96dd30;
    color: #000;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 7px 0 7px 10px;
    margin: 50px 0 20px;
}

.ac-special__subheadline2 {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin: 2em 0 1em;
    line-height: 1.2;
}

.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;
    text-align: center;
    /* height: 230px; */
}

.photo__content__item.\--isLeft {
    text-align: left;
}

.photo__content__item span {
    font-size: 12px;
}

.photo__content__item strong {
    font-weight: bold;
}

.photo__content_box {
    margin: 0 auto;
    width: 500px;
    text-align: center;
    padding: 35px 0;
}

.space {
    justify-content: space-evenly;
}

.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:#96dd30;
    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/okinawa/special/iriomote/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/okinawa/special/iriomote/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;
}

.sns-box__sns-btn {
    margin: auto 3px;
}

.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;
}

.mail a {
    background: #a89e80;
}
.mail a::before {
    background: url(/common/images/icon/icon_mail.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 */
.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; */
    padding: 0;
    position: relative;
    width: 185px;
}
.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--img {
    flex-basis: calc(100% - 180px - 7px);
    position: relative;
}
.ac-special__map--img img {
    /* height: 334px;
    width: 370px;
    left: -47px;
    position: absolute;
    top: 5px; */
}
.ac-special__map--list {
    flex-basis: 180px;
    /* margin-left: 7px; */
}
.ac-special__map--item {
    margin-top: 50px;
    width: 180px;
}

.ac-special__map--item + .ac-special__map--item {
    margin-top: 30px;
}

.content__box .link__btn {
    bottom: 0;
    height: 41px;
    margin: 30px 0 0;
    /* float: right; */
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.content__box .link__btn a {
    align-items: center;
    background-color: #FF7A08;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    justify-content: space-around;
    line-height: 24px;
    position: relative;
    text-decoration: none;
    width: 320px;
}
.content__box .link__btn a:hover {
    opacity: .8;
}
.content__box .link__btn a::after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    display: block;
    height: 9px;
    position: relative;
    transform: rotate(45deg);
    width: 9px;
}

.btn_blue-white {
    margin: 30px 0 0;
    /* display: flex;
    justify-items: flex-end; */
}

.btn_blue-white a {
    padding: 8px 10px;
    text-align: center;
    letter-spacing: 0px;
    color: #003894;
    opacity: 1;
    border: solid 3px #003894;
    text-decoration: none;
    font-weight: bold;
    display: block;
    float: right;
    border-radius: 5px;
    font-size: 16px;
}

.btn_blue-white a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #003894;
    border-right: 3px solid #003894;
    transform: rotate(45deg);
    display: inline-block;
    margin-left: 4px;
}

.content__box__3col li {
    text-align: center;
}
 
.content__box__3col li + li span {
    font-size: 11px;
}

.flex__wrap .content__box:first-child {
    padding-right: 12px;
    font-size: 11px;
}

.ac-content__img__wrap {
    margin-top: 30px;
    text-align: center;
}

.ac-content__img__item + .ac-content__img__item {
    text-align: center;
    margin-top: 15px;
}

.ac-content__img__item {
    width: 700px;
    margin: 0 auto;
}

.ac-content__img__item img {
    width: 100%;
}

.content__box img {
    margin-bottom: 10px !important;
}

.link__btn_wrap .link__btn {
    bottom: 0;
    height: 41px;
    margin: 0 0 20px;
    /* float: right; */
    width: 100%;
    display: flex;
    justify-content: center;
}
.link__btn_wrap .link__btn a {
    align-items: center;
    background-color: #FF7A08;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    line-height: 24px;
    position: relative;
    text-decoration: none;
    width: 320px;
}

.link__btn_wrap .link__btn a span {
    font-size: 12px;
    margin-left: 1em;
    line-height: 41px;
}
.link__btn_wrap .link__btn a:hover {
    opacity: .8;
}
.link__btn_wrap .link__btn a::after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    display: block;
    height: 9px;
    position: relative;
    transform: rotate(45deg);
    width: 9px;
    margin-left: 1em;
}

.new-special .mokuji {
    margin-bottom: 40px !important;
}

.ac-table_wrap {
    margin: 50px 0;
}

.ac-table_text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.ac-table {
    margin: 10px auto 0;
    border: 1px solid #999;
    width: 800px;
}

.ac-table th {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #0b5e35;
    padding: 8px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

.ac-table th:last-child {
    border-right: none;
}

.ac-table td {
    font-size: 14px;
    padding: 8px;
    border: 1px solid #999;
}