@charset "UTF-8";
/* CSS Document */
html {
    font-size: 62.5%; /* 16px * 62.5% = 10px */
    width: 100%;
    scroll-behavior: smooth;
}
body {
    color: #231815; /* RGB */
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8em;
    text-align: center;
}
button {
    font-family: 'Shippori Mincho', serif;
}
.sp{
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}
.icon {
    width: 30px;
    height: 30px;
}
a {
    text-decoration: none;
    color:#231815;
}

.h_second {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.4em;
    text-align: left;
}
.h_third {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.0em;
    text-align: left;
}

@media(max-width: 500px) {
    .pc {
        display: none; 
    }
    .sp {
        display: block;
    }
}
.main {
    overflow: hidden;
}

/* header */
.header {
    color: #fbfbfb;
    height: 180px;
    position: relative;
}
/* .header a:hover {
    opacity: 0.4;
    transition: 0.3s;
} */
.header .logo {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.header .logo a {
    display: inline-block;
    width: 160px;
    height: 51px;
}
.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 100px;
    height: 100%;
}
.header_icon_wrapper {
    order: 1;
    display: flex;
}
.header .shopping-cart {
    margin-left: 40px;
    width: 30px;
}
.header .Instagram {
    margin-left: 50px;
}
.header nav {
    order: 3;
}
.header nav ul {
    writing-mode: vertical-rl;
    text-align: start;
}
.header nav ul li {
    margin-left: 14px;
    padding: 24px 0 0 0;
    letter-spacing: 0.5rem;
    height: 161px;
    position: relative;
}
.header nav ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../images/common/hover_image1.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 5px;
    opacity: 0;
}
.header nav ul li:hover::before {
    opacity: 1;
    transition: 0.3s;
}
/* footer */
.footer {
    background-color: #231815;
    padding: 60px 0 30px 0;
}
/* .footer a:hover {
    opacity: 0.4;
    transition: 0.3s;
} */
.footer_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.footer_wrapper .footer_inner_action {
    display: flex;
    list-style: none;
    align-items: center;
}
.footer_wrapper ul .contact, .footer_wrapper ul .call, .footer_wrapper ul .shopping {
    flex: 1;
}
.footer_wrapper .footer_inner_action li a {
    display: block;
    padding: 10px 40px;
}
.footer_wrapper .footer_inner_action li:first-child a {
    display: block;
    padding: 10px 40px 0px 10px;
}
.footer_wrapper .footer_inner_action li:last-child a {
    display: flex;
    padding: 0px 0px 0px 45px;
    align-items: center;
}
.footer_wrapper .footer_inner_action li a .Instagram_icon {
    padding: 0px 0px 0px 45px;  
}
.footer_wrapper .footer_inner_action li a span {
    color: #fbfbfb;
    padding: 5px 0px 5px 45px;  
    background-repeat: no-repeat;
    text-align: center;
    position: left;
}
.footer_wrapper .footer_inner_action a .Instagram_icon {
    height: 33px;
}
.footer_wrapper .footer_inner_action strong {
    padding-left: 10px;
}
.footer_wrapper .footer_inner_action li a span {
    color: #fbfbfb;
    padding: 5px 0px 5px 45px;  
    background-repeat: no-repeat;
    text-align: center;
    position: left;
}
.footer_wrapper ul li a .contact_icon {
    background-image: url("../images/common/contact_icon.svg");
}
.footer_wrapper ul li a .call_icon {
    background-image: url("../images/common/call_icon.svg");
}
.footer_wrapper ul li a .reception-time {
    color: #fbfbfb;
    display: block;
    font-size: 12px;
    padding: 0;
    line-height: 0%;
    text-indent: 4em;
}
.footer_wrapper ul li a .shopping_icon {
    background-image: url("../images/common/shoping-cart_icon_white.svg");
}
.footer_wrapper ul li a .Instagram_icon {
    background-image: url("../images/common/Instagram_Glyph_White.svg");
}
.footer_inner_action li:not(:last-child) {
    border-right: 1px solid #fbfbfb;
    height: 50px;
}
.footer_inner_action .Instagram_qr {
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 90px;
}
.footer_inner_link h2 a {
    display: inline-block;
    width: 63px;
    height: 123px;
}
.footer_inner_link {
    display: flex;
    justify-content: space-between;
    max-width: 864px;
    margin: 30px auto 60px;
    height: 130px;
}
.footer_inner_link ul {
    display: flex;
    justify-content: space-between;
    max-width: 729px;
    margin: 0 auto;
    list-style: none;
    align-items: center;
}
.footer_inner_link ul li a {
    color: #fbfbfb;
}
.footer_inner_link ul li a {
    color: #fbfbfb;
}
.footer_inner_link ul li a span {
    padding: 0px 20px 0px 15px;
}
.footer_inner_link ul li a::before{
    content: "";
    display: block;
    width: 6px;
    height: 5px;
    background-image: url("../images/common/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(18px);
}
.footer .border {
    border: 0.5px solid #fbfbfb;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.footer small{
    color:#fbfbfb;
    padding-bottom: 20px;
    font-size: 1.2rem;
}
.pagetop_btn img {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: -35px;
}

@media(max-width: 1000px){
    .footer {
        padding: 60px 20px 30px;
    }
    .footer_wrapper {
        display: flex;
        flex-direction: row-reverse;
        min-width: 335px;
        max-width: 500px;
        margin: 0 auto;
    }
    .footer_wrapper .footer_inner_action {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        width: 234px;
    }
    .footer_wrapper .footer_inner_action li:first-child a {
        padding: 10px 40px 0px 40px;
    }
    .footer_inner_link ul {
        display: none;
    }
    .footer_inner_link .shinki-en_logo_beside {
        padding-top: 30px;
    }
    .footer_inner_action li:not(:last-child) {
        border: none;
    }
    .footer_wrapper ul .Instagram {
        margin-top: -5px;
    }
    .footer_wrapper .footer_inner_action strong {
        margin-top: -20px;
    }
    .footer .border {
        max-width: 87vw;
        margin-top: 80px;
        margin-bottom: 30px;
    }
    .footer small {
        font-size: 1.0rem;
        padding: 0;
    }
    .pagetop_btn img {
        right: -5vw;
        bottom: -65px;    
    }
}

/* ハンバーガーメニュー */
@media(min-width: 834px){
    .ham {
        display: none;
    }
}
@media(max-width: 834px){
    .header {
        height: auto;
        position: fixed;
        width: 100%;
        top: 0px;
        background-color: rgba(255, 255, 255, 0);
        z-index: 9999;
    }
    .header_icon_wrapper {
        display: none;
    }
    .header_wrapper_sp {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        height: 100px;
    }
    .header_wrapper {
        display: block;
    }
    .header .logo {
        position: static;
        transform: translate(0%);
        text-align: left;
    }
    .header .logo a {
        width: 90px;
        height: auto;
    }
    /* ハンバーガーメニューを押した後のnav */
    .header nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        transform: translateX(100%); 
        background-color: rgba(35, 24, 20, 0.80); /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
        transition: ease .4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
        z-index: 999;
    }
    .header nav ul li a {
        color: #fbfbfb;
        font-size: 2.0rem;
        line-height: 2.9em;
    }
    .header nav ul li {
        height: 100%;
        padding: 24px 0 0 0;
        margin-left: 0;
        letter-spacing: 0.6em;
    }
    .header nav ul {
        align-items: center;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translateX(-50%);
    }
    .header nav p span {
        display: inline-block;
        color: #fbfbfb;
    }
    .header nav .action {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        right: 7vw;
        bottom: 140px;
        gap: 32px;
    }
    .header nav .action a:hover {
        opacity: 0.4;
    }
    .header nav ul li::before {
        display: none;
    }
    .header .Instagram {
        margin-left: 0px;
    }
    .header nav .action .call span:nth-child(1) {
        padding: 0 0 5px 45px;
        background-image: url("/assets/images/common/call_icon.svg");
        background-repeat: no-repeat;
    }
    .header nav .action .call span:nth-child(2){
        font-size: 12px;
        display: block;
        line-height: 0;
        text-indent: 3.5em;
    }
    .header nav .action .shopping span {
        padding: 1.5px 0 1.5px 45px;
        background-image: url("/assets/images/common/shoping-cart_icon_white.svg");
        background-repeat: no-repeat;
    }
    .header nav .action .Instagram span {
        padding: 1.5px 0 1.5px 45px;
        background-image: url("/assets/images/common/Instagram_Glyph_White.svg");
        background-repeat: no-repeat;
    }
    .header nav.active {
        transform: translateX(0%); 
    }

    /* ハンバーガーボタン */
    .header button {
        width: 40px;
        height: 40px;
        background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
        border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
        z-index: 9999;
        position: relative;
        cursor: pointer;
    }
    .open-btn_ham span {
        /* transform: translateX(-60px); */
    }
    .open-btn_ham span:not(:last-child) {
        display: inline-block;
        transition: all .4s; /* アニメーションの設定 */
        position: absolute;
        height: 1.5px;
        border-radius: 3px;
        background: #231815;
    }
    .open-btn_ham span:nth-child(1) {
        width: 40px;
        top: 0;
        left: 0;
    }
    .open-btn_ham span:nth-child(2) {
        width: 30px;
        top: 10px;
        left: 0;
    }
    .open-btn_ham span:nth-child(3) {
        width: 20px;
        top: 20px;
        left: 0;
    }
    .open-btn_ham_text {
        display: inline-block;
        transition: all .4s; /* アニメーションの設定 */
        position: absolute;
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
        writing-mode: vertical-lr;
        color: #231815;
        border: none;
        top: 25px;
        left: 0;
    }
    /* activeクラスが付与されると線が回転して×になる */
    .open-btn_ham.active span:nth-child(1) {
        top: 0;
        left: -2px;
        transform: translateY(6px) rotate(-135deg);
        width: 30px;
        background-color: #fbfbfb;
        filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, 0.25));
    }
    .open-btn_ham.active span:nth-child(2) {
        opacity: 0;
    }
    .open-btn_ham.active span:nth-child(3) {
        top: 20px;
        left: -2px;
        transform: translateY(-14px) rotate(135deg);
        width: 30px;
        background-color: #fbfbfb;
        filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, 0.25));
    }    
    .open-btn_ham.active .open-btn_ham_text {
        color: #fbfbfb;
        filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, 0.25));
    }
}
/* ハンバーガーメニューここまで */


@media(max-width: 600px){
    body {
        color: #231815;
        font-family: 'Shippori Mincho', serif;
        font-weight: 400;
        font-size: 1.5em;
        line-height: 1.8em;
        text-align: center;
    }
    .footer_inner_action .Instagram_qr {
        display: none;
    }
    .footer_wrapper ul .Instagram {
        margin-top: 0;
    }
    .pagetop_btn img {
        right: 10vw;
        bottom: -65px;  
    }
}