@charset "utf-8";


h2 {
    position: relative;
    z-index: 1;

    display: flex;
    justify-content: space-between;

    letter-spacing: 0.01em;

    font-family: "游明朝 Demibold", "YuMincho Demibold", serif;
    font-size: 3.8rem;
    font-size: clamp(2rem, 2.7vw, 3.8rem);
    line-height: 2;
}
h2.tb-rl {
    font-size: 3.8rem;
    font-size: clamp(2rem, 2.7vw, 3.8rem);
}
h2 p {
    position: relative;
    z-index: 1;

    padding-bottom: 8px;

    letter-spacing: 0.35em;
}
h2.tb-rl p {
    padding-bottom: 0;

    letter-spacing: 0.6em;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
h2 span.en {
    display: flex;
    align-items: center;

    letter-spacing: 0.2em;

    color: #B7975A;
    background-color: inherit;

    font-size: 16px;
    font-size: clamp(1.25rem, 1.1vw, 1.6rem);
}
#news h2.tb-rl span.en {
    flex-direction: row-reverse;
}
h2 span.en::after {
    display: block;

    width: 8.4rem;
    margin-left: 2.3rem;

    content: "";

    border-top: 1px solid #B7975A;
}
h2.tb-rl span.en::after {
    width: auto;
    height: 8.4rem;
    margin-top: 2.3rem;
    margin-right: 0.3rem;
    margin-left: 0;

    border-top: none;
    border-right: 1px solid #B7975A;
}


.title-wrap {
    position: relative;
}
.title-wrap .line-wrap {
    position: absolute;
    top: 30px;
    left: 20px;
}
.title-wrap .line-wrap.vertical {
    height: calc(100% - 30px);
}

.title-wrap .line-wrap.beside {
    position: absolute;
    top: 228px;
    left: 0;

    width: 22%;
}
.title-wrap .border-line {
    position: absolute;

    width: 1px;

    padding-left: 0;

    background: #1E1E1E;
}

.title-wrap .line-wrap.vertical .border-line {
    height: 100%;
}
.title-wrap .line-wrap.horizontal {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.title-wrap .line-wrap.horizontal .border-line {
    width: 100%;
    height: 1px;
    background-color: #B7975A;
}
.title-wrap .border-line .diamond {
    position: absolute;
    z-index: 1;
    bottom: 6px;
    left: -7px;

    display: block;

    width: 13.22px;
    height: 13.22px;

    content: "";
    transform: rotate(45deg) skew(20deg, 20deg);

    border: 1px solid #1E1E1E;
}
.title-wrap .border-line .diamond-bg {
    position: absolute;
    z-index: 0;
    bottom: -1px;
    left: -6px;

    display: block;

    transform: rotate(0deg);

    border-top: 14px solid #FFFFFF;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.title-wrap .border-line .diamond-bg.beige {
    border-top: 14px solid #FCF8F0;
}
.title-wrap .line-wrap.horizontal .border-line .diamond.left {
    transform: rotate(135deg) skew(20deg, 20deg);
    border-color: #B7975A;
    top: -7px;
    bottom: auto;
    left: 6px;
}
.title-wrap .line-wrap.horizontal .border-line .diamond-bg.left {
    transform: rotate(90deg);
    top: -6px;
    bottom: auto;
    left: -1px;
    border-top-color: #EBEBEB;
}
.title-wrap .line-wrap.horizontal .border-line .diamond.right {
    transform: rotate(135deg) skew(20deg, 20deg);
    border-color: #B7975A;
    top: -7px;
    bottom: auto;
    left: auto;
    right: 6px;
}
.title-wrap .line-wrap.horizontal .border-line .diamond-bg.right {
    transform: rotate(-90deg);
    top: -6px;
    bottom: auto;
    left: auto;
    right: -1px;
    border-top-color: #EBEBEB;
}
.drink-menu-popup .title-wrap .line-wrap.horizontal .border-line .diamond-bg.left,
.drink-menu-popup .title-wrap .line-wrap.horizontal .border-line .diamond-bg.right {
    border-top: 14px solid #FFF;
}

@media print, screen and (max-width: 768px) {
    h2 {
        letter-spacing: 0.04em;

        font-size: 22px;
    }
    h2.tb-rl {
        font-size: 6.4vw;
        line-height: 1;
    }
    h2 p {
        padding-bottom: 14.5px;
    }
    h2 span.en {
        font-size: 3.7vw;
    }
    h2.tb-rl span.en {
        padding-left: 3vw;
    }

    .title-wrap {
        width: 11.5vw;
    }
    .title-wrap .line-wrap {
        left: 11px;
    }
    .title-wrap .line-wrap.beside {
        position: absolute;
        top: 228px;
        left: 0;

        width: 22%;
    }
    .title-wrap .border-line {
        position: absolute;

        width: 1px;
        /* margin-left: 30%; */
        padding-left: 0;

        background: #1E1E1E;
    }
    .title-wrap .beside .border-line {
        width: 460%;
    }

    .title-wrap .border-line .diamond {
        bottom: 4px;
        left: -5px;

        width: 9px;
        height: 9px;
    }
    .title-wrap .border-line .diamond-bg {
        bottom: 0px;
        left: -3px;

        border-top: 9px solid #FFFFFF;
        border-right: 3px solid transparent;
        border-left: 4px solid transparent;
    }
    .title-wrap .border-line .diamond-bg.beige {
        border-top: 9px solid #FCF8F0;
    }

    .title-wrap .line-wrap.horizontal .border-line .diamond.left {
        top: -5px;
        bottom: auto;
        left: 4px;
    }
    .title-wrap .line-wrap.horizontal .border-line .diamond-bg.left {
        top: -5px;
        bottom: auto;
        left: 0;
    }
    .title-wrap .line-wrap.horizontal .border-line .diamond.right {
        top: -5px;
        bottom: auto;
        left: auto;
        right: 4px;
    }
    .title-wrap .line-wrap.horizontal .border-line .diamond-bg.right {
        top: -5px;
        bottom: auto;
        left: auto;
        right: 0;
    }
}


/* mv
========================================================================== */
.mv-wrap {
    position: relative;

    height: calc(100svh - 80px);

    background-color: #000000;
}
.mv-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);

    object-fit: cover;
    object-position: bottom;
}
.mv-wrap .lead {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    box-sizing: border-box;
    width: 232px;
    height: 100%;
    padding-top: 7.2svh;

    text-align: right;
    letter-spacing: 1.4svh;

    color: #FFFFFF;

    font-family: "游明朝 ミディアム", "YuMincho Medium", YuMincho, "Yu Mincho", serif;
    font-size: 3.51svh;
    line-height: 2;
}
.mv-wrap .lead p {
    height: 66svh;
}
.mv-wrap .lead p span {
    display: block;

    text-align: left;
}
.mv-wrap .lead p span:last-of-type {
    text-align: right;
}
@media only screen and (max-width: 1366px) {
    .mv-wrap .lead {
                text-shadow: -1px -1px 10px #000000, 1px -1px 10px #000000;

        font-size: 27px;

           -moz-text-shadow: -1px -1px 10px #000000, 1px -1px 10px #000000;
        -webkit-text-shadow: -1px -1px 10px #000000, 1px -1px 10px #000000;
    }
    .mv-wrap .prof {
        bottom: 29px;

        font-size: 19px;
    }
    .mv-wrap .prof-1 {
        left: 311px;
    }

    .mv-wrap .prof-2 {
        right: 262px;
    }
}
@media print, screen and (max-width: 768px) {
    .sp-nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sp-nav ul li {
        width: calc(100% / 3);
    }
    .sp-nav ul li a {
        display: flex;
        align-items: center;

        box-sizing: border-box;
        width: 100%;
        padding: 2.6vw 4.2vw;

        color: #FFFFFF;
        background-image: url(../common/sp-images/btn-circle-w.svg);
        background-repeat: no-repeat;
        background-position: center right 2.1vw;
        background-size: 2.6vw;

        font-size: 3.7vw;
        line-height: 1;
    }
    .sp-nav ul li.gion a {
        background-color: var(--gion-color);
    }
    .sp-nav ul li.ginza a {
        background-color: var(--ginza-color);
    }
    .sp-nav ul li.omoya a {
        background-color: var(--omoya-color);
    }


    .mv-wrap .lead {
        top: 4.8vw;
        right: 5.3vw;

        width: 13.3vw;

        font-size: 16px;
    }
    .mv-wrap .lead p {
        height: 54.18svh;
    }
    .mv-wrap .lead span {
        display: none;
    }

    .mv-wrap .prof {
        bottom: 3.2vw;

        font-size: 13px;
    }
    .mv-wrap .prof-1 {
        left: 11.46vw;
    }

    .mv-wrap .prof-2 {
        right: 3.5vw;
    }

    .swiper-container .pager-box {
        margin-top: 2.6vw;
    }

    .swiper-container .pager-box .swiper-pagination .swiper-pagination-bullet {
        margin: 0 7px;
    }
}

/* about
========================================================================== */
.about-wrap {
    color: #FFFFFF;
    background: #000000;
}

.about-wrap .inner {
    position: relative;

    display: flex;
    justify-content: space-between;
}

.about-wrap .title-wrap {
    margin-bottom: 7.2%;
}
.about-wrap .title-wrap h2 {
    font-size: 2.4rem;
    font-size: clamp(1.6rem, 1.75vw, 2.4rem);
}
.about-con {
    position: relative;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;

    width: 94.14%;

    margin: 0 auto 0 0;
    padding: 0;
}

.about-txt-wrap {
    width: 37.4%;
    margin-left: 6.9%;
    margin-top: 8.5%;
}
.about-txt-wrap h2 p {
    letter-spacing: 0.01em;
}

.about-con p.about-txt {
    letter-spacing: 0.01em;

    font-size: 17px;
    font-size: clamp(1.3rem, 1.24vw, 1.7rem);
    line-height: 2;
}

.about-photo01 {
    width: 53.2%;
}

.about-con .rice_master {
    position: absolute;
    left: 4.5vw;
    top: 5.4%;

    letter-spacing: 0.4em;

    font-size: 17px;
    font-size: 1.2vw;
    font-size: clamp(1.3rem, 1.24vw, 1.7rem);
    z-index: 1;
}
.about-con .rice_master span {
    position: relative;
    top: -1.5rem;
    right: -2.4rem;

    display: inline-block;

    height: 3.7vw;
    margin: 0;
    padding: 0;

    transform: rotate(65deg);
    transform-origin: 0% 0%;

    border: 0;
    border-right: 1px solid #FFFFFF;
}
@media only screen and (max-width: 1366px) {
    .about-con .rice_master {
        font-size: 17px;
    }

    .about-con .rice_master span {
        height: 51px;
    }
}
@media print, screen and (max-width: 768px) {
    .about-wrap .title-wrap {
        width: 100%;
        margin-top: 8.5vw;
        margin-bottom: 9.8vw;
    }
    .about-wrap .title-wrap h2 {
        font-size: 5.3vw;
    }
    .about-wrap .title-wrap h2 p {
        padding-bottom: 0;

        letter-spacing: 0.05em;
    }
    .about-con {
        flex-direction: column;
        margin: 0 0 0 auto;
        width: 94.6vw;
        padding: 9.6vw 0 0;
    }

    .about-txt-wrap {
        order: 2;

        width: 76.2vw;
        margin: 0 5.3vw 0 auto;
    }
    .about-con p.about-txt {
        font-size: 3.7vw;
    }

    .about-photo01 {
        order: 1;

        width: 100%;
    }

    .about-con .rice_master {
        top: 31.2vw;
        left: -2.6vw;
        bottom: auto;

        font-size: 3.7vw;
    }
    .about-con .rice_master span {
        position: relative;
        top: -1.5rem;
        right: -2.4rem;

        height: 11.2vw;
    }
}



/* MENU
========================================================================== */
.menu-wrap {
    padding: 5.7% 0 8.7%;
}
.menu-wrap .inner {
    position: relative;
    width: 88.2%;
    margin: 0 auto;
    padding: 0;
}
.menu-wrap .menu-en {
    position: absolute;
    top: -3.1%;
    right: -4.1%;
    font-size: 1.7rem;
    font-size: clamp(1.3rem, 1.24vw, 1.7rem);
    color: #B7975A;
    display: flex;
    align-items: center;
}
.menu-wrap .menu-en::after {
    display: block;
    content: "";
    width: auto;
    height: 8.4rem;
    margin-top: 2.3rem;
    margin-right: 0.3rem;
    margin-left: 0;
    border-top: none;
    border-right: 1px solid #B7975A;
}
#dinner.menu-wrap .menu-en,
#dinner_menu.menu-wrap .menu-en {
    right: auto;
    left: -4.1%;
}

.menu-wrap .title-wrap {
    position: relative;
}
.menu-wrap .title-wrap .sec-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-wrap .title-wrap .sec-title h2 {
    white-space: pre;
    display: block;
}

.menu-wrap section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 4% 0 0;
    width: 93.3%;
    margin: 0 auto;
}
.menu-wrap section h4 {
    position: relative;
    font-size: 2.4rem;
    font-size: clamp(1.6rem, 1.75vw, 2.4rem);
    /* margin-left:4.4%; */
    letter-spacing: 0.5em;
}
.menu-wrap section h4::before {
    position: absolute;
    left: 0.9em;
    top: -123px;
    height: 106px;
    content: "";
    display: block;
    border-left: 1px solid #B7975A;
}

.menu-wrap section .menu-list-wrap {
    display: flex;
    justify-content: space-between;
    width: 87.9%;
}

.menu-wrap section .menu-list {
    width: 46.8%;
}
.menu-wrap section .menu-list.long {
    width: 93.6%;
}
.menu-wrap section .menu-list li {
    display: block;
    padding-left: 1em;
    font-size: clamp(1.25rem, 1.1vw, 1.6rem);
}
.menu-wrap section .menu-list li::before {
    content: "・";
    display: block;
    float: left;
    margin-left: -1em;
    width: 1em;
    text-align: center;
}

.menu-wrap section .btns-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 7.8% 0 0
}
.menu-wrap section .btns-wrap .btn {
    margin: 0 34px;
}
.menu-wrap section .btns-wrap .detail a.line {
    background-color: var(--theme-color, var(--omoya-color));
    border-color: var(--theme-color, var(--omoya-color));
}
.menu-wrap section .btns-wrap .detail:hover a.line {
    color: var(--theme-color, var(--omoya-color));
}
.menu-wrap section .btns-wrap .detail:hover .line .line-inner {
    border-color: var(--theme-color, var(--omoya-color));
}
.menu-wrap section .btns-wrap .detail:hover::after {
    background-image: var(--theme-btn-circle, var(--omoya-btn-circle));
}

#lunch,
#lunch_menu {
    background-color: #EBEBEB;
    color: #000;
}
#dinner,
#dinner_menu {
    background-color: #000;
    color: #FFF;
}
@media print, screen and (max-width: 768px) {
    .menu-wrap {
        padding: 9.3vw 0 21.3vw;
    }
    .menu-wrap .inner {
        width: 100%;
    }
    .menu-wrap .menu-en {
        top: -4.8vw;
        right: 1.7vw;
        font-size: 3.7vw;
    }
    .menu-wrap .menu-en::after {
        height: 11.9vw;
        margin-top: 2.3rem;
        margin-right: 0.3rem;
    }
    #dinner.menu-wrap .menu-en,
    #dinner_menu.menu-wrap .menu-en {
        right: auto;
        left: 1.7vw;
    }

    .menu-wrap .title-wrap {
        width: 90.9vw;
    }
    #dinner.menu-wrap .title-wrap,
    #dinner_menu.menu-wrap .title-wrap {
        margin: 0 0 0 auto;
    }
    .menu-wrap .title-wrap .sec-title h2 {
        font-size: 4vw;
    }

    .menu-wrap section {
        padding: 9.8vw 0 0;
        width: 81.6vw;
    }
    .menu-wrap section h4 {
        font-size: 5.3vw;
        margin-right: 4.4vw;
        margin-left: -0.5em;
    }
    #dinner.menu-wrap section h4,
    #dinner_menu.menu-wrap section h4 {
        order: 2;
        margin-left: 4.4vw;
        margin-right: -0.5em;
    }
    .menu-wrap section h4::before {
        top: -31.2vw;
        height: 28.2vw;
    }

    .menu-wrap section .menu-list-wrap {
        flex-direction: column;
        width: 69.8vw;
        order: 1;
    }

    .menu-wrap section .menu-list,
    .menu-wrap section .menu-list.long {
        width: 69.8vw;
    }
    .menu-wrap section .menu-list li {
        font-size: 3.7vw;
    }

    .menu-wrap section .btns-wrap {
        flex-direction: column;
        order: 3;
        width: 100%;
        margin: 9.3vw 0 0
    }
    .menu-wrap section .btns-wrap .btn {
        margin: 0 auto;
    }
    .menu-wrap section .btns-wrap .btn + .btn {
        margin-top: 5.3vw;
    }
}

/* INFORMATION
========================================================================== */
.information-wrap  {
    padding: 5.6% 0 0;
    background-color: #FFF;
}
.information-wrap .title-wrap {
    margin-bottom: 3.6%;
}
.information-wrap .title-wrap h2 {
    justify-content: center;
}
.information-wrap .title-wrap h2 p span.en {
    display: block;
    width: 100%;
    text-align: center;
}
.information-wrap .title-wrap h2 p span.en::after {
    display: none;
}

.information-con {
    width: 76.5%;
    margin: 0 auto 8.7%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.information-con .animation-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.information-con .text-wrap {
    width: 48.9%;
    margin-top: 3.4%;
    font-size: clamp(1.25rem, 1.1vw, 1.6rem);
}

.information-con .text-wrap .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 72px;
    border-left: 13px solid var(--theme-color, var(--omoya-color));
    padding-left: 19px;
    margin-bottom: 19.3%;
}
.information-con .text-wrap .logo img {
    width: 284.19px;
    width: 46.4%;
}

.information-con .text-wrap dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.information-con .text-wrap dl + dl {
    margin-top: 2em;
}
.information-con .text-wrap dl dt {
    width: 13.8%;
}
.information-con .text-wrap dl dd {
    width: 75.1%;
}

.information-con .text-wrap .card dd {
    display: flex;
    align-items: center;
}
.information-con .text-wrap .card dd img + img {
    margin-left: 4.8%;
}
.information-con .text-wrap .card dd img.logo-visa {
    width: 65.32px;
    width: 16.9%;
}
.information-con .text-wrap .card dd img.logo-master {
    width: 47.85px;
    width: 12.3%;
}
.information-con .text-wrap .card dd img.logo-jcb {
    width: 40.04px;
    width: 10.3%;
}
.information-con .text-wrap .card dd img.logo-diners {
    width: 43.55px;
    width: 11.2%;
}
.information-con .text-wrap .card dd img.logo-amex {
    width: 30.11px;
    width: 7.8%;
}
.information-con .text-wrap .card dd img.logo-dc {
    width: 42.92px;
    width: 11.1%;
}


.information-con .photo-wrap {
    display: flex;
    flex-direction: column;
    width: 44.8%;
}
.information-con .photo-wrap img + img {
    margin-top: 3.1%;
}

.information-con .map {
    width: 100%;
    aspect-ratio: 1046 / 607;
    filter: grayscale(100%);
    margin-top: 3.8%;
}
.information-con .map iframe {
    width: 100%;
    height: 100%;
}
@media print, screen and (max-width: 768px) {
    .information-wrap  {
        padding: 21.3vw 0 0;
    }
    .information-wrap .title-wrap {
        margin-bottom: 4.8vw;
        width: 100%;
    }

    .information-con {
        width: 81.6vw;
        margin: 0 auto 8.7%;
        flex-direction: column;
    }
    .information-con .animation-box {
        flex-direction: column;
    }
    .information-con .text-wrap {
        width: 100%;
        margin-top: 3.4%;
    }

    .information-con .text-wrap .logo {
        height: 14.4vw;
        border-left-width: 2.6vw;
        padding-left: 4.8vw;
        margin-bottom: 10.6vw;
    }
    .information-con .text-wrap .logo img {
        width: 63.264vw;
    }

    .information-con .text-wrap dl {
        font-size: 3.7vw;
    }
    .information-con .text-wrap dl dt {
        width: 14.9vw;
    }
    .information-con .text-wrap dl dd {
        width: 59.4vw;
    }

    .information-con .text-wrap .card dd img + img {
        margin-left: 3.6vw;
    }
    .information-con .text-wrap .card dd img.logo-visa {
        width: 10.064vw;
    }
    .information-con .text-wrap .card dd img.logo-master {
        width: 7.373vw;
    }
    .information-con .text-wrap .card dd img.logo-jcb {
        width: 6.17vw;
    }
    .information-con .text-wrap .card dd img.logo-diners {
        width: 6.712vw;
    }
    .information-con .text-wrap .card dd img.logo-amex {
        width: 4.64vw;
    }
    .information-con .text-wrap .card dd img.logo-dc {
        width: 6.61vw;
    }


    .information-con .photo-wrap {
        width: 81.6vw;
        margin-top: 10.4vw;
    }
    .information-con .photo-wrap img + img {
        margin-top: 5.3vw;
    }

    .information-con .map {
        aspect-ratio: 1 / 1;
        margin-top: 5.3vw;
    }
}


/* 予約
========================================================================== */
.reserv-con {
    background-color: #B7975A;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding: 5.4% 0 7.9%;
}
.reserv-con .reserv-box {
    width: 38.2%;
}
.reserv-con .reserv-box + .reserv-box {
    border-left: 1px solid #FFF;
}

.reserv-con .reserv-box h4 {
    font-size: 2.4rem;
    font-size: clamp(1.6rem, 1.75vw, 2.4rem);
}
.reserv-con .reserv-box h4::after {
    content: "";
    display: block;
    border-bottom: 1px solid #FFF;
    width: 109px;
    margin: 34px auto ;
    margin: 6% auto 8%;
}
.reserv-con .reserv-box .btn {
    margin: 0 auto;
}
.reserv-con .reserv-box .btn-s {
    width: 72.2%;
}
.reserv-con .reserv-box .btn-s::before {
    background-image: url(../common/images/btn-circle-g.svg);
}
.reserv-con .reserv-box .btn-s a {
    font-size: clamp(1.8rem, 2.04vw, 2.8rem);
}
.reserv-con .reserv-box .btn-s a.line {
    background-color: #FFF;
    border-color: #FFF;
    color: #B7975A;
}
.reserv-con .reserv-box .btn-s a.line::before {
    background-color: #B7975A;
}
.reserv-con .reserv-box .btn-s a.line .line-inner {
    border: none;
}
.reserv-con .reserv-box .btn-s:hover::after {
    background-image: url(../common/images/btn-circle-w.svg);
}
.reserv-con .reserv-box .btn-s:hover a.line {
    color: #FFF;
}

.reserv-con .reserv-box .tel {
    font-size: 3.2rem;
    font-size: clamp(1.9rem, 2.3vw, 3.2rem);
    letter-spacing: 0.05em;
    line-height: 1;
}
.reserv-con .reserv-box .tel-time {
    font-size: 1.5rem;
    font-size: clamp(1.2rem, 1.09vw, 1.5rem);
}
.reserv-con .reserv-box .tel-time span {
    display: inline-block;
    font-size: 1.3rem;
    font-size: clamp(1.1rem, 0.95vw, 1.3rem);
    line-height: 1;
    border: 1px solid #FFF;
    padding: 4px;
    margin-right: 2px;
}
@media print, screen and (max-width: 768px) {
    .reserv-con {
        flex-direction: column;
        padding: 19.7vw 0 25.76vw;
        align-items: center;
    }
    .reserv-con .reserv-box {
        width: 83.2vw;
    }

    .reserv-con .reserv-box + .reserv-box {
        margin-top: 21.3vw;
        padding-top: 21.3vw;
        border-top: 1px solid #FFF;
        border-left: none;
    }

    .reserv-con .reserv-box h4 {
        font-size: 6.4vw;
    }
    .reserv-con .reserv-box h4::after {
        width: 21.3vw;
        margin: 5.6vw auto 10.6vw;
    }
    .reserv-con .reserv-box .btn {
        margin: 48px auto 0;
    }
    .reserv-con .reserv-box .btn-s {
        width: 100%;
    }
    .reserv-con .reserv-box .btn-s::after {
        background-image: url(../common/images/btn-circle-g.svg);
    }
    .reserv-con .reserv-box .btn-s a {
        font-size: 5.6vw;
    }
    .reserv-con .reserv-box .btn-s a.line {
        background-color: #FFF;
        border-color: #FFF;
        color: #B7975A;
    }
    .reserv-con .reserv-box .btn-s a.line::before {
        background-color: #B7975A;
    }
    .reserv-con .reserv-box .btn-s a.line .line-inner {
        border-color: #B7975A;
    }
    .reserv-con .reserv-box .btn-s:hover::after {
        background-image: url(../common/images/btn-circle-w.svg);
    }
    .reserv-con .reserv-box .btn-s:hover a.line {
        color: #FFF;
    }
    .reserv-con .reserv-box .btn-s:hover a.line .line-inner {
        border-color: #FFF;
    }

    .reserv-con .reserv-box .tel {
        font-size: 3.2rem;
        font-size: 8.5vw;
        letter-spacing: 0.05em;
        line-height: 1;
    }
    .reserv-con .reserv-box .tel-time {
        font-size: 1.5rem;
        font-size: 4vw;
    }
    .reserv-con .reserv-box .tel-time span {
        display: inline-block;
        font-size: 1.4rem;
        font-size: 3.7vw;
        line-height: 1;
    }
}
