@charset "utf=8";

/*========= ボタン =========*/

.menu-contents {
    padding: 14rem 0 10rem;
}

.menu-btn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 0 auto;
    max-width: 87rem;
    width: 100%;
}

.menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    max-width: 28rem;
    width: 100%;
    border: 1px solid;
    padding: 1.5rem 1.5rem 2.6rem;
    margin: 0 auto;
    transition: all .3s;
}

.menu-link:after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: .9rem;
    left: 0;
    right: 0;
    bottom: 1.4rem;
    margin: auto;
    background: url(../../../../uploads/btn_arrow_down_white.svg) no-repeat center;
    background-size: 100%;
}

.menu-link:hover {
    background: var(--quaternary);
    transition: all .3s;
}

.menu-link-sub-text {
    position: absolute;
    top: -4rem;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: .3rem 0;
}

.menu-link-text {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.menu-tax-text {
    margin: 2rem 0 0;
    text-align: center;
}

/* ==========================================
ジェラート
========================================== */

.menu-frame01 {
    max-width: 132rem;
    width: 100%;
    margin: 0 auto;
}

.menu-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu01-left {
    max-width: 66rem;
    width: 45%;
}

.menu-text-block {
    margin: 4rem 0 0;
}

.menu-text-box:nth-child(n+2) {
    margin: 3rem 0 0;
}

.menu01-right {
    max-width: 56rem;
    width: 47%;
}

.menu01-price-block {
    max-width: 84rem;
    width: 100%;
    margin: 4.5rem auto 0;
    font-size: 2rem;
    letter-spacing: 0.05em;
}

.menu01-price-table td:nth-child(n+2) {
    color: var(--black01);
    background: var(--fifth);
}

.menu01-price-table td, .menu01-price-table th {
    text-align: center;
    padding: 2rem 1.5rem !important;
    border-color: var(--gray02) !important;
}

.menu01-notice-text-box {
    margin: 1.5rem auto 0;
}

/*========= 追い抹茶 =========*/

.menu-free-block {
    max-width: 122rem;
    width: 100%;
    margin: 17rem auto 0;
    padding: 5rem 2rem 7.2rem;
}

.menu-free-row {
    max-width: 106rem;
    width: 100%;
    margin: 0 auto;
}

.menu-free-left {
    max-width: 48rem;
    width: 45.28%;
    margin: -13% 0 0;
}

.menu-free-right {
    max-width: 50rem;
    width: 42%;
    /* margin: 0 10rem 0 0; */
}
.menu-free-cate {
    max-width: 10rem;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.menu-free-title {
    margin: 0.5rem 0 0;
}

.menu-free-text-box {
    margin: 1.5rem 0 0;
}

.menu-free-text-box .text01 {
    font-weight: 400;
}

/*========= 宇治抹茶ジェラート＆ソルベ =========*/

.menu-item-block {
    max-width: 122rem;
    width: 100%;
    margin: 15rem auto 0;
}

.menu-intro-title-box {
    text-align: center;
}

.menu-intro-text-box {
    margin: 3rem 0 0;
}

.menu-grid01 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    margin: 6rem auto 0;
    width: 100%;
}

.menu-item {
    max-width: 38rem;
    width: 100%;
    /* margin: 0 auto; */
}

.menu-item-img-box figure {
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.menu-item-img-box figure>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-item-title-box {
    margin: 2.3rem 0 0;
    padding: 0 0 1.5rem 0;
    border-bottom: .1rem solid var(--gray03);
}

.menu-item-title {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.menu-extra-text {
    margin: 0.5rem 0 0; 
}

.menu-item-text-box {
    margin: 3rem 0 0;
    font-weight: 400;
}

.menu-intro-img-box {
    max-width: 58rem;
    width: 100%;
    margin: 6rem auto 0;
}

.menu-intro-img-box figure {
    width: 100%;
    height: 0;
    padding-top: 65%;
}

.menu-intro-img-box figure>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*========= その他ジェラート =========*/

.other-menu-item {
    border: 1px solid var(--gray03);
    padding: 3rem;
}

.other-menu-item .menu-item-title-box {
    margin: 0;
    border-bottom: .1rem solid var(--gray04);
}

.other-menu-item .menu-item-text-box {
    margin: 2rem 0 0;
}

.menu-online-block {
    max-width: 63rem;
    width: 100%;
    margin: 10rem auto 0;
}

.menu-online-text {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
}

.menu-online-text br {
    display: none;
}

.menu-ec-link {
    height: 10rem;
    font-size: 3.5rem;
    margin: 1rem auto 0;
}

/* ==========================================
ドリンク
========================================== */

.menu02 .jp-title01 {
    text-align: center;
}

.menu02 .menu-intro-title-box {
    margin: 12rem auto 0;
}

.menu02-price-box {
    margin: 3rem auto 0;
}

.drink-img-frame {
    width: 100%;
    /* padding: 3.7rem 0rem 4.4rem; */
    margin: 6rem 0 0;
    background: #373842;
}

.drink-group-img {
    margin: 0 auto;
    max-width: 130rem;
    width: 100%;
}

.drink-img-text {
    padding: 0 1.5rem;
    text-align: center;

}

.drink-img-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem;
    max-width: 122rem;
    width: 100%;
    margin: 0 auto;
}

.drink-img-grid .menu-item-title {
    margin: 1.8rem 0 0;
    text-align: center;
}

.drink-menu-grid01 {
    max-width: 122rem;
    width: 100%;
    margin: 5rem auto 0;
}

.drink-menu-item {
    border: 1px solid var(--gray02);
    padding: 3rem;
}

.drink-menu-item .menu-item-title-box {
    margin: 0;
    border-bottom: .1rem solid var(--gray04);
}

.menu-item-drink-price-box {
    margin: 2rem 0 0;
}

.menu-item-drink-price-row {
    display: flex;
    align-items: center;
}

.menu-item-drink-price-row:nth-child(n+2) {
    margin: 1rem 0 0;
}

.drink-menu-notice-box {
    display: flex;
    align-items: flex-end;
    border: 0px solid;
}

.drink-notice-text {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.drink-menu-notice-box .text01 {
    margin: 1.5rem 0 0;
    font-weight: 400;
}

.drink-menu-img-pc {
    display: block;
    border: 0px;
    padding: 0;
}

.drink-menu-img-sp {
    display: none;
}

.beer-img {
    max-width: 18rem;
    margin: 0 auto;  
}

.menu-item-text-beer {
    text-align: center;
}

/* ==========================================
宇治茶ドリンク
========================================== */

.menu01-left .drink-menu-item {
    margin: 5rem 0 0;
}

.menu01-left .jp-title02 {
    margin: 0 0 0 4rem;
}

.menu-item-block02 {
    margin: 8rem 0 0;
}

.drink-special-text {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
}

.drink-special-text br {
    display: none;
}

.hojicha-img {
    max-width: 34rem;
    margin: 0 auto;
}

.menu-item-text-beer .text01 {
    text-align: center;
}

/* ==========================================
その他ドリンク
========================================== */

.other-drink-box {
    margin: 6rem auto 0;
    max-width: 80rem;
    width: 100%;
}

.other-drink-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid var(--gray04);
}

.other-drink-row:nth-child(n+2) {
    margin: 3rem 0 0;
} 

.other-drink-title {
    flex: 1;
}

.other-drink-right {
    width: 18.5rem;
}

.other-drink-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
} 

.other-drink-price-row:nth-child(n+2) {
    margin: 1rem 0 0;
} 

.other-drink-right.text01 {
    font-weight: 400;
}

/* ==========================================
サロン
========================================== */

.menu03-row {
    /* max-width: 80rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; */
}

.menu03-row .menu-item {
    width: 100%;
    margin: 0 auto;
}

.salon-price {
    text-align: right;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

    .menu-grid01 {
        gap: 3rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    .menu-contents {
        padding: 10rem 0;
    }

    .menu-free-block {
        margin: 12rem auto 0;
    }

    .menu-free-right {
        width: 45%;
    }

    .menu-grid01 {
        max-width: 80rem;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    .menu-contents {
        padding: 8rem 0;
    }

    .menu-free-block {
        margin: 10rem auto 0;
    }

    .menu-btn-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .menu-link:last-child {
        margin: 4rem auto 0;
    }

    .menu-row, .other-drink-row {
        flex-direction: column;
    }

    .menu01-left, .menu01-right, .menu-free-left {
        width: 100%;
    }

    .menu01-right {
        margin: 4rem auto 0;
    }

    .menu-intro-text-box {
        text-align: left;
    }

    .menu-free-right {
        max-width: 48rem;
        width: 100%;
        margin: 4rem auto 0;
    }

    .menu-grid01 {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .menu-item-block {
        margin: 10rem auto 0;
    }

    .menu02 .menu-intro-title-box {
        margin: 10rem auto 0;
    }

    .drink-img-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .drink-img-item {
        width: 60%;
        margin: 0 auto;
    }

    .drink-special-text br {
        display: block;
    }

    .other-drink-right {
        margin: 0 0 0 auto;
    }

    .menu02-price-box {
        text-align: left;
    }

    .drink-menu-notice-box.sp {
        padding: 3rem 0;
    }

    .beer-img {
        max-width: 18rem;
        width: 70%;
        margin: 2rem auto 0;
    }

    .hojicha-img {
        width: 55%;
    }

    .salonmenu-btn-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

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

    .menu-grid01 {
        grid-template-columns: repeat(1, 1fr);
        gap: 4rem;
    }

    .menu-free-left {
        margin: -23% 0 0;
    }

    .menu-item {
        margin: 0 auto;
    }

    .menu-item-block {
        margin: 8rem auto 0;
    }

    .menu02 .menu-intro-title-box {
        margin: 8rem auto 0;
    }

    .menu01-price-table td, .menu01-price-table th {
        padding: 1rem 1rem !important;
    }

    .menu01-price-block {
        font-size: 1.6rem;
    }

    .drink-group-img p {
        text-align: left;
    }

    .menu-item-title {
        font-size: 2rem;
    }

    .menu03-row {
        flex-direction: column;
    }

    .menu03-row .menu-item {
        width: 100%;
    }

    .menu03-row .menu-item:last-child {
        margin: 3rem 0 0;
    }

    .menu-ec-link {
		font-size: 2.6rem;
	}

    .menu-online-text {
        font-size: 2.1rem;
    }

    .menu-text-box:nth-child(n+2) .btn02 a {
        text-align: center;
    }

    .drink-menu-img-pc {
        display: none;
    }
    
    .drink-menu-img-sp {
        display: block;
        border: 0;
        padding: 0;
    }

    .beer-img {
        max-width: 18rem;
        width: 40%;
        margin: 2rem auto 0;
    }
    
    .menu-online-text br {
        display: block;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */