@charset "utf-8";

.hPcHamBox01-container {
    margin: 0 auto;
	max-width: 1760px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.spMenuConte .hPcHamBox01 {
	max-width: 41px;
	width: 100%;
}

.hamReserveArea {
    margin: 30px auto;
    max-width: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hamReserveArea .contact-btn02 {
    background: var(--white);
    border: 1px solid var(--white);
}

.hamReserveArea .contact-btn02:hover {
    background: none;
    border: 1px solid var(--secondary);
}

.hamReserveArea .reserve-btn03 {
    background: var(--white);
    border: 1px solid var(--white);
}

.hamReserveArea .reserve-btn03:hover {
    background: none;
    border: 1px solid var(--secondary);
}

.hamSnsLinkArea {
	margin: 20px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*ページデザイン編集画面の調整*/
/*header*/

.hConte {
	display: none;
}

.hPcHamBox01 {
	height: 38px;
    width: 67px;
	/* background: #F9F8F5; */
	transform-origin: center; /* 右上基準で拡大 */
	transition: all .3s;
}

.hPcHamBox01:hover {
    /* opacity: 0.7; */
	transform: scale(1.2);
}

/*スマホ時のナビ*/

.spNavLinkIconBx {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
}

.spNavArea {
	width: 100%;
	height: 100%;
	display: flex;
	background-color: var(--secondary);
}

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


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

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

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


.spNavBtnBar {
	max-width: 31px;
	height: 33px;
	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-weight: 400;
	letter-spacing: 0.02em;
}

.hPcHamBox01 .spNavBtnBar .spNavBtnBarItem {
    background: var(--primary);
}

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

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

.spNavMainBtn {
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    z-index: 99999;
    background: #BC95B4;
    width: 70px;
    height: 70px;
}

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

.spNavBtnBarItem:nth-of-type(2) {
	top: 50%;
}

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

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

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(16px) 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;
    max-width: 100%;
    width: 100%;
    position: fixed;
    right: -100%;
    z-index: 98;
    transition: ease .5s;
    top: 0;
}

.spMenu.open {
	right: 0;
} */

.spMenu {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    position: fixed;
    z-index: 98;
    opacity: 0;
    /* transform: scale(0.9); */
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.spMenu.open {
    opacity: 1;
    /* transform: scale(1); */
    pointer-events: auto;
}

.spMenuArea {
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: relative;
}

.spMenuConte {
	margin: 0 auto;
    padding: 25px 15px 100px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 auto;
    background: linear-gradient(to bottom, rgba(238, 226, 223, 1) 70%, rgba(235, 191, 192, 1));
}

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

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

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

.spMenuLink:hover {
	color: #FFF;
	background: #584A3F;
}

.hSpNavBox {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 0 auto;
	padding: 0 0 50px;
	display: flex;
    flex-direction: column;
    align-items: center;
	border-bottom: 1px solid var(--primary);
}

.spNavList01 {
	margin: 20px 0 0;
    display: inline-block;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    color: var(--base-font-color);
    font-weight: 500;
    letter-spacing: 0.05em;
    /* padding: 25px 0 9px; */
    text-align: left;
    /* border-bottom: 1px solid #999591; */
	transition: all .3s;
}

.spNavList01:first-child {
	margin: 0;
}

.spNavList01:hover {
    color: var(--base-font-color);
	text-decoration: underline;
}

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

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

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

.spNav {
    display: none;
}

/* .spMenuConte {
    max-width: 450px;
} */
  
/* .spMenu {
  	top: auto;
} */

.spMenu {
  	top: 0;
}

/* .spNavList01 {
    font-size: 16px;
} */

.spMenuConte {
    padding: 20px 15px 100px;
}


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

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

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

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

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

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



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

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

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

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

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


	.hamSnsLinkArea {
		margin: 50px auto 0;
	}

	.spMenuConte {
		padding: 50px 15px 100px;
	}

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

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

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