@charset "utf-8";
/* CSS Document */

/*#lnk1, #lnk2, #lnk3, #lnk4, #lnk5, #lnk6, #lnk7 {
  padding-top: 100px;
  margin-top:-100px;
}*/

.box-spmenu{
	display:block;
	width:100%;
	text-align: left;
	z-index:1000;
	position: fixed;
    top: 0px;}
.menu-btn {
	position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    display: none;
    font-size: 32px;
	line-height: 28px;
    display: inline;
}
.menu-btn a {
    display: inline-block;
    text-decoration: none;
}
.btn-open:after {
    color: #000;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
	content: '';
	width: 60px;
	height:60px;
	background-image:url(../img/bt-spmenu.png);
	display:inline-block;
	background-size: cover;
	vertical-align: middle;
}
@media only screen and (max-width: 600px){ .btn-open:after{ width: 40px; height:40px;} }
/*.btn-open:hover:after {color: #F3DDB9;}*/

.btn-close:after {
	content: '';
	width: 60px;
	height:60px;
	background-image:url(../img/bt-spmenuclose.png);
	display:inline-block;
	background-size: cover;
	vertical-align: middle;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
@media only screen and (max-width: 600px){ .btn-close:after{ width: 40px; height:40px;} }

.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: rgb(0 0 0 / 80%);
	/*background: #c38fb8;
	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;
	text-align:center;
}

.spmenu li {
    margin: 0 auto 24px;
    padding: 0;
    list-style: none;
    text-align: center;
	letter-spacing:0.4rem;
	font-size:17px;
	font-weight:200;
	color: #fff;
}
.spmenu li:last-chird{ margin:0 auto 0;}

.spmenu-cont {
    margin: 0 auto;
    display: inline-block;
    padding: 40px 80px;
    border: solid 3px #fff;
    border-radius: 16px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
@media only screen and (max-width: 600px){ .spmenu-cont { padding:40px 0; border:none;}}
.spmenu-cont p{ margin:0 auto 36px;}
.spmenu-cont p:last-child{ margin:0 auto 0;}
.spmenu-cont p a{
    color: #fff;
	font-size:24px;
	font-weight: 700;
	letter-spacing:0.1rem;
	text-decoration:none;
    display: inline-block;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
@media only screen and (max-width: 600px){ .spmenu-cont p a{ font-size:20px;}}
.spmenu-cont p a:hover {
	color: #ddcaa9;
}
.spmenu-logo a{ border:none !important;}
.spmenu-logo img{ width:160px;}
.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: 60px;
    height: 1px;
    margin-left: -30px;
    background-color: rgba(255, 255, 255, 0.7);}



