@charset "utf-8";
/*header*/


.header-ham-box {
	display: block;
	margin: 0 0 0 auto;
}

/*スマホ時のナビ*/

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

.spNav {
    max-width: 100%;
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    border-top: 1px solid #fff;
    display: none;
}

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

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


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

.spNavLink {
	padding: 11px 5px 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
}

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

.hamIcon01 {
    max-width: 30px;
}


.spNavBtnBar {
	max-width: 30px;
	height: 16.32px;
	width: 100%;
	position: relative;
}

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

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 10px;
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.1em;
}

.hPcHamBox01 .spNavBtnBar .spNavBtnBarItem {
    background: #333;
}

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

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

.spNavMainBtn {
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    z-index: 99999;
    background: #845757;
    width: 70px;
    height: 70px;
    border-top: 1px solid #fff;
}

.spNavMainBtn .spNavBtnBarItem {
    background-color: #fff;
}

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

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

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

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

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

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

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

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

.hPcHamBox01.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
	width: 100% !important;
}

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

.spMenu.open {
	right: 0;
}

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

.spMenuConte {
    padding: 120px 0 100px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

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

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

.spMenuBx {
    width: 100%;
    display: block;
}

.spMenuLink {
	padding: 10px;
	text-align: center;
	display: block;
	color: #551F0D;
	text-decoration: none !important;
	font-family: 'Tinos', serif;
	font-weight: bold;
	font-size: 16px;
}

.spMenuLink:hover {
	color: #551F0D;
	text-decoration: underline !important;
}

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

.spNavList01 {
    display: block;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 15px 0;
    font-family: 'Libre Baskerville', serif;
}

.spNavList01:hover {
    color: #DDBF6E;
}

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

@media screen and (max-width:767.9px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.spNav {
    display: block;
}

.spMenuConte {
    align-items: flex-start;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.header-ham-box {
	margin: 0 0 0 20px;
}

.spMenu {
    width: 50%;
}

.spMenuConte {
    padding: 150px 0;
    width: 100%;
    height: auto;
}

.spMenuLink {
	padding: 15px 10px;
	font-size: 20px;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
	.header-ham-box {
		display: none;
	}

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

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

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