.l-header {
  	position: fixed;
    width: 100%;
  	padding: 10px 10px 0 10px;
    z-index: 99900;
}

@media screen and (min-width: 1024px) {
  	.l-header {
      padding: 25px 35px 0 35px;
  	}
  
  	 .l-header.js-scroll {
        background: #fff;
        transition: 0.3s;
    }
}

.l-header-logo-img {
  width: 80px;
  height: 74px;
}

.l-header__inner {
 	width: 100%;
}

.l-header__NavMenu {
  	display: none;
	align-items: center;
}
@media screen and (min-width: 1024px) {
	.l-header__NavMenu {
        display: flex;
    }
}

.l-header__NavMenuItem {
	white-space: nowrap;
}

.l-header__NavMenuItem a {
	display: flex;
    align-items: center;
    padding: 5px 30px;
    font-size: 15px;
  	transition: 0.3s;
  	color: #646464;
}

.l-header__NavMenuItem a:hover {
  	color: #9A82D0!important;
  	text-decoration: none
}

.l-header__NavMenuItem a p {
	position: relative;
}

.l-header__NavMenuItem__text:before {
	position: absolute;
  	content: "";
  	left: 0;
  	bottom: -5px;
  	width: 100%;
  	height: 1px;
  	background: #9A82D0;
  	opacity: 0;
  	transition: 0.3s;
}

.l-header__NavMenuItem a:hover .l-header__NavMenuItem__text:before {
	opacity: 1;
}

.l-header__NavMenuItem a.right-line  {
	border-right: 1px dotted #646464;
}

.l-header__NavMenuItem p {
	margin-bottom: 0;
}

.l-header__Access {
  	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    background: #111;
    color: #fff;
    font-size: 12px;
    transition: .5s all;
    border-radius: 50%;
}

.l-header__Access:hover {
	background: #45494d;
  	text-decoration: none;
}

.l-header__mdHamBlock {
    width: 68px;
    height: 68px;
    cursor: pointer;
    background: linear-gradient(135deg, #B2A6D8, #5C5CC3);
    border-radius: 50%;
  	margin-left: 15px;
  	transition: 0.3s;
  	z-index: 0;
  	position: relative;
}

.l-header__mdHamBlock:after {
	content: "";
    width: 100%;
    height: 100%;
    display: block;
  	border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #9A82D0;
    opacity: 0;
    transition: .3s;
}

.l-header__mdHamBlock:hover:after {
	opacity: 1;
}

.l-header__mdHamBlock__inner {
  	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.l-header__mdHamBlock__inner p,
.l-header__Access p {
  	margin-top: 3px;
	margin-bottom: 0;
    color: #fff;
    font-size: 10px;
}

.l-header__NavBtn {
	max-width: 15px;
    height: 15px;
  	width: 100%;
    position: relative;
}

.l-header__NavBtnItem {
	height: 2px;
    background: #fff;
  	position: absolute;
    transition: ease .5s;
}

.l-header__NavBtnItem:nth-of-type(1) {
    width: 100%;
    top: 0;
}

.l-header__NavBtnItem:nth-of-type(2) {
    width: 100%;
    top: 7px;
}

.l-header__NavBtnItem:nth-of-type(2) {
    width: 100%;
    bottom: 0;
}

.l-header__NavBtnItem:nth-of-type(3) {
    width: 100%;
    bottom: 0;
}

.open.l-header__mdHamBlock__inner .l-header__NavBtnItem:nth-of-type(1) {
  	top: -10px;
    transform: translateY(15px) rotate(-45deg);
}

.open.l-header__mdHamBlock__inner .l-header__NavBtnItem:nth-of-type(2) {
    opacity: 0;
}

.open.l-header__mdHamBlock__inner .l-header__NavBtnItem:nth-of-type(3) {
    width: 100%;
  	bottom: -7px;
    transform: translateY(-15px) rotate(45deg);
}

.l-header__banner {
	position: fixed;
    right: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #7B6B4F;
    z-index: 99999;
  	transition: 0.3s;
}

@media screen and (min-width: 1024px) {
  .l-header__banner {
  	 right: 40px;
     bottom: 40px;
  }
}

.l-header__banner:hover {
	background: #b5a07d;
}

.l-header__banner p {
	color: #fff;
}

.spMenu {
    margin: auto;
    padding: 0;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9998;
    transition: ease .5s;
}

.spMenuWrapper {
	height: 100%;
}

.spMenuArea {
    width: 100%;
    height: 100%;
}

.spMenu.open {
    right: 0;
}

.spMenuConte {
    padding: 140px 15px 100px;
    width: 100%;
    max-width: 460px;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    align-items: flex-start;
    margin: 0 0 0 auto;
    background: #FBFAFC;
  	position: relative;
}
@media screen and (min-width: 1024px) {
  	.spMenuConte {
      padding: 140px 15px 100px;
      width: 100%;
      max-width: 460px;
  }
}

.spMenuLink__Insta__box {
	text-align: center;
  	margin-top: 20px;
}

.spMenuLink__Insta {
	display: inline-block;
}

.spMenuLink__Insta.-footer {
	margin-top: 30px;
}

.spMenuLink__Insta:hover .spMenuLink__Insta__inner {
	background: #45494d;
}

.spMenuLink__Insta__inner {
	width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    background: #1A1B1C;
    border-radius: 50px;
  	transition: 0.3s;
}

.spMenuLink__Insta__inner img {
  	width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hSpNavBox {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.hSpNavBox a:hover {
	color: #161616;
  	text-decoration: none;
}

.spMenuLink {
    padding: 16px 5px;
    text-align: center;
    display: block;
    font-weight: bold;
  	color: #646464;
    border-bottom: 1px solid #D8D8D8;
}

.reserve-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 276px;
    height: 60px;
}

a.reserve-btn-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #B2A6D8, #5C5CC3);
    padding: 0 30px;
    border-radius: 20px 0 0 0;
  	transition: 0.3s;
  	position: relative;
  	z-index: 0;
}

a.reserve-btn-link:after {
	content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  	border-radius: 20px 0 0 0;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #9A82D0;
    opacity: 0;
    transition: .3s;
}

a.reserve-btn-link:hover {
  	text-decoration: none;
}

a.reserve-btn-link:hover:after {
	opacity: 1;
}

.reserve-btn-txt {
    display: flex;
    align-items: center;
    color: #fff;
}

p.reserve-btn-ttl {
    font-size: 17px;
    font-weight: bold;
    margin-right: 8px;
}

p.reserve-btn-caption {
    font-size: 10px;
}