
html:not(.responsive) {
    min-width: 1000px;
    /* viewport */
}

@media screen and (max-width: 767px) {
    html.responsive {
        --paddingWrap: 4vw;
        --paddingWrap-negative: calc(var(--paddingWrap) * -1.1);
    }
}

/*=============================================
 * body
 *=============================================*/
body {
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    background: url("../image/bg.jpg");
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 2.1;
    letter-spacing: 0.1em;
    color: #fff;
}

body.navOpen {
    overflow: hidden;
}

body.navOpen .menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

@media screen and (max-width: 767px) {
    body {
        text-align: justify;
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 15px;
        line-height: 30px;
    }

    body.has_nav .hamburger {
        opacity: 1;
        visibility: visible;
    }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*=============================================
 * <main>
 *=============================================*/
main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.wrap {
    width: 1000px;
}

.bg-parallax {
    position: relative;
    z-index: -1;
}

.bg-parallax .img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bg-parallax .img-parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
}

.copy.copied {
    pointer-events: none;
    cursor: default;
}

p.img {
    line-height: 1;
}

.txt-yellow {
    color: #d1a35c;
}

.txt-red {
    color: #9b0000;
}

@media all and (-ms-high-contrast: none) {

    p.btn a img,
    header .nav-fl a img {
        transition: opacity 0s ease !important;
        -moz-transition: opacity 0s ease !important;
        -webkit-transition: opacity 0s ease !important;
    }

    .btn-over img,
    .over-img img,
    img.over,
    img:not(.btn):not(.non-over),
    button img {
        opacity: 1;
        transform: translateX(0) translateZ(0);
        -moz-transform: translateX(0) translateZ(0);
        -webkit-transform: translateX(0) translateZ(0);
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
}

@media screen and (max-width: 767px) {
    html.responsive .wrap {
        width: auto;
        padding: 0 var(--paddingWrap);
    }

    .txt:not(.except) br:not(.except):not(.sp) {
        display: none;
    }

    .pc {
        display: none !important;
    }

    #pagetop {
        width: 50px;
        bottom: 90px;
        z-index: 99;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

.btn-style-1 {
    width: calc(90vw - 50px);
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-align: center;
    position: relative;
}

.btn-style-1::after {
    content: "";
    width: 80px;
    transform: translateX(0);
    transition: 0.3s;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 163.5 17.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' fill='none' d='M0.713,15.281 L156.891,15.281 L126.663,1.866 '/%3E%3C/svg%3E") center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
}

.btn-style-1.black::before,
.btn-style-1.black::after {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(327deg) brightness(96%) contrast(104%);
}

.btn-style-1:hover {
    text-decoration: none;
}

.btn-style-1:hover::after {
    transform: translateX(6px);
}

@media screen and (min-width: 768px) {
    .btn-style-1 {
        width: 330px;
        min-height: 60px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 18px;
        line-height: 30px;
    }

    .btn-style-1::after {
        width: 100px;
        right: -66px;
    }
}

.btn-style-1.btn-shopping::before {
    content: "";
    width: 20px;
    background: url("../image/icon-cart.png") center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9vw;
}

@media screen and (min-width: 768px) {
    .btn-style-1.btn-shopping::before {
        width: 28px;
        left: 50px;
    }
}

.menu-style-1 {
    margin-top: 5vw;
}

.menu-style-1 .menu-ttl {
    padding: 5px;
    box-sizing: border-box;
    background: #7e0a0a;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
}

.menu-style-1 .menu-subttl {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.menu-style-1 .menu-subttl~.menu-subttl {
    margin-top: 10px;
}

.menu-style-1 .menu-note {
    text-align: center;
}

.menu-style-1 .menu-detail {
    margin-top: 10px;
    width: 100%;
}

.menu-style-1 .menu-detail dl,.menu-style-1 .menu-detail tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

.menu-style-1 .menu-detail dl dt,.menu-style-1 .menu-detail tr td:nth-child(1) {
    margin-right: 5px;
}

.menu-style-1 .menu-detail dl dd,.menu-style-1 .menu-detail tr td:nth-child(2) {
    white-space: nowrap;
    text-align: right;
}

@media screen and (min-width: 768px) {
    .menu-style-1 {
        margin-top: 40px;
    }

    .menu-style-1 .menu-ttl {
        padding: 10px;
        font-size: 25px;
    }

    .menu-style-1 .menu-subttl {
        font-size: 22px;
    }

    .menu-style-1 .menu-subttl~.menu-subttl {
        margin-top: 10px;
    }

    .menu-style-1 .menu-detail {
        margin-top: 10px;
    }

    .menu-style-1 .menu-detail dl, .menu-style-1 .menu-detail tr{
        line-height: 25px;
    }
}

.popup-menu {
    text-align: left;
}

.popup-menu .txtnote {
    text-align: center;
}

.popup-menu .set {
    margin-top: 10vw;
}

.popup-menu .remodal-close {
    margin: 50px auto 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .popup-menu .set {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 50px -30px 0;
    }

    .popup-menu .set .gr {
        width: 470px;
        margin: 0 30px;
    }

    .popup-menu .remodal-close {
        margin-top: 80px;
    }
}

.contactbox {
    padding: 5vw 5vw 6vw;
    box-sizing: border-box;
    background: #7e0a0a;
    background: url('../image/cbg.png') no-repeat center/cover;
    text-align: center;
    color: #fff;
    position: relative;
}

.contactbox::before {
    content: "";
    width: 3px;
    border-left: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
}

.contactbox .tel {
    line-height: 1.5;
}

.contactbox .tel dt {
    font-size: 15px;
    letter-spacing: 0.15em;
}

.contactbox .tel .tel-number {
    font-size: 23px;
    letter-spacing: 0.15em;
}

.contactbox .tel .tel-number small {
    font-size: 15px;
    letter-spacing: 0.15em;
}

.contactbox .tel .tel-note {
    margin-right: -5vw;
    font-size: 11px;
    letter-spacing: 0;
}

.contactbox .btn-reserve {
    margin-top: 3vw;
}

.contactbox .btn-reserve .btn-style-1 {
    width: 55vw;
    min-height: 40px;
    margin: 0 auto;
}

.contactbox .btn-reserve .btn-style-1::after {
    width: 65px;
    right: -33px;
}

@media screen and (min-width: 768px) {
    .contactbox {
        width: 400px;
        padding: 25px 0 30px;
    }

    .contactbox .tel {
        line-height: 28px;
        line-height: 35px;
    }

    .contactbox .tel dt {
        font-size: 18px;
    }

    .contactbox .tel .tel-number {
        font-size: 28px;
    }

    .contactbox .tel .tel-number small {
        font-size: 18px;
    }

    .contactbox .tel .tel-note {
        margin-right: 0;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.1em;
    }

    .contactbox .btn-reserve {
        margin-top: 20px;
    }

    .contactbox .btn-reserve .btn-style-1 {
        width: 253px;
        min-height: 50px;
    }

    .contactbox .btn-reserve .btn-style-1::after {
        width: 88px;
        right: -47px;
        bottom: 8px;
    }
}

.nav a {
    display: inline-block;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.18em;
    position: relative;
}

.nav a::before {
    content: "";
    height: 1px;
    background: linear-gradient(to right, #703908, #be9691 38%, #9d6f2e 76%, #ebeaba 100%);
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: 0.5s ease-out;
    position: absolute;
    bottom: 0;
    right: 0;
    left: -10vw;
}

.nav a:hover,
.nav a.active {
    text-decoration: none;
}

.nav a:hover::before,
.nav a.active::before {
    transform: scaleX(1);
}

.nav ul li+li {
    margin-top: 5vw;
}

@media screen and (min-width: 768px) {
    .nav a {
        font-size: 18px;
        line-height: 32px;
    }

    .nav a::before {
        width: 1px;
        height: auto;
        background: linear-gradient(#703908, #be9691 38%, #9d6f2e 76%, #ebeaba 100%);
        transform: scaleY(0);
        top: -40px;
        bottom: 0;
        left: auto;
    }

    .nav a:hover::before,
    .nav a.active::before {
        transform: scaleY(1);
    }

    .nav ul {
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }

    .nav ul li {
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: upright;
        word-wrap: break-word;
    }

    .nav ul li+li {
        margin: 0 0 0 20px;
    }
}

/*=============================================
 * <header>
 *=============================================*/
header h1 {
    margin: 6vw var(--paddingWrap) 0;
    font-size: 10px;
    letter-spacing: 0.18em;
    line-height: 1.5;
    color: #595959;
}

header .logo {
    width: 39vw;
}

header .ttlbox {
    margin-top: -30vw;
    text-align: center;
}

header .ttlbox .ttl {
    display: inline-block;
    position: relative;
}

header .ttlbox .ttl>span{writing-mode: vertical-rl;vertical-align: top;font-size: 30px;line-height: 2.5;letter-spacing: 6px;}
header .ttlbox .ttl>span:nth-child(1){
    margin-top: 70%;
}
header .ttlbox .ttl>span:nth-child(2){
    margin-top: 34%;
}

/*header .ttlbox .ttl::before {
    content: "";
    width: 126vw;
    height: 127vw;
    background: url("../image/hd-deco.png") 0 0/contain no-repeat;
    position: absolute;
    top: 15vw;
    left: -12vw;
    z-index: -1;
}
*/
header .set1 .logobox {
    margin: 10vw 8vw 0;
    position: relative;
    z-index: 1;
}

header .set2 {
    margin-top: -5vw;
}

@media screen and (min-width: 768px) {
    header {
        position: relative;
    }

    header h1 {
        font-size: 12px;
        line-height: 37px;
        position: absolute;
        bottom: 3px;
        right: 18px;
        z-index: 1;
    }

    header .logo {
        width: auto;
        margin-top: 0;
    }

    header .nav a {
        font-size: 16px;
    }

    header .nav a::before {
        width: 1px;
        top: -50px;
    }

    header .nav ul li+li {
        margin-left: 13px;
    }

    header .ttlbox {
        margin-top: 0;
    }

    header .ttlbox .ttl::before {
        width: 744px;
        height: 758px;
        top: -54px;
        left: -62px;
    }

    header .ttlbox .ttl img {
        width: auto;
        margin-left: 0;
    }

    header .contactbox {
        margin: auto auto 0;
        padding: 19px 0 31px;
    }

    header .contactbox .btn-reserve {
        margin-top: 17px;
    }

    header dl.sns {
        display: block;
        margin-left: 43px;
        font-weight: 300;
        font-size: 15px;
        line-height: 45px;
        letter-spacing: 0.18em;
        text-align: center;
    }

    header dl.sns dt {
        margin: 0 5px;
        transform: rotate(90deg);
    }

    header dl.sns dd {
        margin: 5px 0;
    }

    header .btn-popup {
        margin-left: 47px;
    }

    header .btn-popup>a {
        display: inline-block;
        padding: 12px 8px;
        border: 1px solid;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.18em;
        line-height: 22px;
        cursor: pointer;
    }

    header .btn-popup>a:hover {
        text-decoration: none;
        opacity: 0.7;
    }

    header .set1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 50px 121px 0 106px;
        box-sizing: border-box;
    }

    header .set1 .logobox {
        width: calc(50% - 250px);
        margin: 0;
    }

    header .set1 .gr {
        width: calc(50% + 250px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    header .set2 {
        display: -ms-flexbox;
        display: flex;
        margin-top: 55px;
    }

    header .set2 .gr {
        -ms-flex-order: 1;
        order: 1;
        width: 500px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.menu_toggle {
    width: 100% !important;
    height: 100vh;
    min-height: 100%;
    display: block;
    padding: 100px 0 150px;
    box-sizing: border-box;
    background: url("../image/bg.jpg");
    float: right;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease, height 0s !important;
}

.menu_toggle .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu_toggle dl.sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15vw;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.18em;
    position: relative;
}

.menu_toggle dl.sns dt,
.menu_toggle dl.sns dd {
    margin: 0 5px;
}

.menu_toggle .contactbox {
    margin-top: 10vw;
}

.menu_toggle .btn-popup {
    margin-top: 15vw;
}

.menu_toggle .btn-popup>a {
    width: 100%;
    min-height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.18em;
    text-align: center;
}

.menu_toggle .btn-popup>a:hover {
    text-decoration: none;
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .menu_toggle {
        overflow-y: auto;
    }
}

@media screen and (min-width: 768px) {
    .menu_toggle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .menu_toggle .hamburger {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .menu_toggle .logo {
        width: 400px;
        text-align: center;
    }

    .menu_toggle .nav {
        display: block;
    }

    .menu_toggle .nav a {
        font-size: 18px;
    }

    .menu_toggle .nav a::before {
        top: -40px;
        bottom: 0;
        left: 0;
    }

    .menu_toggle .nav ul li+li {
        margin: 0 0 0 12px;
    }

    .menu_toggle dl.sns {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -20px 0 1px;
        font-size: 18px;
        line-height: 45px;
    }

    .menu_toggle dl.sns dt {
        margin: 0 5px;
        transform: rotate(90deg);
    }

    .menu_toggle dl.sns dd {
        margin: 5px 0;
    }

    .menu_toggle .contactbox {
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
        padding: 23px 0 30px;
    }

    .menu_toggle .set1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .menu_toggle .set2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 91px;
    }

    .menu_toggle .set2 .gr {
        -ms-flex-order: 2;
        order: 2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .menu_toggle .hamburger {
        position: relative;
    }
}

.hamburger {
    background: url("../image/bg.jpg");
    position: absolute;
    z-index: 100;
    top: 10vw;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    margin: 0;
    overflow: visible;
}

.hamburger::after {
    content: "Menu";
    display: block;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    color: #d1a35c;
}

.hamburger .hamburger-box {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
}

.hamburger .hamburger-inner {
    display: block;
    top: 50%;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
    width: 100%;
    height: 1px;
    background-color: #d1a35c;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger .hamburger-inner::before {
    top: -10px;
}

.hamburger .hamburger-inner::after {
    bottom: -10px;
}

.hamburger.fixed:not(.is-active) {
    position: fixed;
    top: 0;
}

.hamburger.is-active {
    position: fixed;
    top: 0;
    right: 10px;
}

.hamburger.is-active::after {
    display: none;
}

@media screen and (min-width: 768px) {
    .hamburger {
        width: 80px;
        height: 80px;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        z-index: 97;
    }

    .hamburger::after {
        font-weight: 600;
        font-size: 15px;
    }

    .hamburger:hover {
        opacity: 0.7 !important;
    }
}

/** Vortex Reverse **/
.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-box {
    width: 50px;
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-750deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner,
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
    height: 3px;
    background-color: #a2a1a1;
    transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-120deg);
}

@media screen and (min-width: 768px) {
    .hamburger--vortex-r.is-active .hamburger-box {
        width: 80px;
    }

    .hamburger--vortex-r.is-active .hamburger-inner,
    .hamburger--vortex-r.is-active .hamburger-inner::before,
    .hamburger--vortex-r.is-active .hamburger-inner::after {
        height: 5px;
    }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
    padding-bottom: 30vw;
}

footer .logo {
    text-align: center;
}

footer .logo img {
    width: 70vw;
}

footer .contactbox {
    margin-top: 16vw;
}

footer .shopinfo {
    margin-top: 10vw;
}

footer .shopinfo .link-map {
    text-decoration: underline;
}

footer .shopinfo .link-map:hover {
    text-decoration: none;
}

footer .shopinfo dl,footer .shopinfo tr {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
footer .shopinfo tr td{
    display: block;
    width: 100%;
}

footer dl.policybox {
    margin-top: 16vw;
    padding: 7vw 5vw;
    box-sizing: border-box;
    border: 1px solid #000;
}

footer dl.policybox dt {
    font-size: 17px;
    letter-spacing: 0.1em;
    text-align: center;
}

footer dl.policybox dd {
    margin-top: 3vw;
}

footer dl.sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer dl.sns dt,
footer dl.sns dd {
    margin: 0 5px;
}

footer dl.sns dt {
    font-size: 19px;
    letter-spacing: 0.18em;
}

footer dl.sns img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(327deg) brightness(96%) contrast(104%);
}

footer #socialbuttons {
    margin-top: 10vw;
}

footer .ftblk {
    margin: 0 var(--paddingWrap);
    padding: 17vw 0;
    background: url("../image/pattern1.jpg");
    color: #000;
}

footer .ftblk .set2 {
    margin-top: 15vw;
}

footer .ftblk .set2 .gr {
    margin-top: 15vw;
    text-align: center;
}

@media screen and (min-width: 768px) {
    footer {
        padding-bottom: 90px !important;
    }

    footer .logo img {
        width: auto;
    }

    footer .nav {
        margin-top: 65px;
    }

    footer .nav a {
        font-size: 15px;
    }

    footer .nav a::before {
        width: 1px;
        top: -40px;
        bottom: 0;
        left: 0;
    }

    footer .nav ul li+li {
        margin-left: 13px;
    }

    footer .contactbox {
        margin-top: 80px;
    }

    footer .contactbox .btn-reserve {
        margin-top: 13px;
    }

    footer .shopinfo {
        width: 406px;
        margin-top: 0;
    }

    footer .shopinfo dl,footer .shopinfo tr {
        display: block;
        padding: 14px 0 15px;
    }

    footer .shopinfo .link-map {
        margin-right: -20px;
        display: inline-block;
    }

    footer dl.policybox {
        margin-top: 61px;
        padding: 36px 30px 30px;
    }

    footer dl.policybox dt {
        font-size: 20px;
        line-height: 30px;
    }

    footer dl.policybox dd {
        margin-top: 20px;
    }

    footer dl.sns {
        width: 397px;
    }

    footer dl.sns dt {
        font-size: 15px;
    }

    footer #socialbuttons {
        margin: 18px 0 0;
        text-align: left;
    }

    footer .ftblk {
        margin: 0 50px;
        padding: 116px 0 100px;
    }

    footer .ftblk .set1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 21px;
        box-sizing: border-box;
    }

    footer .ftblk .set1 .gr {
        width: 400px;
        margin-top: 21px;
    }

    footer .ftblk .set2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 76px;
        padding: 0 21px;
        box-sizing: border-box;
    }

    footer .ftblk .set2 .gr {
        width: 99%;
        margin-top: 4px;
        text-align: right;
    }
}

@media screen and (min-width: 1300px) {
    footer .ftblk {
        margin: 0 100px;
    }
}

/*=============================================
 * ft_fixed
 *=============================================*/
#ft_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 97;
}

.ft_fixed_shared {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.ft_fixed_shared li {
    text-align: center;
    width: 100%;
    background-color: #7e0a0a;
    border-right: 1px solid #fff;
}

.ft_fixed_shared li:last-child {
    border-right: 0;
}

.ft_fixed_shared li a {
    display: block;
    position: relative;
    max-width: 200px;
    margin: 0 auto;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    footer::after {
        height: 36px;
        content: "";
        background: #000;
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        z-index: 7;
    }

    #ft_fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    footer::after {
        height: 36px;
        content: "";
        background: #000;
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        z-index: 7;
    }

    #ft_fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-pixel-ratio: 3),
only screen and (-webkit-min-device-pixel-ratio: 4.770833333333333),
only screen and (min-resolution: 458dpi),
only screen and (min-resolution: 3dppx) {
    footer::after {
        height: 36px;
        content: "";
        background: #000;
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        z-index: 7;
    }

    #ft_fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
}

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

    footer::after,
    #ft_fixed {
        display: none;
    }
}

#covidPopup {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 70px;
    box-sizing: border-box;
    background: url("../image/pattern1.jpg");
    color: #000;
}

#covidPopup h2.ttl {
    font-size: 6vw;
    letter-spacing: 0;
}

#covidPopup .txt {
    margin-top: 5vw;
    text-align: left;
}

#covidPopup .gr {
    margin-top: 5vw;
    padding: 7vw 5vw;
    box-sizing: border-box;
    background: #fff;
}

#covidPopup .gr ul {
    font-size: 12px;
    text-align: left;
}

#covidPopup .gr ul li {
    padding-left: 15px;
    position: relative;
}

#covidPopup .gr ul li::before {
    content: "・";
    display: block;
    position: absolute;
    left: 0;
}

@media screen and (min-width: 768px) {
    #covidPopup {
        padding: 100px 0;
    }

    #covidPopup h2.ttl {
        font-size: 30px;
        line-height: 40px;
    }

    #covidPopup .txt {
        margin-top: 40px;
        font-size: 16px;
        text-align: center;
    }

    #covidPopup .gr {
        width: 790px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 40px auto 0;
        padding: 50px 10px;
    }

    #covidPopup .gr ul {
        margin: 0 30px;
        font-size: 16px;
    }
}

.covid-close {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
    .covid-close {
        margin-bottom: 50px;
    }
}

/*=============================================
 * key
 *=============================================*/
#key .img {
    width: 100%;
    height: 169vw;
}

#key .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#key .slick-track {
    line-height: 0;
}

@media screen and (max-width: 767px) {
    #key {
        position: relative;
    }

    #key::after {
        content: "";
        height: 50%;
        background: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

@media screen and (min-width: 768px) {
    #key {
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 500px);
    }

    #key .img {
        height: 1010px;
    }
}

.section-qa {
    margin: 15vw var(--paddingWrap);
    padding: 15vw 0;
    background: url("../image/pattern2.jpg");
    color: #fff;
}

.section-qa h2.ttl {
    font-weight: 300;
    font-size: 6vw;
    letter-spacing: 0.15em;
    text-align: center;
}

.section-qa .toggle {
    position: relative;
}

.section-qa .toggle .toggle-btn {
    width: 26px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 46.5 46.5'%3E%3Cpath fill-rule='evenodd' fill='rgb(255,255,255)' d='M10.689,22.575 L36.160,22.575 L36.160,24.273 L10.689,24.273 L10.689,22.575 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(255,255,255)' d='M24.274,10.688 L24.274,36.160 L22.575,36.160 L22.575,10.688 L24.274,10.688 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255,255,255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M22.1000,0.500 C35.426,0.500 45.500,10.573 45.500,22.1000 C45.500,35.426 35.426,45.499 22.1000,45.499 C10.574,45.499 0.500,35.426 0.500,22.1000 C0.500,10.573 10.574,0.500 22.1000,0.500 Z'/%3E%3C/svg%3E") center/contain no-repeat;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.section-qa .toggle.active .toggle-btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 46.5 46.5'%3E%3Cpath fill-rule='evenodd' fill='rgb(255,255,255)' d='M10.689,22.575 L36.160,22.575 L36.160,24.273 L10.689,24.273 L10.689,22.575 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255,255,255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M22.1000,0.500 C35.426,0.500 45.500,10.573 45.500,22.1000 C45.500,35.426 35.426,45.499 22.1000,45.499 C10.574,45.499 0.500,35.426 0.500,22.1000 C0.500,10.573 10.574,0.500 22.1000,0.500 Z'/%3E%3C/svg%3E");
}

.section-qa .qabox {
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.section-qa .qabox .question,
.section-qa .qabox .answer {
    padding-left: 55px;
    position: relative;
}

.section-qa .qabox .question::before,
.section-qa .qabox .answer::before {
    content: "";
    width: 35px;
    height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    background: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #7e0a0a;
    position: absolute;
    top: 0;
    left: 0;
}

.section-qa .qabox .question {
    font-size: 18px;
    letter-spacing: 0.1em;
}

.section-qa .qabox .question::before {
    content: "Q";
}

.section-qa .qabox .answer {
    margin: 20px 0 0 10px;
}

.section-qa .qabox .answer::before {
    content: "A";
}

.section-qa .set {
    margin-top: 10vw;
}

@media screen and (min-width: 768px) {
    .section-qa {
        margin: 133px 50px 131px;
        padding: 139px 0 130px;
    }

    .section-qa h2.ttl {
        font-size: 50px;
        line-height: 70px;
    }

    .section-qa .toggle .toggle-btn {
        width: 46px;
        right: 21px;
    }

    .section-qa .toggle .toggle-btn:hover {
        opacity: 0.7;
    }

    .section-qa .qabox {
        padding: 50px 55px 58px 65px;
    }

    .section-qa .qabox .question,
    .section-qa .qabox .answer {
        padding-left: 75px;
    }

    .section-qa .qabox .question::before,
    .section-qa .qabox .answer::before {
        width: 58px;
        height: 58px;
        margin-right: 20px;
        font-size: 25px;
        top: -11px;
    }

    .section-qa .qabox .question {
        font-size: 25px;
    }

    .section-qa .qabox .answer {
        margin: 47px 0 0 30px;
    }

    .section-qa .set {
        width: 900px;
        margin: 30px auto 0;
    }
}

@media screen and (min-width: 1500px) {
    .section-qa {
        margin-left: 100px;
        margin-right: 100px;
    }
}

/*=============================================
 * slick
 *=============================================*/
/* Slider */
.slick-loading .slick-list {
    background: #fff url("../image/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -30px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: "fontello";
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    background-color: #b83a00;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: "\f105";
}

/* Dots */
.slick-dots {
    width: 100%;
    display: block;
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
    text-align: center;
    line-height: 0;
    z-index: 2;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 38px;
    height: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    border: 0;
    background: #5f5a53;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    background: #7e0a0a;
}

@media screen and (min-width: 768px) {
    .slick-dots li {
        margin: 0 15px;
    }

    .slick-dots li button {
        height: 8px;
    }

    .slick-dots li:hover button {
        background: #7e0a0a;
    }
}

/*# osirase template */
#oshirase {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    /*適時指定 */
    text-align: left;
    background: #7e0a0a;
    /*適時変更 */
    box-shadow: 0px 0px 0 5px #7e0a0a;
    /*適時変更 */
    border: 1px solid #fff;
    /*適時変更 */
    color: #fff;
    /*適時変更 */
    font-size: 3.6vw;
    /*適時変更 */
    padding: 15px 5px;
    display: block;
    width: calc(100vw - 30px);
    /*100vwからshadow分を引く（左右　5px+5px）*/
    margin: 5px 10px 20px;
    /*shadow分marginを増やす(上下） */
    font-weight: normal;
    line-height: 1.8;
    /*適時変更 */
}

#oshirase p {
    margin-bottom: 1em;
}

#oshirase p:last-child {
    margin-bottom: 0em;
}

#oshirase .ttl {
    font-size: 130%;
    font-weight: bold;
}

@media screen and (min-width:1000px) {
    #oshirase {
        text-align: center;
        font-size: 14px;
        /*適時変更 */
        display: block;
        width: 600px;
        z-index: 1000;
        /*適時変更、固定ナビの下になるように */
        margin: 40px auto;

    }
}