@charset "utf-8";

/* ==============================================================
   #　スマホ固定フッター
   ============================================================== */
#footer_menu {
/*    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 75%); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 100%;
    padding: 0 10px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
#footer_menu_inner {
    background-image: linear-gradient(315deg, #b18b43 25%, #CEAF68 75%);
    box-shadow: rgb(0 0 0 / 15%) 0px 20px 25px -5px, rgb(0 0 0 / 8%) 0px 10px 10px -5px;
    border-radius: 4px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 400px;
	overflow: hidden;
}
#footer_menu_inner > a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#footer_menu_inner > a:hover {
	background-color: #FA7CA7;
}

#footer_menu_inner #oc_day_box {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 0 0 48px;
}
#footer_menu_inner #oc_day_box i {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
#footer_menu_inner #oc_day_box i img {
    display: block;
    width: 100%;
    height: auto;
}
#footer_menu_inner #oc_day_box small {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 3px;
}
#footer_menu_inner #oc_day_box .day_txt {
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    letter-spacing: .1em;
}
#footer_menu_inner #oc_day_box .week_txt {
    font-size: 12px;
}
#footer_menu_inner .btn_box {
    flex-basis: 25%;
    max-width: 25%;
    align-items: center;
}
#footer_menu_inner .btn_box::before {
    content: "";
    border-left: rgba(255, 255, 255, 0.4) solid 1px;
    height: 32px;
    width: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
}
#footer_menu_inner .btn_box i {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0;
}
#footer_menu_inner .btn_box i img {
    display: block;
    width: 100%;
    height: auto;
}
#footer_menu_inner .btn_box small {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
    letter-spacing: .2em;
    padding-left: .2em;
}
@media (min-width: 768px) {
    #footer_menu {
        display: none;
    }
}
/* ==============================================================
   #　サイドバー
   ============================================================== */
#right-bar {
    display: none;
}
#right-bar {
    background-color: transparent;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 999;
    padding-top: 20vh;
}
#sticky-bar-menu {
    display: flex;
    list-style: none;
    border-radius: 8px 0 0 8px;
}
#sticky-bar-menu li {
    flex-basis: 25%;
    max-width: 25%;
    margin: 0;
}
#sticky-bar-menu li a {
display: block;
overflow: hidden;
white-space: nowrap;
}


#sticky-bar-menu li:nth-of-type(2) a {
    color: #FFF;
	margin-top: 4px;
}



    #sticky-bar-menu {
        writing-mode: vertical-rl;
  /*      margin: auto 0 auto auto; */
    }
    #sticky-bar-menu li {
        flex-basis: auto;
        max-width: inherit;
    }
#sticky-bar-menu li a {
    box-shadow: rgb(0 0 0 / 30%) 0px 8px 10px 2px;
    border-radius: 21px 0 0 21px;
}
    #sticky-bar-menu li a span {
        padding-top: 40px;
    }
	#sticky-bar-menu li:nth-of-type(2) a span {
		letter-spacing: .2em;
	}
    #sticky-bar-menu li a i {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
    }
    #sticky-bar-menu li a i img {
        display: block;
        width: 100%;
        height: auto;
        margin: auto;
    }

@media (max-width: 1200px) {
#sticky-bar-menu img{
width: 60px;
}
}

@media (max-width: 767px){
#right-bar {
    display: none;
}
}


