@charset "UTF-8";
/* ======================
top
====================== */

.top-menu {
    background-image: url(../images/topimage.jpg);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    width: 100%;
}

/* ======================
morning
====================== */
.section-morning,
.section-lunch,
.section-dessert,
.section-drink,
.section-cup {
    padding-bottom: 72px;
}

.morning-title,
.lunch-title,
.dessert-title, 
.drink-title,
.cup-title {
    display: flex;
    flex-direction: column;
    writing-mode: vertical-rl;
    row-gap: 6px;
    padding-top: 89px;
    margin: 0 auto;
}

.menu-aset {
    margin-top: 64px;
}

.aset {
    width: 84.7%; 
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.aset::after {
    content: "";
    position: absolute;
    top: 39px;
    right: 0;
    width: 118.3%;
    height: 100%;
    background-color: var(--primary-gray);
    z-index: -1;
}

.aset img,
.bset img,
.slide img {
    aspect-ratio: 145/109;
}

.set-content {
    margin-top: 67px;
    text-align: center;
}

.name {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
}

.price {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 6px;
}

.price span {
    font-size: 1.0rem;
    margin-left: 4px;
}

.set-txt {
    font-size: 1.4rem;
    margin-top: 16px;
}

.menu-bset {
    margin-top: 56px;
}

.bset {
    width: 84.7%; 
    margin-right: auto;
    position: relative;
    z-index: 1;
}


.bset::after {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 118.3%;
    height: 100%;
    background-color: var(--primary-gray);
    z-index: -1;
}

.set-drink {
    margin-top: 36px;
    font-size: 1.4rem;
}

.morning-time {
    width: 73.5%;
    margin-left: auto;
    margin-top: 24px;
}

/* morning pc */
@media screen and (min-width: 769px){
    .section-morning,
    .section-lunch,
    .section-dessert,
    .section-drink,
    .section-cup {
        padding-bottom: 100px;
    }

    .morning-title,
    .dessert-title,
    .cup-title {
        padding-top: 117px;
        margin-left: 26px;
        row-gap: 9px;
    }

    .lunch-title,
    .drink-title {
        padding-top: 117px;
        margin-right: 20px;
        row-gap: 9px;
    }

    .inner-morning {
        display: flex;
    }

    .menu-aset {
        display: flex;
        margin-top: 100px;
        justify-content: flex-end;
        align-items: center;
    }

    .aset {
        order: 1;
        width: 43.4%;
        margin: 0;
    }

    .aset::after {
        width: 114.5%;
        height: 104%;
        right: 20px;
    }

    .aset img,
    .bset img,
    .slide img {
        aspect-ratio: 4/3;
    }

    .set-content {
        margin: 0 220px 0 60px;
    }

    .name  {
        font-size: 1.8rem;
    }

    .price {
        font-size: 1.6rem;
    }

    .set-txt {
        font-size: 1.6rem;
    }

    .menu-bset {
        display: flex;
        margin-top: 165px;
        align-items: center;
    }

    .bset {
        width: 64.4%;
    }

    .bset::after {
        width: 114.2%;
        height: 103.3%;
        left: 15px;
    }

    .menu-bset .set-content {
        margin: 0 0 0 132px;
    }

    .set-drink {
        font-size: 1.6rem;
        margin-top: 49px;
        text-align: left;
    }

    .morning-time {
        width: 54.8%;
        margin-top: 79px;
    }
}

/* ======================
lunch
====================== */
.wrapper {
    display: flex;
    margin-top: 64px;
    position: relative;
}
.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.wrapper::after {
    content: "";
    position: absolute;
    top: 39px;
    right: 0;
    width: 100%;
    height: 100.5%;
    background-color: var(--primary-gray);
    z-index: -1;
}

.swiper {
    width: 84.5%;
    aspect-ratio: 145/109;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lunch-content {
    margin-top: 92px;
    text-align: center;
}

.lunch-txt,
.lunch-drink-txt {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 16px;
}

.lunch-drink-content {
    margin-top: 48px;
    text-align: center;
}

.lunch-time {
    width: 72%;
    margin-right: auto;
    margin-top: 24px;
}

.lunch-pcTop,
.lunch-pcUnder {
    display: none;
}

.lunch-title-pc {
    display: none;
}

/* lunch pc */
@media screen and (min-width: 769px){
    .lunch-title {
        display: none;
    }

    .wrapper {
        display: none;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    .lunch-title-pc {
        display: flex;
        flex-direction: column;
        writing-mode: vertical-rl;
        margin-right: 20px;
        padding-top: 117px;
        row-gap: 9px;
        order: 1;
    }

    .lunch-flexTop  {
        display: flex;
    }

    .lunch-menuTop {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 100px;
    }

    .lunch-pcTop {
        display: block;
        width: 43.1%;
        position: relative;
        z-index: 1;
    }

    .lunch-pcTop::after {
        content: "";
        position: absolute;
        top: 39px;
        left: 16px;
        width: 114.2%;
        height: 103%;
        background-color: var(--primary-gray);
        z-index: -1;
    }

    .lunch-content {
        margin: 0;
        padding: 0 60px 0 134px;
        flex: 1;
    }

    .lunch-txt {
        font-size: 1.6rem;
    }

    .lunch-flexUnder {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 55px;
    }

    .lunch-pcUnder {
        display: block;
        width: 40%;
        flex: 1;
        z-index: 1;
        position: relative;
    }

    .lunch-pcUnder::after {
        content: "";
        position: absolute;
        top: 39px;
        right: 17px;
        width: 114.2%;
        height: 103%;
        background-color: var(--primary-gray);
        z-index: -1;
    }

    .lunch-drink-content {
        order: -1;
        padding: 0 159px 0 40px;
        flex: 1;
    }

    .lunch-drink-txt  {
        font-size: 1.6rem;
    }

    .lunch-time {
        width: 53.7%;
        margin-top: 79px;
    }
}

/* ======================
dessert
====================== */
.wrap-img-dessert,
.wrap-img-drink {
    width: 100%;
    margin-top: 64px;
    position: relative;
    z-index: 2;
}

.dessert-img {
    width: 76%;
    margin-left: auto;
    position: relative;
}

.dessert-img img,
.drink-img img {
    aspect-ratio: 4/3;
}

.dessert-img::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 26%;
    transform: translateX(-50%);
    width: 115.5%;
    height: 94.5%;
    background-color: rgba(244, 244, 244, 0.55);
    z-index: -99;
}

.dessert-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 26%;
    transform: translateX(-50%);
    width: 83%;
    height: 115.5%;
    background-color: rgba(143, 156, 136, 0.4);
    z-index: -1;
}

.dessertMenu-left {
    margin-top: 78px;
}

.cafe-menu {
    margin-top: 23px; 
    display: flex; 
    align-items: center;
}

.menu-name {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1; 
    white-space: nowrap; 
    margin-right: 10px; 
}
.dessert-price {
    font-size: 1.4rem;
    line-height: 1; 
    white-space: nowrap;
    margin-left: auto;
}

.dessert-price span:last-child {
    font-size: 1.0rem;
    margin-left: 4px;
}

.border {
    flex-grow: 1; 
    border-bottom: 1px solid #D9D9D9;
    margin-left: 10px;
    margin-right: 10px;
}

.dessert-time {
    width: 73.5%;
    margin-left: auto;
    margin-top: 24px;
}

.dessertMenu-left ul,
.dessertMenu-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* dessert pc */
@media screen and (min-width: 769px){
    .inner-dessert {
        display: flex;
    }

    .wrap-img-dessert {
        margin-top: 100px;
    }

    .dessert-img {
        width: 54.2%;
    }

    .dessert-img::before {
        left: 20%;
        width: 72.4%;
        height: 114.1%;
    }

    .dessert-img::after {
        left: 20%;
        width: 137.6%;
        height: 100.8%;
    }

    .dessert-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 123px;
    }

    .dessertMenu-left {
        margin: 0;
        flex: 1;
    }

    .dessertMenu-right {
        flex: 1;
        margin-left: 66px;
    }

    .cafe-menu {
        margin-top: 21px;
    }

    .cafe-menu:first-of-type {
        margin-top: 0;
    }

    .menu-name {
        font-size: 1.6rem;
    }

    .dessert-price {
        font-size: 1.6rem;
    }

    .dessert-time {
        width: 53.9%;
        margin-top: 33px;
    }
}

/* ======================
drink
====================== */
.drink-img {
    width: 76%;
    margin-right: auto;
    position: relative;
}

.drink-img::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 73%;
    transform: translateX(-50%);
    width: 115.5%;
    height: 94.5%;
    background-color: rgba(244, 244, 244, 0.55);
    z-index: -99;
}

.drink-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 76%;
    transform: translateX(-50%);
    width: 83%;
    height: 115.5%;
    background-color: rgba(143, 156, 136, 0.4);
    z-index: -1;
}

.drinkMenu-left {
    margin-top: 78px;
}

.drink-price {
    font-size: 1.4rem;
    line-height: 1.5; 
    white-space: nowrap;
    margin-left: auto;
}

.drink-price .ice {
    margin-left: 5px;
}

.drink-price span:last-child,
.drink-price .small {
    font-size: 1.0rem;
    margin-left: 4px;
}

.drinkMenu-left .cafe-menu {
    margin-top: 12px;
}

.drinkMenu-right .cafe-menu {
    margin-top: 27px;
}

.drinkMenu-right .cafe-menu:first-of-type {
    margin-top: 16px;
}

.break-time {
    width: 77.8%;
    margin-right: auto;
    margin-top: 24px;
}

.drinkMenu-left ul,
.drinkMenu-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* drink pc */
@media screen and (min-width: 769px){
    .inner-drink {
        display: flex;
    }

    .drink-title {
        order: 1;
    }

    .wrap-img-drink {
        margin-top: 100px;
    }

    .drink-img {
        width: 53.9%;
    }

    .drink-img::before {
        left: 83%;
        width: 72.3%;
        height: 114%;
    }

    .drink-img::after {
        left: 85%;
        width: 137.5%;
        height: 100.7%;
    }

    .drink-menu {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 123px;
    }

    .drinkMenu-left {
        margin: 0;
        flex: 1;
    }

    .drinkMenu-right {
        flex: 1;
        margin-left: 45px;
    }

    .drink-price {
        font-size: 1.6rem;
        line-height: 1;
    }

    .drink-price .ice {
        margin-left: 4px;
    }

    .drinkMenu-left .cafe-menu,
    .drinkMenu-right .cafe-menu {
        margin-top: 23px;
    }

    .drinkMenu-left .cafe-menu:first-of-type,
    .drinkMenu-right .cafe-menu:first-of-type {
        margin-top: 0;
    }
    
    .break-time {
        width: 62.1%;
        margin-top: 45px;
    }
}

/* ======================
cup
====================== */
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto auto;
    width: 82%;
    gap: 1px;
    margin-left: auto;
    margin-top: 64px;
    position: relative;
}

.grid-container::after {
    content: "";
    position: absolute;
    top: 55px;
    left: 32%;
    transform: translateX(-50%);
    width: 107%;
    height: 84.5%;
    background-color: rgba(244, 244, 244, 0.55);
    z-index: -99;
}

.grid-container::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 9%;
    transform: translateX(-50%);
    width: 38.1%;
    height: 157.7%;
    background-color: rgba(143, 156, 136, 0.4);
    z-index: -1;
}

.grid-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.cup-txt {
    margin-top: 160px;
    font-size: 1.4rem;
}

.cup {
    width: 78.8%;
    margin-left: auto;
    margin-top: 24px;
}

/* cup pc */
@media screen and (min-width: 769px){
    .inner-cup {
        display: flex;
    }

    .grid-container {
        margin-top: 100px;
        width: 60.5%;
        gap: 5px;
    }

    .grid-container::before {
        left: 6%;
        width: 35.3%;
        height: 132.4%;
    }

    .grid-container::after {
        top: 130px;
        width: 131.6%;
        height: 83.1%;
    }

    .cup-txt {
        margin-top: 230px;
        font-size: 1.6rem;
        padding: 0 58px;
    }

    .cup {
        width: 65.4%;
        margin-top: 36px;
    }
    
}

/* swiper上書き */
.swiper {
    margin-right: initial !important;
}

.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    bottom: -64px !important;
    top: auto !important;
    left: 10px !important;
    right: auto !important;
}

.swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    bottom: -64px !important;
    top: auto !important;
    left: auto !important;
    right: 10px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important; 
}
































