@charset "UTF-8";
/* CSS Document */
/* kokunaiTopPage for pc */

#btn-pagetopblock {
    z-index: 9999 !important;
}

@media screen and (max-width: 1199px) and (min-width: 840px){
    .kokunaiTop .newsSection li .body {
        width: calc(100% - 95px);
    }
}

/* ============================
		header
 ============================ */
.kokunaiTop .topsSection {
    background: url(/module/kokunai-top/images/kokunaitop-main.jpg) no-repeat center 80%;
}

@media screen and (max-width: 839px) {
    .kokunaiTop .topsSection {
        margin: 0;
        background: url(/module/kokunai-top/images/kokunaitop-main.jpg) no-repeat center top -50px;
        /*background-size: cover;*/
		background-size: 100%;
    }
    .kokunaiTop article.topPage {
        margin-top: -30px;
    }
    .kokunaiTop header {
        position: fixed;
        z-index: 10000;
    }
    .kokunaiTop .topsSection ul.pc-none {
        position: absolute;
        top: 205px;
    }
    .kokunaiTop .topsSection .tabNav{
        margin: 150px auto 0 auto;
    }
}

.kokunaiTop .sp-menuSection li a{
    display: block;
    width: 100%;
    height: 44px;
    line-height: 47px;
}

/* ============================
		ぱんくず
 ============================ */


#bred_navi{
    background-color: #f4f4f4;
    margin-bottom: 0;
    padding: 0;
}
#bred_navi ul{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
    float: none;
}
@media screen and (max-width: 1200px) {
    #bred_navi ul{
        width:100%;
    }
}
@media screen and (max-width: 839px) {
    #bred_navi{
    margin-top: 51px !important;
    }
    #bred_navi ul{
        padding: 10px;
    }
}

/* ============================
		topsSection
 ============================ */

.kokunaiTop .topsSection h2.topsSection_ttl{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.kokunaiTop .topsSection h2.topsSection_ttl span{
    font-weight: bold;
    font-size: 25px;
    /* color: #3a77c7;
    text-shadow: 0px 0px 5px #ffffff; */
    color:#FFF;
    text-shadow: 0px 0px 5px #092953;
}
@media screen and (max-width: 1200px) {
    .kokunaiTop .topsSection h2.topsSection_ttl{
        width: 90%;
        margin-left: 10px;
    }
}
@media screen and (max-width: 839px) {
    .kokunaiTop .topsSection h2.topsSection_ttl{
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 160px;
        width: 100%;
    }
    .kokunaiTop .topsSection h2.topsSection_ttl span{
        /* background-color: rgba(255, 255, 255, 0.8); */
        font-size: 20px;
        padding: 5px 30px;
        border-radius: 3px;
        text-shadow: 0px 0px 5px #092953;
    }
}

.kokunaiTop .topsSection .tabNav h2{
    height: 101px;
    line-height: 101px;
}
.kokunaiTop .topsSection .tabNav .japanese h2 {
    background: url(/module/top/images/fig-japanese.png) no-repeat center left 35px;
}
@media screen and (max-width: 1200px) {
    .kokunaiTop .topsSection .tabNav .japanese h2 {
        background-position: center left 5px;
    }
}
.kokunaiTop .topsSection .tabNav .tabAreaNav li a{
    height: 100px;
    line-height: 100px;
}
@media screen and (max-width: 839px) {
    .kokunaiTop .topsSection .tabNav .tabAreaNav li a{
        height: 35px;
        line-height: 35px;
    }
}
.kokunaiTop .topsSection .tabNav .tabAreaNav li a::after{
    margin: -58px 0 0 0;
}
@media screen and (max-width: 839px) {
    .kokunaiTop .topsSection ul.pc-none li.overSea,.kokunaiTop .topsSection ul.pc-none li.domestic{
        display: none;
    }
    .kokunaiTop .topsSection .tabNav .japanese {
        width: 100%;
    }
    .kokunaiTop .topsSection .tabNav .japanese li a::after {
        left: calc(50% - 7px);
    }
    .kokunaiTop .sp-menuSection li.sea{
        display: none;
    }
    .kokunaiTop .sp-menuSection li.dp{
        border-right: solid 1px #FFF;
    }
}

/* ============================
	popularTourSection,departureSection,spotSection
 ============================ */
.popularTourSection .container,.departureSection .container,.spotSection .container {
    width: 1200px;
    padding: 30px 0;
}
@media screen and (max-width: 1200px) {
    .popularTourSection .container,.departureSection .container,.spotSection .container {
        width: 95%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 839px) {
        .popularTourSection .container,.departureSection .container,.spotSection .container {
        width: 98%;
    }
}
.popularTourSection{
    background-color: #f5f5f5;
    padding: 20px 0;
}
.popularTourSection h2,.departureSection h2,.spotSection h2 {
    font-size: 28px;
    color: #3d7cae;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1em;
}
.popularTourSection h2{
    margin-bottom: 20px;
}
@media screen and (max-width: 839px) {
    .popularTourSection h2{
        margin-bottom: 10px;
    }
    .popularTourSection h2,.spotSection h2 {
        font-size: 24px;
    }
    .spotSection h2 {
        margin-bottom: 60px;
    }
}

/* ============================
	popularTourSectionタブ
 ============================ */
.popularTourSection h3{
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.2;
}
.tabs {
position: relative;
width: 100%;
}
.tabs input {
position: absolute;
z-index: 1000;
width: 19%;
height: 50px;
/* left: 0px; */
top: 0px;
opacity: 0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
cursor: pointer;
}
.tabs label {
background: #bebebe;
font-size: 20px;
box-sizing: border-box;
line-height: 50px;
height: 50px;
position: relative;
float: left;
display: block;
width: 19%;
color: #FFF;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: bold;
text-align: center;
border-radius: 3px 3px 0 0;
margin-right: 1.25%;
}
.tabs label.tab-label-5{
    margin-right: 0px;
}
.tabs input:hover + label {
    opacity: 0.8;
}
.tabs label:first-of-type {
z-index: 4;
}
.tab-label-2 {
z-index: 3;
}
.tabs input:checked + label {
background: #3a77c7;
z-index: 6;
}
.tabs .clear-shadow {
clear: both;
}
.tabs .content {
background-color: #f5f5f5;
position: relative;
width: 100%;
/* height: 500px; */
z-index: 5;
border-top: 3px solid #3a77c7;
}
@media screen and (max-width: 767px) {
    .tabs .content {
        height: 700px;
    }
}
@media screen and (max-width: 550px) {
    .tabs .content {
        height: 600px;
    }
}
@media screen and (max-width: 480px) {
    .tabs .content {
        height: 500px;
    }
}
@media screen and (max-width: 320px) {
    .tabs .content {
        height: 400px;
    }
}
.tabs .content .content-1,.tabs .content .content-2,.tabs .content .content-3,.tabs .content .content-4,.tabs .content .content-5 {
position: absolute;
top: 0;
left: 0;
padding: 25px 0;
z-index: 1;
opacity: 0;
-webkit-transition: opacity linear 0.1s;
-moz-transition: opacity linear 0.1s;
-o-transition: opacity linear 0.1s;
-ms-transition: opacity linear 0.1s;
transition: opacity linear 0.1s;
}
@media screen and (max-width: 767px) {
    .tabs .content .content-1,.tabs .content .content-2,.tabs .content .content-3,.tabs .content .content-4,.tabs .content .content-5 {
        padding: 10px 0;
    }
}
.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4,
.tabs input.tab-selector-5:checked ~ .content .content-5 {
z-index: 100;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition: opacity ease-out 0.2s 0.1s;
-moz-transition: opacity ease-out 0.2s 0.1s;
-o-transition: opacity ease-out 0.2s 0.1s;
-ms-transition: opacity ease-out 0.2s 0.1s;
transition: opacity ease-out 0.2s 0.1s;
}
.tabs .content div h2{
color: #0c4d40;
margin: 0 0 10px 0;
font-weight: bold;
}
.tabs .content .slide {
font-size: 14px;
width:100%;
}
@media screen and (max-width: 767px) {
    .tabs {
    margin: 0;
    width: 100%;
    }
    .tabs input {
    margin: 0;
    }
    .tabs label {
    font-size: 14px;
    }
    .content {
    min-height: 450px;
    }
    .tabs .content div {
    padding: 0;
    }
}
@media screen and (max-width: 320px) {
    .tabs label {
        font-size: 12px;
    }
}

/* ============================
	popularTourSectionスライド swiper
 ============================ */
 .content-1,.content-2,.content-3,.content-4,.content-5{
     width: 100%;
    box-sizing: border-box;
 }
 .kokunaiTop .swiper-wrapper{
    display: flex;
    justify-content: space-between;
 }
 @media screen and (max-width: 839px) {
    .kokunaiTop .swiper-wrapper{
        flex-wrap: wrap;
    }
}
 .kokunaiTop .swiper-slide{
    background-color: #FFF;
    border: 1px solid #ccdbee;
    box-sizing: border-box;
    width:24%;
 }
@media screen and (max-width: 839px) {
    .kokunaiTop .swiper-slide{
        width: 100%;
        margin-bottom: 10px;
    }
}
 .kokunaiTop .swiper-wrapper .img_area{
     position: relative;
     height: 253px;
    overflow: hidden;
 }
 @media screen and (max-width: 839px) {
    .kokunaiTop .swiper-wrapper .img_area{
        position: relative;
        height: auto;
        overflow: visible;
        width: 50%;
    }
    .kokunaiTop .swiper-wrapper .text_area{
        width: 50%;
    }
 }
 .kokunaiTop .swiper-wrapper .img_area .rank{
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
 }
 .kokunaiTop .swiper-wrapper .icon {
    background: #666;
    color: #fff;
    font-size: 13px;
    padding: 0px 7px 0 7px;
    margin-right: 5px;
 }
  @media screen and (max-width: 839px) {
    .kokunaiTop .swiper-wrapper .icon {
        font-size: 12px;
    }
 }
 .swiper-slide img{
     width:100%;
    vertical-align: middle;
 }
 .swiper-slide a{
     color:#333 !important;
 }
@media screen and (max-width: 839px) {
    .swiper-slide a{
        display: flex;
    }
 }
 .swiper-slide a:hover{
     text-decoration: none;
 }
 .swiper-slide a h6{
    padding: 10px;
    font-size: 18px;
    /* min-height: 85px; */
 }
 @media screen and (max-width: 839px) {
    .swiper-slide a h6{
        font-size: 14px;
    }
 }
 .swiper-slide a p{
     padding: 5px 10px 10px 10px;
     line-height: 1.6;
 }
  .swiper-slide a:hover h6,.swiper-slide a:hover p{
    opacity: 0.6;
  }
 .swiper-wrapper{
     /* margin-left: -10px; */
 }
 .popularTourSection .swiper-button-next, .popularTourSection .swiper-button-prev{
     width: 31px;
     height: 46px;
 }
 .swiper-button-prev{
    left: -50px !important;
    background-image: url(https://www.wbf.co.jp/kokunai/module/departure/images/arrow_left.png)!important;
 }
 @media screen and (max-width: 1300px) {
     .swiper-button-prev{
         left: 0 !important;
     }
 }
 .swiper-button-next{
    right: -50px !important;
    background-image: url(https://www.wbf.co.jp/kokunai/module/departure/images/arrow_right.png)!important;

 }
  @media screen and (max-width: 1300px) {
     .swiper-button-next{
         right: 0 !important;
     }
 }
 .swiper-pagination{
     width: 100%;
    margin-top: 10px;
 }
 .swiper-pagination-bullet{
    margin: 10px;
    width: 10px;
    height: 10px;
 }
 .swiper-slide .btn-wrapper{
     display: flex;
    flex-wrap: wrap;
 }
 .swiper-slide .btn-wrapper a{
    display: block;
    width: 50%;
    text-align: center;
    background-color: #e6a521;
    color: #FFF !important;
    padding: 10px 0;
    box-sizing: border-box;
    border: 1px solid #FFF;
    position: relative;
 }
 .swiper-slide .btn-wrapper a i{
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
 }
 .swiper-slide .btn-wrapper a:nth-child(1),.swiper-slide .btn-wrapper a:nth-child(2){
    border-bottom: none;
 }
 .swiper-slide .btn-wrapper a:nth-child(2),.swiper-slide .btn-wrapper a:nth-child(4){
    border-left: none;
 }
 .swiper-slide span.getlowprice_child_tour, .swiper-slide .getmaxprice_child_tour{
     color:#f00;
     font-weight: bold;
    padding: 0 0 10px;
    display: inline-block;
    font-size: 15px;
 }


 .swiper-slide .prices{
    text-align: center;
    display: block;
    color: #f00;
    font-weight: bold;
    color: #f00;
    font-weight: bold;
    padding: 0 0px 15px 65px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
 }



/* ============================

ツアーURLに特集ページの記載を行った為修正

.swiper-slide span.getlowprice_child_tour {
    padding-left: 10px;
}
 .swiper-slide .prices{
    text-align: center;
    display: block;
 }

 ============================ */


 @media screen and (max-width: 839px) {
      .swiper-slide .prices{
        text-align: left;
        display: inline;
        padding: 0 0px 15px 10px;
    }
 }

/* ============================
    popularTourSectionスライド slick
 ============================ */

 /* ============================
    スライダー設置につき記述　8/14
 ============================ */

.bannerSection-slide-wrap{
    width: 93%;
    margin: 0 auto;
    padding: 30px 0;
}

.bannerSection-slide-wrap ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bannerSection-slide-wrap .slider li{
     margin: 0 10px;
}

.bannerSection-slide-wrap .slider li a img{
    width: 100%;
    max-width: 100%
}

.slick-prev:before, .slick-next:before {
    font-size: 0 !important;
}

.bannerSection-slide-wrap .slider.slider02 .slick-prev, .bannerSection-slide-wrap .slider.slider02 .slick-next {
    font-size: 0; 
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 31px;
    height: 48px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.bannerSection-slide-wrap .slider.slider02 .slick-prev  {
        background: url(/oka/include/images/arrow_left02.png)0 0 no-repeat;
        left: -45px;
}
.bannerSection-slide-wrap .slider.slider02 .slick-next  {
        background: url(/oka/include/images/arrow_right02.png)0 0 no-repeat;
        right: -45px;
}

.bannerSection-slide-wrap .slider.slider02 .slick-dots li {
    padding: 0;
}


 @media screen and (max-width: 839px) {
     .bannerSection-slide-wrap{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.bannerSection-slide-wrap ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
}

.bannerSection-slide-wrap .slider li{
     margin: 0 5px;
}

.bannerSection-slide-wrap .slider li a img{
    width: 100%;
    max-width: 100%
}

.slick-prev:before, .slick-next:before {
    font-size: 0 !important;
}

.bannerSection-slide-wrap .slider.slider02 .slick-prev, .bannerSection-slide-wrap .slider.slider02 .slick-next {
    font-size: 0; 
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 31px;
    height: 48px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.bannerSection-slide-wrap .slider.slider02 .slick-prev  {
        background: url(/oka/include/images/arrow_left02.png)0 0 no-repeat;
        left: 0;
        z-index: 1;
        top: 30px;
}
.bannerSection-slide-wrap .slider.slider02 .slick-next  {
        background: url(/oka/include/images/arrow_right02.png)0 0 no-repeat;
        right: 0;
        z-index: 1;
        top: 30px;
}

.bannerSection-slide-wrap .slider.slider02 .slick-dots li {
    padding: 0;
}
 }






/* ============================
	popularTourSectionスライド slick
 ============================ */

    figure.photo img{
        height: auto;
    }

/* ============================
	popularTourSection
 ============================ */

.popularTourSection {
}
.popularTourSection .container {
	position: relative;
    padding-bottom: 60px;
}
@media screen and (max-width: 839px) {
    .popularTourSection .container {
        padding-bottom: 40px;
    }
}
.popularTourSection .selectMenus {
    padding-bottom: 10px;
    text-align: right;
}
.popularTourSection .selectMenus .name {
    font-weight: bold;
}
.popularTourSection .selectMenus select {
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding: 5px;
	border: 1px solid #c8c5c4;
	background-color: #fff;
	border-radius: 0;
	background-image: url(../images/mark001.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	width: 100px;
	text-align: left;
}
.popularTourSection .selectMenus select::-ms-expand {
display: none;
}
.popularTourSection .slider li {
	float: left;
	width: 228px;
	margin-right: 16px;
}
.popularTourSection .slider li:last-child {
	margin-right: 0;
}
.popularTourSection .slider li a {
	display: block;
	color: #000;
	position: relative;
}
.popularTourSection .slider li .photo {
	line-height: 1em;
	margin-bottom: 5px;
}
.popularTourSection .slider li .photo img {
	width: 100%;
}
.popularTourSection .slider li .rank {
	position: absolute;
	padding: 1px 7px 0 7px;
	height: 23px;
	top: 6px;
	left: 6px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: 23px;
	text-align: center;
	background: #000;
	border-radius: 3px;
}
.popularTourSection .slider li .icon {
	background: #666;
	color: #fff;
	font-size: 13px;
	padding: 0px 7px 0 7px;
    margin: 3px;
}
.popularTourSection .slider li .title {
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 1.35em;
    margin: 5px 10px;
    min-height: 60px;
}
.popularTourSection .slider li .price-wrap {
	justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.popularTourSection .slider li .prices {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    color: #f00;
    font-weight: bold;
    line-height: 1em;
}
.popularTourSection .slider li .price {
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
    display: block;
    width: 50%;
    text-align: center;
    background-color: #e6a521;
    color: #FFF !important;
    padding: 10px 0;
    box-sizing: border-box;
    border: 1px solid #FFF;
    position: relative;
}
.popularTourSection .slider li .price a {
    color: #FFF !important;
}
.popularTourSection .slider {
	margin: 0 0 50px;
	position: relative;
}
.popularTourSection .slider img {
	width: 100%;
	height: auto;
}
.popularTourSection .multiple-item .slick-next {
	right: 20px;
	z-index: 99;
}
.popularTourSection .multiple-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.popularTourSection .multiple-item li {
	margin: 0 8px;
}
.popularTourSection .slider img.slide-arrow {
	width: 31px;
}
.popularTourSection .slider .prev-arrow {
	position: absolute;
	top: calc(50% - 40px);
	left: -65px;
	z-index: 100;
}
.popularTourSection .slider .next-arrow {
	position: absolute;
	top: calc(50% - 40px);
	right: -60px;
	z-index: 100;
}

/* slickのずれテスト */
.popularTourSection .slick-track{
    margin-left: 20px;
}

/* ============================
	findSection
 ============================ */
.kokunaiTop .findSection .container{
   background:none;
   margin-bottom: 0;
}
@media screen and (max-width: 839px) {
    .kokunaiTop .findSection .container{
        padding: 10px 0;
        padding-top: 40px;
    }
}


/* ============================
	areaSection
 ============================ */
.kokunaiTop .areaSection .container {
    padding-bottom:50px;
    margin-bottom: 40px;
}
@media screen and (max-width: 839px) {
    .kokunaiTop .areaSection .container {
        padding: 0 0 40px 0;
        margin-bottom: 10px;
    }
}
.kokunaiTop .areaSection .look ul.area{
    justify-content: start;
}
@media screen and (max-width: 1200px) {
    .kokunaiTop .areaSection .look ul.area{
        justify-content: center;
    }
}
@media screen and (max-width: 839px) {
    .kokunaiTop .areaSection .look ul.area{
        justify-content: space-between;
        width: 96%;
        margin: 0 auto;
    }
}
.kokunaiTop .areaSection .look .area li{
    width: 220px;
    margin: 10px;
}
@media screen and (max-width: 839px) {
    .kokunaiTop .areaSection .look .area li{
        width: 48%;
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 839px) {
    .kokunaiTop .areaSection .look .area li a{
        height: auto;
    }
    .kokunaiTop .hover_ttl {
        padding: 5px 0;
    }
}


/* ============================
	departureSection
 ============================ */

.kokunaiTop .departureSection .container{
    margin-bottom: 40px;
    background-image: url(/module/top/images/border002.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 80px 0 ;
}
@media screen and (max-width: 839px) {
    .kokunaiTop .departureSection .container{
        padding: 40px 0;
    }
}
.kokunaiTop .departureSection .btn-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 839px) {
    .kokunaiTop .departureSection .btn-wrapper{
        flex-wrap: wrap;
    }
}
.kokunaiTop .departureSection .btn-wrapper a{
    text-shadow: 0 1px 1px #d3971f;
    width: 18%;
    font-size: 20px;
    color:#FFF;
    font-weight: bold;
    letter-spacing: .2em;
    display: inline-block;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    background: #e6a521;/*背景色*/
    color: #ffffff;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}
@media screen and (max-width: 839px) {
    .kokunaiTop .departureSection .btn-wrapper a{
        font-size: 18px;
        width: 48%;
        margin-bottom: 4%;
        padding: 15px;
    }
}
.kokunaiTop .departureSection .btn-wrapper a:hover{
    opacity: 1.0;
}
.kokunaiTop .departureSection .btn-wrapper a::before{
  z-index: -1;
  content: '';
  width: calc(200% + 40px);
  position: absolute;
  left: calc(-100% - 40px);
  height: 100%;
  display: block;
  top: 0;
  background: linear-gradient(135deg, rgb(240, 187, 82) 55%,rgb(230, 165, 33) 55%);
  transition: .3s;
}
.kokunaiTop .departureSection .btn-wrapper a:hover::after{
  z-index: 1;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(242,144,46,0) 50%,rgb(230, 165, 33) 50%);
}
.kokunaiTop .departureSection .btn-wrapper a:hover::before{
  left: 0;
}
.kokunaiTop .departureSection .btn-wrapper a i{
    position: absolute;
    right: 15px;
    top:calc(50% - 10px);
}

/* ============================
	spotSection
 ============================ */

.kokunaiTop .spotSection .container{
    background-image: url(/module/top/images/border002.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-bottom: 80px;
    padding: 40px 0;
}
@media screen and (max-width: 839px) {
    .kokunaiTop .spotSection .container{
        padding: 0 0 40px 0;
        margin-bottom: 40px;
    }
}
.kokunaiTop .spotSection ul{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .kokunaiTop .spotSection ul{
        display: block;
    }
}
.kokunaiTop .spotSection ul li{
    width: 19%;
    margin-right: 1%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .kokunaiTop .spotSection ul li{
        width: 100%;
    }
}
.kokunaiTop .spotSection ul li:last-child {
    margin-right: 0;
}
.kokunaiTop .spotSection ul li a{
    color:#333;
}
@media screen and (max-width: 767px) {
    .kokunaiTop .spotSection ul li a{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}
.kokunaiTop .spotSection ul li a:hover{
    text-decoration: none;
}
.kokunaiTop .spotSection ul li a .photo {
    width: 100%;
    height: 155px;
    overflow: hidden;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .kokunaiTop .spotSection ul li a .photo {
        width: 50%;
        height: auto;
    }
}
/*.kokunaiTop .spotSection ul li a img {
    height: 110%;
    width: auto;
}*/
.kokunaiTop .spotSection ul li a img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .kokunaiTop .spotSection ul li a img {
        height: auto;
    }
}
.kokunaiTop .spotSection ul li a:hover img {
    opacity: 0.5;
}
.kokunaiTop .spotSection ul li a .main{
    width:100%;
}
@media screen and (max-width: 767px) {
    .kokunaiTop .spotSection ul li a .main{
        width: 45%;
    }
}
.kokunaiTop .spotSection ul li a .title{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.kokunaiTop .spotSection ul li a:hover .title{
    opacity: 0.5;
}
.kokunaiTop .spotSection ul li a .body{
    line-height: 1.6;
    display: block;
}
.kokunaiTop .spotSection ul li a:hover .body{
    opacity: 0.5;
}
.kokunaiTop .moreSpot a{
    font-size: 16px;
    width: 30%;
    color: #FFF!important;
    text-align: center;
    display: block;
    background-color: #3a77c7;
    padding: 20px 0;
    margin: 20px auto 30px auto;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: none!important;
}
@media screen and (max-width: 767px) {
    .kokunaiTop .moreSpot a{
        width: 90%;
    }
}