@charset "UTF-8";

/* =========================================================
   共通スタイル
========================================================= */

* {
   margin:0;
   padding:0;
}

html {
    font-family: 'メイリオ', 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'ＭＳ Ｐゴシック', 'osaka', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    overflow: hidden;
}
 
.clearfix::after {
    clear: both;
}

#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: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.flex__wrap {
    display: -webkit-box;
    display: flex
}

.flex__wrap.\--isBetween {
   -webkit-box-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: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.ac-navigation__list__item {
    width: 244px;
    height: 82px;
}

.ac-navigation__list__item img {
    width: 163px;
    height: auto;
}

/* 更新日時 */
.update_date {
    text-align: end;
    font-size: 14px;
}

/* 特集コンテンツ
--------------------------- */
.ac-special__content {
    margin-bottom: 50px;
}

.ac-special__headline {
    background: url(/activity/okinawa/special/ishigaki/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 #1b5d01;
    color: #000;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 7px 0 7px 10px;
    margin-bottom: 20px
}

.ac-special__subheadline span {
   font-size: 18px;
}

.content__box.\--isSmall {
   width: 585px;
}

.content__box.\--isMedium {
   width: 655px;
}


.photo__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-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: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-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: #1b5d01;
    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/ishigaki/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/ishigaki/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;
}

.ac-wire__category {
	width: 87%;
	margin: 25px auto;
}

.ac-wire__category__list {
    display: -webkit-box;
    display: flex;
}

.ac-wire__category__list__item {
	border: solid 1px #000;
	margin-right: 2px;
	overflow: hidden;
	margin-right: 10px;
}

.ac-wire__category__list__item:hover {
	opacity: 0.80;
}

.ac-wire__category__list__item a {
	display: block;
	text-decoration: none;
}

.ac-wire__category__list__item:last-child {
	margin-right: 0;
}

.ac-wire__category__list__item__title {
	width: 160px;
	height: 25px;
	background: #000 none repeat scroll 0 0;
	color: #fff;
	display: table-cell;
	font-size: 11px;
	line-height: 1;
	padding: .1em .5em 0;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	
}

.under_pamadLink {
    width: 980px;
    height: 275px;
    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: 10px;
    font-size: 16px;
    color: black;
}

.under_pamadLink span {
    color: #ad1733;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

/*------ SNSボタン ------*/
.sns-box__wrapper {
    display: flex;
    justify-content: center;
}

.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;
}