.top-contents {
    width: 1030px;
    margin: 0 auto;
}
.tour-swiper-slide-area{
    position: relative;

}
.tour-swiper-slide{
width: 1030px;
    overflow: hidden;
}
section.tour_design_carousel {
    padding: 24px 0;
/*        margin: 20px 0;*/
    position: relative;
    width: 1044px;
}

section.tour_design_about,
section.tour_design_theme,
section.tour_design_airline,
section.tour_design_scroll {
    padding: 30px 0;
    margin: 40px 0;
}
h2.contents-title {
/*    font-size: 24px;*/
    font-size: 32px;
    font-weight: 800;
        margin-bottom: 20px;
}
section.tour_design_carousel h3.contents-title{
    text-align: left;
    margin-bottom: 10px;
}
section.cb_content_city h2.catch.rich_font,
section.cb_content_theme h2.catch.rich_font {
    text-align: center;
    margin-bottom: 35px;
/*        color: #fff;*/
}

section.cb_content_city ul li,
section.cb_content_theme ul li {
    margin: 0.5%;
    text-align: center;
}
section.tour_design_carousel .tour-swiper-slide a p,
section.cb_content_city ul li a p,
section.cb_content_theme ul li a p {
    padding-top: 15px;
/*        color: #fff;*/
}
section.cb_content_city ul, section.cb_content_theme ul {
    display: flex;
    flex-wrap: wrap;
        max-width: 864px;
    margin: 0 auto;
}
section.tour_design_carousel .tour-swiper-slide,
section.cb_content_city ul li,
section.cb_content_theme ul li{
    width: auto;
}
section.tour_design_carousel .tour-swiper-slide a img,
section.content_city ul li a img,
section.content_theme ul li a img,
.tour_design_theme .tour-theme-area .tour-area-item a img{
    width: 108px;
    height: 108px;
    object-fit: cover;
    border-radius: 8px;
}
.tour_design_airline .tour_design_theme .tour-theme-area .tour-area-item a img,
.tour_design_scroll .tour_design_theme .tour-theme-area .tour-area-item a img{
    border-radius:0
}
.tour-swiper-slide .swiper-slide {
    width: 108px;
/*    margin-left: 24px;*/
}

section.tour_design_carousel .tour-swiper-slide a p.country-txt {
    font-size: 14px;
    color: #565656;
    padding-top: 10px;
}
section.tour_design_carousel .tour-swiper-slide a p.price {
    font-size: 14px;
    padding-top: 5px;
    color: #8b8b8b;
    font-family: Helvetica Neue;
}
.tour_design_scroll p.list-link,
.tour_design_carousel p.list-link {
    position: absolute;
    right: 0;
    top: 26px;
}
.tour_design_scroll p.list-link a,
.tour_design_carousel p.list-link a{
    color: #56a8bf;
    position: relative;
    font-weight: normal;
    padding-right: 15px;
}
.tour_design_scroll p.list-link a::after,
.tour_design_carousel p.list-link a::after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #56a8bf;
    border-right: 1px solid #56a8bf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tour_design_theme .tour-theme-area-inner {
    display: flex;
    flex-wrap: wrap;
}
.tour_design_airline .tour-theme-area-inner,
.tour_design_scroll .tour-theme-area-inner {
    display: flex;
}
.tour_design_airline .tour-theme-area .tour-area-item .country-txt,
.tour-theme-area .tour-area-item .country-txt{
    position: static;
    overflow: hidden;
    white-space: wrap;
    /* text-overflow: ellipsis; */
    font-size: 14px;
    color: #565656;
    text-align: left;
}
.tour-theme-area .tour-area-item p.list-link a {
    border: 1px solid #e4e4e4;
    display:inline-block;
    padding: 5px;
    margin: 0 calc(100%* 1 / 5);
    padding: 11px;
    font-size: 14px;
    width: calc(100%* 3 / 5);
        color: #565656;
    text-align: center;
}
.tour-theme-area p.list-link {
    margin-top: 15px;
}
section.tour_design_scroll {
/*    background: #f2f2f2;*/
    position: relative;
}
.support-area {
    display: flex;
    padding: 10px;
    justify-content: space-evenly;
}
.support-item {
    padding: 5px;
}


p.rank-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
p.rank-img:before {
    background: #fff;
    content: "";
    width: 50px;
    display: block;
    height: 50px;
    padding: 0;
    transform: rotateZ(45deg);
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 0;
}

p.rank-img span {
    position: absolute;
    background: #fff;
    z-index: 2;
    top: 5px;
    left: 5px;
    font-size: 10px;
}

.tour-area-item:nth-child(1n) p.rank-img:before,
.tour-area-item:nth-child(1n) p.rank-img span{
    background: #efca03;
    color: #fff;
}
.tour-area-item:nth-child(2n) p.rank-img:before,
.tour-area-item:nth-child(2n) p.rank-img span{
    background: #c7c7c7;
    color: #fff;
}
.tour-area-item:nth-child(3n) p.rank-img:before,
.tour-area-item:nth-child(3n) p.rank-img span{
    background: #d18c86;
    color: #fff;
}
.tour-area-item:nth-child(n+4) p.rank-img:before,
.tour-area-item:nth-child(n+4) p.rank-img span{
    background: #fff;
    color: #565656;
}
.nit-area {
    padding: 10px;
}
.nit-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* border: 1px solid; */
}

.nit-area ul li {
    border: 1px solid #ddd;
    padding: 5px;
    width: calc(50% - 10px);
    margin: 1%;
    text-align: center;
    line-height: 150%;
}

div#pagelink.sp-none {
    width: 1030px;
    margin: 0 auto 50px;
    text-align: center;
}

div#pagelink.sp-none {
    border: 1px solid #ccc;
    border-radius: 10px;
    border-collapse: collapse;
    overflow: hidden;
}
div#pagelink.sp-none td {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 13px;
    vertical-align: middle;
}
div#pagelink.sp-none table tr.pagelink-top td {
    border-top: none !important;
    border-left: none;
    border-bottom: none;
    width: 17%;
}
div#pagelink.sp-none table tr.pagelink-top td:last-child {
      border-right: none;  
}
div#pagelink.sp-none table tr.pagelink-bottom td {
    border-bottom:none !important;
    border-left: none;
}
div#pagelink.sp-none table tr.pagelink-bottom td:last-child {
       border-right: none;     
}
div#pagelink.sp-none a{
    display: block;
    text-align: center;
    line-height: 150%;
font-weight: 400;
}
div#ranking-swiper .swiper-slide{
       width: auto     
    }
.swiper-button-next:before, .swiper-button-prev:before {
    color: #565656;
    font-size: 20px;
}
.swiper-button-next:before, .swiper-button-prev:before {
    font-size: 15px;
}
.swiper-button-next{
        border: 1px solid #ddd;
        right: -45px;
        z-index: 5;
        background: #fff;
        border-radius: 25px;
        width: 35px;
        height: 35px;
        box-shadow: 1px 2px 3px rgb(0 0 0 / 11%);
    }

.swiper-button-prev{
        border: 1px solid #ddd;
        left: -45px;
        z-index: 5;
        background: #fff;
        border-radius: 25px;
        width: 35px;
        height: 35px;
        box-shadow:1px 2px 3px rgb(0 0 0 / 11%);
    }
.nit-area-top {
    text-align: center;
    line-height: 150%;
}
.nit-area-bottom {
    display: flex;
    text-align: center;
}
.nit-area img {
    width: 180px;
}
    #news_ticker .date:before{
        display: none;
    }

#news_ticker .title {
    transition:none;
}
#news_ticker .post_list {
/*    padding: 20px 10px;*/
    width: 750px;
    margin: 0 auto
}
#news_ticker:before,
#news_ticker:after{
    display: none;
}
#news_ticker .post_list li a {
    padding: 20px 40px;
    display: flex;
    font-weight: 400;
     flex-wrap: nowrap; 
    justify-content: left;
    /* align-items: center; */
    width: 100%;
    background-color:#fff;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 17px;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
#news_ticker .post_list li {
    margin:0;
    }
#news_ticker .post_list li a:hover{
    opacity: 1;
background-color: none ;
color: #000}

#news_ticker ul.post_list li{
    opacity: 1;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94);
        }
#news_ticker ul.post_list:hover li {
    opacity: 0.3;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94);
}

#news_ticker ul.post_list li:hover {
    opacity: 1;
    transition: opacity .6s cubic-bezier(.25,.46,.45,.94);
}

#news_ticker ul.post_list li:last-child a{
   border-bottom:none 
}

@media screen and (min-width:768px) {
    
.home .choose {
margin: 20px auto 50px;
    border: 1px solid #ccc;
    border-radius: 11px;
            width: 1030px;
    padding-bottom: 5px;
}
.home .choose .add_box{
        padding: 0;
            max-width: 100%;
    }
.choose .ttl_tour {
    font-size: 24px !important;
}
div#area h2.contents-title {
    margin-bottom: 0;
    margin-top: 70px;
}
    section.tour_design_scroll{
        padding-top: 50px;
    }
.tour_design_airline .tour-theme-area-inner .airline-item {
    /* width: calc(100%* 3 / 5); */
    width: 300px;
        border: 1px solid #e4e4e4;
    margin: 0 6px;
    justify-content: center;
}
.tour_design_airline .tour-theme-area-inner .airline-item a {
    display: block;
}
.tour_design_airline .tour-theme-area .country-txt{
    position: static;
    overflow: hidden;
    white-space: wrap;
    /* text-overflow: ellipsis; */
    font-size: 15px;
    color: #565656;
        padding: 5px 10px 0;
    margin-top: 5px;
    text-align: left;
}
section.tour_design_carousel .tour-swiper-slide a p.country-txt{
/*       padding: 0 */
white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.tour_design_airline .tour-theme-area .detail-txt{
    white-space: wrap;
    /* text-overflow: ellipsis; */
    font-size: 12px;
    color: #565656;
padding: 5px 10px 10px;
    line-height: 150%;
    text-align: left;
    }
    
section.tour_design_carousel .tour-swiper-slide a span.img {
    overflow: hidden;
    width: 108px;
    height: 108px;
    border-radius: 8px;
    display: block;
}

section.tour_design_carousel .tour-swiper-slide a img{
    width: 108px;
    height: 108px;
    object-fit: cover;
    border-radius: 8px;
    transform: scale(1, 1);
    transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    overflow: hidden;
}
#kodawari .tour-theme-area .tour-area-item a span.img img,
section#trend .tour-area-item span.img img{
    transform: scale(1, 1);
    display: block;
    width: 230px;
    height: 170px;
 
    }
#kodawari .tour-theme-area .tour-area-item a:hover span.img,
section#trend .tour-area-item a:hover span.img{
    overflow: hidden;
    width: 230px;
    height: 170px;
    display: block;
    border-radius: 8px;

}
.tour_design_airline .tour-theme-area-inner .airline-item a span.img {
    overflow: hidden;
    height: 198px;
    display: block;
}
#kodawari .tour-theme-area .tour-area-item a:hover span.img img,
section.tour_design_carousel .tour-swiper-slide a:hover span.img img{
    transform: scale(1.05, 1.05);
    transition: transform .15s ease-out;
}

.tour_design_airline .tour-theme-area-inner .airline-item a:hover span.img img{
    transform: scale(1.05, 1.05);
    transition: transform .15s ease-out;
    }
section#trend .tour-area-item a:hover span.img img{
    transform: scale(1.05, 1.05);
    transition: transform .15s ease-out;
    }
div#ranking-swiper.four .box a:hover p.rank-img img{
    transform: scale(1.05, 1.05);
    transition: transform .15s ease-out; 
    }
section.tour_design_scroll .tour-area-item a p.price{
    font-size: 12px;
    padding-top: 5px;
    color: #8b8b8b;
    font-family: Helvetica Neue;
}
div#trend-swiper,
div#ranking-swiper {
    width: 1030px;
    margin: 0 auto;
    position: relative;
}
div#trend-swiper .tour-theme-area,
div#ranking-swiper .tour-theme-area{
        overflow: hidden
    }
div#trend-swiper .swiper-button-prev,
div#trend-swiper .swiper-button-next {
    top: 57%;
    }
div#ranking-swiper .box {
/*    width: 108px;*/
    margin: 5px;
}
div#ranking-swiper .box a {
    display: flex;
    font-size: 12px;
}
div#ranking-swiper .tour-theme-area .tour-area-item .country-txt{
    font-size: 13px;
    font-weight: normal;
    line-height: 150%
    }
div#ranking-swiper .box p.rank-img img{
    width: 90px;
border-radius: 8px;
}
div#ranking-swiper .box .img-bottom {
    width: 240px;
    padding: 0 0px 0 10px;
}
div.contents-title,
h2.contents-title {
    text-align: center;
    margin-bottom: 30px;
    }
    section.tour_design_carousel h3.contents-title{
        margin-bottom: 28px
    }
section#kodawari .tour-theme-area-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
        width: 800px;
        margin: 0 auto;
}
section#kodawari .tour-area-item {
/*    width: 32%;*/
    width: 230px;
}
#kodawari p.country-txt {
    text-align: center;
    padding: 10px 0 30px;
    /* font-size: 14px; */
}
#kodawari .tour-theme-area .tour-area-item a img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.tour_design_airline .tour-theme-area-inner,
.support-area{
    display: flex;
    justify-content: center;
}
section#trend .tour-theme-area {
    width: 1030px;
    margin: 0 auto;
}
section#trend .tour-area-item {
    width: 230px;
    text-align: center;
}

section#trend .tour-theme-area-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    word-break: keep-all;
}
section#trend .tour-theme-area-inner.swiper-wrapper{
    flex-wrap: nowrap;
    gap: unset;
    justify-content: normal;
    }
section#trend .tour-theme-area .tour-area-item .country-txt{
    text-align: center;
    word-break: break-all;
    padding: 8px;
}

section#trend .tour-area-item img {
    width: 230px;
    height: 170px;
    object-fit: cover;
            border-radius: 8px;
}
.tour_design_scroll p.list-link a, .tour_design_carousel p.list-link a {
    font-size: 12px;
}
.tour_design_scroll p.list-link a, .tour_design_carousel p.list-link a {
        font-size: 12px;
/*        border: 1px solid #000;*/
        border-radius: 50px;
        padding: 5px 20px;
        display: inline-block;
        color: #000;
    }
.tour_design_scroll p.list-link a::after, .tour_design_carousel p.list-link a::after {
    content: '';
    position: absolute;
    top: 7px;
    bottom: 0;
    right: 8px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
section.tour_design_carousel h3.contents-title{
    font-size: 28px;
/*    padding-left: 14px;*/
        font-weight: 800;
    }
#news_ticker p.list-link,
    .tour-theme-area p.list-link {
        text-align: center
    }
#news_ticker p.list-link a,
.tour-theme-area p.list-link a {
    border: 1px solid #e4e4e4;
    display:inline-block;
    margin: 10px auto;
    padding: 15px 10px;
    font-size: 14px;
    width: 300px;
        color: #565656;
    text-align: center;
    border-radius: 5px;
    font-weight: normal;
}
section#ranking {
    padding: 50px 0;
}
section#support {
/*    background: #f4f4f4;*/
    padding: 50px 0;
}
    a:hover{
     opacity: 0.8   
    }
/*
.airline-item a img{
transition:all .15s ease-out;
    }
.airline-item a img:hover{
  transform:scale(1.2,1.2);
transition:all .15s ease-out;
}
.airline-item a span.img{
        overflow: hidden;
}
*/
    #news_ticker a{
        color: #565656
    }
    #news_ticker .date{
        font-weight: normal;
        font-size: 16px;
        margin-right: 15px;
    }

    
    .home .choose.gray{
        background: #f4f4f4;
        border: none;
    }
h1.top-txt_01 {
        text-align: center;
        padding: 10px;
        font-size: 18px;
        color: #565656;
        font-weight: normal;
        background: #e5e5e5;
    }
h1.top-txt_02 {
        text-align: center;
        padding: 10px;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
        background: #565656;
    }
h1.top-txt_03 {
    text-align: center;
    padding: 50px 30px 0;
    font-size: 28px;
    font-weight: bold;
}
/*PCランキングでスライドしない場合*/
div#ranking-swiper.slidenone .swiper-wrapper {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
div#ranking-swiper.slidenone .tour-theme-area .tour-area-item .country-txt {
        font-size: 14px;
    }
div#ranking-swiper.slidenone .box a{
        display: flex
    }
div#ranking-swiper.slidenone .box .img-bottom {
    width: 400px;}
div#ranking-swiper.slidenone .box p.rank-img img {
        width: 100px;
        height: 100px;
        border-radius: 8px;
    }
.support-area {
    width: 1030px;
    margin: 0 auto;
}
#news_ticker h2.contents-title {
        margin-bottom: 50px;
    }
#news_ticker .post_list {
    width: 100%;
        max-width: 560px;
}
#news_ticker p.list-link {
    margin-top: 40px;
    margin-bottom: 100px;
}
/*検索枠あり*/
.home .choose.wakunashi ul {
        width: 1030px;
        padding: 5px;
        max-width: 1030px;
        border-radius: 50px;
        border: 1px solid #ccc;
        overflow: hidden;
    }
.home .choose.wakunashi ul li.calender {
    width: 18%;
}
.choose.wakunashi ul li .select_box select {
    width: 100%;
    font-size: 15px;
    color: #282828;
    line-height: 30px;
    background-color: #FFF;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 20px 0px 0px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.choose.wakunashi ul li input[type="text"]{
    border: none;  
    }
.choose ul li .select_box:after,
.choose ul li .input_box:after{
    display: none;
}
.choose ul li {
    border-right: none;
}
    .choose ul li:last-child{
         border-right:none;   
    }
.choose ul li:after {
    content: "";
    border-right: 1px solid #ccc;
    height: 80%;
    display: inline-block;
    width: 1px;
    position: absolute;
    right: 0;
    top: 6px;
}
.choose ul li:nth-child(4n), .choose ul li:nth-child(4n):after {
    border-right: none;
}
.choose ul li:last-child, .choose ul li:last-child:after {
        border-right: none;
    }
.home .choose.wakunashi {
    border: none;
    padding: 20px 0;
    }
.choose.wakunashi ul li:first-child{
    padding-left: 0
    }
.choose.wakunashi ul li:last-child {
    padding-right: 0;
}
    
/*PCランキングでスライドしない場合*/ 
    div#ranking-swiper.four .box a{
        display: block;
    }
div#ranking-swiper.four .box p.rank-img img {
    width: 240px;
    height: 160px;
    object-fit: cover;
}
div#ranking-swiper.four .box .img-bottom {
        /* width: 240px; */
        /* padding: 0 0px 0 10px; */
        padding: 5px;
    }
section.tour_design_scroll div#ranking-swiper.four .tour-area-item a p.price {
        font-size: 14px;
        padding-top: 5px;
        text-align: right;
    }
div#ranking-swiper.four p.rank-img span {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 5px;
    font-size: 14px;
}
div#ranking-swiper.four p.rank-img:before {
    content: "";
    width: 60px;
    display: block;
    height: 60px;
    padding: 0;
    transform: rotateZ(45deg);
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 1;
}

    
section#kodawari.dot {
    border-top: 1px dotted #dddcdc;
    padding-top: 50px;
}
div#container.left-text #area h2.contents-title {
        text-align: left;
        margin-bottom: 0;
    }
div#container.left-text h2.contents-title {
    text-align: left;
    }
div#container.left-text .tour_design_airline .tour-theme-area-inner, div#container.left-text .support-area {
        display: flex;
        justify-content: flex-start;
    }
div#container.left-text #support h2.contents-title {
        text-align: left;
        width: 1030px;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width:1200px) {
.swiper-button-prev {
    left: -30px;
}
.swiper-button-next {
    right: -30px;
}
}
@media screen and (max-width:1100px) {

.swiper-button-next:before, .swiper-button-prev:before {
    font-size: 15px;
}
.swiper-button-next {
        right: 30px;
    }
.swiper-button-prev {
    left: 30px;
}
}
@media screen and (max-width:1000px) {
.swiper-button-prev {
    left: 30px;
}
.swiper-button-next {
    right: 30px;
}
}
@media screen and (max-width:768px) {
.top-contents{
        width: 100%;
    }
div#area h2.contents-title {
    margin: 35px 0 0;
}

section.tour_design_carousel {
    width: 100%;
}
h2.contents-title {
    font-size: 15px;
    padding-left: 14px;
    }
div.contents-title{
    margin: 0 0 30px;
    }
section.tour_design_carousel h3.contents-title{
    padding-left: 14px;
    font-size: 14px;
        font-weight: 800;
    }
.tour_design_theme .tour-theme-area-inner .tour-area-item {
    width: calc(100vw / 3.5);
    padding: 5px
}
.tour-theme-area .tour-area-item a img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}
section.tour_design_carousel .tour-swiper-slide a img, section.content_city ul li a img, section.content_theme ul li a img, .tour_design_theme .tour-theme-area .tour-area-item a img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    aspect-ratio: 1 / 1;
    }
section.tour_design_carousel .tour-swiper-slide a p.country-txt,
.tour-theme-area .tour-area-item .country-txt{
    position: static;
    overflow: hidden;
    white-space: wrap;
    /* text-overflow: ellipsis; */
    font-size: 11px;
        line-height: 150%;
    color: #565656;
        margin-top: 5px;
    text-align: left;
}
.tour_design_airline .tour-theme-area .country-txt{
    position: static;
    overflow: hidden;
    white-space: wrap;
    /* text-overflow: ellipsis; */
    font-size: 13px;
    color: #565656;
    padding: 0 5px;
    margin-top: 5px;
    text-align: left;
}
section.tour_design_carousel .tour-swiper-slide a p.country-txt{
       padding: 0 
    }
.tour_design_airline .tour-theme-area .detail-txt{
    white-space: wrap;
    /* text-overflow: ellipsis; */
    font-size: 11px;
    color: #565656;
    padding: 5px;
    line-height: 150%;
    text-align: left;
    }
#news_ticker p.list-link a,
.tour-theme-area p.list-link a {
    border: 1px solid #e4e4e4;
    display:inline-block;
    margin: 0 calc(100%* 1 / 5);
    padding: 15px 10px;
    font-size: 11px;
    width: calc(100%* 3 / 5);
        color: #565656;
    text-align: center;
    border-radius: 5px;
    font-weight: normal;
}
.tour_design_carousel .tour-swiper-slide-area .tour-swiper-slide,
.tour_design_airline .tour-theme-area,
.tour_design_scroll .tour-theme-area{
        overflow: auto;
    scroll-snap-type: x mandatory; 
    }
.tour_design_scroll .tour-theme-area::-webkit-scrollbar,
.tour_design_airline .tour-theme-area::-webkit-scrollbar,
.tour_design_carousel .tour-swiper-slide-area .tour-swiper-slide::-webkit-scrollbar {
        display:none;
    }
.tour_design_carousel .tour-swiper-slide-area .tour-swiper-slide .swiper-wrapper,
.tour_design_airline .tour-theme-area .tour-theme-area-inner,
.tour_design_scroll .tour-theme-area .tour-theme-area-inner{
min-width: 600px;
padding: 0 10px 10px;
    }

#ranking-swiper .tour-theme-area .box,
.tour_design_scroll .tour-theme-area .tour-theme-area-inner .box {
    padding: 5px;
    width: calc(100vw / 3.5);
}
.tour-swiper-slide .swiper-slide{
    width: calc(100vw / 3.8);
    padding: 5px;
    }
.tour_design_theme .tour-theme-area-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-around;
}
.tour_design_airline .tour-theme-area-inner .airline-item {
    /* width: calc(100%* 3 / 5); */
    width: calc(100vw / 1.5);
        border: 1px solid #e4e4e4;
    margin: 0 6px;
}
.tour_design_airline .tour-theme-area-inner .airline-item a {
    display: block;
}
.tour_design_scroll .tour-theme-area-inner .tour-area-item img{
/*    width: calc(100vw / 3.5);*/
}
section.tour_design_scroll .tour-area-item a p.price,
section.tour_design_carousel .tour-swiper-slide a p.price {
    font-size: 11px;
    padding-top: 5px;
    color: #8b8b8b;
        font-weight: 800;
    font-family: Helvetica Neue;
}
.tour_design_scroll p.list-link a,
    .tour_design_carousel p.list-link a{
        font-size: 12px;
        font-weight: normal;
    }
div#trend-swiper .swiper-slide {
    width: auto;
}
    
#news_ticker .post_list li a {
        width: 100%;
        padding: 5px 2px !important;
    }
#news_ticker .date {
            margin: 0;
            padding: 10px 0 10px 20px;
        font-weight: normal;    
        }
#news_ticker .title {
    transition: none;
    padding: 5px;
}
    
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
h1.top-txt_01 {
        text-align: center;
        padding: 10px;
        font-size: 14px;
        color: #565656;
        font-weight: normal;
        background: #e5e5e5;
    }
h1.top-txt_02 {
        text-align: center;
        padding: 10px;
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        background: #565656;
    }
h1.top-txt_03 {
    text-align: center;
    padding: 50px 30px 0;
    font-size: 17px;
    font-weight: bold;
}
#news_ticker .post_list {
    width: 100%;
}
}