@charset "UTF-8";
/* =========================================================
共通スタイル
========================================================= */
#wrapper {
	width: 100%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#wrapper img {
	vertical-align: middle;
}

.clearfix::after,
.tb_article_articleframe--clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/*メインビジュアル
-----------------------------------------*/
.pl-mainvisual {
    min-width: 980px;
	width: 100%;
	display: inline-block;
    text-align: center;
}

.tb_article_articleframe-header {
    width: 980px;
	margin-left: auto;
	margin-right: auto;
    padding-top: 30px;
}

.tb_article_articleframe-header--updated_date {
    line-height: 1.6;
    width: 600px;
    font-size: 14px;
}

.tb_article_articleframe-header--outline {
    padding-top: 10px;
    line-height: 1.6;
    width: 600px;
    font-size: 14px;
}

/*各コンテンツ
-----------------------------------------*/
.tb_article_articleframe-section {
    margin: 23px 0 0;
}

.tb_article_articleframe-section + .tb_article_articleframe-section {
	margin-top: 72px;
}

.tb_article_articleframe-section--headline {
    border-bottom: solid 3px #124199;
    padding: 0 0 5px;
}

.tb_article_articleframe-section--midashi {
    width: 980px;
    margin: 0 auto;
    color: #124199;
    position: relative;
    padding: 0 0 0 48px;
    font-weight: bold;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.tb_article_articleframe-section-number {
    background: #124199;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: -13px;
    left: -11px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-family: 'josefin_slabitalic';
    font-size: 30px;
    font-style: italic;
    font-weight: 100;
}

@media screen and (max-width:1024px) {
	.tb_article_articleframe-section--midashi {
		padding: 0 0 0 80px;
	}
	.tb_article_articleframe-section-number {
		left: 18px;
	}
}

.tb_article_articleframe-section--body {
    width: 980px;
    margin: 0 auto;
}

.tb_article_articleframe-section--h2 {
    font-size: 26px;
    padding: 30px 22px 0;
    line-height: 1.4;
}

.tb_article_articleframe-section--h2 a {
    color: #333;
    text-decoration: none;
}

.tb_article_articleframe-section--h2 a:hover {
    color: #0062ff;
    text-decoration: underline;
}

.tb_article_articleframe-section-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 19px;
}

.tb_article_articleframe-section-left {
    width: 560px;
}

.tb_article_articleframe-section-left img:hover {
	opacity: 0.25;
}

.tb_article_articleframe-section-slider-main {
	width: 100%;
	height: 345px;
	overflow: hidden;
}

.slick-slider{
	overflow: hidden;
}

.tb_article_articleframe-section-slider-main-photo {
	position: relative;
	margin: 0;
	height: 346px;
}

.tb_article_articleframe-section-slider-main-photo-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 100%;
	padding: 5px 20px;
	-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: #FFF;
	font-size: 12px;
}

.tb_article_articleframe-section-slider-main > .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	border-style: none;
	display: inline-block;
	background: #FFF;
	width: 48px;
	height: 48px;
	overflow: hidden;
	text-indent: 100em;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
}

.tb_article_articleframe-section-slider-main > .slick-arrow:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
			-moz-transform: translateX(-50%) translateY(-50%);
			 -ms-transform: translateX(-50%) translateY(-50%);
			  -o-transform: translateX(-50%) translateY(-50%);
	     transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.tb_article_articleframe-section-slider-main > .slick-arrow.slick-prev {
	left: 0;
}

.tb_article_articleframe-section-slider-main > .slick-arrow.slick-prev:after {
	background: url(/activity/okinawa/special/group/images/arrow_left_cotedazur.svg) 0 0 no-repeat;
}

.tb_article_articleframe-section-slider-main > .slick-arrow.slick-next {
	right: 0;
}

.tb_article_articleframe-section-slider-main > .slick-arrow.slick-next:after {
	background: url(/activity/okinawa/special/group/images/arrow_right_cotedazur.svg) 0 0 no-repeat;
}

.tb_article_articleframe-section-slider-main > .slick-arrow:hover:after {
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.tb_article_articleframe-section-slider-control {
	padding: 29px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 15px;
}

.tb_article_articleframe-section-slider-control > li {
	cursor: pointer;
	margin: 0 5px;
	position: relative;
}

.tb_article_articleframe-section-slider-control > li img {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.tb_article_articleframe-section-slider-control > li:hover img {
	opacity: 0.25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.tb_article_articleframe-section-slider-control > li.slick-active {
	cursor: default;
	background: #000;
}

.tb_article_articleframe-section-slider-control > li.slick-active img {
	opacity: .25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.tb_article_articleframe-section-right {
	width: 392px;
}

.tb_article_articleframe-section-comment {
	background: #f2f2f2;
	padding: 7px 10px;
	line-height: 1.7;
	font-size: 14px;
}

.tb_article_articleframe-section--button {
	margin-top: 30px;
}

/* オレンジボタン ここから */
a.tb_article_articleframe-button--orange {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 10px 40px 10px 20px;
	font-size: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	background: #f08300;
	color: #FFF;
}

a.tb_article_articleframe-button--orange:hover {
    background: #ffeed9;
    color: #f08300 !important;
}

a.tb_article_articleframe-button--orange::after {
	position: absolute;
	top: 40%;
	right: 16px;
	width: 14px;
	height: 14px;
	margin-top: -3px;
	content: '';
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	     transform: rotate(45deg);
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
}

a.tb_article_articleframe-button--orange:hover::after {
	border-top: solid 4px #f08300;
	border-right: solid 4px #f08300;
}
/* オレンジボタン ここまで */

/*おすすめプランはこちら
-----------------------------------------*/
.parts_slider {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}

.parts_slider_outer {
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}

.parts_slider_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	width: auto;
	margin: auto;
}

.parts_slider_block {
	margin-right: 6%;
	width: 23%;
}

.parts_slider_block:last-of-type {
	margin-right: 0;
}

.parts_slider_block a {
	display: block;
	text-decoration: none;
	color: #000;
}

.parts_slider_block_image_wrapp {
	position: relative;
	display: block;
}

.parts_slider_block_area {
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.4;
}

.parts_slider_block_ttl {
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.8;
	letter-spacing: .1em;
	font-weight: bold;
	height: 75.6px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.parts_slider_block_price {
	font-size: 14px;
	margin-top: 10px;
	color: #e40000;
	font-weight: bold;
}

.parts_slider_block_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.parts_slider_headline {
	font-size: 26px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 15px;
}

.parts_slider_block a:hover {
	opacity: 0.25;
}

.parts_slider_block_image {
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
}


/*プラン一覧はこちら
-----------------------------------------*/
.morePlanWrap {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.morePlan {
	text-align: right;
}

a.morePlan__link {
	position: relative;
	color: #000;
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.8;
	letter-spacing: .1em;
	font-weight: bold;
	text-decoration: none;
	padding-right: 14px;
}

a.morePlan__link:hover {
	opacity: 0.25;
}

a.morePlan__link::after {
	position: absolute;
	top: 50%;
	right: 4px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	content: '';
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
		transform: rotate(45deg);
	border-top: solid 2px #000;
	border-right: solid 2px #000;
}

/* SNSボタンとパムアドを横幅980pxにするための枠 */
.pl-box--w980 {
	width:980px;
	margin-left: auto;
	margin-right: auto;
}

/*SNSボタン
-----------------------------------------*/
.sns-box__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
}

.sns-box__sns-btn {
    margin: auto 3px;
}

.sns-box__sns-btn:hover {
	opacity: .7;
}

.sns-box__sns-btn a {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            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;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    width: 22px;
}

.facebook a {
    background: #4267b2;
}
.facebook a::before {
    background: url(/common/images/icon/icon_facebook.svg) no-repeat center center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    width: 22px;
}

.twitter a {
    background: #1da1f2;
}
.twitter a::before {
    background: url(/common/images/icon/icon_twitter.svg) no-repeat center center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    width: 22px;
}

.tb_acad--text.\--onborder {
	width: 980px;
}