@charset "utf-8";


/* Top MENU */
#top_menu{
	width:100%;
	margin:0 auto;
	background-color: #301215;
}
.top_menu-wrapper{
	max-width:1200px;
	min-width: 900px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

#top_menu .headerSNS{
	background-color: #593928;
	position: relative;
	color: #fbe7a3;
}
#top_menu .headerSNS p{
	font-size: 14px;
	padding: 5px;
}
#top_menu .headerSNS .lang ul{
    display: flex;
    flex-wrap: wrap;
	margin-left: 20px;
}
#top_menu .headerSNS .snsHeader ul li a div{
    display: flex;
	align-items:center;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	color: #fbe7a3;
}
#top_menu .headerSNS .snsHeader ul li.eng a div{
	padding-left: 25px;
	background-image: url(/public/img/icon/en.svg);
}
#top_menu .headerSNS .snsHeader ul li.jp a div{
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(/public/img/icon/jp.svg)	
}
#top_menu .headerSNS .snsHeader{
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}
#top_menu .sns ul{
    display: flex;	
}
#top_menu .sns ul li a{
    display: flex;
	align-items:center;
    font-size: 16px;
    margin: 10px 10px;
    list-style: none;
	justify-content:center;
}
#top_menu .sns ul li.lang a{
	line-height: 1;
    margin: 10px 15px;
}
#top_menu .sns ul li img{
	height: 25px; 
	margin-top: -3px;
}
#top_menu .sns ul li a:hover img{
	opacity: 0.8;
}
#top_menu .sns .booking a div{
	font-weight: bold;
	height: 50px;
	background-color: #bd937f;
	color: #FFF;
	padding: 0 50px 0 70px;
	background-image: url(/public/img/icon/reservation.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 35px center;
    display: flex;
	align-items:center;
	border: 1px solid #bd937f;
	outline-offset: -1px;
    box-sizing: border-box;
	transition: all 0.3s ease-in-out 0s;
}
#top_menu .sns .booking a:hover div{
	color: #bd937f;
	background-color: #FFF;	
	background-image: url(/public/img/icon/reservation-br.svg);
	transition: all 0.3s ease-in-out 0s;
}
#silomLogo img{
	width: 250px;
}


/* HEADER */

header{
	z-index:2;
	position:relative;
	display: flex;
	justify-content: flex-start;
}
#top_bar #erawanLogo{
	height: 70px;
	display: flex;
	justify-content:center;
	align-items:center;
}
#top_bar #erawanLogo img{
	height: 55px;
}
table#container nav li a p.kozuka {
	font-size:14px;
}

#top_bar .langEngSP,#top_bar .langJpSP{
	display: none;
}


#top_bar ul{
	float: right;
	margin:0;
	margin-top: 20px;
}
#top_bar li{
	float: left;
	margin-right: 40px;
	list-style:none;
}
#top_bar li img{
	width: 35px;
}

#top_menu .headerSNS .snsHeader{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 0px;
    list-style: none;
    justify-content: center;
}



nav{
	margin-left: auto;
	display: flex;
	justify-content:center;
	align-items:center;
}
nav ul{
	padding: 0;
	margin:0;
	display: flex;
}
nav li{
	font-size: 18px;
	list-style:none;	
}
nav li:first-child{
	margin-left: 10px;
}
nav li a{
	text-decoration: none;
}
nav li a div{
	height: 70px;
	color:#fbe7a3;
	padding:0 20px;
	display: flex;
	justify-content:center;
	align-items:center;
	transition: all 0.3s ease-in-out 0s;
}
nav li a:hover div.main-menu{
	font-weight: bold;
	color:#301215;
	background-color:#fbe7a3;
	transition: all 0.3s ease-in-out 0s;
}


nav .btnReserve a div{
	color:#301215;
	background-color: #fbe7a3;
    /*background:linear-gradient(110deg,#b3894f,#d8b97a,#fbe7a3,#fbe7a3,#d8b97a,#b3894f) !important;*/
	font-size: 14px;
    height: 70px;
    background-image: url(/public/img/icon/reservation-br.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 52% 7px;
    display: flex;
    align-items: center;
    outline-offset: -1px;
    box-sizing: border-box;
	border-left: 1px solid #fbe7a3;
	border-right: 1px solid #fbe7a3;
    transition: all 0.3s ease-in-out 0s;
}
nav .btnReserve a:hover div{
	color:#fbe7a3;
	background-color: #69422C;
    background-image: url(/public/img/icon/reservation-on.svg);
}
nav .btnReserve a div span{
	padding: 40px 20px 0;
}

.snsSpMenu,.sub-menu{display: none;}

@media only screen and (max-width:1100px){
	nav li{
		font-size: 16px;
	}
	nav li a div{
		padding: 0 15px;
	}
}

@media only screen and (max-width:980px){
	nav li{
		font-size: 14px;
	}
}

@media only screen and (max-width:480px){
	#top_menu .headerSNS{
		display: none;
	}
	header {
        z-index: 90;
		display: block;
        position: fixed;
        padding-bottom: 0;
        width: 100%;
        background-color: #FFF;
    }
	.top_menu-wrapper{
		min-width:0;
	}
	#top_bar{
		padding: 0;
		padding:10px;
		margin-bottom: 0;
        width: 100%;
		background-color: #301215;
	}
	#top_bar #erawanLogo{
		display: block;
		height: auto;
	}
	#top_bar #erawanLogo img{
		height: 40px;
		width: auto;
	}
	#top_bar .langEngSP{
        display: block;
		position: fixed;
		right: 65px;
		top: 15px;
    }
	#eng #top_bar .langEngSP{
		display: none !important;
	}
	#eng #top_bar .langJpSP{
        display: block;
		position: fixed;
		right: 65px;
		top: 15px;
    }
	#top_bar .langEngSP .eng div{
		font-size: 12px;
        padding-top: 12px;
        background-image: url(/public/img/icon/en.svg);
		background-position: top center;
        background-repeat: no-repeat;
        background-size: 20px auto;
		text-align: center;
	}
	#top_bar .langJpSP .jp div{
		font-size: 12px;
        padding-top: 12px;
        background-image: url(/public/img/icon/jp.svg);
		background-position: top center;
        background-repeat: no-repeat;
        background-size: 20px auto;
		text-align: center;
	}
	nav.drawer-menu{
		display: block;
		align-items:baseline;
		position:fixed;
		background-color:#FFF;
		z-index:2;
		top:60px;
		right:auto;
		width:100%;
		height:100%;
		left:-100%;
		transform:none;
		transition: all 0.3s ease-in-out 0s;
	}
	header.active nav{		
		background-color: #47281E;
		border-top:1px solid #bd937f;
		left:0;
		overflow:hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: all 0.3s ease-in-out 0s;
	}
	nav ul{
		display: block;
	}
	nav li:first-child{
		margin-left: 0;
	}
	nav li:last-child{
		display: none;
	}
	nav li a div{
		font-size: 18px;
		text-transform: uppercase;
		color: #fbe7a3;
		height: 60px;
	}
	nav li a div.main-menu{
		background-color: #47281E;
		border-bottom: 1px dashed rgba(189,147,127,0.5);
	}
	nav li a div.sub-menu{
		color: #FFF;
		background-color: #301215;
		border-bottom: 1px dashed rgba(189,147,127,0.3);
	}
	
	.snsSpMenu{
		width: 90%;
		position: fixed;
		bottom: 60px;
		display: block;
		margin: 0 5%;
		padding-top: 10px;
		border-top: 1px dashed #352E26;
	}
	#top_menu .sns ul{
		justify-content: center;
	}
	#top_menu .sns ul li img{
		height: 30px;
	}
	.drawer-overlay {
		position: fixed;
		z-index: 2;
		top: 32px;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 1);
	}
	.meanmenu-reveal {
		z-index:99;
		color:#333;
		cursor: pointer;
		display: block;
		font-size: 1px;
		font-weight: 700;
		line-height: 22px;
		padding-bottom: 11px;
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 12px;
		position: absolute;
		text-decoration-color: -moz-use-text-color;
		text-decoration-line: none;
		text-decoration-style: solid;
		text-indent: -9999em;
		top: 0;
		width: 56px;
		height: 61px;
		right:0px;
	}
	header.active .meanmenu-reveal {
		left:85%;
		transition: all 0.3s ease-in-out 0s;
	}
	.mean-container .meanmenu-reveal span {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: #fbe7a3;
		background-image: none;
		background-origin: padding-box;
		background-position: 0 0;
		background-repeat: repeat;
		background-size: auto auto;
		display: block;
		height: 2px;
		margin-top: 7px;
		border-radius:1px;
		transition: all 0.3s ease-in-out 0s;
	}
	.mean-container .meanmenu-reveal span.mid{
		width:26px;
		margin-left:2px;
	}
	header.active .meanmenu-reveal span.top {
		transform: rotate(135deg);
		margin-top: 15px;
		transition: all 0.3s ease-in-out 0s;
	}
	header.active .meanmenu-reveal span.mid {
		transform: rotate(135deg);
		opacity: 0;
		transition: all 0.3s ease-in-out 0s;
	}
	header.active .meanmenu-reveal span.bottom {
		transform: rotate(45deg);
		margin-top: -11px;
		transition: all 0.3s ease-in-out 0s;
	}
	.main-menu{
		
	}
	.sub-menu{
		display: flex;
    	align-items: center;
	}
}