@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;
}

.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/miyako/img/title_bar.jpg);
    background-repeat: no-repeat;
    color:#0080f4;
    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 #00d7d0;
    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:#00d7d0;
    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/miyako/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/miyako/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;
}

.under_pamadLink {
    width: 980px;
    height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.under_pamadLink a {
    text-decoration: none;
    width: 210px;
}

.under_pamadLink img {
    width: 200px;
    height: 150px;
}

.under_pamadLink p {
    /* font-weight: bold;
    line-height: 1.2; */
    margin-top: 22px;
    font-size: 16px;
    width: 200px;
    color: black;
}

.under_pamadLink span {
    color: #ad1733;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}