@charset "utf-8";

/* header */
body.fixed{
    overflow: hidden;
}
.header_box{
    position: fixed;
    right: 0;
    top: 0;
    width: 90px;
    height: 100svh;
    /* background: #111110; */
    z-index: 1000;
}
.header_box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/common/header_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
    transition: 0.5s;
}
.header_inner{
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 2;
}
.open .header_inner{
    background: #111110;
    filter: unset;
}
.header_logo{
    position: relative;
}
.header_logo_blk{
    transition: 0.5s;
}
.header_logo_swich{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    transition: 0.5s;
}

.header_nav{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header_nav ul{
    margin-bottom: 40px;
}
.header_nav ul li{
    writing-mode: vertical-lr;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    transition: 0.5s;
}
.header_nav ul li:not(:last-child){
    margin-bottom: 1em;
}
.header_nav ul li:hover{
    opacity: 0.6;
}

#ham{
    display: flex;
    justify-content: space-between;
    height: 30px;
    width: 100%;
    max-width: 18px;
    cursor: pointer;
    position: relative;
}
#ham span{
    display: inline-block;
    height: 100%;
    width: 2px;
    background: #333;
    transition: 0.5s;
}
#ham span:first-child{
    height: 50%;
}
.open #ham span:nth-child(n + 3){
    opacity: 0;
}
.open #ham span{
    position: absolute;
    height: 100%;
    background: #f4ebde;
}
.open #ham span:nth-child(1n){
    left: 50%;
    transform: rotate(33deg);
}
.open #ham span:nth-child(2n){
    right: 50%;
    transform: rotate(-33deg);
}
.open .header_box::before{
    opacity: 0;
}
.open .header_nav ul li{
    color: #f4ebde;
}
.open .header_logo_swich{
    opacity: 1;
}
.ham_menu{
    position: fixed;
    width: calc(100% - 90px);
    height: 100svh;
    background: #111110;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    padding: 40px 20px;
    z-index: 100;
    overflow-y: scroll;
}
.open .ham_menu{
    opacity: 1;
    pointer-events: all;
}
.ham_menu_bg{
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;
}

.ham_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 90%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.ham_menu ul{
    display: flex;
    flex-direction: row-reverse;
}
.ham_menu ul li{
    color: #f4ebde;
    writing-mode: vertical-lr;
    font-size: 32px;
    letter-spacing: 0.2em;
    transition: 0.5s;
}
.ham_menu ul li:not(:last-child){
    margin-left: 1em;
}
.ham_menu ul li span{
    font-size: 0.5em;
    color: #dbc5a4;
}
.ham_menu ul li:hover{
    opacity: 0.5;
}

.ham_info{
    writing-mode: vertical-rl;
    color: #f4ebde;
    font-size: 14px;
    letter-spacing: 0.2em;
}
.ham_info p{
    margin-left: 1em;
}
.ham_info_ttl{
    font-size: 16px;
    font-weight: 600;
}
.ham_address{
    line-height: 1.8;
}
.ham_address a{
    position: relative;
    font-size: 0.8em;
}
.ham_address a::after{
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background: #f4ebde;
    content: "";
}

.ham_sns{
    display: flex;
    gap: 15px;
}
.ham_sns_item{
    width: 50px;
}
.bottom_menu{
    display: none;
}

@media(max-width: 1366px){
.header_inner {
    padding: 20px 10px;
}
}

@media(max-width: 1200px){
.header_box {
    width: 60px;
}
.ham_menu {
    width: calc(100% - 60px);
}
}


@media(max-width: 768px){
.header_box{
    width: 100%;
    height: 60px;
}
.ham_menu{
    width: 100%;
    height: calc(100svh - 60px);
    padding: 20px;
    top: 60px;
}
.header_nav ul {
    display: none;
}
.header_inner{
    padding: 0px 20px;
    flex-direction: unset;
    height: 100%;
    align-items: center;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 1));
    transition: 0.5s;
}
.header_box::before{
    content: none;
}
#ham span{
    background: #dbc5a4;
}
.header_logo_blk{
    opacity: 0;
}
.header_logo_swich{
    opacity: 1;
}
.header_logo {
    width: 45px;
}
#ham {
    /* max-width: 18px; */
    width: 20px;
    max-width: unset;
    height: 35px;
}
#ham span {
    width: 1px;
}
.ham_menu ul li {
    font-size: 20px;
}
.ham_inner{
    /* flex-wrap: wrap; */
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
}
.ham_menu ul {
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
}
.ham_info {
    /* writing-mode: unset; */
    font-size: 14px;
}
.ham_info p{
    /* margin: unset; */
}
.ham_info p {
    margin-left: 1.5em;
}
.ham_sns_item {
    width: 40px;
}
.ham_info_ttl {
    font-size: 14px;
}
.ham_address{
    font-size: 12px;
}
.ham_menu_bg {
    width: 100%;
}
.bottom_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 50px;
    background: #111110;
    color: #dbc5a4;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    border-top: solid 1px #232323;
    transform: translateY(50px);
    transition: 0.3s;
    z-index: 10;
}
.bottom_menu.show{
    transform: translateY(0);
}
}

@media(max-width: 650px){
.ham_menu ul li {
    font-size: 18px;
}
.ham_menu_bg {
    width: 120%;
    top: 40%;
}
}
/* // */






/* footer */
footer{
    margin: 100px auto 0;
}
.footer_inner{
    padding: 0 20px;
}
.footer_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.footer_logo{
    max-width: 100px;
    width: 100%;
}
.footer_sns{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer_sns_item{
    width: 40px;
    transition: 0.3s;
}
.footer_sns_item:hover{
    opacity: 0.6;
}
.footer_nav ul{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.footer_nav ul li{
    color: #f4ebde;
    font-size: 14px;
    transition: 0.3s;
}
.footer_nav ul li:hover{
    opacity: 0.6;
}
.copyright{
    text-align: center;
    color: #f4ebde;
    font-size: 14px;
    margin: 40px auto;
}
@media(max-width: 1000px){
footer {
    margin: 80px auto 0;
}
}
@media(max-width: 768px){
.footer_flex {
    gap: 25px;
}
.footer_nav ul {
    gap: 20px;
}
.footer_logo {
    max-width: 80px;
    margin: 0 auto 20px;
}
footer {
    margin: 80px auto 70px;
}
.copyright {
    font-size: 10px;
}
}
@media(max-width: 650px){
.footer_flex{
    display: block;
}
footer {
    margin: 60px auto 70px;
}
.footer_nav ul {
    gap: 20px;
    margin: 20px auto 0;
}
.footer_nav ul li {
    font-size: 12px;
}
}
/* // */