@charset "utf-8";

/* 管理画面用 */

.gjs-dashed .menu-content01{
    display: block !important;
}

.gjs-dashed .menu-content02{
    display: block !important;
}

/* ここまで */

.menu-btn-area01 {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    max-width: 265px;
    width: 100%;
    margin: 30px auto 0;
    gap: 20px;
}

.menu-btn-area01 .in-tab-btn01 {
    max-width: 265px;
    width: 100%;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #895238;
    background: #FFF;
    border: 1px solid #895238;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 400;
    font-family: "Cardo", serif;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all .3s;
}

.menu-btn-area01 .in-tab-btn01:hover {
    color: #FFF;
    background: #895238;
}

.menu-btn-area01 .in-tab-btn01.active {
    color: #FFF;
    background: #895238;
}

.menu-btn-area01 .in-tab-btn02 {
    width: 100%;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #B5D3AA;
    background: #FFF;
    border: 1px solid #B5D3AA;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 400;
    font-family: "Cardo", serif;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all .3s;
}

.menu-btn-area01 .in-tab-btn02:hover {
    color: #FFF;
    background: #B5D3AA;
}

.menu-btn-area01 .in-tab-btn02.active {
    color: #FFF;
    background: #B5D3AA;
}

/* .menu-btn-area01 .tab.active {
    color: #fff;
    background: #33322E;
} */

.menu-content01 {
    display: none;
}

.menu-content01.show{
    display: block !important;
}

.menu-content02 {
    display: none;
}

.menu-content02.show{
    display: block !important;
}

.menu-item {
    display: flex;
    justify-content: space-between;
	flex-direction: column;
    padding: 18px 2px 15px;
    border-bottom:1px solid #E3D5CC;
}

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

.menu-area {
    margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 12%;
}

.menu-area02 {
    gap: 40px 4%;
}

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

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


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

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

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

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

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

    .menu-btn-area01 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 570px;
        width: 100%;
        gap: 40px;
    }

}

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

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

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

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

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

}

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

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