@charset "utf-8";

/* おすすめ特集一覧
------------------------------*/
#feature {
	font-family: Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
	width: 992px;
	max-width: 96%;
	margin: 50px auto;
}
#feature .theme-ttl{
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    background: #000;
    color: #fff;
    margin-bottom: 5px;
}
#feature #slider{
	margin: 0;
}
#feature .slick-slider{
    padding: 0 45px;
}
ul#slider li {
	margin: 10px 6px;
    box-shadow: 1px 1px 1px #999;
}
#feature ul.moreRecommend {
	margin: 10px 0;
	width: 100%;
	display: flex;
	justify-content: center; 
}
#feature ul.moreRecommend li{
    min-width: 256px;
    margin: 0 36px;
}
#feature .moreRecommend a {
	width: 100%;
	display: block;
	text-align: center;
    padding: 12px 16px;
	font-size: 16px;
	text-decoration: none;
    border-radius: 25px;
    box-shadow: 1px 2px 0px 0px rgb(0 0 0 / .3);
    color: #fff;
    font-weight: bold;
    position: relative;
}
#feature .moreRecommend a.kaigai{
    background-color: #007CDD;
}
#feature .moreRecommend a.kokunai{
	background-color: #2EA307;
}
#feature .moreRecommend a:after {
    font-family: 'fontawesome','Font Awesome 5 Free';
    content: "\f105";
    font-weight: 900;
    position: absolute;
    right: 15px;
}
#feature .moreRecommend a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
}

/*バス用*/
#feature .theme-ttl-bus{
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    background: #000;
    color: #fff;
    margin-bottom: 5px;
}
#feature .btn-bus {
    width: 350px;
    margin: 10px auto;
}
#feature .btn-bus a {
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	text-decoration: none;
    color: #333;
    background-color: #fff;
    border-radius: 25px;
	    border: 1px solid #888;
}
#feature .btn-bus a:after{
	content: '＞';
    margin-left: 10px;
}
#feature .btn-bus a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
}




/* おすすめ特集 slick-theme
------------------------------*/
#feature .slick-loading #feature .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
#feature .slider {
    border: 4px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

/* Arrows */
#feature .slick-prev,
#feature .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
#feature .slick-prev:hover,
#feature .slick-prev:focus,
#feature .slick-next:hover,
#feature .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
#feature .slick-prev:hover:before,
#feature .slick-prev:focus:before,
#feature .slick-next:hover:before,
#feature .slick-next:focus:before
{
    background: rgba(0,0,0,.4);
    color: #fff;
}
/* .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
} */

#feature .slick-prev:before,
#feature .slick-next:before
{
    font-family: 'fontawesome','Font Awesome 5 Free';
    font-size: 20px;
    line-height: 1;
    background: rgba(0,0,0,.2);
    color: #fff;
    /* text-shadow: 0 0 5px rgba(0, 0, 0, .4); */
    padding: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}

#feature .slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
#feature .slick-prev:before
{
    content: '\f053';
    font-weight: 900;
}
[dir='rtl'] .slick-prev:before
{
    content: '\f054';
}

#feature .slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0;
}
#feature .slick-next:before
{
    content: '\f054';
    font-weight: 900;
}
[dir='rtl'] .slick-next:before
{
    content: '\f053';
}

/* Dots */
#feature .slick-slider
{
    margin-bottom: 30px;
}

#feature .slick-dots
{
    position: absolute;
    bottom: 0px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
#feature .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
#feature .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    /* padding: 5px; */

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#feature .slick-dots li button:hover,
#feature .slick-dots li button:focus
{
    outline: none;
}
#feature .slick-dots li button:hover:before,
#feature .slick-dots li button:focus:before
{
    opacity: 1;
}
#feature .slick-dots li button:before
{
    font-family: 'fontawesome';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;

    color: #ddd;
    /* text-shadow: 0 0 5px rgba(0,0,0, .3); */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#feature .slick-dots li.slick-active button:before
{
    color: #666;
}

/*海外検索ページ用調整*/
#feature .theme-box {
    text-decoration: none!important;
}
#feature .theme-box li {
    flex: initial!important;
    display: initial!important;
}