@charset "UTF-8";
/* CSS Document */

    
.navi {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  background-color: #31302d;
  width: 100%;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow-y: scroll;
    padding: 80px 20px 25px 35px;
}

.navi p{
	margin: 0 !important;
}

.sidebarIconToggle {
	display: block;
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 30px;
    height: 80px;
    width: 80px;
    margin: 0;
     padding: 32px 18px 0 18px;
}

.navi_inner{
    height: calc(100vh - 95px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}



.sidebar-btn ul{
	list-style: none;

}

.sidebar-btn a{
	display: block;
	font-size: 16px;
	color: #c9b4a1;
	position: relative;
	font-weight: 500;
    padding: 14px 3px;
    font-family: var(--font-en);
}
.sidebar-btn a small{
    display: inline-block;
    font-size: 10px;
    margin-left: 20px;
}


/*Pure CSS Sidebar*/

#sidebarMenu {
    display: block;
    height: 100%;
    position: fixed;
	top: 0;
    right: -2px;
    width: 380px ;
    transform: translateX(100% );
    transition: transform 700ms ease-in-out;
	overflow: hidden;
}

#sidebarMenu.close {
    right: 0 !important;
    transform: translateX(470px ) !important;
    transition: transform 700ms ease-in-out;
}

div.hamburger-menu input[type="checkbox"]:checked ~ #sidebarMenu{
    transform: translateX(0) !important;
}

div.hamburger-menu input[type="checkbox"]:checked ~ .body-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 998;
	background: rgba(0,0,0,.7);
	display: block;
	transition: 1s;
}

div.hamburger-menu input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #31302d;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 6px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 6px;
	width: 75%;
    margin-left: 25%;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 6px;
	background-color: #fff;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -1px;
	width: 100%;
	background-color: #fff;
    margin-left: 1px;
}


#hm-address{
    text-align: center;
    margin: 65px 0 0;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #fff;
}
#hm-address img{
    display: block;
    width: 46%;
    vertical-align: bottom;
    margin: 0 auto 25px;
}


@media only screen and (max-width: 1024px) {

.sidebarIconToggle {
    top: 5px;
    right: 20px;
    height: 60px;
    width: 60px;
    margin: 0;
     padding: 25px 13px 0 13px;
}
    
}



@media only screen and (max-width: 768px) {
	

    .navi{
        padding-left: 25px;
    }
	
	
    #sidebarMenu{
        width: 40%;
    }

	
.sidebarMenuInner {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.sidebarMenuInner > div.block-menu{
	width: calc(100%/2);
	text-align: left;
}

.sidebar-btn a{
	font-size: 14px;
} 	
	
div.hamburger-menu input[type="checkbox"]:checked ~ #sidebarMenu{
    transform: translateX(0) !important;
}	

div.hamburger-menu input[type="checkbox"]:checked ~ .body-overlay{
	display: none;
}
	

	
	
}



@media only screen and (max-width: 599px) {
    
    .navi_inner{
        height: calc(100vh - 50px);
    }
    
    

.sidebarIconToggle {
    top: 0;
    right: 20px;
     padding: 25px 0 0 20px;
    width: 50px;
}

#sidebarMenu {
    width: 80% ;
    padding-top: 60px;
}
#hm-address img{
    width: 40%;
}
    


.sidebar-btn a{
	font-size: 4.2vw;
} 	
    
    .sidebar-btn a small{
        display: inline-block;
        font-size: 10px;
        padding-left: 20px;
    }
    
    #hm-cta a.icn-cta-menu span{
        font-size: 4vw;
    }
    
    #hm-cta{
        line-height: 1.4;
    }

#hm-cta small{
    font-size: 12px;
}
    
    #hm-address{
        margin-top: 50px;
    }


    
}
/* ===== RIJENA HEADER ===== */
.header {
  background: #420a00;
  border-bottom: 1px solid rgba(197,165,90,0.25);
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 16px 32px;
  gap: 48px;
  width: 100%;
  max-width: 1024px;
}

#site-title {
  grid-column: 2;
  display: flex;
  justify-content: center;
}

#site-title a {
  display: block;
  text-decoration: none !important;
}

#site-title .logo-svg {
  height: 70px;
  width: auto;
  display: block;
  margin: 0;
}

.pc-nav-left {
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.pc-nav-right {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.pc-nav-left a,
.pc-nav-right a {
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.15em;
  color: rgba(225,192,153,0.85) !important;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: color 0.3s;
  white-space: nowrap;
}

.pc-nav-left a:hover,
.pc-nav-right a:hover {
  color: #e1c099 !important;
}

.btn-reservation-sp { display: none; }

.sp-header-right { display: none; }

.btn-reservation {
  position: absolute;
  right: 32px;
  background: transparent;
  border: 1px solid rgba(225,192,153,0.7);
  color: #e1c099 !important;
  padding: 8px 20px;
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s;
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-reservation:hover {
  background: #e1c099;
  color: #420a00 !important;
  border-color: #e1c099;
}

.hamburger-menu {
  display: none;
}

@media (max-width: 1160px) {
  .pc-nav-left,
  .pc-nav-right,
  .btn-reservation { display: none !important; }

  .sp-header-right {
    display: flex !important;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
  }

  .btn-reservation-sp {
    display: inline-block !important;
    padding: 6px 12px;
    font-family: var(--font-en);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #e1c099 !important;
    border: 1px solid rgba(225,192,153,0.7);
    background: transparent;
    white-space: nowrap;
  }

  .header {
    height: 60px;
  }

  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    height: 60px;
  }

  #site-title { grid-column: unset; }

  #site-title .logo-svg {
    height: 40px;
  }

  .hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    position: relative;
  }

  .hamburger-menu .sidebarIconToggle {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 15px 8px 0 8px;
  }

  .mv {
    margin-top: 60px;
  }
}

.sidebarIconToggle .spinner {
  background: var(--color-gold);
}

#sidebarMenu {
  background: #420a00 !important;
}

.sidebar-btn a {
  color: var(--color-gold-pale) !important;
  border-bottom: 1px solid rgba(197,165,90,0.2) !important;
}

#hm-address {
  color: rgba(197,165,90,0.5);
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.15em;
}
