@charset "utf-8";

.content-area .content.show {
	margin: 0 auto !important;
}

.menu04-text-area-mg {
    border-bottom: 1px dashed #B5B1AD;
}

.new-menu-row01 {
    gap: 5px 10px;
}

.new-menu-row01 .menu04-th {
    width: auto !important;
}

.new-menu-row01 .menu04-td {
    width: auto !important;
}

.menu04-text-area-mg .menu04-row .menu04-td {
    width: auto !important;
}

.menu04-text-area-mg .menu04-row {
    flex-direction: row !important;
    padding: 0 !important;
}

.new-menu-row01 {
    padding-bottom: 5px;
}

/*===========================================================
menu01
===========================================================*/

.menu-title-area01 {
    padding-bottom: 10px;
    border-bottom: 1px solid #B5B1AD;
	flex-direction: column !important;
}

.menu01-title-box01 {
	align-items: unset !important;
	flex-direction: column !important;
}

.menu01-block01 {
	margin: 60px 0 0;
}

.menu01-block01:first-child {
	margin: 0;
}

.menu01-row {
    padding: 15px 0;
    border-bottom: 1px solid #B5B1AD;
    display: flex;
    justify-content: space-between;
	flex-direction: column;
}

.menu01-row:first-child {
	padding: 0 0 15px;
}

.menu01-set {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0 10%;
}

/*===========================================================
menu02
===========================================================*/

.menu02-area01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.menu02-item-title-box {
	display: flex;
	flex-direction: column;
}

.menu02-area02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0 10%;
}

/*===========================================================
menu03
===========================================================*/

.menu03-row {
	padding: 15px 0;
	border-bottom: 1px solid #D1CDC8;
}

.menu03-row:first-child {
	padding: 0 0 15px;
}

.menu03-th {
	width: 100%;
}

.menu03-td {
	width: 100%;
}

/*===========================================================
menu04
===========================================================*/

.menu04-title-area {
	border-bottom: none;
}

.menu04-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 10%;
}

.menu04-row {
	padding: 10px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	gap: 5px 10px;
}

.menu04-row:first-child {
	padding: 0 0 10px;
}

.menu04-row:last-child {
	padding: 10px 0 0;
}

.menu04-td {
	width: 100%;
}

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


/*===========================================================
menu01
===========================================================*/

.menu-title-area01 {
	flex-direction: row !important;
}

.menu01-title-box01 {
	align-items: center !important;
	flex-direction: row !important;
}

.menu01-row {
	flex-direction: row;
}

/*===========================================================
menu02
===========================================================*/

.menu02-item-title-box {
	flex-direction: row;
}

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


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


/*===========================================================
menu02
===========================================================*/

.menu02-area01 {
    grid-template-columns: repeat(2, 1fr);
}

/*===========================================================
menu04
===========================================================*/

.menu04-row {
	flex-direction: row;
	align-items: flex-start;
}

.menu04-td {
	width: auto;
}
  
.new-menu-row01 {
    gap: 5px 10px;
}

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


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


/*===========================================================
menu01
===========================================================*/

.menu01-set {
    grid-template-columns: repeat(2, 1fr);
}

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

/*===========================================================
menu02
===========================================================*/

.menu02-area01 {
    grid-template-columns: repeat(4, 1fr);
}

.menu02-area02 {
    grid-template-columns: repeat(2, 1fr);
}

/*===========================================================
menu03
===========================================================*/

.menu03-row {
	padding: 30px 0;
}

.menu03-row:first-child {
	padding: 0 0 30px;
}

.menu03-th {
	width: 20%;
}

.menu03-td {
	width: 75%;
}

/*===========================================================
menu04
===========================================================*/

.menu04-container {
    grid-template-columns: repeat(2, 1fr);
}

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


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


/*===========================================================
menu01
===========================================================*/

.menu01-block01 {
	margin: 80px 0 0;
}

.menu01-row {
	flex-direction: row;
}

/*===========================================================
menu02
===========================================================*/

.menu02-area01 {
    gap: 30px;
}

.menu02-item-title-box {
	flex-direction: row;
}

} /* 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 ここまで */

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