@font-face {
    font-family: 'Boutiera';
    src: url('../fonts/Boutiera-Regular.woff') format('woff'),
    url('../fonts/Boutiera-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*,
*:before,
*:after {
    box-sizing: inherit;
    box-shadow: none;
    outline: none;
}
html body {
    scroll-behavior: smooth;
    font-family: "HiraMinProN-W3", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",  serif;
    font-size: 16px;
    box-sizing: border-box;
    color: #1A1311;
    box-shadow: none;
    word-break: break-all;
}
.purple {
    color: #5e4e90;
}
.bg-purple {
    background: #5e4e90;
}
.red {
    color: #c9001c;
}
.bg-red {
    background: #c9001c;
}
.blue {
    color: #5f77ba;
}
.bg-blue {
    background: #5f77ba;
}
.light-blue {
    color: #249acb;
}
.bg-light-blue {
    background: #249acb;
}
.green {
    color: #819b1c;
}
.bg-green {
    background: #819b1c;
}
.yellow {
    color: #d46b1d;
}
.bg-yellow {
    background: #d46b1d;
}
.jungle-green {
    color: #28A999;
}
.bg-jungle-green {
    background: #28A999;
}
a, .woocommerce p.return-to-shop a.btn {
    color: #f15c1b;
}
a:hover {
    color: #ee7f4f;
    text-decoration: none;
}
.woocommerce a.btn:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
}
.btn-primary {
    background-color: #ff5722;
    border-color: #ff5722;
}
.btn-primary:hover, .woocommerce-checkout .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled, .wpcf7 input.disabled[type=submit], .wpcf7 input[type=submit]:disabled {
    color: #ff5722;
    background-color: #0000;
}
a.btn {
    color: #fff;
    min-width: 205px;
    border-radius: 35px;
    font-size: 20px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 15px 15px 15px;
}
a.btn:hover {
    color: #fff;
    background: #000;
}
.img-rounded, .border-rounded {
    border-radius: 20px;
}
.img-rounded-r {
    border-radius: 0px 20px 20px 0px;
}
button.close {
    padding: 0;
    background-color: #0000;
    border: 0;
    -webkit-appearance: none;
}
/******************** Header ********************/
.pre-header .login-register-nav ul {
    padding-top: 10px;
}
.pre-header .login-register-nav ul li{
    border-right: 1px dotted #ddd6ff;
    padding-right: 10px;
    padding-left: 10px;
}
.pre-header .login-register-nav ul li:last-child {
    border-right: none;
}
.pre-header .login-register-nav ul li a {
    color: #1a1e21;
    position: relative;
}
.pre-header .login-register-nav ul li a span.header-cart-count {
    display: inline-block;
    padding: 2px 2px;
    font-size: 10px;
    height: 19px;
    width: 19px;
    line-height: 14px;
    text-align: center;
    background: #e91e63;
    color: #fff;
    border-radius: 50%;
    margin-top: -4px;
    position: absolute;
}
.navbar-light .navbar-brand img {
    height: 200px;
    width: auto;
    overflow: hidden;
}
.navbar-expand-md {
    padding: 0px 0 70px;
}
.navbar-light.bg-light {
    background-color: #fff !important;
}
.navbar .navbar-nav li.nav-item {
    margin-right: 10px;
    display: inline-block;
    width: 50px;
}
.navbar .navbar-nav li.nav-item:first-child {
    margin-right: 20px;
    width: 60px;
}
.navbar .navbar-nav li a.nav-link{
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    letter-spacing: 5px;
    font-size: 18px;
    color: #000;
    font-weight: 300;
}
.navbar .navbar-nav li a.nav-link span {
    display: block;
}
.navbar .navbar-nav li a.nav-link .menu-icon {
    height: auto;
    width: 30px;
    overflow: hidden;
    padding-bottom: 5px;
}
.navbar .navbar-nav.left-nav li.nav-item .menu-icon {
    padding-bottom: 15px;
}
.navbar ul.navbar-nav.ms-auto {
    margin-top: 20px;
}
#content, .container {
    max-width: 1200px;
    padding: 0;
}
.home section {
    margin-bottom: 140px;
}
.home section .section-title {
    margin-bottom: 100px;
}
.home section .section-title h1 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 26px;
    font-weight: normal;

}
.home section .cta-btn {
    margin: 80px 0px;
}
.top-slider {
    position: relative;
    margin-top: -75px;
    margin-bottom: 90px !important;
}
.top-slider .monja-reserv-char img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.top-slider .swiper {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.top-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 600px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.top-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.monja-reserv-char {
    position: absolute;
    right: -15%;
    top: -40px;
    width: 127px;
    height: 200px;
}
.top-slider .swiper-slide .slider-content {
    position: absolute;
    width: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: flex-end;
}
.top-slider .swiper-slide .slider-content img {
    height: 210px;
    flex-basis: 200px;
}
.top-slider .swiper-slide .slider-content p{
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    letter-spacing: 2px;
    font-size: 22px;
    color: #000;
    text-shadow: #ffffff 0px 0px 10px;
    line-height: 50px;
    text-align: left;
    font-weight: 600;
}
section.top-special-news-banner {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
.special-news-banner {
    padding: 40px;
    border: 4px solid #dc1c1c;
    border-radius: 40px;
    position: relative;
}
.special-news-banner img {
    max-height: 400px;
}
.special-news-banner h3 {
    margin-top: -70px;
    margin-left: 50px;
    background: #efe6dc;
    display: table;
    padding: 2px 20px;
    color: #f01111;
    font-size: 38px;
}
.special-news-banner p {
    color: #f01111;
    font-size: 22px;
}
.special-news-banner a {
    display: block;
    text-align: center;
}
.special-news-banner a img {
    animation: pulse 4s infinite;
    -webkit-animation: pulse 4s infinite;
    -moz-animation: pulse 4s infinite;
    -o-animation: pulse 4s infinite;
}
.top-news {
    position: relative;
}
.section-title .icon-spoon {
    width: 60px;
}
.home section .section-title::before {
    position: absolute;
    left: 50%;
    top: 80%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: calc(7.5rem + ((1vw - 7.68px) * -0.1148));
    font-family: Boutiera;
    font-weight: 500;
}
.top-news .section-title::before {
    content: "Tsukishima News";
}
.top-reservation .section-title::before {
    content: "Monja Restaurant Reservation";
}
.top-restaurant .section-title::before {
    content: "Monja Restaurant";
}
.top-monnyan .section-title::before {
    content: "Tsukishima Ninja Monnyan";
}
.top-blog .section-title::before {
    content: "Tsukishima Blog";
}
.top-gifts .section-title::before {
    content: "Tsukishima Goods & Souvenier";
}
.top-association .section-title::before {
    content: "Tsukishima Monja Association";
}
.home section.top-sns .section-title::before {
    font-size: calc(3.5rem + ((1vw - 20px) * 0.5));
}
.top-sns .section-title.insta::before {
    content: "Instagram";
}
.top-sns .section-title.twitter::before {
    content: "Twitter";
}
.top-sns .section-title.fb::before {
    content: "Facebook";
}
.top-sns .section-title.yt::before {
    content: "Youtube";
}
.top-news .news-contain {
    padding: 40px;
    border-radius: 25px;
}
.top-news .news-contain .img-thumb {
    height: 300px;
    overflow: hidden;
    text-align: center;
}
.top-news .news-contain .img-thumb img {
    object-fit: cover;
    height: 300px;
    overflow: hidden;
    width: 100%;
    object-position: center;
}
.top-news .news-contain .news-details {
    position: relative;
}
.top-news .news-contain .news-details::after {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: url(../img/monyan-char_19.png) no-repeat;
    background-size: 70%;
    margin: 10px auto 0 auto;
    bottom: -40%;
    right: -15%;
    position: absolute;
    animation: heartBeat 3s infinite;
    -webkit-animation: heartBeat 3s infinite;
    -moz-animation: heartBeat 3s infinite;
    -o-animation: heartBeat 3s infinite;
}
.top-news .news-contain .news-details h4 a {
    text-decoration: none;
}
.top-news .news-contain .news-details h4 a.news-date {
     font-size: 16px;
     color: #086da3;
 }
.top-news .news-contain .news-details a.news-content {
    text-decoration: none;
    color: #0c0c0c;
    width: 85%;
    display: block;
}
.top-news .news-contain .news-details a:hover {
    color: #575757;
}
.top-news .news-contain .news-details h4 {
    font-size: 20px;
    display: flex;
    flex-direction: column;
}
.top-news .news-contain .news-details p {
    font-size: 18px;
    line-height: 26px;
}
.top-reservation .reservation-img {
    position: relative;
}
.top-reservation .reservation-img::before {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: url(../img/monyan-char_21.png) no-repeat;
    background-size: 90%;
    margin: 10px auto 0 auto;
    top: -35%;
    right: -10%;
    position: absolute;
    animation: tada 3s infinite;
    -webkit-animation: tada 3s infinite;
    -moz-animation: tada 3s infinite;
    -o-animation: tada 3s infinite;
}
.top-reservation .reservation-img::after {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: url(../img/monyan-char_22.png) no-repeat;
    background-size: 80%;
    margin: 10px auto 0 auto;
    bottom: 0;
    left: -10%;
    position: absolute;
    animation: pulse 3s infinite;
    -webkit-animation: pulse 3s infinite;
    -moz-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
}
.top-reservation .reservation-img img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.top-restaurant .monnyan-bg {
    background-image: url(../img/monnyan-char-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    background-position: bottom;
}
.top-restaurant .restaurant-list, .top-blog .blog-list {
    margin: 10px 6px;
}
.top-restaurant .restaurant-list a, .top-blog .blog-list a {
    text-decoration: none;
    color: #000000;
}
.top-restaurant .restaurant-list a:hover, .top-blog .blog-list a:hover {
    color: #9a9a9a;
}
.top-restaurant .restaurant-list .restaurant-thumb {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.top-blog .blog-list .blog-thumb {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    padding: 0px 5px;
}
.top-restaurant .restaurant-list .restaurant-thumb::before, .top-blog .blog-list .blog-thumb::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, #fff0 0%, #ffffff4d 100%);
    background: linear-gradient(to right, #fff0 0%, #ffffff4d 100%);
    -webkit-transform: skewX( -25deg);
    transform: skewX( -25deg);
}
.top-restaurant .restaurant-list .restaurant-thumb:hover::before, .top-blog .blog-list .blog-thumb:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.top-blog .speec-bubble {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.top-blog .speec-bubble::after {
    content: '';
    display: block;
    width: 300px;
    height: 300px;
    background: url(../img/speech-bubbles.png) no-repeat;
    background-size: 100%;
    margin: 10px auto 0 auto;
    bottom: 0;
    left: 0;
    position: absolute;
}
.top-blog .monnyan-char {
    height: 200px;
    animation: pulse 3s infinite;
    -webkit-animation: pulse 3s infinite;
    -moz-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
}
.top-blog .monnyan-char img{
    height: 200px;
    margin-left: 60%;
}
.home .top-blog .cta-btn {
    margin: 80px 0px 20px;
}
.top-blog .speec-bubble a.btn {
    margin-left: 12%;
    position: relative;
    z-index: 2;
}


@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.top-restaurant .restaurant-list .restaurant-thumb img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.top-blog .blog-list .blog-thumb img{
    height: 200px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.top-restaurant .restaurant-list a:hover .restaurant-thumb, .top-blog .blog-list a:hover .blog-thumb {
    opacity: .9;
}
.top-restaurant .restaurant-list h3 {
    font-weight: 300;
    font-size: 24px;
}
.top-restaurant .restaurant-list span {
    padding-bottom: 6px;
    text-transform: capitalize;
    font-size: 14px;
}
.top-restaurant .restaurant-list p {
    line-height: 30px;
    font-size: 16px;
    height: 120px;
    overflow: hidden;
}
.top-monnyan .banner-img {
    position: relative;
}
.top-monnyan .banner-img .animation {
    position: absolute;
    right: -10%;
    bottom: -20%;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    overflow: hidden;
    background: #fefcfe;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.top-monnyan .banner-img .animation img {
    max-width: 100%;
    height: auto;
}
.top-monnyan .banner-img a {
    display: block;
}
.top-blog .blog-list .post-date {
    font-size: 14px;
    color: #ff6d00;
    margin-bottom: 7px;
}
.top-blog .blog-list h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}
.top-gifts .gifts-img img, .top-association .association-img img, .top-monnyan .banner-img img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.home section.top-sns {
    margin-bottom: 0;
}
.top-sns .sns-icon {
     height: 200px;
     max-width: 270px;
     width: 100%;
     text-decoration: none;
     color: #fff;
     margin-bottom: 60px;
    position: relative;
 }
.top-sns .insta-bg {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.top-sns .twitter-bg{
 background:#1DA1F2;
}
.top-sns .fb-bg{
    background:#165ded;
}
.top-sns .sns-icon svg {
    color: #fff;
    font-size: 5em;
}
.top-sns .yt-bg{
    background:#fa2507;
}
.top-sns .sns-icon::before {
    content: '';
    display: block;
    width: 115px;
    height: 215px;
    top: -65px;
    left: 33%;
    position: absolute;
}
.top-sns .insta-bg.sns-icon::before {
    background: url(../img/insta-top-monnyan.png) no-repeat;
    background-size: 111px 70px;
    top: -66px;
}
.top-sns .fb-bg.sns-icon::before {
    background: url(../img/fb-top-monnyan.png) no-repeat;
    background-size: 111px 70px;
}
.top-sns .twitter-bg.sns-icon::before {
    background: url(../img/twitter-top-monnyan.png) no-repeat;
    background-size: 111px 70px;
}
.top-sns .yt-bg.sns-icon::before {
    background: url(../img/yt-top-monnyan.png) no-repeat;
    background-size: 111px 70px;
}
/******************** Store css ********************/
.store-contents .store-resrv {
    position: fixed;
    right: 0;
    top: 50vh;
    transform: translate(0, -50%);
    z-index: 10000;
    cursor: pointer;
    transition: margin-right 0.7s;
}
.store-contents .store-resrv  a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 4px;
    width: 45px;
    height: 200px;
    border-radius: 4px 0 0 4px;
    padding: 10px 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    background-color: #ff0e00;
    justify-content: center;
}
.store-contents .store-resrv a svg {
    margin-bottom: 15px;
}
.store-contents section {
    padding-bottom: 130px;
}
.store-contents section.store-title-cont {
    padding-bottom: 50px;
}
.store-contents .store-sliders {
    margin-top: -75px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 0;
}
.store-contents .store-sliders .swiper{
    border-radius: 20px;
}
.store-contents .store_slider .swiper-slide {
    height: 450px;
    overflow: hidden;
}
.store-contents .store_slider .swiper-slide img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.store-contents .store-title {
    margin-top: -40px;
    z-index: 1;
    padding: 20px;
    margin-left: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.store-contents .store-title .img-monja-char{
    position: absolute;
    height: 150px;
    width: 150px;
    background: #fff;
    top: -20px;
    left: -25px;
    border-radius: 50%;
}
.store-contents .store-title .img-monja-char img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    object-fit: cover;
    /*animation: bounce 5s infinite;*/
    /*-webkit-animation: bounce 5s infinite;*/
    /*-moz-animation: bounce 5s infinite;*/
    /*-o-animation: bounce 5s infinite;*/
}
.store-contents .store-title h2 {
    padding-left: 100px;
}
.store-contents .store-title h2 span {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #5f77ba;
}
.store-contents .section-title {
    position: relative;
}
.store-contents .title-mb {
    margin-bottom: 80px;
}
.store-contents .section-title::before {
    content: " ";
    background-image: url(../img/menu-icon.png);
    position: absolute;
    margin-left: -20px;
    top: -30px;
    height: 40px;
    width: 40px;
    background-position: center center;
    background-size: cover;

}
.store-contents .section-title h3 {
    width: 30%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 300px;
    max-width: 400px;
}
.store-contents .store-information .section-title h3,
.store-contents .store-recommendation .section-title h3  {
    width: 50%;
    max-width: 600px;
}
.store-contents .section-title h3 strong {
    display: inline-block;
    vertical-align: middle;
}
.store-contents .section-title h3 span {
    font-size: 16px;
    padding-top: 5px;
}
.store-contents .section-title h3 span.en {
    font-size: 40px;
    font-weight: 400;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.store-contents .section-title h3 span.jp {
    color: #5f76ba;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.store-contents .section-title h3::before, .store-contents .section-title h3::after {
    content: "";
    display: inline-block;
    width: 50%;
    margin: 0 .5em 0 -55%;
    vertical-align: middle;
    border-bottom: 4px dotted;
    border-color: #5f76ba;
}
.store-contents .section-title h3::after {
    margin: 0 -55% 0 .5em;
}
.store-contents .store-news .title-mb{
    margin-bottom: 20px;
}
.store-contents .store-news .news-container ul li {
    padding: 20px 0;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
}
.store-contents .store-news .news-container ul li span.date {
    padding-right: 20px;
    font-weight: bold;
    color: #8b7777;
    min-width: 110px;
}
.store-contents .store-news .news-container ul li a {
    font-size: 18px;
    color: #5f76ba;
    text-decoration: none;
    width: 100%;
}
.store-contents .store-news .news-container ul li a::after {
    font-family: "FontAwesome";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    color: #cfcfcf;
}
.store-contents .store-news .news-container ul li a:hover {
    color: #8c8c8c;
}
.store-contents .store-news .news-container ul li .modal a::after {
    display: none;
}
.store-contents .store-news .youtube-video {
    position: relative;
    width: 100%;
    height: 360px;
}
.store-contents .store-news .youtube a {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.store-contents .store-news .youtube .video-overlay-play-button {
    position: absolute;
    height: 5rem;
    width: 5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.store-contents .store-concept .thumb-img, .thumb-img img {
    height: 480px;
    object-fit: cover;
    width: 100%;
}
.store-contents .store-recomm-inner {
    display: flex;
    width: 100%;
    position: relative;
    margin: 0 0 240px 0;
}
.store-contents .store-recomm-inner:last-child {
    margin: 0 0 130px 0;
}
.store-contents .store-recomm-inner:nth-child(even) span.recom-counter {
    left: 15px;
}
.store-contents .store-recomm-inner span.recom-counter {
    position: absolute;
    right: 15px;
    top: -10px;
    font-size: 70px;
    font-weight: 600;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    overflow: hidden;
    letter-spacing: 10px;
    font-style: italic;
}
.store-contents .store-recomm-inner span.recom-icon {
    position: absolute;
    bottom: -15%;
    left: 3%;
    z-index: 11;
    animation: tada 5s infinite;
    -webkit-animation: tada 5s infinite;
    -moz-animation: tada 5s infinite;
    -o-animation: tada 5s infinite;
}
.store-contents .store-recomm-inner:nth-child(even) span.recom-icon {
    right: 2%;
    left: auto;
}
.store-contents .store-recomm-inner span.recom-icon img {
    height: 180px;
    width: 100%;
    object-fit: contain;
}
.store-contents .store-recomm-inner:nth-child(even) {
    justify-content: flex-end;
}
.store-contents .store-recomm-inner .recomm-text{
    padding: 40px;
    background: #fff;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 31%);
    width: 52.7%;
    border-radius: 20px;
    position: relative;
    z-index: 10;
    min-height: 350px;
}
.store-contents .store-recomm-inner .recomm-text:after {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: url(../img/patterns.png) no-repeat;
    background-size: 180px 180px;
    margin: 10px auto 0 auto;
    bottom: -20%;
    left: 8%;
    position: absolute;
}
.store-contents .store-recomm-inner:nth-child(even) .recomm-text:after {
    left: auto;
    right: 8%;
}
.store-contents .store-recomm-inner .recomm-text .recom-title-w-p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.store-contents .store-recomm-inner .recomm-text .recom-title-w-p h3 {
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.store-contents .store-recomm-inner .recomm-text .recom-title-w-p .price {
    display: block;
    padding: 1px 20px;
    text-align: center;
    background: #fd7701;
    color: #fff;
    border-radius: 3px;
    letter-spacing: 1.8px;
    font-size: 22px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.store-contents .store-recomm-inner .recomm-text .recom-title-w-p .price .small, .store-contents .store-course .swiper-slide .course-meal-cont .price .small, .store-contents .store-recommendation .course-item .course-item-block .price .small {
    font-size: 12px;
}
.store-contents .store-recomm-inner .recomm-text p {
    font-size: 16px;
}
.store-contents .store-recomm-inner .recomm-img {
    width: 52.7%;
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: auto;
    top: 80px;
    max-height: 380px;
    overflow: hidden;
}
.store-contents .store-recomm-inner:nth-child(even) .recomm-img {
    left: 0;
}
.store-contents .store-recomm-inner .recomm-img img {
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    object-position: center;
}
.store-contents .store-reservation .reservation-img {
    height: 360px;
    overflow: hidden;
    position: relative;
}
.store-contents .store-reservation .reservation-img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 20px;
}
.store-contents .store-reservation .reservation-img img {
    height: 360px;
    width: 100%;
    object-fit: cover;
}
.store-contents .store-reservation .reservation-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 220px;
    z-index: 2;
    display: flex;
    align-items: center;
}
.store-contents .store-reservation .reservation-link::before {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: url("../img/online-booking.png") no-repeat;
    background-size: 110px 110px;
    margin: 10px auto 0 auto;
    animation: pulse 5s infinite;
    -webkit-animation: pulse 5s infinite;
    -moz-animation: pulse 5s infinite;
    -o-animation: pulse 5s infinite;
    margin-top: 20%;
}
.store-contents .store-reservation .reservation-link a.link {
    padding: 10px 20px;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    background: #fd7701;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 6px;
    margin-left: 40px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.store-contents .store-reservation .reservation-link a.link i {
    padding-right: 20px;
}
.store-contents .store-reservation .reservation-link a.link:hover {
    background: rgba(253, 119, 1, 0.76);
}
.store-contents .store-course .swiper-pagination-clickable .swiper-pagination-bullet {
    padding: 8px;
    background: #fd7701;
}
.store-contents .store-course .swiper-slide .thumb-img {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.store-contents .store-course .swiper-slide:hover .thumb-img img {
    -webkit-transform: scale3d(1.05,1.05,1);
    -ms-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.store-contents .store-course .swiper-slide .thumb-img .course_meal_capc {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px 20px;
    background: #fd7701;
    border-radius: 20px 0 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}
.store-contents .store-course .swiper-slide .thumb-img img {
    height: 230px;
    object-fit: cover;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    border-radius: 20px 20px 0 0;
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;

}
.store-contents .store-course .swiper-slide .thumb-img .meal_caption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    background: rgb(0 0 0 / 60%);
    font-weight: 500;
}
.store-contents .store-course .swiper-slide .thumb-img .meal_caption span {
    font-size: 14px;
}
.store-contents .store-course .swiper-slide .thumb-img .meal_caption strong {
    display: block;
    float: right;
    justify-content: flex-end;
    padding: 2px 10px;
    background: #fd7701;
    border-radius: 2px;
    font-family: 'Averia Libre', cursive;
    font-style: italic;
}

.store-contents .store-course .swiper-slide .course-meal-cont {
    padding: 10px;
    background: #fff;
    position: relative;
    min-height: 160px;
}
.store-contents .store-course .swiper-slide .course-meal-cont .price {
    justify-content: center;
    background: #fd7701;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    height: 125px;
    width: 125px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    top: -70px;
    right: 5px;
}
.store-contents .store-course .swiper-slide .course-meal-cont .price .small {
    font-style: normal;
    padding-left: 5px;
}
.store-contents .store-course .swiper-slide .course-meal-cont h5 {
    padding-bottom: 10px;
    color: #fd7701;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    width: 65%;
}
.store-contents .store-course .swiper-slide .course-meal-cont ul {
    list-style: none;
    padding: 0 10px;
}
.store-contents .store-course .swiper-slide .course-meal-cont ul li {
    font-size: 14px;
    padding-bottom: 5px;
}
.store-contents .store-recommendation .course-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
    border-radius: 20px;
    transition: all ease .4s;
}
.store-contents .store-recommendation .course-item:hover {
    transform: scale3d(1.01,1.01,1);
}
.store-contents .store-recommendation .course-item .course-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    height: 100%;
    width: 245px;
    overflow: hidden;
    transition: all ease .4s;
}
.store-contents .store-recommendation .course-item .course-item-img.order-1 img {
    border-radius: 0px 20px 20px 0px;
}
.store-contents .store-recommendation .course-item .course-item-img img {
    height: 240px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px 0 0 20px;
}
.store-contents .store-recommendation .course-item .course-item-block {
    padding: 10px 20px;
    transition: all ease .4s;
}
.store-contents .store-recommendation .course-item .course-item-block .price {
    display: inline-block;
    background: #fc7702;
    color: #fff;
    padding: 2px 15px;
    border-radius: 2px;
    margin-bottom: 10px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    min-width: 85px;
}
.store-contents .store-recommendation .course-item .course-item-block h5 {
    color: #fd7701;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.store-contents .store-recommendation .course-item .course-item-block p {
    font-size: 14px;
}
.store-scene .shop-scene {
}
.store-scene .scene-content {
    overflow: hidden;
    margin-bottom: 60px;
}
.store-scene .scene-content:last-child {
    margin-bottom: 0px;;
}
.store-scene .scene-content .scene-photo {
    height: 500px;
    border-radius: 20px;
    position: relative;
}
.store-scene .scene-content .scene-photo img {
    height: 500px;
    width: 80%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.store-scene .scene-content.right .scene-photo span {
    left: 15%;
}
.store-scene .scene-content .scene-photo span {
    float: right;
    position: absolute;
    height: 100px;
    width: 100px;
    background: #fff;
    border-radius: 50%;
    right: 15%;
    bottom: -3%;
    box-shadow: rgb(136 165 191 / 48%) 0px 6px 16px 0px, rgb(255 255 255 / 80%) -6px -2px 16px 0px;
}

.store-scene .scene-content .scene-photo span img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
    -o-animation: bounce 3s infinite;
}
.store-scene .scene-content.right .scene-photo span img {
    margin-left: 0%;
}
.store-scene .scene-content.right .scene-photo img {
    margin-left: 20%;
}
.store-scene .scene-content .scene-description{
    width: 60%;
    background: #eee5dc;
    margin-top: -10%;
    margin-left: -10px;
    position: relative;
    border-radius: 0 20px;
    padding: 20px 40px;
    min-height: 180px;
}
.store-scene .scene-content.right .scene-description {
    margin-right: -10px;
    margin-left: 0px;
    border-radius: 20px 0;
    float: right;
}
.store-scene .scene-content .scene-description .scene-title {
    font-weight: 600;
}
.store-access iframe {
    width: 100%;
    border-radius: 10px;
}
.store-access .map {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}
.store-information .store-info-inner {
    padding: 20px;
}
.store-information .s-infoblock.is-top {
    border-top: solid 1px #c5c5c5;
}
.store-information .s-infoblock {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #c5c5c5;
    padding: 3.5% 0 3.8%;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
}
.store-information .s-info-title {
    width: 25%;
}
.store-information .s-info-title h5 {
    font-size: 1rem;
}
.store-information .s-info-cont, .store-information .s-info-cont a {
    width: 72%;
    font-size: 1rem;
}
.store-information .s-info-cont a {
    color: #dc3545;
}
.store-information .s-info-cont a.tag {
    text-decoration: none;
    padding: 2px 5px;
    margin: 2px;
    border: 1px solid #878787;
    display: inline-block;
    width: auto;
    font-size: 14px;
    border-radius: 2px;
    color: #878787;
}
.store-information .s-info-cont a.tag:hover {
    border: 1px solid #2d2d2d;
    color: #2d2d2d;
}
.store-seatlist .card {
    min-height: 140px;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
}
.store-seatlist .card-header {
    background: none;
    border: none;
    border-right: 1px solid #ededed;
    border-radius: 0;
}
.store-seatlist .card-header img{
    width: 130px;
}
.store-seatlist .card-block p {
    margin: 0;
    padding-bottom: 5px;
}
.store-seatlist .card-block p strong{
    color: #000000;
}
.store-seatlist .card-block p .room-type {
    color: #ff9800;
}
.store-seatlist .card-block p .table-capacity {
    color: #4caf50;
}
.store-seatlist .card-block p .room-feature {
    color: #ef736a;
}
/******************** Store list css Filter ********************/
.store-filter .border-bottom-dotted {
    border-bottom: 1px dotted #e5e5e5;
}
.searchandfilter ul {
    padding-left: 0px;
}
.searchfilter-form {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}
.searchfilter-form .searchandfilter ul li {
    list-style: none;
    display: flex;
    padding: 10px 0;
    margin: 0;
    flex-direction: row;
    justify-content: flex-start;
}
.searchfilter-form .searchandfilter h4 {
    flex-basis: 25%;
    color: #004a84;
}
.searchfilter-form .searchandfilter select.sf-input-select, .searchfilter-form .searchandfilter .sf-field-search input {
    min-width: 300px;
    padding: 5px 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #585858;
    font-size: 90%;
}
.searchfilter-form .searchandfilter ul li ul {
    padding-top: 10px;
    flex-basis: 70%;
    padding-left: 0;
}
.searchfilter-form .searchandfilter ul li ul li{
    display: inline-block;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 0;
}
.searchfilter-form .searchandfilter ul li.sf-field-taxonomy-store_tag ul{
    padding-top: 0;
}
.searchfilter-form .searchandfilter ul li.sf-field-submit, .searchfilter-form .searchandfilter ul li.sf-field-reset {
    justify-content: center;
    display: flex;
    width: 100%;
}
.searchfilter-form .search-number p {
    font-size: 14px;
}
.searchfilter-form .search-number p span.hit-target {
    padding-right: 5px;
}
.searchfilter-form .search-number span {
    font-size: 30px;
    padding-left: 5px;
    font-weight: bold;
}
.searchfilter-form .search-number p + p:before {
    display: block;
    content: "/";
    margin: 0 10px;
}
.searchandfilter .sf-range-max, .searchandfilter .sf-range-min {
    border: 1px solid #ccc;
    padding: 2px 10px;
    text-align: center;
    border-radius: 3px;
}
/******************** Single post css ********************/
.custom-single-post .feature-img, .custom-page .feature-img {
    height: 600px;
    margin-top: -50px;
    position: relative;
    border-radius: 20px;
    margin-bottom: 60px;
    background: #fff;
    box-shadow: rgb(17 12 46 / 15%) 0px 0px 100px 0px
}
.custom-single-post .feature-img img, .custom-page .feature-img img {
    height: 600px;
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}
.custom-single-post .feature-img img {
    padding: 20px;
}
.custom-single-post .feature-img span.monnyan-icon, .custom-page .feature-img span.monnyan-icon {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #fff;
    z-index: 4;
    bottom: -25px;
    right: -25px;
    box-shadow: rgb(0 0 0 / 14%) 0px 19px 38px, rgb(0 0 0 / 0%) 0px 15px 12px;
}
.custom-single-post .feature-img span.monnyan-icon img, .custom-page .feature-img span.monnyan-icon img {
    height: 100px;
    animation: pulse 3s infinite;
    -webkit-animation: pulse 3s infinite;
    -moz-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
}
.custom-single-post article {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
}
.custom-single-post h1.entry-title {
    font-size: 28px;
    padding-bottom: 20px;
}
.custom-single-post .entry-meta {
    padding-bottom: 20px;
}
.custom-single-post nav.container.navigation.post-navigation {
    padding-bottom: 20px;
}
.custom-single-post span.nav-previous a, .custom-single-post span.nav-next a {
    color: #000;
    text-decoration: none;
}
.custom-single-post span.nav-previous a:hover, .custom-single-post span.nav-next a:hover {
    color: #343434;
}
.custom-single-post .post-navigation a i{
    font-size: 22px;
}
.custom-single-post section.tags-section {
    margin-bottom: 40px;
}
.custom-single-post section.tags-section .tags {
    flex-wrap: wrap;
}
.custom-single-post section.tags-section .tags li {
    margin: 0 5px;
}
.custom-single-post section.tags-section .tags a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 16px 8px 0;
    padding: 0 10px 0 12px;
    background: #1468cb;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-size: 14px;
}
.custom-single-post section.tags-section .tags a:before {
    content: "";
    position: absolute;
    top:0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #1468cb transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}

.custom-single-post section.tags-section .tags a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    float: left;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
}
.custom-single-post section.tags-section .tags a:hover{
    background: #2196f3;
}
.custom-single-post section.tags-section .tags a:hover:before {
    border-color: transparent #2196f3 transparent transparent;
}
.custom-single-post .next-prev-post {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.custom-single-post .next-post, .custom-single-post .previous-post {
    padding: 10px;
    background: #2196f326;
    border-radius: 4px;
    width: 49%;
}
.custom-single-post .next-post {
    justify-content: flex-end;
}
.custom-single-post .nav-next.next-post .next-post-cont, .custom-single-post .previous-post .previous-post-cont{
    margin-right: 10px;
    width: 80%;
}
.custom-single-post .nav-next.next-post .next-post-cont a, .custom-single-post .previous-post .previous-post-cont a {
    text-decoration: none;
    font-size: 14px;
}
.custom-single-post .nav-next.next-post .next-post-cont .post-title-date, .custom-single-post .previous-post .previous-post-cont .post-title-date{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.custom-single-post .previous-post .previous-post-cont {
    margin-right: 0px;
    margin-left: 10px;
}
.custom-single-post .previous-post .previous-post-cont b {
    font-size: 14px;
}
.custom-single-post .nav-next.next-post .next-post-cont b {
    font-size: 14px;
    float:right;
}
.custom-single-post .previous-post .previous-post-cont .post-title-date {
    align-items: flex-start;
}
.custom-single-post .nav-next.next-post .next-post-cont a.post-date, .custom-single-post .previous-post .previous-post-cont a.post-date {
    font-size: 13px;
    color: #4d4d4d;
}
.custom-single-post .nav-next.next-post .thumb-img, .custom-single-post .nav-next.next-post .thumb-img a, .custom-single-post .previous-post .thumb-img, .custom-single-post .previous-post .thumb-img a {
    height: 60px;
    width: 60px;
    overflow: hidden;
}
.custom-single-post .nav-next.next-post .thumb-img img, .custom-single-post .previous-post .thumb-img img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
}


/******************** reservation calendar css ********************/
.reservation-calendar {
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.single-stores .calendar .datepicker, .single-stores .calendar .table-condensed {
    width: 100%;
}
.single-stores .datepicker tr:nth-child(2) th {
    border-radius: 0;
    background: #e7e7e7;
}
.single-stores .datepicker tr:nth-child(2) th:nth-last-child(2), .single-stores .datepicker tbody tr td:nth-last-child(2) {
    background: #c5edff;
}
.single-stores .datepicker tr:nth-child(2) th:last-child, .single-stores .datepicker tbody tr td:last-child {
    background: #ffc5c5;
}
.single-stores .datepicker td, .single-stores .datepicker th {
    padding: 6px 4px 5px;
}
.single-stores .datepicker tbody tr td {
    border: 1px solid #f3f3f3;
    border-radius: 0;
    word-break: initial;
}
.single-stores .datepicker tbody tr td.active {
    background-color: #ffa117 !important;
    color: #000;
    background-image: none;
}
.single-stores .datepicker tbody tr td.today.day {
    background-color: #f2ffe4;
    border: 2px solid #9eef41;
    background-image: none;
}
.single-stores .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #f2ffe4 !important;
}
/******************** Sidebar css ********************/
#right-sidebar {
    margin-top: 50px;
    position: sticky;
    top: 90px;
    align-self: flex-start;
}
#right-sidebar .widget_block {
    margin-bottom: 100px;
    background: #fff;
    border-radius: 15px;
}
#right-sidebar .custom-widget.pb-50 {
    margin-bottom: 50px;
}
#right-sidebar .widget_block h2 {
    font-size: 20px;
    padding: 15px 20px 10px;
    background: #000000;
    color: #ffffff;
    border-radius: 15px 15px 0 0;
    margin: 0;
    text-align: center;
    position: relative;
}
#right-sidebar .widget_block h2::before{
    content: '';
    display: block;
    width: 115px;
    height: 215px;
    background: url("../img/right-sidebar.png") no-repeat;
    background-size: 111px 70px;
    top: -64px;
    left: 35%;
    position: absolute;
}
#right-sidebar .widget_block ul.recent-post {
    padding-bottom: 10px;
}
#right-sidebar .widget_block ul.recent-post li {
    margin: 5px 10px;
    padding: 5px 0px;
    border-bottom: 1px dotted #959595;
}
#right-sidebar .widget_block ul.recent-post li:last-child, #right-sidebar ul.recent-news li:last-child {
    border-bottom: none;
}
#right-sidebar .widget_block ul.recent-post li a {
    position: relative;
    display: flex;
    text-decoration: none;
}
#right-sidebar .widget_block ul.recent-post li .feat-img {
    height: 60px;
    width: 60px;
    overflow: hidden;
    padding-right: 10px;
    border-radius: 4px;
}
#right-sidebar .widget_block ul.recent-post li .feat-img img {
    height: 60px;
    width: 60px;
    border-radius: 4px;
    object-fit: cover;
}
#right-sidebar .widget_block ul.recent-post li .recent-post-cont span.date {
    font-size: 13px;
    color: #686868;
}
#right-sidebar .widget_block ul.recent-post li .recent-post-cont h5 {
    font-size: 14px;
}
#right-sidebar ul.recent-news {
    padding: 10px 0;
}
#right-sidebar ul.recent-news li {
    border-bottom: 1px solid #e7e7e7;
}
#right-sidebar ul.recent-news li a{
    text-decoration: none;
}
#right-sidebar ul.recent-news li a {
    font-size: 12px;
    position: relative;
    padding-left: 25px;
    display: block;
}
#right-sidebar .widget_block ul.recent-news li a::before {
    font-family: "FontAwesome";
    content: "\f0da";
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 2px;
    color: #62605c;
}
#right-sidebar ul.recent-news li a .recent-news-cont .date{
    color: #62605c;
}
#right-sidebar ul.recent-news li a .recent-news-cont h5{
    font-size: 14px;
    color: #f15c1b;
}
#right-sidebar aside figure.wp-block-image.size-full {
    padding: 10px;
}
#right-sidebar aside figure a{
    display: block;
    text-align: center;
}


/******************** woocommerce product css ********************/
header.woocommerce-products-header h1 {
    font-size: 28px;
}
.woocommerce .product .product_title {
    font-size: 20px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 23.6%;
    clear: none;
    margin: 0 1.8% 2.992em 0;
}
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: left;
}
.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    float: left;
    width: 48%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    margin: 0 1.8% 2.992em 0;
    width: 23.6%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}
.woocommerce ul.products li.product a img {
    height: 200px;
    object-fit: contain;
}
.woocommerce ul.products li .price, .woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
}
.woocommerce ul.products li .price span.woocommerce-Price-amount.amount {
    font-size: 18px;
}
.woocommerce ul.products li .add-to-cart-container {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #dfdfdf;
}
.woocommerce ul.products li .add-to-cart-container a.single_add_to_cart_button {
    color: #17a9d7;
    font-size: 14px;
    border: 1px solid #17a9d7;
    border-radius: 4px;
    min-width: 100%;
}
.woocommerce ul.products li .add-to-cart-container a.single_add_to_cart_button:hover {
    color: #f6f6f6;
    background: #17a9d7;
}
.single-product.woocommerce .product div.images img {
    height: 300px;
    object-fit: contain;
}
.single-product.woocommerce .woocommerce-product-gallery__image {
    background: #fff;
    padding: 20px 0px;
    border-radius: 15px;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
    font-weight: 600;
}
.single-product.woocommerce .product div.summary {
    margin-bottom: 2em;
    margin-top: 2%;
    margin-left: 2%;
}
.woocommerce-cart .entry-content .woocommerce, .woocommerce-checkout .woocommerce-billing-fields, .woocommerce-checkout .woocommerce-additional-fields, .woocommerce-checkout #order_review {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}
.woocommerce-checkout h3#order_review_heading {
    background: #fff;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    margin: 0;
}
.woocommerce-checkout #order_review {
    border-radius: 0 0 15px 15px;
}
.woocommerce-checkout .woocommerce-billing-fields {
    margin-bottom: 40px;
}
.woocommerce-checkout h3#ship-to-different-address span {
    font-size: 18px;
}
.woocommerce-checkout .woocommerce-additional-fields h3, .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 20px;
}
.woocommerce-checkout #customer_details .col-12.col-sm-5 {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
.woocommerce-checkout .btn-primary {
    background-color: #ff5722;
    border-color: #ff5722;
}
.woocommerce-cart .wc-proceed-to-checkout a.btn {
    border-radius: 4px;
    margin-bottom: 20px;
}
.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0;
    padding: 6px;
    border: 1px solid #ced4d9;
    border-radius: 4px;
}
.woocommerce-additional-fields {
    margin-bottom: 20px;
}
.woocommerce form.checkout_coupon {
    background: #fff;
    border: none;
    max-width: 600px;
    margin: 10px auto;
}
.woocommerce form.login, .woocommerce form.register, form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.woocommerce-account header.entry-header {
    text-align: center;
}
.woocommerce-account .woocommerce h2{
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
}
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row {
    width: 100%;
}
.woocommerce-account .woocommerce {
    display: flex;
    justify-content: space-between;
}
.woocommerce-account .woocommerce-MyAccount-content {
    background: #fff;
    padding: 20px;
}
.woocommerce  a.woocommerce-Button.btn.btn-outline-primary, .woocommerce .woocommerce-MyAccount-content .btn.btn-outline-primary {
    padding: 4px 20px;
    color: inherit;
    border: 1px solid #4f4f4f;
    font-size: inherit;
    background: inherit;
    min-width: auto;
}
.woocommerce  a.woocommerce-Button.btn.btn-outline-primary:hover, .woocommerce .woocommerce-MyAccount-content .btn.btn-outline-primary:hover {
    color: #fff;
    background: #000;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #ddd;
    padding: 6px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
form.woocommerce-EditAccountForm.edit-account {
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
    margin-right: 0;
    width: 100%;
}
.woocommerce p.woocommerce-LostPassword.lost_password {
    text-align: center;
}
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row button.btn.btn-outline-primary {
    width: 100%;
}
.woocommerce-account .woocommerce {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.woocommerce-account .woocommerce-error {
    max-width: 400px;
    margin: 10px auto;
}
.logged-in.woocommerce-account .woocommerce {
    flex-direction: row;
}
.logged-in.woocommerce-account .woocommerce-error {
    max-width: 100%;
    margin: 0px auto;
}
/* General Styles for the Order Confirmation Page */
.woocommerce-order-received .type-page {
    color: #333;
    padding: 40px 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.woocommerce-order-received .entry-header {
    text-align: center;
    margin-bottom: 20px;
}

.woocommerce-order-received .entry-title {
    color: #1d77bc;
    font-size: 28px;
    font-weight: bold;
}

.woocommerce-order-received .woocommerce-order-overview {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-order-overview li {
    list-style: none;
    padding: 5px 0;
}

.woocommerce-order-received .woocommerce-order-overview__order strong,
.woocommerce-order-received .woocommerce-order-overview__date strong,
.woocommerce-order-received .woocommerce-order-overview__email strong,
.woocommerce-order-received .woocommerce-order-overview__total strong,
.woocommerce-order-received .woocommerce-order-overview__payment-method strong {
    color: #1d77bc;
    font-weight: bold;
}

.woocommerce-order-received .woocommerce-bacs-bank-details {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-table th,
.woocommerce-order-received .woocommerce-table td {
    border: none;
    padding: 10px;
    text-align: left;
}

.woocommerce-order-received .woocommerce-table th {
    background-color: #f1f1f1;
    font-weight: bold;
}

.woocommerce-order-received .woocommerce-table--order-details .product-name a {
    color: #1d77bc;
    text-decoration: none;
}

.woocommerce-order-received .woocommerce-customer-details {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
}

.woocommerce-order-received .woocommerce-customer-details address {
    white-space: pre-line;
}

.woocommerce-order-received .entry-footer {
    text-align: center;
    margin-top: 20px;
}

.woocommerce-order-received .edit-link a {
    color: #1d77bc;
    text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .woocommerce-order-received .entry-title {
        font-size: 24px;
    }
}


.woocommerce-order-received .woocommerce-bacs-bank-details h2 {
    font-size: 1.5rem;
    line-height: 1.5em;
}

.woocommerce .wc-bacs-bank-details-account-name {}

.woocommerce-order-received .woocommerce-bacs-bank-details h3 {
    line-height: 1.5em;
    font-size: 1.2em;
}

.woocommerce-order-received ul.order_details.bacs_details {
    margin: 0;
    padding: 0;
}

.woocommerce-order-received h2 {
    font-size: 1.3rem;
    line-height: 1.2em;
}

/******************** Category css ********************/
.custom-post-list h1.page-title {
    font-size: 28px;
}
.custom-post-list article.post{
    display: flex;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.custom-post-list article.post .feat-img {
    position: relative;
    width: 28%;
    margin-right: 15px;
    height: 190px;
    overflow: hidden;
}
.custom-post-list article.post .feat-img img {
    border-radius: 10px;
    height: 190px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.custom-post-list article.post .feat-img span.cat-name{
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    padding: 2px 10px;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;

}
.custom-post-list article.post .feat-img span.post-date{
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: block;
    padding: 2px 10px;
    background: #ff9800;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;

}
.custom-post-list article.post .article-content {
    width: 70%;
}
.custom-post-list article.post h2.entry-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.custom-post-list article.post h2.entry-title a{
    text-decoration: none;
    font-size: 20px;
}
.custom-post-list article.post .entry-content p a.btn {
    font-size: 16px;
    min-width: 150px;
    padding: 10px 15px 10px;
}
.pagination {
    align-items: center;
    justify-content: center;
}
/******************** page css ********************/
.custom-page {
    padding: 20px 0px;
}
.custom-page h1.entry-title {
    font-size: 28px;
    margin-bottom: 20px;
}
.custom-page .entry-content h2.has-background {
    padding: 15px;
    border-radius: 2px;
}
.yt-language-section .wp-block-image:not(.is-style-rounded) img {
    border-radius: 0px;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe, .custom-page .smb-step__item__summary .wp-block-image:not(.is-style-rounded) img, .custom-page .wp-block-image:not(.is-style-rounded) img, .wp-block-cover img, .wp-block-cover.has-background-dim:not(.has-background-gradient):before{
    border-radius: 15px;
}
.custom-page .wp-block-columns .smb-box__body p {
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 0;
}
.custom-page .wp-block-columns .wp-block-buttons {
    margin-top: 0;
}
.map_wrap {
    width: 100%;
    padding-top: 48px;
    position: relative;
}
.map_btn {
    position: absolute;
    top: 0;
    left: 0;
}

.map_btn button {
    width: 144px;
    height: 48px;
    border: none;
    background: #fff;
}

.map_btn button.on {
    background: #D3D3D3;
}

#map_box {
    width: 100%;
    padding-top: 45%;
    margin-top: 10px;
    position: relative;
}

#map_box iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #f3f3f3;
    padding: 20px;
}

#map_box.map iframe.map_view, #map_box.road iframe.road_view {
    display: inline-block;
}
/******************** media history css ********************/
ul.media-history {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
}
ul.media-history li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #a9a9a9;
}
ul.media-history li a {
    text-decoration: none;
}
ul.media-history li a:hover {
    color: #ee7f4f;
    text-decoration: underline;
}
ul.media-history li span.date {
    font-size: 14px;
    font-weight: 600;
    color: #545454;
}
ul.media-history li p {
    color: #c77701;
}
/******************** 404 css ********************/
.error-page-default img{
    height: 300px;
    animation: pulse 3s infinite;
    -webkit-animation: pulse 3s infinite;
    -moz-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
}
/******************** contact form css ********************/
.form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    box-shadow: none;
    border-color: #ffc107;
}
.page-template-media-history .wpcf7, .wpcf7 {
    max-width: 100%;
    margin: 0 !important;
}
.page-template-media-history .wpcf7-form, .wpcf7-form {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
}
.page-template-media-history .wpcf7 input[type=search]:focus {
    border: none;
    box-shadow: none;
}
.page-template-media-history .wpcf7 .wpcf7-form label {
    padding-bottom: 10px;
    text-align: left;
}
.page-template-media-history .wpcf7 .wpcf7-form label span.must {
    color: #f00;
    font-size: 12px;
    padding-left: 5px;
}
.btn-outline-primary, .wpcf7 input[type=submit] {
    color: #f36832;
    border-color: #f15c1d;
}
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
    background-color: #ff9800;
    border-color: #ff9800;
}
.select2-container {
    width: 100% !important;
}
table.inquiry .wpcf7-select {
    width: auto;
    display: inline-block;
}
.inquiry {
    font-size: inherit;
}

.inquiry th, .inquiry td {
    padding: 8px 12px;
    font-size: inherit;
    border: solid 1px #d7d7d7;
}

.inquiry th {
    text-align: left;
    vertical-align: top;
    color: #444;
    width: 30%;
    background: #f7f7f7;
}
.inquiry th .haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}
.inquiry th .any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}
.inquiry input, .inquiry textarea {
    padding: 4px 12px;
    margin: 4px 0;
    font-size: inherit;
}

.inquiry textarea {
    width: 100%;
}

.inquiry input[type="radio"] {
    margin: auto;
    vertical-align: text-top;
}
.inquiry input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number.number1 {
    width: auto;
    display: inline-block;
}
.wpcf7 .datesp {
    position: relative;
}
.wpcf7 .wpcf7-form p {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 0;
}
.wpcf7 .wpcf7-form p .wpcf7-submit {
    display: inline-block;
    width: auto;
}
.wpcf7 input[type=submit]:disabled {
    color: #f89775;
}
.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
    padding: 6px 12px;
}
.ui-datepicker-week-end a {
    color: red !important;
}

/******************** Footer css ********************/
#wrapper-footer {
    background: #fff;
    padding: 50px 0;
}
footer .footer-logo {
    height: 130px;
    width: 130px;
    overflow: hidden;
}
footer .footer-logo img {
    height: 120px;
    width: auto;
}
.home footer section {
    margin-bottom: 0;
}
footer .footer-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer-area li {
    padding-bottom: 20px;
}
footer .footer-area li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
footer .footer-area li a:hover {
    color: #6a6a6a;
    text-decoration: none;
}

/************** Modal popup **************/
#couponModal {

}
#downloadCoupon .modal-dialog {
    max-width: 600px;
}
#couponModal  .modal-dialog {
    max-width: 600px;
}
#couponModal .modal-header, #downloadCoupon .modal-header {
    border: none;
    position: relative;
    background-color: #319cd5;
}
#couponModal button.btn-close, #downloadCoupon button.btn-close{
    background: #000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fc0'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    position: absolute;
    right: -15px;
    top: -10px;
    border-radius: 50%;
    opacity: 1;
    font-size: 12px;
    width: 2em;
    height: 2em;
    z-index: 1;
}
#couponModal .modal-content, #downloadCoupon .modal-content {
    background-color: #319cd500;
    color: #fff;
    margin: 15px;
    border: none;
}
#couponModal .modal-header h4 {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin: 0;
}
#couponModal .modal-header h4 small {
    font-size: 13px;
    margin-top: 5px;
    color: #fffb19;
}
#couponModal .modal-header span.deadline {
    font-size: 20px;
    background: #c1180c;
    padding: 2px 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
#couponModal .modal-header h4 span.weekday {
    padding: 6px;
    font-size: 14px;
    border-radius: 50%;
    background: #ffcc02;
    color: #000;
    height: 28px;
    width: 28px;
}
#couponModal .modal-header h4 span {
    font-size: 20px;
    padding: 0 5px;
    margin-bottom: 4px;
}
#couponModal .modal-header h4 span.seperator {
    padding: 0 5px 0 10px;
}
#couponModal .modal-body {
    background: #ffffff;
    color: #1A1311;
    position: relative;
    padding: 0 1rem;
}
#couponModal .modal-body h5 {
    display: block;
    padding: 10px 20px;
    color: #000;
    background: #ffcc0280;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
}
#couponModal .modal-body h5 p {
    margin-bottom: 0;
}
#couponModal .modal-body .monnyan-img {
    margin-bottom: -60px;
    margin-left: -25px;
}
#couponModal .modal-body .monnyan-img img {
    width: 100px;
}
#couponModal .modal-body .coupon-img {
    margin: 0 auto;
    overflow: hidden;
}
#couponModal .modal-body .coupon-img img {
    height: 100px;
    object-fit: contain;
    object-position: center;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}
#couponModal .modal-footer {
    border: none;
    text-align: center;
    background: #c20303;
    padding: 5px 5px 5px 50px;
}
#downloadCoupon ul.notes li, #couponModal ul.notes li {
    font-size: 14px;
    color: #1f1f1f;
    padding-bottom: 5px;
}
#couponModal .modal-body .qrcode, #couponModal .modal-body .qrcode img {
    height: 80px;
    overflow: hidden;
}
#couponModal .modal-body .date-stamp {
    font-size: 12px;
    text-align: center;
    color: #f00;
}
#couponModal .modal-content span.couponCode {
    display: inline-block;
    padding: 10px;
    border: 1px dashed #9a9a9a;
    font-weight: 600;
}
#couponModal .modal-content .monja-coupon {
    max-width: 70%;
}
#couponModal .modal-content .remarks {
    background: #fff;
    color: #000;
}
#couponModal .modal-content #qrcode {
    visibility: hidden;
}
#couponModal .modal-body .instruction {
    width: 100%;
}
#couponModal .modal-content .download-link .btn-grad {
    background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5  51%, #00d2ff  100%);
    margin: 10px auto;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px 0px #eeeeeea1;
    border-radius: 10px;
    display: block;
    border: none;
}

#couponModal .modal-content .download-link .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}



@media (min-width: 768px) {
    .navbar-brand.abs
    {
        position: absolute;
        width: auto;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        overflow: hidden;
        height: 210px;
    }
}
/******************** Responsive css ********************/
@media only screen and (max-width: 768px) {
    .navbar-collapse .navbar-nav {
        margin-top: 20px;
    }
    .navbar-expand-md {
        padding: 20px 0 70px;
    }
    .navbar-light .navbar-brand img {
        height: 80px;
        width: 100%;
        overflow: hidden;
        object-fit: contain;
    }
    a.navbar-brand.sp {
        position: relative;
        margin-top: -20px;
        width: 50px;
        margin-right: 0;
    }
    .navbar-brand.abs
    {
        position: absolute;
        width: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    .navbar ul.navbar-nav.ms-auto {
        margin-top: 0;
    }

    .navbar .navbar-nav li.nav-item:first-child, .navbar .navbar-nav li.nav-item {
        width: auto;
    }
    .navbar .navbar-nav li a.nav-link span {
        display: inline-block;
    }
    .navbar .navbar-nav li a.nav-link {
        writing-mode: inherit;
         -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        border-bottom: 1px solid #e1e1e1;
        padding: 2px 10px 4px;
    }
    .navbar .navbar-nav li a.nav-link .menu-icon {
        padding-bottom: 0 !important;
        padding-right: 10px;
    }
    #content, .container {
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }
    .top-slider {
        margin-bottom: 40px !important;
    }
    .home section {
        margin-bottom: 70px;
    }
    section.top-special-news-banner {
        margin-bottom: 20px;
    }
    .special-news-banner img {
        width: 100%;
    }
    .special-news-banner h3 {
        margin-top: -65px;
        font-size: 30px;
    }
    .special-news-banner p {
        font-size: 18px;
    }
    .home section .section-title {
        margin-bottom: 40px;
    }
    .home section .section-title::before {
        font-size: 60px;
    }
    h1.woocommerce-products-header__title.page-title {
        font-size: 20px;
    }
    .home section .section-title h1 {
        font-size: 22px;
    }
    .home section .section-title h4 {
        font-size: 12px;
    }
    .home section .section-title p {
        margin: 0;
    }
    .top-reservation .reservation-img img {
        height: 180px;
    }
    .top-restaurant .restaurant-list, .top-blog .blog-list {
        margin: 10px 0px;
    }
    .top-news .news-contain .news-details::after {
        width: 100px;
        height: 100px;
        bottom: 0;
        right: -15%;
    }
    .top-monnyan .banner-img .animation {
        height: 140px;
        width: 140px;
    }
    .monja-reserv-char {
        display: none;
    }
    .top-slider .swiper-slide {
        height: 200px;
    }
    .top-slider .swiper-slide .slider-content {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        height: 200px;
    }
    .top-slider .swiper-slide .slider-content p {
        letter-spacing: 0px;
        font-size: 14px;
        line-height: 26px;
        display: none;
    }
    .top-slider .swiper-slide .slider-content img {
        height: 150px;
        flex-basis: 100px;
        width: auto;
        display: none;
    }
    .top-reservation .reservation-img::before, .top-reservation .reservation-img::after {
        width: 150px;
        height: 150px;
    }
    .section-title .icon-spoon {
        width: 30px;
    }
    .top-restaurant .restaurant-list h3, .custom-page h1.entry-title {
        font-size: 20px;
    }
    .top-news .news-contain .img-thumb, .top-news .news-contain .img-thumb img{
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    .top-news .news-contain .news-details h4, .top-blog .blog-list h4, .top-restaurant .restaurant-list p {
        font-size: 14px;
    }
    .top-news .news-contain .news-details p {
        font-size: 16px;
        line-height: 26px;
    }
    .top-gifts .gifts-img img, .top-association .association-img img, .sp-min-height {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    .top-blog .speec-bubble::after {
        width: 280px;
    }
    .top-blog .monnyan-char img {
        height: 160px;
        margin-top: 10%;
    }
    .top-sns .sns-icon {
        height: 140px;
    }
    .top-sns .sns-icon svg {
        color: #fff;
        font-size: 3em;
    }
    .store-contents section.store-news, .store-contents .store-concept {
        margin-bottom: 0px;
    }
    .store-contents section {
        padding-bottom: 80px;
    }
    .home section .cta-btn {
        margin: 40px 0px;
    }
    .store-contents .title-mb {
        margin-bottom: 40px;
    }
    .store-contents .section-title h3 span.en {
        font-size: 24px;
    }
    .store-contents .store-news .news-container ul li {
        flex-direction: column;
    }
    .store-contents .store-recomm-inner {
        margin: 0 0 100px 0;
    }
    .store-contents .store-recomm-inner .recomm-text {
        padding: 20px;
    }
    .store-information .store-info-inner {
        padding: 0px;
    }
    .store-information .s-infoblock.is-top {
        border-top: none;
    }
    .store-scene .scene-content {
        margin-bottom: 20px;
    }
    .store-scene .scene-content .scene-photo {
        height: auto;
        overflow: hidden;
    }
    .store-scene .scene-content .scene-photo img {
        height: 250px;
        margin: 0px !important;
        width: 100%;
    }
    .store-scene .scene-content .scene-description {
        width: 80%;
        margin-top: -5%;
        margin-left: 0px;
        border-radius: 0 20px;
        padding: 15px 20px;
        min-height: auto;
    }
    .store-contents .store-reservation .reservation-link::before {
        width: 180px;
        height: 180px;
    }
    .store-scene .scene-content .scene-description .scene-title {
        font-size: 16px;
    }
    .store-scene .scene-content .scene-description p {
        font-size: 14px;
    }
    .store-contents .store-reservation .reservation-link {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .store-contents .store-reservation .reservation-link a.link, .custom-page .entry-content h2.has-background {
        margin-left: 0;
        font-size: 18px;
    }
    .store-seatlist .card-header img {
        width: 70px;
    }
    .store-seatlist .card-block p {
        font-size: 14px;
    }
    .custom-single-post article {
        margin-bottom: 50px;
    }
    .custom-single-post .feature-img, .custom-page .feature-img{
        height: 250px;
    }
    .custom-single-post .feature-img img, .custom-page .feature-img img {
        height: 250px;
        width: 90%;
        margin-left: 6%;
    }
    .custom-single-post .feature-img span.monnyan-icon, .custom-page .feature-img span.monnyan-icon{
        right: 0px;
        height: 80px;
        width: 80px;
    }
    .custom-page .feature-img span.monnyan-icon img {
        height: 80px;
    }
    .custom-single-post h1.entry-title {
        font-size: 22px;
    }
    .custom-single-post .entry-content {
        font-size: 14px;
    }
    .custom-single-post nav.container.navigation.post-navigation {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-single-post .next-prev-post {
        flex-direction: column;
    }
    .custom-single-post .next-post, .custom-single-post .previous-post {
        width: 100%;
        margin: 5px 0;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48.2%;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 54px;
        font-size: 14px;
    }
    ul.media-history li p {
        color: #c77701;
        font-size: 14px;
    }
    .custom-post-list article.post {
        flex-direction: column;
    }
    .custom-post-list article.post .feat-img, .custom-post-list article.post .feat-img a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .custom-post-list article.post .article-content {
        width: 100%;
    }
    .custom-post-list article.post h2.entry-title, .custom-post-list article.post .entry-content p {
        font-size: 14px;
    }
    .custom-post-list article.post .entry-content p a.btn {
        font-size: 16px;
    }
    .custom-post-list article.post .feat-img a, .custom-post-list article.post .feat-img img {
        height: 150px;
        object-fit: cover;
    }
    .searchfilter-form {
        padding: 5px 10px;
    }
    .searchandfilter ul {
        padding-left: 0;
    }
    .searchfilter-form .searchandfilter ul li {
        display: block;
    }
    .searchfilter-form .searchandfilter select.sf-input-select, .searchfilter-form .searchandfilter .sf-field-search input {
        min-width: 100%;
    }
    .top-sns .insta-bg.sns-icon::before {
        background-size: 55px 35px;
        top: -32px;
        left: 35%;
    }
    .top-sns .fb-bg.sns-icon::before {
        background-size: 55px 35px;
        top: -32px;
        left: 35%;
    }
    .top-sns .twitter-bg.sns-icon::before {
        background-size: 55px 35px;
        top: -32px;
        left: 35%;
    }
    .top-sns .yt-bg.sns-icon::before {
        background-size: 55px 35px;
        top: -32px;
        left: 35%;
    }
    footer .footer-area li {
        padding-bottom: 10px;
    }
    footer .footer-area li a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    #couponModal .modal-body .coupon-img {
        width: 80%;
    }
    #couponModal .modal-body .coupon-img img {
        height: 70px;
    }
    #couponModal .modal-body h4 {
        font-size: 16px;
    }
    .top-news .news-contain .news-details h4, .top-blog .blog-list h4, .top-restaurant .restaurant-list p {
        font-size: 12px;
        line-height: 20px;
    }
    .top-reservation .reservation-img::before, .top-reservation .reservation-img::after {
        width: 100px;
        height: 100px;
    }
    .top-restaurant .restaurant-list h3, .custom-page h1.entry-title {
        font-size: 16px;
    }
    .top-restaurant .restaurant-list p {
        height: 100px;
    }
    .top-monnyan .banner-img .animation {
        height: 100px;
        width: 100px;
        bottom: 0;
    }
    .store-contents .recomm-menu .course-item {
        flex-direction: column;
    }
    .store-contents .recomm-menu .course-item .course-item-img {
        width: 100%;
        order: 0;
    }
    .store-contents .recomm-menu .course-item .course-item-img img {
        width: 100%;
        height: 115px;
        border-radius: 5px 5px 0 0px;
    }
    .store-contents .recomm-menu .course-item .course-item-img.order-1 img {
        border-radius: 5px 5px 0px 0px;
    }
    .store-contents .store-recomm-inner {
        flex-direction: column;
    }
    .store-contents .store-recomm-inner .recomm-text {
        width: 100%;
        padding: 15px;
        border-radius: 0px 0px 5px 5px;
    }
    .store-contents .store-recomm-inner .recomm-img {
        width: 100%;
        position: relative;
        top: 0px;
    }
    .store-contents .store-recomm-inner .recomm-img img {
        border-radius: 5px 5px 0px 0px;
        max-height: 180px;
    }
    .store-contents .store-recomm-inner .recomm-text .recom-title-w-p h3 {
        padding-bottom: 10px;
    }
    .store-contents .store-recomm-inner span.recom-counter {
        left: 15px;
        font-size: 48px;
    }
    .store-contents .store-recomm-inner span.recom-icon {
        bottom: -3%;
        left: 8%;
    }
    .store-contents .store-recomm-inner span.recom-icon img {
        height: 80px;
    }
    .store-contents .store-recommendation .course-item {
        flex-direction: column;
    }
    .store-contents .store-recommendation .course-item .course-item-img {
        width: 100%;
        order: 0;
    }
    .store-contents .store-recommendation .course-item .course-item-img img {
        width: 100%;
        height: 115px;
        border-radius: 5px 5px 0 0px;
    }
    .store-contents .store-recommendation .course-item .course-item-img.order-1 img {
        border-radius: 5px 5px 0px 0px;
    }
    .store-contents .store-single .store-recomm-inner {
        flex-direction: column;
    }
    .searchfilter-form .search-number span {
        font-size: 18px;
    }
    .special-news-banner {
        padding: 40px 15px;
        border: 2px solid #dc1c1c;
    }
    .custom-single-post .feature-img span.monnyan-icon {
        height: 80px;
        width: 80px;
    }
    .custom-single-post .feature-img span.monnyan-icon img {
        height: 80px;
    }
    .custom-single-post .entry-content p {
        font-size: 14px !important;
    }
    .custom-single-post .entry-meta {
        display: flex;
        flex-direction: column;
    }
    .woocommerce ul.products li .add-to-cart-container {
        padding: 10px 5px 5px;
        border-top: 1px solid #dfdfdf;
    }
    .woocommerce ul.products li .add-to-cart-container a.single_add_to_cart_button {
        font-size: 12px;
    }
    .woocommerce ul.products li.product a img {
        height: 100px;
    }
    .woocommerce ul.products li .price span.woocommerce-Price-amount.amount {
        font-size: 14px;
    }
    .single-product.woocommerce .product div.images img {
        height: 150px;
        object-fit: contain;
    }
    .single-product.woocommerce .product div.summary, .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 100% !important;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 0 1.8% 0.992em 0;
    }
    .inquiry th, .inquiry td {
        display: block;
        width: 100%;
        border-top: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
    }

    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7;
    }
    table.inquiry .wpcf7-select {
        padding: 2px 5px;
        font-size: 12px;
    }
    .inquiry .haveto, .inquiry .any {
        font-size: 10px;
    }
    /***** coupon modal*****/
    #couponModal .modal-content {
        margin: 0px 15px;
    }
    #couponModal .modal-header {
        padding: 10px 5px;
    }
    #couponModal .modal-header span.deadline {
        font-size: 12px;
        padding: 2px 8px;
    }
    #couponModal .modal-header h4 {
        font-size: 12px;
    }
    #couponModal .modal-header h4 span {
        font-size: 10px;
        padding: 0 2px;
        margin-bottom: 4px;
    }
    #couponModal .modal-header h4 span.weekday {
        padding: 4px;
        font-size: 10px;
        height: 18px;
        width: 18px;
    }
    #couponModal .modal-header h4 span.seperator {
        padding: 0 5px 0 6px;
    }
    #couponModal .modal-body h5 {
        font-size: 12px;
        padding: 10px 10px;
    }
    #couponModal .modal-footer h4 {
        font-size: 14px;
    }
    #qrcode canvas {
        height: 70px;
    }
    #downloadCoupon ul.notes li, #couponModal ul.notes li {
        font-size: 12px;
    }
    #couponModal .modal-body .date-stamp {
        font-size: 12px;
    }

}
@media only screen and (max-width: 330px) {
    #couponModal .modal-body {
        padding: 5px;
    }
    #couponModal .modal-body .monnyan-img {
        margin-bottom: -40px;
        margin-left: -15px;
    }
    #couponModal .modal-body h5, #couponModal .modal-body .date-stamp {
        font-size: 9px;
    }
    #couponModal .modal-footer>* {
        font-size: 12px;
    }
    #couponModal .modal-content span.couponCode {
        font-size: 14px;
    }
}