@charset "utf-8";

.spNavBtn:hover .spNavBtnBarItem:nth-of-type(1){
    top:2px;
}

.spNavBtn:hover .spNavBtnBarItem:nth-of-type(2){
    top: 17px;
}

.spNavBtn:hover .spNavBtnBarItem:nth-of-type(3){
    top:2px;
}

.spNavConte p {
    color: #543F32;
    font-weight: 700;
}

/*header*/

.headerHmLogoBx {
    max-width: 100px;
    width: 100%;
    margin: 0 auto 15px auto;
}

.spNavLinkIconBx img {
    max-width: 27px;
    width: 100%;
}

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

.hConte {
    display: none;
}

.hArea {
    padding: 15px 15px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    z-index: 9;
}

/*スマホ時のナビ*/

.spNav {
    max-width: calc(100% - 70px);
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.spNavArea {
    width: 100%;
    height: 100%;
    display: flex;
    background: #F5F5ED;
}

.spNavBlock {
	flex: 1;
	display: flex;
}

.spNavConte-l {
	width: 50%;
	border-right: 1px solid #ccc;
}
.spNavLink {
    padding: 3px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spNavLinkIconBx {
	width: 100%;
	height: 30px;
	position: relative;
}

.spNavLinkIconBx > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.spFa.spFa-pageTop {
	font-size: 40px;
}

.spNavBtnBar {
    max-width: 35px;
    height: 45px;
    width: 100%;
    position: relative;
    display: flex;
}

.spNavBtnTxt {
    margin: 10px 0 0 0;
    font-size: 10px;
    color: #FFF;
    font-weight: 500;
}

.spNavLinkTxt {
    margin: 5px auto 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.spNavBtn {
    padding: 10px 5px 5px;
    width: 50px;
    height: 50px;
    /* position: fixed; */
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* background: #222222; */
    z-index: 99999999;
}

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

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

.spNavBtnBarItem:nth-of-type(2) {
    top: -9px;
    left: 15px;
}

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

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

.spNavBtnBarItem:nth-of-type(2) {
    /* top: 11px; */
}

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

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

.open .spNavBtnBarItem:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
    top: -4px;
    left: 18px;
}

.open .spNavBtnBarItem:nth-of-type(2) {
    /* opacity: 0; */
    transform: translateY(-10px) rotate(45deg);
    top: 10px;
    left: 17px;
}

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

.spMenu {
    margin: auto;
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: -100%;
    background: rgb(51 51 51 / 80%);
    z-index: 99;
    transition: ease .5s;
}

.spMenu.open {
    right: 0;
}

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

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

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

.spMenuLink {
    padding: 16px 5px;
    text-align: center;
    display: block;
    color: #FFF;
    /* border-bottom: 1px solid #CCC; */
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.spNav {
    display: none;
}

.spNavBtn {
    position: static;
}
  
.spNavBtn {
    max-width: 105px;
    width: 100%;
    height: 120px;
    border-left: 1px solid #222222;
}

.spMenuLink {
    font-size: 25px;
}

.spNavBtn {
    /* width: 70px; */
    /* height: 70px; */
}

.spMenuConte {
    padding: 169px 0 50px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hArea {
    padding: 54px 53px;
}

.spNavLinkTxt {
    margin: 20px auto 0;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */