@charset "utf-8";

/* 管理画面用 */

.gjs-dashed .top03-content.show{
    display: block !important;
}

/* ここまで */

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

.top03-btn-area .tab {
    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;
}

.top03-btn-area .tab.active {
    color: #FFF;
    background: #895238;
}


.top03-btn-area .tab:hover {
    color: #FFF;
    background: #895238;
}

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

.top03-content {
    display: none;
}

.top03-content.show{
    display: block !important;
}

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

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

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

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

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

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

	.top03-menu-item {
		flex-direction: row;
	}

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

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

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

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

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

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

}

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

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

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

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

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

}

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

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