@charset "utf-8";

/* メインスライダー
---------------------------------------------------------------------------*/
#mainvis {
    position: relative;
}
@-webkit-keyframes imageAnimation01 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes imageAnimation02 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes imageAnimation01 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes imageAnimation02 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.top-slider {
    height: calc(100vh - 0px);
}
.top-slider a {
    display: block;
}
.top-slider a:hover {
    opacity: 1;
}
.top-slider span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.top-slider span {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
}
/* スライダー上アイテム */
.top-slider span .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-align: center;
}
.top-slider span .item .catch {
    margin-bottom: 170px;
    font-size: 28px;
    line-height: 140%;
}
.top-slider span .item .catch {
    padding-top: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}

.top-slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.header-bar-fixed ~ .top-slider-wrapper {
    margin-top: 100px;
}
.admin-bar .header-bar-fixed ~ .top-slider-wrapper {
    margin-top: 68px;
}

.top-slider-item {
    display: none;
}

.top-slider-item div img{ max-width: 100%; max-height: 90%; }
.top-slider-item:nth-of-type(1) {
    display: block;
}
.top-slider-item:nth-of-type(1) span {
    -webkit-animation: imageAnimation01 10s linear infinite 0s;
    animation: imageAnimation01 10s linear infinite 0s;
}
.top-slider-item:nth-of-type(2) span {
    -webkit-animation: imageAnimation01 10s linear infinite 0s;
    animation: imageAnimation02 10s linear infinite 0s;
}
.top-slider-item:nth-of-type(3) span {
    -webkit-animation: imageAnimation01 10s linear infinite 0s;
    animation: imageAnimation01 10s linear infinite 0s;
}
.top-slider-item:nth-of-type(4) span {
    -webkit-animation: imageAnimation01 10s linear infinite 0s;
    animation: imageAnimation02 10s linear infinite 0s;
}
.top-slider-item:nth-of-type(5) span {
    -webkit-animation: imageAnimation01 10s linear infinite 0s;
    animation: imageAnimation01 10s linear infinite 0s;
}
.top-slider-item:only-child span {
    -webkit-animation: none;
    animation: none;
}
.top-slider .top-slider-item:nth-of-type(1) span { background-image: url(../image/top/fig-mainvis01.jpg); }
.top-slider .top-slider-item:nth-of-type(2) span { background-image: url(../image/top/fig-mainvis02.jpg); }
.top-slider .top-slider-item:nth-of-type(3) span { background-image: url(../image/top/fig-mainvis03.jpg); }
.top-slider .top-slider-item:nth-of-type(4) span { background-image: url(../image/top/fig-mainvis04.jpg); }
.top-slider .top-slider-item:nth-of-type(5) span { background-image: url(../image/top/fig-mainvis05.jpg); }

/* ドットナビ */
.top-slider-nav {
    position: absolute;
    bottom: 170px;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.top-slider-nav li {
    display: inline-block;
}
.top-slider-nav li a {
    display: block;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .66);
    border-radius: 100%;
}
.top-slider-nav li.active a {
    background-color: #FFFFFF;
}
.top-slider-nav li:not(:first-child) {
    margin-left: 12px;
}

.top-slider .top-slider-item span {
 /*   height: 690px;*/
}

/* スライダー上固定アイテム */
.fixed-mainvis {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999;
    color: #FFFFFF;
}
.fixed-mainvis .fig-mainvis {
    margin-bottom: 170px;
}
.fixed-mainvis .logo {
    padding-top: 50px;
}
.fixed-mainvis .tel {
    padding-top: 70px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}
.fixed-mainvis .tel .mini {
    font-size: 25px;
    line-height: 175%;
}
.fixed-mainvis .tel .big {
    font-size: 39px;
    line-height: 140%;
}
.fixed-mainvis .btn-book {
    margin-top: 20px;
    width: 320px;
    height: 55px;
    background-color: rgba(27, 72, 140, .88);
    font-size: 25px;
    line-height: 140%;
}
.fixed-mainvis .tel a {
    color: #FFFFFF;
}
.fixed-mainvis .txt-mainvis{
    position: absolute;
    bottom: 190px;
    left: 0;
    z-index: 999;
    width: 100%;
}
.fixed-mainvis .scroll a {
    display: block;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
}

@media screen and (max-width: 480px){
    .fixed-mainvis .btn-book {
        width: 80%;
        height: 12vw;
        margin: 5vw auto 0;
        font-size: 6vw;
    }
    .fixed-mainvis .tel {
        padding-top: 50vw;
    }
    .fixed-mainvis .tel .mini {
        font-size: 5vw;
    }
    .fixed-mainvis .tel .big {
        font-size: 7.5vw;
    }
    .top-slider span .item .catch {
        font-size: 6.5vw;
    }
}

@media screen and (max-width: 480px){
    .top-slider-wrapper {
        padding-bottom: 0;
    }
    .top-slider,
    .top-slider .top-slider-item span{
        height: calc(100vh - 27vw);
    }
    #mainvis {
        padding-top: 0;
    }
    .fixed-mainvis .scroll {
        font-size: 28px;
        padding-bottom: 30px;
    }
    .top-slider .top-slider-item span {
        background-size: cover;
    }
    .top-slider .top-slider-item:nth-of-type(1) span { background-image: url(../image/top/fig-mainvis01-sp.jpg); }
    .top-slider .top-slider-item:nth-of-type(2) span { background-image: url(../image/top/fig-mainvis02-sp.jpg); }
    .top-slider .top-slider-item:nth-of-type(3) span { background-image: url(../image/top/fig-mainvis03-sp.jpg); }
    .top-slider .top-slider-item:nth-of-type(4) span { background-image: url(../image/top/fig-mainvis04-sp.jpg); }
    .top-slider .top-slider-item:nth-of-type(5) span { background-image: url(../image/top/fig-mainvis05-sp.jpg); }
    .top-slider-nav li {
        display: inline-block;
        width: 10px;
        height: 10px;
    }
    .top-slider-nav li a {
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 100%;
    }
    .top-slider-nav li.active a {
    }
    .top-slider-nav li a {
        background-image: none!important;
    }
    .fixed-mainvis {
        left: 0;
        width: 100%;
        height: 120vw;
        margin-left: 0;
    }
    .fixed-mainvis img {
        width: 65%;
    }
    .fixed-mainvis .txt-mainvis {
        bottom: -21vw;
    }
    .fixed-mainvis .scroll img {
        width: 15vw;
    }
    .top-slider-nav {
        bottom: 15px;
    }
    .fixed-mainvis .fig-mainvis {
        margin-bottom: 0;
    }
    .fixed-mainvis .logo {
        padding-top: 120px;
    }
    .top-slider span .item .catch {
        padding-top: 20vw;
    }
    .fixed-mainvis .logo {
        padding-top: 10vw;
    }
    .fixed-mainvis .logo img {
        width: 70%;
    }
}

/* 言語ボタン */
.fixed-mainvis .lang {
    position: absolute;
    top: 0;
    left: calc(50% + 250px);
    font-size: 18px;
    margin-left: 15px;
}
.fixed-mainvis .lang .trg-lang {
    position: relative;
}
.fixed-mainvis .lang > li > a {
    width: 176px;
    height: 36px;
    padding: 0 5px;
    color: #41200A;
    background-color: #FFFFFF;
}
.fixed-mainvis .lang > li > a p {
    width: 162px;
    padding-left: 14px;
    color: #515B61;
}
.fixed-mainvis .lang > li > a .icon {
    width: 14px;
}
.fixed-mainvis .lang .lst-lang-sub {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9900;
}
.fixed-mainvis .lang .lst-lang-sub a {
    display: block;
    padding: 10px;
    border-top: 1px dotted #41200A;
    background-color: #FFFFFF;
    color: #41200A!important;
    text-align: center;
}
@media screen and (max-width: 768px){
    .fixed-mainvis .lang {
        display: none;
    }
}




/* Location & Map
---------------------------------------------------------------------------*/
/* 背景 */
.bg-top-location {
    background-image: url(../image/top/bg-location.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #58A6D0;
}
@media screen and (max-width: 768px){
    .bg-top-location {
        padding-top: 5vw;
        background-image: url(../image/top/bg-location-sp.jpg);
        background-size: 100% auto;
        background-position: center bottom;
    }
}
/* レイアウト */
#top-location .inner-narrow {
    position: relative;
    height: 990px;
    padding-top: 110px;
}
@media screen and (max-width: 768px){
    #top-location .inner-narrow {
        height: 230vw;
        padding-top: 5vw;
    }
}
/* 見出し */
#top-location .ttlbig {
    color: #FFFFFF;
}
#top-location .ttlbig span:nth-of-type(1)::first-letter {
    color: #B4C3D9;
}
#top-location .ttlbig span:nth-of-type(2)::first-letter {
    color: #B4C3D9;
}
/* テキスト */
.catch-top-location {
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 150%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}
.lst-top-location {
    position: absolute;
    left: 0;
    bottom: 110px;
}
.lst-top-location li {
    padding: 5px 20px;
    border-bottom: 1px solid #1B488C;
    font-size: 16px;
    line-height: 120%;
    color: #41200A;
}
.lst-top-location .icon {
    min-width: 55px;
    margin-right: 20px;
    text-align: center;
}
@media screen and (max-width: 768px){
    .catch-top-location {
        margin-top: 1vw;
        font-size: 4.5vw;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    }
    .lst-top-location {
        margin-left: 3.5vw;
        margin-right: 3.5vw;
        bottom: 150px;
    }
    .lst-top-location li {
        padding: 2vw;
        font-size: 3.8vw;
    }
}

/* Location & Map -- slider --
---------------------------------------------------------------------------*/
/* レイアウト */
#top-location-sl .sl-01 a {
    display: block;
    position: relative;
}
#top-location-sl a .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/top/fig-location-cover.png);
    background-size: cover;
    background-position: center center;
    opacity: 0;
}
#top-location-sl a:hover,
#top-location-sl a:hover .hover {
    opacity: 1;
}
/* その他 */
#top-location-sl a {
    color: #FFFFFF;
}
#top-location-sl .txt {
    height: 83px;
    padding: 10px 20px;
    background-color: #1F2358;
    border-right: 1px dashed rgba(255, 255, 255, .5);
}
#top-location-sl .big {
    font-size: 16px;
    line-height: 160%;
}
#top-location-sl .mini {
    font-size: 12px;
    line-height: 160%;
}
#top-location-sl .hover p {
    font-size: 16px;
    line-height: 160%;
    padding-bottom: 100px;
    color: #FFFFFF;
}
#top-location-sl .slick-slide img {
    width: 100%;
}
@media screen and (max-width: 768px){
    #top-location-sl .txt {
        height: 41vw;
    }
}

/* Selling Points
---------------------------------------------------------------------------*/
/* レイアウト */
#top-selling .b01 .inner-all {
    padding-top: 75px;
}
.block-selling > * {
    width: 50vw;
}
.bg-selling01,
.bg-selling02 {
    margin-top: 55px;
}
/* 見出し */
#top-selling .headline-dot {
    background-image: url(../image/top/bg-headline-dot-selling.png);
}
#top-selling .b01 .ttlbig-catch {
    font-size: 30px;
}
@media screen and (max-width: 768px){
    #top-selling .b01 .ttlbig-catch {
        font-size: 6vw;
    }
}
/* 背景 */
#top-selling .bg {
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-selling01 {
    background-image: url(../image/top/bg-selling01.jpg);
}
.bg-selling02 {
    background-image: url(../image/top/bg-selling02.jpg);
}
/* その他 */
.block-selling .fig img {
    width: 100%;
    height: 666px;
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}
.block-selling .txt > div {
    width: 444px;
    height: 440px;
    padding: 50px 35px 25px 35px;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(81, 91, 97, .9);
    margin: 0 auto 0 35px;
}
.block-selling.f-reverse .txt > div {
    margin: 0 35px 0 auto;
}
@media screen and (max-width: 768px){
    .block-selling .txt > div,
    .block-selling.f-reverse .txt > div {
        position: absolute;
        width: 90%;
        height: auto;
        margin: 0;
        padding: 5vw;
        top: 30vw;
        z-index: 10;
    }
    .block-selling > * {
        width: 90%;
    }
    #top-selling .bg.bg-selling01 {
        padding-top: 10vw;
        background-position: center top;
        background-size: 100% auto;
        background-image: url(../image/top/bg-selling01-sp.jpg);
    }
    #top-selling .bg.bg-selling02 {
        padding-top: 10vw;
        background-position: center top;
        background-size: 100% auto;
        background-image: url(../image/top/bg-selling02-sp.jpg);
    }
    .btn-detail {
        width: 80%;
        height: 12vw;
    }
    .ttlbig-catch {
        margin-bottom: 6vw;
        font-size: 6.5vw;
    }
    .block-selling .lead {
        margin-bottom: 5vw;
    }
    .block-selling > .fig {
        width: 100%;
        padding-top: 82vw;
    }
    .bg-selling02 .block-selling > .fig {
        padding-top: 109vw;
    }
    .block-selling > .fig img {
        width: 100%;
        height: auto;
    }
    .block-selling {
        position: relative;
    }
}

/* Rooms
---------------------------------------------------------------------------*/
/* レイアウト */
#top-rooms .inner-all {
    padding-top: 20px;
}
.lst-top-rooms > li {
    width: 25vw;
    transition-property: all;
    transition: 0.3s linear;
}
.lst-top-rooms > li:hover {
    background-color: #D7D9DA;
    transition-property: all;
    transition: 0.3s linear;
}
@media screen and (max-width: 768px){
    #top-rooms .inner-all {
        padding-left: 2vw;
        padding-right: 2vw;
    }
    .lst-top-rooms > li {
        width: 49%;
        margin-right: 2%;
    }
    .lst-top-rooms > li:nth-of-type(2n) {
        margin-right: 0;
    }
}
/* その他 */
.lst-top-rooms > li a {
    height: 100%;
}
.lst-top-rooms > li {
}

.lst-top-rooms .fig {
    position: relative;
}
.lst-top-rooms .hover,
.lst-top-rooms .bdr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lst-top-rooms .hover {
    opacity: 0;
    background-image: url(../image/top/fig-room-hover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.lst-top-rooms .hover p {
    font-size: 16px;
    line-height: 160%;
    padding-bottom: 30px;
    color: #FFFFFF;
}
.lst-top-rooms .bdr {
    border-right: 1px dashed #FFFFFF;
}
.lst-top-rooms > li:last-of-type .bdr  {
    border-right: none;
}

.lst-top-rooms > li a:hover,
.lst-top-rooms > li a:hover .hover {
    opacity: 1;
}
.lst-top-rooms .txt {
    padding: 30px 30px 0 30px;
    transition-property: all;
    transition: 0.3s linear;
}

.lst-top-rooms .name,
.detail-top-facility .name {
    font-size: 20px;
    line-height: 160%;
    color: #1F2358;
}
.lst-top-rooms .line,
.detail-top-facility .line {
    padding: 10px 30px 20px 30px;
}
.lst-icons-top-room > li {
    margin: 20px 5px;
}
@media screen and (max-width: 768px){
    .lst-top-rooms .bdr {
        border: none;
    }
    .lst-top-rooms .fig img {
        width: 46.3vw;
        height: 35.2vw;
        object-fit: cover;
        object-position: center center
    }
    .lst-top-rooms .txt {
        padding: 2vw 0vw 0;
    }
    .lst-top-rooms .name,
    .detail-top-facility .name {
        font-size: 5.5vw;
    }
    .lst-top-rooms .line,
    .detail-top-facility .line {
        padding: 1vw 0 4vw;
    }
    .lst-icons-top-room > li {
        width: 25%;
        margin: 3vw 0 5vw 0;
        padding: 0 1vw;
    }
}


/* Dishes
---------------------------------------------------------------------------*/
/* レイアウト */
#top-dishes .bg {
    margin-top: 60px;
}
#top-dishes .figs {
    margin-top: 100px;
}

/* 見出し */

/* 背景 */
.bg-top-dishes {
    background-image: url(../image/top/bg-dishes.jpg);
    background-size: auto 650px;
    background-position: center top;
    background-repeat: no-repeat;
}
/* その他 */
#top-dishes .txt {
    padding-top: 60px;
}
#top-dishes .block-selling .txt {
    width: 100%;
}
#top-dishes .block-selling .txt > div {
    margin: 0 auto;
}
#top-dishes .figs li {
    margin: 0 15px;
    border: 8px solid #FFFFFF;
}
@media screen and (max-width: 768px){
    .bg-top-dishes {
        background-image: url(../image/top/bg-dishes-sp.png);
        background-size: 100% auto;
        background-color: #000000;
    }
    .bg-top-dishes .block-selling .txt > div,
    .bg-top-dishes .block-selling.f-reverse .txt > div {
        position: relative;
        width: 95%;
    }
    #top-dishes .figs {
        width: 100vw;
        margin-right: -3.5vw;
        margin-left: -3.5vw;
        margin-top: 32vw;
    }
    #top-dishes .figs li {
        width: 33.333%;
        margin: 3vw 0 0;
        border: 1.2vw solid #FFFFFF;
    }
    #top-dishes .figs li img {
        display: block;
    }
}


/* Facility
---------------------------------------------------------------------------*/
/* レイアウト */
#top-facility .ct01 {
    margin-top: 60px;
    padding-bottom: 60px;
}
#top-facility .ct02 {
    padding-top: 5px;
}
#top-facility .ct03 {
    padding-top: 35px;
}

/* 見出し */
#top-facility .headline-dot {
    background-image: url(../image/top/bg-headline-dot-selling.png);
    color: #A8ADB0;
}

/* 背景 */
.bg-top-facility {
    background-image: url(../image/top/bg-facility.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
/* その他 */
#top-facility .txt {
    padding-top: 55px;
}
#top-facility .block-selling .txt {
    width: 100%;
}
#top-facility .block-selling .txt > div {
    margin: 0 auto 0 0 ;
}
#top-facility .slick-slide {
    padding-right: 5px;
}
.detail-top-facility {
    margin-top: 30px;
}
.detail-top-facility > li {
    width: 23%;
}
.detail-top-facility .icon {
    margin-bottom: 20px;
}
.detail-top-facility .fig {
    margin-top: 20px;
}
@media screen and (max-width: 768px){
    .bg-top-facility {
        background-image: url(../image/top/bg-facility-sp.jpg);
        background-size: 100% auto;
    }
    .bg-top-facility .block-selling .txt > div,
    .bg-top-facility .block-selling.f-reverse .txt > div {
        position: relative;
        width: 95%;
        top: 0vw;
    }
    #top-facility .block-selling .txt > div {
        margin: 0 auto;
    }
    #top-facility .ct01 {
        padding-bottom: 48vw;
    }
    .detail-top-facility > li {
        display: flex;
        margin-bottom: 3.5vw;
        padding-bottom: 3.5vw;
        border-bottom: 1px solid #A8ADB0;
    }
    .detail-top-facility > li .icon {
        width: 20vw;
        margin-right: 3vw;
    }
    .detail-top-facility > li .det {
        width: calc(100% - 23vw);
    }
}


/* access
---------------------------------------------------------------------------*/
/* レイアウト */
#top-access .ct01 {
    position: relative;
    margin-top: 60px;
    padding-bottom: 30px;
}
#top-access .headline-dot {
    position: absolute;
    top: -12px;
    width: 100%;
}
#top-access .cols {
    margin-top: 40px;
}
#top-access .cols > * {
    width: 49.5vw;
}
#top-access .cols .fig {
    position: relative;
    height: 25vw;
}
#top-access .cols .fig iframe {
    width: 100%;
    height: 25vw;
}
#top-access .cols .deco {
    position: absolute;
    bottom: -40px;
    width: 100%;
}
#top-access .cols .deco > div {
    position: relative;
}
#top-access .cols .cap01 {
    position: absolute;
    font-size: 14px;
    line-height: 120%;
    color: #1F2358;
    transform: rotate(-20deg);
    color: #FFFFFF;
    font-size: 17px;
    top: 11%;
    left: calc(50% - 182px);
}
#top-access .cols .cap02 {
    position: absolute;
    font-size: 14px;
    line-height: 120%;
    color: #1F2358;
    transform: rotate(20deg);
    color: #FFFFFF;
    font-size: 17px;
    top: 45%;
    left: calc(50% + 82px);
}
#top-access .cols .lead {
    width: 420px;
    margin: 60px 20px 20px auto;
}
#top-access .cols .box-btn {
    width: 420px;
    margin: 0 20px 20px auto;
}
#top-access .cols .block:nth-of-type(2) .lead {
    margin: 60px auto 20px 20px;
}
#top-access .cols .lead p {
    margin-bottom: 20px;
}
#top-access .cols .block:nth-of-type(2) .box-btn {
    margin: 0 auto 20px 20px;
}
@media screen and (max-width: 768px){
    #top-access .cols .fig {
        height: auto;
    }
    #top-access .cols .fig iframe {
        height: 77vw;
    }
    #top-access .cols .deco {
        bottom: -34vw;
    }
    #top-access .cols .cap01 {
        left: 5vw;
        top: 7vw;
    }
    #top-access .cols .cap02 {
        left: 69vw;
        top: 28vw;
    }
    #top-access .cols .lead,
    #top-access .cols .block:nth-of-type(2) .lead {
        width: 100%;
        margin: 40vw 0 8vw 0;
    }
    #top-access .cols .lead p {
        padding-left: 3.5vw;
        padding-right: 3.5vw;
    }
    #top-access .cols .box-btn,
    #top-access .cols .block:nth-of-type(2) .box-btn {
        width: 100%;
        margin: 0 0 10vw 0;
    }
}

/* 見出し */

/* 背景 */
.bg-top-access {
    background-color: #E5E7E7;
}
/* その他 */
#top-access .eyecatch {
    padding-top: 40px;
}
#top-access .ttl-sec {
    width: 100%;
    position: absolute;
    top: 5px;
}

/* News &  Topics */
.top-topics {
    padding-top: 60px;
    padding-bottom: 50px;
}
.top-topics a {
    width: 500px;
    margin: 0 10px;
}
.top-topics .inner-narrow {
    max-width: 1040px;
}
.top-topics .slick-prev {
    left: 20px;
}
.top-topics .slick-next {
    right: 30px;
}
.top-topics .slick-prev,
.top-topics .slick-next {
    z-index: 999;
}
.top-topics .slick-prev:before,
.top-topics .slick-next:before {
    font-size: 35px;
}
.top-topics .slick-dots {
    bottom: -50px;
}
.top-topics .slick-dots li button:before {
    font-size: 14px;
    opacity: .66;
    color: #7F7F7F;
}
.top-topics .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #7F7F7F;
}
@media screen and (max-width: 768px){
    .top-topics {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .top-topics .slick-prev:before,
    .top-topics .slick-next:before {
        font-size: 5vw;
    }
    .top-topics .slick-next {
        right: 20px;
    }
    .top-topics .slick-dots {
        bottom: -10vw;
    }
}









