@charset "utf-8";


/*スクロール*/

.header.is-animation .hdBtn:hover .hdBtnTxt {
    color: #ccc;
}

.header.is-animation .hdLogo img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(23%) hue-rotate(127deg) brightness(100%) contrast(101%);
}

.header.is-animation .spNavBtnBarItem{
    background-color:#333;
}

.header.is-animation .hdReserveIcon {
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(23%) hue-rotate(127deg) brightness(100%) contrast(101%);
}

.header.is-animation .hdBtnTxt,
.header.is-animation .sp_text {
    color: #333;
}

.header.is-animation .spNavBtn {
    border:1px solid 
}



/*ドッロップダウンメニュー*/

.hdDropInner:hover {
    transition: 0.3s;
}

.hdDropInner {
    transition: 0.3s;
}

.hdHvrItem{
    transition: 0.3s;
}

.hdHvrItem {
    position: absolute;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    right: 0;
    left: 0;
}

.hdDropWrap {
    position: relative;
}

.hdDropInner:hover .hdHvrItem {
    opacity:1;
    visibility:visible;
}

/*スクロール時ヘッダー*/

.header .instablack {
    display: none;
    transition:0.3s;
}

.header.is-animation .instablack {
    display: block;
     transition:0.3s;
}

.header.is-animation .instaWhite {
    display: none;
    transition:0.3s;
}

.header.is-animation {
    background: #352609;
    position: fixed;
    transition: .3s ease-in-out;
    background: #fff;
    box-shadow: 0px 0px 3px #dbdbdb;
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    right: 0;
    left: 0;
    z-index: 9999;
    padding: 10px 0px 10px 10px;
}

/*header*/

.btn01.hdHamBtn {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.spMenuBx {
    width: 100%;
}

.hdBox01 {
    max-width: 440px;
    /* width: 27%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.hdIn {
    max-width: 1853px;
    width: 100%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    padding: 10px 0px 10px 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
	transition: .3s ease-in-out;
}

.hdOnlineBtn:hover {
    color: #000000;
}

.hdOnlineBtn {
    display: flex!important;
    max-width: 33px;
    justify-content:center;
    color: #000000;
    letter-spacing: 0.08em;
    font-size: 10px;
    align-items: center;
    margin: 0 10px 0 0;
    letter-spacing: 0.08em;
    flex-direction: column;
}

.hdOnlineBtn img {
    margin: 0;
}

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

.hConte {
    display: none;
}

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

.hdBtnBx {
    flex: 1;
    text-align: center;

}

.hdBtnBx img {
    display: block;
    margin: 0 auto;
}

.sp_text {
    color: #fff;
    display: block;
}

/*スマホ時のナビ*/

.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: #ffe2e2;
}

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

.spNavConte-l {
	width: 33.33%;
	border-right: 1px solid #FFF;
}
.spNavLink {
    padding: 5px;
    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: #7e93ff;
}

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

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

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

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

.spNavBtn {
    padding: 10px 5px 5px;
    width: 100%;
    height: 50px;
    position: relative;
    /* right: 0; */
    /* bottom: 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    z-index: 999999999;
    max-width: 50px;
}

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

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

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

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

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

.open .spNavBtnBarItem:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
    background-color: #333333;
}

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

.open .spNavBtnBarItem:nth-of-type(3) {
   
    background-color: #383838;
}

.spMenu {
    margin: auto;
    padding: 0 15px;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: -100%;
    background: #fff;
    z-index: 9999999;
    transition: ease .5s;
}

.spMenu.open {
    right: 0;
}

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

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

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

.spMenuLink {
    padding: 7px 5px;
    text-align: left;
    display: block;
    color: #383838;
    border-bottom: 1px solid #CCC;
    /* font-family: 'Montserrat', sans-serif; */
}

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

.hdOnlineBtn p {
    display: none;
}

.spMenuLink.spMenuSubLink {
    padding-left: 1.5em;
    position: relative;
}

.spMenuLink.spMenuSubLink:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #383838;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.spMenuLink.spMenuSubLink:hover:before {
    background-color: #fff;
}

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

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

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

.hdBox01 {
    /* width: 22%; */
}

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

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

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


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

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

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

.hdBox01 {
    width: 100%;
    margin-right: 0px;
}

.spMenu {
    width: 50%;
}

.header {
    padding: 34px 0px 10px 10px;
}

.header.is-animation {
    padding: 10px 0px 10px 10px;
}

.sp_text {
        display: none;
    }

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

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

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

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

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

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

.spMenu {
    max-width: 600px;
    width: 100%;
}

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

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

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

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

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

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

.spNavBtn {
    /* width: 100%; */
    /* height: auto; */
    /* max-width: 80px; */
    /* margin-right: 26px; */
}

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

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

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