@charset "UTF-8";

/* common */
.bt {
    position: absolute;
    z-index: 1;
}

.btn01 {
    top: 29vw;
    right: 20vw;
}

.btn02 {
    top: 40vw;
    left: 15vw;
}

.bt a {
    font-size: max(1vw, 1.6rem);
    margin: auto;
    width: max(15vw, 30rem);
    display: block;
    padding: 2rem 14rem 2rem 4rem;
    border-radius: 5rem;
    position: relative;
    transition: 0.3s;
    background: #3b7aaf;
    color: #fff;
}

.bt a:hover {
    background: #fff;
    color: #000;
}

.bt a::after {
    position: absolute;
    content: "";
    width: 10rem;
    height: 1px;
    top: 50%;
    right: 0;
    background: #fff;
}

.bt a:hover::after {
    position: absolute;
    content: "";
    width: 10rem;
    height: 1px;
    top: 50%;
    right: 0;
    background: #000;
}

.bt2 a {
    font-size: max(1vw, 1.6rem);
    margin: auto;
    width: max(15vw, 30rem);
    display: block;
    padding: 2rem 14rem 2rem 4rem;
    border-radius: 5rem;
    position: relative;
    transition: 0.3s;
    background: #3b7aaf;
    color: #fff;
}

.bt2 a:hover {
    background: #fff;
    color: #000;
}

.bt2 a::after {
    position: absolute;
    content: "";
    width: 10rem;
    height: 1px;
    top: 50%;
    right: 0;
    background: #fff;
}

.bt2 a:hover::after {
    position: absolute;
    content: "";
    width: 10rem;
    height: 1px;
    top: 50%;
    right: 0;
    background: #000;
}

/* mv */
.main-visual {
    height: 50vw;
    position: relative;
}

.main-visual h2 {
    font-size: 2.5vw;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    line-height: 1.5;
    text-shadow: 1px 1px 6px #000;
}

.slider {
    overflow: hidden;
    width: 100%;
    height: 50vw;
}

.slide {
    height: 50vw;
}

.slide-box01 {
    background: url(../images/mv01.png) no-repeat center top / cover;
}

.slide-box02 {
    background:url("../images/mv2.png") no-repeat center top / cover;
}

/* commit */
.commit {
    background: url(../images/bg-commit.png) no-repeat center / cover;
    display: flex;
    height: 40vw;
}

.commit-l {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 2vw 0;
    position: relative;
}

.commit-l img:nth-of-type(1) {
    width: 30vw;
    position: absolute;
    top: 19.8vw;
    right: 0;
}

.commit-l img:nth-of-type(2) {
    width: 30vw;
    position: absolute;
    top: 2vw;
    left: 0;
}

.commit-r {
    display: flex;
    flex-direction: row-reverse;
    font-family: kokuryu, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 3vw 10vw 3vw 0;
    width: 50%;
}

.commit-r h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 4vw;
    position: relative;
    z-index: 1;
}

.commit-r h2::after {
    position: absolute;
    content: "";
    background: url(../images/bg-commit-title.png) no-repeat;
    width: 17vw;
    height: 17vw;
    background-size: 17vw;
    top: -1vw;
    left: -6.1vw;
    z-index: -1;
}

.commit-r p:nth-of-type(1) {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5vw;
    line-height: 1.5;
    height: 28vw;
    margin: 0 10vw 0 0;
    padding: 3vw 0 0 0;
    position: relative;
}

.commit-r p:nth-of-type(1)::after {
    position: absolute;
    content: "";
    background: url(../images/bg-commit-text.png) no-repeat;
    width: 1vw;
    height: 1vw;
    background-size: 1vw;
    top: 1vw;
    right: 0.6vw;
}

.commit-r p:nth-of-type(2) {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5vw;
    line-height: 1.5;
    height: 28vw;
    margin: 0 3vw 0 0;
    padding: 3vw 0 0 0;
    position: relative;
}

.commit-r p:nth-of-type(2)::after {
    position: absolute;
    content: "";
    background: url(../images/bg-commit-text.png) no-repeat;
    width: 1vw;
    height: 1vw;
    background-size: 1vw;
    top: 1vw;
    right: 0.6vw;
}

/* lunch */
.lunch {
    height: 76vw;
    background: url(../images/bg-lunch.png) no-repeat center / cover;
    position: relative;
    z-index: 1;
}

.lunch h2 {
    font-family: kokuryu, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5vw;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 2vw;
    position: absolute;
    top: 6vw;
    left: 20vw;
}

.lunch h2 span {
    font-size: 4vw;
}

.lunch-menu {
    display: flex;
    flex-wrap: wrap;
    font-size: max(1vw, 1.4rem);
    width: 40rem;
    max-width: 25%;
    color: #fff;
    position: absolute;
    top: 15vw;
    right: 20vw;
}

.lunch-menu li {
    width: 50%;
    line-height: 1.5;
}
.lunch p {
    display: flex;
    flex-wrap: wrap;
    font-size: max(1vw, 1.4rem);
    width: 40rem;
    max-width: 25%;
    color: #fff;
    position: absolute;
    top: 24vw;
    right: 20vw;
}


.lunch img:nth-of-type(1) {
    width: 70vw;
    position: absolute;
    bottom: -5vw;
    left: 0;
}

.lunch img:nth-of-type(2) {
    position: absolute;
    bottom: -14vw;
    right: 15vw;
    width: 33vw;
}

/* dinner */
.dinner {
    margin: -3vw 0 0;
    height: 89vw;
    background: url(../images/bg-dinner.png) no-repeat center / cover;
    position: relative;
}

.dinner h2 {
    font-family: kokuryu, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: max(4vw, 4rem);
    position: absolute;
    top: 15vw;
    left: 10vw;
}

.dinner p {
    font-family: kokuryu, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: max(1.5vw, 1.8rem);
    line-height: 1.5;
    position: absolute;
    top: 22vw;
    left: 15vw;
}

.dinner-menu {
    display: flex;
    flex-wrap: wrap;
    font-size: max(1vw, 1.4rem);
    width: 50rem;
    max-width: 40%;
    position: absolute;
    top: 29vw;
    left: 15vw;
}

.dinner-menu li {
    width: 50%;
    line-height: 1.5;
}

.dinner img:nth-of-type(1) {
    width: 40vw;
    position: absolute;
    bottom: 23vw;
    right: 0;
}

.dinner img:nth-of-type(2) {
    position: absolute;
    bottom: 6vw;
    left: 0;
    width: 50vw;
}

.dinner img:nth-of-type(3) {
    position: absolute;
    bottom: -9vw;
    left: 31vw;
    width: 50vw;
}

/* drink */
.drink {
    background: url(../images/bg-drink.png) no-repeat center / cover;
    display: flex;
    padding: 15vw 0;
}

.drink-l {
    width: 40%;
    padding: 10vw 0;
    display: flex;
    flex-direction: column;
    gap: 5vw;
}

.drink-l h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: max(4vw, 5rem);
    position: relative;
    z-index: 1;
    width: 9rem;
    max-width: 13%;
    margin: auto;
    font-family: kokuryu, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.drink-l h2::after {
    position: absolute;
    content: "";
    background: url(../images/bg-drink-title.png) no-repeat;
    width: 17vw;
    height: 18vw;
    background-size: 17vw;
    top: -1vw;
    left: -6.1vw;
    z-index: -1;
}

.drink-menu {
    display: flex;
    flex-wrap: wrap;
    font-size: max(1vw, 1.4rem);
    width: 40rem;
    max-width: 75%;
    margin: auto;
    line-height: 1.5;
}

.drink-menu dt {
    width: 70%;
}

.drink-menu dd {
    width: 30%;
    text-align: right;
}

.drink-r {
    width: 60%;
    display: flex;
    align-items: center;
}

.drink-r img {
    width: 100%;
}

/* shop-info */
.shop-info {
    background: url(../images/bg-top-shop.png) no-repeat center / cover;
    padding: 7vw 0;
}

.shop-info h2 {
    font-size: 4vw;
    font-family: kokuryu, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 0 0 7vw;
}

.shop-info > img:nth-of-type(1) {
    position: absolute;
    top: -10vw;
    right: 0;
    width: 13.23vw;
}

.shop-info > img:nth-of-type(2) {
    position: absolute;
    bottom: -8vw;
    left: 0;
    width: 18.803vw;
}

.shop-list {
    display: flex;
    width: 135rem;
    max-width: 90%;
    margin: 0 auto 7vw;
    gap: 5vw;
}

.shop-list li:nth-of-type(1) {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.shop-list li:nth-of-type(2) {
    width: 55%;
}

.shop-list li img {
    width: 100%;
}

.shop-detail {
    display: flex;
    flex-wrap: wrap;
    font-size: max(0.9vw, 1.4rem);
    font-family: zen-old-mincho, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.shop-detail dt {
    width: 30%;
    margin: 0 0 1vw;
    padding: 0 0 1vw;
    border-bottom: 1px #000 solid;
    line-height: 1.5;
}

.shop-detail dd {
    width: 70%;
    margin: 0 0 1vw;
    padding: 0 0 1vw;
    border-bottom: 1px #000 solid;
    line-height: 1.5;
}

@media screen and (max-width:968px) {
    /* common */
    .bt {
        position: absolute;
        z-index: 1;
    }
	.lunch p {
    width: 40rem;
    max-width: 59%;
    top: 128vw;
	right: 26vw;
	}

    .btn01 {
        top: 144vw;
        right: unset;
        left: 10vw;
    }

    .btn02 {
        top: max(80vw,45rem);
        left: 10vw;
    }

    .bt a {
        font-size: max(2vw, 1.6rem);
        margin: auto;
        width: max(15vw, 30rem);
        display: block;
        padding: 2rem 14rem 2rem 4rem;
        border-radius: 5rem;
        position: relative;
        transition: 0.3s;
        background: #3b7aaf;
        color: #fff;
    }

    .bt a:hover {
        background: #fff;
        color: #000;
    }

    .bt a::after {
        position: absolute;
        content: "";
        width: 10rem;
        height: 1px;
        top: 50%;
        right: 0;
        background: #fff;
    }

    .bt a:hover::after {
        position: absolute;
        content: "";
        width: 10rem;
        height: 1px;
        top: 50%;
        right: 0;
        background: #000;
    }

    .bt2 a {
        font-size: max(1vw, 1.6rem);
        margin: auto;
        width: max(15vw, 30rem);
        display: block;
        padding: 2rem 14rem 2rem 4rem;
        border-radius: 5rem;
        position: relative;
        transition: 0.3s;
        background: #3b7aaf;
        color: #fff;
    }

    .bt2 a:hover {
        background: #fff;
        color: #000;
    }

    .bt2 a::after {
        position: absolute;
        content: "";
        width: 10rem;
        height: 1px;
        top: 50%;
        right: 0;
        background: #fff;
    }

    .bt2 a:hover::after {
        position: absolute;
        content: "";
        width: 10rem;
        height: 1px;
        top: 50%;
        right: 0;
        background: #000;
    }

    /* mv */
    .main-visual {
        height: 40rem;
        position: relative;
    }

    .main-visual h2 {
        font-size: 1.8rem;
        color: #fff;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        line-height: 1.5;
        white-space: nowrap;
        text-shadow: 1px 1px 6px #000;
    }

    .slider {
        overflow: hidden;
        width: 100%;
        height: 40rem;
    }

    .slide {
        height: 40rem;
    }

    .slide-box01 {
        background: url(../images/mv01.png) no-repeat center top / cover;
    }

    .slide-box02 {
        background:url("../images/mv2.png") no-repeat center top / cover;
    }

    /* commit */
    .commit {
        background: url(../images/bg-commit.png) no-repeat center / cover;
        display: flex;
        height: 130rem;
        flex-direction: column-reverse;
    }

    .commit-l {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        position: relative;
        height: 50rem;
    }

    .commit-l img:nth-of-type(1) {
        width: 35rem;
        position: unset;
        top: 0;
        right: unset;
        margin: auto;
    }

    .commit-l img:nth-of-type(2) {
        width: 35rem;
        position: unset;
        top: 22rem;
        left: 0;
        margin: auto;
    }

    .commit-r {
        display: unset;
        flex-direction: column;
        font-family: kokuryu, sans-serif;
        font-weight: 400;
        font-style: normal;
        padding: 5rem 0;
        width: 100%;
        position: relative;
        height: 80rem;
    }

    .commit-r h2 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 6rem;
        position: absolute;
        z-index: 1;
        width: 6rem;
        top: 10rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .commit-r h2::after {
        position: absolute;
        content: "";
        background: url(../images/bg-commit-title.png) no-repeat;
        width: 25rem;
        height: 25rem;
        background-size: 25rem;
        top: -3rem;
        left: -9.5rem;
        z-index: -1;
    }

    .commit-r p:nth-of-type(1) {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 2.5rem;
        line-height: 1.5;
        height: 45rem;
        margin: 0;
        padding: 3rem 0 0 2rem;
        position: absolute;
        top: 35rem;
        right: 0;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .commit-r p:nth-of-type(1)::after {
        display: none;
    }

    .commit-r p:nth-of-type(2) {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 2.5rem;
        line-height: 1.5;
        height: 45rem;
        margin: 0;
        padding: 3rem 2rem 0 0;
        position: absolute;
        top: 35rem;
        left: 0;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .commit-r p:nth-of-type(2)::after {
        display:none;
    }

    /* lunch */
    .lunch {
        height: max(274vw,110rem);
        background: url(../images/bg-lunch-sp.png) no-repeat center / cover;
        position: relative;
        z-index: 1;
    }

    .lunch h2 {
        font-family: kokuryu, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 7vw;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 1rem;
        position: absolute;
        top: 50vw;
        left: 10vw;
        flex-direction: column;
    }

    .lunch h2 span {
        font-size: 10vw;
    }

    .lunch-menu {
        display: flex;
        flex-wrap: wrap;
        font-size: max(3vw,2rem);
        width: 60rem;
        max-width: 90%;
        color: #fff;
        position: absolute;
        top: 90vw;
        right: unset;
        left: 10vw;
    }

    .lunch-menu li {
        width: 50%;
        line-height: 1.5;
    }

    .lunch img:nth-of-type(1) {
        width: 80vw;
        position: absolute;
        bottom: 50vw;
        left: 0;
    }

    .lunch img:nth-of-type(2) {
        position: absolute;
        bottom: 37vw;
        right: 0;
        width: 40vw;
    }

    /* dinner */
    .dinner {
        margin: -12vw 0 0;
        height: max(240vw,120rem);
        background: url(../images/bg-dinner-sp.png) no-repeat center / cover;
        position: relative;
        padding: 20vw 0;
        overflow: hidden;
    }

    .dinner h2 {
        font-family: kokuryu, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: max(10vw,4rem);
        position: unset;
        top: 25vw;
        left: 10vw;
        margin: 0 0 3vw;
        text-align: center;
    }

    .dinner p {
        font-family: kokuryu, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: max(3vw,2.5rem);
        line-height: 1.5;
        position: unset;
        top: 45vw;
        left: 10vw;
        margin: 0 auto 5vw;
        width: 60rem;
        max-width: 90%;
    }

    .dinner-menu {
        display: flex;
        flex-wrap: wrap;
        font-size: max(3vw,2rem);
        width: 60rem;
        max-width: 90%;
        position: unset;
        top: 60vw;
        left: 10vw;
        margin: auto;
    }

    .dinner-menu li {
        width: 50%;
        line-height: 1.5;
        white-space: nowrap;
    }

    .dinner-menu li:nth-child(even){
        text-align:right;
    }

    .dinner img:nth-of-type(1) {
        width: 70vw;
        position: absolute;
        bottom: 80vw;
        right: 0;
    }

    .dinner img:nth-of-type(2) {
        position: absolute;
        bottom: 0;
        left: unset;
        width: 70vw;
        right: -5vw;
    }

    .dinner img:nth-of-type(3) {
        position: absolute;
        bottom: 35vw;
        left: -5vw;
        width: 70vw;
    }

    /* drink */
    .drink {
        background: url(../images/bg-drink.png) no-repeat center / cover;
        display: flex;
        padding: 8rem 0;
        flex-direction: column;
    }

    .drink-l {
        width: 100%;
        padding: 10vw 0;
        display: flex;
        flex-direction: column;
        gap: 5rem;
    }

    .drink-l h2 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 6rem;
        position: relative;
        z-index: 1;
        width: 7rem;
        max-width: 13%;
        margin: auto;
        font-family: kokuryu, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .drink-l h2::after {
        position: absolute;
        content: "";
        background: url(../images/bg-drink-title.png) no-repeat;
        width: 25rem;
        height: 26rem;
        background-size: 25rem;
        top: -1vw;
        left: -12rem;
        z-index: -1;
    }

    .drink-menu {
        display: flex;
        flex-wrap: wrap;
        font-size: max(2vw,1.8rem);
        width: 40rem;
        max-width: 90%;
        margin: auto;
        line-height: 2;
    }

    .drink-menu dt {
        width: 75%;
    }

    .drink-menu dd {
        width: 25%;
        text-align: right;
    }

    .drink-r {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .drink-r img {
        width: 100%;
    }

    /* shop-info */
    .shop-info {
        background: url(../images/bg-top-shop.png) no-repeat center / cover;
        padding: 5rem 0;
    }

    .shop-info h2 {
        font-size: 5rem;
        font-family: kokuryu, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        margin: 0 0 5rem;
    }

    .shop-info > img:nth-of-type(1) {
        position: absolute;
        top: -10vw;
        right: 0;
        width: 13.23vw;
    }

    .shop-info > img:nth-of-type(2) {
        position: absolute;
        bottom: -8vw;
        left: 0;
        width: 18.803vw;
    }

    .shop-list {
        display: flex;
        width: 135rem;
        max-width: 90%;
        margin: 0 auto 7vw;
        gap: 5vw;
        flex-direction: column-reverse;
    }

    .shop-list li:nth-of-type(1) {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }

    .shop-list li:nth-of-type(2) {
        width: 100%;
    }

    .shop-list li img {
        width: 100%;
    }

    .shop-detail {
        display: flex;
        flex-wrap: wrap;
        font-size: max(0.9vw, 1.6rem);
        font-family: zen-old-mincho, sans-serif;
        font-weight: 700;
        font-style: normal;
        flex-direction: column;
    }

    .shop-detail dt {
        width: 100%;
        margin: 0 0 2rem;
        padding: 0 0 2rem;
        border-bottom: 1px #000 solid;
        line-height: 1.5;
    }

    .shop-detail dd {
        width: 100%;
        margin: 0 0 2rem;
        padding: 0 0 2rem;
        border-bottom: 1px #000 solid;
        line-height: 1.5;
    }
}