
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

* {
    padding: 0;
    margin: 0;
    color: #FEFEFE;
    font-family: "M PLUS Rounded 1c", sans-serif;
    
}

.p-18 {
    font-size: 18px;
}

a {
    text-decoration: none;
}

.page-content {
    padding-top: 156px;
}

.burger-menu {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 10;
    top: 0;
    background-image: url(../slices/common/bg.jpg);
    background-size: contain;
    
}

.burger-background {
    background-image: url(../slices/common/background.jpg);
    background-size: 100% 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.burger-menu-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.burger-menu-layout li {
    list-style: none;
    margin: 15px 0;
}

.burger-menu-layout li a {
    text-decoration: none;
    font-weight: 800;
}

.burger-menu.open{
    display: block;
}

.ham-btn {
    height: 25px;
    width: 25px;
    margin-left: auto;
    position: relative;
    display: none;
}

.ham-btn span {
    height: 4px;
    width: 100%;
    background-color: #FCFCFC;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}

.ham-btn span:nth-child(1) {
    top: 10%;

}

.ham-btn span:nth-child(3) {
    top: 90%;
}

.ham-btn.active span:nth-child(1) {
    top: 60%;
    transform: translate(-50%, -50%) rotate(45deg);

}

.ham-btn.active span:nth-child(2) {
    opacity: 0;
}

.ham-btn.active span:nth-child(3) {
    top: 45%;
    transform: translate(-50%, 50%) rotate(-45deg);
}

.main-content {
    background-image: url(../slices/common/background.jpg);
    background-size: contain;
    
}


/* header */
.main_header {
    position: fixed;
    width: 100%;
    z-index: 10;
}

.main_header.active {
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #ad0d10af;
}
.main_header-container {
    display: flex;
    justify-content: space-between;
    align-items: center; 
}

.header-logo a {
     display: block;
}
.header-logo img, .footer-logo img {
    width: 155px;
}

.header-navigation {
    padding-right: 30px;
}

.nav-layout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-layout li {
    list-style: none;
    display: flex;
    justify-content: center;
}

.nav-layout li:nth-child(7) {
    width: auto;
}

.nav-layout li:last-child {
    margin-left: 20px;
}

.nav-layout li a {
    text-decoration: none;
    color: #FEFEFE;
}

.nav-item {
    transition: all ease 0.3s;
    padding: 0 30px;
    border: 1px solid transparent;
    border-radius: 50px;
}

.nav-item:hover {
    background-color: #FCFCFC;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 0 30px;
    text-align: center;
    color: #1E1E1E;
}

.f-nav07 {
    display: none;
}

/* .logo {
    width: 100px;
    height: 35px;
    background-color: #4a4a4a;
} */

.navi-contact-btn {
    padding: 10px 35px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1E1E1E !important;
    letter-spacing: 1.6px;
    transition: all ease 0.3s;
}

.navi-contact-btn:hover {
    background-color: #500406;
    color: #FCFCFC !important;
}

.navi-contact-btn::before {
    font-family: 'FontAwesome';
    content: '\f095';
    font-size: 24px;
}

/* LAYOUT */

.display {
    display: flex;
    align-items: center;
}

.df {
    display: flex;
}

.jc-c {
    justify-content: center;
}

.jc-fe {
    justify-content: flex-end;
}

.jc-fs {
    justify-content: flex-start;
}

.ai-c {
    align-items: center;
}

.ai-fe {
    align-items: flex-end;
}

.ai-fs {
    align-items: flex-start;
}

.fd-col {
    flex-direction: column;
}

.fd-col-r {
    flex-direction: column-reverse;
}

.ta-c {
    text-align: center;
}
.section-headline {
    -webkit-text-stroke: thin;
    letter-spacing: 9.6px;
}




/* Top MV */




.mv-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mv-img img {
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: cover;
}

.mv-headline-title {
    background-image: url(../slices/common/headline_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 20px;
    font-size: 64px;
}

.mv-headline-absolute-tl, .mv-headline-absolute-br {
    position: absolute;
}


.curly-arrow {
    position: absolute;
    left: -115px;
    bottom: -30px;
}

/* Top section01 */
.top_section01 {
    padding: 100px 0;
}

.top_section01 .featured-img img {
    border-radius: 100px;
}

.vertical-headline {
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 32px;
    background-image: url(../slices/top/sec01-headline.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    letter-spacing: 10px;
    font-weight: 800;
    color: #1E1E1E;
    letter-spacing: 9.6px;

}

.top_section01 .container {
    max-width: 1200px;
    gap: 60px;
    margin: 0 auto;
}

.section01-details {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.headline-text .details-text {
    letter-spacing: 3px;
    width: 65%;
}

.text-btns .details-text p:nth-child(1){
    margin: 30px 0;
    margin-top: 0;
}

.view-more-btn_component {
    position: relative;
    width: 150px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #111;
    border-radius: 50px;
    background-color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    color: #1E1E1E;
    gap: 25px;
    transition: all ease 0.5s;
}


.view-more-btn_component:hover {
    background-color: #500406;
    color: #FCFCFC;
    border-left: none;
}

.view-more-btn_component:hover i {
    color: #FCFCFC;
}

.view-more-btn_component i {
    color: #1E1E1E;
    transition: all ease 0.5s;
}

/* Top menu */

.top_menu {
    padding-bottom: 100px;
}

.top_menu .container{
    gap: 60px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px;
    border-radius: 50px;
    border: 5px solid #111;
    background-color: #FCFCFC;
}

.top_menu-content {
    gap: 60px;
}

.top_menu-desc {
    gap: 30px;
}

.top_menu-desc p {
    color: #1E1E1E;
    
}

/* Top section02 */

.top_section02 {
    background-image: url(../slices/top/sec02-bg.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.top_section02 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    gap: 60px;
}

.top_section02 .details-text p {
    color: #1E1E1E;
}

.top_section02 .headline-text {
    gap: 60px;
}
.img-container {
    position: relative;
}

.img-container01::before {
    position: absolute;
    content: 'お食事';
    writing-mode: vertical-lr;
    text-orientation: upright;
    color: #FCFCFC;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: 11.2px;
    top: 70px;
    left: 60px;
    
}
.img-container02::before {
    position: absolute;
    content: 'お飲み物';
    writing-mode: vertical-lr;
    text-orientation: upright;
    color: #FCFCFC;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: 11.2px;
    top: 70px;
    left: 60px;
}


.horizontal-headline {
    width: 379px;
    padding: 10px 0;
    font-size: 32px;
    background-image: url(../slices/top/red-headline.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: 800;
    color: #FCFCFC;

}

.details-text p {
    color: #fcfcfc;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.6px;
}

.top_section02-featured-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_section02-viewmore-btn .view-more-btn_component {
    margin: 30px auto;
    margin-bottom: 0;
}

.top_section02-img .img-container img {
    border-radius: 100px;
    max-width: 565px;
    width: 100%;
    height: 585px;
    object-fit: cover;
}

/* Top section03 */

.top_section03 {
    padding-top: 100px;
}
.top_section03 .container {
    max-width: 1213px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 5px solid #000;
    background-color: #fff;
}


.top-map-details {
    max-width: 475px;
    width: 100%;
    gap: 60px;
    padding: 60px 0;
}

.map-details_row h3,
.map-details_row p {
    color: #1E1E1E;
    line-height: 30px;

}

.top-map_container {
    width: -webkit-fill-available;
    height: 663px;
    border-left: 5px solid #111;
    
    
}

.top-map_container iframe {
    width: 100%;
    display: block;
    border-radius: 0 50px 50px 0;
    height: 100%;
}

.map-details-content {
    text-align: center;
    gap: 30px;
}


/* Top Section04 */

.blog-card_img img {
    width: 100%;
    display: block;
}

.blog-card_img {
    margin-bottom: 30px;
}

.blog-card_date {
    font-weight: 500;
    color: #1E1E1E;
    margin-bottom: 15px;
}

.blog-details-content p {
    color: #1E1E1E;
}
.blog-card_thumbnail {
    margin-bottom: 30px;
}

.top_section04 {
    padding-top: 100px;
    margin-bottom: 100px
}

.top-blog_list {
    display: flex;
    justify-content: center;
    margin: 60px 0;
    gap: 14px;
}

.blog-card_title {
    font-size: 24px;
}

.top-blog-title {
    margin: 0 auto;
    background-image: url(../slices/top/white-headline.png);
    background-size: 100% 100%;
    color: #1E1E1E;
}

.blog-card-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1E1E1E;
}

.top_section04 .container {
    width: 80%;
    margin: 0 auto;
}

.top-blog-more {
    margin: 0 auto;
}

.google-review-headline {
    margin: 0 auto;
}
.ti-widget.ti-goog .ti-reviews-container-wrapper {
    justify-content: center;
}

.google-reviews {
    /* margin-top: 60px; */
    width: 1200px;
    margin: 60px auto 0 auto;
}

.top_section05 {
    padding: 100px 0;
}
/* .google-reviews .container {
    width: 80%;
    margin: 0 auto;
} */


/* sub_page mv */

.sub-page_mv {
    display: flex;
    align-items: center;
    justify-content: center;

}



.mv_subpage-headline {
    background-image: url(../slices/common/headline_bg.png);
    background-position: center;
    background-size: 100% 100%;
    min-width: 550px;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px;
    font-size: 64px;
    font-weight: 800;
    color: #1E1E1E;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    letter-spacing: 19.2px;
}

.sub-page_headline-container {
    display: flex;
    justify-content: flex-end;
    margin-top: -120px;
}

/* Concept */

.concept_section01 {
    padding-top: 100px;
}

.concept_section01-headline {

    margin: 0 auto;
    background-image: url(../slices/about/headline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 14px 43px;
    color: #1E1E1E;
    font-size: 32px;
    -webkit-text-stroke: thick;
    font-weight: 800;
    letter-spacing: 9.6px;
}

.concept_section01-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 60px;
}
.concept_section01 .container {
    max-width: 1200px;
    margin: 0 auto;
}

.concept-text p,
.concept02-desc {
    letter-spacing: 1.6px;
}

.concept_section02 {
    padding: 100px 0;
}

.concept02-desc {
    color: #1E1E1E;
}

.concept_section02 .container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
    border: 5px solid #000;
}

.concept_section02 .container p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}



.concept_section02-thumbnail {
    margin-bottom: 60px;
    width: 90%;
}

.concept_section02-thumbnail img {
    display: block;
    width: 100%;
}

/* Menu */

.menu_section01 {
    margin: 100px 0;
}

.menu_section01 .container {
    max-width: 1200px;
    margin: 0 auto;
}

.menu_list {
    border-radius: 50px;
    border: 5px solid #000;
    background-color: #fff;
    padding: 60px 65px;
}

.menu_list-headline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.menu_list-items {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.menu_list-items li {
    list-style: disc;
    color: #1E1E1E;
}
.menu_list-items p {
    color: #1E1E1E;
    font-size: 18px;
}

.column01, .column02 {
    max-width: 460px;
    width: 100%;

}

.column01 ul, .column02 ul {
    padding-left: 30px;
}

.column01 ul li, .column02 ul li {
    margin-bottom: 30px;
    
}

.menu_list02 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    margin-top: 100px;
}

.menu_list02-column {
    background-color: #fff;
    border-radius: 50px;
    border: 5px solid #000;
    max-width: 460px;
    width: 100%;
    padding: 60px 30px;
}

.menu_list02-items ul {
    padding: 0 60px;
}

.menu_list02-items ul li {
    margin-bottom: 30px;
    list-style: disc;
    color: #1E1E1E;
}

.menu_list-item-row {
    display: flex;
    justify-content: space-between;
}
.menu_list02-headline {
    margin: 0 auto;
    background-image: url(../slices/food/sec01-headline.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: unset;
}

.menu_list02-items {
    margin-top: 60px;
}

.menu_list02-items p {
    color: #1E1E1E;
}

/* Drinks */

.drink-section01 {
    padding-top: 100px;
}

.d-column02 ul li:first-child {
    list-style-type: none;

}

.drink-section01 .container {
    max-width: 1200px;
    margin: 0 auto;
    border: 5px solid #000;
    border-radius: 50px;
    background-color: #fff;
    padding: 60px 45px;
}

.drink-section01-headline {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.drink-menu-list {
    display: flex;
    justify-content: space-between;
}

.drink-list-column {
    max-width: 550px;
    width: 100%;
}

.drink-list-column ul li{
    
    margin-bottom: 30px;
}

.drink-menu-list-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 

.drink-menu-list-row span {
    color: #1E1E1E;
}

.drink-price {
    gap: 30px;
}

.drink-menu-list-row p {
    color: #1E1E1E;
    font-size: 18px;
}

.drink-section02 .container {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 100px;
}

.drink-list-column ul {
    padding-left: 30px;
}
.drink-list-column ul li {
    list-style: disc;
    color: #1E1E1E;
}

.drink-list-column ul li::marker {
    font-size: 20px;
}

.drink-menu-list02 {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.drink-list-column01 {
    max-width: 380px;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    border: 5px solid #000;
    padding: 60px 30px;
}

.drink-list-column01 ul {
    padding-left: 30px;
}

.drink-section01-title {
    background-image: url(../slices/drink/red-headline.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
}

.drink-list-column01 ul li {
    margin-bottom: 30px;
    list-style: disc;
    color: #1E1E1E;
}

.drink-list-column01 ul li::marker {
    font-size: 20px;
}

.drink-list-column01-title {
    margin: 0 auto;
    margin-bottom: 60px;
    background-image: url(../slices/drink/sec01-headline.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.drink-section02 {
    padding-bottom: 100px;
}




/* access */

.access-section {
    padding: 100px 0;
}

.access-map-details {
    max-width: 1200px;
    margin: 0 auto;
    border: 5px solid #000;
    background-color: #fff;
    border-radius: 50px;
    padding: 60px;
    gap: 30px;
}

.map-details, .iframe-container{
    width: 50%;
}

.iframe-container iframe {
    width: 100%;
    height: 588px;
}

.details-row {
    display: flex;
    align-items: center;
    
}

.map-details {
    gap: 30px;
}

.details-row p {
    color: #1E1E1E;
    font-size: 18px;
}
.map-details_left {
    width: 30%;
    font-weight: 800;
}

.map-details_right {
    width: 70%;
}

/* blog */

.blog-list-section {
    padding: 100px 0;
}

.blog-list-section .container {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50px;
    border: 5px solid #000;
    padding-bottom: 60px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    font-size: 14px;
    color: #333;
}
.pagination a,
.pagination a i {
    color: #1E1E1E;
}
.page-numbers {
    text-decoration: none;
}

.pagination .current {
    padding: 10px 15px;
    border-radius: 50px;
    background-color: #5D0606;   
    color: #FCFCFC; 
}

.blog-list_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 60px 45px;
    justify-content: space-between;
   
}

.blog-card {
    display: block;
    width: 30%;
    text-decoration: none;
}

.blog-card-title {
    font-size: 24px;
    font-weight: 800;
    color: #1E1E1E;
}

.blog-card_thumbnail img {
    width: 100%;
    height: auto;
}

.blog-details-card {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border: 5px solid #000;
    border-radius: 50px;
    padding: 60px;
}

.blog-headline {
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.blog-details-card_title {
    font-size: 32px;
    color: #1E1E1E;
    letter-spacing: 3.2px;
    font-weight: 800;
    margin-bottom: 10px;
}

.blog-details-date {
    font-size: 16px;
    font-weight: 800;
    color: #1E1E1E;
    line-height: 30px;
    letter-spacing: 1.6px;
}


.blog-details-thumbnail {
    margin: 30px auto;
}

.blog-details-thumbnail img {
    width: 100%;
    max-height: 565px;
    object-fit: cover;
    border-radius: 20px;

}

.blog-details-btn {
    margin-top: 65px;
}

.blog-details-btn .back-to-list{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #5D0606;
    background-color: #AA0F13;
    max-width: 152px;
    padding: 5px 0;
    margin: 0 auto;
    text-decoration: none;
    gap: 10px;
    transition: all ease 0.3s;
    
}

.back-to-list i {
    transform: scaleX(-1);
    font-size: 12px;
}

.back-to-list:hover {
    background-color: #5D0606;
}

.blog-details {
    padding: 100px 0;
}


/* Contact form */

.contact-form {
    padding: 100px 0;
}

.contact-form .container{
    width: 80%;
    margin: 0 auto;
    border: 5px solid #000;
    border-radius: 50px;
    background-color: #fff;
    padding: 60px 80px;
}

.form-headline {
    text-align: center;
}

.form {
    margin-top: 100px;
}

.form-row {
    display: flex;
    gap: 30px;
    padding: 30px 0;
    border-top: 1px solid #d9d9d9;
}

.label-field {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-field {
    width: 75%;
}

.required {
    background-color: #BF0000;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.input-box {
    padding: 10px 20px;
    width: 50%;
    border: 1px solid #d9d9d9;
    outline: none;
}

::placeholder {
    color: #d9d9d9;
}

.input-textarea textarea {
    width: 90%;
    padding: 10px 20px;
    height: 130px;
    border: 1px solid #d9d9d9;
    outline: none;
}

.input-checkbox {
    display: flex;
    align-items: center;
    gap: 20px;
}

.confirm-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 490px;
    width: 100%;
    background-color: #FCD137;
    margin: 0 auto;
    padding: 23px 0;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    border: 1px solid #000;
}

.confirm-btn:hover {
    background-color: #FFEEB0;
}

.privacy-policy-link {
    color: #bf0000;
}

.submit-btn-container {
    margin-top: 100px;
}

.form-row:nth-child(8) {
    border-bottom: 1px solid #d9d9d9;
}

.confirm-btn::after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 20px;
}

.contact-check-btns {
    display: flex;
    justify-content: space-between;
}
.contact-btn-component {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 490px;
    width: 100%;
    display: flex;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 23px 0;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #363636;
}

.back-to-form {
    background-color: #FFEEB0;
}

.back-to-form:hover {
    background-color: #FCD137;
}

.back-to-form::before {
    font-family: 'FontAwesome';
    content: '\f104';
    position: absolute;
    left: 20px;
}

.submit-btn {
    background-color: #FCD137;
}

.submit-btn:hover {
    background-color: #FFEEB0;
}

.submit-btn::after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    
    right: 20px;
}

.contact-finish {
    padding: 100px 0;
}

.contact-finish .container {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border: 5px solid #000;
    border-radius: 50px;
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.finish-message {
    margin-top: 60px;
    margin-bottom: 100px;
}

.back-to-top {
    background-color: #FCD137;
    text-decoration: none;
    position: relative;
    font-size: 24px;
    font-weight: 500;
}



.back-to-top:hover {
    background-color: #FFEEB0;
}
.back-to-top::before {
    font-family: 'FontAwesome';
    content: '\f104';
    position: absolute;
    left: 20px;
}

/* Sitemap */

.sitemap-section {
    padding: 100px 0;
}

.sitemap-link {
    display: flex;
    justify-content: space-between;

}

.sitemap-link_layout li a {
    text-decoration: none;
}

.sitemap-link_layout li {
    list-style: none;
    margin-bottom: 30px;
    width: 30%;
}
.sitemap-link_layout li:nth-child(8) {
    margin-bottom: 0;
}

.sitemap-link::after {
    font-family: 'FontAwesome';
    content: '\f105';
}
.sitemap-section .container {
    width: 70%;
    margin: 0 auto;
    border: 5px solid #000;
    border-radius: 50px;
    background-color: #fff;
    padding: 60px;
}


/* PRivacy policy */

.privacy-policy-section {
    padding: 100px 0;
}

.privacy-policy-section .container{
    width: 70%;
    margin: 0 auto;
    border: 5px solid #000;
    border-radius: 50px;
    background-color: #fff;
    padding: 60px 50px;
}

.privacy-policy-title {
    text-align: center;
    font-size: 60px;
}

.sub-headline {
    text-align: center;
}

.privacy-policy-list p {
    color: #1E1E1E;
    font-size: 18px;
}

.privacy-policy-list ol {
    padding-left: 20px;
}

.privacy-policy-list li {
    color: #1E1E1E;
}

.privacy-policy-list ul li {
    color: #1E1E1E;
    list-style: none;
}



.bold-text {
    margin: 30px 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    letter-spacing: 2px;
}
/* Footer */

.contact-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 250px;
    background-image: url(../slices/common/footer_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}

.ooter-headline {
    font-size: 36px;
    color: #333;
}


.footer-message {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 24px;
    color: #333;
}
.footer-headline {
    color: #1E1E1E;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 10.8px;
    -webkit-text-stroke-width: thin;
}

.instagram {
    border-right: 1px solid #FCFCFC;
    padding-right: 15px;
}
.twitter {
    padding-left: 15px;
}
.to_contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    padding: 20px 0;
    width: 300px;
    border-radius: 50px;
    border: 1px solid #000;
    background-color: #FCFCFC;
    gap: 10px;
    color: #333;
    transition: all ease 0.5s;
}

.to_contact-btn:hover {
    background-color: #500406;
    color: #FCFCFC;
}

.to_contact-btn::before {
    font-family: 'FontAwesome';
    content: '\f095';
    font-size: 24px;
}

.footer-bottom {
    padding-top: 150px;
    margin-top: -150px;
}

.footer-bottom .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
}

/* .footer-logo {
    width: 100px;
    height: 35px;
    background-color: #4a4a4a;
} */

/* .footer-logo a{
    display: block;
    width: 100%;
    height: 100%;
} */

.footer-navi_layout {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-top: 60px;
    margin-bottom: 30px;

}

.footer-navi_layout li {
    list-style: none;
    padding: 0 20px;
    border: 1px solid transparent;
    transition: all ease 0.3s;
}

.footer-navi_layout li:hover {
    background-color: #FCFCFC;
    border-radius: 50px;
    border: 1px solid #000;
    
}

.footer-navi_layout li:hover a {
    color: #1E1E1E;
}



.footer-navi_layout li a {
    text-decoration: none;
}

.copyright {
    text-align: center;
    padding-bottom: 16px;
}


.insta_link i {
    color: #FEFEFE;
    font-size: 36px;

}

.error404-section .container{
    width: 70%;
    margin: 0 auto;
    border: 5px solid #000;
    background-color: #fff;
    border-radius: 50px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error404-title {
    font-size: 60px;
    line-height: 1;
    color: #1E1E1E;
}

.error404-subtitle {
    text-align: center;
    color: #1E1E1E;
    text-align: center;
}

.error404-headline {
    font-size: 24px;
    font-weight: 500;
    margin-top: 100px;
    margin-bottom: 40px;
    color: #1E1E1E;
    text-align: center;
}

.error404-message {
    color: #1E1E1E;
    text-align: center;
}

.return-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 490px;
    padding: 23px 0;
    background-color: #AA0F13;
    border: 1px solid #5D0606;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    margin-top: 120px;
}

.return-to-top:hover {
    background-color: #5D0606;
}
.return-to-top::before {
    font-family: 'FontAwesome';
    content: '\f104';
    position: absolute;
    left: 20px;
}

.error404-section {
    padding: 100px 0;
}




@media (max-width: 1480px) {

    .sub-page_headline-container {
        margin: 0 auto;
        margin-top: -120px;
        width: 90%;

        
    }
    .mv_feature-img {
        width: 90%;
        margin: 0 auto;
        
    }
    .mv_feature-img img{
        width: 100%;
        margin: 0 auto;
    }

    .mv-img img {
        width: 100%;
    }

    .img-container {
        width: 90%;
        margin: 0 auto;
    }

    .curly-arrow {
        width: 15%;
        left: -37px;
        bottom: 0;
    }

    .img-container img {
        width: 100%;
    }

    .top-blog_list {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .horizontal-headline {
        max-width: 380px;
        width: 100%;
    }

    .map-headline {
        
        width: 80%;
    }

    .concept_section02-thumbnail {
        width: 80%;
    }

    .concept_section02-thumbnail img {
        width: 100%;
    }

    .drink-menu-list {
        gap: 20px;
    }

    .drink-menu-list02 {
        flex-wrap: wrap;
        gap: 20px;
    }

    .menu_list02 {
        gap: 20px;
    }

    .google-reviews {
        /* margin-top: 60px; */
        max-width: 1200px;
        width: 90%;
    }

    .concept_section01 .container {
        max-width: unset;
        width: 90%;
    }

    .drink-list-column01 {
        max-width: unset;
        width: 25%;
    }
}
@media (max-width: 1280px) {

    /* SECTION LAYOUT */

    .top_section01 .container,
    .top_section02 .container,
    .concept_section02 .container,
    .menu_section01 .container,
    .drink-section02 .container,
    .access-section .container
     {
        max-width: unset;
        width: 90%;
    }

    .top_menu .container,
    .drink-section01 .container,
    .privacy-policy-section .container{
        max-width: unset;
        width: 75%;
    }

    /* TOP MENU */

    .top_menu-img,
    .top_menu-desc {
        width: 50%;
    }

    .top_menu-img img {
        width: 100%;
    }

    .curly-arrow img{
        width: 100%;
    }

    .concept-featured-img {
        width: 50%;
    }

    .concept-text {
        width: 50%;
    }

    .concept-featured-img img {
        width: 100%;
    }

    .menu_vector img {
        width: 100%;
    }

    .menu_vector  {
        width: 20%;
    }

    .navi {
        display: none;
    }

    .ham-btn {
        display: block;
    }

    .img-container01::before {
        font-size: 18px;
    }

    .img-container02::before {
        font-size: 18px;
    }
    .ti-widget.ti-goog .ti-reviews-container-wrapper {
        justify-content: unset;
    }

    .drink-menu-list02 {
        justify-content: center;
    }

    .contact-check-btns {
        gap: 50px;
    }

    .access-section .container {
        margin: 0 auto;
    }

    .top_section02-img .img-container img {
        height: 450px;
    }
}
@media (max-width: 1080px) {
    
    .nav-layout {
        gap: 30px;
    }

    .mv-img::after {
        font-size: 46px;
        bottom: 60px;
    }

    .mv-img::before {
        font-size: 46px;
    }

    .mv_subpage-headline {
        font-size: 48px;
        min-width: 420px;
    }

    .featured-img img {
        width: 100%;
    }


    .top_section01 .container {
        flex-direction: column;
    }

    .top_section03 .container {
        width: 90%;
    }

    .headline-text {
        flex-direction: column;
    }
    

    .section-headline {
        margin: 0 !important;

    }

    .blog-card {
        width: 45%;
    }

    .blog-card_img img {
        width: 100%;
        height: auto;
    }

    .drink-vector img {
        width: 100%;
    }
    
    .drink-section01-title {
        margin: 0;
    }
    .drink-menu-list02 {
        justify-content: center;
    }

    .menu_list02 {
        width: 100%;
    }

    .contact-form .container {
        padding: 100px 50px;
    }

    .label-field {
        width: 30%;
    }

    .input-field {
        width: 70%;
    }
    .headline-text .details-text {
        width: 100%;
    }

    .menu_list-items {
        gap: 20px;
    }

    .drink-list-column01 {
        max-width: none;
        width: 85%;
    }

    .footer-bottom {
        margin-top: -160px;
    }

    .footer-message {
        width: 80%;
        text-align: center;
    }

    .footer-navi_layout {
        flex-wrap: wrap;
        justify-content: center;
    }

    .top_section02-img .img-container img {
        height: 350px;
    }

}

@media (max-width: 780px) {
    .mv_subpage-headline {
        min-width: 320px;
        font-size: 5vw;
        letter-spacing: 8px;
    }


    .sub-page_headline-container {
        margin-top: -100px;
    }

    .top_section01 .container, 
    .top_section02 .container,
    .top_section04 .container, 
    .concept_section02 .container, 
    .top_menu .container,
    .menu_section01 .container, 
    .drink-section01 .container,
    .drink-section02 .container, 
    .access-section .container,
    .privacy-policy-section .container {
        max-width: unset;
        width: -webkit-fill-available;
        margin: 0 30px;
    }


    /* TOP MENU */

    .top_menu .container {
        padding: 30px;
    }

    .featured-img {
        width: 100%;
    }

    .top_menu-content {
        flex-direction: column-reverse;
    }

    .top_menu-img, .top_menu-desc {
        width: 100%;
    }

    .top_menu-desc p {
        text-align: center;
    }
    
    /* TOP SEC02 */

    .top_section02-img {
        width: 40%;
    }
    .access-map-details {
        flex-direction: column-reverse;
    }

    .top-map_container {
        border-left: none;
    }

    .map-details {
        width: 100%;
    }

    .iframe-container {
        width: 100%;
        height: 300px;
    }

    .curly-arrow {
        bottom: 25px;
    }
    .mv-img::before {
        font-size: 22px;
        top: -10px;
    }

    .mv-img::after {
        font-size: 22px;
        bottom: 40px;
    }

    .top_section01 {
        padding: 50px 0;
    }

    .top_section03 {
        padding: 0;
        margin-top: 50px;
    }

    .top_section03 .container {
        flex-direction: column;
        gap: 20px;
        margin: 0 30px;
    }
    .section01-details {
        flex-direction: row-reverse;
    }
    .section01-details .text-btns .view-more-btn {
        display: flex;
	    justify-content: center;
    }
    .map-headline {
        max-width: 380px;
        width: 100%;
    }

    .top-map-details {
        width: -webkit-fill-available;
        padding: 30px;
        max-width: unset;
    }

    .top-map_container {
        width: 100%;
    }

    .top-map_container iframe {
        border-radius: 0 0 50px 50px;
        height: revert-layer;
    }

    .top-map_container {
        height: unset;
    }

    .concept_section01-row {
        flex-direction: column;
    }

    .concept_section01-row:nth-child(2) {
        flex-direction: column-reverse;
    }

    .concept-featured-img {
        width: 100%;
    }

    .concept-text {
        width: 100%;
    }

    .drink-menu-list {
        flex-direction: column;
    }

    .drink-vector {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20%;
    }
    .drink-vector img {
        width: 100%;
    }

    .drink-section01 .container {
        padding: 30px 20px;
    }

    .drink-section02 {
        margin-top: 50px;
        padding-bottom: 0;
    }

    .menu_list {
        padding: 30px;
        width: 90%;
    }

    .menu_list-title,
    .menu_list02-headline  {
        font-size: 4vw;
    }


    
    .menu_list-items {
        flex-direction: column;
        font-size: 14px;
    }

    .menu_list02-items {
        font-size: 14px;
    }

    .drink-menu-list {
        font-size: 14px;
    }

    .menu_list,
    .menu_list02-column {
        border-radius: 30px;
    }

    .menu_list02 {
        flex-direction: column;
    }

    .menu_list02-column {
        width: 85%;
        margin: 0 auto;
        max-width: unset;
    }

    .sitemap-section .container {
        padding: 50px;
    }

    .sitemap-link_layout li {
        width: 100%;
    }

    .blog-card_thumbnail img {
        width: 100%;
    }

    .blog-card {
        width: -webkit-fill-available;
    }

    .blog-card_img img {
        height: auto;
    }

    .blog-details-card {
        padding: 60px 30px;
    }

    .form-row {
        flex-direction: column;
    }

    .input-field {
        width: 100%;
    }

    .label-field {
        width: 100%;
    }
    .input-box {
        width: 95%;
    }

    .contact-finish {
        padding: 50px 0;
    }

    .finish-message {
        width: 80%;
        margin: 50px auto;
        text-align: center;
    }

    .contact-finish .container {
        padding: 60px 20px;
    }
    .error404-btn-container {
        width: 100%;
    }

    .error404-section {
        padding: 50px 0;
    }
    .return-to-top {
        width: 70%;
        margin: 50px auto;
    }

    .footer-navi {
        width: 90%;
        margin: 0 auto;
    }
    .f-nav01, .f-nav02, .f-nav03, .f-nav04, .f-nav05, .f-nav06 {
	    display: none;
    }

    .f-nav07 {
        display: block;
    }


    .footer-message {
        width: 80%;
        text-align: center;
    }

    .img-container01::before {
        left: 20px;
        top: 26px;
    }

    .img-container02::before {
        left: 20px;
        top: 26px;
    }

    .drink-list-column01 ul li {
        font-size: 14px;
    }

    .drink-list-column01 {
        width: -webkit-fill-available;
    }

    .ds02 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .contact-form .container {
        padding: 50px 30px;
    }

    .contact-check-btns {
        flex-direction: column;
        align-items: center;
    }

    .access-map-details {
        flex-direction: column-reverse;
    }
    .iframe-container {
        height: auto;
    }

    .iframe-container iframe {
        height: revert-layer;
    }
    

   
}


@media (max-width: 480px) {

    .page-content {
        padding-top: 90px;
    }

    .mv-img::before {
        font-size: 16px;
        top: -20px;
    }

    .mv-img::after {
        font-size: 16px;
        bottom: -20px;
    }

    .sub-page_headline-container {
        margin-top: -50px;
    }

    .mv_subpage-headline {
        min-width: 200px;
        padding:  15px;
    }
    .vertical-headline {
        font-size: 24px;
        background-image: url(../slices/top/white-headline.png);
        writing-mode: unset;
        text-orientation: unset;
        transform: rotate(0);
    }

    .section-headline {
        font-size: 5vw;
    }

    .top_section01,
    .top_menu,
    .top_section03,
    .top_section04,
    .menu_section01,
    .drink-section01 {
        margin-top: 50px;
    }

    .top_section01 .container,
    .top_section02 .container,
    .top_section03 .container,
    .top_section04 .container,
    .concept_section02 .container,
    .top_menu .container,
    .menu_section01 .container,
    .drink-section01 .container,
    .drink-section02 .container,
    .drink-list-column01 {
        width: -webkit-fill-available;
    }

    .top_section04 {
        margin-bottom: 50px;
        padding-top: 0;
    }



    .top-blog_list {
        margin: 30px 0;
    }

    .top_menu {
        margin-bottom: 50px;
        padding: 0;
    }

    .top_menu .container {
        gap: 30px;

    }

    .top_section01 {
        padding: 0;
    }
    /* TOP SEC02 */

    .top_section02 .headline-text,
    .top_section02 .container {
        gap: 30px;
    }

    .top_section02-img {
        width: 100%;
    }

    .top_section02-img .img-container img {
        height: 250px;
        border-radius: 60px;
    }

    /* FOOD PAGE */

    .menu_section01 {
        margin-bottom: 50px;
    }
    .menu_list-items,
    .menu_list02-items {
        margin-top: 30px;
    }

    .menu_list02-items ul {
        padding: 0 30px;
    }

    .menu_list02-items ul li,
    .column01 ul li, .column02 ul li {
        margin-bottom: 15px;
    }

    .menu_list02 {
        margin-top: 50px;
    }
    

    .menu_list-item-row {
        gap: 15px;
        flex-direction: column;
    }
    .error404-section .container {
        padding: 30px;
    }

    .return-to-top {
        width: 90%;
        font-size: 16px;
    }

    .section01-details {
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 0;
        gap: 30px;
    }

    .top_section02-featured-img {
        flex-direction: column;
    }

    .top_section01 .container {
        gap: 30px;
    }
    

    .horizontal-headline {
        width: 100%;
    }

    .header-logo img, .footer-logo img {
        max-width: 60px;
    }
    .concept_section01 {
        padding-top: 50px;
    }

    /* CONCEPT PAGE */

    .concept_section02 {
        margin: 50px 0;
        padding: 0;
    }

    .concept_section02 .container {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .concept_section01-row {
        margin-top: 30px;
        gap: 30px;
    }

    .concept_section02-thumbnail {
        margin-bottom: 30px;
    }
    .access-map-details {
        padding: 30px 20px;
    }

    .map-details {
        font-size: 12px;
    }

    .top-map-details {
        gap: 30px;
    }

    .footer-message {
        margin: 30px 0;
        font-size: 18px;
    }

    .contact-footer {
        padding-top: 50px;
        padding-bottom: 200px;
    }

    .access-section {
        padding: 50px 0;
    }

    .drink-vector {
        display: none;
    }
    .drink-list-column01-title {
        width: 100%;
    }

    .drink-list-column01 {
        padding: 30px 20px;
    }

    .drink-list-column01 {
        width: -webkit-fill-available;
    }

    .drink-menu-list-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .drink-section02 {
        margin-top: 50px;
    }

    .drink-section01 {
        padding-top: 0;
    }

    .menu_list {
        padding: 20px 15px;
    }

    .menu_list02-column {
        padding: 20px 15px;
    }
    .menu_vector img {
        width: 100%;
    }

    .menu_vector {
        display: none;
    }
    .sitemap-section .container {
        padding: 50px 20px;
    }

    .sitemap-section {
        padding: 50px 0;
    }

    .blog-list-section {
        padding: 50px 0;
    }

    .blog-details-card {
        padding: 30px 20px;
    }

    .blog-details-card_title {
        font-size: 24px;
    }
    
    .blog-details{
        padding: 50px 0;
    }

    .contact-form .container {
        padding: 50px 20px;
    }

    .input-box {
        width: 85%;
    }

    .form {
        margin-top: 50px;
    }

    .privacy-policy-title {
        font-size: 46px;
    }

    .privacy-policy-section .container {
        padding: 30px 20px;
    }

    .finish-headline {
        text-align: center;
    }

    .back-to-top {
        padding: 15px 0;
        width: 80%;
        font-size: 14px;
    }

    .finish-message {
        text-align: center;
    }

    .top_section02-img:nth-child(2) {
        margin-top: 50px;
    }

    .concept_section01-headline,
    .drink-list-column01-title {
        font-size: 5vw;
    }

    .map-details {
        gap: 15px;
    }

    .details-row {
        gap: 20px;
    }
    
    .privacy-policy-section {
        padding: 50px 0;
    }

    .error404-headline {
        margin: 30px 0;
    }

    .p-18, 
    .privacy-policy-list p, 
    .details-row p,
    .drink-menu-list-row p,
    .menu_list-items p {
        font-size: 16px;
    }
}
