@charset "utf-8";

.spNavConte-event {
    background: #48a297 !important;
}

.spNavConte-reserve {
    background: #48a297 !important;
}

.spNavConte-tel {
    background: #48a297 !important;
}

.hWrap {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	background: #fff;
}

.hWrap {
    display: block;
}

.hConte {
	display: none;
}

.hLogo {
    max-width: 170px;
    width: 100%;
}

.hLogoLink {
    display: block;
}

.hArea {
	padding: 10px 15px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.spNav {
	max-width: 1920px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
}

.spNavArea {
	width: 100%;
	display: flex;
}

.spNavConte-l {
	width: 33.3%;
	border-right: 1px solid #fff;
	background: #485053;
}


.spNavConte-m {
	width: 33.3%;
	background: #48a297;
}

.spNavLink {
	padding: 15px 4px 10px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spNavIconWrap {
	position: relative;
}

.spNavIconWrap:before {
	content: "NEW!!";
	position: absolute;
	top: .6em;
	left: 1em;
	color: #f00;
	font-size: 10px;
	font-weight: bold;
	animation: flash 1s linear infinite;
}

@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.spFa {
	font-size: 23px;
	color: #fff;
}


.spNavBtnBar {
	max-width: 36px;
	height: 26px;
	width: 100%;
	position: relative;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #fff;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 10px;
	color: #fff;
}

.spNavBtn {
	padding: 11px 5px 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.spNavBtnBarItem {
	width: 100%;
	height: 3px;
	background: #FFF;
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
	top: 12px;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(13px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.spMenu {
	margin: auto;
	padding: 0 15px;
	max-width: 1920px;
	width: 100%;
	position: fixed;
	right: -100%;
	background: #E9E7E2;
	z-index: 999;
	transition: ease .5s;
}

.spMenu.open {
	right: 0;
}

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

.spMenuConte {
	padding: 50px 0 50px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.spMenuConte::-webkit-scrollbar {
	display:none;
}

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

.spMenuLink:hover {
	color: #FFF;
	background: #485053;
}

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

.spNav {
    display: none;
}

.hWrap {
    display: none;
}

.spNavLinkTxt {
	font-size: 12px;
}


}

@media screen and (max-width:349px) {
  .spNavLinkTxt_02{
    font-size: 9px;
 }
}



