@charset "utf-8";

.setMenuWr {
    border: 1px solid #9B9B9A;
    padding: 100px 30px 100px;
    position: relative;
}

.setMenuTitSet {
    position: absolute;
    top: -31px;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
    padding: 0 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.setMenuTitSet:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #e8e8e8;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
}

.setMenuEn {
    font-size: 40px;
    font-weight: 400;
    font-family: "Gravitas One", serif;
    line-height: 1em;
    color: #DFF266;
    -webkit-text-stroke: 1px #262626;
    text-stroke: 1px #262626;
    white-space: nowrap;
}

.setMenuJa {
    color: #2E4739;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.setMenuListWr {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.setMenuListWr .setMenuListBox:first-child {
    margin-top: 0;
}

.setMenuListBox {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9B9B9A;
}

.setMenuListFlex01 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #2E4739;
}

.setMenuListComment01 {
    font-size: 12px;
    margin-top: 5px;
}


/*------*/


.menuMainItemListWr .menuMainListBox:first-child {
    margin-top: 0;
}

.menuMainListBox {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9B9B9A;
}

.menuMainGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.menuMainItemGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    max-width: 100%;
}

.menuMainItemListWr {
    margin-top: 17px;
}

.menuMainItemTitEn {
    font-size: 32px;
    font-weight: 400;
    font-family: "Gravitas One", serif;
    line-height: 1em;
    color: #fff;
    -webkit-text-stroke: 1px #262626;
    text-stroke: 1px #262626;
}

.menuMainItemTitBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.menuMainItemTitBox:before {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #9B9B9A;
    display: block;
}

/*-----*/

.menuCancelBgColor {
    background-color: #FFFFFF;
}

.menuCancelTit {
    font-size: 32px;
    font-weight: 400;
    font-family: "Gravitas One", serif;
    line-height: 1em;
    color: #DFF266;
    -webkit-text-stroke: 1px #262626;
    text-stroke: 1px #262626;
}

.menuCancelTitSub {
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
}

.menuCancelTitSub:before {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
}

.menuCancelTitBox {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 375px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 414px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 544px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.menuMainItemTitEn {
    font-size: 42px;
}

.setMenuListFlex01 {
    font-size: 18px;
}

.setMenuListComment01 {
    font-size: 14px;
}

.menuCancelTit {
    font-size: 42px;
}

.menuCancelTitSub {
    font-size: 18px;
}

}

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

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

.menuMainGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
}

.setMenuEn {
    font-size: 52px;
}

.setMenuJa {
    font-size: 18px;
}

.setMenuTitSet {
    top: -39px;
}

.menuCancelTit {
    font-size: 52px;
}

.menuCancelTitSub {
    font-size: 18px;
}

}

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

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

}

/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

.menuMainGrid {
    gap: 40px 80px;
}

.setMenuListFlex01 {
    font-size: 20px;
}

.setMenuListComment01 {
    font-size: 16px;
}

}

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

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

.menuMainItemTitEn {
    font-size: 70px;
}

.setMenuEn {
    font-size: 70px;
}

.setMenuJa {
    font-size: 20px;
}

.setMenuTitSet {
    top: -49px;
}
  
.menuMainGrid {
	gap: 40px 100px;
}

.menuCancelTit {
    font-size: 70px;
}

.menuCancelTitSub {
    font-size: 20px;
}

}

/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
