@charset "utf-8";
/*ページデザイン編集画面の調整*/
/*header*/

.hPcHamBox02, .hamInBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
	cursor: pointer;
    max-width: 50px;
    width: 100%;
    height: 36px;
  	transition: all .3s;
}

.hPcHamBox02:hover {
	opacity: .6;
  	transition: all .3s;
}

.hamNavFrame {
    max-width: 780px;
    width: 100%;
	margin: 0 auto;
}

.spMenuRow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  	margin: 40px auto;
}

.hamNavCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.border-deco, .border-deco-half {
	position: relative;
}

.border-deco:after {
  	content: "";
	position: absolute;
  	right: 0;
  	left: 0;
  	bottom: 0;
  	margin: auto;
  	width: 70%;
  	height: 1px;
  	background: #655757;
}

.border-deco-half:after {
  	content: "";
	position: absolute;
  	right: 0;
  	left: 0;
  	bottom: 0;
  	margin: auto;
  	width: 35%;
  	height: 1px;
  	background: #655757;
}

.border-deco .spNavList01 {
  	display: inline-block !important;
}

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

.hWrap {
    display: block;
}

.hConte {
	display: none;
}

.hLogo {
    max-width: 180px;
    width: 100%;
    position: relative;
    z-index: 99999;
}

.hLogoLink {
    display: block;
}

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

/*スマホ時のナビ*/

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

.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: #745E48;
	border-top: 1px solid #fff;
}

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


.spNavConte-m {
	width: 33.3%;
}

.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: 50px;
    height: 10px;
	width: 100%;
	position: relative;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 15px;
  	font-weight: 400;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 10px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
}

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

.spNavBtn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spNavBtnBarItem {
	width: 100%;
	height: 1px;
	background: #414141;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

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

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

.spNavBtnBarItem:nth-of-type(2) {
	top: 10px;
	width: 100%;
	right: 0;
	left: auto;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
	width: 100%;
	right: 0;
	left: auto;
}

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

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

/*.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
	width: 100%;
}*/

.open .spNavBtnBarItem:last-of-type {
	transform: translateY(-5px) rotate(195deg);
	width: 100%;
}

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

.spMenu.open {
	right: 0;
}

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

.spMenuConte {
    padding: 140px 15px 100px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    align-items: flex-start;
    margin: 0 0 0 auto;
    background: #fff;
}

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

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

.spNavList01 {
    display: block;
    color: #414141;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
    letter-spacing: 0.05em;
	width: 100%;
}

.spNavList01:hover {
    color: #414141;
    text-decoration: underline;
}

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

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

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

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

.spNav {
    display: none;
}

.hPcHamBox01 .spNavBtnBar .spNavBtnBarItem {
    background: #fff;
}
  
.spMenuConte {
    align-items: center;
    justify-content: center;
    max-width: 500px;
}

.spNavConte-m {
	width: 100%;
}  
  
/*.spMenuConte {
    max-width: 460px;
}*/

.spMenuRow {
  	justify-content: space-between; 
    flex-direction: row;
}
  
.hSpNavBox {
  	width: 48%;
    margin: 0 0 0;
}

.spNavList01 {
    font-size: 18px;
  	text-align: left;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.hPcHamBox02, .hamInBtn {
    top: 57px;
    right: 50px;
}
  
.spNavList01 {
    font-size: 25px;
}


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

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

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