@charset "utf-8";

/* 特殊設定 スマホ時の「Exceptional Nature」を改行しないようにするための設定 */
@media(max-width:768px) {
.title-content-article span{
	margin-left:-15px;
	margin-right:-15px;
}
}

.wrap-hero-planbtn{
	position: initial;
	background: #0e6027; /* Old browsers */
	background: -moz-linear-gradient(left,  #0e6027 0%, #209047 56%, #19a866 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0e6027 0%,#209047 56%,#19a866 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0e6027 0%,#209047 56%,#19a866 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6027', endColorstr='#19a866',GradientType=1 ); /* IE6-9 */
}
.wrap-hero-planbtn a{
	color: #129D62;
}

#about{
	background: url(/static/img/ferry/island/yakushima/bg-video.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.about-box .card-header{
	background: #0e6027; /* Old browsers */
	background: -moz-linear-gradient(left,  #0e6027 0%, #209047 56%, #19a866 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0e6027 0%,#209047 56%,#19a866 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0e6027 0%,#209047 56%,#19a866 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6027', endColorstr='#19a866',GradientType=1 ); /* IE6-9 */
}
@media(max-width:576px) {
#about{
	background:none;
}
.wrap-about-txt{
	background: url(/static/img/ferry/island/yakushima/bg-video.jpg) center center no-repeat;
	background-attachment: initial;
	background-size: cover;
}
.about-box .card-header a{
	color: #129D62;
}
}



.title-content-main span:after{
	background: #0e6027; /* Old browsers */
	background: -moz-linear-gradient(left,  #0e6027 0%, #209047 56%, #19a866 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0e6027 0%,#209047 56%,#19a866 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0e6027 0%,#209047 56%,#19a866 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6027', endColorstr='#19a866',GradientType=1 ); /* IE6-9 */
}
#recommend h2.title-content-main{
	background: url(/static/img/ferry/island/yakushima/bg-recommend.jpg) center center no-repeat;
	background-size: cover;
}
.container-spot .title-content-main span:after{
	background: #0e6027; /* Old browsers */
	background: -moz-linear-gradient(left,  #0e6027 0%, #209047 56%, #19a866 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0e6027 0%,#209047 56%,#19a866 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0e6027 0%,#209047 56%,#19a866 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6027', endColorstr='#19a866',GradientType=1 ); /* IE6-9 */
}
@media(max-width:768px) {
#recommend h2.title-content-main{
	background: url(/static/img/ferry/island/yakushima/bg-recommend.jpg) center center no-repeat;
	background-size: cover;
}
}


/* Video */
.btn-youtubech span{
	color: #129D62;
}


/* Gallery */
#gallery{
	background: url(/static/img/ferry/island/yakushima/bg-gallery.jpg) center center no-repeat;
	background-size: cover;
}
@media(max-width:768px) {
#gallery{
	background: none;
}
#gallery .title-content-main{
	background: url(/static/img/ferry/island/yakushima/bg-gallery-sp.jpg) center center no-repeat;
	background-attachment: initial;
	background-size: cover;
}
}





/* Hotel */
#hotel{
	background: url(/static/img/ferry/island/yakushima/bg-hotel.jpg) center center no-repeat;
	background-size: cover;
}




/* FAQ */
#faq{
	padding-top: 0;
}
#faq h2.title-content-main{
	background: url(/static/img/ferry/island/yakushima/bg-faq.jpg) center center no-repeat;
	background-size: cover;
	padding: 51px 0 48px 0;
	color: #fff;
	margin-bottom: 72px;
}
#faq-accordion .card-header button:before{
	content: "";
	background: #0e6027; /* Old browsers */
	background: -moz-linear-gradient(left,  #0e6027 0%, #209047 56%, #19a866 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0e6027 0%,#209047 56%,#19a866 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0e6027 0%,#209047 56%,#19a866 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6027', endColorstr='#19a866',GradientType=1 ); /* IE6-9 */
}
@media(max-width:768px) {
#faq{
	margin-top: 38px;
}
#faq h2.title-content-main{
	padding: 56px 0 53px 0;
}
}




/* スライドショー関連の設定 */
.prev-arrow {
	background: #0e6027; /* Old browsers */
	background: -moz-linear-gradient(left,  #0e6027 0%, #209047 56%, #19a866 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0e6027 0%,#209047 56%,#19a866 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0e6027 0%,#209047 56%,#19a866 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6027', endColorstr='#19a866',GradientType=1 ); /* IE6-9 */
}
.next-arrow {
	background: #0e6027; /* Old browsers */
	background: -moz-linear-gradient(left,  #0e6027 0%, #209047 56%, #19a866 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0e6027 0%,#209047 56%,#19a866 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0e6027 0%,#209047 56%,#19a866 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6027', endColorstr='#19a866',GradientType=1 ); /* IE6-9 */
}



.btn-youtubech{
	background: #0e6027; /* Old browsers */
	background: -moz-linear-gradient(left,  #0e6027 0%, #209047 56%, #19a866 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0e6027 0%,#209047 56%,#19a866 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0e6027 0%,#209047 56%,#19a866 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6027', endColorstr='#19a866',GradientType=1 ); /* IE6-9 */
}



.vegas-timer-progress{
	background: #0e6027; /* Old browsers */
	background: -moz-linear-gradient(left,  #0e6027 0%, #209047 56%, #19a866 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0e6027 0%,#209047 56%,#19a866 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0e6027 0%,#209047 56%,#19a866 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6027', endColorstr='#19a866',GradientType=1 ); /* IE6-9 */
}