@font-face {
    font-family: 'Dosis-Regular';
    src: url('../../../fonts/Dosis-Regular.ttf');
}

@font-face {
    font-family: 'Dosis-Bold';
    src: url('../../../fonts/Dosis-Bold.ttf');
}

@font-face {
    font-family: 'Dosis-ExtraBold';
    src: url('../../../fonts/Dosis-ExtraBold.ttf');
}

@font-face {
    font-family: 'Dosis-Medium';
    src: url('../../../fonts/Dosis-Medium.ttf');
}

@font-face {
    font-family: 'Dosis-SemiBold';
    src: url('../../../fonts/Dosis-SemiBold.ttf');
}

@font-face {
    font-family: 'NotoSansJP-Thin';
    src: url('../../../fonts/NotoSansJP-Thin.ttf');
}

@font-face {
    font-family: 'NotoSansJP-Regular';
    src: url('../../../fonts/NotoSansJP-Regular.ttf');
}

@font-face {
    font-family: 'NotoSansJP-Medium';
    src: url('../../../fonts/NotoSansJP-Medium.ttf');
}

@font-face {
    font-family: 'Hirokawa-Regular';
    src: url('../../../fonts/Hirokawa-Regular.otf');
}



html {
    overflow-x: hidden;
}

body {
    font-family: 'Dosis-Regular';
    font-size: 16px;
    color: #000;
    overflow: hidden;
}

h1, h2, h3, h4, h5 {
    /* color: #434444; */
    font-family: 'Dosis-Bold';
    color: #003399;
}

h1 {
    font-size: 3.5rem;
}

p {
    font-family: 'NotoSansJP-Regular';
}

a {
    cursor: pointer;
}

img {
    width: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none; 
}

.text-dark-blue {
    color: #304c74;
}

.text-light-blue {
    color: #0844ac;
}

.text-red {
    color: #ef4136;
}

.dropdown-item.active, .dropdown-item:active {
    background: none;
}

.sticky {
	position: fixed !important;
	top: 0;
	z-index: 9999;
	width: 100%;
    box-shadow: 0cm 1px 5px 1px rgba(0, 0, 0, 0.1);
}

#header {
    font-family: 'Dosis-Bold';
    color: #304c74;
    background: white;
}

#header .link-list, #header .link-list2 {
    color: #304c74;
    position: relative;
}

#header .selected {
    color: #ef4136;
}

#header .link-list:hover {
    color: #ef4136;
    text-decoration: none;
}

#header .link-list:hover::after {
    content: ''; /* Required to create the pseudo-element */
    display: block; /* Ensure it's treated as a block element */
    position: absolute; /* Position it relative to the link */
    left: 0; /* Align it to the left edge of the link */
    bottom: -5px; /* Position it 3px below the text */
    width: 100%; /* Make it the same width as the link text */
    height: 2px; /* Height of the underline */
    background-color: #304c74; /* Color of the underline */
}

#header .link-list2:hover {
    color: #ef4136;
    text-decoration: none;
}

#footer {
    color: white;
}

#footer .upper-footer {
    background: #0844ac;
}

#footer .lower-footer {
    background: #ef4136;
    font-size: 14px;
}

#footer .footer-header {
    font-family: 'Dosis-Medium';
    position: relative; /* Positioning context for the pseudo-element */
    display: inline-block; /* Shrink the element width to fit the content */
    padding-bottom: 6px; 
    color: #fff;
}

#footer .footer-header::after {
    content: "";
    position: absolute;
    left: 0; /* Adjust this value to control the starting point of the line */
    bottom: 0; /* Aligns the line with the bottom of the h3 */
    width: 80px; /* Adjust this value to control the length of the line */
    height: 1px; /* Thickness of the line */
    background-color: #ef4136; /* Color of the line */
}

#footer h1 {
    color: #fff;
    font-size: 2.5rem;
}

#footer .contact-number {
    font-family: 'Dosis-SemiBold';
}

#footer .flower-image {
    width: 10px;
    padding-bottom: 5px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#footer li {
    display: inline-block;
    width: calc(50% - 10px);
    margin-right: 10px;
    padding: 5px 5px 5px 0;
}

#footer li:nth-child(2n) {
    margin-right: 0;
}

#footer .social-icons {
    font-size: 16px;
}

#footer input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid white;
    color: white ;
    font-size: 11px;
}

#footer input::placeholder {
    color: white ;
}

#footer .submit-btn {
    border-radius: 10px;
    border: none;
    background: #ef4136;
    color: white;
    padding: 10px 20px;
}

#footer .footer-logo {
    width: auto;
    max-width: 100%;
}

#footer .contact-us-div {
    border-left: 2px solid #ef4136;
}

.error {
    color: #ef4136;
    font-size: 12px;
    font-family: 'Dosis-Medium';
}

.full-content {
    background: url('../images/section-bg.png');
}

/* Home Slider */
.home-slider .slick-arrow {
    top: auto;
    width: auto;
    max-width: 100%;
    z-index: 999;
    height: auto;
    max-height: 60px;
    bottom: -60px;
}
.home-slider .slick-prev {
    left: 0 !important;
}
.home-slider .slick-next {
    right: 0 !important;
}
.home-slider .slick-dots {
    bottom: 20px;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    
}
.home-slider .slick-dots i {
    font-size: 12px;
}

.home-slider .slick-dots li {
    width: auto;
    min-width: 34px;
    height: auto;
}

.home-slider .slick-dots .slick-active i:before,
.home-slider .slick-dots li:hover i:before {
    content: url('../images/red-flower.png') !important;
}

/* About Us */
.section-margin {
    position: relative;
    margin-bottom: 100px;
    z-index: 998;
}
#about-us h1 {
    display: flex;
    align-items: center;
}
#about-us h1 img {
    margin-right: 10px;
    max-width: 30px;
}
#about-us .col-md-7 {
    display: flex;
    flex-direction: column;
}
.cert {
    margin-top: auto;
    text-align: right;
    margin-right: 50px;
}
#about-us h1 > span {
    font-family: 'Hirokawa-Regular';
    color: #ef4136;
}

#about-us h1 > span sup {
    font-family: 'Dosis-Bold';
}

.flower-deco-1 {
    position: absolute;
    left: -50px;
    top: 100px;
    z-index: 1;
}

/* Ramen */
#ramen h1 {
    display: flex;
    align-items: flex-start;
}
#ramen h1 > img {
    margin-top: 20px;
    margin-right: 10px;
    max-width: 30px;
}
.flower-deco-2 {
    position: absolute;
    right: -250px;
    top: -150px;
    z-index: 1;
}
.best-seller {
    margin-top: -350px;
    position: relative;
    z-index: 1000;
}
#ramen .best-seller h1 {
    justify-content: flex-end;
}
#ramen .best-seller h1 img {
    margin-right: 0;
    margin-left: 10px;
}
#ramen .best-seller h1 span.hiro {
    font-family: 'Hirokawa-Regular';
    color: #ef4136;
}
#ramen .ramen-image {
    max-width: 90%;
    margin-left: auto;
    text-align: right;
}
.ramen-video {
    background: url('../images/section-5-bg.png');
    background-size: cover;
    border-radius: 75px;
    z-index: 999;
    position: relative;
}

.ramen-video h1 {
    color: #fff;
}
.ramen-video h1 span {
     font-family: 'Hirokawa-Regular';
    color: #ef4136;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.env .absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
.env .absolute h1 {
     color: #fff
}
.env .absolute p {
    max-width: 60%;
}
.env .section-7-image {
    height: 380px;
    object-fit: cover;
}
.flower-deco-3 {
    position: absolute;
    left: -250px;
    bottom: -350px;
    z-index: 0;
}

/* Gallery */
#gallery {
    background: #0242a8
}
#gallery .slide {
    padding: 0 15px;
}

/* Location */
.location {
    background: #0242a8;
    position: relative;
    padding-top: 100px !important;
    color: #fff;
}
.location-title {
    position: absolute;
    top: -55px;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 430px;
    z-index: 99;
}
.location h2 {
    color: #fff;
}
.location p {
    max-width: 400px;
    margin: 15px auto;
    min-height: 72px;
}
.opening-hours {
    background: #fff;
    color: #0242a8;
    max-width: 300px;
    margin: auto;
    border-radius: 8px;
    padding: 5px
}
.address {
    margin-bottom: 25px;
}
.flower-deco-4 {
    position: absolute;
    left: -250px;
    top: -250px;
    z-index: 2
}

.floating-btn {
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 50px;
    text-align: right;
    display:flex;
    align-items: center;
    cursor: pointer;
    height: 100px;
}
.floating-btn > img {
    order: 2;
    max-height:100px
}
.floating-btn .after-hover {
    width: 0;
    transition: .2s ease all;
}
.floating-btn .after-hover img {
    margin-left: 5px;
}
.floating-btn:hover .after-hover {
   width: 220px;
}

@media (max-width: 1400px) {
    .best-seller {
        margin-top: -350px;
    }
}

@media (max-width: 1280px) {
    .best-seller {
        margin-top: -260px;
    }
}

@media (max-width: 1100px) {
    .best-seller {
        margin-top: -220px;
    }
}


@media (max-width: 991px) {
    .p-5 {
        padding: 3rem 20px !important;
    }

    .px-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #footer .footer-logo {
        width: 40%;
    }

    #footer .footer-logo-div {
        text-align: left;
    }

    #footer .contact-us-div {
        border-left: none;
    }

    .section-margin {
        margin: 20px 0;
        text-align: center;
    }
    
    #about-us h1 {
        justify-content: center;
        margin: 20px 0;
    }
    .cert {
        margin: 0;
        text-align: center;
    }
    .cert img {
        max-width: 90%;
    }
    #about-us .align-items-center .col-lg-5 {
        order: 1;
    }
    
    .best-seller {
        margin-top: 20px;
    }
    #ramen .col-lg-4 {
        order: 1;
    }
    #ramen h1 {
        justify-content: center;
        margin-bottom: 25px;
    }
    #ramen .best-seller h1 {
        justify-content: center;
    }
    #ramen .ramen-image {
        text-align: center;
        max-width: 100%
    }
    #ramen .ramen-image .col-12 {
        margin-bottom: 15px;
    }
    #gallery {
        margin: 0;
    }
    
    #location {
        padding-top: 150px !important;
    }
    .location-title {
        left: 0;
        top: -45px;
    }
    .location-title img {
        max-width: 70%;
    }
    .home-slider .slick-arrow {
        max-height: 40px;
        bottom: -40px;
    }
    .home-slider .slick-dots {
        bottom: -10px;
    }
    .floating-btn  img {
        max-height: 100px;
    }

    h1 {
        font-size: 2.7rem;
    }

    .env .absolute {
        padding-left: 15px;
        padding-right: 15px;
    }
    .env .absolute p {
        max-width: 100%;;
    }

    .slick-dots li.slick-active button:before,
    .slick-dots li button:before {
        color: #fff !important
    }

    h2 {
        font-size: 1.5rem;
    }
    .address img {
        margin-bottom: 20px;
    }
}
