@charset "utf-8";

/*===========================================================
メニュー
===========================================================*/

.menu-btn-area02-01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    place-content: center;
    place-items: center;
    border-bottom: 8px solid #895238;
    border-right: 1px solid #895238;
}

.menu-btn-area02-01 .in-sub-tab {
    padding: 10px 5px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.3883)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #895238;
    background: #FFF;
    border-top: 1px solid #895238;
    border-left: 1px solid #895238;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.menu-btn-area02-01 .in-sub-tab:hover {
    color: #FFF;
    background: #895238;
}

.menu-btn-area02-01 .in-sub-tab.active2 {
    color: #FFF;
    background: #895238;
}

.menu-btn-area02-02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    place-content: center;
    place-items: center;
    border-bottom: 8px solid #B5D3AA;
    border-right: 1px solid #B5D3AA;
}

.menu-btn-area02-02 .in-sub-tab {
    padding: 10px 5px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.3883)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #B5D3AA;
    background: #FFF;
    border-top: 1px solid #B5D3AA;
    border-left: 1px solid #B5D3AA;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.menu-btn-area02-02 .in-sub-tab:hover {
    color: #FFF;
    background: #B5D3AA;
}

.menu-btn-area02-02 .in-sub-tab.active3 {
    color: #FFF;
    background: #B5D3AA;
}

.menu-list-block {
    padding: 18px 2px 15px;
    border-bottom: 1px solid #E3D5CC;
}

.menu-list-block:first-child {
    padding: 0 2px 15px;
}

.menu-list-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-weight: 700;
}

.menu-list-block .text03 {
    margin: 5px 0 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.menu-btn-area02-01 {
    grid-template-columns: repeat(3, 1fr);
}

.menu-btn-area02-02 {
    grid-template-columns: repeat(3, 1fr);
    border-right: 0;
}

.menu-btn-area02-02 .in-sub-tab {
    border-radius: 30px 30px 0 0;
}

.menu-list-flex {
    flex-direction: row;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/*===========================================================

===========================================================*/

.menu-btn-area02-01 {
    grid-template-columns: repeat(6, 1fr);
    border-right: 0;
}
  
.menu-btn-area02-02 {
    grid-template-columns: repeat(5, 1fr);
    border-right: 0;
}

.menu-btn-area02-01 .in-sub-tab {
    font-size: clamp(11px, calc(0.6875rem + ((1vw - 7.68px) * 0.7813)), 20px);
    border-radius: 30px 30px 0 0;
    border: 1px solid #895238;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1520px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */