@charset "utf-8";
/* CSS Document */

/* OPEN / CLOSE BTNS */

.box-spmenu{ display:none;}
.spmenu{ display:none;}


/* RESPONSIVE */

@media screen and (max-width: 768px) {

.logo-sp{ position:absolute; top:16px; left:16px; z-index: 1000;}
.logo-sp img{ width:160px;}

.box-spmenu{ display:block; width:100%; /*height:60px; background-color: #301d0261;*/ text-align: left; z-index:1000; /*position: relative;*/     position: fixed;
    top: 0px;}
.menu-btn {
	position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    display: none;
    font-size: 32px;
    display: inline;
    /*background-color: #36251d;*/
    padding: 18px 10px 12px;
}
.menu-btn a {
    display: inline-block;
    text-decoration: none;
}
.btn-open:after {
    color: #5e4b32;
	content: "\e5d2";
	font-family: 'Material Icons';
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

/*.btn-open:hover:after {color: #F3DDB9;}*/

.btn-close:after {
    color: #fff;
	content: "\e5cd";
	font-family: 'Material Icons';
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-close:hover:after { color: #fff;}


/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #301D02;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.spmenu {
    width: 100%;
    height: 100%;
	display: table;
    table-layout: fixed;
}

.spmenu ul {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.spmenu li {
    /*display: table;*/
    margin: 0 auto 24px;
    padding: 0;
    /*width: 100%;
    height: 20%;*/
    list-style: none;
    text-align: center;
	font-family: 'Lato', sans-serif;
	letter-spacing:0.2rem;
    /*-webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;*/
	font-size:24px;
	color: #fff;
}

.spmenu li a{
    /*display: table-cell;*/
    color: #fff;
    /*vertical-align: middle;*/
	/*font-family: 'Quattrocento', serif;*/
	/*font-family: 'Marcellus', serif;*/
	text-decoration:none;
	/*border-bottom: solid 1px rgba(255, 255, 255, 0.3);*/
}

.spmenu li a:last-chird{ border-bottom:0px;}

.spmenu li a:hover {
	color: #ddcaa9;
}
.spmenu-space{ margin:0 auto 40px !important;
    position: relative;
    padding: 0 0 40px !important;
	margin: 0 auto 40px !important;}
.spmenu-space:after{
	position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 100px;
    height: 1px;
    margin-left: -50px;
    background-color: rgba(255, 255, 255, 0.5);}

}
@media screen and (max-width: 480px) {
	
.logo-sp img {
    width: 120px;
}
.spmenu li{ font-size:18px; margin: 0 auto 16px;}

}
