@charset 'UTF-8';
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
margin-bottom: 0.5rem;
font-weight: bolder!important;
line-height: 1.2;
}
.h1 {
font-size: 2.75rem;
}
.h2 {
font-size: 2rem;
}
.h3 {
font-size: 1.75rem;
}
.h4 {
font-size: 1.5rem;
}
.h5 {
font-size: 1.25rem;
}
.h6 {
font-size: 1rem;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.content-container {
padding: 2rem;
}
.content-container hr {
display: block;
border: none;
border-top: 1px solid;
}
.carousel-top,
.carousel-shop {
display: none;
}
.carousel-top.slick-initialized,
.carousel-shop.slick-initialized {
display: block;
}
.carousel-top .slick-track,
.carousel-top .slick-list {
width: 100%;
}
.carousel-top .slick-next.slick-arrow {
display: none!important;
}
.carousel-shop .slick-list {
width: auto;
max-height: 600px;
}
.carousel-shop .slick-slide img {
border: solid 2rem white;
}
.page-title {
font-size: 2.5rem;
}
.divider {
width: 100%;
height: 2rem;
margin: 3rem 0;
background-repeat: repeat no-repeat;
background-size: contain;
}
.purchase-price-card {
border: 2px solid #ddd;
border-radius: .25rem;
display: flex;
box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
background-clip: border-box;
}
.purchase-price-item {
padding: 1rem;
min-width: 180px;
}
.purchase-price-item+.purchase-price-item {
border-left: 1px solid #ddd;
}
.purchase-price-item-header {
text-align: center;
font-size: 1.75rem;
font-weight: bold;
padding: 0.5rem;
}
.text-gold .purchase-price-item-devider {
width: 100%;
height: 3px;
background-color: #333;
background: linear-gradient( 90deg, rgba(154, 133, 74, 0) 0%, rgba(154, 133, 74, 1) 35%, rgba(154, 133, 74, 1) 65%, rgba(154, 133, 74, 0) 100%);
}
.text-platinum .purchase-price-item-devider {
width: 100%;
height: 3px;
background-color: #333;
background: linear-gradient( 90deg, rgba(123, 127, 130, 0) 0%, rgba(123, 127, 130, 1) 35%, rgba(123, 127, 130, 1) 65%, rgba(123, 127, 130, 0) 100%);
}
.purchase-price-item-content {
display: flex;
}
.purchase-price-item-image {
width: 60px;
height: 60px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.purchase-price-item-content .price {
font-size: 2.5rem;
font-weight: bolder;
}
.purchase-price-item-content .price .unit {
font-size: 1.5rem;
font-weight: bold;
margin-left: 0.5rem;
}
.purchase-price-item-content .compare {
font-size: 1.5rem;
font-weight: bold;
}
.shop-map-header {
font-size: 2rem;
font-weight: bold;
}
.shop-mapcode .mapcode {
font-size: 1.5rem;
font-weight: bold;
}
.table-shop-info {
font-size: 1.75rem;
width: 100%;
font-weight: bold;
border-collapse: collapse;
margin-top: 2rem;
}
.table-shop-info tr {
border-top: 2px solid #ddd;
}
.table-shop-info tr:last-child {
border-bottom: 2px solid #ddd;
}
textarea#shopAddress {
width: 100%;
border: none;
resize: none; font-size: 1.5rem;
font-weight: bold;
}
textarea#shopAddress:focus {
outline: none;
}
.shop-address-copy-button {
border: 2px solid #da172c;
border-radius: 0.25rem;
padding: 0.5rem 1.5rem;
font-size: 1.25rem;
font-weight: bold; }
.shop-temporary-closure {
border: 2px solid #da172c;
border-radius: 0.25rem;
padding: 1.5rem;
font-size: 1.25rem;
font-weight: bold; }
#clipboardMessage {
font-size: 0.5rem;
}
.feature-number-box {
position: absolute;
top: 0;
left: 0;
background-color: white;
width: 7.5rem;
height: 7.5rem;
border: 2px solid #da172c;
font-size: 1rem;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
}
.feature-number-box .feature-number {
font-size: 2.75rem;
font-weight: bolder;
line-height: 2.75rem;
}
.feature-title {
font-size: 2rem;
font-weight: bold;
margin-left: 11rem;
margin-bottom: 1rem;
}
.blog-content-wrapper { line-height: 2; }
.blog-content-wrapper .post-wrapper {
border: none;
display: flex;
}
.blog-content-wrapper .post-wrapper+.post-wrapper {
margin-top: 2rem;
}
.blog-content-wrapper .post-wrapper .left {
margin-right: 3rem;
width: 160px;
min-width: 160px;
}
.blog-content-wrapper .post-wrapper .left img {
object-fit: contain;
width: 160px;
}
.blog-content-wrapper .post-wrapper .right .date {
font-size: 1.5rem;
font-weight: bold;
color: #bbb;
}
.blog-content-wrapper .post-wrapper .right .ttl a {
font-size: 2rem;
font-weight: bold;
line-height: 1.5; }
.blog-content-wrapper .post-wrapper .right .shop {
display: none;
}
.button-blog {
background-color: #da172c;
color: white;
padding: 1rem 0;
width: 100%;
font-weight: bold;
font-size: 2rem;
border-radius: 0.25rem; position: relative;
}
.button-blog>.material-icons {
position: absolute;
right: 1rem;
font-size: 3rem;
}
.kaitori-item {
border: 1px solid #ccc;
padding: 2.5rem;
box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
border-radius: 0.25rem;
}
.kaitori-item .kaitori-item-header {
font-size: 2.5rem;
font-weight: bold;
}
.divider-top {
height: 3px;
background-color: #aaa;
}
.assessment-header-content {
display: flex;
justify-content: space-between;
}
.assessment-header-message-wrapper {
display: flex;
align-items: center;
}
.assessment-header-message div:first-child {
font-size: 2rem;
font-weight: bold;
}
.assessment-header-message div:last-child {
font-size: 3rem;
font-weight: bolder;
}
.assessment-header-image {
display: inline-flex;
align-items: flex-end;
}
.assessment-header-image img {
max-height: 20rem;
}
.divider-bottom {
height: 3px;
background-color: #aaa;
}
.divider-bottom::after {
content: "";
display: inline-block;
position: relative;
left: 45%;
width: 2rem;
height: 2rem;
border-bottom: 3px solid #aaa;
background-color: white;
transform: rotate(-45deg);
top: -1rem;
}
.assessment-items {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.assessment-item {
width: 48%;
}
.assessment-item .assessment-category {
background-color: #da172c;
color: white;
font-weight: bold;
padding: 0.5rem 1rem;
}
.assessment-item .assessment-header {
font-size: 2.5rem;
font-weight: bold;
line-height: 6rem;
}
.assessment-item .assessment-description {
font-size: 16px;
margin-top: 2rem;
margin-bottom: 4rem;
}
.confirmation {
background-color: #ccc;
padding: 3rem;
border-radius: 0.25rem;
}
.confirmation-header-devider-wrapper {
height: 7.5rem;
display: flex;
justify-content: center;
align-items: center;
}
.confirmation-header-devider {
width: 20rem;
height: 2px;
background-color: black;
}
.confirmation-header-icon-wrapper {
position: absolute;
width: 7.5rem;
height: 7.5rem;
background: white;
border-radius: 50%;
border: 2rem solid #ccc;
display: flex;
align-items: center;
justify-content: center;
}
.confirmation-header-icon {
width: 4rem;
height: 4rem;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.confirmation-content {
position: relative;
z-index: 1;
}
.confirmation .certificate {
font-size: 2rem;
}
.identity-verification {
padding: 1rem 0;
border-bottom: 3px dotted;
font-size: 2rem;
text-align: center;
}
.document-list {
display: flex;
justify-content: space-around;
}
.document-list-item {
width: 100%;
display: flex;
align-items: center;
}
.document-list-left {
font-size: 18px;
display: flex;
align-content: space-between;
flex-wrap: wrap;
min-width: 50%;
}
.document-list-left .document-list-item img {
height: 16px;
margin-right: 1.5rem;
}
.document-list-right {
font-size: 1.5rem;
display: flex;
align-content: space-between;
flex-wrap: wrap;
}
.document-list-right .document-list-item img {
height: 1.5rem;
margin-right: 0.75rem;
}
.confirmation hr {
display: block;
border: none;
border-top: 1px solid;
margin: 3rem 0;
}
.rating {
border: 2px solid #ddd;
border-radius: .25rem;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
background-clip: border-box;
}
.count-rating {
font-size: 3rem;
display: flex;
line-height: 3rem;
}
.count-rating .devider {
margin: 0 1.5rem;
border-left: 1px solid;
}
.count-review {
font-size: 1.5rem;
}
.star-rating {
position: relative;
z-index: 0;
display: inline-block;
}
.star-rating .star-rating-front {
position: absolute;
left: 0;
top: 0;
overflow: hidden;
white-space: nowrap;
color: #da172c;
}
.star-rating .star-rating-back {
white-space: nowrap;
color: #ccc;
}
.star-rating-front::after,
.star-rating-back::after {
content: '★★★★★';
}
.shop-customer-review-list-wrapper {
background-color: #fcecee;
}
.shop-customer-review-list-item+.shop-customer-review-list-item {
border-top: 2px solid #ccc;
padding-top: 3rem;
margin-top: 3rem;
}
.shop-customer-review-list-item .media {
display: flex;
}
.media .avatar {
width: 10rem;
height: 10rem;
min-width: 10rem;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border: 1px solid #ddd;
background-color: white;
}
.media .media-header {
flex-grow: 1;
margin-left: 2.5rem;
}
.shop-customer-review-list-item .count-rating {
font-size: 1.75rem;
border-bottom: 1px solid black;
padding-bottom: 0.5rem;
margin-bottom: 0.5rem;
}
.shop-customer-review-list-item .reply-arrow {
text-align: center;
padding: 1rem 0;
}
.shop-customer-review-list-item .reply-arrow img {
height: 3rem;
}
.button-more {
padding: 0.5rem 0;
display: inline-flex;
align-items: center;
}
.shop-customer-review-list .button-more {
color: black;
border-bottom: 2px solid black;
}
.customer-review-list .button-more {
color: #da172c;
border-bottom: 2px solid #da172c;
}
.shop-customer-review-content,
.shop-staff-replay-content {
margin-top: 3rem;
}
.shop-customer-review-header .author {
font-size: 1rem;
}
.shop-customer-review-header .title,
.shop-staff-replay-header {
font-size: 1.5rem;
}
.customer-review-list-item .star-rating {
font-size: 2.5rem;
}
.customer-review-list-item .review-title {
font-size: 1.75rem;
font-weight: bold;
}
.customer-review-list-item .review-content {
font-size: 1.25rem;
}
.customer-review-list-item .review-content:not(.opened) {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.staff-message {
border: solid 1.5rem #ccc;
padding: 2rem;
}
.staff-message .staff-message-header {
color: white;
background-color: #da172c;
padding: 1rem 1.5rem;
font-weight: bold;
}
.faq {
border-bottom: 1px solid;
}
.faq dt {
display: flex;
font-size: 2rem;
font-weight: bold;
border-top: 1px solid;
padding: 2.5rem 0;
}
.faq dt div:nth-child(1) {
width: 4rem;
min-width: 4rem;
}
.faq dt div:nth-child(2) {
flex-grow: 1;
}
.faq dt div:nth-child(3) {
width: 4rem;
min-width: 4rem;
}
.faq dd {
display: flex;
font-size: 2rem; margin-bottom: 2.5rem;
}
.faq dd div:nth-child(1) {
width: 4rem;
min-width: 4rem;
}
.faq dd div:nth-child(2) {
flex-grow: 1;
}
.faq dd div:nth-child(3) {
width: 4rem;
min-width: 4rem;
}
.icon-wrapper {
display: flex;
align-items: center;
justify-content: center;
}
.shop-list-item-header {
font-size: 2.5rem;
font-weight: bold;
}
.shop-list-item-tel,
.shop-list-item-address,
.shop-list-item-hours {
display: flex;
}
.shop-list-item-tel div:nth-child(1),
.shop-list-item-address div:nth-child(1),
.shop-list-item-hours div:nth-child(1) {
width: 3rem;
min-width: 3rem;
}
.shop-list-item-tel {
font-size: 2.5rem;
font-weight: bolder;
color: #da172c;
border-bottom: solid 2px #da172c;
}
.shop-list-item-tel img {
height: 2.5rem;
}
.shop-list-item-address,
.shop-list-item-hours {
font-size: 1.75rem; }
.shop-list-item-address .icon-wrapper,
.shop-list-item-hours .icon-wrapper {
max-height: 3.75rem;
}
.shop-list-item-address img,
.shop-list-item-hours img {
height: 1.75rem;
}
.shop-list-item-link button {
background-color: #da172c;
color: white;
padding: 1rem 0;
width: 100%;
font-weight: bold;
font-size: 2rem;
border-radius: 0.25rem; position: relative;
}
.shop-list-item-link button>.material-icons {
position: absolute;
right: 1rem;
font-size: 3rem;
}
.competing-shop-list .competing-shop-name {
font-size: 2.5rem;
font-weight: bolder;
color: #da172c;
margin-top: 4rem;
}
.competing-shop-list .competing-shop-address {
display: flex;
font-size: 2rem;
font-weight: bold;
}
.competing-shop-list .competing-shop-address .icon-wrapper {
max-height: 4rem;
}
.competing-shop-list .competing-shop-address img {
height: 2rem;
}
.competing-shop-list .competing-shop-address div:nth-child(1) {
width: 3rem;
min-width: 3rem;
}
.competing-shop-list .competing-shop-description {
display: flex;
font-size: 1.5rem;
border: solid 2px #ccc;
padding: 1.5rem 2rem;
margin-top: 1.5rem;
}
.footer-nav-menu-wrapper {
position: fixed;
z-index: 1;
bottom: 0;
width: 100%;
display: flex;
justify-content: center;
}
.footer-nav-menu-wrapper .footer-nav-menu ul {
display: flex;
}
.footer-nav-menu-wrapper .footer-nav-menu ul li {
display: flex;
color: #da172c;
align-items: center;
background-color: white;
border-radius: 2px 2px 0 0;
padding: 0;
z-index: 1;
box-shadow: 0 0 0.5rem rgba(0, 0, 0, .2);
}
.footer-nav-menu-wrapper .footer-nav-menu ul li a {
display: flex;
align-items: center;
padding: 1rem 1.75rem;
white-space: nowrap;
line-height: 2; font-size: 1.25rem;
font-weight: bold;
}
.footer-nav-menu-wrapper .footer-nav-menu ul li img {
height: 1.5rem;
margin-right: 0.25rem;
}
.footer-nav-menu-wrapper .footer-nav-menu ul li+li {
margin-left: 0.5rem;
}
.footer-nav-menu-wrapper .footer-nav-menu ul li:nth-child(3) {
color: white;
background-color: #da172c;
}
.kaitori-satei-menu {
position: relative;
margin-top: 25px;
padding: 25px;
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/img/shop/kaitori-satei-menu-bg.jpg);
background-size: cover;
}
.kaitori-satei-menu-inner {
padding: 25px;
background: white;
}
.kaitori-satei-menu-inner>img {
display: block;
width: 210px;
margin: 0 auto;
}
.kaitori-satei-menu-inner h2 {
margin: 5px 0 20px;
text-align: center;
font-size: 25px;
font-weight: bold !important;
letter-spacing: 2px;
}
.kaitori-satei-menu-inner ul li {
display: flex;
justify-content: space-between;
text-align: left;
}
.kaitori-satei-menu-inner ul li+li {
margin-top: 20px;
}
.kaitori-satei-menu-inner ul li img {
width: 120px;
}
.kaitori-satei-menu-inner-ttl {
font-size: 18px;
font-weight: bold !important;
}
.kaitori-satei-menu-inner-ttl span {
margin-right: 15px;
color: #000;
font-size: 36px;
font-weight: bold;
}
.kaitori-satei-menu-inner ul li hr {
width: 24px;
margin: 5px 0 10px;
}
.kaitori-satei-menu-inner ul li p {
font-size: 12px;
line-height: 1.4;
}
.free_ribbon {
display: inline-block;
position: absolute;
top: 0;
margin: 0;
padding: 20px 0;
z-index: 2;
width: 70px;
text-align: center;
font-size: 80%;
color: white;
background: #da172b;
letter-spacing: 2px;
}
.free_ribbon::after {
content: '';
position: absolute;
left: 0;
top: 100%;
height: 0;
width: 0;
border-left: 35px solid #da172b;
border-right: 35px solid #da172b;
border-bottom: 6px solid transparent;
}
.kaitori-satei-menu-text {
width: auto;
}
.kaitori-satei-menu-img {
width: auto;
}
.purchase-price-example ul li {
width: 31%;
margin: 1%;
border: 1px solid #c4c4c4;
border-radius: 10px;
overflow: hidden;
padding: 2%;
box-sizing: border-box;
}
.purchase-price-example ul li .price {
font-size: 2.4rem;
}
.purchase-price-example ul li .price span {
display: block;
color: #000;
font-size: 1.4rem;
}
.purchase-price-example ul li .name {
border-top: 1px solid #000;
padding-top: 5px;
margin-top: 7px;
min-height: 42px;
}
.strong-purchase-price-example-ttl {
display: flex;
}
.strong-purchase-price-example-box {
display: flex;
justify-content: space-between;
padding: 15px 25px;
box-sizing: border-box;
border-top: 1px solid #ccc;
}
.strong-purchase-price-example-box .image-name {
display: flex;
width: 72%;
}
.strong-purchase-price-example-box .image-name .image {
width: 30%;
margin-right: 20px;
}
.strong-purchase-price-example-box .image-name .image img {
max-width: 100%;
height: auto;
}
.strong-purchase-price-example-box .image-name .name {
font-size: 1.8rem;
}
.strong-purchase-price-example-box .price {
display: flex;
align-items: flex-end;
font-size: 2rem;
}@media screen and (max-width: 750px) {
body {
font: unset;
font-variant-ligatures: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-weight: 500 !important;
}
.maincontent.shop .coupon-description {
font-size: smaller;
}
.maincontent.shop .purchase-price-item {
padding: 0.5rem;
min-width: 140px;
}
.maincontent.shop .purchase-price-item-header {
font-size: 1.5rem;
}
.maincontent.shop .purchase-price-item-image {
width: 45px;
height: 45px;
}
.maincontent.shop .purchase-price-item-content .price {
font-size: 1.5rem;
}
.maincontent.shop .purchase-price-item-content .price .unit {
font-size: 1rem;
}
.maincontent.shop .purchase-price-item-content .compare {
font-size: 1rem;
}
.maincontent.shop .blog-content-wrapper .post-wrapper .left {
margin-right: 2rem;
width: 100px;
min-width: 100px;
}
.maincontent.shop .blog-content-wrapper .post-wrapper .left img {
object-fit: contain;
width: 100px;
}
.maincontent.shop .blog-content-wrapper .post-wrapper .right .date {
font-size: 1.25rem;
}
.maincontent.shop .blog-content-wrapper .post-wrapper .right .ttl a {
font-size: 1.5rem;
}
.maincontent.shop .assessment-header-content .assessment-header-image {
max-width: 100px;
}
.maincontent.shop .assessment-header-content .assessment-header-message div:first-child {
font-size: 1.25rem;
}
.maincontent.shop .assessment-header-content .assessment-header-message div:last-child {
font-size: 2rem;
}
.maincontent.shop .assessment-items .assessment-item .assessment-category {
font-size: 1rem; }
.maincontent.shop .assessment-items .assessment-item .assessment-header {
font-size: 1.5rem;
line-height: 1.5;
font-weight: 600; }
.maincontent.shop .assessment-items .assessment-item .assessment-description {
font-size: 1rem;
margin-top: 1rem;
margin-bottom: 2rem;
}
.maincontent.shop .confirmation {
padding: 2rem;
}
.maincontent.shop .confirmation .confirmation-header-devider-wrapper {
height: 6rem;
}
.maincontent.shop .confirmation .confirmation-header-devider-wrapper .confirmation-header-devider {
width: 17.5rem;
}
.maincontent.shop .confirmation .confirmation-header-devider-wrapper .confirmation-header-icon-wrapper {
width: 6rem;
height: 6rem;
}
.maincontent.shop .confirmation .confirmation-header-devider-wrapper .confirmation-header-icon {
width: 3rem;
height: 3rem;
}
.maincontent.shop .confirmation .confirmation-content .identity-verification {
font-size: 1.25rem;
}
.maincontent.shop .confirmation .confirmation-content .document-list .document-list-left {
font-size: 1.5rem;
}
.maincontent.shop .confirmation .confirmation-content .document-list .document-list-left .document-list-item img {
height: 1.5rem;
margin-right: 0.75rem;
}
.maincontent.shop .confirmation .confirmation-content .document-list .document-list-right {
font-size: 1rem;
}
.maincontent.shop .confirmation .confirmation-content .document-list .document-list-right .document-list-item img {
font-size: 1rem;
margin-right: 0.5rem;
}
.maincontent.shop .confirmation .certificate {
font-size: 1.5rem;
}
.maincontent.shop .confirmation hr {
margin: 2rem 0;
}
.maincontent.shop .confirmation .confirmation-content-description {
font-size: 1rem;
}
.maincontent.shop .shop-list-item-tel a {
line-height: 1.75;
letter-spacing: .15em;
}
.maincontent.shop .competing-shop-list .competing-shop-description {
font-size: 1.2rem;
}
.maincontent.shop .h3 {
font-size: 1.7rem;
}
.maincontent.shop .competing-shop-list .competing-shop-name {
font-size: 1.5rem;
}
.maincontent.shop .competing-shop-list .competing-shop-address {
font-size: 1.2rem;
}
.kaitori-satei-menu {
width: 100vw;
left: 50%;
transform: translateX(-50%);
box-sizing: border-box;
}
.kaitori-satei-menu-inner ul li img { width: 100%;
}
.kaitori-satei-menu-text {
width: 60%;
}
.kaitori-satei-menu-img {
width: 35%;
}
.purchase-price-example ul li .price {
font-size: 1.3rem;
}
.purchase-price-example ul li .price span {
font-size: 1rem;
}
.purchase-price-example ul li .name {
font-size: 1rem;
min-height: 45px;
}
.strong-purchase-price-example-box {
padding: 15px 0;
}
.strong-purchase-price-example-box .image-name .image {
margin-right: 10px;
}
.strong-purchase-price-example-box .image-name .name {
font-size: 1.4rem;
}
.strong-purchase-price-example-box .price {
font-size: 1.2rem;
}
}
@media screen and (max-width: 320px) {
.commonHead {
padding: 0 20px;
}
.maincontent.shop .assessment-items .assessment-item .assessment-header {
font-size: 1.4rem;
letter-spacing: 0;
}
.maincontent.shop .assessment-items .assessment-item .assessment-category {
padding: 0.5rem 0.5rem;
letter-spacing: 0.1em;
}
.footer-nav-menu-wrapper .footer-nav-menu ul li a {
padding: 1rem 0.8rem;
}
.maincontent.shop .h3 {
font-size: 1.5rem;
letter-spacing: .15rem;
}
.purchase-price-example ul li .price {
font-size: 1.1rem;
}
.purchase-price-example ul li .name {
min-height: 60px;
}
.strong-purchase-price-example-box .image-name {
width: 71%;
}
.strong-purchase-price-example-box .image-name .name {
font-size: 1rem;
}
.strong-purchase-price-example-box .price {
font-size: 1rem;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/plugin/slick-1.8.1/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/plugin/slick-1.8.1/slick/fonts/slick.eot);
src: url(https://jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/plugin/slick-1.8.1/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/plugin/slick-1.8.1/slick/fonts/slick.woff) format('woff'), url(https://jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/plugin/slick-1.8.1/slick/fonts/slick.ttf) format('truetype'), url(https://jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/plugin/slick-1.8.1/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.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;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}